
    /* Snow canvas overlay */
    #snow-canvas {
      position: fixed;
      inset: 0;
      width: 100vw;
      height: 100vh;
      pointer-events: none; /* don't block page interactions */
      z-index: 10;          /* put below the controls (controls have higher z) */
    }
