body:not([data-nocursor]) *,body:not([data-nocursor]) :before,body:not([data-nocursor]) :after{cursor:none!important}body:not([data-nocursor]):before,body:not([data-nocursor]):after{content:"";position:fixed;translate:-50% -50%;aspect-ratio:1/1;border-radius:50%;z-index:999;pointer-events:none;opacity:var(--cursor-opacity)}body:not([data-nocursor]):before{top:var(--cursor-y);left:var(--cursor-x);width:20px;background-color:var(--secondary);z-index:999;scale:var(--cursor-scale);box-shadow:0 0 15px -2.5px var(--foreground)}body:not([data-nocursor]):not([data-mobile]):before{mix-blend-mode:difference}body:not([data-nocursor]):after{top:var(--cursor-cy);left:var(--cursor-cx);width:8px;background-color:var(--foreground);scale:calc(1 / var(--cursor-scale))}
