@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton{background:linear-gradient(90deg,var(--cream, #f9f7f3) 25%,var(--cream-dark, #efe9df) 50%,var(--cream, #f9f7f3) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.skeleton-text{height:14px;margin-bottom:8px}.skeleton-text.short{width:60%}.skeleton-title{height:20px;width:70%;margin-bottom:12px}.skeleton-avatar{width:48px;height:48px;border-radius:12px;flex-shrink:0}.skeleton-avatar.round{border-radius:50%}.skeleton-card{height:120px;border-radius:12px}.skeleton-btn{height:48px;border-radius:12px}.skeleton-row{display:flex;align-items:center;gap:12px;padding:12px 0}.skeleton-lines{flex:1;display:flex;flex-direction:column;gap:8px}.card-animated{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card-animated:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2e35321f;border-color:var(--dusty-olive-light, #97a99a)}.card-animated:active{transform:translateY(-2px) scale(.98)}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card-fade-in{animation:cardFadeIn .4s ease backwards}.card-fade-in:nth-child(1){animation-delay:.05s}.card-fade-in:nth-child(2){animation-delay:.1s}.card-fade-in:nth-child(3){animation-delay:.15s}.card-fade-in:nth-child(4){animation-delay:.2s}.card-fade-in:nth-child(5){animation-delay:.25s}.card-fade-in:nth-child(6){animation-delay:.3s}.card-fade-in:nth-child(7){animation-delay:.35s}.card-fade-in:nth-child(8){animation-delay:.4s}.card-fade-in:nth-child(9){animation-delay:.45s}.card-fade-in:nth-child(10){animation-delay:.5s}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.card-slide-in{animation:slideInRight .4s ease backwards}.card-slide-in:nth-child(1){animation-delay:.05s}.card-slide-in:nth-child(2){animation-delay:.1s}.card-slide-in:nth-child(3){animation-delay:.15s}.card-slide-in:nth-child(4){animation-delay:.2s}.card-slide-in:nth-child(5){animation-delay:.25s}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.page-fade-in{animation:pageFadeIn .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content-reveal{animation:fadeInUp .5s ease backwards}.content-reveal:nth-child(1){animation-delay:.1s}.content-reveal:nth-child(2){animation-delay:.2s}.content-reveal:nth-child(3){animation-delay:.3s}.content-reveal:nth-child(4){animation-delay:.4s}@keyframes headerSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.header-animated{animation:headerSlideDown .4s ease}.stats-reveal{animation:fadeInUp .6s ease backwards;animation-delay:.2s}
