@media print {
  .site-header, .site-footer, .hero-actions, .ad-slot, .breadcrumbs,
  .nav-toggle, .theme-toggle, .form-panel, .no-print { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .container { max-width: none; padding: 0; }
  .card, .tool-card { box-shadow: none; border: 1px solid #ccc; }
  a { color: #000; text-decoration: none; }
  .calendar, .stat { break-inside: avoid; }
  @page { size: auto; margin: 12mm; }
}
