.auth-page{min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font-sans,-apple-system,BlinkMacSystemFont,"Inter",sans-serif);display:flex;flex-direction:column}.auth-page-nav{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:60px;border-bottom:1px solid var(--border);flex-shrink:0}.auth-page-nav-link{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .15s}.auth-page-nav-link:hover{color:var(--text)}.auth-page-body{flex:1 1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem 4rem}.auth-card{width:100%;max-width:400px}.auth-card-icon{width:44px;height:44px;border-radius:10px;background:var(--accent-dim);border:1px solid rgba(245,158,11,.2);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--accent)}.auth-card-heading{font-size:1.5rem;font-weight:700;color:var(--text);letter-spacing:-.03em;margin:0 0 .35rem;line-height:1.2}.auth-card-subheading{font-size:.875rem;color:var(--text-muted);margin:0 0 1.75rem;line-height:1.5}.auth-page-google{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:.625rem 1rem;border:1px solid var(--border-mid);border-radius:8px;background:var(--bg-hover);color:var(--text);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s;font-family:inherit}.auth-page-google:hover{background:var(--bg-preview);border-color:var(--text-faint)}.auth-page-divider{display:flex;align-items:center;gap:.75rem;color:var(--text-faint);font-size:.75rem;margin:1.25rem 0}.auth-page-divider:after,.auth-page-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.auth-page-form{gap:.75rem}.auth-page-field,.auth-page-form{display:flex;flex-direction:column}.auth-page-field{gap:.375rem}.auth-page-label{font-size:.8125rem;font-weight:500;color:var(--text)}.auth-page-input{width:100%;padding:.5625rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle);color:var(--text);font-size:.875rem;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.auth-page-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.auth-page-submit{width:100%;padding:.65rem 1rem;background:var(--accent);color:var(--accent-text);border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s;font-family:inherit;margin-top:.25rem}.auth-page-submit:hover:not(:disabled){background:var(--accent-h)}.auth-page-submit:disabled{opacity:.55;cursor:not-allowed}.auth-page-footer{margin-top:1.25rem;font-size:.8125rem;color:var(--text-muted);text-align:center}.auth-page-footer a,.auth-page-footer button{color:var(--accent);text-decoration:none;background:none;border:none;cursor:pointer;font-size:inherit;font-weight:500;padding:0;font-family:inherit}.auth-page-footer a:hover,.auth-page-footer button:hover{text-decoration:underline}.auth-page-error{font-size:.8rem;color:#e5534b;margin:0}.auth-page-success{font-size:.8rem;color:#3fb950;margin:0}.auth-page-legal{font-size:.75rem;color:var(--text-faint);text-align:center;margin-top:1rem;line-height:1.5}.auth-page-legal a{color:var(--text-faint);text-decoration:underline;text-underline-offset:2px}.auth-page-legal a:hover{color:var(--text-muted)}.auth-page-forgot{background:none;border:none;cursor:pointer;color:var(--text-faint);font-size:.8rem;text-align:right;padding:0;font-family:inherit;align-self:flex-end;transition:color .15s}.auth-page-forgot:hover{color:var(--text-muted)}@media (max-width:480px){.auth-page-nav{padding:0 1rem}.auth-page-body{align-items:flex-start;padding-top:2rem}}