/* print.css — Print styles */
@media print {
  header, footer, .ad-slot, .dark-toggle,
  .advanced-toggle, .table-actions, .comparison-section,
  button { display: none !important; }
  body { background: white; color: black; }
  .card, .content-section { box-shadow: none; border: 1px solid #ccc; break-inside: avoid; }
  .grid { grid-template-columns: 1fr; }
  .result-main { background: #eee; color: black; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .table-wrap { max-height: none !important; overflow: visible !important; }
  table { font-size: 11px; }
}