.skeletonCard{background:#e0e0e0;border-radius:12px;min-height:auto;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;animation:pulse 1.5s infinite}.skeletonBadge,.skeletonDate,.skeletonDesc,.skeletonTitle{background:#cfcfcf;border-radius:6px;margin-bottom:10px}.skeletonBadge{width:60px;height:20px}.skeletonTitle{width:80%;height:24px}.skeletonDesc{width:100%;height:16px}.skeletonDate{width:50%;height:16px;margin-top:auto}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}