/* ==========================================================================
   Cetak laporan (Simpan sebagai PDF dari dialog cetak browser)
   ========================================================================== */
@media print {
  @page { size: A4; margin: 16mm 14mm; }
  body { background: #fff; color: #000; font-size: 11.5px; }
  .sidebar, .topbar, .page-header__actions, .filters, .tabs, .toasts, .no-print { display: none !important; }
  .app { display: block; }
  .content { padding: 0; max-width: none; }
  .card { border: none; box-shadow: none; }
  .card__header { border-bottom: 1px solid #000; padding: 6px 0; }
  .table th { background: #eee !important; color: #000; position: static; }
  .table th, .table td { padding: 4px 6px; border-bottom: 1px solid #bbb; }
  .signatures {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
    text-align: center;
    page-break-inside: avoid;
  }
  .signatures div { padding-top: 64px; border-bottom: 1px solid #000; }
  .signatures small { display: block; margin-top: 4px; }
}
