/*
  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%}.nav{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height);gap:.5rem}.sticky-header{position:fixed;z-index:9999;width:100%;min-height:var(--header-height);background-color:var(--theme)}.nav a{display:block}.nav a.logo-brand{display:inline-flex;align-items:center;gap:.55rem;line-height:1}.logo,.menu-scroll-wrap{display:flex;align-items:center}.logo{flex:1;min-width:0;flex-wrap:nowrap;flex-shrink:1;gap:.35rem;margin-inline-start:var(--gap);margin-inline-end:0}.menu-scroll-wrap.nav-desktop{display:none;flex:1;justify-content:flex-end;min-width:0;margin-inline-end:var(--gap)}.logo a{font-size:inherit;font-weight:inherit}.logo a img{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}.logo a.logo-brand img{display:block;vertical-align:initial;transform:none;border-radius:0;margin-inline-end:0}#menu{display:flex;list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap;margin:0}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:16px}#menu a:not(.nav-contact-btn) span{position:relative;display:inline-block;line-height:1}#menu a:not(.nav-contact-btn) span::after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background-color:#ff6200;transform:scaleX(0);transform-origin:left center;transition:transform .25s ease}@media(hover:hover){#menu a:not(.nav-contact-btn):hover span::after{transform:scaleX(1)}}#menu .active{font-weight:500}#menu a:not(.nav-contact-btn) span.active::after{transform:scaleX(1)}#menu li.nav-item--button{display:flex;align-items:center;align-self:center}#menu .nav-contact-btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1rem;border-radius:999px;font-size:14px;font-weight:600;line-height:1.25;color:#fff;background:#ff6200;transition:background-color .15s ease}@media(hover:hover){#menu .nav-contact-btn:hover{background:#e55800}}#menu .nav-contact-btn span,#menu .nav-contact-btn span.active{border-bottom:none;font-weight:600}.lang-switch li,.lang-switch ul,.logo-switches{display:inline-flex;margin:auto 4px}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.logo-switches{display:inline-flex;align-items:center;flex-shrink:0;margin:auto 4px}.mobile-menu{position:fixed;inset:0;z-index:10000;pointer-events:none;visibility:hidden}.mobile-menu.is-open{pointer-events:auto;visibility:visible}.mobile-menu__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .25s ease}.mobile-menu.is-open .mobile-menu__overlay{opacity:1}.mobile-menu__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(70vw,250px);height:100%;background:var(--theme);border-left:1px solid var(--border);box-shadow:-8px 0 30px rgba(0,0,0,.12);transform:translateX(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.mobile-menu.is-open .mobile-menu__panel{transform:translateX(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height);padding:0 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.mobile-menu__title{font-size:.875rem;font-weight:600;letter-spacing:.02em;color:var(--secondary);text-transform:uppercase}.mobile-menu__close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:var(--radius);background:0 0;color:var(--primary);cursor:pointer;transition:background-color .15s ease}@media(hover:hover){.mobile-menu__close:hover{background:var(--tertiary)}}.mobile-menu__close:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.mobile-menu__nav{flex:1;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;padding:.5rem}.mobile-menu__links{flex-shrink:0}.mobile-menu__footer{flex-shrink:0;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.mobile-menu__socials{display:flex;justify-content:center;padding:0 .875rem .5rem}.mobile-menu__socials .social-icons{padding:0;gap:.5rem}.mobile-menu__socials .social-icons a:not(:last-of-type){margin-inline-end:0}.mobile-menu__contact{display:flex;justify-content:center;padding-top:.5rem;border-top:1px solid var(--border)}.mobile-menu__contact .nav-contact-btn{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.45rem 1rem;border-radius:999px;font-size:14px;line-height:1.25;color:#fff;font-weight:600;text-align:center;background:#ff6200;text-decoration:none;transition:background-color .15s ease}@media(hover:hover){.mobile-menu__contact .nav-contact-btn:hover{background:#e55800;color:#fff}}.mobile-menu__contact .nav-contact-btn span,.mobile-menu__contact .nav-contact-btn span.active{border-bottom:none;font-weight:600}.mobile-menu__contact .nav-contact-btn:focus-visible{outline:2px solid #ff6200;outline-offset:2px}.mobile-menu__list{list-style:none;margin:0;padding:0;overflow:visible}.mobile-menu__list li+li{margin-top:.125rem}.mobile-menu__list li{overflow:visible}.mobile-menu__list a{display:block;padding:.75rem .875rem;border-radius:var(--radius);font-size:1rem;font-weight:500;color:var(--primary);text-align:center;text-decoration:none;transition:background-color .15s ease,color .15s ease}.mobile-menu__list a span{display:inline-block;line-height:1}@media(hover:hover){.mobile-menu__list a:hover{background:var(--tertiary)}}.mobile-menu__list a:has(span.active){color:var(--accent)}.mobile-menu__list a:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.mobile-menu__list .active{font-weight:600}#menu .nav-contact-btn:focus-visible{outline:2px solid #ff6200;outline-offset:2px}body.mobile-menu-open{overflow:hidden;overscroll-behavior:none}html.mobile-menu-open{overflow:hidden;overscroll-behavior:none}@media(prefers-reduced-motion:reduce){.mobile-menu__overlay,.mobile-menu__panel,.mobile-menu-trigger__bar{transition:none}#menu a:not(.nav-contact-btn) span::after{transition:none}}@media screen and (max-width:991px){.nav{min-height:var(--header-height)}.logo{margin-inline-end:0}.menu-scroll-wrap.nav-desktop{display:none !important}}@media screen and (min-width:992px){.menu-scroll-wrap.nav-desktop{display:flex}.mobile-menu,.mobile-menu-trigger{display:none !important}}.main{position:relative;min-height:calc(100vh - var(--footer-height));margin:auto;padding:var(--gap);padding-top:calc(var(--header-height) + var(--gap))}.social-icons{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.social-icons a{display:inline-flex;align-items:center;justify-content:center;padding:.15rem;line-height:0;color:var(--primary)}.social-icons a svg{display:block;width:1.625rem;height:1.625rem;max-width:1.625rem;max-height:1.625rem;flex-shrink:0}@media screen and (max-width:991px){:root{--header-height:72px}.main{padding-top:calc(var(--header-height) + .75rem)}.logo-wordmark{font-size:1.35rem}.logo-brand img{height:32px}}.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)}.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 .x{}.chroma .err{color:#ed8796}.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:#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 .n{}.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 .nx{}.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 .l{}.chroma .ld{}.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 .p{}.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 .g{}.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 .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma .w{}.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}}.top-link{background:var(--accent)}.top-link svg{fill:#fff}@media(hover:hover){.top-link:hover{background:var(--accent-hover);color:#fff}}.mobile-menu-trigger{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-inline-end:var(--gap);padding:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--entry);color:var(--primary);cursor:pointer;flex-shrink:0;transition:background-color .15s ease,border-color .15s ease}@media(hover:hover){.mobile-menu-trigger:hover{background:var(--tertiary)}.mobile-menu-trigger--panel-left:hover,.mobile-menu-trigger--grip:hover,.mobile-menu-trigger--plus-morph:hover,.mobile-menu-trigger--minimal-bars:hover,.mobile-menu-trigger--kebab:hover,.mobile-menu-trigger--chevron:hover,.mobile-menu-trigger--text-menu:hover,.mobile-menu-trigger--two-bars:hover,.mobile-menu-trigger--list:hover,.mobile-menu-trigger--justify:hover{background:var(--tertiary)}}.mobile-menu-trigger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.mobile-menu-trigger--panel-left,.mobile-menu-trigger--grip,.mobile-menu-trigger--plus-morph,.mobile-menu-trigger--minimal-bars,.mobile-menu-trigger--kebab,.mobile-menu-trigger--chevron,.mobile-menu-trigger--text-menu,.mobile-menu-trigger--two-bars,.mobile-menu-trigger--list,.mobile-menu-trigger--justify{border-color:transparent;background:0 0}.mobile-menu-trigger__icon--bars{position:relative;display:block;width:1.125rem;height:.875rem}.mobile-menu-trigger--minimal-bars .mobile-menu-trigger__icon--bars{width:1.25rem;height:1rem}.mobile-menu-trigger__bar{position:absolute;left:0;width:100%;height:2px;border-radius:1px;background:currentColor;transition:transform .2s ease,opacity .2s ease,top .2s ease,bottom .2s ease}.mobile-menu-trigger--minimal-bars .mobile-menu-trigger__bar{height:1.5px}.mobile-menu-trigger__bar:nth-child(1){top:0}.mobile-menu-trigger__bar:nth-child(2){top:50%;transform:translateY(-50%)}.mobile-menu-trigger__bar:nth-child(3){bottom:0}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__bar:nth-child(1){top:50%;transform:translateY(-50%)rotate(45deg)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__bar:nth-child(2){opacity:0}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__bar:nth-child(3){top:50%;bottom:auto;transform:translateY(-50%)rotate(-45deg)}.mobile-menu-trigger__icon--svg{position:relative;display:block;width:1.25rem;height:1.25rem}.mobile-menu-trigger__svg{position:absolute;inset:0;transition:opacity .2s ease,transform .2s ease}.mobile-menu-trigger__svg--close{opacity:0;transform:scale(.85)rotate(-90deg)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__svg--menu{opacity:0;transform:scale(.85)rotate(90deg)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__svg--close{opacity:1;transform:scale(1)rotate(0)}.mobile-menu-trigger__icon--grip{position:relative;display:block;width:1.125rem;height:1.125rem}.mobile-menu-trigger__grip-grid{position:absolute;inset:0;display:grid;grid-template-columns:repeat(2,4px);grid-template-rows:repeat(3,4px);gap:3px;justify-content:center;align-content:center;transition:opacity .2s ease,transform .2s ease}.mobile-menu-trigger__dot{width:4px;height:4px;border-radius:50%;background:currentColor}.mobile-menu-trigger__icon--grip .mobile-menu-trigger__svg--close{opacity:0;transform:scale(.8)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__grip-grid{opacity:0;transform:scale(.8)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--grip .mobile-menu-trigger__svg--close{opacity:1;transform:scale(1)}.mobile-menu-trigger__icon--plus{position:relative;display:block;width:1.125rem;height:1.125rem;transition:transform .25s cubic-bezier(.32,.72,0,1)}.mobile-menu-trigger__plus-h,.mobile-menu-trigger__plus-v{position:absolute;top:50%;left:50%;background:currentColor;border-radius:1px;transition:transform .25s cubic-bezier(.32,.72,0,1)}.mobile-menu-trigger__plus-h{width:100%;height:2px;transform:translate(-50%,-50%)}.mobile-menu-trigger__plus-v{width:2px;height:100%;transform:translate(-50%,-50%)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--plus{transform:rotate(45deg)}.mobile-menu-trigger__icon--kebab{position:relative;display:block;width:1rem;height:1.125rem}.mobile-menu-trigger__kebab-dots{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1px 0;transition:opacity .2s ease,transform .2s ease}.mobile-menu-trigger__kebab-dot{width:4px;height:4px;border-radius:50%;background:currentColor}.mobile-menu-trigger__icon--kebab .mobile-menu-trigger__svg--close{opacity:0;transform:scale(.8)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__kebab-dots{opacity:0;transform:scale(.8)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--kebab .mobile-menu-trigger__svg--close{opacity:1;transform:scale(1)}.mobile-menu-trigger--text-menu{width:auto;min-width:2.5rem;padding-inline:.65rem}.mobile-menu-trigger__icon--text{position:relative;display:block;width:2.75rem;height:1.125rem}.mobile-menu-trigger__text-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;line-height:1;transition:opacity .2s ease,transform .2s ease}.mobile-menu-trigger__icon--text .mobile-menu-trigger__svg--close{opacity:0;transform:scale(.8)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__text-label{opacity:0;transform:scale(.85)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--text .mobile-menu-trigger__svg--close{opacity:1;transform:scale(1)}.mobile-menu-trigger__icon--two-bars{position:relative;display:block;width:1.25rem;height:.625rem}.mobile-menu-trigger__icon--two-bars .mobile-menu-trigger__bar{height:1.5px}.mobile-menu-trigger__icon--two-bars .mobile-menu-trigger__bar:nth-child(1){top:0;transform:none}.mobile-menu-trigger__icon--two-bars .mobile-menu-trigger__bar:nth-child(2){top:auto;bottom:0;transform:none}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--two-bars .mobile-menu-trigger__bar:nth-child(1){top:50%;bottom:auto;transform:translateY(-50%)rotate(45deg)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--two-bars .mobile-menu-trigger__bar:nth-child(2){top:50%;bottom:auto;transform:translateY(-50%)rotate(-45deg)}.mobile-menu-trigger__icon--justify{position:relative;display:block;width:1.25rem;height:1rem}.mobile-menu-trigger__icon--justify .mobile-menu-trigger__bar{height:1.5px;width:100%}.mobile-menu-trigger__icon--justify .mobile-menu-trigger__bar:nth-child(1){top:0;transform:none}.mobile-menu-trigger__icon--justify .mobile-menu-trigger__bar:nth-child(2){top:33.333%;transform:translateY(-50%)}.mobile-menu-trigger__icon--justify .mobile-menu-trigger__bar:nth-child(3){top:66.666%;transform:translateY(-50%)}.mobile-menu-trigger__icon--justify .mobile-menu-trigger__bar:nth-child(4){top:auto;bottom:0;transform:none}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--justify .mobile-menu-trigger__bar:nth-child(1),.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--justify .mobile-menu-trigger__bar:nth-child(4){top:50%;bottom:auto;transform:translateY(-50%)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--justify .mobile-menu-trigger__bar:nth-child(1){transform:translateY(-50%)rotate(45deg)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--justify .mobile-menu-trigger__bar:nth-child(4){transform:translateY(-50%)rotate(-45deg)}.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--justify .mobile-menu-trigger__bar:nth-child(2),.mobile-menu-trigger[aria-expanded=true] .mobile-menu-trigger__icon--justify .mobile-menu-trigger__bar:nth-child(3){opacity:0}@media(prefers-reduced-motion:reduce){.mobile-menu-trigger__bar,.mobile-menu-trigger__svg,.mobile-menu-trigger__grip-grid,.mobile-menu-trigger__icon--plus,.mobile-menu-trigger__plus-h,.mobile-menu-trigger__plus-v,.mobile-menu-trigger__kebab-dots,.mobile-menu-trigger__text-label{transition:none}}@media screen and (max-width:991px){.mobile-menu-trigger{display:inline-flex;margin-inline-end:var(--gap);margin-inline-start:0;flex-shrink:0}}@media screen and (min-width:992px){.mobile-menu-trigger{display:none}}.stackdyne-link,.pagination a{color:#fff;font-size:13px;line-height:36px;background:var(--brand-dark);border-radius:calc(36px/2);padding:0 16px;text-decoration:none;white-space:nowrap;display:inline-block;flex-shrink:0;transition:opacity .15s ease,background-color .15s ease}.stackdyne-link--secondary{color:#fff;background:var(--accent);border:1px solid var(--accent)}@media(hover:hover){.stackdyne-link:hover,.pagination a:hover{opacity:.9}.stackdyne-link--secondary:hover{background:var(--accent-hover);border-color:var(--accent-hover);opacity:1}}body.stackdyne-page .main{max-width:calc(var(--nav-width) + var(--gap) * 2)}body.stackdyne-page.list{background:var(--theme)}.stackdyne{display:flex;flex-direction:column;gap:calc(var(--gap) * 2);padding-block:var(--gap)}.stackdyne-section{scroll-margin-top:calc(var(--header-height) + var(--gap))}.stackdyne>.stackdyne-intro,.stackdyne>.stackdyne-section{padding-bottom:calc(var(--gap) * 1.5)}.stackdyne-section__header{margin-bottom:var(--content-gap)}.stackdyne-section__title{font-size:1.25rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--secondary);margin:0}.stackdyne-intro{display:flex;flex-direction:column;gap:calc(var(--gap) * 2)}.stackdyne-intro .stackdyne-about{max-width:40rem}@media screen and (min-width:901px){.stackdyne-intro{display:grid;grid-template-columns:minmax(0,1.05fr)minmax(0,.95fr);gap:calc(var(--gap) * 2);align-items:start}.stackdyne-intro .stackdyne-hero,.stackdyne-intro #about{min-width:0;padding-block:calc(var(--gap) * 1.5)0}}.stackdyne-hero{padding-block:var(--gap)}@media screen and (min-width:901px){.stackdyne-hero{padding-block:calc(var(--gap) * 1.5)var(--gap)}}.stackdyne-hero__eyebrow{font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .75rem}.stackdyne-hero__eyebrow-prefix{color:var(--accent)}.stackdyne-hero__eyebrow-dark{color:var(--brand-dark)}.stackdyne-hero__eyebrow-range{font-family:ui-monospace,sf mono,cascadia mono,Menlo,Monaco,Consolas,monospace;font-weight:600;letter-spacing:.03em;text-transform:none}.stackdyne-hero__title{font-size:clamp(2rem,5vw,2.75rem);font-weight:800;line-height:1.15;margin:0 0 .75rem;letter-spacing:-.02em;color:var(--primary)}.stackdyne-hero__subtitle{font-size:1.05rem;color:var(--content);line-height:1.65;max-width:36rem;margin:0 0 1.5rem}.stackdyne-hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.stackdyne-hero__social-label{font-size:.95rem;font-weight:500;color:var(--secondary);margin:0 0 .35rem}.stackdyne-hero__social .social-icons{padding:0;gap:.25rem}.stackdyne-about{font-size:1.05rem;line-height:1.7;color:var(--content);max-width:40rem}.stackdyne-about p{margin:0 0 1rem}.stackdyne-about p:last-child{margin-bottom:0}.stackdyne-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--content-gap)}.stackdyne-card{padding:1.15rem;background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .15s ease,transform .15s ease}@media(hover:hover){.stackdyne-card:hover{border-color:var(--accent);transform:translateY(-2px)}}.stackdyne-card__title{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:var(--primary)}.stackdyne-card__desc{font-size:.9rem;line-height:1.55;color:var(--content);margin:0 0 .75rem}.stackdyne-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0;padding:0}.stackdyne-card__tags li{font-size:.75rem;padding:.2rem .55rem;background:var(--code-bg);border-radius:calc(var(--radius)/2);color:var(--secondary)}.stackdyne-approach{display:grid;grid-template-columns:1fr;gap:var(--content-gap)}@media screen and (min-width:769px){.stackdyne-approach{grid-template-columns:repeat(3,1fr)}}.stackdyne-approach__item{padding:0}.stackdyne-approach__title{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:var(--primary)}.stackdyne-approach__desc{font-size:.92rem;line-height:1.6;color:var(--content);margin:0}.stackdyne-cta{text-align:center;padding:calc(var(--gap) * 1.5)1rem;background:var(--entry);border:1px solid var(--border);border-radius:var(--radius)}.stackdyne-cta__text{font-size:1.05rem;line-height:1.6;color:var(--content);max-width:32rem;margin:0 auto 1.25rem}.stackdyne-contact-page{max-width:32rem}.stackdyne-contact-page__title{font-size:clamp(2rem,5vw,2.5rem);font-weight:800;line-height:1.2;margin:.5rem 0 0}.stackdyne-contact__text{font-size:1rem;line-height:1.6;color:var(--content);margin:0 0 1rem}.stackdyne-contact-form{display:flex;flex-direction:column;gap:1.25rem;margin-top:.5rem}.stackdyne-contact-form__honeypot{display:none}.stackdyne-contact-form__field{display:flex;flex-direction:column;gap:.4rem}.stackdyne-contact-form__label{font-size:.875rem;font-weight:600;color:var(--secondary)}.stackdyne-contact-form__input{width:100%;padding:.65rem .85rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:var(--primary);background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .15s ease,box-shadow .15s ease}.stackdyne-contact-form__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,98,0,.15)}.stackdyne-contact-form__input::placeholder,.stackdyne-contact-form__textarea::placeholder{font-size:.8125em;font-weight:400;color:rgba(71,67,62,.38);opacity:1}.stackdyne-contact-form__textarea::-webkit-input-placeholder{font-size:.8125em;font-weight:400;color:rgba(71,67,62,.38);-webkit-text-fill-color:rgba(71,67,62,.38);opacity:1}.stackdyne-contact-form__textarea::-moz-placeholder{font-size:.8125em;font-weight:400;color:rgba(71,67,62,.38);opacity:1}.stackdyne-contact-form__input:disabled{opacity:.55;cursor:not-allowed}select.stackdyne-contact-form__input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2347433e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.25rem}.stackdyne-services-picker{display:flex;flex-direction:column;gap:.5rem}.stackdyne-services-picker__dropdown{position:relative}.stackdyne-services-picker__trigger{display:flex;align-items:center;width:100%;text-align:left;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2347433e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.25rem}.stackdyne-services-picker__trigger-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8125em;font-weight:400;color:rgba(71,67,62,.38)}.stackdyne-services-picker.is-open .stackdyne-services-picker__trigger{border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,98,0,.15)}.stackdyne-services-picker__menu{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:20;margin:0;padding:.35rem 0;list-style:none;background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 16px rgba(71,67,62,.12);max-height:14rem;overflow-y:auto}.stackdyne-services-picker__menu-item{margin:0}.stackdyne-services-picker__option{display:block;width:100%;padding:.55rem .85rem;font:inherit;font-size:1rem;text-align:left;color:var(--primary);background:0 0;border:none;cursor:pointer;transition:background-color .15s ease}.stackdyne-services-picker__option[hidden]{display:none}@media(hover:hover){.stackdyne-services-picker__option:hover{background:rgba(255,98,0,8%)}}.stackdyne-services-picker__option:focus-visible{outline:none;background:rgba(255,98,0,.12)}.stackdyne-services-picker__pills{display:flex;flex-wrap:wrap;gap:.4rem;min-height:0}.stackdyne-services-picker__pills:not(:empty){margin-bottom:.15rem}.stackdyne-services-picker__pill{display:inline-flex;align-items:center;gap:.35rem;max-width:100%;padding:.3rem .45rem .3rem .65rem;font-size:.8125rem;font-weight:600;line-height:1.3;color:var(--brand-dark);background:rgba(255,98,0,.12);border:1px solid rgba(255,98,0,.28);border-radius:999px}.stackdyne-services-picker__pill-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stackdyne-services-picker__pill-remove{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;border:none;border-radius:50%;background:0 0;color:var(--brand-dark);font-size:1.1rem;line-height:1;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,color .15s ease}@media(hover:hover){.stackdyne-services-picker__pill-remove:hover{background:rgba(255,98,0,.2);color:var(--accent-hover)}}.stackdyne-services-picker__pill-remove:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.stackdyne-services-picker.is-invalid .stackdyne-services-picker__trigger,.stackdyne-services-picker.is-invalid .stackdyne-contact-form__input{border-color:#c0392b;box-shadow:0 0 0 3px rgba(192,57,43,.12)}.stackdyne-contact-form__textarea{resize:vertical;min-height:8rem}.stackdyne-contact-form__submit{align-self:flex-start;padding:.55rem 1.25rem;font:inherit;font-size:.9375rem;font-weight:600;color:#fff;background:var(--accent);border:none;border-radius:999px;cursor:pointer;transition:background-color .15s ease}@media(hover:hover){.stackdyne-contact-form__submit:hover{background:var(--accent-hover)}}.stackdyne-contact-form__fallback{padding:1rem;background:var(--entry);border:1px solid var(--border);border-radius:var(--radius)}.stackdyne-contact-form__fallback a{color:var(--accent);font-weight:600}.stackdyne-contact-form__success{margin:.5rem 0 0;padding:.85rem 1rem;font-size:.9375rem;line-height:1.5;color:var(--accent);background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);transition:opacity .4s ease}.stackdyne-contact-form__success.is-hiding{opacity:0}.stackdyne-contact__social{margin-top:calc(var(--content-gap) * 1.25)}.stackdyne-contact__social-label{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:var(--secondary)}.stackdyne-contact__social .social-icons{padding:0;gap:.25rem}@media screen and (max-width:900px){body.stackdyne-page .stackdyne{padding-bottom:calc(var(--gap) * 2)}}@media(prefers-reduced-motion:reduce){.stackdyne-card{transition:none}.stackdyne-card:hover{transform:none}}@font-face{font-family:open sans;src:url(/fonts/OpenSans-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:open sans;src:url(/fonts/OpenSans-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:open sans;src:url(/fonts/OpenSans-Semibold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:open sans;src:url(/fonts/OpenSans-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:open sans;src:url(/fonts/OpenSans-ExtraBold.ttf)format("truetype");font-weight:800;font-style:normal;font-display:swap}:root{--accent:#ff6200;--accent-hover:#e55800;--brand-dark:#47433e;--theme:#faf9f7;--entry:#f3f1ed;--primary:#47433e;--secondary:rgba(71, 67, 62, 0.72);--tertiary:rgba(71, 67, 62, 0.08);--content:rgba(71, 67, 62, 0.92);--code-bg:#eceae6;--border:rgba(71, 67, 62, 0.16);--nav-width:1024px;color-scheme:light}body{font-family:open sans,system-ui,-apple-system,sans-serif}.logo a{font-weight:700;letter-spacing:-.02em}.logo-brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;flex-shrink:0}.logo-brand img{display:block;width:auto;height:36px;object-fit:contain;border-radius:0;transform:none;margin:0;pointer-events:none}.logo-wordmark{font-size:1.65rem;font-weight:700;line-height:1;letter-spacing:-.03em;text-transform:lowercase}.logo-wordmark__stack{color:#ff6200}.logo-wordmark__dyne{color:#47433e}@media(hover:none),(pointer:coarse){.footer a:hover{border-bottom-color:var(--secondary);color:inherit}.top-link:hover{color:var(--secondary)}.post-tags a:hover,.paginav a:hover{background:var(--code-bg)}.paginav span:hover:not(.title){box-shadow:none}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:none}.toc a:hover{box-shadow:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:none}.mobile-menu__contact .nav-contact-btn:hover{background:#ff6200;color:#fff}.post-entry:hover{background:var(--entry);transform:none}.pagination a:hover,.stackdyne-link:hover,.stackdyne-link--secondary:hover{opacity:1}.stackdyne-link--secondary:hover{background:#ff6200;border-color:#ff6200}.stackdyne-contact-form__submit:hover{background:#ff6200}.mobile-menu-trigger:hover,.mobile-menu-trigger--panel-left:hover,.mobile-menu-trigger--grip:hover,.mobile-menu-trigger--plus-morph:hover,.mobile-menu-trigger--minimal-bars:hover,.mobile-menu-trigger--kebab:hover,.mobile-menu-trigger--chevron:hover,.mobile-menu-trigger--text-menu:hover,.mobile-menu-trigger--two-bars:hover,.mobile-menu-trigger--list:hover,.mobile-menu-trigger--justify:hover{background:var(--entry)}.mobile-menu-trigger--panel-left:hover,.mobile-menu-trigger--grip:hover,.mobile-menu-trigger--plus-morph:hover,.mobile-menu-trigger--minimal-bars:hover,.mobile-menu-trigger--kebab:hover,.mobile-menu-trigger--chevron:hover,.mobile-menu-trigger--text-menu:hover,.mobile-menu-trigger--two-bars:hover,.mobile-menu-trigger--list:hover,.mobile-menu-trigger--justify:hover{background:0 0}.mobile-menu__close:hover{background:0 0}}