/* Elevation UpScales 2.0.14.7 — Marketplace identity and structure reform */

:root {
  --market-gold: #e2aa39;
  --market-gold-bright: #f2c766;
  --market-ink: #050505;
  --market-panel: #0b0b0b;
  --market-line: rgba(226, 170, 57, .34);
  --market-muted: #b9b4aa;
}

.rvs-page,
.marketplace-sell-page,
.listing-page {
  background: #050505;
}

/* Marketplace-specific primary action in the global shell. */
.marketplace-sell-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .7rem 1rem;
  border: 1px solid rgba(242, 199, 102, .72);
  border-radius: 5px;
  color: #070707;
  background: linear-gradient(135deg, #f2ca70, #cf8e18 72%);
  box-shadow: 0 8px 24px rgba(0,0,0,.44), 0 0 18px rgba(226,170,57,.12);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
}

.marketplace-mobile-sell {
  color: var(--market-gold-bright) !important;
}

/* Marketplace-only contextual navigation. */
.marketplace-subnav {
  position: relative;
  z-index: 9;
  border-bottom: 1px solid var(--market-line);
  background: #090909;
}

.marketplace-subnav__inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 48px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.marketplace-subnav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: .8rem .9rem;
  border-right: 1px solid rgba(255,255,255,.06);
  color: #d7d2c8;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.marketplace-subnav a:hover,
.marketplace-subnav a:focus-visible {
  color: var(--market-gold-bright);
  background: rgba(226,170,57,.07);
}

.marketplace-subnav .marketplace-subnav__sell {
  margin-left: auto;
  border-left: 1px solid var(--market-line);
  color: #080808;
  background: linear-gradient(135deg, #f0c35d, #c88411);
}

/* Marketplace hero: left-aligned sales identity using real listing photography. */
.marketplace-identity-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(540px, 62vw, 720px);
  overflow: hidden;
  border-bottom: 1px solid rgba(226,170,57,.55);
  background: #050505;
}

.marketplace-identity-hero__media,
.marketplace-identity-hero__shade {
  position: absolute;
  inset: 0;
}

.marketplace-identity-hero__media {
  z-index: -2;
}

.marketplace-identity-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.marketplace-identity-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.91) 28%, rgba(0,0,0,.44) 56%, rgba(0,0,0,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18), transparent 48%, rgba(0,0,0,.74));
}

.marketplace-identity-hero__inner {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.marketplace-identity-hero h1 {
  max-width: 780px;
  margin: .25rem 0 1rem;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4rem, 8.4vw, 8.2rem);
  letter-spacing: .005em;
  line-height: .82;
  text-transform: uppercase;
  text-shadow: 0 14px 35px rgba(0,0,0,.82);
}

.marketplace-identity-hero h1 span {
  display: block;
  color: var(--market-gold-bright);
}

.marketplace-identity-hero__inner > p:not(.eyebrow) {
  max-width: 670px;
  margin: 0;
  color: #e3ded3;
  font-size: clamp(1.02rem, 1.7vw, 1.25rem);
  line-height: 1.65;
}

.marketplace-identity-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.7rem;
}

.marketplace-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.35rem;
}

.marketplace-hero-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: .52rem .7rem;
  border: 1px solid rgba(226,170,57,.35);
  border-radius: 999px;
  color: #ded9ce;
  background: rgba(7,7,7,.78);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.marketplace-hero-trust span::before {
  content: "✓";
  margin-right: .42rem;
  color: var(--market-gold-bright);
}

/* Search and category organization. */
.marketplace-catalog--reformed {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background:
    radial-gradient(circle at 15% 0, rgba(226,170,57,.08), transparent 25rem),
    #050505;
}

.marketplace-catalog__heading--split,
.marketplace-seller-hub__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  max-width: none;
  margin: 0 0 1.5rem;
  text-align: left;
}

.marketplace-catalog__heading--split > div,
.marketplace-seller-hub__heading > div {
  max-width: 760px;
}

.marketplace-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .28fr) auto;
  align-items: end;
  gap: .75rem;
  margin-bottom: .8rem;
  padding: 1rem;
  border: 1px solid var(--market-line);
  border-radius: 10px;
  background: linear-gradient(145deg, #111, #080808);
  box-shadow: 0 18px 45px rgba(0,0,0,.32);
}

.marketplace-search-panel label {
  display: grid;
  gap: .4rem;
  color: #ded8cd;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.marketplace-search-panel input,
.marketplace-search-panel select {
  width: 100%;
  min-height: 48px;
  padding: .75rem .85rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  color: #fff;
  background: #050505;
  font: inherit;
  font-size: .94rem;
  text-transform: none;
}

.marketplace-search-panel input:focus,
.marketplace-search-panel select:focus {
  border-color: var(--market-gold-bright);
  outline: 2px solid rgba(226,170,57,.18);
  outline-offset: 2px;
}

.marketplace-clear-filters {
  min-height: 48px;
  padding: .72rem .85rem;
  border: 1px solid rgba(226,170,57,.45);
  border-radius: 6px;
  color: var(--market-gold-bright);
  background: #090909;
  font: inherit;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
  cursor: pointer;
}

.marketplace-category-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .55rem;
  margin-bottom: .75rem;
}

.marketplace-category-bar button {
  display: grid;
  gap: .25rem;
  min-width: 0;
  min-height: 74px;
  padding: .75rem;
  border: 1px solid rgba(226,170,57,.28);
  border-radius: 8px;
  color: #e8e3d8;
  background: #090909;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.marketplace-category-bar button strong {
  font-size: .78rem;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.marketplace-category-bar button small {
  overflow: hidden;
  color: #928d84;
  font-size: .67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marketplace-category-bar button:hover,
.marketplace-category-bar button:focus-visible,
.marketplace-category-bar button.is-active {
  border-color: var(--market-gold-bright);
  color: #080808;
  background: linear-gradient(135deg, #efc665, #c98717);
}

.marketplace-category-bar button.is-active small,
.marketplace-category-bar button:hover small,
.marketplace-category-bar button:focus-visible small {
  color: rgba(0,0,0,.72);
}

.marketplace-results-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: .9rem 0 1rem;
  color: #8f8a81;
  font-size: .78rem;
}

.marketplace-results-meta p { margin: 0; }
.marketplace-results-meta strong { color: var(--market-gold-bright); }

.marketplace-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketplace-listing-card {
  border-radius: 8px;
}

.marketplace-listing-card__copy {
  padding: 1.05rem;
}

.marketplace-listing-card h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.marketplace-empty-state {
  padding: 3rem 1.5rem;
  border: 1px dashed rgba(226,170,57,.42);
  border-radius: 10px;
  background: #090909;
  text-align: center;
}

.marketplace-empty-state p { color: var(--market-muted); }

/* Seller tools are separated from the listing feed. */
.marketplace-seller-hub {
  padding: clamp(4rem, 7vw, 6rem) 0;
  border-block: 1px solid rgba(226,170,57,.28);
  background:
    linear-gradient(130deg, rgba(226,170,57,.075), transparent 42%),
    #0a0a0a;
}

.marketplace-sell-grid,
.marketplace-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

.marketplace-sell-grid a,
.marketplace-type-grid a {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid rgba(226,170,57,.32);
  border-radius: 9px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(226,170,57,.10), transparent 14rem),
    #080808;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.marketplace-sell-grid a:hover,
.marketplace-sell-grid a:focus-visible,
.marketplace-type-grid a:hover,
.marketplace-type-grid a:focus-visible {
  border-color: var(--market-gold-bright);
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(0,0,0,.42), 0 0 20px rgba(226,170,57,.08);
}

.marketplace-sell-grid span,
.marketplace-type-grid span {
  color: var(--market-gold-bright);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.marketplace-sell-grid h3,
.marketplace-type-grid h3 {
  margin: .55rem 0;
  font-size: 1.45rem;
}

.marketplace-sell-grid p,
.marketplace-type-grid p {
  color: #aaa59b;
  line-height: 1.55;
}

.marketplace-sell-grid b,
.marketplace-type-grid b {
  margin-top: auto;
  color: var(--market-gold-bright);
  font-size: .76rem;
  text-transform: uppercase;
}

.marketplace-how-it-works {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  background: #050505;
}

.marketplace-how-it-works__inner {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 2rem;
}

.marketplace-how-it-works ol,
.marketplace-submit-steps ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.marketplace-how-it-works li,
.marketplace-submit-steps li {
  display: flex;
  gap: .8rem;
  padding: 1rem;
  border: 1px solid rgba(226,170,57,.27);
  border-radius: 8px;
  background: #090909;
}

.marketplace-how-it-works li > strong,
.marketplace-submit-steps li > strong {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  height: 34px;
  border-radius: 50%;
  color: #080808;
  background: var(--market-gold-bright);
}

.marketplace-how-it-works li span,
.marketplace-submit-steps li span {
  display: grid;
  gap: .3rem;
}

.marketplace-how-it-works li small,
.marketplace-submit-steps li small {
  color: #9f9a90;
  line-height: 1.45;
}

/* Sell hub page. */
.marketplace-sell-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  border-bottom: 1px solid rgba(226,170,57,.38);
  background:
    linear-gradient(90deg, rgba(0,0,0,.98), rgba(0,0,0,.78)),
    url("assets/marketplace/marketplace-hero-desktop.webp") center / cover no-repeat;
}

.marketplace-sell-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
}

.marketplace-sell-hero h1 {
  margin: .35rem 0 1rem;
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: .88;
  text-transform: uppercase;
}

.marketplace-sell-hero h1 span {
  display: block;
  color: var(--market-gold-bright);
}

.marketplace-sell-hero__inner > div:first-child > p:not(.eyebrow) {
  max-width: 730px;
  color: #d1ccc2;
  font-size: 1.06rem;
  line-height: 1.65;
}

.marketplace-sell-status {
  display: inline-block;
  margin-top: .5rem;
  padding: .8rem 1rem;
  border-left: 4px solid var(--market-gold-bright);
  color: #d9d4ca;
  background: rgba(0,0,0,.68);
}

.marketplace-sell-status strong { color: #fff; }

.marketplace-sell-hero__actions {
  display: grid;
  gap: .7rem;
  min-width: 220px;
}

.marketplace-type-section {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: #070707;
}

.marketplace-type-heading {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

.marketplace-submit-steps {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  border-top: 1px solid rgba(226,170,57,.25);
  background: #0a0a0a;
}

.marketplace-submit-steps .section-heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

/* Form-page identity tweaks without changing the form logic. */
.listing-page .listing-builder-hero {
  border-bottom-color: rgba(226,170,57,.45);
  background:
    linear-gradient(90deg, rgba(0,0,0,.97), rgba(0,0,0,.78)),
    url("assets/marketplace/marketplace-hero-desktop.webp") center / cover no-repeat;
}

.listing-page .listing-builder-hero h1 span {
  color: var(--market-gold-bright);
}

.listing-page #listing-form {
  scroll-margin-top: 110px;
}

@media (max-width: 1050px) {
  .marketplace-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marketplace-sell-grid,
  .marketplace-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marketplace-category-bar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .marketplace-subnav .marketplace-subnav__sell { margin-left: 0; }
  .marketplace-catalog__heading--split,
  .marketplace-seller-hub__heading,
  .marketplace-sell-hero__inner,
  .marketplace-how-it-works__inner { grid-template-columns: 1fr; align-items: start; }
  .marketplace-search-panel { grid-template-columns: 1fr 1fr; }
  .marketplace-search-field { grid-column: 1 / -1; }
  .marketplace-how-it-works ol,
  .marketplace-submit-steps ol { grid-template-columns: 1fr; }
  .marketplace-sell-hero__actions { width: min(100%, 430px); }
}

@media (max-width: 700px) {
  .marketplace-identity-hero { min-height: 720px; }
  .marketplace-identity-hero__shade {
    background:
      linear-gradient(180deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.83) 43%, rgba(0,0,0,.47) 70%, rgba(0,0,0,.82) 100%);
  }
  .marketplace-identity-hero__inner {
    justify-content: flex-start;
    padding-top: 3.7rem;
  }
  .marketplace-identity-hero h1 {
    max-width: 100%;
    font-size: clamp(3.5rem, 17vw, 5.4rem);
  }
  .marketplace-identity-hero__actions { width: 100%; flex-direction: column; }
  .marketplace-identity-hero__actions .button { width: 100%; }
  .marketplace-hero-trust { display: grid; width: 100%; }
  .marketplace-category-bar { display: flex; overflow-x: auto; padding-bottom: .35rem; }
  .marketplace-category-bar button { flex: 0 0 180px; }
  .marketplace-search-panel { grid-template-columns: 1fr; }
  .marketplace-search-field { grid-column: auto; }
  .marketplace-card-grid,
  .marketplace-sell-grid,
  .marketplace-type-grid { grid-template-columns: 1fr; }
  .marketplace-results-meta { align-items: flex-start; flex-direction: column; }
  .marketplace-catalog__heading--split .button,
  .marketplace-seller-hub__heading .button { width: 100%; }
  .marketplace-sell-grid a,
  .marketplace-type-grid a { min-height: 220px; }
  .marketplace-sell-hero {
    background:
      linear-gradient(180deg, rgba(0,0,0,.98), rgba(0,0,0,.78)),
      url("assets/marketplace/marketplace-hero-mobile.webp") center / cover no-repeat;
  }
  .marketplace-sell-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
}

@media (max-width: 460px) {
  .marketplace-subnav__inner { width: 100%; padding-inline: 0; }
  .marketplace-subnav a { padding-inline: .75rem; }
  .marketplace-search-panel { padding: .8rem; }
  .marketplace-identity-hero__inner > p:not(.eyebrow) { font-size: .98rem; }
  .marketplace-hero-trust span { font-size: .66rem; }
}

@media (max-width: 820px) {
  /* Marketplace browse and category hub already have persistent top actions; avoid a redundant overlay. */
  .rvs-page .mobile-call-bar,
  .marketplace-sell-page .mobile-call-bar {
    display: none !important;
  }
}


/* 2.0.14.8 Premium Marketplace Baseline */
.marketplace-premium{--mp-gold:#d7a326;--mp-gold-bright:#f0bf42;--mp-line:rgba(215,163,38,.5);--mp-panel:#090909;--mp-panel-2:#101010;--mp-muted:#b8b8b8;background:#030303;color:#f7f7f7;padding-bottom:0}
.marketplace-premium .eus-header{background:rgba(2,2,2,.98);border-bottom:1px solid rgba(215,163,38,.28)}
.marketplace-premium .eus-header__inner{max-width:1500px}
.marketplace-brand-lockup{display:flex;flex-direction:column;border-left:1px solid rgba(215,163,38,.42);padding-left:14px;margin-left:4px;line-height:1}
.marketplace-brand-lockup strong{font-size:1rem;letter-spacing:.09em;color:#fff}.marketplace-brand-lockup small{font-size:.62rem;letter-spacing:.15em;color:var(--mp-gold);margin-top:5px;text-transform:uppercase}
.marketplace-premium .marketplace-sell-trigger{background:linear-gradient(110deg,#b97a12,#f1c64e,#b27711);color:#090909;border-color:#d9a527;box-shadow:0 0 24px rgba(215,163,38,.18);font-weight:900}
.marketplace-premium-categories{position:sticky;top:79px;z-index:35;background:rgba(3,3,3,.98);border-bottom:1px solid rgba(215,163,38,.28)}
.marketplace-premium-categories__inner{display:grid;grid-template-columns:repeat(7,minmax(105px,1fr));max-width:1500px;padding:0}
.marketplace-premium-categories button{position:relative;appearance:none;border:0;border-bottom:3px solid transparent;background:none;color:#d6d6d6;min-height:88px;padding:12px 10px 9px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font:inherit;cursor:pointer;transition:.2s}
.marketplace-premium-categories button svg{width:30px;height:30px;stroke:#d9c69a;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.marketplace-premium-categories button[data-marketplace-filter=all] svg{fill:#d9c69a;stroke:none}
.marketplace-premium-categories button span{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.035em;white-space:nowrap}.marketplace-premium-categories button small{min-height:12px;color:var(--mp-gold);font-size:.65rem}
.marketplace-premium-categories button:hover,.marketplace-premium-categories button.is-active{color:#fff;border-bottom-color:var(--mp-gold-bright);background:linear-gradient(180deg,transparent,rgba(215,163,38,.09))}.marketplace-premium-categories button.is-active svg{stroke:#fff;filter:drop-shadow(0 0 7px rgba(240,191,66,.7))}
.marketplace-premium-hero{position:relative;min-height:455px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid rgba(215,163,38,.25)}
.marketplace-premium-hero__media,.marketplace-premium-hero__media img,.marketplace-premium-hero__shade{position:absolute;inset:0;width:100%;height:100%}.marketplace-premium-hero__media img{object-fit:cover;object-position:center}.marketplace-premium-hero__shade{background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.78) 38%,rgba(0,0,0,.2) 73%,rgba(0,0,0,.48) 100%),linear-gradient(0deg,#050505 0%,transparent 44%)}
.marketplace-premium-hero__content{position:relative;z-index:2;max-width:1500px;padding-top:54px;padding-bottom:48px}.marketplace-premium-hero .eyebrow{color:var(--mp-gold-bright);font-weight:900;letter-spacing:.18em}.marketplace-premium-hero h1{max-width:680px;font-size:clamp(3rem,5.8vw,6.7rem);line-height:.9;text-transform:uppercase;letter-spacing:-.045em;margin:.25rem 0 1rem}.marketplace-premium-hero h1 span{color:var(--mp-gold-bright)}.marketplace-premium-hero__content>p:not(.eyebrow){font-size:clamp(1rem,1.5vw,1.35rem);color:#d2d2d2;max-width:620px}
.marketplace-premium-search{display:grid;grid-template-columns:minmax(280px,650px) 160px;gap:10px;margin-top:28px;max-width:820px}.marketplace-premium-search__query{height:58px;border:1px solid var(--mp-line);border-radius:9px;background:rgba(5,5,5,.88);display:flex;align-items:center;gap:12px;padding:0 18px}.marketplace-premium-search__query svg{width:24px;height:24px;stroke:#eee;fill:none;stroke-width:1.8}.marketplace-premium-search__query input{width:100%;border:0;background:transparent;color:#fff;font:inherit;font-size:1rem;outline:0}.marketplace-filter-trigger{height:58px;border:1px solid var(--mp-line);border-radius:9px;background:linear-gradient(110deg,rgba(154,100,11,.8),rgba(215,163,38,.28));color:#fff;font:inherit;font-weight:900;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer}.marketplace-filter-trigger svg{width:23px;height:23px;stroke:var(--mp-gold-bright);fill:none;stroke-width:1.7}
.marketplace-premium-inline-filters{display:grid;grid-template-columns:1.1fr .8fr .9fr 1fr;gap:10px;max-width:980px;margin-top:12px}.marketplace-premium-inline-filters label{border:1px solid rgba(215,163,38,.38);border-radius:8px;background:rgba(4,4,4,.88);padding:9px 14px;display:flex;flex-direction:column;gap:2px}.marketplace-premium-inline-filters span{font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:#aaa}.marketplace-premium-inline-filters input,.marketplace-premium-inline-filters select{border:0;background:#050505;color:#fff;font:inherit;outline:0;min-height:27px;width:100%}
.marketplace-premium-catalog{padding:36px 0 20px;background:radial-gradient(circle at 70% 10%,rgba(167,106,9,.08),transparent 35%),#050505}.marketplace-premium-layout{max-width:1500px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px}.marketplace-premium-results__head{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid rgba(215,163,38,.25);padding-bottom:13px;margin-bottom:14px}.marketplace-premium-results__head h2{font-size:1.2rem;margin:0;text-transform:none}.marketplace-premium-results__head .eyebrow{margin:0 0 4px}.marketplace-premium-results__head>button{border:0;background:none;color:var(--mp-gold-bright);font:inherit;cursor:pointer}.marketplace-saved-notice{border:1px solid var(--mp-line);background:rgba(215,163,38,.07);padding:11px 14px;border-radius:8px;margin-bottom:12px;display:flex;justify-content:space-between;gap:15px}.marketplace-saved-notice span{color:#bbb}
.marketplace-premium-list{display:flex;flex-direction:column;gap:10px}.marketplace-premium-card{position:relative;display:grid;grid-template-columns:310px minmax(0,1fr);min-height:190px;border:1px solid rgba(215,163,38,.52);border-radius:9px;overflow:hidden;background:linear-gradient(120deg,#0c0c0c,#070707);box-shadow:0 10px 35px rgba(0,0,0,.2)}.marketplace-premium-card__media{position:relative;min-height:190px;background:#111}.marketplace-premium-card__media img{width:100%;height:100%;object-fit:cover;display:block}.marketplace-card-placeholder{height:100%;display:grid;place-items:center;color:#777}.marketplace-photo-count{position:absolute;left:10px;bottom:10px;background:rgba(3,3,3,.88);border:1px solid rgba(255,255,255,.18);padding:5px 9px;border-radius:5px;font-size:.75rem;font-weight:800}.marketplace-premium-card__body{position:relative;padding:18px 102px 16px 22px}.marketplace-card-actions{position:absolute;right:10px;top:9px;display:flex;align-items:center;gap:3px}.marketplace-favorite-button,.marketplace-share-button{position:static;width:40px;height:40px;border:0;background:transparent;color:#bbb;line-height:1;cursor:pointer;border-radius:50%;display:grid;place-items:center}.marketplace-favorite-button{font-size:2rem}.marketplace-share-button{font-size:1.45rem}.marketplace-favorite-button:hover,.marketplace-favorite-button.is-favorite,.marketplace-share-button:hover{color:var(--mp-gold-bright);filter:drop-shadow(0 0 8px rgba(240,191,66,.35));background:rgba(215,163,38,.06)}.marketplace-card-category{color:#b9a56e;font-size:.68rem;letter-spacing:.1em;font-weight:900;margin:0 0 4px}.marketplace-premium-card h3{font-size:1.25rem;margin:0 0 5px;line-height:1.2}.marketplace-card-price{display:block;color:var(--mp-gold-bright);font-size:1.35rem;margin-bottom:5px}.marketplace-card-location{color:#c5c5c5;margin:0 0 8px;font-size:.9rem}.marketplace-card-location span{color:#777;margin:0 5px}.marketplace-card-specs{display:flex;flex-wrap:wrap;gap:7px 13px;list-style:none;padding:0;margin:0 0 10px;color:#aaa;font-size:.82rem}.marketplace-card-specs li:before{content:'◉';color:#c7b27e;font-size:.62rem;margin-right:5px}.marketplace-card-chips{display:flex;gap:7px;flex-wrap:wrap}.marketplace-card-chips span{border:1px solid #9c710b;color:var(--mp-gold-bright);padding:3px 9px;border-radius:3px;text-transform:uppercase;font-size:.67rem;font-weight:900;letter-spacing:.07em}.marketplace-premium-card.is-sold{opacity:.7}.marketplace-premium-card.is-sold .marketplace-card-chips span:last-child{border-color:#777;color:#bbb}
.marketplace-premium-details{margin-top:10px}.marketplace-premium-details summary{color:#eee;cursor:pointer;font-weight:800;font-size:.83rem;list-style:none}.marketplace-premium-details summary:after{content:' +';color:var(--mp-gold)}.marketplace-premium-details[open] summary:after{content:' –'}.marketplace-premium-details__content{padding:15px 0 3px;color:#c9c9c9}.marketplace-premium-details__content p{font-size:.88rem}.marketplace-premium-details__content p strong{display:block;color:#fff;margin-bottom:3px}.marketplace-premium-details__content dl{display:flex;gap:22px}.marketplace-premium-details__content dt{font-size:.65rem;text-transform:uppercase;color:#888}.marketplace-premium-details__content dd{margin:2px 0 0;color:#eee}.marketplace-premium-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:12px 0}.marketplace-premium-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:5px}.marketplace-contact-result{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.marketplace-contact-result a{border:1px solid var(--mp-line);padding:7px 10px;border-radius:5px;color:#fff}.marketplace-sold-label{display:inline-block;color:var(--mp-gold);font-weight:900;margin-top:8px}
.marketplace-load-more{width:100%;min-height:48px;margin-top:13px;border:1px solid var(--mp-line);background:#090909;color:var(--mp-gold-bright);text-transform:uppercase;font:inherit;font-weight:900;border-radius:7px;cursor:pointer}.marketplace-empty-state{border:1px solid var(--mp-line);background:#0b0b0b;border-radius:8px;text-align:center;padding:35px}
.marketplace-premium-sidebar{display:flex;flex-direction:column;gap:13px}.marketplace-premium-sidebar section{border:1px solid rgba(215,163,38,.45);border-radius:9px;background:linear-gradient(135deg,#101010,#070707);padding:20px;display:flex;gap:14px}.marketplace-sidebar-icon{font-size:1.7rem;color:var(--mp-gold-bright)}.marketplace-premium-sidebar h3{color:var(--mp-gold-bright);text-transform:uppercase;font-size:.95rem;margin:0 0 7px}.marketplace-premium-sidebar p{color:#bbb;font-size:.88rem;margin:0 0 10px}.marketplace-premium-sidebar a:not(.button),.marketplace-premium-sidebar button{color:var(--mp-gold-bright);border:0;background:none;padding:0;font:inherit;font-weight:800;cursor:pointer}.marketplace-premium-sidebar .button{display:inline-flex;width:100%;justify-content:center;color:#070707}
.marketplace-premium-trust{border-top:1px solid rgba(215,163,38,.28);border-bottom:1px solid rgba(215,163,38,.28);background:#070707;padding:22px 0}.marketplace-premium-trust .container{max-width:1500px;display:grid;grid-template-columns:repeat(4,1fr)}.marketplace-premium-trust article{padding:2px 26px;border-right:1px solid rgba(215,163,38,.3);display:flex;flex-direction:column}.marketplace-premium-trust article:last-child{border-right:0}.marketplace-premium-trust strong{color:var(--mp-gold-bright);text-transform:uppercase;font-size:.78rem;letter-spacing:.07em}.marketplace-premium-trust span{color:#bbb;font-size:.8rem;margin-top:4px}
.marketplace-premium .marketplace-seller-hub{background:#050505;border-top:0}.marketplace-premium .marketplace-sell-grid{grid-template-columns:repeat(3,1fr)}
.marketplace-filter-drawer[hidden]{display:none}.marketplace-filter-drawer{position:fixed;inset:0;z-index:1000;display:grid;align-items:end}.marketplace-filter-drawer__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.75)}.marketplace-filter-drawer>section{position:relative;background:#0a0a0a;border:1px solid var(--mp-line);border-radius:18px 18px 0 0;padding:22px;display:grid;gap:13px;max-height:90vh;overflow:auto}.marketplace-filter-drawer header{display:flex;justify-content:space-between;align-items:center}.marketplace-filter-drawer header h2{margin:0}.marketplace-filter-drawer header button{width:44px;height:44px;border:1px solid var(--mp-line);background:#111;color:#fff;border-radius:8px;font-size:1.7rem}.marketplace-filter-drawer label{display:grid;gap:6px;color:#ddd;font-weight:700}.marketplace-filter-drawer input,.marketplace-filter-drawer select{height:48px;background:#141414;color:#fff;border:1px solid #333;border-radius:7px;padding:0 12px;font:inherit}.marketplace-filter-drawer section>div:last-child{display:grid;gap:10px}.marketplace-clear-filters{border:0;background:none;color:var(--mp-gold-bright);font:inherit;padding:10px}.marketplace-filter-open{overflow:hidden}
.marketplace-mobile-nav{display:none}

@media (min-width:901px){.marketplace-filter-trigger{display:none}}
@media (max-width:1100px){.marketplace-premium-layout{grid-template-columns:1fr}.marketplace-premium-sidebar{display:grid;grid-template-columns:repeat(3,1fr)}.marketplace-premium-card{grid-template-columns:280px minmax(0,1fr)}.marketplace-premium .marketplace-sell-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:900px){
  .marketplace-premium{padding-bottom:76px}.marketplace-premium .eus-header{position:sticky;top:0;z-index:50}.marketplace-premium .eus-header__inner{display:grid;grid-template-columns:70px minmax(0,1fr) 54px;gap:10px;min-height:92px}.marketplace-premium .eus-brand{min-width:0}.marketplace-premium .eus-brand img{width:66px;height:auto}.marketplace-premium .eus-wordmark,.marketplace-brand-lockup{display:none}.marketplace-premium .marketplace-sell-trigger{display:flex;grid-column:2;grid-row:1;height:58px;align-self:center;justify-content:center;font-size:.9rem;padding:0 10px}.marketplace-premium .eus-menu-toggle{display:flex;grid-column:3;grid-row:1;width:52px;height:52px;align-self:center;border:1px solid var(--mp-line);border-radius:8px}.marketplace-premium .eus-nav{grid-column:1/-1}.marketplace-premium-categories{top:92px;overflow-x:auto;scrollbar-width:none}.marketplace-premium-categories::-webkit-scrollbar{display:none}.marketplace-premium-categories__inner{display:flex;width:max-content;padding:0 10px}.marketplace-premium-categories button{width:132px;min-height:106px}.marketplace-premium-categories button[data-marketplace-filter=all]{display:none}.marketplace-premium-categories button span{font-size:.66rem;white-space:normal;line-height:1.15}.marketplace-premium-categories button small{display:none}
  .marketplace-premium-hero{min-height:460px;align-items:flex-start}.marketplace-premium-hero__media img{object-position:center top}.marketplace-premium-hero__shade{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.55) 55%,rgba(0,0,0,.25)),linear-gradient(0deg,#050505 0%,rgba(0,0,0,.25) 45%,rgba(0,0,0,.05))}.marketplace-premium-hero__content{padding-top:34px;padding-bottom:26px}.marketplace-premium-hero h1{font-size:clamp(2.45rem,10vw,4.3rem);max-width:430px;line-height:.93;margin-top:.35rem}.marketplace-premium-hero__content>p:not(.eyebrow){font-size:1.05rem;max-width:380px}.marketplace-premium-search{grid-template-columns:minmax(0,1fr) 132px;margin-top:35px}.marketplace-premium-inline-filters{display:none}
  .marketplace-premium-catalog{padding-top:20px}.marketplace-premium-layout{display:block}.marketplace-premium-sidebar{display:none}.marketplace-premium-results__head .eyebrow{display:none}.marketplace-premium-results__head h2{font-size:1rem}.marketplace-premium-card{grid-template-columns:minmax(150px,38%) minmax(0,1fr);min-height:178px}.marketplace-premium-card__media{min-height:178px}.marketplace-premium-card__body{padding:14px 96px 12px 16px}.marketplace-premium-card h3{font-size:1rem}.marketplace-card-price{font-size:1.18rem}.marketplace-card-category{display:none}.marketplace-card-location{font-size:.78rem}.marketplace-card-specs{font-size:.7rem;gap:4px 8px}.marketplace-card-chips span{font-size:.58rem}.marketplace-card-actions{right:5px;top:4px;gap:0}.marketplace-favorite-button{font-size:1.75rem}.marketplace-share-button{font-size:1.25rem}.marketplace-favorite-button,.marketplace-share-button{width:44px;height:44px}.marketplace-premium-details{margin-top:7px}.marketplace-premium-details__content{width:calc(100vw - 36px);margin-left:calc(-38vw - 16px);padding:15px}.marketplace-premium-gallery{grid-template-columns:repeat(2,1fr)}.marketplace-premium-trust .container{grid-template-columns:repeat(2,1fr);gap:0}.marketplace-premium-trust article{padding:13px 14px;border-bottom:1px solid rgba(215,163,38,.2)}.marketplace-premium .marketplace-sell-grid{grid-template-columns:repeat(2,1fr)}
  .marketplace-mobile-nav{position:fixed;z-index:80;left:0;right:0;bottom:0;height:72px;background:rgba(3,3,3,.98);border-top:1px solid rgba(215,163,38,.3);display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:env(safe-area-inset-bottom)}.marketplace-mobile-nav a,.marketplace-mobile-nav button{border:0;background:none;color:#aaa;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font:inherit;font-size:.68rem;text-transform:uppercase}.marketplace-mobile-nav span{font-size:1.45rem}.marketplace-mobile-nav a:first-child,.marketplace-mobile-nav .is-active{color:var(--mp-gold-bright)}
}
@media (max-width:560px){.marketplace-premium .container{padding-left:14px;padding-right:14px}.marketplace-premium-search{grid-template-columns:minmax(0,1fr) 112px;gap:6px}.marketplace-premium-search__query{padding:0 12px;height:55px}.marketplace-filter-trigger{height:55px;font-size:.78rem}.marketplace-premium-card{grid-template-columns:40% 60%}.marketplace-premium-card__body{padding-left:12px}.marketplace-photo-count{font-size:.65rem;padding:4px 6px}.marketplace-premium-details__content{margin-left:calc(-40vw - 12px)}.marketplace-saved-notice{font-size:.8rem}.marketplace-premium .marketplace-sell-grid{grid-template-columns:1fr}}

/* 2.5.1 full-listing navigation */
.marketplace-listing-link{display:block;color:inherit;text-decoration:none;cursor:pointer}.marketplace-listing-title-link{color:inherit;text-decoration:none}.marketplace-listing-title-link:hover,.marketplace-listing-link:focus-visible + .marketplace-premium-card__body .marketplace-listing-title-link{color:var(--mp-gold-bright)}.marketplace-view-listing{display:inline-flex;align-items:center;gap:7px;margin-top:12px;color:var(--mp-gold-bright);font-size:.82rem;font-weight:900;text-decoration:none;text-transform:uppercase;letter-spacing:.04em}.marketplace-view-listing:hover{text-decoration:underline}.marketplace-premium-card__media:focus-visible{outline:2px solid var(--mp-gold-bright);outline-offset:-3px}

/* 3.0.2 Preview: experimental Used Gear / Solar category */
.marketplace-beta-tag{position:absolute;top:7px;right:8px;padding:2px 5px;border:1px solid rgba(240,191,66,.55);border-radius:999px;color:#f0bf42;background:#090909;font-size:.48rem;font-style:normal;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.listing-beta-disclosure{margin:0 0 1.15rem;padding:.85rem 1rem;border:1px solid rgba(240,191,66,.4);border-radius:7px;background:rgba(240,191,66,.06);color:#cfc7b7;font-size:.84rem;line-height:1.55}.listing-beta-disclosure strong{color:#f0bf42}
@media(max-width:760px){.marketplace-beta-tag{top:5px;right:5px}}
