/* ===== Background ===== */
.web-bg-gradient {
    position: fixed;
    inset: 0;
    background: linear-gradient(
        135deg,
        #060310 0%,
        #0d0620 25%,
        #130930 50%,
        #1a0e3e 75%,
        #1f1247 100%
    );
    z-index: -2;
}

.web-glow-accent {
    position: fixed;
    top: 20%;
    left: 30%;
    width: min(400px, 80vw);
    height: min(400px, 80vw);
    background: radial-gradient(
        circle,
        rgba(0, 212, 255, 0.08) 0%,
        transparent 70%
    );
    z-index: -1;
    pointer-events: none;
}

#particles {
    position: fixed;
    inset: 0;
    z-index: -1;
}
