/* alsariie fire ember particles — shared across landing & front layout */

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-color: #050508;
    background-image:
        radial-gradient(ellipse 80% 50% at 50% 100%, rgba(238, 24, 35, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 60% 40% at 20% 90%, rgba(238, 103, 24, 0.14) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 85%, rgba(239, 193, 11, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #050508 0%, #0a0a12 40%, #0d0806 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#particles-js canvas {
    display: block;
    pointer-events: auto;
}

/* keep page content above particles */
body.landing-page,
body.dark-mode.position-relative {
    background: transparent !important;
}

body.landing-page .navbar-main,
body.landing-page .wrapper,
body.dark-mode .js-Pjax,
body.dark-mode .navbar-main {
    position: relative;
    z-index: 1;
}

.count-particles {
    display: none !important;
}
