











@page {
  size: A4;             
  margin: 14mm 12mm;    
}

@media print {
  :root {
    --fz-h0:         36pt;  
    --fz-display:    27pt;  
    --fz-page-title: 18pt;  
    --fz-heading-3:  12pt;  
    --fz-body-1:     10.5pt;  
    --fz-serif-8:    6.75pt;  
    --fz-mono-6:     5.25pt;  
    --fz-mono-cli:   10.5pt;  
  }

  html, body { background: var(--paper); }
  body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }

  
  .container-tile, .svg-plate { break-inside: avoid; }
  .slide { min-height: auto; page-break-after: always; }

  
  .status-bar { display: none; }
  .cursor { animation: none; }
}
