@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-shimmer{animation:shimmer 3s linear infinite;background-size:200% 100%}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.animate-float{animation:float 3s ease-in-out infinite}.animate-float-slow{animation:float 6s ease-in-out infinite}.animate-float-slow-reverse{animation:float 7s ease-in-out infinite reverse}.animate-pulse-slow{animation:pulse 4s cubic-bezier(.4,0,.6,1) infinite}@keyframes bounce-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.animate-bounce-gentle{animation:bounce-gentle 3s ease-in-out infinite}@media (min-width:400px){.xs\:inline{display:inline}}@media (max-width:399px){.xs\:hidden{display:none}}