@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.animate-accordion-down{animation:.2s ease-out accordion-down}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.animate-accordion-up{animation:.2s ease-out accordion-up}@keyframes aura-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.3;transform:scale(1.15)}}.animate-aura-pulse{animation:2s ease-in-out infinite aura-pulse}@keyframes aura-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-aura-rotate{animation:8s linear infinite aura-rotate}@keyframes sparkle{0%,to{opacity:0;transform:scale(0)rotate(0)}50%{opacity:1;transform:scale(1)rotate(180deg)}}.animate-sparkle{animation:2s ease-in-out infinite sparkle}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:3s ease-in-out infinite float}@keyframes ring-expand{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}.animate-ring-expand{animation:1.5s ease-out infinite ring-expand}
