
@media print {
  @page { margin: 14mm; }
  body { font-family: -apple-system, system-ui; color: #000; }
  h1,h2,h3 { page-break-after: avoid; }
  .section { break-inside: avoid; margin-bottom: 12px; }
  .muted { color: #333 !important; }
}
