.cursor-dot{background:var(--green);pointer-events:none;z-index:9999;mix-blend-mode:screen;width:8px;height:8px;box-shadow:0 0 10px var(--green);opacity:0;border-radius:50%;transition:width .25s,height .25s,background .25s;position:fixed;transform:translate(-50%,-50%)}.cursor-ring{pointer-events:none;z-index:9998;opacity:0;border:1px solid #00e67666;border-radius:50%;width:32px;height:32px;transition:all .14s;position:fixed;transform:translate(-50%,-50%)}.cursor-dot.visible,.cursor-ring.visible{opacity:1}.cursor-dot.big{width:18px;height:18px}.cursor-ring.big{border-color:var(--green);width:52px;height:52px}
