.auth-screen{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:var(--bg-base)}.auth-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:0 4px 20px #0000001f;padding:32px;width:100%;max-width:360px;display:flex;flex-direction:column;gap:16px}.auth-title{font-family:var(--font-mono);text-align:center}.auth-error{color:var(--status-down);font-size:.875rem;text-align:center;min-height:1.2em}
