.auth-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.auth-card {
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.hero {
    text-align: center;
}

.actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}