@property --angle{syntax:"<angle>";inherits:false;initial-value:185deg}.animate-glow{border-radius:inherit;position:absolute;top:0;left:0;width:100%;height:100%}.animate-glow .border{box-sizing:content-box;filter:blur(1px);z-index:1}.animate-glow .background,.animate-glow .border{border-radius:inherit;position:absolute;top:50%;left:50%;translate:-50% -50%;width:100%;height:100%;background:conic-gradient(from var(--angle),#bc82f3,#f5b9ea,#8d99ff,#aa6eee,#ff6778,#ffba71,#c686ff);animation:customSpin 4s ease-in-out infinite}.animate-glow .background{filter:blur(60px) opacity(.4);z-index:2}@keyframes customSpin{0%{--angle:185deg}to{--angle:-175deg}}