body {
    background-color: #050505 !important;
    background-image:
        linear-gradient(rgba(0, 243, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 243, 255, 0.03) 1px, transparent 1px) !important;
    background-size: 30px 30px !important;
    position: relative;
}

#interactive-bg-canvas {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
    mix-blend-mode: screen;
}

@media (max-width: 767px), (pointer: coarse) {
    #interactive-bg-canvas {
        opacity: 0.36;
    }
}

@media (prefers-reduced-motion: reduce) {
    #interactive-bg-canvas {
        display: none;
    }
}
