/* Print styles: hide navigation & actions, fit A4 */
@media print {
  @page { size: A4; margin: 12mm; }
  body { background: #fff !important; color: #000; font-size: 11px; }
  .no-print, nav, aside, header.app-header, .toast, button, .btn, .btn-primary, .btn-secondary, .btn-ghost, .btn-danger { display: none !important; }
  .print-only { display: block !important; }
  main { padding: 0 !important; margin: 0 !important; max-width: none !important; }
  .card { box-shadow: none !important; border: 1px solid #ddd !important; break-inside: avoid; }
  .table-wrap { overflow: visible !important; margin: 0 !important; }
  table { width: 100% !important; border-collapse: collapse !important; }
  th, td { border: 1px solid #ccc !important; padding: 4px 6px !important; font-size: 10.5px !important; }
  thead { display: table-header-group; }
  tfoot { display: table-footer-group; }
  tr { break-inside: avoid; }
  a { color: inherit !important; text-decoration: none !important; }
  .page-break { break-before: page; }
  .receipt-thermal { width: 72mm !important; }
}
.print-only { display: none; }
