/* Centered-on-page wrapper for the auth pages (login, logged-out, password,
 * activation pages). The card itself lives in components/card.css. */

.auth-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem 1rem;
    background: var(--surface);
}
