.skeleton{pointer-events:none;-webkit-user-select:none;user-select:none}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-featured-image,.skeleton-featured-title,.skeleton-image,.skeleton-meta,.skeleton-text,.skeleton-title{background:linear-gradient(90deg,var(--skeleton-base,#f0f0f0) 0,var(--skeleton-highlight,#f8f8f8) 50%,var(--skeleton-base,#f0f0f0) 100%);background-size:1000px 100%;animation:shimmer 2s linear infinite;border-radius:0}[data-theme=dark] .skeleton-featured-image,[data-theme=dark] .skeleton-featured-title,[data-theme=dark] .skeleton-image,[data-theme=dark] .skeleton-meta,[data-theme=dark] .skeleton-text,[data-theme=dark] .skeleton-title{--skeleton-base:#2a2a2a;--skeleton-highlight:#3a3a3a}.skeleton.featured-article{margin-bottom:2rem}.skeleton-featured-image{width:100%;height:400px;margin-bottom:1.5rem}.skeleton-featured-title{height:48px;width:80%;margin-bottom:1rem}.skeleton.article-card{opacity:.7}.skeleton-image{width:100%;height:200px;margin-bottom:1rem}.skeleton-title{height:24px;width:90%;margin-bottom:.75rem}.skeleton-meta{display:flex;gap:1rem;margin-bottom:1rem}.skeleton-text{height:16px;width:100%;margin-bottom:.5rem}.skeleton-text.short{width:80px}.skeleton-text.medium{width:60%}@media (max-width:768px){.skeleton-featured-image{height:250px}.skeleton-featured-title{height:32px}.skeleton-image{height:180px}}@media (prefers-reduced-motion:reduce){.skeleton-featured-image,.skeleton-featured-title,.skeleton-image,.skeleton-meta,.skeleton-text,.skeleton-title{animation:none;background:var(--skeleton-base,#f0f0f0)}}