/* Matches index.html: particle canvas sits behind page content (z-index 0). */
#bgCanvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

body.low-performance #bgCanvas {
  display: none;
}
