.auth-page{display:flex;flex-direction:column;min-height:100vh;--auth-bg:#f2f3f5;--auth-card-bg:#ffffff;--auth-border:#e4e6ea;--auth-text:#111827;--auth-text-muted:#6b7280;--auth-text-faint:#9ca3af;--auth-accent:#111827;--auth-accent-fg:#ffffff;--auth-input-bg:#f9fafb;--auth-error:#dc2626;--auth-error-bg:#fef2f2;--auth-success:#047857;--auth-success-bg:#ecfdf5;--auth-radius:1.125rem;--auth-radius-sm:0.5rem;--auth-shadow:0 24px 72px rgba(0,0,0,0.07),0 4px 18px rgba(0,0,0,0.04);--auth-focus-ring:0 0 0 3px rgba(17,24,39,0.09);background-color:var(--auth-bg);color:var(--auth-text)}@media (prefers-color-scheme:dark){.auth-page{--auth-bg:#0d0d0f;--auth-card-bg:#18181b;--auth-border:#2e2e33;--auth-text:#f4f4f5;--auth-text-muted:#a1a1aa;--auth-text-faint:#52525b;--auth-accent:#f4f4f5;--auth-accent-fg:#18181b;--auth-input-bg:#1d1d21;--auth-error:#f87171;--auth-error-bg:rgba(248,113,113,0.08);--auth-success:#34d399;--auth-success-bg:rgba(52,211,153,0.08);--auth-shadow:0 24px 72px rgba(0,0,0,0.55),0 4px 18px rgba(0,0,0,0.35);--auth-focus-ring:0 0 0 3px rgba(244,244,245,0.1)}}.auth-back-link{display:inline-flex;align-items:center;gap:.375rem;padding:1rem 1.25rem;font-size:.8125rem;color:var(--auth-text-muted);text-decoration:none;transition:color .15s;width:fit-content}.auth-back-link:hover{color:var(--auth-text)}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem 5rem}.auth-card{width:100%;max-width:25.5rem}.auth-form{background:var(--auth-card-bg);border:1px solid var(--auth-border);border-radius:var(--auth-radius);box-shadow:var(--auth-shadow);padding:2.25rem 2.125rem 2rem;display:flex;flex-direction:column;gap:1.25rem;text-align:left}.auth-title{font-size:1.375rem;font-weight:700;color:var(--auth-text);margin:0 0 .125rem;letter-spacing:-.02em}.auth-field{display:flex;flex-direction:column;gap:.35rem}.auth-label{font-size:.75rem;font-weight:600;color:var(--auth-text-muted);letter-spacing:.02em;text-transform:uppercase}.auth-input{height:2.625rem;padding:0 .875rem;background:var(--auth-input-bg);border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);color:var(--auth-text);font-size:.9375rem;font-family:inherit;width:100%;transition:border-color .15s,box-shadow .15s;outline:none}.auth-input::placeholder{color:var(--auth-text-faint)}.auth-input:focus{border-color:var(--auth-text-muted);box-shadow:var(--auth-focus-ring)}.auth-submit{height:2.75rem;width:100%;background:var(--auth-accent);color:var(--auth-accent-fg);border:1px solid transparent;border-radius:var(--auth-radius-sm);font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s;letter-spacing:.01em;margin-top:.25rem}.auth-submit:hover{opacity:.82}.auth-submit:active{opacity:.7}.auth-loading{justify-content:center;gap:.625rem;font-size:.875rem;color:var(--auth-text-muted);height:2.75rem;margin-top:.25rem}.auth-divider,.auth-loading{display:flex;align-items:center}.auth-divider{gap:.75rem;font-size:.72rem;color:var(--auth-text-faint);letter-spacing:.05em;text-transform:uppercase;user-select:none}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--auth-border)}.auth-google-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;height:2.625rem;width:100%;border:1px solid var(--auth-border);border-radius:var(--auth-radius-sm);background:transparent;color:var(--auth-text);font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.auth-google-btn:hover:not(:disabled){background:var(--auth-input-bg);border-color:var(--auth-text-muted)}.auth-google-btn:disabled{opacity:.5;cursor:not-allowed}.auth-links{justify-content:space-between}.auth-links,.auth-switch{display:flex;align-items:center}.auth-switch{flex-direction:column;gap:.3rem}.auth-link-btn,.auth-switch{font-size:.8125rem;color:var(--auth-text-muted)}.auth-link-btn{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;transition:color .15s;line-height:1}.auth-link-btn:hover{color:var(--auth-text);text-decoration:underline}.auth-message{font-size:.8125rem;line-height:1.6;border-radius:var(--auth-radius-sm);padding:.75rem .875rem}.auth-message--success{color:var(--auth-success);background:var(--auth-success-bg)}.auth-message--error{color:var(--auth-error);background:var(--auth-error-bg)}.auth-message-sub{margin:.5rem 0 0;font-size:.75rem;color:var(--auth-text-muted)}.auth-inline-link{background:none;border:none;padding:0;color:var(--auth-text-muted);font-size:inherit;cursor:pointer;font-family:inherit;text-decoration:underline}.auth-inline-link:hover{color:var(--auth-text)}.auth-resend{font-size:.75rem;color:var(--auth-text-faint)}