@media print {
  body {
    background: #ffffff !important;
    color: #111111 !important;
  }

  .site-header,
  .site-footer,
  .tool-actions,
  .capture-form,
  .fallback-card,
  .storage-consent-card,
  .advanced-panel,
  .hero-note,
  .button,
  .nav {
    display: none !important;
  }

  .shell {
    width: 100% !important;
    margin: 0 !important;
  }

  .hero-card,
  .panel,
  .card,
  .tool-card,
  .summary-card,
  .report-panel,
  .legal-card,
  .assumption-box {
    box-shadow: none !important;
    border: 1px solid #d8d8d8 !important;
    background: #ffffff !important;
  }

  body.print-mode .report-root {
    display: none;
  }

  body.print-mode .report-root.is-print-target,
  body.print-mode .is-print-target {
    display: grid !important;
  }

  .report-root {
    gap: 0.8rem !important;
  }

  .report-table th,
  .report-table td {
    padding: 0.45rem 0.5rem !important;
  }

  a {
    color: #111111 !important;
    text-decoration: none !important;
  }
}
