/* Critical auth-page fallback styles served from /public, independent of Next chunk CSS. */
.auth-screen{min-height:100vh;display:grid;place-items:center;background:#111936;padding:20px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172033}.auth-card{width:100%;max-width:448px;background:#fff;border-radius:24px;padding:32px;box-shadow:0 24px 70px rgba(10,18,48,.35)}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.auth-logo{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#22d3ee);color:#fff;font-size:20px;font-weight:900}.auth-title{margin:0;font-size:20px;line-height:1.25;font-weight:800;color:#172033}.auth-subtitle{margin:2px 0 0;font-size:14px;color:#64748b}.auth-label{display:block;font-size:14px;font-weight:700;color:#172033}.auth-input{display:block;width:100%;height:44px;margin-top:8px;border:1px solid #cbd5e1;border-radius:12px;padding:0 12px;background:#fff;color:#0f172a;outline:none;font:inherit}.auth-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.12)}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.auth-link{color:#4f46e5;text-decoration:none;font-weight:700}.auth-link:hover{text-decoration:underline}.auth-button{display:block;width:100%;height:44px;margin-top:24px;border:0;border-radius:12px;background:#4f46e5;color:#fff;font:inherit;font-weight:700;cursor:pointer}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-message{margin-top:16px;border-radius:10px;padding:12px;font-size:14px;line-height:1.45}.auth-error{background:#fff1f2;color:#be123c}.auth-success{background:#ecfdf5;color:#047857}.auth-footer{margin:18px 0 0;text-align:center;font-size:14px;color:#64748b}.auth-note{margin:12px 0 0;text-align:center;font-size:12px;color:#94a3b8}@media(max-width:520px){.auth-card{padding:24px;border-radius:20px}}
