/* Marcadores de posición: aparecen desde el HTML y desaparecen al llegar los avisos. */
.qeubo-skeleton-card { min-width:0; overflow:hidden; border:1px solid #e4e6df; border-radius:19px; background:#fff; pointer-events:none; }
.qeubo-skeleton-photo { height:193px; border-radius:18px 18px 0 0; }
.qeubo-skeleton-body { display:grid; gap:12px; padding:17px 15px 21px; }
.qeubo-skeleton-line { height:13px; border-radius:7px; }
.qeubo-skeleton-line.short { width:36%; }
.qeubo-skeleton-line.medium { width:65%; }
.qeubo-skeleton-line.price { width:48%; height:23px; border-radius:9px; }
.qeubo-skeleton-photo,.qeubo-skeleton-line { background:linear-gradient(105deg,#e9eee9 5%,#f8faf5 42%,#e9eee9 80%); background-size:210% 100%; animation:qeubo-loading-shimmer 1.45s ease-in-out infinite; }
@keyframes qeubo-loading-shimmer { to { background-position-x:-210%; } }
#inicio .market-featured .qeubo-skeleton-card { flex:0 0 clamp(236px,27%,330px); scroll-snap-align:start; }
#inicio .market-recent .qeubo-skeleton-photo { height:176px; }
#explorar #results-grid .qeubo-skeleton-photo { height:180px; }
.qeubo-load-error { grid-column:1/-1; width:100%; min-width:0; }
@media(max-width:750px){
 #inicio .market-featured .qeubo-skeleton-card { flex-basis:min(72vw,285px); }
 #inicio .market-recent .qeubo-skeleton-photo { height:160px; }
}
@media(max-width:470px){
 #inicio .market-featured .qeubo-skeleton-card { flex-basis:min(77vw,278px); }
 #inicio .market-recent .qeubo-skeleton-photo { height:135px; }
 #inicio .market-recent .qeubo-skeleton-body { padding:12px; }
}
@media(prefers-reduced-motion:reduce){.qeubo-skeleton-photo,.qeubo-skeleton-line{animation:none;background:#e9eee9;}}
