@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stat-card{animation:fadeSlideUp .5s ease both;transition:transform .15s ease,box-shadow .15s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(30,42,56,.08)}.stat-card:first-child{animation-delay:0s}.stat-card:nth-child(2){animation-delay:.08s}.stat-card:nth-child(3){animation-delay:.16s}.stat-card:nth-child(4){animation-delay:.24s}.chart-card{animation:fadeSlideUp .6s ease .2s both}*{box-sizing:border-box}