.cursor{width:20px;height:20px;background:radial-gradient(circle,rgb(71,5,122) 20%,rgba(255,69,0,0) 70%);mix-blend-mode:screen;box-shadow:0 0 15px rgba(143,0,255,1),0 0 30px rgb(112,22,181),0 0 45px rgba(143,0,255,1);transition:transform .05s ease-out;animation:flicker .1s infinite alternate}.cursor,.trail{position:fixed;border-radius:50%;pointer-events:none}.trail{width:10px;height:10px;background:rgb(129,15,216);box-shadow:0 0 10px rgba(143,0,255,1),0 0 20px rgb(163,91,219);animation:fadeOut .3s ease-out forwards,flicker .2s infinite alternate}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(3)}}@keyframes flicker{0%{box-shadow:0 0 15px #3300ffe6,0 0 30px rgba(143,0,255,1),0 0 45px rgba(143,0,255,1)}to{box-shadow:0 0 10px rgba(143,0,255,1),0 0 25px rgba(143,0,255,1),0 0 35px rgba(143,0,255,1)}}body{background-color:black;color:white}