/* ══ PixelBackground canvas ═══════════════════════════════════ */

.pixel-bg-canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  z-index: 0;
  opacity: 0.75;
}
