.galaxy-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none; /* allow content interaction */
}

/* Ensure main content stacks above */
body > *:not(.galaxy-bg) { position: relative; z-index: 1; }

