@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pulse-slow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes data-flow-horizontal{0%{transform:translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate(200px);opacity:0}}.animate-fade-in{animation:fade-in 1.5s forwards}.animation-delay-1000{animation-delay:1s}.animation-delay-2000{animation-delay:2s}.animation-delay-3000{animation-delay:3s}.animation-delay-300{animation-delay:.3s}.animation-delay-600{animation-delay:.6s}.fade-in{animation:fade-in .5s ease-out}.animate-pulse-slow{animation:pulse-slow 3s infinite}.animate-spin-slow{animation:spin-slow 30s linear infinite}.data-flow{position:relative;width:100%;height:100%}.data-dot{position:absolute;width:4px;height:4px;background-color:currentColor;border-radius:50%;opacity:0;animation:data-flow-horizontal 3s infinite}
