.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:24px;gap:24px;padding:24px}.skeleton-card{background:#1a1a1a;border-radius:12px;overflow:hidden;animation:pulse 1.5s ease-in-out infinite}.skeleton-image{width:100%;height:250px;background:linear-gradient(90deg,#1a1a1a,#2a2a2a 50%,#1a1a1a);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-content{padding:16px}.skeleton-title{height:24px;width:70%;background:linear-gradient(90deg,#2a2a2a,#3a3a3a 50%,#2a2a2a);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:4px;margin-bottom:12px}.skeleton-text{width:90%;margin-bottom:8px}.skeleton-text,.skeleton-text-short{height:16px;background:linear-gradient(90deg,#2a2a2a,#3a3a3a 50%,#2a2a2a);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:4px}.skeleton-text-short{width:60%;margin-bottom:12px}.skeleton-badges{display:flex;gap:8px;margin-bottom:16px}.skeleton-badge{height:24px;width:60px;border-radius:12px}.skeleton-badge,.skeleton-button{background:linear-gradient(90deg,#2a2a2a,#3a3a3a 50%,#2a2a2a);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-button{height:40px;width:100%;border-radius:8px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@media (max-width:768px){.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;padding:16px}.skeleton-image{height:150px}.skeleton-content{padding:12px}.skeleton-title{height:20px}.skeleton-text,.skeleton-text-short{height:14px}.skeleton-button{height:36px}}