.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--v2-bg-surface)}.auth-container{width:100%;max-width:400px}.auth-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:32px}.auth-logo img{width:32px;height:32px}.auth-logo-text{font-size:var(--v2-text-lg);font-weight:700;color:var(--v2-fg)}.auth-card{background:var(--v2-bg-surface);border:1px solid var(--v2-border);border-radius:var(--v2-radius-xl);padding:32px}.auth-title{font-size:var(--v2-text-xl);font-weight:700;color:var(--v2-fg);text-align:center;margin:0 0 4px}.auth-subtitle{font-size:var(--v2-text-sm);color:var(--v2-fg-muted);text-align:center;margin:0 0 24px}.auth-alert{padding:10px 14px;border-radius:var(--v2-radius-md);font-size:var(--v2-text-sm);margin-bottom:16px;display:none}.auth-alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:var(--v2-error)}.auth-field{margin-bottom:16px}.auth-label{display:block;font-size:var(--v2-text-sm);font-weight:500;color:var(--v2-fg);margin-bottom:6px}.auth-hint{font-size:var(--v2-text-xs);color:var(--v2-fg-subtle);margin-top:4px}.auth-actions{margin-top:20px}.auth-actions .v2-btn{width:100%;justify-content:center}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--v2-fg-subtle);font-size:var(--v2-text-sm)}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-top:1px solid var(--v2-border)}.auth-footer{text-align:center;margin-top:20px;padding-top:20px;border-top:1px solid var(--v2-border);font-size:var(--v2-text-sm);color:var(--v2-fg-muted)}.auth-footer a{color:var(--v2-accent);text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-theme-toggle{position:fixed;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--v2-radius-md);border:1px solid var(--v2-border);background:var(--v2-bg-surface);color:var(--v2-fg-muted);cursor:pointer;z-index:10}.auth-theme-toggle:hover{color:var(--v2-fg);border-color:var(--v2-border-hover)}[data-theme=dark] .auth-theme-toggle .icon-sun{display:block}[data-theme=dark] .auth-theme-toggle .icon-moon,[data-theme=light] .auth-theme-toggle .icon-sun{display:none}[data-theme=light] .auth-theme-toggle .icon-moon{display:block}.auth-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:auth-spin .8s linear infinite;display:none}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-status-icon{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.auth-status-icon.success{background:#22c55e1a}.auth-status-icon.error{background:#ef44441a}.auth-loading-spinner{width:32px;height:32px;margin:24px auto;border:3px solid var(--v2-border);border-top-color:var(--v2-accent);border-radius:50%;animation:auth-spin .8s linear infinite}
