/* ===== Register-Specific Overrides ===== */
.auth-card {
    max-width: 440px;
}

.auth-card::before {
    background: linear-gradient(135deg, #059669, #34d399);
}

.auth-icon {
    background: var(--color-success-dim);
}

.form-group input:focus {
    border-color: var(--color-success);
    box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.15);
}

.form-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px 0;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.form-divider::before,
.form-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border-subtle);
}

.auth-submit {
    background: linear-gradient(135deg, #059669, #34d399);
}

.auth-submit:hover {
    box-shadow: 0 4px 24px rgba(52, 211, 153, 0.3);
}
