/* ══════════════════════════════════════════
   NICU Dashboard Specific Styles
══════════════════════════════════════════ */

.nicu-gradient-primary {
    background: linear-gradient(135deg, #f57c00, #e65100);
}
.nicu-gradient-projects {
    background: linear-gradient(135deg, #1565c0, #0d47a1);
}
.nicu-gradient-entries {
    background: linear-gradient(135deg, #2e7d32, #1b5e20);
}

.nicu-card-header {
    background: linear-gradient(135deg, #f57c00, #e65100);
}

.nicu-table-header {
    background: #fff3e0;
    color: #e65100;
}

.nicu-page-title {
    color: #e65100;
    font-weight: 700;
}

.nicu-month-cell {
    min-width: 70px;
    text-align: center;
}

.nicu-total-cell {
    background: #fff3e0 !important;
    font-weight: 700;
    color: #e65100;
}