.cursor{position:fixed;top:0;left:0;width:10px;height:10px;background-color:var(--primary);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);z-index:9999;opacity:0;transition:opacity .3s cubic-bezier(.25,1,.5,1),width .3s cubic-bezier(.25,1,.5,1),height .3s cubic-bezier(.25,1,.5,1);mix-blend-mode:difference}.cursor.visible{opacity:1}.cursor.active{width:20px;height:20px;opacity:.5}.cursor-follower{position:fixed;top:0;left:0;width:40px;height:40px;border:1px solid var(--primary);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);z-index:9998;opacity:0;transition:opacity .3s cubic-bezier(.25,1,.5,1),width .3s cubic-bezier(.25,1,.5,1),height .3s cubic-bezier(.25,1,.5,1),background-color .3s cubic-bezier(.25,1,.5,1),border-color .3s cubic-bezier(.25,1,.5,1);mix-blend-mode:difference}.cursor-follower.visible{opacity:1}.cursor-follower.active{width:60px;height:60px;background-color:rgba(139,92,246,.1);border-color:rgba(139,92,246,.2)}