/* ✦ Nova Harmonica Starfield ✦ */
#nova-harmonica {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: 0;               /* Keep this behind all other site elements */
  pointer-events: none;     /* Allow all site buttons to be clickable */
}

/* ✦ Main site layer above the stars ✦ */
body, html {
  position: relative;
  z-index: 100;
  background-color: transparent !important;
  overflow-x: hidden;
}
