/* Canvas overlays for the medical light effects. They are intentionally
   borderless and do not receive pointer input. */
.cursor-aura-canvas,
.entry-light-wave {
  position: fixed;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100dvh;
  border: 0;
  background: transparent;
  pointer-events: none;
}

.cursor-aura-canvas {
  z-index: 5;
}

.entry-light-wave {
  z-index: 90;
}
