.auth-layout{min-height:100dvh;padding:var(--space-md);background-color:var(--bg-primary);flex-direction:column;justify-content:center;align-items:center;display:flex}.auth-layout__brand{margin-bottom:var(--space-xl);font-family:var(--font-sans);font-size:var(--text-2xl);color:var(--color-brand);letter-spacing:-.02em;-webkit-user-select:none;user-select:none;font-weight:700}.auth-layout__card{width:100%;max-width:26rem;padding:var(--space-xl);background-color:var(--bg-elevated);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}@media (min-width:30rem){.auth-layout__card{padding:2rem}}
