/**
 * Premium vanities / marketplace (vanities.php).
 * Hero + stats: marketing-home.css (body.index-page.vanities-page).
 */
.marketing-skin.vanities-page {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

.vanities-page .wrap {
  padding-inline: max(env(safe-area-inset-left, 0px), clamp(1.5rem, 6vw, 5rem))
    max(env(safe-area-inset-right, 0px), clamp(1.5rem, 6vw, 5rem));
}

@media (min-width: 960px) {
  .vanities-page .vx-hero .hero-grid {
    gap: clamp(2rem, 4vw, 5rem);
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  }
}

.vanities-page .vx-hero .lede {
  max-width: min(52rem, 100%);
}

.vanities-page .vx-hero .auth-hint {
  max-width: min(44rem, 100%);
}

.vanities-page main {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
}

.vanities-page .vx-hero {
  scroll-margin-top: 5rem;
}

/* --- metrics --- */
.vanities-page .vx-metrics {
  position: relative;
  z-index: 1;
  padding: 1.35rem 0 0.35rem;
  margin-block: 0;
  margin-inline: auto;
  border: none;
  background: transparent;
  box-shadow: none;
}

.vanities-page .vx-metrics__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.15rem 1.75rem;
  font-size: 0.72rem;
}

.vanities-page .vx-metrics__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.vanities-page .vx-metrics__lead .stat-pair {
  margin: 0;
}

.vanities-page .vx-metrics__feat {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 22px rgba(255, 255, 255, 0.12);
}

@media (max-width: 520px) {
  .vanities-page .vx-metrics__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .vanities-page .vx-metrics__inner > .stat-pair {
    width: 100%;
  }
}

/* --- catalog header + filters --- */
.vanities-page .vx-market {
  padding: 2rem 0 2.75rem;
}

.vanities-page .vx-market__kicker {
  margin: 0 0 0.4rem;
  font-family: ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.vanities-page .vx-market__head {
  text-align: left;
  max-width: 38rem;
  margin: 0 0 1.75rem;
}

@media (min-width: 720px) {
  .vanities-page .vx-market__head {
    border-left: 2px solid rgba(255, 255, 255, 0.35);
    padding-left: 1.25rem;
    margin-left: 0;
  }
}

.vanities-page .vx-market__title {
  margin: 0 0 0.75rem;
  font-family: var(--display, Syne, system-ui, sans-serif);
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: rgba(255, 255, 255, 0.96);
  text-transform: none;
}

.vanities-page .vx-market__title-accent {
  background: linear-gradient(105deg, #ffffff 0%, #e4e4e7 40%, #71717a 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vanities-page .vx-market__lede {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
}

.vanities-page .vx-market__hint {
  margin: 0.75rem 0 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.42);
}

.vanities-page .vx-market__hint a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
}

.vanities-page .vx-market__hint a:hover {
  text-decoration-style: solid;
}

.vanities-page .vx-market__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem 0.65rem;
  margin: 1.25rem 0 1.35rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vanities-page .vx-mkt-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.35rem;
  padding: 0 0.65rem 0 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(0, 0, 0, 0.35);
  cursor: default;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.vanities-page .vx-mkt-pill:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(15, 15, 15, 0.65);
}

.vanities-page .vx-mkt-pill--dd {
  position: relative;
  cursor: default;
}

.vanities-page .vx-mkt-pill--dd.is-open {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  background: rgba(12, 18, 18, 0.75);
}

.vanities-page .vx-mkt-dd {
  position: relative;
  flex: 1;
  min-width: 0;
  max-width: 13rem;
}

.vanities-page .vx-mkt-dd__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0.15rem 0 0.15rem 0.1rem;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  text-align: left;
}

.vanities-page .vx-mkt-dd__value {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vanities-page .vx-mkt-dd__caret {
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid rgba(255, 255, 255, 0.45);
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  transform: rotate(45deg) translateY(-2px);
  margin-left: 0.15rem;
  opacity: 0.85;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.vanities-page .vx-mkt-pill--dd.is-open .vx-mkt-dd__caret {
  transform: rotate(225deg) translateY(2px);
}

.vanities-page .vx-mkt-dd__trigger:focus {
  outline: none;
}

.vanities-page .vx-mkt-dd__menu {
  position: absolute;
  z-index: 300;
  top: calc(100% + 6px);
  left: 0;
  min-width: 100%;
  width: max(100%, 11rem);
  max-width: min(20rem, calc(100vw - 2rem));
  max-height: min(16.5rem, 42vh);
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, #0f1214 0%, #070708 100%);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.45),
    0 16px 40px rgba(0, 0, 0, 0.55);
}

.vanities-page .vx-mkt-dd__menu:focus {
  outline: none;
}

.vanities-page .vx-mkt-dd__option {
  margin: 0;
  padding: 0.48rem 0.65rem;
  border-radius: 8px;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition:
    background 0.12s ease,
    color 0.12s ease;
}

.vanities-page .vx-mkt-dd__option:hover,
.vanities-page .vx-mkt-dd__option.is-highlighted {
  background: rgba(255, 255, 255, 0.14);
  color: #f0fdfa;
}

.vanities-page .vx-mkt-dd__option[aria-selected='true'] {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 3px 0 0 0 #fafafa;
}

.vanities-page .vx-mkt-dd__option[aria-selected='true'].is-highlighted,
.vanities-page .vx-mkt-dd__option[aria-selected='true']:hover {
  background: rgba(255, 255, 255, 0.2);
}

.vanities-page .vx-mkt-toolbar__clear {
  margin-left: 0.15rem;
  padding: 0.38rem 0.72rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.vanities-page .vx-mkt-toolbar__clear:hover:not(:disabled) {
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.vanities-page .vx-mkt-toolbar__clear:disabled,
.vanities-page .vx-mkt-toolbar__clear.is-idle {
  opacity: 0.42;
  cursor: not-allowed;
}

.vanities-page .vx-mkt-pill__k {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  white-space: nowrap;
}

.vanities-page .vx-mkt-pill:focus-within {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

/* --- grid + cards --- */
.vanities-page .vx-mkt-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}

@media (min-width: 1024px) {
  .vanities-page .vx-mkt-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.35rem;
  }
}

.vanities-page .vx-mkt-card-wrap {
  display: block;
}

/* --- listing cards (frail-style shell: blur, emerald rail, sheen sweep) --- */
.vanities-page .vx-mkt-card--frail {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0a0a;
  backdrop-filter: blur(48px);
  -webkit-backdrop-filter: blur(48px);
  transition:
    border-color 0.5s ease,
    background 0.5s ease,
    box-shadow 0.5s ease;
}

.vanities-page .vx-mkt-card-wrap--frail:hover .vx-mkt-card--frail,
.vanities-page .vx-mkt-card-wrap--frail:focus-within .vx-mkt-card--frail {
  border-color: rgba(255, 255, 255, 0.1);
  background: #080808;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.vanities-page .vx-mkt-card__sheen {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.03) 45%,
    rgba(255, 255, 255, 0.06) 50%,
    rgba(255, 255, 255, 0.03) 55%,
    transparent 100%
  );
  transition: transform 1s ease-in-out;
}

.vanities-page .vx-mkt-card-wrap--frail:hover .vx-mkt-card__sheen,
.vanities-page .vx-mkt-card-wrap--frail:focus-within .vx-mkt-card__sheen {
  transform: translateX(100%);
}

@media (prefers-reduced-motion: reduce) {
  .vanities-page .vx-mkt-card__sheen {
    transition: none;
    transform: none;
    opacity: 0;
  }
}

.vanities-page .vx-mkt-card__rail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 2px;
  height: 100%;
  pointer-events: none;
  background: #10b981;
  transition: background 0.5s ease;
}

.vanities-page .vx-mkt-card-wrap--frail:hover .vx-mkt-card__rail,
.vanities-page .vx-mkt-card-wrap--frail:focus-within .vx-mkt-card__rail {
  background: #34d399;
}

.vanities-page .vx-mkt-card-wrap--held .vx-mkt-card__rail {
  background: rgba(251, 191, 36, 0.95);
}

.vanities-page .vx-mkt-card-wrap--held:hover .vx-mkt-card__rail,
.vanities-page .vx-mkt-card-wrap--held:focus-within .vx-mkt-card__rail {
  background: #fbbf24;
}

.vanities-page .vx-mkt-card__stretch {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.vanities-page .vx-mkt-card__stretch:focus-visible {
  outline: 2px solid rgba(52, 211, 153, 0.85);
  outline-offset: 3px;
}

.vanities-page .vx-mkt-card__inner {
  position: relative;
  z-index: 3;
  padding: 1rem;
  pointer-events: none;
}

.vanities-page .vx-mkt-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.vanities-page .vx-mkt-card__head-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.vanities-page .vx-mkt-card__ico-stack {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.2);
}

.vanities-page .vx-mkt-card__ico-stack svg {
  display: block;
}

.vanities-page .vx-mkt-card__chk-ico {
  position: absolute;
  top: -4px;
  right: -7px;
  color: #38bdf8;
}

.vanities-page .vx-mkt-card__eyebrow {
  font-size: 8px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1.2;
}

.vanities-page .vx-mkt-card__sys {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  flex-shrink: 0;
  font-size: 8px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(52, 211, 153, 0.8);
}

.vanities-page .vx-mkt-card__sys--held {
  color: rgba(251, 191, 36, 0.85);
}

.vanities-page .vx-mkt-card__sys-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #34d399;
  animation: vx-mkt-pulse 1.6s ease-in-out infinite;
}

.vanities-page .vx-mkt-card__sys--held .vx-mkt-card__sys-dot {
  background: #fbbf24;
}

@media (prefers-reduced-motion: reduce) {
  .vanities-page .vx-mkt-card__sys-dot {
    animation: none;
  }
}

@keyframes vx-mkt-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

.vanities-page .vx-mkt-card__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.vanities-page .vx-mkt-card__left {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 0.75rem;
}

.vanities-page .vx-mkt-card__slug-ico {
  position: relative;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  transition:
    transform 0.5s ease,
    border-color 0.35s ease;
}

.vanities-page .vx-mkt-card-wrap--frail:hover .vx-mkt-card__slug-ico,
.vanities-page .vx-mkt-card-wrap--frail:focus-within .vx-mkt-card__slug-ico {
  transform: scale(1.08) rotate(2deg);
  border-color: rgba(255, 255, 255, 0.16);
}

.vanities-page .vx-mkt-card__slug-ico svg {
  width: 1.25rem;
  height: 1.25rem;
}

.vanities-page .vx-mkt-card__slug-block {
  min-width: 0;
}

.vanities-page .vx-mkt-card--frail .vx-mkt-card__slug {
  font-family: "Unbounded", var(--display, Syne, system-ui, sans-serif);
  font-size: clamp(1.125rem, 2.8vw, 1.25rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  transition: color 0.35s ease;
}

.vanities-page .vx-mkt-card-wrap--frail:hover .vx-mkt-card__slug,
.vanities-page .vx-mkt-card-wrap--frail:focus-within .vx-mkt-card__slug {
  color: #34d399;
}

.vanities-page .vx-mkt-card-wrap--held:hover .vx-mkt-card__slug,
.vanities-page .vx-mkt-card-wrap--held:focus-within .vx-mkt-card__slug {
  color: #fbbf24;
}

.vanities-page .vx-mkt-card__seller-sheet {
  margin-top: 0.5rem;
  width: min(100%, 8rem);
}

.vanities-page .vx-mkt-card__seller-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.vanities-page .vx-mkt-card__seller-row:last-child {
  border-bottom: 0;
}

.vanities-page .vx-mkt-card__seller-k {
  flex-shrink: 0;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.15);
}

.vanities-page .vx-mkt-card__seller-v {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vanities-page .vx-mkt-card__seller-v--mono {
  font-family: ui-monospace, monospace;
}

.vanities-page .vx-mkt-card__price-stack {
  flex-shrink: 0;
  text-align: right;
}

.vanities-page .vx-mkt-card--frail .vx-mkt-card__price-main {
  margin-top: 0.25rem;
}

.vanities-page .vx-mkt-card__price-usd {
  font-family: "Unbounded", var(--display, Syne, system-ui, sans-serif);
  font-size: clamp(1.35rem, 4vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
}

.vanities-page .vx-mkt-card__held--frail {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.2rem 0.45rem;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.95);
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: 0.35rem;
  background: rgba(251, 191, 36, 0.08);
}

.vanities-page .vx-mkt-card--frail .vx-mkt-card__subprice {
  margin: 0.35rem 0 0;
  font-family: ui-monospace, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
}

.vanities-page .vx-mkt-card--frail .vx-mkt-card__login {
  position: relative;
  z-index: 4;
  pointer-events: auto;
  margin-top: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vanities-page .vx-mkt-card__foot--frail {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.35s ease;
  pointer-events: none;
}

.vanities-page .vx-mkt-card-wrap--frail:hover .vx-mkt-card__foot--frail,
.vanities-page .vx-mkt-card-wrap--frail:focus-within .vx-mkt-card__foot--frail {
  background: rgba(255, 255, 255, 0.03);
}

.vanities-page .vx-mkt-card__foot--frail .vx-mkt-card__ref {
  font-family: ui-monospace, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.vanities-page .vx-mkt-card__foot--frail .vx-mkt-card__official {
  font-size: 9px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(52, 211, 153, 0.7);
  transition: color 0.35s ease;
}

.vanities-page .vx-mkt-card-wrap--frail:hover .vx-mkt-card__foot--frail .vx-mkt-card__official,
.vanities-page .vx-mkt-card-wrap--frail:focus-within .vx-mkt-card__foot--frail .vx-mkt-card__official {
  color: #34d399;
}

.vanities-page .vx-mkt-card-wrap--held .vx-mkt-card__foot--frail .vx-mkt-card__official {
  color: rgba(251, 191, 36, 0.75);
}

.vanities-page .vx-mkt-card-wrap--held:hover .vx-mkt-card__foot--frail .vx-mkt-card__official,
.vanities-page .vx-mkt-card-wrap--held:focus-within .vx-mkt-card__foot--frail .vx-mkt-card__official {
  color: #fbbf24;
}

.vanities-page .vx-mkt-card__cart {
  flex: 1 1 100%;
  pointer-events: auto;
}

.vanities-page .vx-mkt-cart-add {
  margin: 0;
}

.vanities-page .vx-mkt-cart-add__btn {
  margin-top: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.vanities-page .vx-mkt-cart-add__btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.vanities-page .vx-mkt-cart-add__btn:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
}

.vanities-page .vx-mkt-empty {
  text-align: center;
  padding: 2rem 1rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.95rem;
}

.vanities-page .vx-mkt-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  margin-top: 1.35rem;
}

.vanities-page .vx-mkt-pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
  border: 2px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.vanities-page .vx-mkt-pager__btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.vanities-page .vx-mkt-pager__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.vanities-page .vx-mkt-pager__stat {
  padding: 0 0.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}

/* --- intro / callout --- */
.vanities-page .vx-market__intro {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.vanities-page .vx-market__subhead {
  font-family: var(--display, Syne, system-ui, sans-serif);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.94);
}

.vanities-page .vx-market__intro .feat-sub {
  margin: 0 0 0.85rem;
  max-width: min(62rem, 100%);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}

.vanities-page .vx-market__intro .grad {
  background: linear-gradient(90deg, #ffffff, #d4d4d4 55%, #71717a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vanities-page .callout {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid var(--line, rgba(255, 255, 255, 0.1));
  background: rgba(12, 12, 12, 0.75);
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.vanities-page .callout strong {
  color: rgba(255, 255, 255, 0.92);
}

.vanities-page .vx-legacy-note,
.vanities-page .vx-empty-db {
  margin: 0.5rem auto 0;
  max-width: 40rem;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}

.vanities-page .foot {
  margin-top: 2rem;
  font-size: 0.8rem;
  opacity: 0.85;
  max-width: 40rem;
}

.vanities-page .foot a {
  color: var(--link, rgba(250, 250, 250, 0.85));
  text-decoration: underline;
  text-underline-offset: 3px;
}

.marketing-skin.vanities-page .site-foot {
  --ink-muted: var(--mute);
  --ink-paper: var(--paper);
  padding-inline: max(env(safe-area-inset-left, 0px), clamp(1.5rem, 6vw, 5rem))
    max(env(safe-area-inset-right, 0px), clamp(1.5rem, 6vw, 5rem));
}

.marketing-skin.vanities-page .site-foot__link {
  color: var(--paper) !important;
}

.marketing-skin.vanities-page .site-foot__link:hover {
  color: #fafafa !important;
}
