/* Christmas snow + twinkling stars overlay */

#snow-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  pointer-events: none;
  /* subtle halo for visibility on light backgrounds */
  filter: drop-shadow(0 0 6px rgba(0, 80, 255, 0.25));
}

@media (prefers-reduced-motion: reduce) {
  #snow-canvas {
    filter: none;
  }
}
