.auth-page{min-height:100vh;background:#0f172a;display:flex;align-items:center;justify-content:center;padding:1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-card{width:100%;max-width:400px;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:2rem}.auth-logo{text-align:center;margin-bottom:1.75rem}.auth-logo-title{font-size:1.5rem;font-weight:700;color:#f1f5f9;margin:0 0 .25rem;letter-spacing:-.01em}.auth-logo-title span{color:#38bdf8}.auth-logo-sub{font-size:.8125rem;color:#64748b;margin:0}.auth-heading{font-size:1.125rem;font-weight:600;color:#e2e8f0;margin:0 0 1.5rem}.auth-form{gap:1rem}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:.375rem}.auth-label{font-size:.8125rem;font-weight:500;color:#94a3b8}.auth-input{background:#0f172a;border:1px solid #334155;border-radius:6px;color:#e2e8f0;font-size:.9375rem;padding:.625rem .875rem;font-family:inherit;width:100%;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.auth-input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 2px rgba(14,165,233,.15)}.auth-input::-moz-placeholder{color:#475569}.auth-input::placeholder{color:#475569}.auth-input:disabled{opacity:.6;cursor:not-allowed}.auth-submit{display:flex;align-items:center;justify-content:center;width:100%;padding:.6875rem 1rem;background:#0ea5e9;border:none;border-radius:6px;color:#fff;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s;margin-top:.25rem}.auth-submit:hover:not(:disabled){background:#38bdf8;color:#0f172a}.auth-submit:disabled{opacity:.55;cursor:not-allowed}.auth-error{background:rgba(127,29,29,.2);border:1px solid rgba(220,38,38,.4);color:#f87171;border-radius:6px}.auth-error,.auth-info{font-size:.8125rem;padding:.625rem .875rem;line-height:1.5}.auth-info{background:rgba(14,116,144,.15);border:1px solid rgba(14,165,233,.35);color:#7dd3fc;border-radius:6px}.auth-warning{background:rgba(120,53,15,.2);border:1px solid rgba(234,88,12,.4);color:#fdba74;font-size:.8125rem;padding:.75rem .875rem;border-radius:6px;line-height:1.6}.auth-warning code{font-family:Courier New,Courier,monospace;background:rgba(0,0,0,.25);padding:.1em .35em;border-radius:3px;font-size:.875em}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#64748b}.auth-footer a{color:#38bdf8;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-linkbtn{background:none;border:none;padding:0;margin:0;font:inherit;color:#38bdf8;cursor:pointer}.auth-linkbtn:hover{text-decoration:underline}.auth-logo-link{text-decoration:none;display:inline-block}.auth-links{margin-top:1rem;display:flex;justify-content:center;gap:1.25rem;font-size:.8125rem}.auth-links a{color:#64748b;text-decoration:none}.auth-links a:hover{color:#94a3b8;text-decoration:underline}