:root{--bg: #0F1410;--surface: #161D18;--surface-raised: #1D2620;--line: #2B362E;--text: #EDEAE2;--text-dim: #9CA89C;--accent: #D4A017;--accent-dim: #8C6B14;--trace: #4C7A6B;--ok: #6FA77A;--radius: 3px;color-scheme:dark}@media (prefers-color-scheme: light){:root:not([data-theme=dark]){--bg: #F7F5EF;--surface: #FFFFFF;--surface-raised: #FBF9F2;--line: #DCD8C8;--text: #1B1F1A;--text-dim: #57614F;--accent: #8A5E0A;--accent-dim: #6E4B08;--trace: #2A5F50;--ok: #2E6B3D;color-scheme:light}}:root[data-theme=light]{--bg: #F7F5EF;--surface: #FFFFFF;--surface-raised: #FBF9F2;--line: #DCD8C8;--text: #1B1F1A;--text-dim: #57614F;--accent: #8A5E0A;--accent-dim: #6E4B08;--trace: #2A5F50;--ok: #2E6B3D;color-scheme:light}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:var(--bg);color:var(--text);font-family:"Source Serif 4",Georgia,serif;font-size:18px;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,.display{font-family:Space Grotesk,sans-serif;font-weight:600;letter-spacing:-.01em;line-height:1.1;color:var(--text)}h1{font-size:clamp(2rem,5vw,3.4rem)}h2{font-size:clamp(1.4rem,3vw,2rem);margin-top:2.5em}.mono,.eyebrow,.meta,code,.badge{font-family:JetBrains Mono,monospace}.eyebrow{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.meta{font-size:.82rem;color:var(--text-dim)}a{color:var(--trace);text-decoration:underline;text-underline-offset:3px}a:hover{color:var(--accent)}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.container{max-width:760px;margin:0 auto;padding:0 1.5rem}.wide{max-width:1040px}.rule{border:none;border-top:1px solid var(--line);margin:2.5rem 0}.card{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);padding:1.25rem 1.4rem}.btn{display:inline-block;background:var(--accent);color:#14150f;font-family:Space Grotesk,sans-serif;font-weight:600;text-decoration:none;border:none;cursor:pointer;padding:.8em 1.3em;border-radius:var(--radius)}.btn:hover{background:#e6b229}.btn:disabled{opacity:.6;cursor:default}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;padding:0;background:none;border:1px solid var(--line);border-radius:var(--radius);color:var(--text-dim);cursor:pointer}.theme-toggle:hover{color:var(--accent);border-color:var(--accent)}.theme-toggle svg{width:1rem;height:1rem}.theme-toggle .icon-moon{display:none}@media (prefers-color-scheme: light){:root:not([data-theme=dark]) .theme-toggle .icon-sun{display:none}:root:not([data-theme=dark]) .theme-toggle .icon-moon{display:block}}:root[data-theme=light] .theme-toggle .icon-sun{display:none}:root[data-theme=light] .theme-toggle .icon-moon{display:block}:root[data-theme=dark] .theme-toggle .icon-sun{display:block}:root[data-theme=dark] .theme-toggle .icon-moon{display:none}@media (prefers-reduced-motion: no-preference){.reveal{animation:rise .5s ease-out both}}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}article :where(p,ul,ol){color:var(--text)}article pre{background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius);padding:1rem;overflow-x:auto;font-size:.85rem}.skip-link[data-astro-cid-37fxchfa]{position:absolute;left:1rem;top:-3rem;z-index:100;background:var(--accent);color:#14150f;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:.85rem;padding:.6em 1em;border-radius:var(--radius);text-decoration:none;transition:top .15s ease}.skip-link[data-astro-cid-37fxchfa]:focus-visible{top:1rem;outline:2px solid var(--text);outline-offset:2px}.topbar[data-astro-cid-37fxchfa]{border-bottom:1px solid var(--line);background:var(--surface)}.topbar-row[data-astro-cid-37fxchfa]{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.5rem;flex-wrap:wrap;gap:.75rem}.brand[data-astro-cid-37fxchfa]{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.02em;color:var(--text);text-decoration:none}.brand[data-astro-cid-37fxchfa] span[data-astro-cid-37fxchfa]{color:var(--text-dim);font-weight:400}.nav[data-astro-cid-37fxchfa]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.82rem}.nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{color:var(--text-dim);text-decoration:none}.nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--accent)}.lang-switch[data-astro-cid-37fxchfa]{display:inline-flex;gap:.5em}.lang-switch[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{font-size:.75rem;opacity:.6}.lang-switch[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa].lang-active{opacity:1;color:var(--accent)}footer[data-astro-cid-37fxchfa]{padding-bottom:3rem}footer[data-astro-cid-37fxchfa] .meta[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{color:var(--text-dim);text-decoration:none}footer[data-astro-cid-37fxchfa] .meta[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--accent)}footer[data-astro-cid-37fxchfa] .dot[data-astro-cid-37fxchfa]{opacity:.5;margin:0 .4em}
