.side-rays {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.side-rays--static::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 72% 58% at 74% 16%,
      rgb(255 129 20 / 0.32) 0%,
      transparent 68%
    ),
    radial-gradient(
      ellipse 42% 34% at 90% 6%,
      rgb(255 168 72 / 0.16) 0%,
      transparent 72%
    );
}

.side-rays canvas {
  display: block;
  width: 100%;
  height: 100%;
}
