#star-sky-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: -1;
}

#star-sky-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(1200px 800px at 70% 20%, rgba(80, 90, 200, 0.25), transparent 60%),
    radial-gradient(800px 600px at 20% 80%, rgba(140, 60, 200, 0.18), transparent 60%),
    linear-gradient(180deg, #0a0a17 0%, #0c0c22 100%);
}
