#chipRainCanvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
}

.chip-rain {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  #chipRainCanvas {
    display: none;
  }
}
