:root{color-scheme:dark;--bg:#0f172a;--bg-elevated:#1e293b;--bg-card:#131c31;--bg-code:#0b1120;--border:#334155;--border-strong:#475569;--text:#f1f5f9;--text-body:#d6dce6;--text-secondary:#b6c0d0;--text-muted:#94a3b8;--text-faint:#64748b;--brand:#1a73e8;--brand-light:#4285f4;--brand-dark:#1557b0;--accent:#ffb300;--accent-light:#ffc947;--link:#7aaefc;--link-hover:#a8c8ff;--max-prose:40rem;--max-wide:80rem;--gutter:1.25rem;--radius:10px;--prose-size:1.1875rem;--prose-leading:1.65}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-wrap:break-word;margin:0;font-size:1rem;line-height:1.6}::selection{color:#fff;background:#1a73e873}.gm-site-chrome{font-family:var(--font-sans);color:var(--text);font-size:1rem}[data-site-footer]{margin-top:4rem}.skip-link{background:var(--brand);color:#fff;z-index:100;border-radius:6px;padding:.5rem .75rem;position:absolute;top:-100px;left:.5rem}.skip-link:focus{top:.5rem}.site-main{width:100%;max-width:calc(var(--max-prose) + 2 * var(--gutter));padding:2rem var(--gutter) 0;margin:0 auto}.site-main.wide{max-width:calc(var(--max-wide) + 2 * var(--gutter))}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text);letter-spacing:-.01em;text-wrap:balance;font-weight:600;line-height:1.25}a{color:var(--link);text-underline-offset:.15em;text-decoration-thickness:1px;transition:color .15s}a:hover{color:var(--link-hover)}:focus-visible{outline:2px solid var(--brand-light);outline-offset:2px}code,kbd,pre,samp{font-family:var(--font-mono);font-size:.9em}img,video,svg{max-width:100%;height:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-head{text-align:center;padding:1.5rem 0 2.75rem}.page-head h1{margin:0 0 .6rem;font-size:clamp(2.5rem,6vw,3.5rem);line-height:1.1}.page-head p{max-width:38rem;font-family:var(--font-serif);color:var(--text-secondary);text-wrap:pretty;margin:0 auto;font-size:1.2rem;line-height:1.5}.page-head strong{color:var(--text)}.post-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.empty{color:var(--text-muted);border-top:1px solid var(--border);padding:2rem 0}.prose{font-family:var(--font-serif);font-size:var(--prose-size);line-height:var(--prose-leading);color:var(--text-body);font-optical-sizing:auto;font-kerning:normal;font-feature-settings:"kern" 1, "liga" 1, "calt" 1;text-rendering:optimizelegibility}.prose>:first-child{margin-top:0}.prose p,.prose ul,.prose ol,.prose blockquote,.prose pre,.prose table,.prose figure,.prose .astro-code,.prose details{margin:0 0 1.25em}.prose p{text-wrap:pretty}.prose h2,.prose h3,.prose h4{color:var(--text)}.prose h2{border-bottom:1px solid var(--border);margin:2.75rem 0 .9rem;padding-bottom:.35rem;font-size:1.6rem}.prose h3{margin:2.25rem 0 .7rem;font-size:1.25rem}.prose h4{margin:1.9rem 0 .6rem;font-size:1.05rem}.prose h5,.prose h6{margin:1.6rem 0 .5rem;font-size:1rem}.prose h2 a,.prose h3 a,.prose h4 a{color:inherit;text-decoration:none}.prose h2+p,.prose h3+p,.prose h4+p{margin-top:0}.prose ul,.prose ol{padding-left:1.4em}.prose li+li{margin-top:.4em}.prose li>p{margin-bottom:.6em}.prose li::marker{color:var(--text-muted)}.prose strong{color:var(--text);font-weight:650}.prose em{font-style:italic}.prose a{color:var(--link);text-underline-offset:.17em;text-decoration:underline 1px #7aaefc73}.prose a:hover{color:var(--link-hover);text-decoration-color:currentColor}.prose hr{border:0;border-top:1px solid var(--border-strong);width:6rem;margin:2.75rem auto}.prose blockquote{border-left:3px solid var(--brand);color:var(--text-secondary);margin:1.5em 0;padding:.25em 0 .25em 1.25em;font-size:.96em}.prose blockquote p:last-child{margin-bottom:0}.prose blockquote cite{color:var(--text-muted);font-size:.9em;font-style:normal}.prose img{border-radius:var(--radius);border:1px solid var(--border);display:block}.prose figure{margin-left:0;margin-right:0}.prose figcaption{font-family:var(--font-sans);color:var(--text-faint);text-align:center;margin-top:.6rem;font-size:.85rem}.prose :not(pre)>code{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text);white-space:nowrap;border-radius:6px;padding:.1em .4em;font-size:.82em}.prose kbd{font-family:var(--font-sans);background:var(--bg-elevated);border:1px solid var(--border-strong);border-bottom-width:2px;border-radius:6px;padding:.1em .45em;font-size:.8em}.prose sup,.prose sub{font-size:.7em;line-height:0}.prose mark{color:var(--text);background:#ffb3004d;border-radius:3px;padding:0 .15em}.prose pre{border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;font-size:.85rem;line-height:1.6;overflow-x:auto;background:var(--bg-code)!important}.prose pre code{font-size:inherit;white-space:pre;background:0 0;border:0;min-width:max-content;padding:0;display:block}.prose table{border-collapse:collapse;width:100%;max-width:100%;font-family:var(--font-sans);font-size:.9rem;line-height:1.5;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--border);text-align:left;vertical-align:top;padding:.55rem .8rem}.prose th{background:var(--bg-elevated);color:var(--text);font-weight:600}.prose tbody tr:nth-child(2n){background:#1e293b66}.prose details{border:1px solid var(--border);border-radius:var(--radius);padding:.6rem 1rem}.prose summary{cursor:pointer;font-family:var(--font-sans);color:var(--text);font-weight:600}@media (width<=640px){:root{--prose-size:1.0625rem;--prose-leading:1.6}.prose p{-webkit-hyphens:auto;hyphens:auto}.prose h2{margin-top:2.25rem;font-size:1.4rem}.prose h3{font-size:1.15rem}.prose pre{border-radius:8px;padding:.85rem 1rem}.page-head p{font-size:1.1rem}}
