/* Dark mode overrides for sicFisico.php */
body.dark-mode .card {
    background-color: #283347 !important;
    color: #e2e8f0 !important;
}
body.dark-mode .card-header.bg-primary {
    background-color: #1e40af !important;
}
body.dark-mode .bg-light {
    background-color: #1e293b !important;
}
body.dark-mode .text-muted {
    color: #cbd5e1 !important;
}
body.dark-mode .text-dark {
    color: #f1f5f9 !important;
}
body.dark-mode .text-primary {
    color: #60a5fa !important;
}
body.dark-mode .btn-warning {
    background-color: #d97706 !important;
    border-color: #d97706 !important;
    color: #fff !important;
}