@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}.animated-button{background-color:#0e1116eb;border:none;border-radius:20px;position:relative}.animated-button:after,.animated-button:before{content:"";border-radius:inherit;z-index:-1;background:conic-gradient(from var(--angle),#20004f,#5a3bf644,#43345a,#7e78d2,#20004f);opacity:.5;animation:5s linear infinite spin;position:absolute;inset:-2px}.animated-button:before{filter:blur(1.24rem);opacity:.5}.animated-button:hover{opacity:1}@keyframes spin{0%{--angle:0deg}to{--angle:360deg}}
