/* Molecular Network Background */

#molecular-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 0;
  pointer-events: none;
}

#molecular-background canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body > *:not(#molecular-background):not(script) {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  #molecular-background canvas {
    animation-play-state: paused;
  }
}
