@font-face{font-family:pt sans;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/pt-sans-regular.woff2)format("woff2")}@font-face{font-family:pt sans;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/pt-sans-bold.woff2)format("woff2")}@font-face{font-family:pt sans;font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/pt-sans-italic.woff2)format("woff2")}@font-face{font-family:pt sans;font-style:italic;font-weight:700;font-display:swap;src:url(../fonts/pt-sans-bold-italic.woff2)format("woff2")}@font-face{font-family:pt sans caption;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/pt-sans-caption-regular.woff2)format("woff2")}@font-face{font-family:pt sans caption;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/pt-sans-caption-bold.woff2)format("woff2")}@font-face{font-family:pt mono;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/pt-mono-regular.woff2)format("woff2")}:root{--background:#fff;--foreground:#111;--muted:#686868;--subtle:#f6f6f6;--border:#dedede;--content-width:900px;--wide-width:1340px;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:pt sans,sans-serif;font-size:1.05rem;line-height:1.55;letter-spacing:-.1px}a{color:inherit;text-underline-offset:.1em}a:hover{text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:pt sans caption,sans-serif;font-weight:400;line-height:1.15;text-wrap:pretty}h1{font-size:clamp(2.15rem,4vw,3rem)}h2{font-size:clamp(1.7rem,3vw,2rem)}h3{font-size:1.35rem}.skip-link{position:absolute;left:-9999px;top:0;z-index:10;padding:.75rem 1rem;background:var(--background)}.skip-link:focus{left:.5rem;top:.5rem}.site-header{padding:1.25rem 1.875rem}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--wide-width);margin:0 auto}.site-title{font-family:pt sans caption,sans-serif;font-size:1.35rem;text-decoration:none}.header-inner nav a,.site-footer a{text-decoration:none}.header-inner nav a:hover,.site-footer a:hover{text-decoration:underline}.post-list{max-width:var(--content-width);margin:clamp(2.5rem,7vw,5rem)auto;padding:0 1.875rem}.post-summary{padding:.75rem 0 1.5rem}.post-summary h2{margin:0 0 .75rem}.post-summary h2 a{text-decoration:none}.post-summary h2 a:hover{text-decoration:underline}.post-summary time,.article-header time{color:var(--muted);font-size:.9rem}.article-shell{display:grid;grid-template-columns:minmax(0,var(--content-width));justify-content:center;gap:3rem;max-width:var(--wide-width);margin:clamp(2.5rem,7vw,5rem)auto;padding:0 1.875rem}.article-shell.has-toc{grid-template-columns:minmax(0,var(--content-width))15rem}.article{min-width:0}.article-header{margin-bottom:3rem}.article-header h1{margin:0 0 1rem}.article-meta{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.9rem}.article-content>:first-child{margin-top:0}.article-content>:last-child{margin-bottom:0}.article-content h2{margin-top:3.25rem;scroll-margin-top:1rem}.article-content h3{margin-top:2.5rem;scroll-margin-top:1rem}.article-content img,.article-content object{max-width:100%}.article-content object{width:100%;height:600px;border:1px solid var(--border)}.article-content blockquote{margin-left:0;padding-left:1.25rem;border-left:3px solid var(--border)}.article-content details{margin:1.5rem 0}.article-content summary{cursor:pointer;font-weight:700}code,pre{font-family:pt mono,monospace}code{padding:.1em .25em;background:var(--subtle)}pre{overflow-x:auto;margin:1.5rem 0;padding:1.1rem 1.25rem;background:var(--subtle);border:1px solid var(--border);border-radius:3px;font-size:.88rem;line-height:1.45}pre code{padding:0;background:0 0}.chroma .k,.chroma .kc,.chroma .kd,.chroma .kn,.chroma .kp,.chroma .kr,.chroma .kt{color:#cf222e}.chroma .s,.chroma .s1,.chroma .s2,.chroma .sa,.chroma .sb,.chroma .sc{color:#0a3069}.chroma .c,.chroma .c1,.chroma .cm,.chroma .cp{color:#6e7781;font-style:italic}.chroma .m,.chroma .mi,.chroma .mf{color:#0550ae}.chroma .na,.chroma .nb,.chroma .nc,.chroma .nf{color:#8250df}.chroma .gi{color:#116329;background:#dafbe1}.chroma .gd{color:#82071e;background:#ffebe9}.toc{position:sticky;top:2rem;align-self:start;max-height:calc(100vh - 4rem);overflow-y:auto;font-size:.9rem}.toc strong{font-family:pt sans caption,sans-serif;font-weight:400}.toc nav>ul{padding-left:0}.toc ul{list-style:none;padding-left:.8rem}.toc a{text-decoration:none}.toc a:hover{text-decoration:underline}.site-footer{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1.5rem;max-width:var(--wide-width);margin:4rem auto 0;padding:1.5rem 1.875rem;color:var(--muted);font-size:.9rem;text-align:center}.not-found{max-width:var(--content-width);margin:5rem auto;padding:0 1.875rem}@media(max-width:1100px){.article-shell.has-toc{grid-template-columns:minmax(0,var(--content-width))}.toc{display:none}}@media(max-width:600px){body{font-size:1rem}.site-header,.post-list,.article-shell,.site-footer{padding-left:1.25rem;padding-right:1.25rem}.article-content object{height:70vh}}@media(prefers-color-scheme:dark){:root{--background:#121212;--foreground:#fafafa;--muted:#c0c0c0;--subtle:#292929;--border:#484848;color-scheme:dark}.chroma .k,.chroma .kc,.chroma .kd,.chroma .kn,.chroma .kp,.chroma .kr,.chroma .kt{color:#ff7b72}.chroma .s,.chroma .s1,.chroma .s2,.chroma .sa,.chroma .sb,.chroma .sc{color:#a5d6ff}.chroma .c,.chroma .c1,.chroma .cm,.chroma .cp{color:#8b949e}.chroma .m,.chroma .mi,.chroma .mf{color:#79c0ff}.chroma .na,.chroma .nb,.chroma .nc,.chroma .nf{color:#d2a8ff}.chroma .gi{color:#aff5b4;background:#033a16}.chroma .gd{color:#ffdcd7;background:#67060c}}