.auth-section {
    padding-block: var(--space-6);
    display: flex;
    justify-content: center;
}

.auth-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.auth-card {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.auth-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: var(--br-radius-md);
    background: var(--br-primary-very-light);
    color: var(--br-primary);
    margin: 0 auto var(--space-3);
}

.auth-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.2rem;
}

.auth-subtitle {
    color: var(--br-muted);
    text-align: center;
    margin-bottom: var(--space-3);
    font-size: 0.92rem;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    color: var(--br-muted);
    font-size: 0.82rem;
    margin-top: var(--space-3);
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(23, 32, 51, 0.1);
}

.auth-switch {
    text-align: center;
    font-size: 0.9rem;
    margin-top: var(--space-3);
    color: var(--br-muted);
}

.auth-switch a {
    font-weight: 700;
}
