.lt-card{background:#fff;border-radius:8px;border:1px solid var(--lt-border);box-shadow:0 2px 12px var(--lt-card-shadow);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:box-shadow .2s ease,transform .2s ease}.lt-card:hover{box-shadow:0 8px 28px rgba(16,24,32,.16);transform:translateY(-2px)}.lt-card--sold{border-color:rgba(31,42,55,.18)}.lt-card--sold:hover{transform:none}.lt-card__image-wrap{position:relative;background:var(--lt-light-bg);aspect-ratio:16/10;overflow:hidden;flex:0 0 auto}.lt-card-gallery{position:relative;width:100%;height:100%;overflow:hidden}.lt-card-gallery__track{display:flex;width:100%;height:100%;transition:transform .28s ease}.lt-card-gallery__slide{display:block;flex:0 0 100%;width:100%;height:100%;overflow:hidden;text-decoration:none}.lt-card-gallery__slide picture{display:block;width:100%;height:100%}.lt-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.lt-card-gallery__slide:hover .lt-card__img{transform:scale(1.05)}.lt-card--sold .lt-card__img{filter:saturate(.48) contrast(.92)}.lt-card--sold .lt-card-gallery__slide:hover .lt-card__img{transform:none}.lt-card--sold .lt-card__image-wrap::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(135deg,rgba(16,24,32,.66) 0%,rgba(16,24,32,.18) 48%,rgba(255,255,255,.08) 100%);pointer-events:none}.lt-card-gallery__arrow{position:absolute;top:50%;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;border-radius:50%;background:rgba(16,24,32,.72);color:#fff;cursor:pointer;opacity:0;transform:translateY(-50%);transition:opacity .18s ease,background .18s ease}.lt-card-gallery__arrow:hover{background:rgba(16,24,32,.9)}.lt-card-gallery__arrow--prev{left:8px}.lt-card-gallery__arrow--next{right:8px}.lt-card__image-wrap:hover .lt-card-gallery__arrow,.lt-card-gallery:has(.lt-card-gallery__arrow:focus-visible) .lt-card-gallery__arrow{opacity:1}.lt-card-gallery__dots{position:absolute;right:10px;bottom:9px;left:10px;z-index:3;display:flex;justify-content:center;gap:5px;pointer-events:none}.lt-card-gallery__dot{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.58);pointer-events:auto}.lt-card-gallery__dot.is-active{background:#fff}@media(hover:none){.lt-card-gallery__arrow{opacity:1}}.lt-card__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(180deg,#fcfdfe 0%,#f0f3f7 100%);color:#aeb8c5}.lt-card__placeholder i{font-size:40px;color:#c0c8d4;line-height:1}.lt-card__placeholder span{font-size:10px;font-weight:700;color:var(--lt-muted);letter-spacing:.5px;text-transform:uppercase}.lt-card__badge{position:absolute;top:10px;left:10px;z-index:4;background:var(--lt-orange);color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:3px;letter-spacing:.3px;line-height:1.5}.lt-card__sold-ribbon{position:absolute;top:50%;left:50%;z-index:5;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:132px;padding:10px 18px;border:2px solid rgba(255,255,255,.92);background:rgba(16,24,32,.82);color:#fff;font-size:15px;font-weight:900;letter-spacing:.9px;line-height:1;text-transform:uppercase;transform:translate(-50%,-50%) rotate(-8deg);box-shadow:0 14px 34px rgba(0,0,0,.28);pointer-events:none}.lt-card__sold-ribbon i{font-size:12px}.lt-card__favorite{position:absolute;top:8px;right:8px;width:32px;height:32px;background:rgba(255,255,255,.92);border-radius:50%;display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;color:#b0bac4;font-size:16px;transition:color .15s ease,background .15s ease;line-height:1}.lt-card__favorite:hover{color:var(--lt-orange);background:#fff}.lt-card__body{padding:16px;display:flex;flex-direction:column;flex:1 1 auto;gap:10px}.lt-card__name{font-size:15px;font-weight:700;margin:0;line-height:1.3}.lt-card__name a{color:var(--lt-text);text-decoration:none;transition:color .15s ease}.lt-card__name a:hover{color:var(--lt-orange)}.lt-card__price{display:flex;align-items:baseline;gap:4px;font-size:21px;font-weight:800;color:var(--lt-orange);margin:0;line-height:1;letter-spacing:-.3px}.lt-card__sold-price{color:#1f2937;font-size:18px;font-weight:900;letter-spacing:.6px;text-transform:uppercase}.lt-card__currency{font-size:11px;font-weight:600;color:var(--lt-muted);letter-spacing:.5px;text-transform:uppercase;line-height:1}.lt-card__meta{display:grid;grid-template-columns:1fr 1fr;gap:6px 10px;margin:0;padding:10px 0;border-top:1px solid var(--lt-border);border-bottom:1px solid var(--lt-border)}.lt-card__meta-item{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--lt-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lt-card__meta-item i{font-size:14px;color:#b0bac4;flex:0 0 auto}.lt-card__btn{display:block;width:100%;padding:10px;background:var(--lt-dark-blue);color:#fff;text-align:center;border:0;border-radius:4px;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s ease;margin-top:auto;letter-spacing:.2px}.lt-card__btn:hover{background:var(--lt-blue);color:#fff}.lt-card--sold .lt-card__btn{background:#eef2f6;color:#1f2937}.lt-card--sold .lt-card__btn:hover{background:#dde4ec;color:#111827}.lt-card__meta-item i.lt-icon-power::before,.lt-card__meta-item i.lt-icon-engine::before,.lt-card__meta-item i.lt-icon-road::before,.lt-card__meta-item i.lt-icon-calendar::before{content:""!important}.lt-card__meta-item i.lt-icon-power,.lt-card__meta-item i.lt-icon-engine,.lt-card__meta-item i.lt-icon-road,.lt-card__meta-item i.lt-icon-calendar{display:inline-block;width:14px;height:14px;flex:0 0 auto}.lt-card__meta-item i.lt-icon-power{background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12 13c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1c0-.5-.4-1-1-1m5-4v1.4l-1.3 1.3-1 1c.2.4.3.8.3 1.3 0 1.7-1.3 3-3 3s-3-1.3-3-3 1.3-3 3-3c.5 0 .9.1 1.3.3l1-1L15.6 9zm-5-3c-4.4 0-8 3.6-8 8 0 2.3.4 3.8 1.4 5h13.1c1-1.2 1.4-2.7 1.4-5 .1-4.4-3.5-8-7.9-8m0-2c5.5 0 10 4.5 10 10 0 2.2-.3 4.7-2.3 6.7l-.7.3H5l-.7-.3c-2-2-2.3-4.5-2.3-6.7C2 8.5 6.5 4 12 4' clip-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12 13c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1c0-.5-.4-1-1-1m5-4v1.4l-1.3 1.3-1 1c.2.4.3.8.3 1.3 0 1.7-1.3 3-3 3s-3-1.3-3-3 1.3-3 3-3c.5 0 .9.1 1.3.3l1-1L15.6 9zm-5-3c-4.4 0-8 3.6-8 8 0 2.3.4 3.8 1.4 5h13.1c1-1.2 1.4-2.7 1.4-5 .1-4.4-3.5-8-7.9-8m0-2c5.5 0 10 4.5 10 10 0 2.2-.3 4.7-2.3 6.7l-.7.3H5l-.7-.3c-2-2-2.3-4.5-2.3-6.7C2 8.5 6.5 4 12 4' clip-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat}.lt-card__meta-item i.lt-icon-engine{background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16 18H12.83l-2-2H8v-6h8zm5-9-1 1v2.042h-2V9l-1-1h-4V6h2.5l1-1-1-1h-7l-1 1 1 1H11v2H7L6 9v3H4v-2L3 9l-1 1v6l1 1 1-1v-2h2v3l1 1h3l2 2h5l1-1v-5h2v2l1 1 1-1v-6z' clip-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16 18H12.83l-2-2H8v-6h8zm5-9-1 1v2.042h-2V9l-1-1h-4V6h2.5l1-1-1-1h-7l-1 1 1 1H11v2H7L6 9v3H4v-2L3 9l-1 1v6l1 1 1-1v-2h2v3l1 1h3l2 2h5l1-1v-5h2v2l1 1 1-1v-6z' clip-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat}.lt-card__meta-item i.lt-icon-road{background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M2 20.004 7.898 4h2.13L4.13 20.004zM13.999 4l5.872 16.004h2.13L16.13 4zM11.002 8h2V6h-2zM11.002 12.999h2v-3h-2zM13.002 19h-2v-4h2z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M2 20.004 7.898 4h2.13L4.13 20.004zM13.999 4l5.872 16.004h2.13L16.13 4zM11.002 8h2V6h-2zM11.002 12.999h2v-3h-2zM13.002 19h-2v-4h2z'/%3E%3C/svg%3E") center/contain no-repeat}.lt-card__meta-item i.lt-icon-calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b0bac4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}