.skeleton-card{background:#fff;border-radius:8px;padding:10px}.skeleton-image{width:100%;aspect-ratio:3/4;border-radius:6px}.skeleton-image,.skeleton-text{background:linear-gradient(90deg,#eaeaea 25%,#f5f5f5 37%,#eaeaea 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.skeleton-text{height:14px;margin-top:10px;border-radius:4px}.skeleton-text.small{width:60%;height:12px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}