@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes moveRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes growWidth{0%{width:0}to{width:100%}}@keyframes growUp{0%{height:0}to{height:100%}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.animate-fade-in{animation:.5s ease-in-out fadeIn}.animate-pulse{animation:3s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-float{animation:3s ease-in-out infinite float}.animate-move-right{animation:3s linear forwards moveRight}.animate-grow-width{animation:2s ease-out forwards growWidth}.animate-grow-up{animation:2s ease-out forwards growUp}.animate-rotate{animation:15s linear infinite rotate}.animate-shimmer{background:linear-gradient(90deg,#ffffff1a 8%,#fff3 18%,#ffffff1a 33%) 0 0/800px 104px;animation:1.5s linear infinite shimmer}
