.auth-page{max-width:420px;margin:0 auto;padding:3rem 1.5rem 4rem}.auth-header{flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.auth-header img{margin-bottom:.75rem;display:block}.auth-subtitle{color:var(--on-surface-variant);margin-top:.375rem;margin-bottom:0;font-size:.9375rem}.auth-tabs{border-bottom:1px solid var(--ghost-border);margin-bottom:1.5rem;display:flex;position:relative}.auth-tabs:after{content:"";background:var(--primary-container);height:2px;transition:left .25s var(--ease), width .25s var(--ease);border-radius:1px;position:absolute;bottom:-1px}.auth-tabs[data-tab=signin]:after{width:var(--tab-w-0,50%);left:0}.auth-tabs[data-tab=signup]:after{left:var(--tab-w-0,50%);width:var(--tab-w-1,50%)}.auth-tab{cursor:pointer;color:var(--on-surface-variant);background:0 0;border:none;margin-bottom:-1px;padding:.5rem 1rem;font-size:.9375rem;font-weight:400;transition:color .15s}.auth-tab[data-active=true]{color:var(--on-surface);font-weight:600}@keyframes authFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-form{flex-direction:column;gap:.75rem;display:flex}.auth-form>*{animation:.35s both authFadeUp}.auth-form>:first-child{animation-delay:0s}.auth-form>:nth-child(2){animation-delay:40ms}.auth-form>:nth-child(3){animation-delay:80ms}.auth-form>:nth-child(4){animation-delay:.12s}.auth-form>:nth-child(5){animation-delay:.16s}.auth-form>:nth-child(6){animation-delay:.2s}.auth-form>:nth-child(7){animation-delay:.24s}.auth-form>:nth-child(8){animation-delay:.28s}.auth-form>:nth-child(9){animation-delay:.32s}.auth-closed{animation:.4s both authFadeUp}@media (prefers-reduced-motion:reduce){.auth-form>*,.auth-closed{animation:none}}.auth-field{flex-direction:column;gap:.35rem;display:flex}.auth-name-row{gap:.5rem;display:flex}.auth-name-row .auth-field{flex:1}.auth-error{color:var(--danger);margin:0;font-size:.875rem}.auth-divider{align-items:center;gap:.75rem;margin:.25rem 0;display:flex}.auth-divider-line{background:var(--ghost-border);flex:1;height:1px}.auth-divider-text{color:var(--text-tertiary);font-size:.8125rem}.auth-google{text-align:center;text-decoration:none;display:block}.auth-closed{background:var(--surface-container-low);border:1px solid var(--ghost-border);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem;display:flex}.auth-closed-title{color:var(--on-surface);margin:0;font-size:.95rem;font-weight:600}.auth-closed-body{color:var(--on-surface-variant);margin:0;font-size:.875rem;line-height:1.55}.auth-verify-card{text-align:center;padding:2rem}.auth-verify-icon{margin-bottom:1rem;font-size:2.5rem}.auth-verify-card h2{margin:0 0 .5rem}.auth-verify-email{word-break:break-all;margin:0 0 1.25rem;font-weight:600}.auth-verify-hint{color:var(--on-surface-variant);margin:0 0 1.5rem;font-size:.875rem}.auth-verify-expired{background:var(--danger-subtle);border-radius:var(--radius-md);color:#fca5a5;border:1px solid #ef444433;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.auth-verify-success{color:var(--success);margin-bottom:.75rem;font-size:.875rem}.auth-legal{color:var(--text-tertiary);text-align:center;margin-top:.25rem;font-size:.8rem}.auth-legal a{color:var(--on-surface-variant)}
