.huin-cursor{--cursor-size:15px;--cursor-ink:0 0% 100%;--cursor-label:240 10% 4%;pointer-events:none;z-index:9999;opacity:0;mix-blend-mode:difference;transition:opacity .5s,color .4s;position:fixed;top:0;left:0}.huin-cursor .cursor-ball,.huin-cursor .huin-cursor-text{--scale:1;--press:1;transform:translate(-50%, -50%) scale(calc(var(--scale) * var(--press)));position:relative}.huin-cursor .cursor-ball{width:var(--cursor-size);height:var(--cursor-size);background-color:hsl(var(--cursor-ink));z-index:1;border-radius:50%;transition:transform .3s,background-color .3s}.huin-cursor .huin-cursor-text{text-align:center;white-space:nowrap;color:hsl(var(--cursor-label));opacity:0;z-index:2;font-size:1rem;transition:transform .3s,background-color .3s;position:absolute}.huin-cursor.-visible{opacity:1}.huin-cursor.-pointer .cursor-ball{--scale:1.6}.huin-cursor.-link .cursor-ball{--scale:3;background-color:#1a25ff}.huin-cursor.-big .cursor-ball{--scale:10}.huin-cursor.-text .cursor-ball{--scale:7}.huin-cursor.-active .cursor-ball,.huin-cursor.-active .huin-cursor-text{--press:.7}.huin-cursor.-text .huin-cursor-text{opacity:1}[data-cursor=-link],[data-cursor-text]{cursor:pointer}
