:root{--gap:1.5rem;--content-gap:1rem;--main-header-width-inner:min(1024px, calc(100vw - var(--gap) * 2));--main-header-width:calc(var(--main-header-width-inner) + var(--gap) * 2);--main-width-inner:min(768px, calc(100vw - var(--gap) * 2));--main-width:calc(var(--main-width-inner) + var(--gap) * 2);--radius:0.5rem;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--hljs-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238);--warning:hsl(55, 100%, 50%)}.dark{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--hljs-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51);--warning:hsl(55, 100%, 50%)}body.list{background:var(--code-bg)}body.dark.list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}a:hover{text-decoration:underline}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}details summary{cursor:pointer}details summary>*{display:inline}.not-found{width:min(12em,100%);margin:0 auto;text-align:center;font-size:max(1.1em,min(10vw,3em));font-weight:500;line-height:1.3}.not-found .title{font-size:2em;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}:root{--color-red-rgb:233, 49, 71;--color-orange-rgb:236, 117, 0;--color-yellow-rgb:224, 172, 0;--color-green-rgb:8, 185, 78;--color-cyan-rgb:0, 191, 188;--color-blue-rgb:8, 109, 221;--color-purple-rgb:120, 82, 238;--color-pink-rgb:213, 57, 132}.dark{--color-red-rgb:251, 70, 76;--color-orange-rgb:233, 151, 63;--color-yellow-rgb:224, 222, 113;--color-green-rgb:68, 207, 110;--color-cyan-rgb:83, 223, 221;--color-blue-rgb:2, 122, 255;--color-purple-rgb:168, 130, 255;--color-pink-rgb:250, 153, 205}body{--callout-color-bug-rgb:var(--color-red-rgb);--callout-color-error-rgb:var(--color-red-rgb);--callout-color-example-rgb:var(--color-purple-rgb);--callout-color-fail-rgb:var(--color-red-rgb);--callout-color-important-rgb:var(--color-cyan-rgb);--callout-color-info-rgb:var(--color-blue-rgb);--callout-color-question-rgb:var(--color-orange-rgb);--callout-color-success-rgb:var(--color-green-rgb);--callout-color-summary-rgb:var(--color-cyan-rgb);--callout-color-tip-rgb:var(--color-cyan-rgb);--callout-color-todo-rgb:var(--color-blue-rgb);--callout-color-warning-rgb:var(--color-orange-rgb);--callout-color-quote-rgb:158, 158, 158}.callout{margin:1em 0;padding:.75em .75em .75em 1.5em;overflow:hidden;background-color:rgba(var(--callout-color-rgb),.1);border-radius:.25rem}.callout p{margin-top:.5em;margin-bottom:.5em}.callout:not([disabled])>summary{cursor:pointer}.callout>summary>*{display:inline}.callout>summary{list-style:none;padding:0;display:flex;gap:.4rem;color:rgb(var(--callout-color-rgb));line-height:1.3;align-items:flex-start}.callout[open]>summary:not(:last-child){margin-bottom:12px}.callout>summary{transition:margin-bottom 100ms ease-in-out}.callout>summary::-webkit-details-marker{display:none}.callout[open]>summary .chevron{transform:rotate(90deg)}.callout>summary .chevron{transition:transform 100ms ease-in-out}.callout[disabled]>summary{pointer-events:none}.callout[disabled]>summary a{pointer-events:initial}.callout[disabled]>summary .chevron{display:none}.callout[data-callout=abstract],.callout[data-callout=summary],.callout[data-callout=tldr]{--callout-color-rgb:var(--callout-color-summary-rgb)}.callout[data-callout=note],.callout[data-callout=info]{--callout-color-rgb:var(--callout-color-info-rgb)}.callout[data-callout=todo]{--callout-color-rgb:var(--callout-color-todo-rgb)}.callout[data-callout=important]{--callout-color-rgb:var(--callout-color-important-rgb)}.callout[data-callout=tip],.callout[data-callout=hint]{--callout-color-rgb:var(--callout-color-tip-rgb)}.callout[data-callout=success],.callout[data-callout=check],.callout[data-callout=done]{--callout-color-rgb:var(--callout-color-success-rgb)}.callout[data-callout=question],.callout[data-callout=help],.callout[data-callout=faq]{--callout-color-rgb:var(--callout-color-question-rgb)}.callout[data-callout=warning],.callout[data-callout=caution],.callout[data-callout=attention]{--callout-color-rgb:var(--callout-color-warning-rgb)}.callout[data-callout=failure],.callout[data-callout=fail],.callout[data-callout=missing]{--callout-color-rgb:var(--callout-color-fail-rgb)}.callout[data-callout=danger],.callout[data-callout=error]{--callout-color-rgb:var(--callout-color-error-rgb)}.callout[data-callout=bug]{--callout-color-rgb:var(--callout-color-bug-rgb)}.callout[data-callout=example]{--callout-color-rgb:var(--callout-color-example-rgb)}.callout[data-callout=quote],.callout[data-callout=cite]{--callout-color-rgb:var(--callout-color-quote-rgb)}.category-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--gap)}@media screen and (min-width:768px){.category-grid{grid-template-columns:repeat(2,1fr)}}.category-grid li{list-style:none}.category-card{position:relative;border-radius:var(--radius);padding:var(--gap);display:flex;flex-wrap:wrap;align-items:center;column-gap:1rem;row-gap:.25em}.category-card .category-icon{width:3em;height:3em}.category-card .title{font-size:max(1em,min(7vw,1.5em));font-weight:600}.category-card .subtitle{font-size:.8em;color:var(--secondary)}.category-card:hover .title{text-decoration:underline}.footer,.top-link{font-size:.75em;color:var(--secondary)}.footer{position:relative;max-width:var(--main-width);margin:0 auto;padding:var(--gap);text-align:center;line-height:1.3}.footer a{color:inherit;text-decoration:underline}.footer a:hover{color:initial}.top-link{visibility:hidden;position:fixed;bottom:30px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus,#theme-toggle:focus{outline:0}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch li{list-style:none}.lang-switch li:not([hidden])~li::before{content:"|";margin:auto .25em}.main-header{width:var(--main-header-width);margin:0 auto;padding:calc(var(--gap)/2)var(--gap);display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--gap)}.main-header>*{margin:auto 0}.main-header .leading{display:flex;gap:calc(var(--gap)/2);align-items:center}.main-header .leading .site-title{font-size:1.5em;font-weight:700}.main-header .trailing{display:flex;list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap;column-gap:var(--gap);row-gap:calc(var(--gap)/2)}.main-header .trailing .active{text-decoration:underline}body{min-height:100vh;display:flex;flex-direction:column}.main{position:relative;display:flex;flex-direction:column;gap:calc(var(--gap) * 1.5);flex-grow:1;width:var(--main-width);margin:0 auto;padding:var(--gap)}.page-header h1{font-size:2em}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons{display:flex;flex-wrap:wrap;gap:calc(var(--gap)/2);justify-content:center}.social-icons{font-size:1.5em;line-height:1}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.page-list{list-style:none;margin:0!important;padding:0!important;display:grid;gap:var(--content-gap)!important}.page-type-species .page-list{grid-template-columns:repeat(auto-fill,minmax(20rem,1fr))}.page-list li{margin:0!important}.private-page-warning{width:100%;background-color:var(--warning);color:#222;font-size:.75em;text-align:center}.private-page-warning>*{display:block;width:var(--main-width);margin:0 auto;padding:calc(var(--gap)/2)var(--gap)}.breadcrumb a{text-decoration:none!important}.breadcrumb ol{list-style:none;padding:0;margin:0}.breadcrumb li{display:inline}.breadcrumb li:not(:first-of-type)::before{content:" » ";color:var(--secondary)}.home-section{display:grid;gap:var(--content-gap)}ul:not(:has(li)),ol:not(:has(li)){display:none!important}.home-info .entry-content{line-clamp:unset;-webkit-line-clamp:unset}.page-list-entry{position:relative;padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border);display:grid;gap:calc(var(--gap)/4)}.page-list-entry:active{transform:scale(.96)}.page-list-entry:has(.term:active):active,.page-list-entry:has(*[title]:active):active{transform:none;.term:active { transform: scale(0.96); }}.page-list-entry:hover header .title{text-decoration:underline}.page-list-entry:has(.term:hover) header .title,.page-list-entry:has(*[title]:hover) header .title{text-decoration:none}.page-list-entry.foreign .entry-header,.page-list-entry.foreign .entry-content{font-style:italic}.page-list-entry.species{display:flex;flex-direction:row;align-items:center;column-gap:calc(var(--gap)/2);height:100%;--border-width:1.5px}.page-list-entry.species.habitat-unknown{border-width:var(--border-width)}.page-list-entry.species:not(.habitat-unknown){border:none;background:linear-gradient( to bottom,hsla(var(--gradient-top),.5),hsla(var(--gradient-bottom),.5) )border-box}.page-list-entry.species:not(.habitat-unknown)::before{content:"";position:absolute;inset:0;border:var(--border-width)solid transparent;border-radius:var(--radius);background:linear-gradient( to bottom,hsl(var(--gradient-top)),hsl(var(--gradient-bottom)) )border-box;-webkit-mask:linear-gradient(white 0 0)padding-box,linear-gradient(white 0 0);mask:linear-gradient(white 0 0)padding-box,linear-gradient(white 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}.page-list-entry.species.ocean{--gradient-top:190, 74%, 59%;--gradient-bottom:201, 100%, 36%}.page-list-entry.species.earth{--gradient-top:82, 20%, 62%;--gradient-bottom:150, 20%, 25%}.page-list-entry.species .cover{width:6rem;height:6rem;border:1px solid var(--border);object-fit:cover;border-radius:var(--radius);grid-row:1/5;background-color:rgba(0,0,0,calc(1/32))}.page-list-entry.species .cover+div{display:grid;gap:calc(var(--gap)/4)}.entry-header h2{font-size:1.25em;font-weight:700}.privacy-level-icon{display:inline-block}.privacy-level-icon i{font-size:.875em;vertical-align:middle}.entry-header .privacy-level-icon{margin-inline-start:.125em;color:var(--secondary)}.entry-header i[title]{position:relative;z-index:3;cursor:context-menu}.entry-content{font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:10;-webkit-line-clamp:10}.entry-footer{color:var(--secondary);font-size:13px}.entry-link::after{display:block;content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:2}.entry-cover,.entry-sup{font-size:14px;color:var(--secondary)}.entry-cover{margin-bottom:var(--gap);text-align:center}.entry-cover img{border-radius:var(--radius);pointer-events:none;width:100%;height:auto}.entry-cover a{color:var(--secondary);box-shadow:0 1px 0 var(--primary)}.page-list-entry .entry-footer .terms{margin-top:calc(var(--content-gap)/2)}.page-list-entry .entry-footer .terms .term{font-size:smaller;background:var(--tertiary);position:relative;z-index:3}.page-list-entry:not(:has(.term:active)):active .entry-footer .terms .term{z-index:1}.post-single{display:grid;grid-template-columns:100%;gap:calc(var(--gap) * 1.5)}.post-single,.post-content{line-height:1.6}.post-header{line-height:initial;display:grid;gap:.5rem}.post-title{font-size:2em}.post-meta{color:var(--secondary)}.post-meta{font-size:small}.post-meta .i18n-list li{display:inline-flex;list-style:none;margin:auto 3px;box-shadow:0 1px 0 var(--secondary)}.list.dot-separated{list-style:none;margin:0;padding:0}.list.dot-separated>li:not([hidden]){display:inline}.list.dot-separated>li:not([hidden])~li::before{content:" · "}.post-content{color:var(--content)}.post-content>*:first-child{margin-top:0}.post-content>*:first-child *:first-child{margin-top:0}.post-content>*+*,.post-content details.collapse>*+*{margin-top:var(--content-gap)}.post-content details.collapse>*:not(summary){margin-inline-start:var(--gap)}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:1em auto calc(1em/2)}.post-content h1,.post-single h1{font-size:2.1em;font-weight:800}.post-content h2{font-size:1.9em;font-weight:800}.post-content h3{font-size:1.7em;font-weight:650}.post-content h4{font-size:1.5em;font-weight:500}.post-content h5{font-size:1.3em;font-weight:400}.post-content h6{font-size:1.1em;font-weight:400}.post-content a,.post-description a,.toc a:hover{text-decoration:underline}.post-content a code{margin:auto 0;border-radius:0}.post-content del{text-decoration:none;background:linear-gradient(to right,var(--primary) 100%,transparent 0)0/1px 1px repeat-x}.post-content li ul,.post-content li :last-of-type{margin-bottom:0}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:32px}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:12px 8px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{font-size:14px;text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--hljs-bg)!important;border-radius:var(--radius)}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre,.post-content ol pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0!important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content code{padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-content pre code{display:block;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--hljs-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}@supports(text-wrap:pretty){.post-content pre code{text-wrap:pretty;word-break:break-word}}.post-content pre code .hl{color:#444}.post-content blockquote{margin:20px 0;padding-inline-start:1em;border-inline-start:3px solid var(--primary)}.post-content hr{margin:calc(var(--content-gap) * 2)0;height:2px;background:var(--tertiary);border:0}.post-content iframe,.post-content video{max-width:100%}.post-content img,.post-content video{border-radius:4px;min-height:200px;min-width:200px;max-height:min(20em,100vh);object-fit:contain}.post-content figure{display:flex;flex-direction:column;gap:.5rem}.post-content figure.align-center{align-items:center;text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:.9em;max-width:30rem}.post-content figure>figcaption .title{font-size:1em;font-weight:700}.post-content figure>figcaption .meta{color:var(--secondary)}.post-content figure .img-container{position:relative;width:fit-content;margin:0 auto}.post-content figure .img-container .actions-container{position:absolute;right:0;bottom:0;font-size:1rem;margin:.5rem;display:flex;gap:.25rem;text-decoration:none}.post-content figure .img-container .actions-container>*{backdrop-filter:invert(50%)blur(10px);-webkit-backdrop-filter:invert(50%)blur(10px);border-radius:25%;width:1.5em;height:1.5em;display:flex;align-items:center}.post-content figure .img-container .actions-container svg{filter:invert(100%);margin:auto}.post-content .gallery{display:flex;gap:var(--content-gap);flex-wrap:wrap;margin-left:calc((var(--main-width) - 100vw)/2);margin-right:calc((var(--main-width) - 100vw)/2);justify-content:center}.post-content .gallery>*{margin-bottom:0}.toc{border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:calc(var(--gap)/4)calc(var(--gap)/2)}.dark .toc{background:var(--entry)}.toc summary{font-weight:500}.toc ol{list-style:circle}.toc li ul,.toc li ol{margin-inline-start:0;padding-inline-start:1em}.post-footer{display:grid;gap:calc(var(--gap)/2)}.share-buttons{display:flex;gap:calc(var(--gap)/4);list-style:none}.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.paginav a:hover{text-decoration:none}.paginav a:hover .title{text-decoration:underline}.paginav a:hover{background:var(--border)}.share-buttons{justify-content:center;padding:.5em 1em}.share-buttons a{display:block}.share-buttons a,.share-buttons a svg{width:1.5em;height:1.5em}.share-buttons a svg{fill:currentColor;transition:transform .1s}.share-buttons svg:active{transform:scale(.96)}a.heading-link{text-decoration:none;line-height:1}a.heading-link svg{color:var(--secondary);margin-inline-start:8px}.heading-link .anchor{vertical-align:middle}@media(pointer:fine){.heading-link .anchor{display:none}*:hover>.heading-link .anchor{display:inline-block}}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--hljs-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}.footnotes ol{margin-bottom:0}.paginav{display:flex;line-height:30px;border-radius:var(--radius)}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius);text-decoration:none}.paginav .nav-title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}.post-single .terms .term{font-size:medium}.buttons{display:flex;justify-content:center}.main .profile{display:flex;flex-direction:column;justify-content:center;gap:var(--gap);min-height:min(30em,35vw);margin:var(--gap)auto;text-align:center;max-width:32rem}.profile img{margin:0 auto;border-radius:50%;align-content:center;border:2px solid var(--border)}.profile a{text-decoration:underline}.buttons{flex-wrap:wrap;max-width:400px;margin:0 auto}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.terms{line-height:1.5;display:flex;flex-wrap:wrap;gap:calc(var(--gap)/4);list-style:none}.terms .term{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border);display:block;text-decoration:none;padding:.25em .75em;color:var(--secondary);font-size:small;display:flex;align-items:center}.terms .term .page-count{font-size:x-small;background-color:var(--border);border-radius:2em;padding:2px 4px;line-height:1}.terms .term:hover{background:var(--border)}.terms .term:hover .link-title{text-decoration:underline}.terms .term:active{transform:scale(.96)}body.list .terms .term{background:var(--entry)}.terms .term.pride{--pride-gradient:linear-gradient(
        160deg,
        #e40303,
        #ff8c00,
        #ffed00,
        #008026,
        #004dff,
        #750787
    );border:none;position:relative;padding:calc(.25em + 1px)calc(.75em + 1px)}.terms .term.pride::before{content:"";position:absolute;inset:0;border-radius:var(--radius);padding:1.5px;background:var(--pride-gradient);mask:linear-gradient(#000 0 0)content-box,linear-gradient(#000 0 0);mask-composite:exclude}#theme-toggle{width:1em;height:1em;font-weight:700}body.dark #theme-toggle #moon{display:none}body:not(.dark) #theme-toggle #sun{display:none}.hljs-comment,.hljs-quote{color:#b6b18b}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#eb3c54}.hljs-built_in,.hljs-builtin-name,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#e7ce56}.hljs-attribute{color:#ee7c2b}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#4fb4d7}.hljs-section,.hljs-title{color:#78bb65}.hljs-keyword,.hljs-selector-tag{color:#b45ea4}.hljs{display:block;overflow-x:auto;background:#1c1d21;color:#c0c5ce;padding:.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85);margin:calc(-15%/2)auto}.archive-month{flex-direction:column}.archive-year{margin-top:20px}}@media(prefers-reduced-motion){a:active,.button:active,.share-buttons svg:active,.page-list-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}}.bg{color:#f8f8f2;background-color:#272822}.chroma{color:#f8f8f2;background-color:#272822}.chroma .x{}.chroma .err{color:#960050;background-color:#1e0010}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#ffc}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#66d9ef}.chroma .kc{color:#66d9ef}.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp{color:#66d9ef}.chroma .kr{color:#66d9ef}.chroma .kt{color:#66d9ef}.chroma .n{}.chroma .na{color:#a6e22e}.chroma .nb{}.chroma .bp{}.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd{color:#a6e22e}.chroma .ni{}.chroma .ne{color:#a6e22e}.chroma .nf{color:#a6e22e}.chroma .fm{}.chroma .nl{}.chroma .nn{}.chroma .nx{color:#a6e22e}.chroma .py{}.chroma .nt{color:#f92672}.chroma .nv{}.chroma .vc{}.chroma .vg{}.chroma .vi{}.chroma .vm{}.chroma .l{color:#ae81ff}.chroma .ld{color:#e6db74}.chroma .s{color:#e6db74}.chroma .sa{color:#e6db74}.chroma .sb{color:#e6db74}.chroma .sc{color:#e6db74}.chroma .dl{color:#e6db74}.chroma .sd{color:#e6db74}.chroma .s2{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .sh{color:#e6db74}.chroma .si{color:#e6db74}.chroma .sx{color:#e6db74}.chroma .sr{color:#e6db74}.chroma .s1{color:#e6db74}.chroma .ss{color:#e6db74}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .p{}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .g{}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gr{}.chroma .gh{}.chroma .gi{color:#a6e22e}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#75715e}.chroma .gt{}.chroma .gl{}.chroma .w{}