@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12pt;
    line-height: 1.5;
    margin: 1cm;
  }

  a, a:visited { text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; }
  a[href^="#"]::after, a[href^="javascript:"]::after { content: ""; }

  img { max-width: 100% !important; }

  h1, h2, h3 { page-break-after: avoid; }
  p, li { orphans: 3; widows: 3; }

  nav, footer, .cookie-banner, .lx-navbar, .lx-nav,
  .sidebar, .chat-widget, video, canvas,
  [data-bg], .particles, .gx-hud,
  button:not(.print-visible), .btn:not(.print-visible) {
    display: none !important;
  }

  .glass-card, .lx-card, .card, [class*="glass"] {
    border: 1px solid #ccc !important;
    padding: 12pt !important;
    page-break-inside: avoid;
  }

  table { border-collapse: collapse; width: 100%; }
  th, td { border: 1px solid #999; padding: 4pt 8pt; text-align: left; }

  @page { margin: 2cm; }
}
