/* css/bg-mesh.css */

#bg-mesh-container {
    background: radial-gradient(circle at center, #ffffff 0%, #e5e7eb 40%, #d1d5db 100%);
    width: 100%;
    height: 100%;
}

#bg-mesh-container canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1; /* Il canvas sta sotto l'overlay */
    pointer-events: auto; /* Accetta eventi del mouse */
}
