:root{--background:#f6f1e8;--panel:#fffdf8;--text:#1b2a4a;--muted:#4a5568;--border:#d7cfc0;--accent:#9a3412;--notice-background:#fff7ed;--notice-border:#c2410c;--notice-text:#7c2d12;--focus:#1d4ed8}@media (prefers-color-scheme:dark){:root{--background:#121826;--panel:#1b2436;--text:#f4efe6;--muted:#c5cdd8;--border:#3a465c;--accent:#fdba74;--notice-background:#3b2415;--notice-border:#fdba74;--notice-text:#ffedd5;--focus:#93c5fd}}*{box-sizing:border-box}html{height:100%}body,html{margin:0;padding:0;max-width:100vw}body{min-height:100%;color:var(--text);background:var(--background);font-family:Georgia,Times New Roman,Times,serif;font-size:1.0625rem;line-height:1.6;-webkit-font-smoothing:antialiased}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}a{color:var(--accent)}button{font:inherit;min-height:44px;min-width:44px;padding:.65rem 1rem;color:var(--text);background:var(--panel);border:1px solid var(--border);border-radius:8px;cursor:pointer}