@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

  body {
    background: hsl(228 20% 10%) !important;
    color: hsl(0 0% 95%) !important;
  }

  .gradient-text,
  .gradient-text-animated {
    -webkit-text-fill-color: hsl(357 97% 68%) !important;
    color: hsl(357 97% 68%) !important;
  }

  .glass-card,
  .glass-pill {
    background: hsl(228 18% 14%) !important;
    border: 1px solid hsl(228 14% 20%) !important;
  }

  .glow-primary,
  .glow-subtle {
    box-shadow: none !important;
  }

  [class*="backdrop-blur"] {
    backdrop-filter: none !important;
  }

  canvas {
    display: none !important;
  }

  .pointer-events-none[class*="blur"] {
    display: none !important;
  }

  section {
    break-inside: avoid;
  }

  [style*="opacity: 0"] {
    opacity: 1 !important;
    transform: none !important;
  }
}
