#listings-progress-bar{position:fixed;top:0;left:0;width:0%;height:3px;z-index:99999;opacity:0;pointer-events:none;background:#4caf50;border-radius:0 2px 2px 0;transition:width .2s ease,opacity .3s ease}#listings-progress-bar.is-loading{opacity:1}@keyframes skeleton-pulse{0%{background-position:-400px 0}100%{background-position:calc(400px + 100%) 0}}.skeleton-card{overflow:hidden;pointer-events:none;border:1px solid #e8e8e8;border-radius:.75rem}.skeleton-image{width:100%;height:220px;border-radius:8px 8px 0 0;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);background-size:800px 100%;animation:skeleton-pulse 1.5s ease infinite}.skeleton-body{padding:12px 14px 14px}.skeleton-line{height:13px;margin-bottom:10px;border-radius:4px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);background-size:800px 100%;animation:skeleton-pulse 1.5s ease infinite}.skeleton-line:last-child{margin-bottom:0}.skeleton-line--title{width:72%;height:17px;margin-bottom:12px}.skeleton-line--price{width:42%;height:22px;margin-bottom:16px}.skeleton-line--meta{width:58%}.skeleton-line--short{width:38%}.filter-skeleton .main-content{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.skeleton-filter{height:48px;border-radius:.75rem;pointer-events:none;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);background-size:800px 100%;animation:skeleton-pulse 1.5s ease infinite}.skeleton-filter--date{min-width:200px;flex:1 1 200px}.skeleton-filter--select{min-width:160px;flex:1 1 160px}.skeleton-filter--toggle{width:120px;flex:0 0 120px}.skeleton-filter--button{width:140px;height:42px;flex:0 0 140px}@media screen and (max-width: 767.98px){.filter-skeleton .main-content{flex-direction:column;align-items:stretch}.skeleton-filter{width:100%;flex:0 0 auto}.skeleton-filter--toggle,.skeleton-filter--button{width:100%}}