.cvx-water-trail {
  position: fixed;
  z-index: 2147482000;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  contain: strict;
}

@media print, (prefers-reduced-motion: reduce), (hover: none), (pointer: coarse), (forced-colors: active) {
  .cvx-water-trail { display: none !important; }
}
