:root{color-scheme:light;--ink: #2c1c10;--paper: #fbf3e7;--accent: #a8562e;--muted: #6b5644}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--paper);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.screen{min-height:100%;padding:2rem 1.5rem}.centered{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.75rem}h1{margin:0;font-size:1.5rem}p{margin:0;max-width:32ch}.muted{color:var(--muted);font-size:.9rem}.button{display:inline-block;margin-top:.5rem;padding:.75rem 1.5rem;background:var(--accent);color:var(--paper);border:none;border-radius:999px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer}.button:disabled{opacity:.6;cursor:default}.error{color:#a3341f;font-size:.9rem}
