@page { margin: 14mm; }
.vz2-print-cover { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.vz2-print-toc { break-after: page; }
.vz2-print-watermark { position: fixed; right: 10mm; bottom: 8mm; opacity: .16; font-weight: 800; }
.vz2-avoid-break { break-inside: avoid; }
@media print {
  html, body { background: #fff !important; color: #111827 !important; }
  .vz2-no-print, .vz2-sidebar, .vz2-topbar, .vz2-bottom-nav { display: none !important; }
  .vz2-layout { display: block !important; }
  .vz2-wrap { width: 100% !important; }
  .vz2-surface, .vz2-card { box-shadow: none !important; background: #fff !important; color: #111827 !important; border-color: #d1d5db !important; }
  .vz2-muted { color: #475569 !important; }
  table { page-break-inside: auto; }
  tr { page-break-inside: avoid; page-break-after: auto; }
  thead { display: table-header-group; }
}
