/* Catalog Pro — listings only (separate from /prices and /wiki) */
.ex-cat[x-cloak]{display:none!important}
.ex-cat{background:linear-gradient(180deg,#f1f5f9 0%,#e8eef5 40%,#f8fafc 100%);min-height:70vh}
.ex-cat-hero{
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%,rgba(245,158,11,.22),transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 80%,rgba(14,165,233,.18),transparent 50%),
    linear-gradient(135deg,#0b1220 0%,#132337 45%,#0f1a2a 100%);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.ex-cat-crumb{color:rgba(226,232,240,.7)}
.ex-cat-crumb a{color:#fbbf24;text-decoration:none;font-weight:800}
.ex-cat-crumb span{margin:0 .35rem;opacity:.5}
.ex-cat-chip{
  display:inline-flex;align-items:center;gap:.4rem;
  font-size:.68rem;font-weight:900;letter-spacing:.02em;
  color:#fde68a;background:rgba(245,158,11,.12);
  border:1px solid rgba(251,191,36,.35);border-radius:999px;
  padding:.35rem .75rem;
}
.ex-cat-side-link{
  display:inline-flex;align-items:center;font-size:.75rem;font-weight:900;
  color:#0f172a;background:#fbbf24;border-radius:.85rem;padding:.65rem 1rem;
  text-decoration:none;box-shadow:0 8px 24px rgba(245,158,11,.25);
  transition:transform .15s ease,box-shadow .15s ease;
}
.ex-cat-side-link:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(245,158,11,.35)}
.ex-cat-side-link.is-soft{background:rgba(255,255,255,.08);color:#e2e8f0;box-shadow:none;border:1px solid rgba(255,255,255,.12)}

.ex-cat-filters{
  background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;
  padding:1rem 1.15rem 1.1rem;box-shadow:0 18px 40px rgba(15,23,42,.08);
}
.ex-cat-search{position:relative;margin-bottom:.85rem}
.ex-cat-search i{position:absolute;right:.95rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:.9rem}
.ex-cat-search input{
  width:100%;border:1.5px solid #e2e8f0;border-radius:.95rem;
  background:#f8fafc;padding:.85rem 2.6rem .85rem 1rem;
  font-size:.9rem;font-weight:700;color:#0f172a;outline:none;
  transition:border-color .15s,box-shadow .15s,background .15s;
}
.ex-cat-search input:focus{border-color:#f59e0b;background:#fff;box-shadow:0 0 0 4px rgba(245,158,11,.12)}
.ex-cat-filter-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;
}
@media(min-width:768px){.ex-cat-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1100px){.ex-cat-filter-grid{grid-template-columns:1.2fr 1fr 1fr 1fr 1fr auto}}
.ex-cat-filter-grid select,
.ex-cat-filter-grid input{
  border:1.5px solid #e2e8f0;border-radius:.75rem;background:#fff;
  padding:.7rem .8rem;font-size:.78rem;font-weight:800;color:#0f172a;outline:none;
}
.ex-cat-filter-grid select:focus,
.ex-cat-filter-grid input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.15)}
.ex-cat-reset{
  border:1.5px solid #e2e8f0;border-radius:.75rem;background:#f1f5f9;
  padding:.7rem .9rem;font-size:.75rem;font-weight:900;color:#475569;cursor:pointer;
}
.ex-cat-reset:hover{background:#e2e8f0}
.ex-cat-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.75rem;font-size:.75rem;font-weight:800;color:#334155}
.ex-cat-meta-note{color:#94a3b8;font-size:.68rem}

.ex-cat-empty{
  text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:1.25rem;padding:2.5rem 1.5rem;
}
.ex-cat-empty-cta{
  display:inline-flex;margin-top:1rem;font-size:.8rem;font-weight:900;color:#0f172a;
  background:#fbbf24;border-radius:.75rem;padding:.65rem 1.1rem;text-decoration:none;
}

.ex-cat-brand-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:0 .15rem}
.ex-cat-rail{
  display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,300px);
  gap:1rem;overflow-x:auto;padding:.25rem .15rem 1rem;
  scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
  scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;
}
.ex-cat-rail::-webkit-scrollbar{height:6px}
.ex-cat-rail::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}

.ex-cat-card{
  scroll-snap-align:start;background:#fff;border:1px solid #e2e8f0;border-radius:1.15rem;
  overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
  display:flex;flex-direction:column;min-height:100%;
}
.ex-cat-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(15,23,42,.12);border-color:#fcd34d}
.ex-cat-card-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#0f172a}
.ex-cat-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.ex-cat-card:hover .ex-cat-card-media img{transform:scale(1.05)}
.ex-cat-badge{
  position:absolute;top:.65rem;right:.65rem;font-size:.65rem;font-weight:900;
  color:#0f172a;background:rgba(251,191,36,.95);border-radius:.5rem;padding:.28rem .55rem;
}
.ex-cat-zero{
  position:absolute;top:.65rem;left:.65rem;font-size:.6rem;font-weight:900;
  color:#fff;background:rgba(16,185,129,.92);border-radius:.5rem;padding:.28rem .5rem;
}
.ex-cat-draft{
  position:absolute;bottom:.65rem;right:.65rem;font-size:.65rem;font-weight:900;
  color:#0f172a;background:#fbbf24;border:1px solid #f59e0b;border-radius:.5rem;padding:.28rem .55rem;
}
.ex-cat-card-body{padding:.9rem 1rem 1rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.ex-cat-card-title{font-size:.95rem;font-weight:900;line-height:1.45;margin:0}
.ex-cat-card-title a{color:#0f172a;text-decoration:none}
.ex-cat-card-title a:hover{color:#b45309}
.ex-cat-card-specs{display:flex;flex-wrap:wrap;gap:.35rem}
.ex-cat-card-specs span{
  font-size:.65rem;font-weight:800;color:#64748b;background:#f1f5f9;
  border-radius:.45rem;padding:.25rem .45rem;
}
.ex-cat-card-dealer{display:flex;justify-content:space-between;gap:.5rem;font-size:.68rem;font-weight:800;color:#94a3b8}
.ex-cat-card-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.35rem}
.ex-cat-price-label{font-size:.6rem;font-weight:800;color:#94a3b8}
.ex-cat-price{font-size:1.05rem;font-weight:900;color:#047857;letter-spacing:-.01em}
.ex-cat-price small{font-size:.65rem;font-weight:800;color:#64748b}
.ex-cat-card-cta{
  flex-shrink:0;font-size:.72rem;font-weight:900;color:#0f172a;background:#fbbf24;
  border-radius:.7rem;padding:.55rem .85rem;text-decoration:none;
}
.ex-cat-card-cta:hover{background:#f59e0b}

.ex-cat-mosaic{
  background:linear-gradient(135deg,#fffbeb 0%,#fff 50%,#f0f9ff 100%);
  border:1px dashed #fcd34d;border-radius:1.15rem;padding:1rem 1.1rem 1.15rem;
}
.ex-cat-mosaic-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}
.ex-cat-mosaic-tag{
  display:inline-flex;font-size:.62rem;font-weight:900;color:#b45309;
  background:#fef3c7;border:1px solid #fde68a;border-radius:999px;padding:.2rem .55rem;
}
.ex-cat-mosaic-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;
}
@media(min-width:640px){.ex-cat-mosaic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1024px){.ex-cat-mosaic-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.ex-cat-mosaic-tile{
  display:block;background:rgba(255,255,255,.85);border:1px solid #fde68a;
  border-radius:.85rem;padding:.75rem .8rem;text-decoration:none;
  transition:transform .15s ease,box-shadow .15s ease;
}
.ex-cat-mosaic-tile:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(245,158,11,.15)}
.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
