:root{--bg:#fafaf7;--surface:#fff;--surface-2:#f3f1ec;--surface-3:#ebe6d8;--border:#e6e2d8;--border-strong:#cfc8b6;--fg:#1d1b16;--fg-muted:#706a5c;--fg-faint:#97907f;--accent:#c8653d;--accent-hover:#b45833;--accent-fg:#fff;--danger:#b33a30;--ok:#3a7d5e;--font-body:ui-sans-serif, -apple-system, "Segoe UI", Inter, sans-serif;--font-serif:ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, serif;--font-mono:ui-monospace, "SF Mono", "JetBrains Mono", Menlo, monospace;--radius:10px;--radius-lg:14px;--shadow-sm:0 1px 2px #0000000a;--shadow:0 2px 6px #0000000f, 0 8px 24px #0000000a}@media (prefers-color-scheme:dark){:root{--bg:#131210;--surface:#1b1a17;--surface-2:#23221e;--surface-3:#2a2822;--border:#2d2b26;--border-strong:#3d3a33;--fg:#efece4;--fg-muted:#8d877a;--fg-faint:#6c6659;--accent:#e08156;--accent-hover:#f09365;--danger:#d76558;--ok:#5fa983;--shadow-sm:0 1px 2px #0000004d;--shadow:0 2px 6px #00000059, 0 8px 24px #0003}}*{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--fg);font:15px/1.6 var(--font-body);-webkit-font-smoothing:antialiased}a{color:var(--fg);text-decoration:underline;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong);text-underline-offset:3px}a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0}code,kbd,samp,pre{font-family:var(--font-mono);font-size:.92em}:where(code){background:var(--surface-2);border-radius:4px;padding:1px 5px}:where(pre){background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;line-height:1.5;overflow-x:auto}:where(pre) code{background:0 0;padding:0}h1,h2,h3{font-family:var(--font-serif);letter-spacing:-.01em;margin:0 0 .4em;font-weight:500;line-height:1.2}h1{font-size:clamp(32px,5vw,48px)}h2{font-size:clamp(22px,3vw,28px)}h3{font-size:18px}p{margin:0 0 1em}
