:root{color-scheme:light;--bg: #f7f4ef;--ink: #1f1a14;--muted: #5c5348;--accent: #3d2b1f}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Georgia,Times New Roman,serif;background:var(--bg);color:var(--ink)}.page{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}h1{font-size:2.25rem;font-weight:600;letter-spacing:.02em;margin:0 0 .75rem}.lede{font-size:1.125rem;line-height:1.6;color:var(--muted);margin:0 0 1.5rem}.auth{display:flex;flex-direction:column;align-items:center;gap:.75rem}button{font:inherit;cursor:pointer;background:var(--accent);color:#fff;border:0;border-radius:.4rem;padding:.55rem 1.25rem}button.secondary{background:transparent;color:var(--accent);border:1px solid var(--accent)}.who{font-size:.95rem;color:var(--muted);margin:0}
