html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
  position: static !important;
}

/* Канвас на всём окне, за контентом */
#bg-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  display: block;
  pointer-events: none;
  z-index: -1;

  /* Фолбэк-цвет фона (если JS не загрузился) */
  background: #0b0b12;
}