.chx-ambient-canvas {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .72;
}

@media (prefers-reduced-motion: reduce) {
  .chx-ambient-canvas { opacity: .48; }
}
