.to-top-button{position:fixed;bottom:30px;right:30px;z-index:1000;display:none;padding:10px 15px;font-size:24px;line-height:1;text-align:center;border-radius:5px;cursor:pointer;text-decoration:none;color:#f0f;box-shadow:0 0 5px #ff00ff,0 0 15px #ff00ff,0 0 30px #ff00ff,0 0 60px #f0f}.to-top-button:hover{background:#f0f;color:#050801;box-shadow:0 0 5px #ff00ff,0 0 25px #ff00ff,0 0 50px #ff00ff,0 0 200px #f0f;-webkit-box-reflect:below 1px linear-gradient(transparent,#0005)}.to-top-button span:nth-child(1){background:linear-gradient(90deg,transparent,var(--neon-color,#ff00ff));animation:animate1 0s linear infinite}.to-top-button span:nth-child(2){background:linear-gradient(180deg,transparent,var(--neon-color,#ff00ff));animation:animate2 0s linear infinite;animation-delay:0.0s}.to-top-button span:nth-child(3){background:linear-gradient(270deg,transparent,var(--neon-color,#ff00ff));animation:animate3 0s linear infinite;animation-delay:0.0s}.to-top-button span:nth-child(4){background:linear-gradient(360deg,transparent,var(--neon-color,#ff00ff));animation:animate4 0s linear infinite;animation-delay:0.0s}:root{--neon-color:#ff00ff}.to-top-button.show{display:block}