/* Public landing — marketplace-first layer (prefix plm-) */

.public-landing-body--marketplace {
  --plm-accent: #34d399;
  --plm-accent-dim: rgba(52, 211, 153, 0.14);
  --plm-accent-border: rgba(52, 211, 153, 0.28);
  --plm-surface: rgba(15, 23, 42, 0.72);
  --plm-text: #f1f5f9;
  --plm-muted: rgba(148, 163, 184, 0.88);
  --plm-radius: 20px;
  --plm-font-display: 'Outfit', system-ui, sans-serif;
  --plm-font-body: 'DM Sans', system-ui, sans-serif;
  font-family: var(--plm-font-body);
}

.public-landing-body--marketplace .pl-webgl-wrap,
.public-landing-body--marketplace .pl-flare {
  display: none !important;
}

.public-landing-body--marketplace .pl-ambient-bg__mesh {
  background:
    radial-gradient(1200px 640px at 8% -12%, rgba(52, 211, 153, 0.12), transparent 58%),
    radial-gradient(900px 520px at 92% 4%, rgba(16, 185, 129, 0.08), transparent 52%),
    radial-gradient(700px 400px at 50% 100%, rgba(59, 130, 246, 0.05), transparent 55%);
}

.public-landing-body--marketplace .pl-main {
  position: relative;
  z-index: 2;
}

/* ── Hero search (inside hub) ── */
.plm-hero {
  position: relative;
  overflow: visible;
}

.plm-hub {
  margin: 0 auto clamp(1.25rem, 3vw, 2rem);
  padding: 0 clamp(0.75rem, 3vw, 1.25rem);
  max-width: 1280px;
}

.plm-hub__panel {
  border-radius: calc(var(--plm-radius) - 2px);
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: visible;
}

.plm-hub__intro {
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.plm-hub__hero {
  position: relative;
  padding: clamp(1rem, 2.8vw, 1.35rem) clamp(0.85rem, 2.5vw, 1.15rem) clamp(0.75rem, 2vw, 0.95rem);
  overflow: hidden;
}

.plm-hub__hero::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 100%;
  background:
    radial-gradient(480px 140px at 0% 0%, rgba(52, 211, 153, 0.1), transparent 70%),
    radial-gradient(360px 120px at 100% 20%, rgba(16, 185, 129, 0.06), transparent 65%);
  pointer-events: none;
}

.plm-hub__hero-kicker,
.plm-hub__hero-title,
.plm-hub__hero-lead,
.plm-hub__hero-meta {
  position: relative;
  z-index: 1;
}

.plm-hub__hero-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.55rem;
  margin: 0 0 0.55rem;
}

.plm-hub__hero-kicker-note {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.72);
}

.plm-hub__hero-kicker i {
  font-size: 0.62rem;
  opacity: 0.9;
}

.plm-hub__hero-title {
  margin: 0;
  max-width: min(34rem, 100%);
  font-family: var(--plm-font-display);
  font-size: clamp(1.25rem, 3.2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--plm-text);
}

.plm-hub__hero-lead {
  margin: 0.45rem 0 0;
  max-width: 46ch;
  font-size: clamp(0.82rem, 1.8vw, 0.92rem);
  line-height: 1.45;
  color: var(--plm-muted);
}

.plm-hub__hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  margin: 0.55rem 0 0;
  font-size: 0.74rem;
  color: rgba(148, 163, 184, 0.78);
}

.plm-hub__hero-meta strong {
  font-weight: 800;
  color: rgba(226, 232, 240, 0.92);
  font-variant-numeric: tabular-nums;
}

.plm-hub__hero-meta-sep {
  opacity: 0.45;
}

.plm-hub__search-wrap {
  padding: clamp(0.65rem, 2vw, 0.85rem) clamp(0.85rem, 2.5vw, 1.15rem) clamp(0.75rem, 2vw, 0.9rem);
}

.plm-hub .plm-hero__search-input {
  min-height: 40px;
  font-size: 0.88rem;
}

.plm-hub .plm-hero__search-btn {
  flex: 0 0 40px;
  width: 40px;
  min-height: 40px;
}

.plm-hub__search {
  max-width: none;
}

.plm-hero__search {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.plm-hub__row {
  padding: 0 clamp(0.85rem, 2.5vw, 1.15rem) clamp(0.75rem, 2vw, 0.95rem);
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  min-width: 0;
}

.plm-hub__row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}

.plm-hub__row-title {
  margin: 0;
  font-family: var(--plm-font-display);
  font-size: clamp(0.92rem, 2.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--plm-text);
}

.plm-hub__row-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--plm-accent);
  text-decoration: none;
  white-space: nowrap;
}

.plm-hub__row-link:hover {
  text-decoration: underline;
}

.plm-hub__row-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 0.5rem;
}

.plm-hub__row-links-sep {
  color: rgba(148, 163, 184, 0.45);
  font-size: 0.75rem;
}

.plm-hub__row-link--auction {
  color: #a5b4fc;
}

/* Compact store cards in hub */
.plm-hub .mp-store-card {
  min-height: 0;
  border-radius: 12px;
}

.plm-hub .mp-store-card:hover {
  transform: translateY(-2px);
}

.plm-hub .mp-store-card__body {
  padding: 0.65rem 0.7rem 0.6rem;
  gap: 0.35rem;
}

.plm-hub .mp-store-card__previews {
  display: none;
}

.plm-hub .mp-store-card__watermark {
  width: 50%;
  height: 50%;
  opacity: 0.08;
}

.plm-hub .mp-store-card__badge {
  font-size: 0.55rem;
  padding: 0.16rem 0.42rem;
}

.plm-hub .mp-store-card__avatar {
  width: 32px;
  height: 32px;
  border-radius: 9px;
}

.plm-hub .mp-store-card__avatar--ph {
  font-size: 0.85rem;
}

.plm-hub .mp-store-card__avatar-row {
  gap: 0.45rem;
}

.plm-hub .mp-store-card__title {
  font-size: 0.82rem;
  line-height: 1.2;
}

.plm-hub .mp-org-meta--card {
  font-size: 0.65rem;
  gap: 0.15rem;
}

.plm-hub .mp-org-meta--card .mp-org-meta__row:not(.mp-org-meta__row--rating) {
  display: none;
}

.plm-hub .mp-store-card__brands {
  display: none;
}

.plm-hub .mp-store-card__stats {
  padding-top: 0.15rem;
  gap: 0.25rem 0.55rem;
  font-size: 0.65rem;
}

.plm-hub .mp-store-card__cta {
  margin-top: 0.1rem;
  padding-top: 0.4rem;
  font-size: 0.68rem;
}

/* Compact product cards in hub carousel */
.plm-hub .mp-product-card {
  border-radius: 11px;
}

.plm-hub .mp-product-card:hover {
  transform: translateY(-2px);
}

.plm-hub .mp-product-card__media {
  aspect-ratio: 4 / 3;
  max-height: 118px;
}

.plm-hub .mp-product-card__ribbon,
.plm-hub .mp-product-card__ribbon--out {
  top: auto;
  bottom: 0.3rem;
  left: 0.3rem;
  z-index: 2;
}

.plm-hub .mp-product-card__grade {
  top: 0.3rem;
  right: 0.3rem;
  left: auto;
  z-index: 2;
}

.plm-hub .mp-product-card__media img {
  height: 100%;
  object-fit: cover;
}

.plm-hub .mp-product-card__body {
  padding: 0.45rem 0.55rem 0.5rem;
  gap: 0.2rem;
}

.plm-hub .mp-product-card__brand {
  font-size: 0.62rem;
}

.plm-hub .mp-product-card__title {
  font-size: 0.78rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
}

.plm-hub .mp-product-card__specs {
  gap: 0.2rem;
}

.plm-hub .mp-product-card__spec {
  font-size: 0.62rem;
  padding: 0.12rem 0.35rem;
}

.plm-hub .mp-product-card__footer {
  padding-top: 0.2rem;
}

.plm-hub .mp-product-card__price {
  font-size: 0.82rem;
}

.plm-hub .mp-product-card__price small {
  font-size: 0.62rem;
}

.plm-hub .mp-product-card__stock {
  font-size: 0.62rem;
}

.plm-hub .mp-product-card__ribbon,
.plm-hub .mp-product-card__grade {
  font-size: 0.55rem;
  padding: 0.14rem 0.38rem;
}

.plm-hub .plm-trending-badge {
  top: 0.3rem;
  left: 0.3rem;
  z-index: 5;
  font-size: 0.58rem;
  padding: 0.16rem 0.4rem;
}

.plm-hub .mp-product-card__actions {
  padding: 0 0.45rem 0.45rem;
  gap: 0.3rem;
}

.plm-hub .mp-product-card__btn-fav,
.plm-hub .mp-product-card__btn-cart,
.plm-hub .mp-product-card__btn-cart--link,
.plm-hub .mp-product-card__btn-fav--link {
  min-height: 30px;
  padding: 0.28rem 0.35rem;
  font-size: 0.65rem;
  border-radius: 8px;
}

.plm-hero__search-row {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}

.plm-hero__search-field {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.plm-hero__search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--plm-accent);
  font-size: 0.95rem;
  pointer-events: none;
}

.plm-hero__search-input {
  width: 100%;
  min-height: 46px;
  padding: 0 0.85rem 0 2.4rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--plm-text);
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.plm-hero__search-input:focus {
  outline: none;
  border-color: rgba(52, 211, 153, 0.55);
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.15);
}

.plm-hero__search-input::placeholder {
  color: rgba(148, 163, 184, 0.65);
}

.plm-hero__search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  min-height: 46px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: var(--plm-accent);
  color: #042f2e;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.plm-hero__search-btn:hover {
  background: #2dd4a8;
}

.plm-hero__suggestions {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 50;
  max-height: min(420px, 60vh);
  overflow-y: auto;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(11, 17, 28, 0.98);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.plm-hero__suggestion {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: none;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
  background: transparent;
  color: var(--plm-text);
  text-align: left;
  cursor: pointer;
}

.plm-hero__suggestion:last-child {
  border-bottom: none;
}

.plm-hero__suggestion:hover,
.plm-hero__suggestion[aria-selected='true'] {
  background: var(--plm-accent-dim);
}

.plm-hero__suggestion-thumb {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.plm-hero__suggestion-thumb--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(148, 163, 184, 0.5);
  font-size: 1.1rem;
}

.plm-hero__suggestion-body {
  min-width: 0;
}

.plm-hero__suggestion-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plm-hero__suggestion-specs {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: var(--plm-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plm-hero__suggestion-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2rem;
  flex-shrink: 0;
}

.plm-hero__suggestion-price {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--plm-accent);
  white-space: nowrap;
}

.plm-hero__suggestion-stock {
  font-size: 0.72rem;
  color: var(--plm-muted);
  white-space: nowrap;
}

/* ── Sections ── */
.plm-section {
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  padding: 0 clamp(0.75rem, 3vw, 1.25rem);
  max-width: 1280px;
}

.plm-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin-bottom: clamp(1rem, 2.5vw, 1.35rem);
}

.plm-section__title {
  margin: 0;
  font-family: var(--plm-font-display);
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--plm-text);
}

.plm-section__sub {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  color: var(--plm-muted);
}

.plm-section__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--plm-accent);
  text-decoration: none;
}

.plm-section__link:hover {
  text-decoration: underline;
}

/* ── Shared carousel ── */
.plm-carousel {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
}

.plm-carousel__track {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(0.55rem, 1.5vw, 0.75rem);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.15rem 0 0.35rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  min-width: 0;
}

.plm-carousel__track::-webkit-scrollbar { display: none; }

.plm-carousel__slide {
  flex-shrink: 0;
  scroll-snap-align: start;
  animation: plmSlideIn 0.45s ease backwards;
  animation-delay: var(--plm-delay, 0s);
}

.plm-carousel__slide--store {
  flex: 0 0 min(200px, 68vw);
  min-width: 0;
}

.plm-carousel__slide--product {
  position: relative;
  flex: 0 0 min(156px, 42vw);
  min-width: 0;
}

.plm-carousel__slide--product .mp-product-card {
  width: 100%;
  min-width: 0;
}

.plm-carousel__slide--auction {
  flex: 0 0 min(220px, 72vw);
  min-width: 0;
}

.plm-carousel__slide--auction .plm-auction-card {
  height: 100%;
}

/* Unified discover carousel (stores + auctions) */
.plm-carousel--discover .plm-carousel__slide--store,
.plm-carousel--discover .plm-carousel__slide--auction {
  flex: 0 0 min(220px, 72vw);
  min-width: 0;
}

@media (min-width: 640px) {
  .plm-carousel__slide--store { flex: 0 0 min(210px, 38vw); }
  .plm-carousel__slide--product { flex: 0 0 min(172px, 28vw); }
  .plm-carousel__slide--auction { flex: 0 0 min(240px, 40vw); }
  .plm-carousel--discover .plm-carousel__slide--store,
  .plm-carousel--discover .plm-carousel__slide--auction {
    flex: 0 0 min(230px, 38vw);
  }
}

@media (min-width: 1024px) {
  .plm-carousel__slide--store {
    flex: 0 0 calc(20% - 0.65rem);
    min-width: 190px;
    max-width: 220px;
  }

  .plm-carousel__slide--product {
    flex: 0 0 calc(16.666% - 0.65rem);
    min-width: 160px;
    max-width: 200px;
  }

  .plm-carousel__slide--auction {
    flex: 0 0 calc(25% - 0.65rem);
    min-width: 210px;
    max-width: 260px;
  }

  .plm-carousel--discover .plm-carousel__slide--store,
  .plm-carousel--discover .plm-carousel__slide--auction {
    flex: 0 0 calc(22% - 0.65rem);
    min-width: 210px;
    max-width: 240px;
  }
}

.plm-carousel__slide--store .mp-store-card {
  height: 100%;
}

.plm-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.92);
  color: var(--plm-text);
  font-size: 0.72rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.plm-carousel__nav:hover {
  border-color: var(--plm-accent-border);
  background: rgba(15, 23, 42, 0.98);
}

.plm-carousel__nav--prev { left: -0.25rem; }
.plm-carousel__nav--next { right: -0.25rem; }

@media (max-width: 767px) {
  .plm-carousel__nav { display: none; }
}

.plm-carousel__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.35);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.plm-carousel__dot--active {
  background: var(--plm-accent);
  transform: scale(1.15);
}

/* Legacy store carousel (standalone partial) */
.plm-stores-carousel { position: relative; }
.plm-stores-carousel__track { display: flex; gap: clamp(0.55rem, 1.5vw, 0.75rem); overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 0.15rem 0 0.35rem; scrollbar-width: none; }
.plm-stores-carousel__track::-webkit-scrollbar { display: none; }
.plm-stores-carousel__slide { flex: 0 0 min(200px, 68vw); scroll-snap-align: start; }
.plm-stores-carousel__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(148, 163, 184, 0.2); background: rgba(15, 23, 42, 0.92); color: var(--plm-text); cursor: pointer; }
.plm-stores-carousel__dot { width: 6px; height: 6px; padding: 0; border: none; border-radius: 50%; background: rgba(148, 163, 184, 0.35); cursor: pointer; }
.plm-stores-carousel__dot--active { background: var(--plm-accent); transform: scale(1.15); }

/* ── Trending grid ── */
.plm-trending-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.65rem, 2vw, 1rem);
}

@media (min-width: 768px) {
  .plm-trending-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}

@media (min-width: 1024px) {
  .plm-trending-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; }
}

.plm-trending-grid__item {
  position: relative;
}

.plm-trending-grid__item .mp-product-card__ribbon,
.plm-trending-grid__item .mp-product-card__ribbon--out {
  top: auto;
  bottom: 0.3rem;
  left: 0.3rem;
}

.plm-trending-grid__item .mp-product-card__grade {
  top: 0.3rem;
  right: 0.3rem;
  left: auto;
}

.plm-trending-badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #064e3b;
  background: rgba(52, 211, 153, 0.92);
  pointer-events: none;
}

/* ── Trust band ── */
.plm-trust {
  padding: clamp(1rem, 3vw, 1.35rem) clamp(1rem, 3vw, 1.5rem);
  border-radius: var(--plm-radius);
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.45);
}

.plm-trust__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.plm-trust__list li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.95rem;
  color: var(--plm-muted);
}

.plm-trust__list i {
  color: var(--plm-accent);
}

/* ── Auctions band ── */
.plm-auctions__inner {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  padding: clamp(1.35rem, 4vw, 2rem);
  border-radius: calc(var(--plm-radius) + 2px);
  border: 1px solid rgba(99, 102, 241, 0.18);
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.55), rgba(15, 23, 42, 0.88));
}

@media (min-width: 768px) {
  .plm-auctions__inner {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
}

.plm-auctions__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a5b4fc;
}

.plm-auctions__title {
  margin: 0;
  font-family: var(--plm-font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: var(--plm-text);
}

.plm-auctions__lead {
  margin: 0.55rem 0 0;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--plm-muted);
}

.plm-auctions__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin: 1rem 0 0;
  padding: 0;
}

.plm-auctions__stat {
  min-width: 88px;
}

.plm-auctions__stat dt {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(148, 163, 184, 0.75);
}

.plm-auctions__stat dd {
  margin: 0.15rem 0 0;
  font-family: var(--plm-font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--plm-text);
}

.plm-auctions__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.plm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0 1.1rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plm-btn--primary {
  border: none;
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  color: #fff;
}

.plm-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(99, 102, 241, 0.3);
}

.plm-btn--ghost {
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: transparent;
  color: var(--plm-text);
}

.plm-btn--ghost:hover {
  border-color: rgba(165, 180, 252, 0.45);
  background: rgba(99, 102, 241, 0.08);
}

.plm-auctions__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.plm-auctions__features li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.45);
  font-size: 0.92rem;
  color: var(--plm-muted);
}

.plm-auctions__features i {
  width: 1.1rem;
  color: #a5b4fc;
  text-align: center;
}

/* ── Auction cards (hub carousel) ── */
.plm-hub__row--discover .plm-hub__row-link--auction,
.plm-hub__row--auctions .plm-hub__row-link {
  color: #a5b4fc;
}

.plm-auction-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
  min-height: 100%;
  padding: 0.75rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(99, 102, 241, 0.22);
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(99, 102, 241, 0.12), transparent 55%),
    rgba(15, 23, 42, 0.62);
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.plm-auction-card:hover {
  transform: translateY(-2px);
  border-color: rgba(129, 140, 248, 0.45);
  box-shadow: 0 10px 28px rgba(67, 56, 202, 0.18);
}

.plm-auction-card--gate {
  appearance: none;
  font: inherit;
}

.plm-auction-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
}

.plm-auction-card__type,
.plm-auction-card__live {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.16rem 0.42rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.plm-auction-card__type {
  color: #c7d2fe;
  background: rgba(99, 102, 241, 0.16);
  border: 1px solid rgba(99, 102, 241, 0.22);
}

.plm-auction-card__live {
  color: #fecaca;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.22);
}

.plm-auction-card__live i {
  font-size: 0.42rem;
  animation: plmAuctionPulse 1.4s ease-in-out infinite;
}

@keyframes plmAuctionPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.plm-auction-card__title {
  margin: 0;
  font-family: var(--plm-font-display);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--plm-text);
}

.plm-auction-card__org,
.plm-auction-card__stat,
.plm-auction-card__ends {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.35;
  color: var(--plm-muted);
}

.plm-auction-card__org i,
.plm-auction-card__stat i,
.plm-auction-card__ends i {
  width: 0.85rem;
  color: #a5b4fc;
}

.plm-auction-card__lock,
.plm-auction-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
}

.plm-auction-card__lock {
  color: rgba(251, 191, 36, 0.92);
}

.plm-auction-card__cta {
  color: #a5b4fc;
}

/* Auth gate modal (guest → licitații) */
.plm-auth-gate {
  position: fixed;
  inset: 0;
  z-index: 12060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.plm-auth-gate[hidden] {
  display: none !important;
}

.plm-auth-gate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 14, 0.72);
  backdrop-filter: blur(8px);
}

body.plm-auth-gate-open {
  overflow: hidden;
}

.plm-auth-gate__panel {
  position: relative;
  z-index: 1;
  width: min(400px, 100%);
  padding: 1.15rem 1.15rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(99, 102, 241, 0.28);
  background: linear-gradient(160deg, rgba(30, 27, 75, 0.95), rgba(15, 23, 42, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.plm-auth-gate__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.6);
  color: var(--plm-muted);
  cursor: pointer;
}

.plm-auth-gate__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a5b4fc;
}

.plm-auth-gate__title {
  margin: 0;
  font-family: var(--plm-font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--plm-text);
}

.plm-auth-gate__lead {
  margin: 0.45rem 0 0.85rem;
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--plm-muted);
}

.plm-auth-gate__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.plm-auth-gate__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0 1rem;
  border-radius: 11px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plm-auth-gate__btn--primary {
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  color: #fff;
  box-shadow: 0 8px 22px rgba(99, 102, 241, 0.3);
}

.plm-auth-gate__btn--ghost {
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(15, 23, 42, 0.55);
  color: var(--plm-text);
}

.plm-auth-gate__btn:hover {
  transform: translateY(-1px);
}

/* ── Animations ── */
@keyframes plmSlideIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .plm-carousel__slide,
  .plm-stores-carousel__slide {
    animation: none;
  }

  .plm-carousel__track,
  .plm-stores-carousel__track {
    scroll-behavior: auto;
  }

  .plm-hero__search-btn:hover,
  .plm-btn--primary:hover {
    transform: none;
  }
}
