/* Starfield — Full-page drifting gold particles */

body {
  background: linear-gradient(145deg, #06101f, #0a284b) !important;
  background-attachment: fixed !important;
}

/* Ensure all page content sits above canvas, but preserve fixed nav */
body > *:not(#starfield):not(nav) {
  position: relative;
  z-index: 1;
}

body > nav {
  z-index: 50;
}
