.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:#0a0a0a;color:#f5f5f5;font-family:var(--font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)}.auth-card{width:100%;max-width:420px;padding:2rem 1.75rem 1.75rem;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#161616;box-shadow:none;text-align:center}.auth-logo{display:inline-block;font-size:1.05rem;text-decoration:none;margin-bottom:1.25rem}.auth-logo,.auth-title{font-weight:700;color:#fff}.auth-title{font-size:1.5rem;letter-spacing:-.03em;line-height:1.25;margin:0 0 .5rem}.auth-subtitle{font-size:.9rem;color:rgba(255,255,255,.55);margin:0 0 1.5rem;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:1rem;text-align:left;margin:.75rem 0 0}.auth-form label{color:rgba(255,255,255,.75)}.auth-input{background:#0f0f0f!important;border-color:rgba(255,255,255,.16)!important;color:#fff!important}.auth-input::placeholder{color:rgba(255,255,255,.35)}.auth-email-submit{background:#fff!important;color:#0a0a0a!important}.auth-status{margin-top:1rem;font-size:.875rem;line-height:1.45;color:rgba(255,255,255,.55)}.auth-status.success{color:#4ade80}.auth-status.error{color:#f87171}.auth-alt{margin-top:1.5rem;font-size:.875rem;color:rgba(255,255,255,.55);text-align:center}.auth-alt a{color:#fff;text-decoration:underline;text-underline-offset:2px}.auth-oauth-stack{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.75rem}.auth-oauth-btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:100%;min-height:44px;padding:0 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#161616;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.auth-oauth-btn:hover:not(:disabled){background:#1e1e1e;border-color:rgba(255,255,255,.28)}.auth-oauth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-email-toggle{display:inline-block;margin:.25rem 0 .75rem;border:0;background:transparent;color:rgba(255,255,255,.7);font-size:.875rem;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.auth-email-toggle:hover{color:#fff}.auth-legal{margin:1rem 0 0;font-size:.75rem;line-height:1.45;color:rgba(255,255,255,.55)}.auth-legal a{color:inherit;text-decoration:underline;text-underline-offset:2px}.auth-page-desktop{background:#0a0a0a;color:#f5f5f5}