.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .4s,transform .4s}.page-exit{opacity:1}.page-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .2s,transform .2s}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.loading-shimmer{background:linear-gradient(90deg,#F0F0F0 25%,#E8E8E8 50%,#F0F0F0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dark .loading-shimmer{background:linear-gradient(90deg,#1A1A1A 25%,#222222 50%,#1A1A1A 75%);background-size:200% 100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in,.fade-in-item{animation:fadeIn .5s ease-in-out forwards}.fade-in-item{opacity:0}.fade-in-item:first-child{animation-delay:.1s}.fade-in-item:nth-child(2){animation-delay:.2s}.fade-in-item:nth-child(3){animation-delay:.3s}.fade-in-item:nth-child(4){animation-delay:.4s}.fade-in-item:nth-child(5){animation-delay:.5s}