/* Ambient bubbles: a fixed canvas behind everything, in front of the page ground. */
.bubbles { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.bubbles canvas { display: block; width: 100%; height: 100%; }
