@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}.animate-slideIn{animation:slideIn .4s ease-out forwards}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-fadeIn:first-child{animation-delay:.1s}.animate-fadeIn:nth-child(2){animation-delay:.2s}.animate-fadeIn:nth-child(3){animation-delay:.3s}.animate-fadeIn:nth-child(4){animation-delay:.4s}.dashboard-component{transition:all .3s ease-in-out}.dashboard-component:hover{transform:translateY(-2px)}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-shimmer{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#1e293b 0,#334155 20%,#1e293b 40%,#1e293b);background-size:1000px 100%}