.skeleton{position:relative;overflow:hidden;background:#e5e7eb;border-radius:8px;margin-bottom:16px}.skeleton:before{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.6),transparent);animation:shimmer 1.2s infinite}@keyframes shimmer{to{transform:translateX(100%)}}.skeleton-title{height:40px;width:70%}.skeleton-location{height:20px;width:45%}.skeleton-text{height:16px;width:100%}.skeleton-text.short{width:80%}.skeleton-card{height:240px}.skeleton-sidebar{height:220px}