/* ============================================
   WAVE DOTS — two canvases, one per screen.
   Each sits above its local blobs but below
   the local content.
   ============================================ */

.waves-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.waves-canvas-home {
  z-index: 2;
}

.waves-canvas-scanning {
  z-index: 0;
}
