:root{--text:#241f2b;--text-muted:#6b6375;--bg:#fff;--surface:#faf9fb;--border:#ded9e3;--accent:#7a3fa5;--accent-text:#fff;--danger:#b3261e;color:var(--text);background:var(--bg);-webkit-text-size-adjust:100%;font:17px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*,:before,:after{box-sizing:border-box}body{min-height:100svh;margin:0}#root{max-width:26rem;margin:0 auto;padding:2rem 1.25rem 3rem}h1{letter-spacing:-.01em;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}p{margin:0}.screen,.form{flex-direction:column;gap:1rem;display:flex}.field{flex-direction:column;gap:.375rem;display:flex}.field>span{color:var(--text-muted);font-size:.9375rem}.field input{font:inherit;color:inherit;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;width:100%;padding:.75rem;font-size:1rem}.field input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}button{font:inherit;min-height:2.75rem;color:var(--accent-text);background:var(--accent);cursor:pointer;border:1px solid #0000;border-radius:.5rem;padding:.625rem 1.25rem;font-size:1rem;font-weight:500}button:disabled{opacity:.6;cursor:default}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.error{min-height:1.5rem;color:var(--danger);font-size:.9375rem}.who{color:var(--text-muted)}.who strong{color:var(--text);font-weight:600}
