@media print {
    body * { visibility: hidden; }
    #reportModalOverlay, #reportModalOverlay * { visibility: visible; }
    #reportModalOverlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; color: #000; }
    .modal-box { box-shadow: none; border: none; width: 100%; max-width: 100%; transform: none; background: #fff; }
    .close-modal-btn, .print-btn, .report-controls { display: none; }
    .report-table th { background: #eee; color: #000; }
    .report-table td { color: #000; border-bottom: 1px solid #ddd; }
    .report-kpi { border: 1px solid #ddd; background: #f9f9f9; }
    .report-kpi-val { color: #000; }
    h3 { color: #000 !important; }
}
