@media print {
    body { background: white !important; color: black !important; font-size: 12pt; }
    .bg-slate-950, .bg-slate-900, .bg-slate-800, .bg-slate-800\/50 { background: white !important; color: black !important; border-color: #eee !important; }
    .text-white, .text-slate-200, .text-slate-300, .text-slate-400, .text-slate-500 { color: black !important; }
    .no-print { display: none !important; }
    .glass { backdrop-filter: none !important; background: white !important; border: none !important; }
    .print-color { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
    canvas { max-width: 100% !important; height: auto !important; }
    .rounded-xl, .rounded-2xl, .rounded-3xl { border: 1px solid #eee !important; border-radius: 8px !important; }
    table { width: 100% !important; border-collapse: collapse !important; }
    th, td { border: 1px solid #eee !important; padding: 8px !important; }
    .text-indigo-400, .text-indigo-500, .text-emerald-400, .text-emerald-500, .text-red-400 { 
        color: #4F46E5 !important; 
        -webkit-print-color-adjust: exact !important; 
        print-color-adjust: exact !important; 
    }
}
