*,:before,:after{box-sizing:border-box}html,body,#__next{height:100%}body{color:#111;background:#f0f4f8;margin:0;font-family:Inter,system-ui,sans-serif}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:#fff;border-radius:12px;width:100%;max-width:420px;padding:2.5rem 2rem;box-shadow:0 4px 24px #00000014}.auth-title{text-align:center;margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.auth-subtitle{text-align:center;color:#444;margin:0 0 1.5rem;font-size:1.1rem;font-weight:600}.auth-footer{text-align:center;color:#555;margin-top:1.25rem;font-size:.9rem}.auth-footer a{color:#2563eb;font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.auth-success{color:#166534;text-align:center;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-group label{color:#333;font-size:.875rem;font-weight:500}.form-group input{border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.6rem .75rem;font-size:1rem;transition:border-color .15s}.form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:.65rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:.65rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.btn-secondary:hover:not(:disabled){background:#eff6ff}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}
