.skeleton{background:var(--bg-card);border-radius:16px;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%,transparent);animation:shimmer 1.8s ease-in-out infinite;transform:translateX(-100%)}[data-theme=dark] .skeleton:after{background:linear-gradient(100deg,transparent,transparent 30%,rgba(255,255,255,.06) 50%,transparent 70%,transparent)}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.skeleton-card{background:var(--bg-card);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.skeleton-card-image{width:100%;height:220px;background:linear-gradient(135deg,#f0f2f6,#e8eaef);border-radius:16px 16px 0 0}[data-theme=dark] .skeleton-card-image{background:linear-gradient(135deg,#2c2f38,#22242b)}.skeleton-card-body{padding:16px;display:flex;flex-direction:column;gap:10px}.skeleton-tag{width:60px;height:20px;border-radius:20px;background:#f0f2f6}[data-theme=dark] .skeleton-tag{background:#2c2f38}.skeleton-title{width:80%;height:18px;border-radius:8px;background:#f0f2f6}[data-theme=dark] .skeleton-title{background:#2c2f38}.skeleton-desc{width:100%;height:14px;border-radius:8px;background:#f0f2f6}[data-theme=dark] .skeleton-desc{background:#2c2f38}.skeleton-desc.short{width:65%}.skeleton-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--border,#eee);margin-top:4px}.skeleton-price{width:80px;height:22px;border-radius:8px;background:#f0f2f6}[data-theme=dark] .skeleton-price{background:#2c2f38}.skeleton-location{width:50px;height:14px;border-radius:8px;background:#f0f2f6}[data-theme=dark] .skeleton-location{background:#2c2f38}.skeleton-text{height:16px;border-radius:8px;background:#f0f2f6}[data-theme=dark] .skeleton-text{background:#2c2f38}.skeleton-text.w-full{width:100%}.skeleton-text.w-3\/4{width:75%}.skeleton-text.w-1\/2{width:50%}.skeleton-avatar{border-radius:50%;background:#f0f2f6}[data-theme=dark] .skeleton-avatar{background:#2c2f38}.skeleton-avatar.sm{width:32px;height:32px}.skeleton-avatar.md{width:48px;height:48px}.skeleton-avatar.lg{width:64px;height:64px}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:24px;gap:24px}@media (max-width:768px){.skeleton-card-image{height:160px}.skeleton-grid{grid-template-columns:repeat(2,1fr);gap:12px}}
/*# sourceMappingURL=54ba2c50d214cb97.css.map*/