/* PadiScan — print styles for PDF report */
@media print {
  @page { size: A4; margin: 12mm; }
  body { background: #fff !important; }
  body::before { display: none !important; }
  #nav-root, #footer-root, .rep-bar, .splash, .nav, .footer, .theme-toggle { display: none !important; }
  .rep-wrap { padding: 0 !important; }
  .wrap { padding: 0 !important; max-width: none !important; }
  .paper {
    width: 100% !important; max-width: none !important; margin: 0 !important;
    box-shadow: none !important; border-radius: 0 !important;
  }
  .rep-head, .rep-img, .rep-sev, .rep-section h4 .num, .rep-summary, .rd-stat {
    -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important;
  }
  .rep-section { break-inside: avoid; }
  .rep-hero { break-inside: avoid; }
}
