.ve-auth-body {
    min-height: 100vh;
    background: linear-gradient(135deg, #f8faff 0%, #eef2ff 100%);
}

.ve-auth-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.ve-auth-card {
    width: 100%;
    max-width: 430px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    padding: 1.75rem;
}

.ve-auth-card h1 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.ve-auth-card p {
    color: #6b7280;
    margin-bottom: 1rem;
}

.ve-auth-submit {
    width: 100%;
    margin-top: 0.5rem;
}

.ve-auth-meta {
    margin-top: 1rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
}
