.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gov-surface-1);padding:24px}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid var(--gov-border);border-radius:12px;padding:32px;box-shadow:var(--shadow-sm)}.auth-logo{display:flex;justify-content:center;margin-bottom:28px}.auth-logo img{height:28px;width:auto;display:block}.auth-tabs{display:flex;border:1px solid var(--gov-border);border-radius:8px;overflow:hidden;margin-bottom:24px}.auth-tab{flex:1;height:36px;display:flex;align-items:center;justify-content:center;font:500 13px var(--font-sans);color:#666;background:var(--gov-surface-1);border:none;cursor:pointer;transition:all .15s var(--ease-smooth);letter-spacing:-.01em}.auth-tab:first-child{border-right:1px solid var(--gov-border)}.auth-tab--active{background:#fff;color:#000;font-weight:600}.auth-tab:hover:not(.auth-tab--active){background:var(--gov-surface-2)}.auth-eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#666;margin-bottom:6px;font-family:var(--font-mono)}.auth-form{gap:14px}.auth-field-group,.auth-form{display:flex;flex-direction:column}.auth-field-group{gap:6px}.auth-label{font-size:13px;font-weight:500;color:#000;letter-spacing:-.01em}.auth-field{height:40px;padding:0 14px;border-radius:8px;border:1px solid var(--gov-border-strong);background:#fff;font:400 14px var(--font-sans);color:#000;width:100%;outline:none;transition:all .15s var(--ease-smooth)}.auth-field::-moz-placeholder{color:#999}.auth-field::placeholder{color:#999}.auth-field:focus{border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.08)}.auth-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:40px;border-radius:9999px;font:500 14px var(--font-sans);border:1px solid transparent;cursor:pointer;transition:all .15s var(--ease-smooth);letter-spacing:-.01em}.auth-btn--primary{background:#000;color:#fff}.auth-btn--primary:hover:not(:disabled){background:#333}.auth-btn--primary:disabled{opacity:.5;cursor:not-allowed}.auth-btn--google{background:#fff;color:#000;border:1px solid var(--gov-border-strong)}.auth-btn--google:hover:not(:disabled){background:var(--gov-surface-1);border-color:#000}.auth-btn--google:disabled{opacity:.5;cursor:not-allowed}.auth-google-icon{width:18px;height:18px;flex-shrink:0}.auth-divider{display:flex;align-items:center;gap:12px;margin:4px 0}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--gov-border)}.auth-divider__text{font-size:12px;color:#999;font-weight:500;letter-spacing:.02em}.auth-alert{padding:10px 14px;border-radius:8px;font-size:13px;line-height:1.5}.auth-alert--error{background:#FEF2F2;border:1px solid #fecaca;color:#991B1B}.auth-alert--success{background:#F0FDF4;border:1px solid #bbf7d0;color:#166534}.auth-footer{margin-top:20px;text-align:center}.auth-link{font-size:13px;color:#666;text-decoration:none;transition:color .12s}.auth-link:hover{color:#000}.auth-fine-print{margin-top:20px;font-size:11px;color:#999;line-height:1.5;text-align:center}.auth-fine-print a{color:#666;text-decoration:underline;text-underline-offset:2px}.auth-fine-print a:hover{color:#000}@media (max-width:480px){.auth-page{align-items:flex-start;padding:48px 16px 16px}.auth-card{padding:24px;border-radius:10px}.auth-logo{margin-bottom:24px}.auth-logo img{height:24px}}