/* starfield.css : styles spécifiques à l'animation starfield (fond spatial) */

#starfield {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    background: #0f172a;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
}
