.waitlist-button{text-align:center;border-radius:10px;margin:0 auto;padding:2em;transition:width .1s ease-in-out;position:relative}@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}.waitlist-button.glow:after,.waitlist-button.glow:before{content:"";background-image:conic-gradient(from var(--angle), #ff2525, #0f9, #006aff, #ff0095, #ff2525);z-index:-1;border-radius:13px;width:calc(100% + 6px);height:calc(100% + 6px);animation:3s linear infinite spin;position:absolute;top:50%;left:50%;translate:-50% -50%}.waitlist-button.glow:before{filter:blur(1.5rem);opacity:.5}@keyframes spin{0%{--angle:0deg}to{--angle:360deg}}
