@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-gradient{animation:gradient 4s ease infinite}.card-emerging{animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(-40px)}50%{transform:translateY(-55px)}}.sparkline{stroke-dasharray:100;animation:draw 2.5s ease-in-out infinite}@keyframes draw{0%{stroke-dashoffset:100}50%{stroke-dashoffset:0}to{stroke-dashoffset:-100}}
