/* Print stylesheet — worksheet pages only (loaded with media="print") */
@media print {
  .navbar, .site-footer, .no-print { display: none !important; }
  body { background: #fff !important; color: #000 !important; }
  .container { max-width: 100% !important; padding: 0 !important; }
  .worksheet-header h1 { color: #000 !important; }
  .tracing-box { border-color: #000 !important; break-inside: avoid; }
  .tracing-box .ghost { color: #ccc !important; }
  .match-row, .quiz-question { box-shadow: none !important; border: 1px solid #999 !important; break-inside: avoid; }
  a[href]::after { content: ""; }
}
