/* سَنَد — Print styles (تقارير قابلة للطباعة مباشرة) */
@media print {
  @page { size: A4; margin: 14mm; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .s-topbar, .s-sidebar, .s-fab, .s-mobile-nav, .s-footer, .s-present-bar,
  .s-filterbar, .s-pagination, .s-toast-host, .s-no-print, .s-tabs,
  .s-device-overlay, .s-scrim { display: none !important; }
  .s-app { display: block; }
  .s-content, .s-page { padding: 0 !important; }
  .s-card, .s-stat, .s-table-wrap { box-shadow: none !important; border: 1px solid #ccc !important; break-inside: avoid; }
  .s-table thead th { background: #f1f1f1 !important; color: #000 !important; }
  a { color: #000; text-decoration: none; }
  .s-print-only { display: block !important; }
  .s-print-head { display: flex !important; align-items: center; justify-content: space-between;
    border-bottom: 2px solid #0E6136; padding-bottom: 8px; margin-bottom: 16px; }
  canvas { max-height: 260px !important; }
}
.s-print-only, .s-print-head { display: none; }
