@keyframes bar-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-.4rem)}}.animate-bar-grow{transform-origin:bottom;animation:.7s cubic-bezier(.22,1,.36,1) both bar-grow}.animate-hero-float{animation:6s ease-in-out infinite hero-float}@media (prefers-reduced-motion:reduce){.animate-bar-grow,.animate-hero-float{animation:none!important}}
