@media print {
  .site-header, .scan-form, .form-hint, .theme-toggle,
  .score-actions, .site-footer, .hero, .about-section {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  .category-card {
    border: 1px solid #ccc;
    break-inside: avoid;
  }

  .category-chevron {
    display: none;
  }

  .score-panel,
  .category-card,
  .disclaimer {
    box-shadow: none;
    background: #fff;
    color: #000;
  }

  .print-header {
    display: block !important;
    margin-bottom: var(--space-4);
  }
}

.print-header {
  display: none;
}
