body {
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 229, 255, 0.12), transparent 30%),
    radial-gradient(circle at 86% 76%, rgba(143, 245, 193, 0.09), transparent 34%),
    #07080f;
}

#neural-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.42;
}
