.LotsItem{padding:12px;border-radius:16px;background:var(--card);border:1px solid var(--card-border);text-decoration:none}.LotsItem span{font-size:8px;color:var(--muted);display:block}.LotsItem b{font-size:25px;color:#fff}.LotsItem__time{display:flex;flex-direction:column}.LotsItem__time-label{font-size:8px;color:var(--muted);display:block;margin-bottom:4px}.LotsItem__time-status{font-size:13px;color:var(--muted);display:block;margin-bottom:2px;font-weight:400}.LotsItem__time-pending{color:#f7c227!important}.LotsItem__time b{color:var(--accent);font-size:23px;line-height:1;margin-bottom:6px}.LotsItem__time-range{display:flex;align-items:center;gap:6px;margin-bottom:8px}@media(max-width:340px){.LotsItem__time-range{flex-direction:column;align-items:flex-start}}.LotsItem__time-range span{font-size:11px;color:var(--muted);white-space:nowrap;margin-bottom:0}.LotsItem__time-separator{flex:1;text-align:center;color:var(--card-border)!important;font-size:12px!important}.LotsItem__time progress{width:100%;height:5px;border:none;border-radius:20px;overflow:hidden;appearance:none;-webkit-appearance:none}@media(max-width:320px){.LotsItem__time progress{width:80%}}.LotsItem__time progress::-webkit-progress-bar{background:rgba(108,130,167,.24);border-radius:20px}.LotsItem__time progress::-webkit-progress-value{background:linear-gradient(90deg,#27d3f7,#18e2c4);border-radius:20px;transition:width .3s ease}.LotsItem__time progress::-moz-progress-bar{background:linear-gradient(90deg,#27d3f7,#18e2c4);border-radius:20px}.LotsItem__image img{border-radius:16px;object-fit:cover;width:100%;height:100px;border:1px solid var(--card-border)}.LotsItem__description{font-size:11px;color:#7f95bc;margin-top:6px}@media(max-width:480px){.LotsItem{display:grid;grid-template-columns:110px 1fr;grid-template-areas:"img desc" "img price" "img time";gap:0 12px;padding:10px}.LotsItem__image{grid-area:img}.LotsItem__image img{width:110px;height:100%;min-height:110px;max-height:150px;border-radius:10px}.LotsItem__description{grid-area:desc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:0}.LotsItem__price{grid-area:price}.LotsItem__price b{font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.LotsItem__time{grid-area:time;margin-top:auto}.LotsItem__time b{font-size:16px}.LotsItem__time-range span{font-size:9px}}.LotsList__column__searche{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.LotsList__column__searche button{border:0;border-radius:13px;font-family:inherit;font-weight:800;padding:14px;font-size:15px;cursor:pointer;width:100%;color:#062319;background:linear-gradient(180deg,#2ff2cf,#18d9bc);box-shadow:0 10px 20px rgba(24,226,196,.3)}