.lotsimple-used-cars-app{width:100%}.lotsimple-controls{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:18px 0 28px}.lotsimple-controls select{padding:9px 12px;border:1px solid #dce3e8;border-radius:6px}.lotsimple-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:14px 0 38px}.lotsimple-vehicle-card{background:#fff;border:1px solid #e1e6e9;border-radius:9px;overflow:hidden}.lotsimple-vehicle-photo{height:230px;background:#aeb9c1;overflow:hidden}.lotsimple-vehicle-photo img{width:100%;height:100%;object-fit:cover;display:block}.lotsimple-photo-placeholder,.lotsimple-detail-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;font-weight:900}.lotsimple-vehicle-body{padding:16px}.lotsimple-stock{font-size:12px;font-weight:800;color:#687580;text-transform:uppercase;letter-spacing:.4px}.lotsimple-title{font-size:20px;font-weight:900;margin:4px 0}.lotsimple-muted{color:#687580}.lotsimple-price{font-size:25px;font-weight:900;margin:10px 0}.lotsimple-public-button{background:#1769aa;color:#fff;border:0;border-radius:6px;padding:11px 15px;font-weight:800;cursor:pointer}.lotsimple-vehicle-card .lotsimple-public-button{width:100%}.lotsimple-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:99999;align-items:center;justify-content:center;padding:18px}.lotsimple-modal.open{display:flex}.lotsimple-modal-box{background:#fff;width:min(760px,100%);max-height:92vh;overflow:auto;border-radius:10px;padding:24px;position:relative}.lotsimple-close{position:absolute;right:12px;top:10px;border:0;background:#eef1f3;border-radius:5px;padding:4px 9px;font-size:22px;cursor:pointer;z-index:3}.lotsimple-gallery-main{height:390px;background:#f2f4f5;border-radius:8px;overflow:hidden}.lotsimple-gallery-main img{width:100%;height:100%;object-fit:contain;display:block}.lotsimple-thumbs{display:flex;gap:8px;overflow-x:auto;padding-top:10px}.lotsimple-thumb{width:76px;height:58px;flex:0 0 auto;padding:0;border:2px solid transparent;background:#fff;border-radius:5px;overflow:hidden;cursor:pointer}.lotsimple-thumb.active{border-color:#1769aa}.lotsimple-thumb img{width:100%;height:100%;object-fit:cover;display:block}.lotsimple-detail-placeholder{height:390px;background:#aeb9c1;border-radius:8px}.lotsimple-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.lotsimple-capture-form{display:grid;gap:12px}.lotsimple-capture-form label{font-weight:800;font-size:13px}.lotsimple-capture-form input{display:block;width:100%;padding:11px;margin-top:5px;border:1px solid #ccd5dc;border-radius:6px}.lotsimple-result{font-weight:800}.lotsimple-empty{padding:30px;border:1px dashed #bcc7cf;border-radius:8px;text-align:center;color:#687580}@media(max-width:800px){.lotsimple-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lotsimple-gallery-main{height:310px}}@media(max-width:540px){.lotsimple-grid{grid-template-columns:1fr}.lotsimple-controls{flex-direction:column;align-items:flex-start}.lotsimple-gallery-main{height:260px}}
.lotsimple-map-link{display:inline-block;text-decoration:none;text-align:center}
.lotsimple-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}

/* V3.0 customer-facing polish */
.lotsimple-vehicle-photo{height:230px;background:#eef1f3;overflow:hidden}
.lotsimple-vehicle-photo .lotsimple-card-image{display:block;width:100%;height:100%;object-fit:cover}
.lotsimple-modal{padding:12px}
.lotsimple-modal-box{width:min(640px,calc(100vw - 24px));max-height:86vh;padding:18px}
.lotsimple-gallery-main{height:300px}
.lotsimple-detail-placeholder{height:300px}
.lotsimple-new-wrap:empty{display:none}
@media(max-width:540px){
  .lotsimple-modal-box{width:calc(100vw - 20px);max-height:88vh;padding:14px}
  .lotsimple-gallery-main,.lotsimple-detail-placeholder{height:240px}
}

/* V3.1: full-page vehicle detail */
.lotsimple-used-cars-detail-page{max-width:900px;margin:0 auto;padding:10px 0 50px}
.lotsimple-back-link{display:inline-block;margin:0 0 18px;text-decoration:none;font-weight:800}
.lotsimple-detail-main-photo{width:100%;height:520px;background:#f2f4f5;border-radius:8px;overflow:hidden}
.lotsimple-detail-main-photo img{width:100%;height:100%;object-fit:contain;display:block}
.lotsimple-detail-photo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:10px}
.lotsimple-detail-photo-grid a{display:block;height:110px;border-radius:6px;overflow:hidden;background:#f2f4f5}
.lotsimple-detail-photo-grid img{width:100%;height:100%;object-fit:cover;display:block}
.lotsimple-detail-info{max-width:760px;margin:25px auto 0;text-align:center}
.lotsimple-detail-info h1{margin:5px 0 10px}
.lotsimple-detail-mileage{font-size:17px}
.lotsimple-description{text-align:left;margin:25px 0}
.lotsimple-come-see{margin-top:32px;padding-top:24px;border-top:1px solid #dfe5e8}
.lotsimple-come-see h2{margin-bottom:10px}
.lotsimple-map-button{display:block;width:max-content;max-width:100%;margin:18px auto 0;background:#1769aa;color:#fff;text-decoration:none;border-radius:6px;padding:12px 18px;font-weight:800;text-align:center}
@media(max-width:700px){.lotsimple-detail-main-photo{height:350px}.lotsimple-detail-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lotsimple-detail-photo-grid a{height:90px}}
@media(max-width:500px){.lotsimple-detail-main-photo{height:260px}.lotsimple-detail-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

.lotsimple-card-photo-link{display:block;text-decoration:none;color:inherit}
.lotsimple-card-photo-link:hover .lotsimple-card-image{transform:scale(1.02)}
.lotsimple-card-image{transition:transform .15s ease}

/* V3.3: keep the normal site chrome, hide page-copy siblings via JS */
body.lotsimple-detail-active [data-lotsimple-hidden-detail-sibling="1"]{display:none !important}
.lotsimple-detail-main-photo img{object-fit:contain;background:#eef1f3}

.lotsimple-detail-thumb{display:block;width:100%;height:100%;padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;background:#f2f4f5;cursor:pointer}
.lotsimple-detail-thumb.active{border-color:#1769aa}
.lotsimple-detail-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.lotsimple-detail-thumb:hover{border-color:#1769aa}

/* V3.5: larger primary vehicle photo, minimizing side bars */
.lotsimple-detail-main-photo{
  height:auto !important;
  min-height:520px;
  background:#f2f4f5;
}
.lotsimple-detail-main-photo img{
  width:100% !important;
  height:auto !important;
  max-height:680px !important;
  object-fit:contain !important;
  display:block;
  margin:0 auto;
}
.lotsimple-detail-main-photo{
  max-width:100%;
  overflow:hidden;
}
@media(max-width:700px){
  .lotsimple-detail-main-photo{min-height:0}
  .lotsimple-detail-main-photo img{max-height:520px}
}

/* V3.6: automatic vehicle photo slideshow */
.lotsimple-photo-count{margin:8px auto 0;text-align:center;font-size:12px;font-weight:700;opacity:.65}
.lotsimple-detail-main-photo{position:relative}
/* V4.1: gallery controls, sale pricing, sold FOMO, and mixed-orientation photos */
.lotsimple-detail-main-photo{
  height:620px !important;
  min-height:0 !important;
  background:#fff !important;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}
.lotsimple-detail-main-photo img{
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  object-fit:contain !important;
  background:#fff !important;
  margin:0 !important;
}
.lotsimple-gallery-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:48px;
  height:58px;
  border:0;
  border-radius:7px;
  background:rgba(0,0,0,.58);
  color:#fff;
  font-size:42px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:5;
  padding:0 0 5px;
}
.lotsimple-gallery-arrow:hover{background:rgba(0,0,0,.75)}
.lotsimple-gallery-arrow:focus-visible{outline:3px solid #1769aa;outline-offset:3px}
.lotsimple-gallery-prev{left:14px}
.lotsimple-gallery-next{right:14px}
.lotsimple-gallery-status,.lotsimple-card-status{
  position:absolute;
  z-index:6;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.8px;
  color:#fff;
  text-align:center;
}
.lotsimple-gallery-status{top:22px;left:-52px;width:220px;padding:10px 0;transform:rotate(-35deg);box-shadow:0 2px 6px rgba(0,0,0,.22)}
.lotsimple-card-status{top:15px;left:-41px;width:170px;padding:7px 0;transform:rotate(-35deg);font-size:12px;box-shadow:0 2px 5px rgba(0,0,0,.2)}
.lotsimple-gallery-status-sold,.lotsimple-card-status-sold{background:#b42318}
.lotsimple-gallery-status-sale,.lotsimple-card-status-sale{background:#1769aa}
.lotsimple-vehicle-photo{position:relative}
.lotsimple-sold-button{background:#59636c}
.lotsimple-card-price-wrap{margin:8px 0}
.lotsimple-card-regular-price{font-size:13px;color:#687580;line-height:1.1}
.lotsimple-card-sale-price{margin:2px 0 0}
.lotsimple-sale-price-wrap{margin:10px 0 8px}
.lotsimple-regular-price{font-size:16px;color:#687580}
.lotsimple-sale-price{margin:0}
.lotsimple-save-amount{display:inline-block;margin-top:3px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.35px}
.lotsimple-sale-through{margin-top:4px;font-size:12px;color:#687580}
.lotsimple-sold-message{margin-top:32px;padding:26px 20px;border-top:1px solid #dfe5e8;text-align:center}
.lotsimple-sold-message h2{margin:0 0 8px}
.lotsimple-sold-message p{margin:0 auto;max-width:560px}

@media(max-width:700px){
  .lotsimple-detail-main-photo{height:480px !important}
  .lotsimple-gallery-arrow{width:44px;height:52px;font-size:38px}
  .lotsimple-gallery-prev{left:10px}.lotsimple-gallery-next{right:10px}
}
@media(max-width:500px){
  .lotsimple-detail-main-photo{height:360px !important}
  .lotsimple-gallery-arrow{width:42px;height:50px;font-size:36px}
  .lotsimple-gallery-status{top:18px;left:-62px;width:220px;font-size:12px}
}

/* LotSimple Free Alpha 3 standalone public site */
html,body.lotsimple-site-body{margin:0;padding:0}
body.lotsimple-site-body{background:#fff;color:#102748;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.lotsimple-site-shell{min-height:100vh;display:flex;flex-direction:column}
.lotsimple-site-header,.lotsimple-site-main,.lotsimple-footer-grid,.lotsimple-footer-bottom{width:min(1120px,calc(100% - 40px));margin-left:auto;margin-right:auto}
.lotsimple-site-header{padding:44px 0 16px;text-align:center}
.lotsimple-site-brand{display:inline-flex;flex-direction:column;align-items:center;gap:14px;text-decoration:none;color:inherit}
.lotsimple-site-brand img{display:block;max-width:320px;max-height:150px;width:auto;height:auto;object-fit:contain}
.lotsimple-site-brand span{font-size:30px;font-weight:800}
.lotsimple-business-description{max-width:780px;margin:20px auto 0;font-size:17px;line-height:1.65;color:#46566e}
.lotsimple-business-description p{margin:0 0 10px}
.lotsimple-site-main{flex:1;padding:12px 0 70px}
.lotsimple-inventory-heading{text-align:center;font-size:42px;font-weight:500;margin:16px 0 55px}
.lotsimple-site-footer{margin-top:auto;background:#082a57;color:#fff;padding:42px 0 24px}
.lotsimple-footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px}
.lotsimple-site-footer h2{margin:0 0 14px;font-size:22px;color:#fff}
.lotsimple-site-footer p{margin:5px 0;line-height:1.5}
.lotsimple-site-footer a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.lotsimple-footer-business{font-weight:800;font-size:17px}
.lotsimple-social-links{display:flex;flex-wrap:wrap;gap:10px}
.lotsimple-social-links a{display:inline-block;padding:8px 11px;border:1px solid rgba(255,255,255,.55);border-radius:999px;text-decoration:none;font-weight:700}
.lotsimple-footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.9)}
.lotsimple-footer-bottom a{font-weight:800}
body.lotsimple-site-body .lotsimple-public-button,body.lotsimple-site-body .lotsimple-map-button{background:var(--lotsimple-accent)}
body.lotsimple-site-body .lotsimple-thumb.active,body.lotsimple-site-body .lotsimple-detail-thumb.active{border-color:var(--lotsimple-accent)}
@media(max-width:700px){.lotsimple-site-header,.lotsimple-site-main,.lotsimple-footer-grid,.lotsimple-footer-bottom{width:min(100% - 28px,1120px)}.lotsimple-site-header{padding-top:28px}.lotsimple-site-brand img{max-width:260px;max-height:120px}.lotsimple-site-brand span{font-size:25px}.lotsimple-business-description{font-size:16px}.lotsimple-inventory-heading{font-size:34px;margin-bottom:34px}.lotsimple-footer-grid{grid-template-columns:1fr;gap:28px}.lotsimple-footer-bottom{display:block}.lotsimple-footer-bottom>div+div{margin-top:8px}}

/* Alpha 3 dealer identity + price disclaimer */
.lotsimple-dealer-intro{display:block!important;text-align:center!important;padding:34px 0 8px!important;margin:0 auto!important;max-width:900px!important}
.lotsimple-dealer-logo{display:block!important;visibility:visible!important;opacity:1!important;max-width:320px!important;max-height:150px!important;width:auto!important;height:auto!important;object-fit:contain!important;margin:0 auto 16px!important}
.lotsimple-dealer-name{display:block!important;font-size:30px!important;line-height:1.2!important;font-weight:800!important;color:#102748!important;margin:0 auto 12px!important}
.lotsimple-price-disclaimer{margin:4px 0 18px!important;color:#66758a!important;font-size:14px!important;font-style:italic!important}
@media(max-width:700px){.lotsimple-dealer-logo{max-width:260px!important;max-height:120px!important}.lotsimple-dealer-name{font-size:25px!important}}

/* Alpha 3.1 text-logo fallback */
.lotsimple-dealer-name-text{font-size:42px;font-weight:800;line-height:1.1;margin:0;color:#152238}


/* Alpha 3.2 branding refinements */
.lotsimple-accent-divider{height:3px;background:var(--lotsimple-accent);width:min(780px,88%);margin:28px auto 8px;border-radius:999px}
.lotsimple-detail-brand{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none!important;color:inherit!important;padding:34px 0 14px;margin:0 auto 18px;max-width:900px}
.lotsimple-detail-brand .lotsimple-dealer-logo{margin-bottom:14px!important}
.lotsimple-detail-brand .lotsimple-dealer-name{margin-bottom:0!important}
@media(max-width:700px){.lotsimple-accent-divider{width:92%;margin-top:22px}.lotsimple-detail-brand{padding-top:24px}}


/* Alpha 3.3 polish */
.lotsimple-dealer-intro{max-width:none!important;width:100%!important}
.lotsimple-accent-divider{width:100%!important;max-width:none!important}
@media(max-width:700px){.lotsimple-accent-divider{width:100%!important}}


/* Alpha 3.4 storefront polish */
.lotsimple-dealer-name{font-size:30px!important;font-weight:800!important;line-height:1.2!important;margin:0 auto 12px!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important}
.lotsimple-dealer-intro{width:100%!important;max-width:none!important}
.lotsimple-accent-divider{display:block!important;width:100%!important;max-width:none!important;margin:30px 0 8px!important}
@media(max-width:700px){.lotsimple-dealer-name{font-size:25px!important}.lotsimple-accent-divider{width:100%!important}}

/* Alpha 3.5: wider dealership description + vehicle color facts */
.lotsimple-business-description{max-width:none!important;width:100%!important;text-align:left!important;margin:22px 0 0!important;font-size:17px;line-height:1.65;color:#46566e}
.lotsimple-business-description p{margin:0 0 14px}
.lotsimple-vehicle-facts{display:flex;flex-wrap:wrap;gap:10px 24px;margin:0 0 20px;color:#526170;font-size:14px}
.lotsimple-vehicle-facts span{display:inline-block}
@media(max-width:700px){.lotsimple-business-description{font-size:16px}.lotsimple-vehicle-facts{display:grid;gap:6px}}
