/* Custom CSS */

/* Shared starfield canvas (injected by custom.js via static/starfield.js,
   dark theme only). The component styles/positions its own <canvas>
   (fixed, full-viewport, pointer-events:none); we only need it behind
   page content. */
#star-field {
    z-index: 0 !important;
}

/* Keep page content above the star layer */
.container {
    position: relative;
    z-index: 1;
}
