.cursor-circle{position:fixed;width:30px;height:30px;border:2px solid #ff751f;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);z-index:999999;transition:width 0.2s ease,height 0.2s ease,background 0.2s ease}.cursor-circle.hover{width:60px;height:60px;background:rgba(253,89,0,0.2)}