/* UX-05 — Overrides de accesibilidad para cumplir WCAG 2.1 AA */

/* Login */
.text-accent-500 {
    color: #36538A !important;
}
.text-accent-400 {
    color: #4C6EAF !important;
}
.text-accent-300 {
    color: #71717A !important;
}
::placeholder,
.placeholder-accent-300::placeholder {
    color: #71717A !important;
}

/* Sidebar / filtros */
.sidebar-hint {
    color: #3F3F46 !important;
}
.nav-label {
    color: #3F3F46 !important;
}
.legend-title {
    color: #3F3F46 !important;
}
.legend-text {
    color: #3F3F46 !important;
}
.view-tab {
    color: #27272A !important;
}
.view-tab.active {
    color: #FFFFFF !important;
}

/* Perfil / drawer */
.profile-info-label {
    color: #3F3F46 !important;
}
.session-info {
    color: #52525B !important;
}
.user-mode-desc {
    color: #3F3F46 !important;
}
#profileRoleLabel {
    color: var(--accent-200) !important;
}
.empty-state > p {
    color: #3F3F46 !important;
}
