@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-green{0%,to{box-shadow:0 0 #50dc8c66}50%{box-shadow:0 0 0 4px #50dc8c00}}@keyframes pulse-orange{0%,to{box-shadow:0 0 #f4821f66}50%{box-shadow:0 0 0 4px #f4821f00}}@keyframes pulse-red{0%,to{box-shadow:0 0 #ff505066}50%{box-shadow:0 0 0 4px #ff505000}}@keyframes pulse-gray{0%,to{box-shadow:0 0 #80808066}50%{box-shadow:0 0 0 4px #80808000}}@keyframes blink-dot{0%,to{opacity:1}50%{opacity:.2}}.animate-fade-up{animation:fadeUp .7s ease .15s both}.animate-float{animation:float 4s ease-in-out infinite}.delay-1{animation-delay:.4s}.delay-2{animation-delay:.6s}.delay-3{animation-delay:.8s}.delay-4{animation-delay:1s}.delay-5{animation-delay:1.2s}.status-dot-blink:before{animation:blink-dot 2s ease-in-out infinite;background:currentColor;border-radius:50%;content:"";height:4px;width:4px}
