@font-face{font-family:'source serif 4';font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/self-hosted/source-serif-4-latin.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'source serif 4';font-style:italic;font-weight:300 400;font-display:swap;src:url(/fonts/self-hosted/source-serif-4-italic-latin.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'source sans 3';font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/self-hosted/source-sans-3-latin.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'source sans 3';font-style:italic;font-weight:300 400;font-display:swap;src:url(/fonts/self-hosted/source-sans-3-italic-latin.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:jetbrains mono;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/self-hosted/jetbrains-mono-latin.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--gap:24px;--content-gap:20px;--nav-width:720px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:0;--radius-sm:4px;--radius-md:8px;--radius-lg:2rem;--font-body:'Source Serif 4', Georgia, 'Times New Roman', serif;--font-heading:'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--font-mono:'JetBrains Mono', 'SF Mono', 'Fira Code', Consolas, monospace;--entry:#fffdf7;--primary:#131314;--secondary:#5a5a5a;--tertiary:#e8e6de;--content:#1a1a1a;--code-block-bg:rgb(28, 29, 33);--code-bg:#f5f3eb;--theme:#faf9f5;--border:#d4d2ca;--andylab:#a0502e;--strong-color:var(--primary);--post-link-color:var(--andylab)}.dark{--theme:rgb(27, 31, 34);--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(209, 213, 219);--strong-color:#7ec850;--andylab:#7ec850;--post-link-color:#da7756}.list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;scrollbar-gutter:stable;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:'source serif 4',Georgia,times new roman,serif;font-size:clamp(1.125rem,1rem + .5vw,1.375rem);font-weight:300;line-height:1.75;word-break:break-word;background:var(--theme);font-feature-settings:"kern" 1;font-kerning:normal;-webkit-text-size-adjust:100%}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{font-family:'source sans 3',-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-weight:600;line-height:1.2;color:var(--primary)}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%}.skip-link{position:absolute;top:-100%;left:0;z-index:1000;padding:8px 16px;background:var(--andylab);color:#fff;font-family:var(--font-heading);font-weight:600;text-decoration:none}.skip-link:focus{top:0}.not-found-container{display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - var(--gap) * 2);text-align:center;padding:2rem 0}.not-found{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:480px}.not-found h1{font-family:var(--font-heading);font-size:6rem;font-weight:700;color:var(--andylab);line-height:1;margin:0}.not-found p{font-family:var(--font-heading);font-size:1.1rem;color:var(--secondary)}.not-found img{max-width:100%;height:auto;border-radius:var(--radius-md);box-shadow:0 4px 12px rgba(0,0,0,.1)}.dark .not-found img{box-shadow:0 4px 12px rgba(0,0,0,.3)}.archive-container{max-width:640px;margin:0 auto}.archive-year{margin-bottom:2.5rem}.year-header{font-size:.875rem;font-weight:600;color:var(--secondary);letter-spacing:.05em;margin:0 0 .75rem;padding:0;border:none}.archive-posts{list-style:none;margin:0;padding:0}.archive-entry{margin:0}.archive-link{display:flex;align-items:baseline;gap:1.5rem;padding:.4rem 0;text-decoration:none}.archive-link:hover .archive-title{color:var(--andylab)}.archive-date{color:var(--secondary);font-size:.875rem;min-width:4.5rem;flex-shrink:0;opacity:.7}.archive-title{color:var(--primary);font-size:.9375rem;font-weight:400;line-height:1.4;transition:color .2s ease}@media(min-width:600px){.archive-link{gap:2rem;padding:.35rem .5rem;margin:0 -.5rem;border-radius:var(--radius)}.archive-link:hover{background:var(--entry)}.archive-title{font-size:1rem}.archive-date{font-size:.875rem}}.footer{font-family:var(--font-heading);font-size:14px;font-weight:400;color:var(--secondary);max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)calc(var(--gap) + (100vw - 100%)/2);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;border-bottom:1px solid var(--secondary);transition:color .2s ease,border-color .2s ease}.footer a:hover{border-bottom:1px solid var(--primary);color:var(--primary)}.footer-nav{margin-bottom:.5rem}.footer-nav a{margin:0 .5rem;font-size:14px}.footer-social{margin:.5rem 0}.footer-social .social-icons{justify-content:center}.footer-social .social-icons a{color:var(--secondary);padding:6px;border-bottom:none}.footer-social .social-icons a:hover{color:var(--andylab);border-bottom:none}.footer-social .social-icons a svg{height:20px;width:20px}#theme-toggle:focus-visible{outline:2px solid var(--andylab);outline-offset:2px}.nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--main-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;padding-left:calc((100vw - 100%)/2);padding-right:calc((100vw - 100%)/2);line-height:var(--header-height);font-family:var(--font-heading);font-weight:300}.nav a{display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-family:var(--font-heading);font-size:1.4em;font-weight:600;text-decoration:none}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}button#theme-toggle{font-size:26px;margin:auto 4px}body.dark #moon{vertical-align:middle;display:none}body:not(.dark) #sun{display:none}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap;flex-wrap:wrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-family:var(--font-heading);font-size:16px;font-weight:500;text-decoration:none}#menu a:hover{text-decoration:underline}#menu .active{font-weight:600;color:var(--andylab)}.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{flex-wrap:inherit}#mobile-menu-toggle{display:none;align-items:center;justify-content:center;background:0 0;border:none;color:var(--primary);cursor:pointer;padding:8px;margin-left:auto}#mobile-menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:998}#mobile-menu-backdrop.is-open{opacity:1;pointer-events:auto}#mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:280px;max-width:80vw;background:var(--theme);border-left:1px solid var(--border);transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:999;display:flex;flex-direction:column;padding:20px;overflow-y:auto}#mobile-drawer.is-open{transform:translateX(0)}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border)}.drawer-title{font-family:var(--font-heading);font-size:1.1em;font-weight:600}#mobile-menu-close{background:0 0;border:none;color:var(--primary);cursor:pointer;padding:4px}.drawer-nav{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}.drawer-nav a{font-family:var(--font-heading);font-size:18px;font-weight:500;padding:10px 8px;border-radius:6px;color:var(--primary);text-decoration:none}.drawer-nav a:hover,.drawer-nav a.active{background:var(--tertiary);color:var(--andylab)}.drawer-social{padding:16px 0;border-top:1px solid var(--border)}.drawer-social .social-icons{display:flex;gap:4px}.drawer-social .social-icons a svg{height:22px;width:22px}.drawer-bottom{margin-top:auto;padding-top:16px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}#drawer-theme-toggle{background:0 0;border:none;color:var(--primary);cursor:pointer;padding:4px;font-size:26px}body.dark #drawer-moon{display:none}body:not(.dark) #drawer-sun{display:none}.drawer-lang-switch{list-style:none;display:flex;margin:0;padding:0}.drawer-lang-switch a{font-family:var(--font-heading);font-size:16px;font-weight:500;color:var(--primary);text-decoration:none}.drawer-lang-switch a:hover{color:var(--andylab)}#mobile-menu-backdrop{overscroll-behavior:none;-webkit-overflow-scrolling:auto}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin-left:auto;margin-right:auto;padding-left:calc(var(--gap) + (100vw - 100%)/2);padding-right:calc(var(--gap) + (100vw - 100%)/2);padding-top:var(--gap);padding-bottom:var(--gap)}.page-header h1{font-size:2rem}.pagination{display:flex}.pagination a{color:var(--primary);font-family:var(--font-heading);font-size:.9rem;font-weight:500;line-height:36px;text-decoration:none;border-bottom:1px solid var(--secondary);transition:color .2s ease,border-color .2s ease}.pagination a:hover{color:var(--andylab);border-bottom-color:var(--andylab)}.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}.top-link{position:fixed;bottom:60px;right:24px;background:var(--tertiary);border-radius:50%;padding:8px;color:var(--secondary);visibility:hidden;opacity:0;transition:visibility .5s,opacity .5s linear;z-index:10;display:inline-flex;align-items:center;justify-content:center;line-height:0}.top-link svg{height:18px;width:18px;display:block}.top-link:hover{color:var(--primary)}.top-link.visible{visibility:visible;opacity:1}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:auto;margin:0;padding:1.5rem 0 1rem}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-family:var(--font-heading);font-size:1.8rem;line-height:1.2}.first-entry .entry-content{margin:.5rem 0 1rem;font-size:1.05em}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.home-info{padding:var(--gap)0;margin-bottom:0}.home-info .profile_inner{display:flex;flex-direction:row;align-items:center;gap:16px}.home-info .profile_inner>a{flex-shrink:0}.home-info .profile_inner img{width:130px;height:130px;aspect-ratio:1;border-radius:50%;flex-shrink:0;object-fit:cover}.home-info .entry-content-info{font-family:var(--font-body);color:var(--secondary);font-size:1rem;margin-top:0}.entry-content-info .trait{display:inline-block;padding:2px 10px;background:var(--code-bg);border:1px solid var(--andylab);border-radius:2rem;color:var(--andylab);font-weight:500;font-size:.8rem;letter-spacing:.3px;white-space:nowrap}.post-entry{position:relative;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.post-entry:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:.5rem}.tag-entry .entry-cover{display:none}.entry-header h2{font-family:var(--font-heading);font-size:1.8rem;font-weight:600;line-height:1.2;margin-top:.5rem;margin-bottom:.5rem}.entry-header h2 a,.entry-link{color:var(--primary);text-decoration:none}@media(hover:hover){.post-entry:hover .entry-header h2{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}}.entry-content{color:var(--secondary);font-size:1.05em;line-height:1.5;margin:.5rem 0 1rem}.entry-footer{font-family:var(--font-heading);color:var(--secondary);font-size:.9rem;font-weight:400;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{display:none}.entry-cover img{border-radius:0;pointer-events:none;width:100%;height:auto}.entry-cover a{color:var(--secondary)}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.75rem;letter-spacing:-1px;line-height:1}@media(min-width:600px){.post-title{font-size:2rem}}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{font-family:var(--font-heading);color:var(--secondary);font-size:.9rem;font-weight:400;display:flex;flex-wrap:wrap;text-transform:uppercase;letter-spacing:.5px}.post-meta .i18n_list li{display:inline-flex;list-style:none;margin:auto 3px;box-shadow:0 1px 0 var(--secondary)}.breadcrumbs a{font-size:16px}.post-content{color:var(--content)}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.post-content a{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}@media(hover:hover){.toc a:hover{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:line-through}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:var(--content-gap)}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:8px 5px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0!important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-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}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--primary)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content img,.page-content img{border-radius:4px;margin:1rem 0}.post-content img[src*="#center"],.page-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.toc{margin:0 0 40px;border:none;background:0 0;border-bottom:1px solid var(--border);border-radius:0;padding:.4em 0}.dark .toc{background:0 0}.toc details summary{cursor:zoom-in;margin-inline-start:10px;user-select:none}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:500}.toc .inner{margin:5px 20px 0;padding:0 10px;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:56px}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a{display:inline;padding:0;color:var(--secondary);font-size:14px;line-height:1.6;background:0 0;border:none;border-radius:0;text-decoration:underline}.post-tags a:hover{color:var(--primary);background:0 0}.share-buttons{display:none}.paginav a:hover{background:0 0}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{display:flex;line-height:30px;border:none;background:0 0;border-radius:0;border-top:1px solid var(--border);padding-top:var(--gap)}.paginav a{padding-inline-start:0;padding-inline-end:14px;border-radius:0}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.main .profile{display:flex;text-align:left;align-items:flex-start;padding:var(--gap)0;border-bottom:1px solid var(--border)}.profile .profile_inner{display:flex;flex-direction:row;align-items:center;gap:16px}.profile img{border-radius:50%;width:80px;height:80px}.buttons{display:none}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px}.button-inner{padding:0 8px}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}#searchResults .tool-entry{position:relative;border:2px solid var(--tertiary);border-radius:8px;background:var(--code-bg);box-shadow:0 2px 4px rgba(0,0,0,.1)}#searchResults .tool-entry .entry-header{font-weight:600}#searchResults .tool-badge{position:absolute;top:8px;right:8px;padding:4px 10px;border-radius:16px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:1px solid;box-shadow:0 1px 3px rgba(0,0,0,.2);z-index:1}#searchResults .tool-entry .entry-header{color:var(--andylab)}#searchResults .tool-badge{background:var(--andylab);color:var(--theme);border-color:var(--andylab)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}.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:#939ab7}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#939ab7}.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:#939ab7;font-style:italic}.chroma .ch{color:#939ab7;font-style:italic}.chroma .cm{color:#939ab7;font-style:italic}.chroma .c1{color:#939ab7;font-style:italic}.chroma .cs{color:#939ab7;font-style:italic}.chroma .cp{color:#939ab7;font-style:italic}.chroma .cpf{color:#939ab7;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%}::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}.list:not(.dark)::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--code-block-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:11px}}@media screen and (max-width:768px){:root{--gap:14px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}#mobile-menu-toggle{display:flex}#menu{display:none}.logo-switches{display:none}.home-info .profile_inner{flex-direction:column;align-items:center;text-align:center;gap:16px}.home-info .profile_inner img{width:100px;height:100px}.home-info .entry-content-info{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}}@media screen and (max-width:340px){.share-buttons{display:none}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,#searchResults .focus,#searchResults li:active{transform:none}}.lang-switch a{display:block}.post-content a{color:var(--andylab)}#menu .active{color:var(--andylab)}.footer a{color:var(--andylab);border-bottom:1px solid var(--andylab)}.post-tags a{color:var(--secondary);font-size:14px}.post-tags a:hover{color:var(--andylab)}.paginav a:hover{color:var(--andylab)}.profile_inner{display:flex;flex-direction:row;align-items:center;gap:16px}.profile_inner img{border-radius:9999px}.entry-content-info{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.terms-tags a{display:block;padding:3px 10px;background:var(--theme);color:var(--secondary);border-radius:6px;border:1px solid var(--secondary)}.terms-tags a:hover{border:1px solid var(--andylab);color:var(--andylab)}.terms-tags a:active{background:var(--tertiary)}.footer>span:nth-child(1)>a:nth-child(1){color:var(--andylab);border-bottom:1px solid var(--andylab)}#privacy-banner{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);z-index:100;font-size:16px;border:1px solid var(--secondary);max-width:calc(var(--main-width) + var(--gap) * 4);background-color:var(--theme);border-radius:var(--radius);padding:var(--gap);display:none}.privacy-content{display:flex;align-items:center;justify-content:space-between;gap:var(--gap)}.privacy-content button{color:var(--secondary);font-size:13px;line-height:36px;background:var(--theme);border-radius:var(--radius);border:1px solid var(--border);padding:0 16px;flex-shrink:0}.privacy-content button:hover{border:1px solid var(--andylab)}.privacy-content button:hover span{color:var(--andylab)}.privacy-content a{color:var(--andylab);box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}@media(max-width:768px){.privacy-content button{width:100%}.privacy-content{flex-direction:column}#privacy-banner{width:90vw;max-width:600px}}.chat-container{display:flex;flex-direction:column;gap:10px;margin:30px 0;width:100%;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif}.chat-message{display:flex;width:100%;margin-bottom:6px;animation:fadeIn .5s ease}.chat-group{display:flex;flex-direction:column;max-width:85%}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-left{justify-content:flex-start}.chat-right{justify-content:flex-end}.chat-left .chat-group{align-items:flex-start}.chat-right .chat-group{align-items:flex-end}.chat-name{font-size:.75rem;color:var(--secondary);margin-bottom:4px;font-weight:500;padding:0 4px}.chat-bubble{padding:12px 18px;border-radius:18px;font-size:1rem;line-height:1.5;position:relative;box-shadow:0 1px 2px rgba(0,0,0,5%);word-wrap:break-word}.chat-left .chat-bubble{background-color:var(--entry);color:var(--primary);border-bottom-left-radius:4px;border:1px solid rgba(0,0,0,5%)}.chat-right .chat-bubble{background-color:var(--andylab);border-bottom-right-radius:4px;border:none;color:#fff}.dark .chat-left .chat-bubble{border:1px solid rgba(255,255,255,5%)}.dark .chat-right .chat-bubble{color:#1a1a1a}@media(max-width:768px){.chat-group{max-width:90%}.chat-bubble{font-size:.95rem;padding:10px 14px}}.post-header{position:relative}.copy-page-widget{position:absolute;top:0;right:0;display:flex;align-items:center;z-index:50;font-family:var(--font-heading)}.cpw-split-btn{display:flex;align-items:center;height:32px;border:.5px solid var(--border);border-radius:8px;background:var(--theme);overflow:hidden}.cpw-copy-btn{display:flex;align-items:center;gap:6px;height:100%;padding:0 12px;border:none;background:0 0;color:var(--primary);font-size:13px;font-weight:500;font-family:var(--font-heading);cursor:pointer;white-space:nowrap;transition:background .15s ease}.cpw-copy-btn:hover{background:var(--tertiary)}.cpw-copy-btn svg{width:14px;height:14px;flex-shrink:0}.cpw-icon{display:none}.cpw-icon.active{display:flex;align-items:center}@keyframes cpw-spin{to{transform:rotate(360deg)}}.cpw-icon-spinner svg{animation:cpw-spin .6s linear infinite}.cpw-icon-check svg{color:#16a34a}.cpw-icon-error svg{color:#dc2626}.cpw-divider{width:.5px;height:20px;background:var(--border);flex-shrink:0}.cpw-chevron-btn{display:flex;align-items:center;justify-content:center;height:100%;width:32px;border:none;background:0 0;color:var(--primary);cursor:pointer;transition:background .15s ease}.cpw-chevron-btn:hover{background:var(--tertiary)}.cpw-chevron-btn svg{width:14px;height:14px}.cpw-dropdown{position:absolute;top:calc(100% + 4px);right:0;width:220px;padding:6px;background:var(--theme);border:.5px solid var(--border);border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,8%),0 1px 4px rgba(0,0,0,4%);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;z-index:100}.cpw-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.cpw-menu-item{display:grid;grid-template-columns:18px 1fr;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;border-radius:8px;background:0 0;color:var(--primary);font-size:13px;font-weight:400;font-family:var(--font-heading);cursor:pointer;text-align:left;white-space:nowrap;transition:background .15s ease}.cpw-menu-item:hover{background:var(--tertiary)}.cpw-menu-item svg{width:16px;height:16px;color:var(--secondary)}.dark .cpw-dropdown{box-shadow:0 4px 24px rgba(0,0,0,.3),0 1px 6px rgba(0,0,0,.2)}@media(max-width:768px){.copy-page-widget{display:none}}.gs-reveal{visibility:hidden}.main{will-change:auto}.main.is-transitioning{will-change:opacity}.page-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.pagination{display:flex;justify-content:space-between;align-items:center;max-width:720px;margin:0 auto}.pagination a{display:inline-flex;align-items:center;gap:.25rem;padding:0;background:0 0;border:none;border-radius:0;font-family:var(--font-heading);color:var(--secondary);text-decoration:underline;font-size:.875rem;font-weight:500}.pagination a:hover{color:var(--primary);background:0 0}.post-content{font-family:var(--font-body);font-size:inherit;line-height:1.75;color:var(--content)}.post-content p{margin-bottom:1.5rem;font-family:var(--font-body)}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{font-family:var(--font-heading);font-weight:600;color:var(--primary)}.post-content h1{font-size:1.75rem;line-height:1.2;margin:2.5rem 0 1rem}.post-content h2{font-size:1.75rem;font-weight:700;line-height:2rem;margin:2rem 0 .5rem;padding-bottom:0;border-bottom:none}@media(min-width:600px){.post-content h2{font-size:1.5rem;margin-bottom:.5rem}}.post-content h3,.post-content h4{font-weight:700;font-size:1.5rem;margin:1rem 0}.post-content h5,.post-content h6{font-size:1rem;font-weight:600;line-height:1.5;margin:1.25rem 0 .5rem}.post-content a{color:var(--post-link-color);text-decoration:underline;font-weight:400}.post-content a:hover{text-decoration:underline;text-decoration-thickness:2px}.post-content ul,.post-content ol{margin:0 0 2rem 1rem;padding-left:0}.post-content li{margin-bottom:.35em;line-height:1.75}.post-content li>ul,.post-content li>ol{margin-top:.5em;margin-bottom:.5em}.post-content ul ul,.post-content ol ol,.post-content ul ol,.post-content ol ul{margin-bottom:0}.post-content code:not(pre code){font-family:var(--font-mono);font-size:.9em;padding:.05em .25em;margin:0;border:1px solid var(--border);border-radius:.28rem;background:var(--code-bg);font-weight:400;word-break:break-word}.post-content pre{margin:1.5rem 0;border-radius:8px;overflow:auto}.post-content pre:focus{outline:2px solid var(--andylab);outline-offset:2px}.post-content pre code{font-family:var(--font-mono);font-size:.9rem;line-height:1.5;padding:1rem 1.25rem;tab-size:2;border:none}.post-content blockquote{margin:2rem 0;padding:1.25rem 1.5rem;border-left:4px solid var(--border);background:var(--code-bg);font-family:var(--font-body);font-style:italic}.post-content blockquote p{margin-bottom:1rem}.post-content blockquote p:last-child{margin-bottom:0}.post-content hr{margin:3rem auto;max-width:100px;height:1px;background:var(--border);border:none}.post-content img{border-radius:8px;margin:1.5rem auto;display:block;max-width:100%;height:auto}.post-content figure{margin:1.5rem 0;text-align:center}.post-content figcaption{text-align:center;font-size:.9em;color:var(--secondary);margin-top:.5rem;font-style:italic}.post-content table{width:100%;margin:1.5em 0;border-collapse:collapse;font-size:.9375rem}.post-content table th,.post-content table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.post-content table th{font-weight:600;font-family:var(--font-heading)}.post-content strong{font-weight:600;color:var(--strong-color)}.post-content a strong{color:inherit}.post-content em{font-style:italic}.post-header{margin:1rem 0}.post-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;letter-spacing:-1px;line-height:1;margin-bottom:.5rem}@media(min-width:600px){.post-title{font-size:2rem}}.post-meta{font-family:var(--font-heading);font-size:.9rem;font-weight:400;color:var(--secondary);text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem;margin-bottom:.75rem}.toc{margin:1.5rem 0 2.5rem;padding:1rem 0;border-radius:0;border:none;border-bottom:1px solid var(--border);background:0 0}.toc details summary{font-family:var(--font-heading);font-weight:600;font-size:.9375rem;cursor:pointer;padding:.25rem 0}.toc .inner{margin-top:1rem;font-size:.9375rem;line-height:1.8}.toc li{margin:.25rem 0}.toc a{color:var(--secondary);text-decoration:none}@media(hover:hover){.toc a:hover{color:var(--primary)}}.post-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--border)}.post-tags{gap:.5rem}.post-tags a{font-size:.85rem;padding:0;border-radius:0;text-decoration:underline}.post-tags a:hover{background:0 0;color:var(--primary);text-decoration-thickness:2px}@media(max-width:599px){.post-title{font-size:1.75rem}}@media print{.post-content{font-size:12pt;line-height:1.6}.post-content a{color:inherit;text-decoration:underline}.post-content pre{white-space:pre-wrap;word-wrap:break-word}}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:1.5rem}.repo-card{background:var(--entry);border:1px solid var(--border);border-radius:6px;padding:1rem;transition:border-color .2s ease;position:relative}.repo-card:hover{border-color:var(--andylab)}.repo-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.repo-badges{display:flex;align-items:center;gap:.5rem}.repo-name{flex:1;min-width:0}.repo-name a{color:#0969da;text-decoration:none;font-weight:600;font-size:1rem;word-break:break-word}.dark .repo-name a{color:#58a6ff}.repo-name a:hover{text-decoration:underline}.github-badge{display:flex;align-items:center;color:var(--secondary);transition:color .2s ease}.github-badge svg{width:1rem;height:1rem}.github-badge:hover{color:#0969da}.dark .github-badge:hover{color:#58a6ff}.repo-visibility{font-size:.75rem;color:var(--secondary);border:1px solid var(--border);border-radius:2rem;padding:.125rem .5rem;white-space:nowrap}.repo-description{color:var(--secondary);font-size:.875rem;line-height:1.4;margin-bottom:.75rem;word-wrap:break-word}.repo-footer{display:flex;align-items:center;justify-content:space-between;font-size:.75rem}.repo-stats{display:flex;align-items:center;gap:1rem}.language{display:flex;align-items:center;gap:.25rem;color:var(--secondary)}.language-color{width:.75rem;height:.75rem;border-radius:50%;background:var(--andylab)}.repo-stat{display:flex;align-items:center;gap:.25rem;color:var(--secondary);text-decoration:none;transition:color .2s ease}.repo-stat:hover{color:#0969da}.dark .repo-stat:hover{color:#58a6ff}.repo-stat svg{width:1rem;height:1rem}.page-description{margin-top:.5rem;color:var(--secondary);font-size:1rem;line-height:1.5}.language-color{background:var(--andylab)}@media screen and (max-width:768px){.tools-grid{grid-template-columns:1fr;gap:.75rem}.repo-card{padding:.875rem}.repo-header{flex-direction:column;align-items:flex-start;gap:.5rem}.repo-stats{gap:.75rem}}@media screen and (max-width:480px){.repo-footer{flex-direction:column;align-items:flex-start;gap:.5rem}.repo-stats{width:100%;justify-content:space-between}}.github-stars,.github-forks{color:var(--secondary)}.stats-loaded .github-stars,.stats-loaded .github-forks{color:var(--andylab);font-weight:600}