/* PixelBlast background container */
#pixelblast-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

/* Ensure page content sits above the background */
body > *:not(#pixelblast-bg) {
    position: relative;
    z-index: 1;
}
