@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease-out}@keyframes pulse-update{0%,to{background-color:rgba(114,206,255,0)}50%{background-color:rgba(114,206,255,.15)}}.animate-pulse-update{animation:pulse-update 1.5s ease-in-out}@keyframes highlight-new{0%{background-color:rgba(74,222,128,.3);transform:scale(1.02)}to{background-color:rgba(74,222,128,0);transform:scale(1)}}.animate-highlight-new{animation:highlight-new 2s ease-out}@keyframes count-up{0%{opacity:.5;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-count-up{animation:count-up .3s ease-out}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-shimmer{background:linear-gradient(90deg,rgba(17,24,39,.8),rgba(114,206,255,.1) 50%,rgba(17,24,39,.8));background-size:1000px 100%;animation:shimmer 2s linear infinite}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-down{animation:slideDown .4s ease-out}@keyframes status-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.animate-status-pulse{animation:status-pulse 2s ease-in-out infinite}@keyframes fade-out{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.animate-fade-out{animation:fade-out .3s ease-out forwards}@keyframes glow{0%,to{filter:drop-shadow(0 0 0 rgba(114,206,255,0))}50%{filter:drop-shadow(0 0 8px rgba(114,206,255,.8))}}.animate-glow{animation:glow 1s ease-in-out}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-loading{background:linear-gradient(90deg,rgba(17,24,39,.9) 25%,rgba(114,206,255,.1) 50%,rgba(17,24,39,.9) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:8px}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:scaleIn .3s ease-out}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.animate-slide-in-right{animation:slideInRight .4s ease-out}.transition-all-smooth{transition:all .3s ease-in-out}.transition-colors-smooth{transition:background-color .3s ease-in-out,color .3s ease-in-out}.transition-transform-smooth{transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.animate-count-up,.animate-fade-in,.animate-fade-out,.animate-glow,.animate-highlight-new,.animate-pulse-update,.animate-scale-in,.animate-shimmer,.animate-slide-down,.animate-slide-in-right,.animate-status-pulse,.skeleton-loading{animation:none}.transition-all-smooth,.transition-colors-smooth,.transition-transform-smooth{transition:none}}