/* ==========================================
   MDC ASSESSORIA — CSS para impressão / PDF
   ========================================== */

@media print {
  body { background: #fff !important; color: #111 !important; }
  .sidebar { display: none !important; }
  .main-content { margin-left: 0 !important; }
  .page { display: none !important; padding: 0 !important; }
  .page.print-target { display: block !important; }
  .card { background: #fff !important; border: 1px solid #ddd !important; break-inside: avoid; }
  .card-header { background: #f5f5f5 !important; color: #333 !important; }
  .kpi-card { background: #f9f9f9 !important; border: 1px solid #ddd !important; }
  .table-exec th { background: #f5f5f5 !important; color: #555 !important; }
}
