.skeleton-wrapper{display:flex;flex-direction:column;gap:12px}.skeleton{background:#e0e0e0;border-radius:8px;animation:pulse 1.5s ease-in-out infinite}.skeleton-meta{width:40%;height:16px}.skeleton-title{width:60%;height:24px}.skeleton-text{width:100%;height:16px}.skeleton-text.short{width:80%}.skeleton-image{width:100%;height:300px}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}