/* ==========================================================================
   STUDIO ELVEN GUERIN — BLACK HOLE SINGULARITY & LIQUID WAVE ENGINE
   - ENTRÉE PROJET : Dilatation gravitationnelle du Trou Noir / Disque d'accrétion
   - SORTIE PROJET : Nappe liquide organique ondulante
   ========================================================================== */

.liquid-sheet-veil {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
  pointer-events: none;
  overflow: hidden;
  background: transparent;
}

.liquid-sheet-veil.is-active {
  pointer-events: all;
}

.liquid-sheet-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
