/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2026 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--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);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238);color-scheme:light}:root[data-theme=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);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51);color-scheme:dark}.list{background:var(--code-bg)}[data-theme=dark] .list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}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;line-height:1.6;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}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%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;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}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;text-underline-offset:.25rem;text-decoration:underline}.top-link{position:fixed;bottom:4rem;right:2rem;z-index:99;background:var(--tertiary);width:2.5rem;height:2.5rem;padding:10px;border-radius:64px;transition:visibility .3s,opacity .3s cubic-bezier(.4,0,1,1)}.hidden{visibility:hidden;opacity:0}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.header-nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin:auto;line-height:var(--header-height);padding:0 var(--gap);column-gap:var(--gap)}.header-nav a{display:block}.logo,.menu{display:flex}.logo{align-items:center;column-gap:.55rem;flex-wrap:wrap}.logo a{font-size:24px;font-weight:700;display:flex;align-items:center;column-gap:.55rem}.logo a img,.logo a svg{pointer-events:none;border-radius:6px}.theme-toggle{padding:0 .4rem}[data-theme=dark] .moon{display:none}[data-theme=light] .sun{display:none}.logo-switches{display:inline-flex;gap:.4rem;align-items:inherit;min-height:stretch;flex-wrap:inherit}.logo-switches>*{min-height:inherit;align-items:center;display:inline-flex}.nav-sep{color:var(--secondary)}.lang-menu *{display:inherit;min-height:inherit;align-items:inherit}.lang-menu a{font-size:1rem;font-weight:500;padding:0 .4rem;display:inline-flex}.menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap;column-gap:var(--gap)}.menu a{font-size:16px}.menu .active{font-weight:500;text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:2px}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.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 a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}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}.md-content h3,.md-content h4,.md-content h5,.md-content h6{margin:24px 0 16px}.md-content h1{margin:40px auto 32px;font-size:40px}.md-content h2{margin:32px auto 24px;font-size:32px}.md-content h3{font-size:24px}.md-content h4{font-size:16px}.md-content h5{font-size:14px}.md-content h6{font-size:12px}.md-content a:not(.anchor){text-underline-offset:.3rem;text-decoration:underline}.md-content del{text-decoration:line-through}.md-content dl:not(:last-child),.md-content ol:not(:last-child),.md-content p:not(:last-child),.md-content figure:not(:last-child),.md-content ul:not(:last-child){margin-bottom:var(--content-gap)}.md-content ol,.md-content ul{padding-inline-start:1.25rem}.md-content li{margin-top:.3rem}.md-content li p{margin-bottom:0}.md-content dl{display:flex;flex-wrap:wrap;margin:0}.md-content dt{width:25%;font-weight:700}.md-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.md-content dd~dd,.md-content dt~dt{margin-top:10px}.md-content table{margin-bottom:var(--content-gap)}.md-content table th,.md-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:6px 13px;line-height:1.5;border:1px solid var(--border)}.md-content table th{text-align:start}.md-content table:not(.highlighttable) td code:only-child{margin:auto 0}.md-content .highlight table{border-radius:var(--radius)}.md-content .highlight:not(table){margin-bottom:var(--content-gap);background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.md-content li>.highlight{margin-inline-end:0}.md-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.md-content .highlight pre{margin:0}.md-content .highlighttable{table-layout:fixed}.md-content .highlighttable td:first-child{width:40px}.md-content .highlighttable td .linenodiv{padding-inline-end:0!important}.md-content .highlighttable td .highlight,.md-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{padding:.2rem .3rem;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:.2rem}.md-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.md-content blockquote{margin:1rem 0;padding-inline-start:1rem;border-inline-start:.3rem solid var(--content)}.md-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.md-content iframe{max-width:100%}.md-content img{border-radius:var(--radius);margin:1rem 0}.md-content img[src*="#center"]{margin:1rem auto}.md-content figure.align-center{text-align:center}.md-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.md-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.md-content h1:hover .anchor,.md-content h2:hover .anchor,.md-content h3:hover .anchor,.md-content h4:hover .anchor,.md-content h5:hover .anchor,.md-content h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:.5em;font-weight:500;user-select:none}.anchor:hover{color:var(--content)!important}.md-content img.in-text{display:inline;margin:auto}mark{border-radius:2px;padding:0 2px}audio{display:block;width:100%;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;height:2.5rem;margin-bottom:var(--content-gap)}audio::-webkit-media-controls-enclosure{border-radius:0}video{border:1px solid var(--code-bg);border-radius:var(--radius);max-width:100%}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-header h2{font-size:40px}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{--content-gap:0.5rem;-webkit-line-clamp:unset;margin:0}.home-info .social-icons a:first-of-type{padding-inline-start:0}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .25s ease;border:1px solid var(--border)}.post-entry:hover,.post-entry:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-info .entry-content p{margin-block-start:1em;margin-block-end:1em}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:var(--radius)}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center;display:flex;flex-direction:column;gap:.5rem}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{text-underline-offset:.3rem;text-decoration:underline}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{font-size:40px}.post-description{margin-top:10px}.post-meta{margin-top:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem}.breadcrumbs a{font-size:16px}.breadcrumbs svg{height:1em}.i18n_list{display:inline-flex}.post-meta .i18n_list li{list-style:none;margin:auto 3px}.post-meta a,.toc a:hover{text-underline-offset:.3rem;text-decoration:underline}.post-meta a{color:var(--secondary);text-decoration-style:dotted}details.toc{margin-bottom:var(--content-gap);background:var(--code-bg);border-radius:var(--radius);border:1px solid var(--border)}[data-theme=dark] details.toc{background:var(--entry)}details.toc summary{padding:.3rem 1.2rem;border-radius:var(--radius)}details summary{cursor:pointer;display:list-item;width:100%;margin-inline-start:0;user-select:none}details .title{display:inline;font-weight:500;margin-inline-start:.2rem}details{interpolate-size:allow-keywords}details::details-content{height:0;opacity:0;overflow:clip;transition:height 150ms ease,opacity 150ms ease,content-visibility 150ms allow-discrete}details[open]::details-content{height:auto;opacity:1}details .inner{margin:0 2.4rem;padding-bottom:.6rem}details li ul{margin-inline-start:var(--gap)}.post-content{color:var(--content);margin:30px 0}.post-footer{margin-top:var(--content-gap)}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}.paginav{display:flex;line-height:1.2}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:.8rem;color:var(--secondary)}.paginav a{width:50%;display:flex;flex-direction:column;gap:.5rem;padding:.8rem;border-radius:var(--radius)}.paginav span:hover:not(.title){text-underline-offset:.2rem;text-decoration:underline}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px;gap:1rem}.button{background:var(--tertiary);border-radius:var(--radius);padding:.4rem .8rem}.searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}.searchResults li{list-style:none;border-radius:var(--radius);padding:10px 15px;position:relative;font-weight:500;display:flex;align-items:center;justify-content:space-between;background:var(--entry);transition:transform .25s ease;border:1px solid var(--border)}.searchResults{margin:var(--content-gap)0;width:100%;display:flex;flex-direction:column;gap:10px}.searchResults li:hover,.searchResults li:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.searchResults li .entry-link:focus{outline:2px solid var(--secondary);outline-offset:-2px}.terms-tags{display:flex;flex-wrap:wrap;gap:1em;margin-top:var(--content-gap)}.terms-tags li{display:inline-block;font-weight:500}.terms-tags a{display:block;padding:4px 10px;background:var(--tertiary);border-radius:var(--radius);transition:transform .1s}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .err{color:#ed8796}.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:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,.searchResults .focus,.searchResults li:active{transform:none}}.littlefoot{--button-background-color:#949494;--button-text-color:#fff;--button-active-background-color:#3f3f3f;--button-active-text-color:#fff;--button-border-radius:8px;--button-border-radius:0.5rem;--button-height:16px;--button-height:1rem;--button-margin:0 1.6px;--button-margin:0 0.1rem;--button-padding:0 9.6px;--button-padding:0 0.6rem;--button-transition:background-color 0.25s ease,color 0.25s ease;--popover-background-color:#f5f5f5;--popover-text-color:#111;--popover-border:1px solid #949494;--popover-border-radius:8px;--popover-border-radius:0.5rem;--popover-max-height:15em;--popover-max-width:90%;--popover-horizontal-padding:22.4px;--popover-horizontal-padding:1.4rem;--popover-vertical-padding:9.6px;--popover-vertical-padding:0.6rem;--popover-shadow:0 0 8px rgba(0,0,0,.302);--popover-transform-origin:50% 0;--popover-transform:scale(0.1) translateZ(0);--popover-active-transform:scale(1) translateZ(0);--popover-transition:opacity 0.25s ease,transform 0.25s ease;--popover-width:22em;--popover-scroll-indicator-color:#3f3f3f;--popover-tooltip-size:8px;--popover-tooltip-size:0.5rem;--popover-z-index:1;position:relative}.littlefoot__button{background-color:var(--button-background-color);border:0;border:var(--button-border,0);border-radius:var(--button-border-radius);color:var(--button-text-color);cursor:pointer;display:inline-block;font-size:12px;font-size:var(--button-font-size,12px);font-size:.75rem;font-size:var(--button-font-size,.75rem);font-weight:400;font-weight:var(--button-font-weight,initial);height:var(--button-height);margin:var(--button-margin);padding:var(--button-padding);-webkit-text-decoration:none;text-decoration:none;transition:var(--button-transition);vertical-align:middle}.littlefoot__button.is-active,.littlefoot__button:active,.littlefoot__button:focus,.littlefoot__button:hover{background-color:var(--button-active-background-color);color:var(--button-active-text-color)}.littlefoot__button svg{float:left;height:4.8px;height:.3rem}.littlefoot__popover{border:var(--popover-border);border-radius:var(--popover-border-radius);box-shadow:var(--popover-shadow);margin:calc(var(--popover-tooltip-size) + var(--button-height))0;max-width:var(--popover-max-width);position:absolute;top:0;transform:var(--popover-transform);transform-origin:var(--popover-transform-origin);transition:var(--popover-transition);width:var(--popover-width);z-index:var(--popover-z-index)}.littlefoot__popover.is-above{bottom:0;top:auto}.littlefoot__popover.is-active{transform:var(--popover-active-transform)}.littlefoot__wrapper{position:relative;z-index:var(--popover-z-index)}.littlefoot__content,.littlefoot__wrapper{border-radius:var(--popover-border-radius)}.littlefoot__content{-webkit-overflow-scrolling:touch;background-color:var(--popover-background-color);box-sizing:border-box;color:var(--popover-text-color);font-family:serif;font-family:initial;font-family:var(--popover-font-family,initial);font-size:medium;font-size:var(--popover-font-size,initial);font-style:normal;font-style:var(--popover-font-style,initial);font-weight:400;font-weight:var(--popover-font-weight,initial);line-height:normal;line-height:var(--popover-line-height,normal);max-height:var(--popover-max-height);overflow:auto;padding:var(--popover-vertical-padding)var(--popover-horizontal-padding);width:100%}.littlefoot__content img{max-width:100%}.littlefoot__content:focus{outline:none}.is-scrollable{--arrow-x:calc(var(--popover-horizontal-padding)*-1);--arrow-y:calc(var(--popover-vertical-padding)/2)}.is-scrollable .littlefoot__content:after{bottom:0;color:var(--popover-scroll-indicator-color);content:"\21E3";display:block;left:0;opacity:1;position:sticky;text-align:center;transform:translateX(var(--arrow-x))translateY(var(--arrow-y));transition:var(--popover-transition);width:var(--popover-horizontal-padding)}.is-scrollable.is-fully-scrolled .littlefoot__content:after{opacity:0}.littlefoot__tooltip{--tooltip-margin:calc(var(--popover-tooltip-size)*-1);background-color:var(--popover-background-color);border:var(--popover-border);box-shadow:var(--popover-shadow);height:calc(var(--popover-tooltip-size)*2);margin-left:var(--tooltip-margin);position:absolute;transform:rotate(45deg);width:calc(var(--popover-tooltip-size)*2)}.is-below .littlefoot__tooltip{top:var(--tooltip-margin)}.is-above .littlefoot__tooltip{bottom:var(--tooltip-margin)}@media(max-width:767.98px){.littlefoot__popover{border-radius:0;border-width:1px 0 0;bottom:0!important;left:0!important;margin:0;max-width:100%!important;position:fixed;right:0!important;top:auto!important;transform:translateY(100%);width:100%}.littlefoot__popover.is-active{transform:translateY(0)}.littlefoot__wrapper{border-radius:0;max-width:100%!important;transform:none}.littlefoot__tooltip{display:none}}@media not print{.littlefoot--print{display:none}}@media print{.littlefoot__button,.littlefoot__popover{display:none}}@font-face{font-family:eb garamond;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/eb-garamond-latin.woff2)format('woff2')}@font-face{font-family:eb garamond;font-style:italic;font-weight:400 700;font-display:swap;src:url(/fonts/eb-garamond-latin-italic.woff2)format('woff2')}@font-face{font-family:'source sans 3';font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/source-sans-3-latin.woff2)format('woff2')}@font-face{font-family:'source sans 3';font-style:italic;font-weight:300 700;font-display:swap;src:url(/fonts/source-sans-3-latin-italic.woff2)format('woff2')}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999}.skip-link:focus{position:fixed;top:8px;left:8px;width:auto;height:auto;padding:8px 16px;background:#213a49;color:#fff;font-size:16px;font-family:'source sans 3',sans-serif;text-decoration:none;border-radius:4px;z-index:9999}:root{--theme:#ffffff;--entry:#ffffff;--primary:#213a49;--secondary:#6c757d;--tertiary:#f0f0f0;--content:#000000;--code-block-bg:#f5f5f5;--code-bg:#f0f0f0;--border:#e0e0e0;--gap:24px;--content-gap:20px;--nav-width:1020px;--main-width:1020px;--header-height:56px;--footer-height:0px;--radius:0px;--accent:#007da1;color-scheme:light}@media(prefers-color-scheme:dark){:root{--theme:#0E181F;--entry:#0E181F;--primary:#ffffff;--secondary:#bbbbbb;--tertiary:#1a2a35;--content:#f0f0f0;--code-block-bg:#575757;--code-bg:#575757;--border:#444;--accent:#02ACDD;color-scheme:dark}}html[data-theme=dark]{--theme:#0E181F;--entry:#0E181F;--primary:#ffffff;--secondary:#bbbbbb;--tertiary:#1a2a35;--content:#f0f0f0;--code-block-bg:#575757;--code-bg:#575757;--border:#444;--accent:#02ACDD;color-scheme:dark}.list{background:0 0!important}body{font-family:'source sans 3',source sans pro,-apple-system,sans-serif!important;font-size:1.0625rem!important;line-height:1.5!important;color:#000!important;background-color:#213a49!important}a,button,h1,h2,h3,h4,h5,h6{color:var(--primary)}.site-wrapper{background:#fff;max-width:none;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.site-wrapper .two-col-layout{flex:1 0 auto;width:100%;padding-bottom:100px}.custom-header{background-color:#213a49;position:relative;z-index:1030;padding:8px 16px;display:flex;flex-wrap:wrap;align-items:center}.custom-header .site-brand{display:flex;align-items:center;text-decoration:none!important;color:#fff!important;padding:8px 0;margin-right:16px;flex-shrink:0}.custom-header .site-brand .brand-logo{height:51px;width:auto;display:inline-block!important;border-radius:0!important;margin:0!important}.navbar-toggler{display:none;font-size:1.25rem;line-height:1;background-color:#213a49!important;border:none!important;padding:.25rem .75rem;cursor:pointer;margin-left:auto;outline:none!important;box-shadow:none!important}.navbar-toggler:focus,.navbar-toggler:active{outline:none!important;box-shadow:none!important}.navbar-toggler:focus-visible{outline:2px solid #fff!important;outline-offset:2px}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background:no-repeat 50%;background-size:100% 100%;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.custom-header .site-nav{display:flex;align-items:center;flex-basis:auto;flex-grow:1;justify-content:flex-end}.custom-header .site-nav>a,.custom-header .site-nav .dropdown-toggle{font-family:eb garamond,serif!important;color:#fff!important;text-decoration:none!important;font-size:24px;font-weight:600;padding:8px;display:inline-block;line-height:36px}.custom-header .site-nav>a:focus-visible,.custom-header .site-nav .dropdown-toggle:focus-visible{outline:2px solid #fff;outline-offset:2px}.custom-header .site-nav>a:hover,.custom-header .site-nav .dropdown-toggle:hover{color:#fff!important;text-decoration:underline!important;text-decoration-thickness:1.4px!important;text-underline-offset:2.2px!important}.nav-dropdown{position:relative;display:inline-flex;align-items:center}.nav-dropdown .dropdown-toggle{cursor:pointer;display:inline-flex;align-items:center;gap:4px}.nav-dropdown .dropdown-toggle::after{content:'';display:inline-block;border-top:5px solid #fff;border-right:5px solid transparent;border-bottom:0;border-left:5px solid transparent;vertical-align:6.12px;margin-left:6.12px}.nav-dropdown .dropdown-menu{position:absolute;top:100%;left:0;background:#213a49;min-width:160px;padding:9.6px 0 4px;box-shadow:none;border-radius:0;border-left:5px solid var(--accent);z-index:1001;display:none}.nav-dropdown.open .dropdown-menu{display:block}.nav-dropdown .dropdown-menu a{display:block!important;padding:4px 16px!important;font-family:'source sans 3',sans-serif!important;font-size:18px;font-weight:400;white-space:nowrap;line-height:27px!important;color:#fff!important;text-decoration:none!important}.nav-dropdown .dropdown-menu a:hover{text-decoration:underline!important;color:#fff!important;text-decoration-thickness:1px!important;text-underline-offset:2px!important}.safari-tint-top{display:none}header.header{display:none!important}.header-nav,.logo,.logo-switches,#menu,.menu{display:none!important}.main{max-width:none!important;margin:0!important;padding:0!important;min-height:auto!important;position:static!important}.two-col-layout{max-width:1020px;margin:0 auto;padding:60px 15px 40px;display:flex;gap:85px;background:#fff}.content-primary{flex:1;min-width:0}.sidebar{width:255px;flex-shrink:0;padding-top:4px}.sidebar-section{margin-bottom:30px}.sidebar-section h3{font-family:eb garamond,serif!important;font-size:19px!important;font-weight:600!important;color:#000!important;letter-spacing:normal;margin:0 0 2px!important;line-height:1.3!important}.sidebar-section p{font-size:15px;line-height:1.5;color:#000;margin:0 0 4px}.sidebar-section a{color:var(--accent);text-decoration:underline}.sidebar-section a.sidebar-about-link{font-family:eb garamond,serif!important;font-size:17px!important;font-weight:400!important;color:#000!important;line-height:19.5px!important;text-decoration:none!important;display:block}.sidebar-section a.sidebar-merch-link{font-family:eb garamond,serif!important;font-size:17px!important;font-weight:400!important;color:#000!important;line-height:19.5px!important;text-decoration:none!important;display:block}.sidebar-section .search-input{width:100%;padding:10px 14px!important;border:2px solid var(--border)!important;border-radius:6px;font-family:inherit;font-size:16px;height:auto;box-sizing:border-box;background:var(--theme);color:var(--primary);outline:none;transition:border-color .2s}.sidebar-section .search-input:focus{border-color:var(--accent)!important}.sidebar-section .search-input::placeholder{color:var(--secondary)}.sidebar-section .merch-img{max-width:100%;height:auto;margin-top:0;border-radius:0!important}.blog-roll-entry{margin-bottom:100px}.blog-roll-entry .entry-title{font-family:eb garamond,serif!important;font-size:36px!important;font-weight:600!important;line-height:40px!important;margin:0 0 8px!important;overflow-wrap:break-word;word-break:break-word}.blog-roll-entry .entry-title a{color:#213a49!important;text-decoration:none!important;overflow-wrap:break-word;word-break:break-word}.blog-roll-entry .entry-title a:hover{color:var(--accent)!important}.blog-roll-entry .entry-title .linked-arrow{font-size:inherit;margin-left:0;position:relative;top:3px}.blog-roll-entry .entry-meta{font-size:14.5px!important;color:#6c757d!important;margin:0!important;padding:2px 0 8px!important;line-height:1.6}.blog-roll-entry .entry-meta a{color:#6c757d!important;text-decoration:none!important}.blog-roll-entry .entry-meta a.post-permalink{padding-left:5px}.blog-roll-entry .entry-meta a.post-permalink:hover,.blog-roll-entry .entry-meta a.post-permalink:active,.post-single .post-meta a.post-permalink:hover,.post-single .post-meta a.post-permalink:active{color:inherit!important}.blog-roll-entry .entry-meta a:hover{color:#6c757d!important}.blog-roll-entry .entry-content{font-family:'source sans 3',sans-serif!important;font-size:1.0625rem!important;line-height:1.5!important;color:#000!important;overflow:visible!important;display:block!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;margin:0!important}.blog-roll-entry .entry-content p{margin-bottom:16px}.blog-roll-entry .entry-content a{color:var(--accent)!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:1.4px}.blog-roll-entry .entry-content a:hover,.blog-roll-entry .entry-content a:active{color:var(--accent)!important}.footnotes{font-size:15px;line-height:1.5}.post-single .post-content .footnotes .footnote-backref,.post-single .post-content .footnotes a[href*=fnref],.post-single .post-content .footnotes .footnote-backref:hover,.post-single .post-content .footnotes a[href*=fnref]:hover,.post-single .post-content .footnotes .footnote-backref:active,.post-single .post-content .footnotes a[href*=fnref]:active,.footnotes .footnote-backref,.footnotes a[href*=fnref],.footnotes .footnote-backref:hover,.footnotes a[href*=fnref]:hover,.footnotes .footnote-backref:active,.footnotes a[href*=fnref]:active{color:var(--accent)!important;text-decoration:none!important}.post-single .post-content a.footnote-ref,.post-single .post-content a[href*="#fn-"],.post-single .post-content a.footnote-ref:hover,.post-single .post-content a[href*="#fn-"]:hover,.post-single .post-content a.footnote-ref:active,.post-single .post-content a[href*="#fn-"]:active,a.footnote-ref,a[href*="#fn-"],a.footnote-ref:hover,a[href*="#fn-"]:hover,a.footnote-ref:active,a[href*="#fn-"]:active{color:var(--accent)!important;text-decoration:none!important;font-weight:800}sup.footnote-ref,sup[id^=fnref]{vertical-align:super;font-size:.75em;line-height:0}.littlefoot{--button-background-color:#e0e0e0;--button-active-background-color:#d0d0d0;--button-text-color:#213a49;--button-active-text-color:#213a49;--button-border-radius:8px;--button-height:16px;--button-padding:0 9px;--button-margin:0 2px;--popover-background-color:#213a49;--popover-text-color:#fff;--popover-border:3px solid #007da1;--popover-border-radius:0;--popover-shadow:0 2px 12px rgba(0, 0, 0, 0.15);--popover-font-family:'Source Sans 3', sans-serif;--popover-font-size:15px;--popover-line-height:1.5;--popover-width:26em;--popover-max-height:none}.littlefoot__content{background-color:#213a49!important;color:#fff!important;font-family:'source sans 3',sans-serif!important;font-size:16px!important;line-height:24px!important;padding:12px 16px!important;max-height:none!important;overflow:visible!important}.littlefoot__content p,.post-single .post-content .littlefoot__content p,.post-single .md-content .littlefoot__content p{margin:0!important}.littlefoot__content::after,.is-scrollable .littlefoot__content::after{display:none!important;content:none!important}.littlefoot__wrapper{padding:0!important;margin:0!important;background-color:#213a49!important}.littlefoot__content a,.littlefoot__content a:hover,.littlefoot__content a:active,.blog-roll-entry .entry-content .littlefoot__content a,.blog-roll-entry .entry-content .littlefoot__content a:hover,.blog-roll-entry .entry-content .littlefoot__content a:active,.post-single .post-content .littlefoot__content a,.post-single .post-content .littlefoot__content a:not(.anchor),.post-single .post-content .littlefoot__content a:not(.anchor):hover,.post-single .post-content .littlefoot__content a:not(.anchor):active,.post-single .md-content .littlefoot__content a,.post-single .md-content .littlefoot__content a:not(.anchor),.post-single .md-content .littlefoot__content a:not(.anchor):hover,.post-single .md-content .littlefoot__content a:not(.anchor):active{color:#fff!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:1.4px!important}.littlefoot__popover{border:3px solid #007da1!important;border-radius:0!important;transition:none!important;transform:scale(1)translateZ(0)!important;margin:30px 0!important;background-color:#213a49!important;box-shadow:none!important}.littlefoot__popover.is-active{transform:scale(1)translateZ(0)!important}.littlefoot__tooltip{display:none!important}blockquote .littlefoot__button,.md-content blockquote .littlefoot__button,.entry-content blockquote .littlefoot__button,.post-content blockquote .littlefoot__button{color:#213a49!important;background-color:#e0e0e0!important}.littlefoot__button{transition:none!important;font-weight:700!important;font-size:10.5px!important;width:auto!important;min-width:16px!important;height:16px!important;padding:0 9px!important;line-height:16px!important;text-align:center!important;vertical-align:2px!important;cursor:pointer!important;outline:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative}.littlefoot__button::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:32px;min-height:32px}.littlefoot__button:hover,.littlefoot__button:active,.littlefoot__button:focus,.littlefoot__button.is-active{background-color:#e0e0e0!important;color:#213a49!important}.littlefoot__button:focus-visible{outline:2px solid var(--accent)!important;outline-offset:2px}@media(max-width:767.98px){.littlefoot__popover{position:absolute!important;top:0!important;bottom:auto!important;left:auto!important;right:auto!important;width:var(--popover-width);max-width:80vw!important;border-radius:0!important;border-width:3px!important;margin:30px 0!important}.littlefoot__popover.is-active{transform:scale(1)translateZ(0)!important}.littlefoot__wrapper{border-radius:0!important;max-width:80vw!important}}blockquote,.md-content blockquote,.entry-content blockquote{border-left:3px solid var(--accent)!important;border-inline-start:3px solid var(--accent)!important;color:#666!important;font-style:normal!important;padding:0 15px!important;padding-inline-start:15px!important;margin:0 0 16px 18px!important;background:0 0!important}blockquote p,.md-content blockquote p,.entry-content blockquote p{color:#666!important}blockquote .littlefoot__content,blockquote .littlefoot__content p,blockquote .littlefoot__wrapper,blockquote .littlefoot__popover,.post-single .post-content blockquote .littlefoot__content,.post-single .post-content blockquote .littlefoot__content p,.post-single .md-content blockquote .littlefoot__content,.post-single .md-content blockquote .littlefoot__content p{color:#fff!important;background-color:#213a49!important}.post-single{padding:0!important;margin:0!important}.post-single .post-header{margin:0!important;padding:0!important}.post-single .post-header:not(:has(.post-meta)){margin-bottom:14px!important}.post-single .post-title{font-family:eb garamond,serif!important;font-size:36px!important;font-weight:600!important;color:#213a49!important;line-height:40px!important;margin:0 0 8px!important}.post-single .post-title a,.post-single .post-title a.linked-list-link{color:#213a49!important;text-decoration:none!important}.post-single .post-title a:hover{color:var(--accent)!important}.post-single .post-title .linked-arrow{font-size:inherit;margin-left:0;position:relative;top:3px}.post-single .post-meta{font-size:14.5px!important;color:#6c757d!important;margin:0!important;padding:2px 0 8px!important;line-height:1.6}.post-single .post-meta a,.post-single .post-meta a.post-permalink{color:#6c757d!important;text-decoration:none!important;padding-left:5px}.post-single .post-content{font-family:'source sans 3',sans-serif!important;font-size:1.0625rem!important;line-height:1.5!important;color:#000!important;margin:0!important;padding:0!important}.post-content ul,.post-content ol,.md-content ul,.md-content ol,.entry-content ul,.entry-content ol{list-style-type:square;margin-left:18px!important;padding-left:15px!important;padding-inline-start:15px!important;margin-bottom:16px!important}.post-content ul li::marker,.post-content ol li::marker,.md-content ul li::marker,.md-content ol li::marker,.entry-content ul li::marker,.entry-content ol li::marker{color:var(--accent)}.post-content ol,.md-content ol,.entry-content ol{list-style-type:decimal}.post-content li,.md-content li,.entry-content li{margin-top:.3rem}.post-content li p,.md-content li p,.entry-content li p{margin-bottom:0}.post-single .post-content p,.post-single .md-content p:not(:last-child){margin-bottom:16px!important}.post-single .post-content a:not(.anchor){color:var(--accent)!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:1.4px}.post-single .post-content a:not(.anchor):hover,.post-single .post-content a:not(.anchor):active{color:var(--accent)!important}.post-single .post-content details a.then-permalink{display:block;margin-top:0;margin-bottom:0;padding-left:20px;font-size:.85em;line-height:23.2px;color:#6c757d!important;text-decoration:none!important;cursor:pointer}.post-single .post-content details a.then-permalink:hover,.post-single .post-content details a.then-permalink:active{color:#6c757d!important;text-decoration:none!important}.md-content figure>figcaption{font-weight:400!important}.md-content .anchor{display:none!important}.gallery{margin:1rem 0;display:flex;flex-wrap:wrap}.gallery figure{box-sizing:border-box;padding:0 8px;margin-bottom:16px}.gallery figure a{display:block;aspect-ratio:1/1;overflow:hidden}.gallery figure img{width:100%;height:100%;border-radius:0!important;margin:0;object-fit:cover;object-position:top}.gallery figure figcaption{font-size:16px;color:var(--primary);text-align:center;padding:0}@media(max-width:600px){.gallery-cols-2 figure{width:100%!important}.gallery-cols-3 figure{width:50%!important}}.gallery.gallery-cards{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.gallery.gallery-cards figure{padding:0!important;margin:0!important;width:auto!important;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:var(--theme);display:flex;flex-direction:column;aspect-ratio:16/10}.gallery.gallery-cards figure a{flex:1;min-height:0;display:block;overflow:hidden}.gallery.gallery-cards figure img{width:100%;height:100%;object-fit:cover;object-position:top left!important;margin:0!important}.gallery.gallery-cards figure figcaption{padding:8px 10px!important;margin:0!important;text-align:left;font-size:.95em;font-weight:400!important;color:var(--primary)}@media(max-width:600px){.gallery.gallery-cards{grid-template-columns:repeat(2,1fr)!important;gap:10px}.gallery.gallery-cards figure figcaption{padding:6px 8px;font-size:.85em}}.screenshot-nav{display:flex;justify-content:space-between;padding:20px 0}.screenshot-nav a{color:var(--primary);text-decoration:none}.screenshot-nav a:hover{text-decoration:underline}.screenshot-nav-right{margin-left:auto}.post-content img,.entry-content img,.md-content img{max-width:100%;height:auto;border-radius:0!important;margin:1rem 0}.post-content>p:first-child:has(img:only-child),.md-content>p:first-child:has(img:only-child),.entry-content>p:first-child:has(img:only-child){margin-top:0!important}.post-content>p:first-child>img:only-child,.md-content>p:first-child>img:only-child,.entry-content>p:first-child>img:only-child{margin-top:0!important}.pagination{display:flex!important;justify-content:space-between!important;padding:30px 0!important}.pagination a{color:var(--accent)!important;text-decoration:none!important;font-size:17px!important;line-height:1.6!important;background:0 0!important;border-radius:0!important;padding:0!important}.pagination a:hover,.pagination a:active,.pagination a:visited{color:var(--accent)!important;background:0 0!important}.site-footer{text-align:center;padding:0 0 20px;background:#fff}.site-footer .copyright{font-family:'source sans 3',sans-serif;font-size:14px;line-height:21px;color:#000;margin:0}footer.footer{display:none!important}.md-content h1,.md-content h2,.md-content h3,.md-content h4,.md-content h5,.md-content h6,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{font-family:eb garamond,serif;color:#213a49}.md-content h2,.entry-content h2{font-weight:400;font-size:30px!important;margin:32px auto 4px!important;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}.md-content h3,.entry-content h3{font-weight:400;font-size:26px!important;margin:24px 0 3px!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.entry-content h1{margin:40px auto 32px;font-size:40px}.entry-content h4,.entry-content h5,.entry-content h6{margin:24px 0 3px}.entry-content h4{font-size:16px}.md-content a:not(.anchor){color:var(--accent);text-decoration-thickness:1px;text-underline-offset:1.4px}.md-content a:not(.anchor):hover,.md-content a:not(.anchor):active{color:var(--accent)}.page-header{margin-top:0!important}.page-header h1,.page-header .page-title{font-family:eb garamond,serif!important;font-size:36px!important;font-weight:600!important;color:#213a49!important}.category-header .page-title{font-size:42px!important;color:#000!important;margin-bottom:50px}.categories-intro{color:var(--secondary);font-size:17px;margin-top:4px}.categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.category-card{display:block;padding:18px 0;border-bottom:1px solid #e8e8e8;text-decoration:none!important;transition:none}.category-card:hover,.category-card:active{background:0 0!important}.category-card:hover .category-name,.category-card:active .category-name{color:var(--primary)}.category-name{display:block;font-family:eb garamond,serif;font-size:24px;font-weight:500;color:var(--primary)}.category-count{display:block;font-family:'source sans 3',sans-serif;font-size:15px;color:var(--secondary);margin-top:3px}.category-card:nth-child(odd){padding-right:20px}.category-card:nth-child(even){padding-left:20px;border-left:1px solid #e8e8e8}@media(max-width:600px){.categories-grid{grid-template-columns:1fr}.category-card:nth-child(even){padding-left:0;border-left:none}.category-card:nth-child(odd){padding-right:0}}@media(min-width:941px){.custom-header{flex-wrap:nowrap}.custom-header .site-nav{display:flex!important;flex-basis:auto;flex-direction:row}.navbar-toggler{display:none}}@media(max-width:940px){.custom-header{position:relative}.navbar-toggler{display:block!important;margin-left:auto;margin-right:-1rem}.custom-header .site-brand{width:50%;margin-right:0}.custom-header .site-nav{flex-basis:100%;flex-grow:0;flex-direction:column;align-items:flex-start;display:none;overflow:hidden}.custom-header .site-nav.show{display:flex}.custom-header .site-nav>a,.custom-header .site-nav .dropdown-toggle{padding:8px 0 4px!important;width:100%}.nav-dropdown{flex-direction:column;align-items:flex-start;width:100%}.nav-dropdown .dropdown-menu{position:static;box-shadow:none;border-left:5px solid var(--accent)}.nav-dropdown.open .dropdown-menu{padding-top:9.6px;padding-bottom:4px}.two-col-layout{flex-direction:column;padding:30px 25px;gap:160px;background:#fff}.sidebar{width:100%;order:2;padding:0 45px;margin:0}.content-primary{order:1}.blog-roll-entry{margin-bottom:80px}.blog-roll-entry .entry-title{font-size:36px!important}}@media(max-width:480px){.blog-roll-entry .entry-title,.post-single .post-title{font-size:32px!important;line-height:34px!important}blockquote,.md-content blockquote,.entry-content blockquote,.post-content blockquote{margin-left:0!important;margin-inline-start:0!important}.post-content ul,.post-content ol,.md-content ul,.md-content ol,.entry-content ul,.entry-content ol{margin-left:0!important;margin-inline-start:0!important;padding-left:20px!important;padding-inline-start:20px!important}.two-col-layout{padding:30px 25px}}.error-404-hero{background:#000;position:relative}.error-404-image-wrap{position:relative;overflow:hidden}.error-404-image{width:100%;height:auto;display:block}.error-404-title{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);font-family:eb garamond,serif;font-size:clamp(48px,8vw,96px);font-weight:600;color:#000;margin:0;z-index:1}.error-404-overlay{text-align:center;padding:40px 24px 0;max-width:640px;margin:0 auto}.error-404-intro{font-family:eb garamond,serif;font-size:35.2px;font-weight:400;color:#fff;margin-bottom:16px}.error-404-poem{font-family:'source sans 3',sans-serif;font-size:19px;color:#fff;line-height:1.6;margin-bottom:24px}.error-404-outro{font-family:eb garamond,serif;font-size:25.6px;font-weight:400;color:#fff;margin-bottom:35px;max-width:70%;margin-left:auto;margin-right:auto}.page-404{background:#000!important}.error-404-main{max-width:none!important;margin:0!important;padding:0!important;min-height:auto}.error-404-search{max-width:400px;margin:0 auto;padding-bottom:40px}.error-404-search .search-input{width:100%;padding:10px 14px;border:2px solid #444;border-radius:6px;font-family:inherit;font-size:16px;background:0 0;color:#fff;outline:none;transition:border-color .2s}.error-404-search .search-input:focus{border-color:var(--accent)}.error-404-search .search-input::placeholder{color:#bbb}.post-content iframe[src*=youtube],.post-content iframe[src*="youtu.be"],.entry-content iframe[src*=youtube],.entry-content iframe[src*="youtu.be"],.md-content iframe[src*=youtube],.md-content iframe[src*="youtu.be"]{margin-bottom:20px}.post-content div[style*="padding-bottom: 56.25"],.entry-content div[style*="padding-bottom: 56.25"],.md-content div[style*="padding-bottom: 56.25"]{margin-bottom:20px}.post-content details{margin:0 0 16px;padding:0}.post-content details summary{font-family:'source sans 3',sans-serif;font-size:24px;font-weight:600;color:var(--accent);line-height:25px;padding:10px 0 16px 20px;cursor:pointer;list-style:none;position:relative}.post-content details summary::-webkit-details-marker{display:none}.post-content details summary::marker{display:none;content:''}.post-content details summary::before{content:'+';display:block;position:absolute;left:0;top:10px;font-size:24px;font-weight:600;color:var(--accent)}.post-content details[open] summary::before{content:'−'}.post-content details[id][open] summary{padding-bottom:2px}.post-content details p,.post-content details ul,.post-content details ol{margin-left:20px;margin-bottom:16px}.post-content details ul,.post-content details ol{padding-left:40px}.post-content details li{margin-bottom:10px}.post-content details+.post-meta,article[data-url="/then/"] .post-meta{display:none}@media(prefers-color-scheme:dark){body{background-color:#213a49!important;color:#f0f0f0!important}a{color:var(--accent)}.site-wrapper{background:#0e181f}.two-col-layout{background:#0e181f}.custom-header{background-color:#213a49}.blog-roll-entry .entry-title a{color:#fff!important}.blog-roll-entry .entry-title a:hover{color:var(--accent)!important}.post-single .post-title,.post-single .post-title a,.post-single .post-title a.linked-list-link{color:#fff!important}.blog-roll-entry .entry-meta,.blog-roll-entry .entry-meta time{color:#bbb!important}.blog-roll-entry .entry-meta a{color:#bbb!important}.post-single .post-meta,.post-single .post-meta time{color:#bbb!important}.post-single .post-meta a,.post-single .post-meta a.post-permalink{color:#bbb!important}.post-single .post-content details a.then-permalink,.post-single .post-content details a.then-permalink:hover,.post-single .post-content details a.then-permalink:active{color:#bbb!important;text-decoration:none!important}.blog-roll-entry .entry-content,.blog-roll-entry .entry-content p{color:#f0f0f0!important}.blog-roll-entry .entry-content a{color:var(--accent)!important}.blog-roll-entry .entry-content a:hover{color:var(--accent)!important}.post-single .post-content,.post-single .post-content p,.md-content,.md-content p{color:#f0f0f0!important}.post-single .post-content a:not(.anchor),.md-content a:not(.anchor){color:var(--accent)!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:#fff}.post-content h2,.md-content h2,.entry-content h2{color:#fff}.post-content h3,.md-content h3,.entry-content h3{color:#fff}.md-content h4,.md-content h5,.md-content h6,.entry-content h4,.entry-content h5,.entry-content h6{color:#fff}.page-header h1{color:#fff!important}.category-card{border-bottom-color:#333}.category-card:nth-child(even){border-left-color:#333}.category-name{color:#f0f0f0}.category-card:hover .category-name,.category-card:active .category-name{color:#f0f0f0}blockquote,.md-content blockquote,.entry-content blockquote,.post-content blockquote,.post-single .post-content blockquote,.post-single .md-content blockquote,.blog-roll-entry .entry-content blockquote{color:#a6a6a6!important;border-left-color:var(--accent)!important;border-inline-start-color:var(--accent)!important}blockquote p,.md-content blockquote p,.entry-content blockquote p,.post-content blockquote p,.post-single .post-content blockquote p,.post-single .md-content blockquote p,.blog-roll-entry .entry-content blockquote p{color:#a6a6a6!important}blockquote .littlefoot__content,blockquote .littlefoot__content p,blockquote .littlefoot__wrapper,blockquote .littlefoot__popover,.post-single .post-content blockquote .littlefoot__content,.post-single .post-content blockquote .littlefoot__content p,.post-single .md-content blockquote .littlefoot__content,.post-single .md-content blockquote .littlefoot__content p{color:#e0e0e0!important;background-color:#1a2a35!important}code{background-color:#575757!important;color:#f0f0f0}pre{color:#e0e0e0}kbd{color:#0e181f;background-color:#e0e0e0}.post-content details summary,summary{color:var(--accent)}.post-content details summary::before{color:var(--accent)}.sidebar{color:#f0f0f0!important}.sidebar-section h3{color:#f0f0f0!important}.sidebar-section p{color:#f0f0f0!important}.sidebar-section a,.sidebar-section a.sidebar-about-link,.sidebar-section a.sidebar-merch-link{color:#f0f0f0!important}.site-footer{background:#0e181f;color:#f0f0f0!important;border-top-color:var(--accent)}.site-footer .copyright{color:#f0f0f0!important}.site-footer a{color:var(--accent)}.category-header .page-title{color:#f0f0f0!important}.footnotes{color:#bbb}.post-single .post-content .footnotes .footnote-backref,.post-single .post-content .footnotes a[href*=fnref],.post-single .post-content .footnotes .footnote-backref:hover,.post-single .post-content .footnotes a[href*=fnref]:hover,.post-single .post-content .footnotes .footnote-backref:active,.post-single .post-content .footnotes a[href*=fnref]:active,.footnotes .footnote-backref,.footnotes a[href*=fnref],.footnotes .footnote-backref:hover,.footnotes a[href*=fnref]:hover,.footnotes .footnote-backref:active,.footnotes a[href*=fnref]:active{color:var(--accent)!important;text-decoration:none!important}.post-single .post-content a.footnote-ref,.post-single .post-content a[href*="#fn-"],.post-single .post-content a.footnote-ref:hover,.post-single .post-content a[href*="#fn-"]:hover,.post-single .post-content a.footnote-ref:active,.post-single .post-content a[href*="#fn-"]:active,a.footnote-ref,a[href*="#fn-"],a.footnote-ref:hover,a[href*="#fn-"]:hover,a.footnote-ref:active,a[href*="#fn-"]:active{color:var(--accent)!important;text-decoration:none!important}blockquote .littlefoot__button,.md-content blockquote .littlefoot__button,.entry-content blockquote .littlefoot__button,.post-content blockquote .littlefoot__button{color:#213a49!important;background-color:#a6a6a6!important}.littlefoot{--button-background-color:#a6a6a6;--button-active-background-color:#a6a6a6;--button-text-color:#213a49;--button-active-text-color:#213a49;--popover-background-color:#1a2a35;--popover-text-color:#e0e0e0;--popover-border:3px solid #02ACDD;--popover-shadow:0 2px 12px rgba(0, 0, 0, 0.4)}.littlefoot__content{background-color:#1a2a35!important;color:#e0e0e0!important}.littlefoot__popover{border:3px solid #02acdd!important;background-color:#1a2a35!important}.littlefoot__wrapper{background-color:#1a2a35!important}.littlefoot__button:hover,.littlefoot__button:active,.littlefoot__button:focus,.littlefoot__button.is-active{background-color:#a6a6a6!important;color:#213a49!important}.littlefoot__tooltip{display:none!important}.littlefoot__content a,.littlefoot__content a:hover,.littlefoot__content a:active,.blog-roll-entry .entry-content .littlefoot__content a,.blog-roll-entry .entry-content .littlefoot__content a:hover,.blog-roll-entry .entry-content .littlefoot__content a:active,.post-single .post-content .littlefoot__content a,.post-single .post-content .littlefoot__content a:not(.anchor),.post-single .post-content .littlefoot__content a:not(.anchor):hover,.post-single .post-content .littlefoot__content a:not(.anchor):active,.post-single .md-content .littlefoot__content a,.post-single .md-content .littlefoot__content a:not(.anchor),.post-single .md-content .littlefoot__content a:not(.anchor):hover,.post-single .md-content .littlefoot__content a:not(.anchor):active{color:#e0e0e0!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:1.4px!important}table{color:#f0f0f0}input[type=search],.form-control{color:#fff!important;background-color:#0e181f;border-color:#fff}.form-control::placeholder{color:#fff}button,input[type=button],input[type=reset],input[type=submit]{background:#2a2a2a;color:#f0f0f0}mark,.mark{background-color:#440}.pagination a,.pagination a:hover,.pagination a:active,.pagination a:visited{color:var(--accent)!important}img{border-color:transparent}.linked-arrow{color:inherit}}.md-content table{display:table;width:100%;table-layout:auto;border-collapse:collapse;font-size:17px;font-family:"source sans 3",sans-serif;margin-bottom:20px!important}.md-content table th{padding:.5rem;text-align:left;vertical-align:middle;font-family:eb garamond,serif!important;font-size:20px}.md-content table:not(.highlighttable,.highlight table,.gist .highlight) td{padding:.5rem;vertical-align:middle}@media(prefers-color-scheme:light){.md-content table{background-color:#fff;color:#213a49}.md-content table th{background-color:#213a49;color:#fff;border:1px solid #213a49}.md-content table:not(.highlighttable,.highlight table,.gist .highlight) td{border:1px solid #213a49}.md-content table tbody tr:nth-child(even){background-color:#e8e8e8}}@media(prefers-color-scheme:dark){.md-content table{background-color:initial;color:#f0f0f0}.md-content table th{background-color:#213a49;color:#fff;border:1px solid #444}.md-content table:not(.highlighttable,.highlight table,.gist .highlight) td{border:1px solid #444;color:#f0f0f0}.md-content table tbody tr:nth-child(even){background-color:#575757}}@media(max-width:767.98px){.md-content table th,.md-content table:not(.highlighttable,.highlight table,.gist .highlight) td{padding:.35rem;line-height:1.125;vertical-align:middle}}.compare-intro{color:var(--primary);margin-bottom:1.5rem}.compare-intro a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.compare-intro a:hover,.compare-intro a:active{color:var(--accent)}.compare-search-wrap{position:relative;max-width:500px;margin-bottom:1.5rem}.compare-search{width:100%;padding:10px 14px;font-size:16px;font-family:inherit;border:2px solid var(--border);border-radius:6px;background:var(--theme);color:var(--primary);outline:none;transition:border-color .2s}.compare-search:focus{border-color:var(--accent)}.compare-results{display:none;position:absolute;top:100%;left:0;right:0;z-index:100;background:var(--theme);border:1px solid var(--border);border-top:none;border-radius:0 0 6px 6px;max-height:320px;overflow-y:auto;list-style:none;margin:0;padding:0;box-shadow:0 4px 12px rgba(0,0,0,.12)}.compare-results li{padding:8px 14px;cursor:pointer;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.compare-results li:hover,.compare-results li.highlighted{background:var(--tertiary)}.compare-results li.no-results{color:var(--secondary);cursor:default}.compare-results .result-name{font-weight:600}.compare-results .result-alias{font-size:.85em;color:var(--secondary);font-style:italic}.compare-results .result-count{font-size:.8em;color:var(--secondary);margin-left:auto;white-space:nowrap}.compare-info{margin-bottom:1.5rem}.compare-title{margin:0 0 .25rem;font-size:1.5rem}.compare-aliases{color:var(--secondary);font-style:italic;margin:0 0 .75rem;font-size:.9em}.compare-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.compare-card{border:1px solid var(--border);border-radius:6px;overflow:hidden;background:var(--theme);cursor:pointer}.compare-card-empty{cursor:default;opacity:.4}.compare-thumb-wrap{aspect-ratio:16/10;overflow:hidden;background:var(--tertiary);display:flex;align-items:center;justify-content:center}.compare-thumb-wrap img{width:100%;height:100%;object-fit:cover;display:block}.compare-dual-wrap{display:flex;gap:2px;aspect-ratio:16/10;overflow:hidden;background:var(--tertiary)}.compare-dual-thumb{flex:1;position:relative;overflow:hidden;cursor:pointer}.compare-dual-thumb img{width:100%;height:100%;object-fit:cover;display:block}.compare-dual-thumb:hover{opacity:.85}.compare-mode-label{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.75);color:#fff;font-size:.75em;font-weight:600;padding:2px 8px;border-radius:4px;pointer-events:none;letter-spacing:.02em;text-shadow:0 1px 2px rgba(0,0,0,.3);white-space:nowrap}.compare-empty-thumb{color:var(--secondary);font-size:.8em;text-align:center}.compare-card-label{padding:8px 10px;display:flex;justify-content:space-between;align-items:baseline;font-size:.95em}.compare-card-label strong{color:var(--primary)}.compare-card-label a{color:var(--primary)!important;text-decoration:none!important}.compare-card-label a:hover{color:var(--accent)!important}.compare-card-label span{color:var(--secondary)}.compare-lightbox,.figure-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.85);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.compare-lightbox img,.figure-lightbox img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:4px}.lightbox-close{position:absolute;top:16px;right:24px;font-size:2rem;color:#fff;background:0 0;border:none;cursor:pointer;line-height:1}.lightbox-caption{color:#ccc;margin-top:1rem;font-size:.95em;text-align:center}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:#fff;border:none;font-size:2rem;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .2s;-webkit-tap-highlight-color:transparent}.lightbox-prev:hover,.lightbox-next:hover{background:rgba(0,0,0,.8)}.lightbox-prev{left:16px}.lightbox-next{right:16px}@media(max-width:640px){.lightbox-prev,.lightbox-next{width:36px;height:36px;font-size:1.5rem}.lightbox-prev{left:8px}.lightbox-next{right:8px}.compare-grid{grid-template-columns:repeat(2,1fr);gap:10px}.compare-card-label{padding:6px 8px;font-size:.85em}.compare-mode-label{font-size:.6em;padding:1px 5px;bottom:3px}.compare-search-wrap{max-width:100%}}.gallery.gallery-wallpapers{display:grid!important;grid-template-columns:repeat(2,1fr);gap:16px}.gallery.gallery-wallpapers.gallery-cols-1{grid-template-columns:1fr}.gallery.gallery-wallpapers .wallpaper-card{padding:0!important;margin:0!important;width:auto!important;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:var(--theme);display:flex;flex-direction:column;aspect-ratio:16/10}.gallery.gallery-wallpapers .wallpaper-card img{width:100%;object-fit:cover;object-position:center;display:block;flex:1;min-height:0;margin:0!important}.gallery.gallery-wallpapers .wallpaper-card figcaption{display:flex;align-items:center;justify-content:space-between;padding:8px 10px!important;margin:0!important;gap:6px}.wallpaper-name{font-size:.95em;font-weight:700;color:var(--primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.wallpaper-downloads{display:flex;align-items:center;gap:4px;flex-shrink:0}.wallpaper-dl{display:inline-flex;align-items:center;gap:2px;color:var(--accent);text-decoration:none;padding:2px;border-radius:50%;transition:opacity .15s}.wallpaper-dl:hover{opacity:.7}.wallpaper-dl .dl-label{font-size:.7em;font-weight:600;line-height:1}.wallpaper-dl svg{width:18px;height:18px}@media(max-width:640px){.gallery.gallery-wallpapers{grid-template-columns:repeat(2,1fr);gap:10px}.gallery.gallery-wallpapers .wallpaper-card figcaption{padding:6px 8px!important}.wallpaper-name{font-size:.85em}.wallpaper-dl svg{width:16px;height:16px}}body{font-family:lexend,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}.gallery{display:flex;flex-wrap:wrap}.gallery figure,.gallery figure img{text-align:center}.gallery figure img{margin:1rem auto}.gallery-cols-1 figure{width:100%}.gallery-cols-2 figure{width:50%}.gallery-cols-3 figure{width:33.3333333333%}.gallery-cols-4 figure{width:25%}.gallery-cols-5 figure{width:25%}.gallery-cols-6 figure{width:16.666666666%}