/*
 * StartAuto 3.5.9.11.117
 * Final approved public template. This file is intentionally loaded after all
 * legacy styles so older release overrides cannot alter the accepted design.
 */
:root{
  --sa116-navy:#061f49;
  --sa116-navy-2:#0b2b5c;
  --sa116-red:#ef2029;
  --sa116-text:#10192b;
  --sa116-muted:#667085;
  --sa116-line:#dfe4eb;
  --sa116-soft:#f7f9fc;
  --sa116-card:#fff;
}

.startauto-home-page,
.startauto-listings-page,
.startauto-categories-page{background:#f8fafc}

.startauto-home-page .app-shell.app-shell-no-sidebar,
.startauto-listings-page .app-shell.app-shell-no-sidebar,
.startauto-categories-page .app-shell.app-shell-no-sidebar{
  display:block;
  width:min(1280px,100%);
  max-width:1280px;
  margin-inline:auto;
  border:0;
  background:transparent;
}

.startauto-home-page .app-shell.app-shell-no-sidebar .main-content,
.startauto-listings-page .app-shell.app-shell-no-sidebar .main-content,
.startauto-categories-page .app-shell.app-shell-no-sidebar .main-content{
  width:100%;
  max-width:none;
  padding:24px 4px 0;
  background:transparent;
}

.sa116-home{width:100%;color:var(--sa116-text)}

.sa116-search{
  display:grid;
  grid-template-columns:minmax(300px,1.7fr) minmax(170px,1.08fr) minmax(125px,.72fr) minmax(135px,.78fr) minmax(130px,.75fr) 168px;
  gap:16px;
  align-items:end;
  min-height:108px;
  margin:0;
  padding:17px 20px;
  border:1px solid var(--sa116-line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 2px 8px rgba(5,31,73,.035);
}
.sa116-search h1{
  align-self:start;
  margin:1px 8px 0 0;
  color:var(--sa116-text);
  font-size:24px;
  font-weight:820;
  line-height:1.2;
  letter-spacing:-.025em;
}
.sa116-search label{display:grid;gap:7px;min-width:0;margin:0}
.sa116-search label>span{
  color:#4c5566;
  font-size:10.5px;
  font-weight:560;
  line-height:1;
}
.sa116-search input,
.sa116-search select{
  width:100%;
  height:46px;
  min-width:0;
  padding:0 12px;
  border:1px solid #d7dde6;
  border-radius:6px;
  outline:0;
  background:#fff;
  color:#202939;
  font-size:12px;
}
.sa116-search input:focus,
.sa116-search select:focus{
  border-color:#8ea7c6;
  box-shadow:0 0 0 3px rgba(20,76,145,.08);
}
.sa116-search input::placeholder{color:#6b7280;opacity:1}
.sa116-search-button{
  width:100%;
  height:46px!important;
  min-height:46px!important;
  padding:0 16px!important;
  border-color:var(--sa116-red)!important;
  border-radius:6px!important;
  background:var(--sa116-red)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:760!important;
  white-space:nowrap;
  box-shadow:0 5px 13px rgba(239,32,41,.14);
}

.sa116-shortcuts{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px 13px;
  margin-top:20px;
}
.sa116-shortcut{
  position:relative;
  display:flex;
  min-width:0;
  height:88px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:9px;
  border:1px solid var(--sa116-line);
  border-radius:7px;
  background:#fff;
  color:#0b2046;
  box-shadow:0 2px 5px rgba(6,31,73,.02);
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.sa116-shortcut:hover{
  transform:translateY(-1px);
  border-color:#b9c8da;
  color:#061f49;
  box-shadow:0 7px 18px rgba(6,31,73,.07);
}
.sa116-shortcut-icon{
  display:block;
  width:31px!important;
  height:31px!important;
  flex:0 0 31px;
  color:#082455;
  stroke-width:1.75;
}
.sa116-shortcut strong{
  max-width:100%;
  overflow:hidden;
  color:#101c35;
  font-size:12px;
  font-weight:690;
  line-height:1.15;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sa116-shortcut.is-utility .sa116-shortcut-icon{color:#0a285e}
.sa116-shortcut:nth-child(2) .sa116-shortcut-icon path:last-child,
.sa116-shortcut:nth-child(4) .sa116-shortcut-icon path:last-child,
.sa116-shortcut:nth-child(5) .sa116-shortcut-icon path:last-child,
.sa116-shortcut:nth-child(9) .sa116-shortcut-icon path:last-child,
.sa116-shortcut:nth-child(11) .sa116-shortcut-icon path:last-child,
.sa116-shortcut:nth-child(12) .sa116-shortcut-icon path:last-child{stroke:var(--sa116-red)}

.sa116-trust{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  min-height:49px;
  margin-top:18px;
  border-top:1px solid var(--sa116-line);
  border-bottom:1px solid var(--sa116-line);
}
.sa116-trust>div{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:0;
  color:#1c2638;
}
.sa116-trust>div+div:before{
  position:absolute;
  left:0;
  width:1px;
  height:28px;
  background:var(--sa116-line);
  content:"";
}
.sa116-trust svg{width:23px;height:23px;color:#0a2c66}
.sa116-trust strong{font-size:11.5px;font-weight:560;white-space:nowrap}

.sa116-latest{padding-top:17px}
.sa116-latest>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:32px;
  margin-bottom:12px;
}
.sa116-latest h2{
  margin:0;
  color:#121927;
  font-size:20px;
  font-weight:820;
  line-height:1.2;
  letter-spacing:-.02em;
}
.sa116-latest>header>a{
  display:flex;
  align-items:center;
  gap:6px;
  color:#06285f;
  font-size:11.5px;
  font-weight:650;
}
.sa116-latest>header>a svg{width:14px;height:14px}
.sa116-listing-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:20px!important;
}
.sa116-listing-card{
  display:block!important;
  overflow:hidden;
  min-width:0;
  border:1px solid #dbe1e9!important;
  border-radius:8px!important;
  background:#fff;
  box-shadow:none!important;
}
.sa116-listing-card:hover{
  transform:translateY(-2px);
  border-color:#bcc9d9!important;
  box-shadow:0 10px 24px rgba(6,31,73,.08)!important;
}
.sa116-listing-card .listing-image-wrap{position:relative}
.sa116-listing-card .listing-image{
  display:block;
  width:100%;
  height:auto!important;
  aspect-ratio:1.42!important;
  overflow:hidden;
  background:#e9edf2;
}
.sa116-listing-card .listing-image img{width:100%;height:100%;object-fit:cover}
.sa116-listing-card .listing-body{padding:12px 12px 13px!important}
.sa116-listing-card .listing-title{
  display:block;
  min-height:0!important;
  overflow:hidden;
  color:#111827!important;
  font-size:15px!important;
  font-weight:780!important;
  line-height:1.28!important;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sa116-card-specs{
  display:flex!important;
  align-items:center;
  gap:7px;
  min-height:18px;
  margin:7px 0 0!important;
  overflow:hidden;
  color:#5e6878!important;
  font-size:10.5px!important;
  line-height:1!important;
  white-space:nowrap;
}
.sa116-card-specs i{color:#445064;font-style:normal}
.sa116-card-specs span{overflow:hidden;text-overflow:ellipsis}
.sa116-listing-card .listing-card-footer{
  display:block!important;
  margin:8px 0 0!important;
  padding:0!important;
  border:0!important;
}
.sa116-listing-card .listing-card-footer small{display:none!important}
.sa116-listing-card .listing-price{
  display:block;
  margin:0!important;
  color:var(--sa116-red)!important;
  font-size:15px!important;
  font-weight:840!important;
  line-height:1.2;
  text-align:left!important;
}
.sa116-listing-card .card-actions{top:8px!important;right:8px!important}
.sa116-listing-card .card-action{
  width:31px!important;
  height:31px!important;
  border:0!important;
  background:rgba(6,20,42,.25)!important;
  color:#fff!important;
  box-shadow:none!important;
  backdrop-filter:blur(3px);
}
.sa116-listing-card .card-compare{display:none!important}
.sa116-listing-card .favorite-icon svg{stroke-width:1.7}
.sa116-listing-card .card-photo-count{
  right:7px!important;
  bottom:7px!important;
  left:auto!important;
  display:flex;
  align-items:center;
  gap:4px;
  padding:4px 6px!important;
  border-radius:4px!important;
  background:rgba(13,24,42,.64)!important;
  color:#fff;
  font-size:9px!important;
}
.sa116-listing-card .card-photo-count svg{width:12px!important;height:12px!important}
.sa116-listing-card .listing-type-badge,
.sa116-listing-card .listing-freshness-badge{font-size:9px}

/* Listings and categories use the same full-width canvas as the homepage. */
.startauto-listings-page .seo-breadcrumbs{margin:0 0 9px;font-size:10.5px}
.startauto-listings-page .seo-listing-heading{
  align-items:center;
  gap:20px;
  margin:0 0 12px!important;
}
.startauto-listings-page .seo-listing-heading .eyebrow{display:none}
.startauto-listings-page .seo-listing-heading h1{
  margin:0 0 4px!important;
  color:var(--sa116-text);
  font-size:28px!important;
  line-height:1.1!important;
  letter-spacing:-.03em!important;
}
.startauto-listings-page .seo-listing-heading p{
  max-width:850px;
  color:var(--sa116-muted);
  font-size:11.5px!important;
  line-height:1.4;
}
.startauto-listings-page .seo-listing-heading>.btn{
  min-height:42px;
  padding:0 16px;
  border-radius:7px;
  background:var(--sa116-red);
  border-color:var(--sa116-red);
  font-size:11px;
}
.startauto-listings-page .compact-filters{
  margin:0;
  padding:12px!important;
  border:1px solid var(--sa116-line)!important;
  border-radius:8px!important;
  background:#fff;
  box-shadow:0 2px 8px rgba(5,31,73,.035)!important;
}
.startauto-listings-page .compact-filters .filters-primary{
  grid-template-columns:minmax(0,1.4fr) minmax(0,.92fr) minmax(0,1.1fr)!important;
  gap:8px 10px!important;
}
.startauto-listings-page .compact-filters .filters-primary input,
.startauto-listings-page .compact-filters .filters-primary select,
.startauto-listings-page .compact-filters .location-combobox>input[type=search]{
  min-height:40px!important;
  height:40px;
  padding:0 10px!important;
  border-radius:6px!important;
  font-size:11px!important;
}
.startauto-listings-page .compact-filters .filter-secondary-row{
  grid-template-columns:minmax(0,1fr) minmax(170px,.52fr) minmax(145px,.42fr)!important;
  gap:8px!important;
}
.startauto-listings-page .compact-filters .filter-submit{
  min-height:40px!important;
  border-radius:6px!important;
  background:var(--sa116-red)!important;
  border-color:var(--sa116-red)!important;
  font-size:11px!important;
}
.startauto-listings-page .compact-filters .advanced-filter-toggle{
  min-height:33px!important;
  margin-top:7px!important;
  padding-top:7px!important;
  font-size:10.5px!important;
}
.startauto-listings-page .results-bar{margin:12px 0 9px!important}
.startauto-listings-page .listing-grid-results{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:13px!important;
}
.startauto-listings-page .listing-grid-results .listing-card{
  display:block!important;
  border:1px solid #dbe1e9!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
.startauto-listings-page .listing-grid-results .listing-image{
  height:auto!important;
  aspect-ratio:1.42!important;
}
.startauto-listings-page .listing-grid-results .listing-body{padding:10px 11px 12px!important}
.startauto-listings-page .listing-grid-results .listing-title{font-size:13px!important;line-height:1.25}
.startauto-listings-page .listing-grid-results .listing-meta{font-size:9.5px!important}
.startauto-listings-page .listing-grid-results .listing-price{color:var(--sa116-red)!important}

.startauto-categories-page .startauto-catalog-heading{
  align-items:center!important;
  gap:20px!important;
  margin:0 0 12px!important;
}
.startauto-categories-page .startauto-catalog-heading .eyebrow{display:none}
.startauto-categories-page .startauto-catalog-heading h1{
  margin:0 0 4px!important;
  color:var(--sa116-text)!important;
  font-size:28px!important;
  line-height:1.1!important;
  letter-spacing:-.03em!important;
}
.startauto-categories-page .startauto-catalog-heading p:last-child{
  margin:0!important;
  color:var(--sa116-muted)!important;
  font-size:11.5px!important;
}
.startauto-categories-page .startauto-catalog-heading>.btn{
  min-height:42px!important;
  padding:0 16px!important;
  border-radius:7px!important;
  background:var(--sa116-red)!important;
  border-color:var(--sa116-red)!important;
  font-size:11px!important;
}
.startauto-categories-page .startauto-catalog-search{
  margin-bottom:12px!important;
  padding:9px 12px!important;
  border:1px solid var(--sa116-line)!important;
  border-radius:8px!important;
  background:#fff;
  box-shadow:0 2px 8px rgba(5,31,73,.035)!important;
}
.startauto-categories-page .startauto-catalog-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:11px!important;
}
.startauto-categories-page .startauto-catalog-card{
  overflow:hidden;
  border:1px solid var(--sa116-line)!important;
  border-radius:8px!important;
  background:#fff;
  box-shadow:none!important;
}
.startauto-categories-page .startauto-catalog-main{
  grid-template-columns:40px minmax(0,1fr) 15px!important;
  gap:9px!important;
  min-height:62px!important;
  padding:8px 9px!important;
}
.startauto-categories-page .startauto-catalog-visual{
  width:38px!important;
  height:38px!important;
  border:1px solid #dbe4ef!important;
  border-radius:7px!important;
  background:#f6f9fd!important;
  color:#0c326a!important;
}
.startauto-categories-page .startauto-catalog-icon,
.startauto-categories-page .startauto-category-vector-icon{
  width:24px!important;
  height:24px!important;
  max-width:24px!important;
  max-height:24px!important;
}
.startauto-categories-page .startauto-catalog-title strong{
  color:#14233a!important;
  font-size:12px!important;
  line-height:1.15!important;
}
.startauto-categories-page .startauto-catalog-title small{font-size:8.5px!important}
.startauto-categories-page .startauto-catalog-types{
  gap:4px!important;
  padding:6px!important;
}
.startauto-categories-page .startauto-catalog-types>a,
.startauto-categories-page .startauto-catalog-more a{
  min-height:28px!important;
  padding:4px 6px!important;
  border-radius:5px!important;
  font-size:9.5px!important;
}
.startauto-categories-page .startauto-catalog-help{border-radius:8px!important}

@media(max-width:1200px){
  .startauto-home-page .app-shell.app-shell-no-sidebar .main-content,
  .startauto-listings-page .app-shell.app-shell-no-sidebar .main-content,
  .startauto-categories-page .app-shell.app-shell-no-sidebar .main-content{padding-inline:14px}
  .sa116-search{
    grid-template-columns:minmax(250px,1.45fr) repeat(4,minmax(118px,1fr));
  }
  .sa116-search-button{grid-column:5;grid-row:2}
  .sa116-listing-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
  .startauto-listings-page .listing-grid-results{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .startauto-categories-page .startauto-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media(max-width:900px){
  .startauto-home-page .app-shell.app-shell-no-sidebar .main-content,
  .startauto-listings-page .app-shell.app-shell-no-sidebar .main-content,
  .startauto-categories-page .app-shell.app-shell-no-sidebar .main-content{padding:16px 13px 0}
  .sa116-search{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    min-height:0;
    padding:14px;
  }
  .sa116-search h1{grid-column:1/-1;font-size:21px}
  .sa116-search-button{grid-column:1/-1;grid-row:auto}
  .sa116-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}
  .sa116-shortcut{height:76px}
  .sa116-shortcut-icon{width:27px!important;height:27px!important;flex-basis:27px}
  .sa116-listing-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .startauto-listings-page .listing-grid-results{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .startauto-categories-page .startauto-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:680px){
  .sa116-search{grid-template-columns:1fr 1fr}
  .sa116-search h1{font-size:20px}
  .sa116-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .sa116-shortcut{height:72px;gap:6px}
  .sa116-shortcut strong{font-size:10.5px}
  .sa116-shortcut-icon{width:25px!important;height:25px!important;flex-basis:25px}
  .sa116-trust{grid-template-columns:1fr;gap:0}
  .sa116-trust>div{justify-content:flex-start;min-height:38px;padding:0 12px}
  .sa116-trust>div+div:before{top:0;left:12px;width:calc(100% - 24px);height:1px}
  .sa116-trust svg{width:19px;height:19px}
  .sa116-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .startauto-listings-page .seo-listing-heading,
  .startauto-categories-page .startauto-catalog-heading{display:grid!important}
  .startauto-listings-page .seo-listing-heading>.btn,
  .startauto-categories-page .startauto-catalog-heading>.btn{width:100%}
  .startauto-listings-page .compact-filters .filters-primary{grid-template-columns:1fr!important}
  .startauto-listings-page .compact-filters .filter-query,
  .startauto-listings-page .compact-filters .location-combobox,
  .startauto-listings-page .compact-filters .progressive-category-filter{grid-column:1!important}
  .startauto-listings-page .compact-filters .filter-secondary-row{grid-template-columns:1fr!important}
  .startauto-listings-page .listing-grid-results{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .startauto-categories-page .startauto-catalog-grid{grid-template-columns:1fr!important}
}

@media(max-width:430px){
  .sa116-search{grid-template-columns:1fr}
  .sa116-search h1{grid-column:1}
  .sa116-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sa116-latest h2{font-size:17px}
  .sa116-listing-grid,
  .startauto-listings-page .listing-grid-results{grid-template-columns:1fr!important}
  .sa116-listing-card,
  .startauto-listings-page .listing-grid-results .listing-card{display:block!important}
}

/*
 * StartAuto 3.5.9.11.117 — readable compact typography and the dedicated
 * StartAuto shortcut icon set. These rules intentionally remain last.
 */
.sa116-search h1{font-size:27px}
.sa116-search label>span,
.startauto-listings-page .compact-filters label>span,
.startauto-listings-page .compact-filters .filter-field-label{
  color:#425067;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.15;
}
.sa116-search input,
.sa116-search select{
  font-size:15px;
}
.sa116-search-button{
  font-size:14px!important;
}

.sa116-shortcuts{
  gap:10px;
  margin-top:14px;
}
.sa116-shortcut{
  height:62px;
  justify-content:flex-start;
  flex-direction:row;
  gap:10px;
  padding:0 13px;
  border-radius:10px;
}
.sa116-shortcut-icon{
  display:block;
  width:40px!important;
  height:40px!important;
  flex:0 0 40px;
  object-fit:contain;
}
.sa116-shortcut strong{
  color:#10203d;
  font-size:14px;
  font-weight:760;
  text-align:left;
}

.sa116-trust strong{font-size:13.5px;font-weight:680}
.sa116-latest h2{font-size:22px}
.sa116-latest>header>a{font-size:13px}
.sa116-listing-card .listing-title{font-size:16px!important}
.sa116-card-specs{font-size:12.5px!important}
.sa116-listing-card .listing-price{font-size:18px!important}
.sa116-listing-card .card-photo-count{font-size:11px!important}
.sa116-listing-card .listing-type-badge,
.sa116-listing-card .listing-freshness-badge{font-size:11px}

.startauto-listings-page .seo-breadcrumbs{
  margin-bottom:12px;
  font-size:13px;
}
.startauto-listings-page .seo-listing-heading h1,
.startauto-categories-page .startauto-catalog-heading h1{
  font-size:34px!important;
}
.startauto-listings-page .seo-listing-heading p,
.startauto-categories-page .startauto-catalog-heading p:last-child{
  font-size:14.5px!important;
  line-height:1.5;
}
.startauto-listings-page .seo-listing-heading>.btn,
.startauto-categories-page .startauto-catalog-heading>.btn{
  min-height:46px!important;
  padding-inline:18px!important;
  font-size:14px!important;
  font-weight:760;
}
.startauto-button-icon{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px;
}
.startauto-listings-page .compact-filters{
  padding:14px!important;
}
.startauto-listings-page .compact-filters .filters-primary input,
.startauto-listings-page .compact-filters .filters-primary select,
.startauto-listings-page .compact-filters .location-combobox>input[type=search]{
  min-height:44px!important;
  height:44px;
  padding:0 12px!important;
  font-size:14px!important;
}
.startauto-listings-page .compact-filters .filter-submit{
  min-height:44px!important;
  font-size:14px!important;
  font-weight:760;
}
.startauto-listings-page .compact-filters .advanced-filter-toggle{
  min-height:39px!important;
  font-size:13px!important;
}
.startauto-listings-page .seo-landing-links h2,
.startauto-listings-page .results-bar>strong{font-size:18px!important}
.startauto-listings-page .seo-chip-links a,
.startauto-listings-page .active-filter-chips a,
.startauto-listings-page .results-actions .btn{
  font-size:13px!important;
}
.startauto-listings-page .results-actions .startauto-button-icon{margin-right:5px}
.startauto-listings-page .listing-grid-results .listing-body{padding:13px!important}
.startauto-listings-page .listing-grid-results .listing-title{
  font-size:16px!important;
  line-height:1.3;
}
.startauto-listings-page .listing-grid-results .listing-meta{font-size:12px!important}
.startauto-listings-page .listing-grid-results .listing-price{font-size:18px!important}

.startauto-categories-page .startauto-catalog-search label>span{font-size:13px!important}
.startauto-categories-page .startauto-catalog-search input{font-size:15px!important}
.startauto-categories-page .startauto-catalog-search>strong{font-size:17px!important}
.startauto-categories-page .startauto-catalog-main{
  grid-template-columns:48px minmax(0,1fr) 18px!important;
  min-height:74px!important;
  padding:10px 11px!important;
}
.startauto-categories-page .startauto-catalog-visual{
  width:46px!important;
  height:46px!important;
}
.startauto-categories-page .startauto-catalog-icon,
.startauto-categories-page .startauto-category-vector-icon{
  width:28px!important;
  height:28px!important;
  max-width:28px!important;
  max-height:28px!important;
}
.startauto-categories-page .startauto-catalog-title strong{
  font-size:15px!important;
}
.startauto-categories-page .startauto-catalog-title small{
  font-size:12px!important;
}
.startauto-categories-page .startauto-catalog-types>a,
.startauto-categories-page .startauto-catalog-more a{
  min-height:34px!important;
  padding:6px 8px!important;
  font-size:13px!important;
}
.startauto-categories-page .startauto-catalog-more summary{font-size:13px!important}
.startauto-categories-page .startauto-catalog-help strong{font-size:15px}
.startauto-categories-page .startauto-catalog-help small{font-size:13px;line-height:1.4}
.startauto-help-icon{width:28px!important;height:28px!important;flex:0 0 28px;color:#0b2b5c}

@media(max-width:900px){
  .sa116-search h1{font-size:24px}
  .sa116-shortcut{
    height:64px;
    padding-inline:10px;
  }
  .sa116-shortcut-icon{width:36px!important;height:36px!important;flex-basis:36px}
  .sa116-shortcut strong{font-size:13px}
}

@media(max-width:680px){
  .sa116-search label>span,
  .startauto-listings-page .compact-filters label>span,
  .startauto-listings-page .compact-filters .filter-field-label{font-size:12.5px!important}
  .sa116-shortcut{
    height:78px;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    padding:6px;
  }
  .sa116-shortcut strong{
    font-size:11.5px;
    text-align:center;
  }
  .startauto-listings-page .seo-listing-heading h1,
  .startauto-categories-page .startauto-catalog-heading h1{font-size:28px!important}
}

/*
 * StartAuto 3.5.9.11.118 — approved visual system for the full public
 * marketplace. This section is authoritative and remains last so the same
 * typography, spacing, cards and image assets are used on every public view.
 */
:root{
  --sa118-navy:#061d46;
  --sa118-navy-2:#0b2d61;
  --sa118-red:#ef2029;
  --sa118-ink:#101b31;
  --sa118-muted:#66758a;
  --sa118-line:#dce3ec;
  --sa118-soft:#f5f7fb;
  --sa118-card:#fff;
  --sa118-radius:11px;
  --sa118-shadow:0 8px 24px rgba(10,35,70,.065);
}

.startauto-home-page,
.startauto-listings-page,
.startauto-categories-page,
.startauto-detail-page,
.startauto-vin-page{
  background:var(--sa118-soft);
  color:var(--sa118-ink);
}

.startauto-home-page .app-shell.app-shell-no-sidebar,
.startauto-listings-page .app-shell.app-shell-no-sidebar,
.startauto-categories-page .app-shell.app-shell-no-sidebar,
.startauto-detail-page .app-shell.app-shell-no-sidebar,
.startauto-vin-page .app-shell.app-shell-no-sidebar{
  display:block;
  width:min(1320px,100%);
  max-width:1320px;
  margin-inline:auto;
  border:0;
  background:transparent;
}

.startauto-home-page .app-shell.app-shell-no-sidebar .main-content,
.startauto-listings-page .app-shell.app-shell-no-sidebar .main-content,
.startauto-categories-page .app-shell.app-shell-no-sidebar .main-content,
.startauto-detail-page .app-shell.app-shell-no-sidebar .main-content,
.startauto-vin-page .app-shell.app-shell-no-sidebar .main-content{
  width:100%;
  max-width:none;
  margin:0;
  padding:24px 20px 0;
  background:transparent;
}

/* Home: approved search, 3D categories and dense listing grid. */
.sa116-search{
  grid-template-columns:minmax(250px,1.55fr) repeat(4,minmax(125px,.9fr)) 170px;
  gap:13px;
  min-height:112px;
  padding:18px 20px;
  border:1px solid var(--sa118-line);
  border-radius:var(--sa118-radius);
  box-shadow:0 4px 15px rgba(10,35,70,.045);
}
.sa116-search h1{
  margin:1px 10px 0 0;
  color:var(--sa118-ink);
  font-size:29px;
  font-weight:850;
  letter-spacing:-.035em;
}
.sa116-search label>span{
  color:#43516a;
  font-size:13px!important;
  font-weight:720!important;
}
.sa116-search input,
.sa116-search select{
  height:46px;
  padding-inline:12px;
  border-color:#d4dce7;
  border-radius:7px;
  font-size:15px;
}
.sa116-search-button{
  height:46px!important;
  font-size:14px!important;
}
.sa116-shortcuts{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.sa116-shortcut{
  height:116px;
  justify-content:center;
  flex-direction:column;
  gap:3px;
  padding:8px 10px 10px;
  overflow:hidden;
  border:1px solid var(--sa118-line);
  border-radius:var(--sa118-radius);
  background:#fff;
  box-shadow:0 3px 12px rgba(10,35,70,.04);
}
.sa116-shortcut:hover{
  transform:translateY(-2px);
  border-color:#aebed1;
  box-shadow:var(--sa118-shadow);
}
.sa116-shortcut-icon{
  width:112px!important;
  height:70px!important;
  max-width:72%;
  flex:0 0 70px;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.sa116-shortcut strong{
  color:#0f2246;
  font-size:18px;
  font-weight:820;
  line-height:1.1;
  text-align:center;
}
.sa116-trust{
  min-height:52px;
  margin-top:14px;
}
.sa116-trust strong{font-size:14px;font-weight:700}
.sa116-trust svg{width:22px;height:22px}
.sa116-latest{padding-top:18px}
.sa116-latest h2{font-size:24px}
.sa116-latest>header>a{font-size:14px}
.sa116-listing-grid{gap:14px!important}
.sa116-listing-card{
  border-radius:var(--sa118-radius)!important;
  box-shadow:0 3px 12px rgba(10,35,70,.035)!important;
}
.sa116-listing-card .listing-title{font-size:16px!important}
.sa116-card-specs{font-size:13px!important}
.sa116-listing-card .listing-price{font-size:18px!important}

/* Listings: full-width, readable filters and five consistent cards. */
.startauto-listings-page .seo-breadcrumbs,
.startauto-detail-page .breadcrumbs{
  margin:0 0 13px;
  color:#65758a;
  font-size:14px;
}
.startauto-listings-page .seo-listing-heading,
.startauto-categories-page .startauto-catalog-heading{
  margin-bottom:16px!important;
}
.startauto-listings-page .seo-listing-heading h1,
.startauto-categories-page .startauto-catalog-heading h1{
  color:var(--sa118-ink)!important;
  font-size:36px!important;
  font-weight:850;
  letter-spacing:-.035em!important;
}
.startauto-listings-page .seo-listing-heading p,
.startauto-categories-page .startauto-catalog-heading p:last-child{
  max-width:880px;
  color:var(--sa118-muted)!important;
  font-size:16px!important;
  line-height:1.5;
}
.startauto-listings-page .seo-listing-heading>.btn,
.startauto-categories-page .startauto-catalog-heading>.btn{
  min-height:46px!important;
  border-radius:8px!important;
  background:var(--sa118-red)!important;
  border-color:var(--sa118-red)!important;
  font-size:14px!important;
}
.startauto-listings-page .compact-filters{
  padding:16px!important;
  border-color:var(--sa118-line)!important;
  border-radius:var(--sa118-radius)!important;
  box-shadow:0 4px 15px rgba(10,35,70,.04)!important;
}
.startauto-listings-page .compact-filters label>span,
.startauto-listings-page .compact-filters .filter-field-label{
  font-size:13px!important;
  font-weight:720!important;
}
.startauto-listings-page .compact-filters .filters-primary input,
.startauto-listings-page .compact-filters .filters-primary select,
.startauto-listings-page .compact-filters .location-combobox>input[type=search]{
  min-height:46px!important;
  height:46px;
  border-color:#d5dde8;
  border-radius:7px!important;
  font-size:15px!important;
}
.startauto-listings-page .compact-filters .filter-submit{
  min-height:46px!important;
  background:var(--sa118-red)!important;
  border-color:var(--sa118-red)!important;
  font-size:14px!important;
}
.startauto-listings-page .compact-filters .advanced-filter-toggle{font-size:13px!important}
.startauto-listings-page .seo-chip-links a,
.startauto-listings-page .active-filter-chips a,
.startauto-listings-page .results-actions .btn{font-size:13px!important}
.startauto-listings-page .results-bar{
  margin:16px 0 12px!important;
  font-size:14px;
}
.startauto-listings-page .listing-grid-results{gap:14px!important}
.startauto-listings-page .listing-grid-results .listing-card{
  overflow:hidden;
  border-color:var(--sa118-line)!important;
  border-radius:var(--sa118-radius)!important;
  background:#fff;
  box-shadow:0 3px 12px rgba(10,35,70,.035)!important;
}
.startauto-listings-page .listing-grid-results .listing-body{padding:13px!important}
.startauto-listings-page .listing-grid-results .listing-title{font-size:16px!important}
.startauto-listings-page .listing-grid-results .listing-meta{font-size:12.5px!important}
.startauto-listings-page .listing-grid-results .listing-price{font-size:18px!important}

/* Category directory: approved automotive photography/3D cards. */
.startauto-categories-page .startauto-catalog-search{
  margin-bottom:16px!important;
  padding:12px 15px!important;
  border-color:var(--sa118-line)!important;
  border-radius:var(--sa118-radius)!important;
}
.startauto-categories-page .startauto-catalog-search label>span{font-size:13px!important}
.startauto-categories-page .startauto-catalog-search input{font-size:15px!important}
.startauto-categories-page .startauto-catalog-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
}
.startauto-categories-page .startauto-catalog-card{
  overflow:visible;
  border:1px solid var(--sa118-line)!important;
  border-radius:var(--sa118-radius)!important;
  background:#fff;
  box-shadow:0 4px 15px rgba(10,35,70,.04)!important;
}
.startauto-categories-page .startauto-catalog-main{
  display:flex!important;
  min-height:190px!important;
  padding:13px 14px 11px!important;
  align-items:center;
  justify-content:flex-start;
  flex-direction:column;
  gap:4px!important;
  text-align:center;
}
.startauto-categories-page .startauto-catalog-visual{
  display:grid;
  width:100%!important;
  height:112px!important;
  place-items:center;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
}
.startauto-categories-page .startauto-catalog-icon{
  width:100%!important;
  height:108px!important;
  max-width:210px!important;
  max-height:108px!important;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.startauto-categories-page .startauto-catalog-title{
  display:grid;
  gap:4px;
}
.startauto-categories-page .startauto-catalog-title strong{
  color:#102348!important;
  font-size:18px!important;
  font-weight:830;
  line-height:1.2!important;
}
.startauto-categories-page .startauto-catalog-title small{
  color:#78869a;
  font-size:13px!important;
}
.startauto-categories-page .startauto-catalog-open{display:none!important}
.startauto-categories-page .startauto-catalog-types{
  gap:5px!important;
  padding:9px!important;
  border-top:1px solid #edf1f5;
}
.startauto-categories-page .startauto-catalog-types>a,
.startauto-categories-page .startauto-catalog-more a{
  min-height:36px!important;
  padding:7px 8px!important;
  border-radius:6px!important;
  font-size:13px!important;
}
.startauto-categories-page .startauto-catalog-more summary{font-size:13px!important}
.startauto-categories-page .startauto-catalog-help{
  margin-top:18px;
  border-radius:var(--sa118-radius)!important;
}

/* Listing details: the same canvas, cards and typographic scale. */
.startauto-detail-page .listing-detail{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 350px!important;
  align-items:start;
  gap:18px!important;
}
.startauto-detail-page .listing-main,
.startauto-detail-page .listing-aside{min-width:0}
.startauto-detail-page .listing-gallery-v2,
.startauto-detail-page .detail-head-v2,
.startauto-detail-page .detail-section,
.startauto-detail-page .decision-card,
.startauto-detail-page .seller-card,
.startauto-detail-page .safety-box{
  border:1px solid var(--sa118-line)!important;
  border-radius:var(--sa118-radius)!important;
  background:#fff!important;
  box-shadow:0 4px 15px rgba(10,35,70,.04)!important;
}
.startauto-detail-page .listing-gallery-v2{padding:12px}
.startauto-detail-page .gallery-main-button,
.startauto-detail-page .gallery-main{
  width:100%;
  border-radius:8px;
}
.startauto-detail-page .gallery-main{
  max-height:520px;
  aspect-ratio:16/9;
  object-fit:cover;
}
.startauto-detail-page .thumbs{margin-top:10px}
.startauto-detail-page .thumbs button{border-radius:7px}
.startauto-detail-page .detail-head-v2{
  margin-top:14px;
  padding:19px 20px!important;
}
.startauto-detail-page .detail-head-v2 h1{
  color:var(--sa118-ink);
  font-size:30px!important;
  line-height:1.12;
  letter-spacing:-.03em;
}
.startauto-detail-page .detail-price{color:var(--sa118-red)!important;font-size:28px!important}
.startauto-detail-page .listing-meta{font-size:14px}
.startauto-detail-page .detail-quick-actions-v2{
  margin-top:12px;
  padding:10px;
  border:1px solid var(--sa118-line);
  border-radius:var(--sa118-radius);
  background:#fff;
}
.startauto-detail-page .detail-section{margin-top:14px;padding:20px!important}
.startauto-detail-page .detail-section h2{font-size:21px}
.startauto-detail-page .attribute-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.startauto-detail-page .attribute-grid dt{font-size:12px}
.startauto-detail-page .attribute-grid dd{font-size:15px}
.startauto-detail-page .listing-aside{
  position:sticky;
  top:78px;
  display:grid;
  gap:14px;
}
.startauto-detail-page .decision-card,
.startauto-detail-page .seller-card{margin:0!important;padding:20px!important}
.startauto-detail-page .decision-card h2,
.startauto-detail-page .seller-card h2{font-size:20px}
.startauto-detail-page .decision-card p,
.startauto-detail-page .seller-card p{font-size:14px;line-height:1.5}
.startauto-detail-page .decision-card .btn,
.startauto-detail-page .seller-card .btn{min-height:46px;font-size:14px}

/* VIN uses the approved shield and the same clean card system. */
.startauto-vin-page .app-shell.app-shell-no-sidebar .main-content{max-width:1180px;margin-inline:auto}
.startauto-vin-page .vin-hero{
  grid-template-columns:minmax(0,1fr) 150px;
  padding:28px 30px;
  border-color:var(--sa118-line);
  border-radius:var(--sa118-radius);
  background:#fff;
  box-shadow:0 4px 15px rgba(10,35,70,.04);
}
.startauto-vin-page .vin-hero h1{font-size:38px}
.startauto-vin-page .vin-hero p:last-child{font-size:16px;line-height:1.5}
.startauto-vin-page .vin-hero-icon{
  width:142px;
  height:112px;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
.startauto-vin-page .vin-hero-icon img{
  width:132px;
  height:94px;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.startauto-vin-page .vin-check-form{
  padding:16px;
  border-color:var(--sa118-line);
  border-radius:var(--sa118-radius);
}
.startauto-vin-page .vin-check-form label>span{font-size:13px}
.startauto-vin-page .vin-check-form input{height:50px;font-size:18px}
.startauto-vin-page .vin-check-form .btn{height:50px;font-size:14px}
.startauto-vin-page .vin-form-note{font-size:13px}
.startauto-vin-page .vin-result,
.startauto-vin-page .vin-history-panel,
.startauto-vin-page .vin-scope article{
  border-radius:var(--sa118-radius);
  box-shadow:0 4px 15px rgba(10,35,70,.035);
}
.startauto-vin-page .vin-history-panel h2{font-size:19px}
.startauto-vin-page .vin-history-panel p:last-child{font-size:14px}
.startauto-vin-page .vin-scope h2{font-size:19px}
.startauto-vin-page .vin-scope article strong{font-size:14px}
.startauto-vin-page .vin-scope article small{font-size:12px}

@media(max-width:1180px){
  .sa116-search{grid-template-columns:minmax(230px,1.35fr) repeat(4,minmax(112px,1fr))}
  .sa116-search-button{grid-column:5;grid-row:2}
  .startauto-categories-page .startauto-catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}

@media(max-width:920px){
  .startauto-home-page .app-shell.app-shell-no-sidebar .main-content,
  .startauto-listings-page .app-shell.app-shell-no-sidebar .main-content,
  .startauto-categories-page .app-shell.app-shell-no-sidebar .main-content,
  .startauto-detail-page .app-shell.app-shell-no-sidebar .main-content,
  .startauto-vin-page .app-shell.app-shell-no-sidebar .main-content{padding:18px 14px 0}
  .sa116-search{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sa116-search h1{grid-column:1/-1;font-size:26px}
  .sa116-search-button{grid-column:1/-1;grid-row:auto}
  .sa116-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr))}
  .startauto-listings-page .listing-grid-results,
  .sa116-listing-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .startauto-categories-page .startauto-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .startauto-detail-page .listing-detail{grid-template-columns:minmax(0,1fr)!important}
  .startauto-detail-page .listing-aside{position:static}
}

@media(max-width:680px){
  .startauto-listings-page .seo-listing-heading h1,
  .startauto-categories-page .startauto-catalog-heading h1{font-size:29px!important}
  .startauto-listings-page .seo-listing-heading p,
  .startauto-categories-page .startauto-catalog-heading p:last-child{font-size:14px!important}
  .sa116-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .sa116-shortcut{height:104px;padding:7px 5px}
  .sa116-shortcut-icon{width:88px!important;height:58px!important;flex-basis:58px}
  .sa116-shortcut strong{font-size:14px}
  .startauto-listings-page .listing-grid-results,
  .sa116-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .startauto-categories-page .startauto-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .startauto-categories-page .startauto-catalog-main{min-height:168px!important}
  .startauto-categories-page .startauto-catalog-visual{height:94px!important}
  .startauto-categories-page .startauto-catalog-icon{height:90px!important}
  .startauto-categories-page .startauto-catalog-title strong{font-size:16px!important}
  .startauto-detail-page .detail-head-v2{display:grid}
  .startauto-detail-page .detail-head-v2 h1{font-size:26px!important}
  .startauto-detail-page .attribute-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .startauto-vin-page .vin-hero{grid-template-columns:1fr;padding:22px}
  .startauto-vin-page .vin-hero-icon{display:none}
  .startauto-vin-page .vin-hero h1{font-size:31px}
  .startauto-vin-page .vin-check-form{grid-template-columns:1fr}
}

@media(max-width:430px){
  .sa116-search{grid-template-columns:1fr}
  .sa116-search h1{grid-column:1}
  .sa116-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sa116-shortcut{height:106px}
  .startauto-listings-page .listing-grid-results,
  .sa116-listing-grid{grid-template-columns:1fr!important}
  .startauto-categories-page .startauto-catalog-grid{grid-template-columns:1fr!important}
  .startauto-categories-page .startauto-catalog-main{min-height:180px!important}
}

/*
 * StartAuto 3.5.9.11.119 — corrected category catalogue.
 * The accepted preview uses ten equal market cards and a separate popular
 * category strip. These rules intentionally remain last and are scoped to
 * /kategorie so older catalogue experiments cannot change this layout.
 */
.startauto-categories-page .startauto-catalog-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:14px!important;
}
.startauto-categories-page .startauto-catalog-card{
  display:flex!important;
  min-width:0;
  min-height:276px!important;
  overflow:hidden!important;
  border:1px solid var(--sa118-line)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(10,35,70,.055)!important;
}
.startauto-categories-page .startauto-catalog-card:hover{
  transform:translateY(-2px);
  border-color:#b8c5d6!important;
  box-shadow:0 10px 28px rgba(10,35,70,.09)!important;
}
.startauto-categories-page .startauto-catalog-main{
  display:grid!important;
  grid-template-rows:174px minmax(80px,auto);
  width:100%!important;
  min-height:274px!important;
  height:100%;
  padding:0!important;
  align-items:stretch!important;
  justify-items:stretch!important;
  gap:0!important;
  text-align:center;
  text-decoration:none;
}
.startauto-categories-page .startauto-catalog-visual{
  display:grid!important;
  width:100%!important;
  height:174px!important;
  padding:10px 12px 0;
  place-items:center;
  overflow:hidden;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
}
.startauto-categories-page .startauto-catalog-icon{
  display:block;
  width:100%!important;
  height:160px!important;
  max-width:256px!important;
  max-height:160px!important;
  object-fit:contain!important;
  mix-blend-mode:normal!important;
}
.startauto-categories-page .startauto-catalog-title{
  display:flex!important;
  min-height:100px;
  padding:13px 12px 16px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:7px!important;
  border-top:1px solid #f0f3f7;
}
.startauto-categories-page .startauto-catalog-title strong{
  color:#102348!important;
  font-size:19px!important;
  font-weight:850!important;
  line-height:1.18!important;
  letter-spacing:-.015em;
}
.startauto-categories-page .startauto-catalog-title small{
  color:#697a91!important;
  font-size:14px!important;
  font-weight:620;
  line-height:1.3;
}
.startauto-categories-page .startauto-catalog-types,
.startauto-categories-page .startauto-catalog-more{
  display:none!important;
}
.startauto-categories-page .startauto-catalog-popular{
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  min-height:82px;
  margin-top:18px;
  padding:14px 18px;
  align-items:center;
  gap:18px;
  border:1px solid var(--sa118-line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 15px rgba(10,35,70,.035);
}
.startauto-categories-page .startauto-catalog-popular>strong{
  color:#102348;
  font-size:17px;
  font-weight:820;
}
.startauto-categories-page .startauto-catalog-popular nav{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
}
.startauto-categories-page .startauto-catalog-popular a{
  display:flex;
  min-height:42px;
  padding:8px 10px;
  align-items:center;
  justify-content:center;
  border:1px solid #dce4ee;
  border-radius:8px;
  background:#fff;
  color:#102348;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
}
.startauto-categories-page .startauto-catalog-popular a:hover{
  border-color:#9fb0c6;
  background:#f8faff;
}

@media(max-width:1180px){
  .startauto-categories-page .startauto-catalog-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  .startauto-categories-page .startauto-catalog-popular{
    grid-template-columns:180px minmax(0,1fr);
  }
  .startauto-categories-page .startauto-catalog-popular nav{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:920px){
  .startauto-categories-page .startauto-catalog-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:680px){
  .startauto-categories-page .startauto-catalog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .startauto-categories-page .startauto-catalog-card{
    min-height:230px!important;
  }
  .startauto-categories-page .startauto-catalog-main{
    grid-template-rows:136px minmax(86px,auto);
    min-height:228px!important;
  }
  .startauto-categories-page .startauto-catalog-visual{
    height:136px!important;
    padding:6px 8px 0;
  }
  .startauto-categories-page .startauto-catalog-icon{
    height:128px!important;
  }
  .startauto-categories-page .startauto-catalog-title{
    min-height:92px;
    padding:11px 8px 13px;
  }
  .startauto-categories-page .startauto-catalog-title strong{
    font-size:16px!important;
  }
  .startauto-categories-page .startauto-catalog-title small{
    font-size:12.5px!important;
  }
  .startauto-categories-page .startauto-catalog-popular{
    grid-template-columns:1fr;
    gap:12px;
  }
  .startauto-categories-page .startauto-catalog-popular nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:390px){
  .startauto-categories-page .startauto-catalog-grid{
    grid-template-columns:1fr!important;
  }
  .startauto-categories-page .startauto-catalog-card,
  .startauto-categories-page .startauto-catalog-main{
    min-height:250px!important;
  }
  .startauto-categories-page .startauto-catalog-main{
    grid-template-rows:150px minmax(98px,auto);
  }
  .startauto-categories-page .startauto-catalog-visual{
    height:150px!important;
  }
  .startauto-categories-page .startauto-catalog-icon{
    height:142px!important;
  }
  .startauto-categories-page .startauto-catalog-title strong{
    font-size:18px!important;
  }
}

/*
 * StartAuto 3.5.9.11.119 — one full-width public shell without a sidebar.
 * The sidebar is removed in the shared PHP layout; these final rules are a
 * defensive guard against older grid and sidebar declarations.
 */
body:not(.admin-page) .app-shell.app-shell-no-sidebar{
  display:block!important;
  grid-template-columns:minmax(0,1fr)!important;
  width:min(1320px,100%)!important;
  max-width:1320px!important;
  margin-inline:auto!important;
  border:0!important;
  background:transparent!important;
}
body:not(.admin-page) .app-shell.app-shell-no-sidebar>.sidebar{
  display:none!important;
}
body:not(.admin-page) .app-shell.app-shell-no-sidebar>.main-content{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:24px 20px 0!important;
}
@media(max-width:920px){
  body:not(.admin-page) .app-shell.app-shell-no-sidebar>.main-content{
    padding:18px 14px 0!important;
  }
}

/*
 * StartAuto 3.5.9.11.121 — production category imagery and compact cards.
 * This is the final scoped authority for /kategorie. Every generated vehicle
 * uses the same 512 × 320 canvas and is rendered without legacy 48 px limits.
 */
.startauto-categories-page .startauto-catalog-card{
  min-height:228px!important;
}
.startauto-categories-page .startauto-catalog-main{
  grid-template-rows:144px minmax(82px,auto)!important;
  min-height:226px!important;
}
.startauto-categories-page .startauto-catalog-visual{
  width:100%!important;
  height:144px!important;
  padding:5px 9px 0!important;
  overflow:hidden!important;
}
.startauto-categories-page .startauto-catalog-icon{
  width:100%!important;
  height:139px!important;
  max-width:236px!important;
  max-height:139px!important;
  object-fit:contain!important;
  object-position:center!important;
}
.startauto-categories-page .startauto-catalog-title{
  min-height:82px!important;
  padding:11px 10px 13px!important;
}
.startauto-categories-page .startauto-catalog-title strong{
  font-size:19px!important;
}
.startauto-categories-page .startauto-catalog-search>strong{
  white-space:nowrap;
  font-size:16px;
}
@media(max-width:680px){
  .startauto-categories-page .startauto-catalog-card{min-height:218px!important}
  .startauto-categories-page .startauto-catalog-main{
    grid-template-rows:132px minmax(84px,auto)!important;
    min-height:216px!important;
  }
  .startauto-categories-page .startauto-catalog-visual{
    height:132px!important;
    padding:4px 6px 0!important;
  }
  .startauto-categories-page .startauto-catalog-icon{
    height:128px!important;
    max-height:128px!important;
  }
}

/*
 * StartAuto 3.5.9.11.122 — authoritative public mobile header and bottom bar.
 * Older desktop header rules must never create horizontal overflow on phones.
 */
@media(max-width:900px){
  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden!important;
  }
  body:not(.admin-page){
    padding-bottom:calc(94px + env(safe-area-inset-bottom))!important;
  }
  body:not(.admin-page) .topbar{
    width:100%;
    max-width:100%;
    height:68px!important;
    overflow:hidden;
  }
  body:not(.admin-page) .topbar-inner{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    height:68px!important;
    min-width:0!important;
    margin:0!important;
    padding-left:max(12px,env(safe-area-inset-left))!important;
    padding-right:max(12px,env(safe-area-inset-right))!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    overflow:hidden!important;
  }
  body:not(.admin-page) .brand-logo{
    display:flex!important;
    width:auto!important;
    min-width:0!important;
    max-width:calc(100% - 56px)!important;
    height:68px!important;
    flex:1 1 auto!important;
    justify-content:flex-start!important;
    padding:0!important;
    overflow:hidden!important;
  }
  body:not(.admin-page) .brand-logo-image{
    display:block!important;
    width:min(176px,52vw)!important;
    max-width:100%!important;
    height:auto!important;
    max-height:48px!important;
    margin:0!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  body:not(.admin-page) .desktop-nav.startauto-menu-b{
    display:none!important;
    width:0!important;
    min-width:0!important;
    height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }
  body:not(.admin-page) .top-actions{
    display:flex!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:46px!important;
    margin:0 0 0 auto!important;
    padding:0!important;
    flex:0 0 46px!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:0!important;
    overflow:visible!important;
  }
  body:not(.admin-page) .top-actions>:not(.menu-toggle){
    display:none!important;
  }
  body:not(.admin-page) .topbar .menu-toggle{
    display:grid!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
    flex:0 0 44px!important;
    place-items:center!important;
  }
  body:not(.admin-page) .mobile-menu{
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:none!important;
  }
  body:not(.admin-page) .mobile-bottom{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    width:100%!important;
    max-width:100%!important;
    height:calc(72px + env(safe-area-inset-bottom))!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    padding:0 4px env(safe-area-inset-bottom)!important;
    overflow:visible!important;
  }
  body:not(.admin-page) .mobile-bottom>a{
    display:flex!important;
    min-width:0!important;
    height:72px!important;
    padding:9px 2px 7px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    overflow:visible!important;
  }
  body:not(.admin-page) .mobile-bottom .mobile-nav-icon.ui-icon{
    display:block!important;
    width:27px!important;
    height:27px!important;
    min-width:27px!important;
    max-width:27px!important;
    flex:0 0 27px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:currentColor!important;
    box-shadow:none!important;
    filter:none!important;
    stroke-width:2.15!important;
  }
  body:not(.admin-page) .mobile-bottom .mobile-nav-label{
    display:block!important;
    width:100%!important;
    font-size:11px!important;
    font-weight:750!important;
    line-height:1.05!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body:not(.admin-page) .mobile-bottom>a.is-active{
    color:#073f70!important;
  }
  body:not(.admin-page) .mobile-bottom>a.is-active .mobile-nav-icon{
    color:#e6242f!important;
  }
  body:not(.admin-page) .mobile-bottom .mobile-add{
    padding-top:0!important;
  }
  body:not(.admin-page) .mobile-bottom .mobile-add>.mobile-nav-icon.ui-icon{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    flex-basis:46px!important;
    margin-top:-20px!important;
    padding:11px!important;
    border:3px solid #fff!important;
    border-radius:50%!important;
    background:#e6242f!important;
    color:#fff!important;
    box-shadow:0 7px 18px rgba(194,25,39,.3)!important;
  }
  body:not(.admin-page) .mobile-bottom .mobile-add>.mobile-add-label{
    margin-top:-1px!important;
    color:#17314c!important;
  }
  body:not(.admin-page) .main-content{
    padding-bottom:20px!important;
  }
  .startauto-home-page .sa116-search-button{
    scroll-margin-bottom:calc(104px + env(safe-area-inset-bottom));
  }
}
@media(max-width:420px){
  body:not(.admin-page) .topbar-inner{
    padding-left:max(10px,env(safe-area-inset-left))!important;
    padding-right:max(10px,env(safe-area-inset-right))!important;
  }
  body:not(.admin-page) .brand-logo-image{
    width:min(158px,50vw)!important;
  }
  body:not(.admin-page) .mobile-bottom{
    padding-inline:1px!important;
  }
  body:not(.admin-page) .mobile-bottom .mobile-nav-label{
    font-size:10.5px!important;
  }
}


/* StartAuto 3.5.9.11.124 — artistic, readable category directory. */
.startauto-categories-page .startauto-catalog-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
}
.startauto-categories-page .startauto-catalog-card{
  overflow:hidden!important;
  border:1px solid #d9e3ef!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(9,42,82,.055)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.startauto-categories-page .startauto-catalog-card:hover{
  transform:translateY(-3px);
  border-color:#b8cce2!important;
  box-shadow:0 13px 30px rgba(9,42,82,.11)!important;
}
.startauto-categories-page .startauto-catalog-main{
  display:flex!important;
  min-height:184px!important;
  padding:12px 12px 14px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-direction:column!important;
  gap:3px!important;
  text-align:center!important;
}
.startauto-categories-page .startauto-catalog-visual{
  display:grid!important;
  width:100%!important;
  height:105px!important;
  place-items:center!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.startauto-categories-page .startauto-catalog-icon{
  display:block!important;
  width:100%!important;
  height:102px!important;
  max-width:205px!important;
  max-height:102px!important;
  margin:0!important;
  object-fit:contain!important;
  mix-blend-mode:normal!important;
  filter:none!important;
}
.startauto-categories-page .startauto-catalog-title{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
  place-items:center!important;
}
.startauto-categories-page .startauto-catalog-title strong{
  color:#10264a!important;
  font-size:18px!important;
  font-weight:850!important;
  line-height:1.16!important;
  text-wrap:balance;
}
.startauto-categories-page .startauto-catalog-title small{
  color:#6d7d91!important;
  font-size:12.5px!important;
  font-weight:650!important;
  line-height:1.25!important;
}
.startauto-categories-page .startauto-catalog-card:focus-within{
  outline:3px solid rgba(17,105,204,.2)!important;
  outline-offset:2px!important;
}
@media(max-width:1320px) and (min-width:1001px){
  .startauto-categories-page .startauto-catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:1000px) and (min-width:541px){
  .startauto-categories-page .startauto-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .startauto-categories-page .startauto-catalog-main{min-height:178px!important}
}
@media(max-width:540px){
  .startauto-categories-page .startauto-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .startauto-categories-page .startauto-catalog-main{min-height:160px!important;padding:9px 7px 11px!important}
  .startauto-categories-page .startauto-catalog-visual{height:86px!important}
  .startauto-categories-page .startauto-catalog-icon{height:84px!important;max-height:84px!important;max-width:160px!important}
  .startauto-categories-page .startauto-catalog-title strong{font-size:14px!important}
  .startauto-categories-page .startauto-catalog-title small{font-size:10.5px!important}
}
@media(max-width:370px){
  .startauto-categories-page .startauto-catalog-grid{grid-template-columns:1fr!important}
}


/* StartAuto 3.5.9.11.126 — fix clipped photorealistic category icons. */
.startauto-categories-page .startauto-catalog-main{
  min-height:194px!important;
  padding:12px 12px 16px!important;
  gap:8px!important;
}
.startauto-categories-page .startauto-catalog-visual{
  height:118px!important;
  padding:8px 12px 12px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.startauto-categories-page .startauto-catalog-icon{
  width:100%!important;
  height:100%!important;
  max-width:194px!important;
  max-height:98px!important;
  object-fit:contain!important;
  object-position:center center!important;
}
@media(max-width:540px){
  .startauto-categories-page .startauto-catalog-main{min-height:166px!important;padding:9px 7px 12px!important;gap:6px!important}
  .startauto-categories-page .startauto-catalog-visual{height:92px!important;padding:6px 8px 8px!important}
  .startauto-categories-page .startauto-catalog-icon{max-width:148px!important;max-height:76px!important}
}


/* StartAuto 3.5.9.11.127 — larger category icons without clipping + cleaner footer. */
.startauto-categories-page .startauto-catalog-main{
  min-height:190px!important;
  padding:12px 12px 14px!important;
  gap:4px!important;
}
.startauto-categories-page .startauto-catalog-visual{
  height:126px!important;
  padding:4px 8px 8px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.startauto-categories-page .startauto-catalog-icon{
  width:100%!important;
  height:100%!important;
  max-width:228px!important;
  max-height:118px!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.startauto-categories-page .startauto-catalog-title strong{
  font-size:17px!important;
}
@media(max-width:540px){
  .startauto-categories-page .startauto-catalog-main{min-height:164px!important;padding:9px 7px 11px!important;gap:4px!important}
  .startauto-categories-page .startauto-catalog-visual{height:96px!important;padding:4px 6px 6px!important}
  .startauto-categories-page .startauto-catalog-icon{max-width:164px!important;max-height:86px!important}
}
.footer{
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  align-items:center!important;
  column-gap:20px!important;
  row-gap:10px!important;
}
.footer .footer-brand{
  align-items:center!important;
  gap:12px!important;
}
.footer .footer-brand img{
  width:150px!important;
  height:auto!important;
}
.footer nav{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px 18px!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.footer .footer-data-attribution{
  grid-column:1 / -1!important;
  margin-top:0!important;
}
@media(max-width:900px){
  .footer{display:block!important}
  .footer nav{margin-top:12px!important}
}


/* StartAuto 3.5.9.11.128 — final category icon scale and footer polish. */
.startauto-categories-page .startauto-catalog-main{
  min-height:188px!important;
  padding:11px 11px 14px!important;
  gap:3px!important;
}
.startauto-categories-page .startauto-catalog-visual{
  height:128px!important;
  padding:2px 4px 6px!important;
  box-sizing:border-box!important;
  place-items:center!important;
  overflow:visible!important;
}
.startauto-categories-page .startauto-catalog-icon{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:238px!important;
  max-height:122px!important;
  margin:0 auto!important;
  object-fit:contain!important;
  object-position:center 54%!important;
}
.startauto-categories-page .startauto-catalog-title{
  margin-top:0!important;
}
@media(max-width:540px){
  .startauto-categories-page .startauto-catalog-main{min-height:162px!important;padding:8px 7px 11px!important;gap:3px!important}
  .startauto-categories-page .startauto-catalog-visual{height:98px!important;padding:2px 4px 5px!important}
  .startauto-categories-page .startauto-catalog-icon{max-width:172px!important;max-height:91px!important;object-position:center 54%!important}
}
.footer{
  column-gap:28px!important;
  row-gap:14px!important;
  padding-top:26px!important;
}
.footer .footer-brand{
  gap:16px!important;
  white-space:nowrap!important;
}
.footer nav{
  gap:14px 22px!important;
  line-height:1.35!important;
}
@media(max-width:900px){
  .footer .footer-brand{white-space:normal!important}
  .footer nav{gap:12px 18px!important}
}


/* StartAuto 3.5.9.11.129 — automotive account menu. */
.topbar .account-menu-panel-automotive{
  width:410px!important;
  max-width:calc(100vw - 24px)!important;
  max-height:calc(100vh - 92px)!important;
  padding:12px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  border:1px solid #d7e1ed!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 24px 70px rgba(6,30,67,.22)!important;
  scrollbar-width:thin;
  scrollbar-color:#c4d2e3 transparent;
}
.account-menu-head-automotive{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  padding:8px 8px 16px!important;
  margin:0 4px 8px!important;
  border-bottom:1px solid #dce5ef!important;
}
.account-menu-head-avatar{
  display:grid!important;
  width:52px!important;
  height:52px!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#eaf2ff!important;
  color:#0b376f!important;
}
.account-menu-head-ui-icon{
  width:28px!important;
  height:28px!important;
  stroke-width:1.8!important;
}
.account-menu-head-copy{
  min-width:0!important;
}
.account-menu-head-copy strong,
.account-menu-head-copy small{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.account-menu-head-copy strong{
  color:#102e58!important;
  font-size:15px!important;
  font-weight:750!important;
}
.account-menu-head-copy small{
  margin-top:2px!important;
  color:#708198!important;
  font-size:12px!important;
}
.account-menu-panel-automotive>.account-menu-item,
.account-menu-panel-automotive>form>.account-menu-logout{
  width:100%!important;
  min-height:50px!important;
  padding:9px 12px!important;
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:11px!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  background:transparent!important;
  color:#12345f!important;
  font-size:15px!important;
  font-weight:580!important;
  line-height:1.2!important;
  text-align:left!important;
}
.account-menu-panel-automotive>.account-menu-item:hover,
.account-menu-panel-automotive>.account-menu-item:focus-visible{
  border-color:#d5e5fb!important;
  background:#f4f8ff!important;
  color:#075fc7!important;
}
.account-menu-panel-automotive>.account-menu-primary{
  margin-bottom:4px!important;
  border-color:#1169dd!important;
  background:#f7faff!important;
  color:#075fc7!important;
  font-weight:780!important;
  box-shadow:inset 0 0 0 1px rgba(17,105,221,.08)!important;
}
.account-menu-panel-automotive>.account-menu-item.is-current{
  border-color:#99c1f3!important;
  background:#edf5ff!important;
  color:#075fc7!important;
  font-weight:740!important;
}
.account-menu-panel-automotive .account-menu-ui-icon{
  width:27px!important;
  height:27px!important;
  color:#0a376e!important;
  stroke-width:1.85!important;
}
.account-menu-panel-automotive>.account-menu-item:hover .account-menu-ui-icon,
.account-menu-panel-automotive>.account-menu-item:focus-visible .account-menu-ui-icon,
.account-menu-panel-automotive>.account-menu-item.is-current .account-menu-ui-icon,
.account-menu-panel-automotive>.account-menu-primary .account-menu-ui-icon{
  color:#0867d5!important;
}
.account-menu-panel-automotive .account-menu-chevron{
  width:18px!important;
  height:18px!important;
  color:#315579!important;
}
.account-menu-panel-automotive .account-menu-separator{
  height:1px!important;
  margin:8px 10px!important;
  background:#dce5ef!important;
}
.account-menu-panel-automotive .count-badge{
  min-width:24px!important;
  height:22px!important;
  line-height:22px!important;
  background:#e9f2ff!important;
  color:#075fc7!important;
}
.account-menu-panel-automotive>.account-menu-admin{
  font-weight:700!important;
}
.account-menu-panel-automotive>form{
  margin:0!important;
}
.account-menu-panel-automotive>form>.account-menu-logout{
  color:#c62828!important;
}
.account-menu-panel-automotive>form>.account-menu-logout .account-menu-ui-icon{
  color:#c62828!important;
}
.account-menu-panel-automotive>form>.account-menu-logout:hover,
.account-menu-panel-automotive>form>.account-menu-logout:focus-visible{
  border-color:#ffd3d3!important;
  background:#fff5f5!important;
  color:#b61e24!important;
}
@media(max-width:900px){
  .topbar .account-menu-panel-automotive{
    right:-4px!important;
    width:min(410px,calc(100vw - 20px))!important;
    max-height:calc(100vh - 84px)!important;
  }
}


/* StartAuto 3.5.9.11.133 — catalogue growth, automotive leads and dealer suite. */
.automotive-suite-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:0 0 22px;padding:26px 28px;border:1px solid #dce6f2;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#f3f8ff 100%);box-shadow:0 12px 34px rgba(7,40,80,.07)}
.automotive-suite-hero h1{margin:2px 0 8px;font-size:34px;line-height:1.08}.automotive-suite-hero p{margin:0;max-width:760px;color:#60728a}
.automotive-selected-listing{display:flex;align-items:center;gap:16px;margin-bottom:18px;padding:12px;border:1px solid #dce6f2;border-radius:14px;background:#fff}.automotive-selected-listing img{width:150px;height:92px;object-fit:cover;border-radius:10px}.automotive-selected-listing div{display:grid;gap:3px}.automotive-selected-listing span,.automotive-selected-listing small{color:#64758a}.automotive-selected-listing strong{font-size:18px}
.automotive-suite-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:18px}.automotive-lead-panel{padding:22px}.automotive-consent{margin:14px 0}.automotive-suite-benefits{padding:22px;border-radius:16px;background:#082d5b;color:#fff}.automotive-suite-benefits h2{margin-top:0}.automotive-suite-benefits ol{display:grid;gap:12px;padding-left:22px}.automotive-suite-benefits p{color:#cfe0f5;font-size:13px}
.dealer-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0}.dealer-package-card{position:relative;padding:22px;border:1px solid #dce6f2;border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(7,40,80,.06)}.dealer-package-card.is-recommended{border-color:#1769cc;box-shadow:0 12px 34px rgba(23,105,204,.15)}.dealer-package-card>span{position:absolute;right:14px;top:14px;padding:4px 9px;border-radius:999px;background:#e9f2ff;color:#0756b5;font-size:11px;font-weight:800}.dealer-package-card h2,.dealer-package-card h3{margin:0 0 8px}.dealer-package-card>strong{display:block;color:#ef2b24;font-size:21px}.dealer-package-card ul{display:grid;gap:8px;padding:0;margin:18px 0;list-style:none}.dealer-package-card li{display:flex;gap:7px;align-items:flex-start}.dealer-package-note{margin-top:16px}
.automotive-next-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.automotive-next-step-grid>a{display:flex;gap:10px;align-items:flex-start;padding:14px;border:1px solid #dce6f2;border-radius:13px;background:#fff;color:#10264a}.automotive-next-step-grid>a:hover{border-color:#8eb5e6;box-shadow:0 8px 22px rgba(7,40,80,.08)}.automotive-next-step-grid svg{flex:0 0 auto}.automotive-next-step-grid span{display:grid;gap:3px}.automotive-next-step-grid small{color:#68798e;line-height:1.35}
.growth-suite-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.growth-suite-stats strong{display:flex;align-items:center;gap:7px}.growth-suite-columns{align-items:start}.growth-lead-list{display:grid;gap:10px}.growth-lead-list article{display:flex;justify-content:space-between;gap:12px;padding:12px;border:1px solid #e0e7f0;border-radius:12px}.growth-lead-list article>div{display:grid;gap:2px}.growth-lead-list article span,.growth-lead-list article small{color:#6a7a8e;font-size:12px}.growth-lead-list form{display:flex;align-items:center;gap:6px}.growth-lead-list select{border:1px solid #d7e0ec;border-radius:8px;padding:7px}.admin-package-grid{margin:0}.model-landing-hero{align-items:center}
@media(max-width:1000px){.automotive-suite-layout{grid-template-columns:1fr}.dealer-package-grid{grid-template-columns:1fr 1fr}.automotive-next-step-grid{grid-template-columns:1fr}.growth-suite-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.automotive-suite-hero{display:block;padding:20px}.automotive-suite-hero h1{font-size:28px}.automotive-suite-hero .btn{margin-top:14px}.dealer-package-grid{grid-template-columns:1fr}.automotive-selected-listing img{width:100px;height:74px}.growth-suite-stats{grid-template-columns:1fr 1fr}.growth-lead-list article{display:block}.growth-lead-list form{margin-top:8px;flex-wrap:wrap}}


/* StartAuto 3.5.9.11.134 — working financing shortcut and market car valuation. */
.startauto-valuation-page .valuation-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:20px;padding:26px 30px;border:1px solid #dce6f2;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#f1f7ff 100%);box-shadow:0 12px 34px rgba(7,40,80,.07)}
.startauto-valuation-page .valuation-hero h1{margin:2px 0 8px;font-size:38px;line-height:1.05}.startauto-valuation-page .valuation-hero p:last-child{max-width:760px;margin:0;color:#60728a}.startauto-valuation-page .valuation-hero img{width:190px;height:auto;object-fit:contain}
.valuation-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:18px}.valuation-form-panel{padding:22px}.valuation-form{display:grid;gap:18px}.valuation-form .btn{justify-self:start}.valuation-form-note{margin:0;color:#6b7b91;font-size:12px}.valuation-explainer{padding:22px;border-radius:16px;background:#082d5b;color:#fff}.valuation-explainer h2{margin-top:0}.valuation-explainer ol{display:grid;gap:12px;padding-left:22px}.valuation-explainer p{color:#cfe0f5;font-size:13px}
.valuation-message{display:flex;gap:14px;align-items:flex-start;margin-top:20px;padding:20px;border-radius:14px}.valuation-message--warning{border:1px solid #efd79c;background:#fff9e9}.valuation-message .ui-icon{flex:0 0 auto}.valuation-message p{margin:4px 0 8px;color:#66758a}
.valuation-result{margin-top:22px;padding:26px;border:1px solid #cfdeef;border-radius:18px;background:#fff;box-shadow:0 14px 40px rgba(7,40,80,.08)}.valuation-result>header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.valuation-result h2{margin:2px 0 0;font-size:28px}.valuation-confidence{padding:7px 11px;border-radius:999px;font-size:12px;font-weight:800}.valuation-confidence.is-high{background:#e7f8ee;color:#116a3b}.valuation-confidence.is-medium{background:#eaf2ff;color:#1757a4}.valuation-confidence.is-low{background:#fff3d7;color:#8a5a00}
.valuation-prices{display:grid;grid-template-columns:1.2fr 1fr .65fr;gap:12px;margin:20px 0}.valuation-prices>div{padding:18px;border:1px solid #dfe7f1;border-radius:14px;background:#f8fbff}.valuation-prices small,.valuation-prices strong{display:block}.valuation-prices small{color:#68798f}.valuation-prices strong{margin-top:5px;color:#092a55;font-size:20px}.valuation-main-price{background:linear-gradient(135deg,#092f61,#0e5ea8)!important;border-color:transparent!important;color:#fff}.valuation-main-price small,.valuation-main-price strong{color:#fff}.valuation-main-price strong{font-size:30px}.valuation-notice{padding:12px 14px;border-radius:10px;background:#f5f7fa;color:#66758a;font-size:13px}
.valuation-comparables{margin-top:22px}.valuation-comparables h3{font-size:17px}.valuation-comparables>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.valuation-comparables a{display:grid;grid-template-columns:90px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;border:1px solid #e0e7f0;border-radius:12px;color:#0b2b55;background:#fff}.valuation-comparables img{width:90px;height:64px;object-fit:cover;border-radius:8px}.valuation-comparables span strong,.valuation-comparables span small{display:block}.valuation-comparables span small{color:#718096}.valuation-comparables b{color:#e5272d;white-space:nowrap}.valuation-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
@media(max-width:1000px){.valuation-layout{grid-template-columns:1fr}.valuation-prices{grid-template-columns:1fr 1fr}.valuation-comparables>div{grid-template-columns:1fr}}
@media(max-width:620px){.startauto-valuation-page .valuation-hero{padding:20px}.startauto-valuation-page .valuation-hero img{display:none}.startauto-valuation-page .valuation-hero h1{font-size:30px}.valuation-result{padding:18px}.valuation-result>header{display:block}.valuation-confidence{display:inline-block;margin-top:10px}.valuation-prices{grid-template-columns:1fr}.valuation-comparables a{grid-template-columns:72px minmax(0,1fr)}.valuation-comparables img{width:72px;height:58px}.valuation-comparables b{grid-column:2}}


/* StartAuto 3.5.9.11.134-rc2 — financing comparison and aligned release state. */
.startauto-financing-page .financing-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:20px;padding:26px 30px;border:1px solid #dce6f2;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#eef6ff 100%);box-shadow:0 12px 34px rgba(7,40,80,.07)}
.startauto-financing-page .financing-hero h1{margin:2px 0 8px;font-size:38px;line-height:1.05}.startauto-financing-page .financing-hero p:last-child{max-width:780px;margin:0;color:#60728a}.financing-hero-icon{width:74px!important;height:74px!important;padding:16px;border-radius:22px;background:#e6f0ff;color:#075fbd}
.financing-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:18px}.financing-form-panel{padding:22px}.financing-form{display:grid;gap:18px}.financing-form .btn{justify-self:start}.financing-form-panel .section-heading{align-items:flex-end}.financing-form-panel .section-heading small{color:#697a90}
.financing-explainer{padding:22px;border-radius:16px;background:#082d5b;color:#fff}.financing-explainer h2{margin-top:0}.financing-explainer ul{display:grid;gap:10px;padding-left:20px}.financing-explainer p{color:#cfe0f5;font-size:13px}
.financing-results{margin-top:22px;padding:26px;border:1px solid #cfdeef;border-radius:18px;background:#fff;box-shadow:0 14px 40px rgba(7,40,80,.08)}.financing-results>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.financing-results h2{margin:2px 0 0;font-size:28px}.financing-result-meta{display:flex;gap:10px;flex-wrap:wrap}.financing-result-meta span{display:grid;padding:9px 12px;border-radius:10px;background:#f2f6fb;color:#64758a;font-size:11px}.financing-result-meta strong{color:#092a55;font-size:15px}
.financing-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}.financing-product-card{position:relative;padding:20px;border:1px solid #dfe7f1;border-radius:16px;background:#fff}.financing-product-card.is-featured{border-color:#4f91de;box-shadow:0 10px 30px rgba(8,83,166,.1)}.financing-product-card h3{margin:7px 0;font-size:20px}.financing-product-card>p{min-height:58px;color:#65768c;font-size:13px}.financing-product-badges{display:flex;gap:6px;flex-wrap:wrap;min-height:25px}.financing-product-badges span{padding:4px 8px;border-radius:999px;background:#e7f2ff;color:#075cab;font-size:10px;font-weight:800}.financing-monthly{display:grid;margin:17px 0;padding:15px;border-radius:12px;background:#092f61;color:#fff}.financing-monthly small{color:#d6e7fa}.financing-monthly strong{font-size:28px}.financing-product-card dl{display:grid;gap:0;margin:0}.financing-product-card dl>div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #edf1f6}.financing-product-card dt{color:#65768c}.financing-product-card dd{margin:0;color:#0b2b55;font-weight:800;text-align:right}.financing-limit{margin:14px 0 0!important;min-height:auto!important;padding:8px 10px;border-radius:8px;font-weight:750}.financing-limit.is-ok{background:#e9f8ef;color:#126c3e}.financing-limit.is-over{background:#fff0ed;color:#a02f24}.financing-notice{margin:20px 0 0;padding:12px 14px;border-radius:10px;background:#f5f7fa;color:#66758a;font-size:13px}
.financing-real-offers{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:26px;margin-top:18px;padding:24px}.financing-real-offers h2{margin:3px 0 8px}.financing-real-offers>div>p:last-child{color:#64758a}.financing-real-offers form{display:grid;gap:12px}.financing-admin-settings{margin-top:18px}.financing-admin-settings>.section-heading p{margin:4px 0 0;color:#6b7a90}.financing-admin-settings form{display:grid;gap:16px}.financing-admin-settings .form-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.financing-admin-settings .btn{justify-self:start}
@media(max-width:1100px){.financing-product-grid{grid-template-columns:1fr 1fr}.financing-admin-settings .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.financing-layout,.financing-real-offers{grid-template-columns:1fr}.financing-product-grid{grid-template-columns:1fr}.financing-results>header{display:block}.financing-result-meta{margin-top:12px}}
@media(max-width:620px){.startauto-financing-page .financing-hero{padding:20px}.startauto-financing-page .financing-hero h1{font-size:30px}.financing-hero-icon{display:none}.financing-results{padding:18px}.financing-admin-settings .form-grid{grid-template-columns:1fr}}


/* StartAuto 3.5.9.11.137 — neutralne ikony strony głównej z żywszymi akcentami. */
.sa116-shortcut{
  min-height:116px!important;
  background:linear-gradient(180deg,#fff 0%,#fefefe 100%)!important;
  border-color:#dce4ee!important;
  box-shadow:0 5px 16px rgba(8,35,77,.045)!important;
}
.sa116-shortcut:hover{
  border-color:#b8c8dc!important;
  box-shadow:0 11px 25px rgba(8,35,77,.09)!important;
}
.sa116-shortcut-icon{
  width:132px!important;
  height:76px!important;
  max-width:82%!important;
  flex:0 0 76px!important;
  object-fit:contain!important;
  object-position:center center!important;
  mix-blend-mode:normal!important;
  filter:none!important;
}
.sa116-shortcut strong{
  color:#0d2349!important;
  font-size:18px!important;
  font-weight:820!important;
}
.sa137-trust{
  min-height:104px!important;
  margin-top:20px!important;
  padding:12px 0!important;
  border:1px solid #e1e8f1!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(8,35,77,.035)!important;
}
.sa137-trust>.sa137-trust-item{
  justify-content:flex-start!important;
  gap:16px!important;
  min-height:76px!important;
  padding:10px 28px!important;
}
.sa137-trust>.sa137-trust-item+div:before{
  height:62px!important;
  background:#e1e8f1!important;
}
.sa137-trust-icon{
  display:grid!important;
  width:58px!important;
  height:58px!important;
  flex:0 0 58px!important;
  place-items:center!important;
  border-radius:14px!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(8,35,77,.14)!important;
}
.sa137-trust-icon svg{
  width:31px!important;
  height:31px!important;
  color:inherit!important;
}
.sa137-trust-item.is-blue .sa137-trust-icon{background:linear-gradient(145deg,#1577dd,#2c8ceb)!important}
.sa137-trust-item.is-green .sa137-trust-icon{background:linear-gradient(145deg,#18a978,#31c397)!important}
.sa137-trust-item.is-red .sa137-trust-icon{background:linear-gradient(145deg,#ed1f2f,#ff3b47)!important}
.sa137-trust-item>span:last-child{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
}
.sa137-trust strong{
  color:#102345!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1.2!important;
  white-space:normal!important;
}
.sa137-trust small{
  color:#5f6f84!important;
  font-size:12.5px!important;
  font-weight:520!important;
  line-height:1.35!important;
}
@media(max-width:920px){
  .sa116-shortcut-icon{width:112px!important;height:68px!important;flex-basis:68px!important}
  .sa137-trust{grid-template-columns:1fr!important;padding:4px 12px!important}
  .sa137-trust>.sa137-trust-item{min-height:72px!important;padding:9px 8px!important}
  .sa137-trust>.sa137-trust-item+div:before{top:0!important;left:8px!important;width:calc(100% - 16px)!important;height:1px!important}
}
@media(max-width:680px){
  .sa116-shortcut-icon{width:94px!important;height:61px!important;flex-basis:61px!important}
  .sa116-shortcut strong{font-size:14px!important}
  .sa137-trust-icon{width:48px!important;height:48px!important;flex-basis:48px!important;border-radius:12px!important}
  .sa137-trust-icon svg{width:26px!important;height:26px!important}
  .sa137-trust strong{font-size:14px!important}
  .sa137-trust small{font-size:11.5px!important}
}


/* StartAuto 3.5.9.11.139 — uporządkowany katalog i szybsza decyzja na stronie oferty. */
.startauto-detail-page .gallery-main{
  max-height:450px!important;
  aspect-ratio:16/10!important;
  object-fit:contain!important;
  background:#f6f8fb!important;
}
.startauto-detail-page .detail-quick-facts{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:0!important;
  margin-top:12px!important;
  overflow:hidden!important;
  border:1px solid var(--sa118-line)!important;
  border-radius:var(--sa118-radius)!important;
  background:#fff!important;
  box-shadow:0 4px 15px rgba(10,35,70,.04)!important;
}
.startauto-detail-page .detail-quick-facts>div{
  min-width:0!important;
  padding:13px 14px!important;
  border-right:1px solid #e8edf4!important;
}
.startauto-detail-page .detail-quick-facts>div:last-child{border-right:0!important}
.startauto-detail-page .detail-quick-facts small{
  display:block!important;
  overflow:hidden!important;
  color:#6a788c!important;
  font-size:11px!important;
  line-height:1.2!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.startauto-detail-page .detail-quick-facts strong{
  display:block!important;
  margin-top:5px!important;
  overflow:hidden!important;
  color:#0d254b!important;
  font-size:15px!important;
  line-height:1.2!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.startauto-detail-page .detail-financing-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:6px!important;
  margin-top:8px!important;
  color:#075fbd!important;
  font-size:12px!important;
  font-weight:800!important;
}
.startauto-detail-page .detail-financing-link .ui-icon{width:16px!important;height:16px!important}
.startauto-detail-page .listing-decision-aside{position:sticky!important;top:82px!important}
.startauto-listings-page .seo-content-grid:has(.seo-content-card:only-child){grid-template-columns:1fr!important}
@media(max-width:1180px){
  .startauto-detail-page .detail-quick-facts{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .startauto-detail-page .detail-quick-facts>div:nth-child(3n){border-right:0!important}
  .startauto-detail-page .detail-quick-facts>div:nth-child(n+4){border-top:1px solid #e8edf4!important}
}
@media(max-width:900px){
  .startauto-detail-page .listing-decision-aside{position:static!important;top:auto!important}
  .startauto-detail-page .gallery-main{max-height:420px!important}
}
@media(max-width:560px){
  .startauto-detail-page .detail-quick-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .startauto-detail-page .detail-quick-facts>div{border-right:1px solid #e8edf4!important;border-top:0!important}
  .startauto-detail-page .detail-quick-facts>div:nth-child(2n){border-right:0!important}
  .startauto-detail-page .detail-quick-facts>div:nth-child(n+3){border-top:1px solid #e8edf4!important}
  .startauto-detail-page .gallery-main{max-height:330px!important}
}


/* StartAuto 3.5.9.11.140 — organized automotive account hub inspired by the approved Nocuj layout. */
.topbar .account-menu-panel-organized{
  width:560px!important;
  max-width:calc(100vw - 24px)!important;
  max-height:min(86vh,820px)!important;
  padding:14px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  border:1px solid #d8e2ed!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 28px 80px rgba(7,31,67,.24)!important;
  scrollbar-width:thin!important;
  scrollbar-color:#bdcddd transparent!important;
}
.account-menu-panel-organized .account-hub-head{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  margin:0!important;
  padding:8px 12px 20px!important;
  border-bottom:1px solid #dce5ed!important;
}
.account-hub-avatar{
  display:grid!important;
  width:64px!important;
  height:64px!important;
  place-items:center!important;
  border-radius:20px!important;
  background:#0b3768!important;
  color:#fff!important;
  font-size:20px!important;
  font-weight:850!important;
  letter-spacing:.02em!important;
}
.account-hub-identity{display:grid!important;gap:3px!important;min-width:0!important}
.account-hub-identity strong{overflow:hidden!important;color:#102e58!important;font-size:22px!important;font-weight:820!important;line-height:1.15!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.account-hub-identity small{overflow:hidden!important;color:#6d7e91!important;font-size:15px!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.account-hub-quick-grid,
.account-hub-seller-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.account-hub-quick-grid{margin-top:14px!important}
.account-hub-quick-card,
.account-hub-seller-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  min-height:92px!important;
  padding:14px 15px!important;
  border:1px solid #dce5ed!important;
  border-radius:17px!important;
  background:#fff!important;
  color:#143961!important;
  transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease!important;
}
.account-hub-quick-card:hover,
.account-hub-quick-card:focus-visible,
.account-hub-seller-card:hover,
.account-hub-seller-card:focus-visible{
  transform:translateY(-1px)!important;
  border-color:#9fc1eb!important;
  background:#f7faff!important;
  box-shadow:0 9px 24px rgba(8,45,86,.08)!important;
}
.account-hub-quick-card.is-current,
.account-hub-seller-card.is-current{
  border-color:#0b68db!important;
  background:#eff6ff!important;
  box-shadow:inset 0 0 0 2px rgba(11,104,219,.10)!important;
}
.account-hub-card-icon{
  width:34px!important;
  height:34px!important;
  color:#174f7d!important;
  stroke-width:1.75!important;
}
.account-hub-quick-card>span,
.account-hub-seller-card>span,
.account-hub-settings>span{display:grid!important;gap:3px!important;min-width:0!important}
.account-hub-quick-card strong,
.account-hub-seller-card strong,
.account-hub-settings strong{color:#12385e!important;font-size:16px!important;font-weight:800!important;line-height:1.2!important}
.account-hub-quick-card small,
.account-hub-seller-card small,
.account-hub-settings small{color:#738294!important;font-size:12.5px!important;font-weight:520!important;line-height:1.25!important}
.account-hub-count{
  min-width:25px!important;
  height:25px!important;
  padding:0 7px!important;
  border-radius:999px!important;
  background:#e4f0ff!important;
  color:#075fc7!important;
  font-size:11px!important;
  font-weight:850!important;
  line-height:25px!important;
  text-align:center!important;
}
.account-hub-section{margin-top:18px!important;padding-top:17px!important;border-top:1px solid #dce5ed!important}
.account-hub-section h2{
  margin:0 12px 9px!important;
  color:#7a8996!important;
  font-size:12px!important;
  font-weight:850!important;
  letter-spacing:.16em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}
.account-hub-link-list{display:grid!important;gap:1px!important}
.account-hub-link{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) 20px!important;
  align-items:center!important;
  gap:12px!important;
  min-height:52px!important;
  padding:8px 12px!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  color:#173c63!important;
  font-size:15px!important;
  font-weight:680!important;
}
.account-hub-link:hover,
.account-hub-link:focus-visible,
.account-hub-link.is-current{border-color:#d6e5f6!important;background:#f4f8fd!important;color:#075fc7!important}
.account-hub-link-icon{width:27px!important;height:27px!important;color:#3c6b70!important;stroke-width:1.75!important}
.account-hub-link:hover .account-hub-link-icon,
.account-hub-link:focus-visible .account-hub-link-icon,
.account-hub-link.is-current .account-hub-link-icon{color:#0b68cf!important}
.account-hub-chevron{width:18px!important;height:18px!important;color:#8594a2!important}
.account-hub-seller-card{background:#f2f7f5!important}
.account-hub-seller-card.is-add{background:#fff4f4!important;border-color:#f4dada!important}
.account-hub-seller-card.is-add .account-hub-card-icon,
.account-hub-seller-card.is-add strong{color:#d32931!important}
.account-hub-settings{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 20px!important;
  align-items:center!important;
  gap:12px!important;
  min-height:76px!important;
  padding:12px 14px!important;
  border:1px solid transparent!important;
  border-radius:14px!important;
  color:#153a61!important;
}
.account-hub-settings:hover,
.account-hub-settings:focus-visible,
.account-hub-settings.is-current{border-color:#d6e5f6!important;background:#f4f8fd!important}
.account-hub-footer{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  margin-top:18px!important;
  padding-top:15px!important;
  border-top:1px solid #dce5ed!important;
}
.account-hub-footer.has-admin{grid-template-columns:minmax(0,1fr) 150px!important}
.account-hub-footer form{margin:0!important}
.account-hub-admin,
.account-hub-logout{
  width:100%!important;
  min-height:50px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:10px 14px!important;
  border:1px solid #d7e1eb!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#163d62!important;
  font-size:14px!important;
  font-weight:780!important;
}
.account-hub-admin:hover,
.account-hub-admin:focus-visible{border-color:#a8c4e5!important;background:#f4f8fd!important;color:#075fc7!important}
.account-hub-logout{color:#c62a31!important}
.account-hub-logout:hover,
.account-hub-logout:focus-visible{border-color:#f1bfc2!important;background:#fff5f5!important;color:#b51f27!important}
.account-hub-footer-icon{width:24px!important;height:24px!important;stroke-width:1.8!important}
@media(max-width:1100px){
  .topbar .account-menu-panel-organized{width:min(540px,calc(100vw - 20px))!important;right:-6px!important}
}
@media(max-width:620px){
  .topbar .account-menu-panel-organized{width:calc(100vw - 16px)!important;max-height:calc(100vh - 76px)!important;padding:10px!important;border-radius:18px!important}
  .account-menu-panel-organized .account-hub-head{grid-template-columns:52px minmax(0,1fr)!important;padding:6px 8px 15px!important}
  .account-hub-avatar{width:52px!important;height:52px!important;border-radius:16px!important;font-size:17px!important}
  .account-hub-identity strong{font-size:18px!important}
  .account-hub-identity small{font-size:13px!important}
  .account-hub-quick-grid,
  .account-hub-seller-grid{grid-template-columns:1fr!important;gap:8px!important}
  .account-hub-quick-card,
  .account-hub-seller-card{min-height:76px!important;padding:11px 12px!important}
  .account-hub-footer.has-admin{grid-template-columns:1fr!important}
}


/* StartAuto 3.5.9.11.141 — fixed account menu header/footer with compact scrollable content. */
.topbar .account-menu-panel-organized{
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  width:540px!important;
  height:min(744px,calc(100vh - 84px))!important;
  max-height:calc(100vh - 84px)!important;
  padding:12px!important;
  overflow:hidden!important;
  overscroll-behavior:contain!important;
}
.account-menu-panel-organized .account-hub-head{
  position:relative!important;
  z-index:2!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  gap:14px!important;
  padding:6px 10px 14px!important;
  background:#fff!important;
}
.account-menu-panel-organized .account-hub-avatar{
  width:56px!important;
  height:56px!important;
  border-radius:17px!important;
  font-size:18px!important;
}
.account-menu-panel-organized .account-hub-identity strong{font-size:20px!important}
.account-menu-panel-organized .account-hub-identity small{font-size:14px!important}
.account-menu-panel-organized .account-hub-scroll{
  min-height:0!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  padding:0 7px 4px 0!important;
  scrollbar-gutter:stable!important;
  scrollbar-width:thin!important;
  scrollbar-color:#b8c8d8 transparent!important;
  overscroll-behavior:contain!important;
}
.account-menu-panel-organized .account-hub-scroll::-webkit-scrollbar{width:6px!important}
.account-menu-panel-organized .account-hub-scroll::-webkit-scrollbar-track{background:transparent!important}
.account-menu-panel-organized .account-hub-scroll::-webkit-scrollbar-thumb{background:#b8c8d8!important;border-radius:999px!important}
.account-menu-panel-organized .account-hub-scroll::-webkit-scrollbar-thumb:hover{background:#90a7bb!important}
.account-menu-panel-organized .account-hub-quick-grid{margin-top:10px!important;gap:8px!important}
.account-menu-panel-organized .account-hub-quick-card,
.account-menu-panel-organized .account-hub-seller-card{
  min-height:78px!important;
  padding:11px 13px!important;
  gap:10px!important;
  border-radius:15px!important;
}
.account-menu-panel-organized .account-hub-card-icon{width:30px!important;height:30px!important}
.account-menu-panel-organized .account-hub-quick-card strong,
.account-menu-panel-organized .account-hub-seller-card strong,
.account-menu-panel-organized .account-hub-settings strong{font-size:15px!important}
.account-menu-panel-organized .account-hub-quick-card small,
.account-menu-panel-organized .account-hub-seller-card small,
.account-menu-panel-organized .account-hub-settings small{font-size:11.5px!important}
.account-menu-panel-organized .account-hub-section{margin-top:13px!important;padding-top:12px!important}
.account-menu-panel-organized .account-hub-section h2{margin:0 10px 6px!important;font-size:11px!important}
.account-menu-panel-organized .account-hub-link{
  min-height:44px!important;
  padding:6px 10px!important;
  grid-template-columns:30px minmax(0,1fr) 18px!important;
  gap:10px!important;
  font-size:14px!important;
}
.account-menu-panel-organized .account-hub-link-icon{width:24px!important;height:24px!important}
.account-menu-panel-organized .account-hub-settings{min-height:64px!important;padding:9px 12px!important}
.account-menu-panel-organized .account-hub-footer{
  position:relative!important;
  z-index:2!important;
  margin-top:8px!important;
  padding-top:10px!important;
  gap:8px!important;
  background:#fff!important;
}
.account-menu-panel-organized .account-hub-admin,
.account-menu-panel-organized .account-hub-logout{min-height:46px!important;padding:8px 12px!important}
@media(max-width:1180px) and (min-width:901px){
  .topbar .account-menu-panel-organized{width:510px!important;right:-4px!important}
}
@media(max-height:800px) and (min-width:621px){
  .topbar .account-menu-panel-organized{height:calc(100vh - 76px)!important;max-height:calc(100vh - 76px)!important;padding:10px!important}
  .account-menu-panel-organized .account-hub-head{grid-template-columns:50px minmax(0,1fr)!important;padding:4px 8px 10px!important}
  .account-menu-panel-organized .account-hub-avatar{width:50px!important;height:50px!important;border-radius:15px!important}
  .account-menu-panel-organized .account-hub-quick-card,
  .account-menu-panel-organized .account-hub-seller-card{min-height:70px!important;padding:9px 11px!important}
  .account-menu-panel-organized .account-hub-link{min-height:40px!important;padding:5px 9px!important}
  .account-menu-panel-organized .account-hub-section{margin-top:10px!important;padding-top:9px!important}
}
@media(max-width:620px){
  .topbar .account-menu-panel-organized{
    width:calc(100vw - 16px)!important;
    height:calc(100vh - 72px)!important;
    max-height:calc(100vh - 72px)!important;
    padding:9px!important;
  }
  .account-menu-panel-organized .account-hub-scroll{padding-right:4px!important}
  .account-menu-panel-organized .account-hub-quick-grid,
  .account-menu-panel-organized .account-hub-seller-grid{grid-template-columns:1fr!important}
  .account-menu-panel-organized .account-hub-quick-card,
  .account-menu-panel-organized .account-hub-seller-card{min-height:68px!important}
  .account-menu-panel-organized .account-hub-footer.has-admin{grid-template-columns:1fr 112px!important}
  .account-menu-panel-organized .account-hub-admin,
  .account-menu-panel-organized .account-hub-logout{font-size:12px!important;gap:6px!important}
}
@media(max-width:430px){
  .account-menu-panel-organized .account-hub-footer.has-admin{grid-template-columns:1fr!important}
}


/* StartAuto 3.5.9.11.142 — closed account menu must never stay painted above the page. */
.topbar .account-menu-panel-organized[hidden]{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.topbar .account-menu-panel-organized:not([hidden]){
  display:grid!important;
  visibility:visible!important;
  pointer-events:auto!important;
}


/* StartAuto 3.5.9.11.144 — catalogue integrity summary. */
.startauto-integrity-summary{margin-bottom:16px!important}
.startauto-integrity-summary>.section-heading{align-items:flex-start!important}
.startauto-integrity-summary>small{display:block;margin-top:10px;color:#66768a}


/* StartAuto 3.5.9.11.145 — catalogue trust and market-specific filters. */
.listing-card-footer{flex-wrap:wrap}
.listing-price-confirmation{flex:0 0 100%;font-size:11px;font-weight:700;color:#9a5b00;text-align:right;margin-top:2px}
.detail-price-review-note{display:block;max-width:260px;color:#8a5a00;font-weight:650;line-height:1.35}
@media(max-width:620px){.listing-price-confirmation{text-align:left}.detail-price-review-note{max-width:none}}
