/* ══════════════════════════════════════════
   MMU Dashboard Specific Styles
══════════════════════════════════════════ */

.mmu-gradient-primary {
    background: linear-gradient(135deg, #00838f, #006064);
}
.mmu-gradient-camps {
    background: linear-gradient(135deg, #1565c0, #0d47a1);
}
.mmu-gradient-male {
    background: linear-gradient(135deg, #1a73e8, #0d47a1);
}
.mmu-gradient-female {
    background: linear-gradient(135deg, #ad1457, #880e4f);
}
.mmu-gradient-lab {
    background: linear-gradient(135deg, #f57c00, #e65100);
}

.mmu-card-header {
    background: linear-gradient(135deg, #00838f, #006064);
}

.mmu-table-header {
    background: #e0f7fa;
    color: #006064;
}

.mmu-page-title {
    color: #006064;
    font-weight: 700;
}

.mmu-age-card {
    border-left: 4px solid #00838f !important;
    border-radius: 12px !important;
}

.mmu-lab-card {
    border-left: 4px solid #f57c00 !important;
    border-radius: 12px !important;
}

.mmu-age-male {
    color: #1565c0;
}
.mmu-age-female {
    color: #ad1457;
}

.mmu-section-title {
    font-weight: 700;
    color: #006064;
    font-size: 1.1rem;
    border-bottom: 2px solid #00838f;
    padding-bottom: 8px;
    margin-bottom: 16px;
}