@keyframes svelte-izpeck-spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes svelte-izpeck-pulse-scale{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}@keyframes svelte-izpeck-bounce-dot{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}.animate-spin-slow.svelte-izpeck{animation:svelte-izpeck-spin-slow 1.5s linear infinite}.animate-pulse-scale.svelte-izpeck{animation:svelte-izpeck-pulse-scale 1.5s ease-in-out infinite}.animate-bounce-dot.svelte-izpeck{animation:svelte-izpeck-bounce-dot 1.4s ease-in-out infinite}
