:root{color-scheme:light dark;--text:#1a1a1a;--text-muted:#4a4a4a;--bg:#fafaf7;--surface:#fff;--border:#d8d4cc;--accent:#5c6f3a;--max-width:40rem;--radius:6px;--gap:1rem}@media (prefers-color-scheme:dark){:root{--text:#f1efe8;--text-muted:#b8b5ac;--bg:#1a1a18;--surface:#23221f;--border:#3a3934;--accent:#a9bb7e}}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}main{max-width:var(--max-width);margin:0 auto;padding:3rem 1.25rem 5rem}h1,h2,h3{line-height:1.25;margin:1.5rem 0 .75rem;font-weight:600}h1{font-size:2rem}h2{font-size:1.375rem}p{margin:0 0 1rem}a{color:var(--accent);text-underline-offset:2px}a:hover{text-decoration-thickness:2px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin:1rem 0}.muted{color:var(--text-muted)}.button{display:inline-block;padding:.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);text-decoration:none;font:inherit;cursor:pointer}.button:hover{border-color:var(--accent)}input,textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font:inherit}footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--text-muted)}