/**
 * Splash Cursor — fluido WebGL sobre el portal (no captura clics).
 * Librería: smokey-fluid-cursor (MIT) — public/assets/vendor/
 */

#yv-splash-cursor {
    position: fixed !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: 9990 !important;
    opacity: 0.38;
    mix-blend-mode: multiply;
}

@media (prefers-reduced-motion: reduce) {
    #yv-splash-cursor {
        display: none !important;
    }
}

@media (pointer: coarse) {
    #yv-splash-cursor {
        display: none !important;
    }
}

.portal-preview-mode #yv-splash-cursor {
    display: none !important;
}
