/* Impression : seul l'aperçu du rapport est imprimé, en noir sur blanc. */
@page { size: A4; margin: 14mm 12mm; }
@media print {
  html, body { background: #fff !important; color: #000 !important; }
  .topbar, .sidenav, .tabbar, .toasts, .nav-scrim, .skip-link, #landing,
  .modal-backdrop, .no-print { display: none !important; }
  .shell { display: block; }
  .view { padding: 0 !important; }
  .view-in { max-width: none; gap: 0; display: block; }

  /* On masque tout le contenu de la page sauf la carte qui porte le rapport. */
  .view-in > *:not(.report-card) { display: none !important; }
  .report-card { display: block !important; border: none !important; box-shadow: none !important;
    padding: 0 !important; background: #fff !important; border-radius: 0 !important; }
  .report-card > * { display: block !important; }

  .report-preview { box-shadow: none !important; border: none !important; padding: 0 !important;
    background: #fff !important; border-radius: 0 !important; }
  .report-preview .rp-table { overflow: visible !important; }
  .report-preview table { break-inside: auto; min-width: 0 !important; }
  .report-preview tr, .report-preview .rp-kpi { break-inside: avoid; }
  .report-preview thead { display: table-header-group; }
  .report-preview h2 { break-after: avoid; }
  .report-preview .chart-box { overflow: visible !important; }
  a { text-decoration: none; color: #000 !important; }
}
