@keyframes sparkle-rotate{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.2)}to{transform:rotate(1turn) scale(1)}}@keyframes sparkle-rotate-reverse{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(-180deg) scale(1.1)}to{transform:rotate(-1turn) scale(1)}}@keyframes sparkle-rotate-fast{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.15)}to{transform:rotate(1turn) scale(1)}}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes rotate-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse-glow{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.6}}.sparkle-animation-1{animation:sparkle-rotate 4s linear infinite;will-change:transform}.sparkle-animation-2{animation:sparkle-rotate-reverse 3s linear infinite;will-change:transform}.sparkle-animation-fast{animation:sparkle-rotate-fast 2s linear infinite;will-change:transform}.gradient-animation{animation:gradient-shift 3s linear infinite;background-size:200% 200%;will-change:background-position}.rotate-slow{animation:rotate-slow 4s linear infinite;will-change:transform}.pulse-glow{animation:pulse-glow 2s ease-in-out infinite;will-change:transform,opacity}