/**
 * Filament 5 deja las stats con fondo blanco aunque Stat::color() esté definido
 * (el color solo afecta al área del gráfico si existe).
 * Estos estilos replican las tarjetas sólidas del legacy (bootstrap-extended.css).
 */
.fi-wi-stats-overview-stat.biocober-stat {
    --biocober-stat-fg: #ffffff;
    --biocober-stat-icon: rgb(255 255 255 / 0.92);
    background-color: var(--biocober-stat-bg) !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.08) !important;
    --tw-ring-color: transparent !important;
}

.fi-wi-stats-overview-stat.biocober-stat .fi-wi-stats-overview-stat-label,
.fi-wi-stats-overview-stat.biocober-stat .fi-wi-stats-overview-stat-value {
    color: var(--biocober-stat-fg) !important;
}

.fi-wi-stats-overview-stat.biocober-stat .fi-icon {
    color: var(--biocober-stat-icon) !important;
}

/* Tonos legacy (bootstrap-extended.css) */
.fi-wi-stats-overview-stat.biocober-stat--primary {
    --biocober-stat-bg: #3461ff;
}

.fi-wi-stats-overview-stat.biocober-stat--success {
    --biocober-stat-bg: #12bf24;
}

.fi-wi-stats-overview-stat.biocober-stat--danger {
    --biocober-stat-bg: #e72e2e;
}

.fi-wi-stats-overview-stat.biocober-stat--warning {
    --biocober-stat-bg: #ff6632;
}

.fi-wi-stats-overview-stat.biocober-stat--info {
    --biocober-stat-bg: #32bfff;
}

.fi-wi-stats-overview-stat.biocober-stat--purple {
    --biocober-stat-bg: #8932ff;
}

.fi-wi-stats-overview-stat.biocober-stat--dark {
    --biocober-stat-bg: #212529;
}
