.auth-page{min-height:100vh;padding:var(--space-2xl) var(--space-md);background:linear-gradient(135deg, #1a3447f0, #1f2326fa), var(--bg-dark);color:var(--text-inverse);overflow-x:clip}.auth-shell{gap:var(--space-xl);width:min(1080px,100%);min-width:0;min-height:calc(100vh - (var(--space-2xl) * 2));grid-template-columns:minmax(0,.9fr) minmax(360px,.55fr);align-items:center;margin:0 auto;display:grid}.auth-copy{gap:var(--space-md);min-width:0;display:grid}.auth-logo{color:var(--text-inverse);font-size:1.3rem;font-weight:900}.auth-logo span{color:var(--accent-light)}.auth-copy h1{max-width:13ch;color:var(--text-inverse);font-size:clamp(2.75rem,8vw,5.8rem);line-height:.94}.auth-copy p{color:#fafaf7c7;max-width:680px;font-size:var(--text-lead)}.auth-card{gap:var(--space-md);width:100%;min-width:0;padding:var(--space-xl);color:var(--text-primary);background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #fafaf724;display:grid}.auth-card__tabs{gap:var(--space-xs);min-width:0;padding:var(--space-xs);background:var(--bg-warm);border:1px solid var(--border);border-radius:var(--radius-md);grid-template-columns:1fr 1fr;display:grid}.auth-card__tabs button{min-width:0;min-height:42px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:0;font-weight:900}.auth-card__tabs .auth-card__tab--active{color:var(--text-primary);background:var(--bg-surface);box-shadow:var(--shadow-sm)}.auth-card .field span{color:var(--text-primary);font-size:var(--text-small);font-weight:800}.auth-card input{width:100%;min-width:0;min-height:48px;color:var(--text-primary);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);font:inherit;outline:none;padding:.8rem 1rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.auth-card input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring)}.auth-card input::placeholder{color:var(--text-muted)}.auth-card__error,.auth-card__status{padding:var(--space-sm);border-radius:var(--radius-md);font-size:var(--text-small);font-weight:800}.auth-card__error{color:var(--danger);background:#b14b401a}.auth-card__status{color:var(--success);background:#2f8f631a}.auth-card__submit{gap:var(--space-xs);justify-content:center;align-items:center;display:inline-flex;position:relative}.auth-card__submit--loading{cursor:wait;opacity:.86}.auth-card__spinner{border:2px solid #fff6;border-top-color:var(--text-inverse);border-radius:999px;width:1em;height:1em;animation:.75s linear infinite auth-spin}.auth-card__note{color:var(--text-muted);font-size:var(--text-caption);font-weight:700}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (max-width:860px){.auth-shell{grid-template-columns:1fr;align-items:start}.auth-copy h1{max-width:12ch}}@media (max-width:560px){.auth-page{padding:var(--space-lg) var(--space-md)}.auth-shell{gap:var(--space-lg);min-height:auto}.auth-copy h1{font-size:clamp(2.25rem,14vw,3.4rem)}.auth-copy p{font-size:1rem}.auth-card{padding:var(--space-lg)}}
