.custom-cursor{position:fixed;top:0;left:0;width:10px;height:10px;border-radius:50%;background:#8cc63f;pointer-events:none;transform:translate(-50%,-50%);z-index:9999;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;overflow:hidden}.custom-cursor span{opacity:0;pointer-events:none;white-space:nowrap}@media (max-width:768px){.custom-cursor{display:none}}