.auth-page{background:var(--bg-canvas);grid-template-columns:1fr;min-height:100vh;display:grid}@media (min-width:900px){.auth-page{grid-template-columns:1fr 420px}}.auth-brand{padding:clamp(var(--space-8), 5vw, var(--space-16));color:#fff;background:radial-gradient(1000px 500px at 15% -10%,#2e4459 0%,#0000 60%),linear-gradient(160deg,#1f2f40 0%,#101a23 100%);flex-direction:column;justify-content:space-between;display:none}@media (min-width:900px){.auth-brand{display:flex}}.auth-brand-logo{object-fit:contain;align-self:flex-start;width:auto;max-width:100%;height:26px}.auth-brand>*{max-width:620px}.auth-brand-headline{font-size:var(--text-3xl);max-width:16ch;font-weight:600;line-height:1.15}.auth-brand-lede{color:#ffffffb8;max-width:46ch;margin-top:var(--space-4);font-size:var(--text-md)}.auth-brand-apps{gap:var(--space-3);margin-top:var(--space-8);flex-direction:column;display:flex}.auth-brand-app{align-items:center;gap:var(--space-3);color:#ffffffdb;display:flex}.auth-brand-app-icon{border-radius:var(--radius-md);background:#ffffff1f;flex:none;place-items:center;width:34px;height:34px;display:grid}.auth-brand-foot{color:#ffffff73;font-size:var(--text-sm)}.auth-panel{padding:var(--space-6);background:var(--bg-surface);border-left:1px solid var(--border-subtle);justify-content:center;align-items:center;display:flex}.auth-card{width:100%;max-width:360px}.auth-mobile-logo{width:auto;height:22px;margin-bottom:var(--space-8);display:none}@media (max-width:899px){.auth-mobile-logo.brand-mark-light{display:block}:root[data-theme=dark] .auth-mobile-logo.brand-mark-light{display:none}:root[data-theme=dark] .auth-mobile-logo.brand-mark-dark{display:block}}@media (max-width:899px) and (prefers-color-scheme:dark){:root:not([data-theme=light]) .auth-mobile-logo.brand-mark-light{display:none}:root:not([data-theme=light]) .auth-mobile-logo.brand-mark-dark{display:block}}.auth-title{font-size:var(--text-xl);margin-bottom:var(--space-1)}.auth-subtitle{color:var(--text-secondary);margin-bottom:var(--space-6)}.auth-form{gap:var(--space-4);flex-direction:column;display:flex}.auth-field-link{font-size:var(--text-xs);font-weight:500}.auth-footer{margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid var(--border-subtle);font-size:var(--text-sm);color:var(--text-secondary);text-align:center}.auth-outcome{gap:var(--space-4);flex-direction:column;align-items:flex-start;display:flex}.mfa-qr{padding:var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:#fff;place-items:center;display:grid}.mfa-qr img{width:180px;height:180px;image-rendering:pixelated}.mfa-secret{font-family:var(--font-mono);font-size:var(--text-sm);letter-spacing:.08em;word-break:break-all;padding:var(--space-2) var(--space-3);background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.recovery-codes{gap:var(--space-2);padding:var(--space-4);background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);font-family:var(--font-mono);font-size:var(--text-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}
