
#neuron-bg {
  position: fixed;
  inset: 0;
  z-index: 0;            /* 改成 0（不要负数） */
  pointer-events: none;
  display: block;
}
