:root{--bg: #fdfaf6;--fg: #2b2018;--muted: #6b5d4f;--accent: #8a5a2b;--error: #b3261e;color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}body{margin:0;min-height:100dvh;background:var(--bg);color:var(--fg)}.shell{max-width:32rem;margin:0 auto;padding:2rem 1.25rem}h1{margin:0 0 1rem;font-size:1.75rem;color:var(--accent)}.muted{color:var(--muted)}.error{color:var(--error)}code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.85em;word-break:break-all}@media(prefers-color-scheme:dark){:root{--bg: #1b1611;--fg: #f2ebe2;--muted: #b6a892;--accent: #e0a86b;--error: #f2b8b5}}
