@keyframes karen-sparkle-animate{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(var(--karen-pulse-scale-max))}to{transform:rotate(360deg)scale(1)}}@keyframes karen-sparkle-reduced{0%,to{opacity:.9}50%{opacity:.6}}.karen-sparkle{animation:karen-sparkle-animate var(--ai-animation-pulse)var(--karen-animation-easing)infinite;will-change:transform}@media (prefers-reduced-motion:reduce){.karen-sparkle{animation:karen-sparkle-reduced var(--ai-animation-pulse)ease-in-out infinite;will-change:opacity}}
