/* ============================================================
   PRINT — tlačový štýl (70-dizajn.md § 7.14)
   Linkuje sa cez <link media="print">. Faktúry majú vlastný PDF
   štýl (frontend/templates/pdf/invoice.php), toto je pre bežné stránky.
   ============================================================ */
@media print{
  *{ background:transparent !important; color:#000 !important; box-shadow:none !important; }
  header, footer, nav.side, .topbar, .side-overlay, .theme-toggle, .hamburger,
  .toast, .modal-backdrop, .actions, .utility{ display:none !important; }
  body{ font-size:12pt; line-height:1.4; }
  a[href]::after{ content:" (" attr(href) ")"; font-size:10pt; color:#555; }
  .wrap{ max-width:100%; padding:0; }
}
