:root{--cream:#faf3e7;--surface:#ffffff;--surface-alt:#f1e6d3;--border:rgba(59,42,31,0.14);--border-strong:rgba(59,42,31,0.28);--rust:#a8341f;--espresso:#3b2a1f;--espresso-soft:#6b5645;--espresso-faint:#9c8a76;--terracotta:#c1502b;--terracotta-text:#a8431f;--on-terracotta:#ffffff;--shadow:0 1px 2px rgba(59,42,31,0.06),0 8px 24px -12px rgba(59,42,31,0.2)}@media (prefers-color-scheme:dark){:root{--cream:#1c1712;--surface:#262019;--surface-alt:#322a20;--border:rgba(240,225,205,0.14);--border-strong:rgba(240,225,205,0.28);--rust:#f0866f;--espresso:#f1e7d8;--espresso-soft:#c7b7a2;--espresso-faint:#8e7c68;--terracotta:#e08355;--terracotta-text:#f0a67d;--on-terracotta:#2b2119;--shadow:0 1px 2px rgba(0,0,0,0.3),0 8px 24px -12px rgba(0,0,0,0.5)}}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--espresso);font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}img{max-width:100%}a{color:var(--terracotta-text)}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:28px 24px}.auth-card h1{font-family:Fraunces,serif;font-weight:600;font-size:26px;line-height:1.2;margin:0 0 12px;text-wrap:balance}.auth-card p{margin:0 0 14px;line-height:1.6;font-size:16px;color:var(--espresso-soft)}.field{margin-bottom:16px}.field label{display:block;font-weight:800;font-size:13px;margin-bottom:6px}.field input{width:100%;min-height:48px;padding:12px;border:1.5px solid var(--border-strong);border-radius:12px;background:var(--surface);color:var(--espresso);font:inherit}.field input[aria-invalid=true]{border-color:var(--rust)}.check{display:flex;align-items:center;gap:10px;min-height:44px;margin-bottom:8px;font-size:15px;cursor:pointer}.check input{width:20px;height:20px}.form-error{color:var(--rust)!important;font-weight:700}.btn{width:100%;min-height:48px;border:0;border-radius:12px;background:var(--terracotta);color:var(--on-terracotta);font:inherit;font-weight:800;cursor:pointer}.btn:disabled{opacity:.5;cursor:default}.btn:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--terracotta);outline-offset:2px}