.blog-skeleton{max-width:1200px;margin:0 auto;padding:60px 20px;animation:skeleton-fade-in .3s ease-in}.blog-skeleton-header{margin-bottom:48px;text-align:center}.skeleton-blog-title{height:56px;width:50%;margin:0 auto 20px;border-radius:8px}.skeleton-blog-meta,.skeleton-blog-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}.skeleton-blog-meta{height:20px;width:30%;margin:0 auto;border-radius:4px}.blog-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:32px;gap:32px}.skeleton-blog-card{border-radius:12px;overflow:hidden}.skeleton-blog-image{height:200px;width:100%;margin-bottom:16px}.skeleton-blog-card-title,.skeleton-blog-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}.skeleton-blog-card-title{height:28px;width:90%;border-radius:6px;margin-bottom:12px}.skeleton-blog-card-excerpt{height:16px;width:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px;margin-bottom:8px}.skeleton-blog-card-excerpt.short{width:70%}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes skeleton-fade-in{0%{opacity:0}to{opacity:1}}