/* ── Print Styles ────────────────────────────────────────── */
@media print {
  body * { visibility: hidden; }
  #struk-content, #struk-content * { visibility: visible; }
  #struk-content {
    position: fixed;
    top: 0; left: 0;
    width: 58mm;
    font-family: 'Courier New', monospace;
    font-size: 11px;
    color: #000;
    background: #fff;
    padding: 4mm;
  }

  .app-nav, .kasir-cart-section, .modal-overlay,
  .btn, .toast, .print-hide { display: none !important; }

  .print-show { display: block !important; }

  /* Laporan print */
  #laporanPage { padding: 0; margin: 0; }
  #laporanPage .page-header, #laporanPage .filter-form { display: none; }
  .data-table { font-size: 10px; }
  .data-table th, .data-table td { padding: 4px 6px; }
  .mobile-lap-list { display: none !important; }
  .table-responsive { display: block !important; overflow: visible; }

  @page { margin: 8mm; size: A4 portrait; }
}
