@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%;border-radius:8px;animation:1.5s infinite shimmer}.skeleton-text{height:14px;margin-bottom:8px}.skeleton-text.short{width:60%}.skeleton-title{width:70%;height:20px;margin-bottom:12px}.skeleton-avatar{border-radius:12px;flex-shrink:0;width:48px;height:48px}.skeleton-avatar.round{border-radius:50%}.skeleton-card{border-radius:12px;height:120px}.skeleton-btn{border-radius:12px;height:48px}.skeleton-row{align-items:center;gap:12px;padding:12px 0;display:flex}.skeleton-lines{flex-direction:column;flex:1;gap:8px;display:flex}.card-animated{transition:transform .2s,box-shadow .2s,border-color .2s}.card-animated:hover{border-color:var(--dusty-olive-light,#97a99a);transform:translateY(-4px);box-shadow:0 8px 24px #2e35321f}.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:.4s backwards cardFadeIn}.card-fade-in:first-child{animation-delay:50ms}.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:.4s backwards slideInRight}.card-slide-in:first-child{animation-delay:50ms}.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}
