/* Print fallback: if the jsPDF download is blocked, the on-screen report still prints
   cleanly. Hides the app chrome and interactive controls, keeps the report content. */

@media print {
  .topbar, .progressbar, .save-exit, .screen-nav, .review-links,
  .tune-detail, #import-file, .report-card .btn, .screen-actions .btn {
    display: none !important;
  }
  body { background: #fff; color: #000; }
  .screen-wrap { padding: 0; }
  .report-card {
    border: 1px solid #999; break-inside: avoid; page-break-inside: avoid;
    box-shadow: none; margin-bottom: 12pt;
  }
  .report-card-title { color: #000; }
  .paragraph-card { border: 1px solid #999; }
  a[href]::after { content: ''; }
  h1, h2, h3 { color: #000; }
}
