/* bubbles.css
   Bubbles / cells canvas.
   Loaded by index.html (order matters). */

/* ============================================================
   BUBBLES (underwater pod) — settings in BUBBLES_FX config
   ============================================================ */
.lc-bubbles {
  position: absolute; inset: 0; width: 100%; height: 100%;
  z-index: 1; pointer-events: none;          /* above background, behind title (2) and clock (3) */
}
