/* Public reseller hub + maintenance – standalone pages */
:root {
  --hub-bg: #0c0c12;
  --hub-surface: #14141f;
  --hub-border: rgba(255, 255, 255, 0.08);
  --hub-text: #e4e4ef;
  --hub-muted: #8b8b9e;
}
.hub-body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(167, 139, 250, 0.12), transparent 50%), var(--hub-bg);
  color: var(--hub-text);
  font-family: "Noto Sans", system-ui, sans-serif;
}
.hub-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--hub-border);
  background: rgba(12, 12, 18, 0.85);
  backdrop-filter: blur(10px);
}
.hub-brand {
  color: var(--hub-text);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.hub-brand:hover {
  color: var(--hub-accent);
}
.hub-topbar-user {
  font-size: 0.875rem;
  color: var(--hub-muted);
}
.hub-main {
  max-width: 56rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

/* Public hub — full width + sticky subnav (links / store / status) */
.hub-body--public {
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.hub-main--public {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.75rem) clamp(0.875rem, 3vw, 2rem) 4rem;
  box-sizing: border-box;
  --hub-cover-page-bg: var(--mantine-color-bg_dark-1, #121212);
}
[data-mantine-color-scheme="light"] .hub-main--public.hub-public-main,
[data-mantine-color-scheme="light"] .hub-main--public {
  --hub-cover-page-bg: #f8fafc;
}
.hub-topbar--public {
  padding-inline: clamp(0.875rem, 3vw, 2rem);
  padding-block: 0.75rem;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.hub-public-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0 calc(-1 * clamp(0.875rem, 3vw, 2rem)) 1.25rem;
  padding: 0.5rem clamp(0.875rem, 3vw, 2rem);
  background: color-mix(in srgb, var(--hub-bg) 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hub-border);
}
.hub-public-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.1rem 0 0.35rem;
}
.hub-public-nav::-webkit-scrollbar {
  display: none;
}
.hub-public-nav a {
  flex: 0 0 auto;
  padding: 0.55rem 0.95rem;
  border-radius: 10px;
  font-size: 0.87rem;
  font-weight: 600;
  color: var(--hub-muted);
  text-decoration: none;
  border: 1px solid var(--hub-border);
  background: var(--hub-surface);
  min-height: 44px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.hub-public-nav a:hover {
  color: var(--hub-text);
  border-color: color-mix(in srgb, var(--hub-accent) 35%, var(--hub-border));
}
.hub-public-nav a.hub-public-nav--active {
  color: var(--hub-accent);
  border-color: color-mix(in srgb, var(--hub-accent) 50%, transparent);
  background: color-mix(in srgb, var(--hub-accent) 12%, var(--hub-surface));
}
.hub-public-nav a.hub-public-nav--edit {
  color: var(--hub-accent);
  border-style: dashed;
  border-color: color-mix(in srgb, var(--hub-accent) 40%, var(--hub-border));
  background: transparent;
}
@media (min-width: 900px) {
  .hub-public-nav {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .hub-public-nav-wrap {
    position: static;
    margin: 0 0 1.5rem;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    border-bottom: none;
  }
}
.hub-public-hero-title {
  font-size: clamp(1.35rem, 4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.4rem;
}
.hub-public-hero-lead {
  margin: 0 0 1.25rem;
  color: var(--hub-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.hub-public-content {
  width: 100%;
  max-width: 42rem;
  margin-inline: auto;
  box-sizing: border-box;
}
.hub-market-hero {
  margin-bottom: 1.25rem;
}
.hub-wrap.hub-market > .hub-market-hero {
  max-width: 56rem;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}
.hub-market-hero--slim {
  margin-bottom: 1.35rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid color-mix(in srgb, var(--hub-border) 65%, transparent);
}
.hub-market-section-heading {
  margin: 0 0 0.35rem;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: color-mix(in srgb, var(--hub-text) 90%, var(--hub-muted));
}
.hub-public-profile-root .hub-market-section-heading {
  color: rgba(255, 255, 255, 0.92);
}
.hub-market-hero--slim .hub-public-hero-lead {
  margin: 0;
}
.hub-market-hero--rich {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid color-mix(in srgb, var(--hub-border) 70%, transparent);
}
.hub-market-hero--rich .hub-public-hero-lead {
  margin-bottom: 0;
}
.hub-market-hero-text {
  flex: 1 1 12rem;
  min-width: 0;
}
.hub-market-vis-pill {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--hub-accent) 28%, var(--hub-border));
  color: color-mix(in srgb, var(--hub-muted) 70%, var(--hub-accent));
  background: color-mix(in srgb, var(--hub-accent) 6%, var(--hub-surface));
}
.hub-market-vis-row {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem;
}
/* Framed “storefront” region — top edge blends into page / banner fade */
.hub-main--public .hub-wrap.hub-market .hub-market-products-board {
  width: 100%;
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.35rem) clamp(0.85rem, 2vw, 1.25rem) clamp(1.15rem, 2.8vw, 1.45rem);
  box-sizing: border-box;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--hub-cover-page-bg) 45%, color-mix(in srgb, var(--hub-accent) 28%, var(--hub-border)));
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--hub-cover-page-bg) 85%, transparent) 0%,
    color-mix(in srgb, var(--hub-accent) 8%, var(--hub-cover-page-bg)) 20%,
    color-mix(in srgb, var(--hub-surface) 38%, var(--hub-cover-page-bg)) 100%
  );
  box-shadow:
    0 1px 0 color-mix(in srgb, #fff 6%, transparent) inset,
    0 12px 36px rgba(0, 0, 0, 0.16);
}
.hub-public-profile-root .hub-wrap.hub-market .hub-market-products-board {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--hub-cover-page-bg) 90%, transparent) 0%,
    color-mix(in srgb, var(--hub-accent) 10%, rgba(255, 255, 255, 0.04)) 24%,
    color-mix(in srgb, var(--hub-cover-page-bg) 55%, rgba(0, 0, 0, 0.42)) 100%
  );
  border-color: color-mix(in srgb, var(--hub-cover-page-bg) 40%, rgba(255, 255, 255, 0.12));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 14px 44px rgba(0, 0, 0, 0.28);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-wrap.hub-market .hub-market-products-board {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--hub-cover-page-bg) 94%, transparent) 0%,
    color-mix(in srgb, var(--hub-accent) 6%, #fff) 30%,
    var(--hub-cover-page-bg) 100%
  );
  border-color: color-mix(in srgb, var(--hub-accent) 20%, #e2e8f0);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 16px rgba(15, 23, 42, 0.05);
}
.hub-inline-link {
  color: var(--hub-accent);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--hub-accent) 45%, transparent);
  text-underline-offset: 0.15em;
}
.hub-inline-link:hover {
  color: color-mix(in srgb, var(--hub-accent) 88%, var(--hub-text));
}
.hub-product-grid.hub-product-grid--public {
  --hub-market-card-w: 341px;
  --hub-market-gap: 1.25rem;
  --hub-market-cols: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: var(--hub-market-gap);
  margin-top: 0;
  width: 100%;
  max-width: min(
    100%,
    calc(var(--hub-market-card-w) * var(--hub-market-cols) + var(--hub-market-gap) * (var(--hub-market-cols) - 1))
  );
  margin-inline: auto;
  box-sizing: border-box;
}
.hub-product-grid.hub-product-grid--public > .hub-empty {
  flex: 1 1 100%;
  width: 100%;
  min-width: min(100%, 22rem);
}
.hub-product-grid.hub-product-grid--public > .hub-card.hub-card--market {
  flex: 0 0 auto;
}
@media (max-width: 1500px) {
  .hub-product-grid.hub-product-grid--public {
    --hub-market-cols: 4;
  }
}
@media (max-width: 1120px) {
  .hub-product-grid.hub-product-grid--public {
    --hub-market-cols: 3;
  }
}
@media (max-width: 760px) {
  .hub-product-grid.hub-product-grid--public {
    --hub-market-cols: 2;
  }
}
@media (max-width: 380px) {
  .hub-product-grid.hub-product-grid--public {
    --hub-market-cols: 1;
    max-width: 100%;
  }
}
.hub-main--public .hub-buttons,
.hub-main--public .hub-buttons--social {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: stretch;
}
@media (min-width: 480px) {
  .hub-main--public .hub-buttons,
  .hub-main--public .hub-buttons--social {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.hub-btn--social {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: center;
}
.hub-btn--social .hub-social-ico {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}
.hub-btn-social-label {
  line-height: 1.25;
}
.hub-btn--social .hub-social-ico.hub-social-ico--stroke {
  stroke-width: 2;
}
.hub-discord-block {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex-wrap: nowrap;
  padding: 0.65rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--hub-border);
  background: var(--hub-surface);
  min-height: 48px;
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: min(100%, 18rem);
}
.hub-discord-block-media {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}
.hub-discord-block-avatar-img {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid color-mix(in srgb, var(--hub-accent) 38%, var(--hub-border));
  background: color-mix(in srgb, var(--hub-surface) 88%, var(--hub-accent));
  box-sizing: border-box;
}
.hub-discord-block-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #5865f2 35%, var(--hub-border));
  background: color-mix(in srgb, #5865f2 14%, var(--hub-surface));
  box-sizing: border-box;
}
.hub-discord-block-avatar-fallback .hub-social-ico {
  width: 1.75rem;
  height: 1.75rem;
}
.hub-discord-block .hub-social-ico {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}
.hub-discord-block-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.1rem;
}
.hub-discord-block-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hub-muted);
}
.hub-discord-block-display {
  display: block;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--hub-text);
}
.hub-discord-block-handle {
  display: block;
  font-size: 0.875rem;
  color: var(--hub-muted);
}
.hub-discord-block-title {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  color: var(--hub-text);
}
.hub-discord-block-id-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  margin-top: 0.4rem;
}
.hub-discord-block-code {
  display: block;
  flex: 1 1 12rem;
  min-width: 0;
  font-size: 0.78rem;
  color: var(--hub-muted);
  word-break: break-all;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.hub-copy-btn {
  flex-shrink: 0;
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  border: 1px solid color-mix(in srgb, var(--hub-accent) 45%, transparent);
  background: color-mix(in srgb, var(--hub-accent) 8%, transparent);
  color: var(--hub-accent);
  min-height: 44px;
}
.hub-copy-btn:hover {
  filter: brightness(1.1);
}
.hub-webhook-url-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0.35rem 0 0.25rem;
}
.hub-btn.hub-btn--webhook-open {
  font-size: 0.85rem;
  min-height: 40px;
  padding: 0.35rem 0.9rem;
}
.hub-main--public .hub-btn {
  min-height: 48px;
  padding: 0.65rem 1.2rem;
  font-size: 0.9375rem;
}
.hub-main--public .hub-btn--block {
  min-height: 48px;
}

/* Store product cards — dashboard-style layout + dashed accent frame (like .hub-public-nav--edit) */
.hub-main--public .hub-card.hub-card--market {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 341px;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  background: linear-gradient(165deg, #16161f 0%, #101018 50%, #12121a 100%);
  border: 1px solid color-mix(in srgb, var(--hub-accent) 14%, var(--hub-border));
  border-radius: 14px;
  overflow: hidden;
  outline: 1px dashed color-mix(in srgb, var(--hub-accent) 42%, var(--hub-border));
  outline-offset: 3px;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--hub-accent) 6%, transparent),
    0 4px 22px rgba(0, 0, 0, 0.38),
    0 20px 48px rgba(0, 0, 0, 0.18);
  isolation: isolate;
  transition:
    outline-color 0.22s ease,
    box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s ease,
    filter 0.28s ease;
}
.hub-main--public .hub-card.hub-card--market::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  background: radial-gradient(
    ellipse 120% 85% at 18% -8%,
    color-mix(in srgb, var(--hub-accent) 35%, transparent),
    transparent 52%
  );
}
.hub-main--public .hub-card.hub-card--market::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 3;
  opacity: 0.85;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--hub-accent) 65%, transparent) 50%,
    transparent 100%
  );
}
.hub-main--public .hub-card.hub-card--market:hover {
  outline-color: color-mix(in srgb, var(--hub-accent) 72%, transparent);
  border-color: color-mix(in srgb, var(--hub-accent) 28%, var(--hub-border));
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--hub-accent) 20%, transparent),
    0 12px 36px color-mix(in srgb, var(--hub-accent) 14%, transparent),
    0 28px 64px rgba(0, 0, 0, 0.28);
  transform: translateY(-4px);
  filter: brightness(1.04) saturate(1.06);
}
@media (prefers-reduced-motion: reduce) {
  .hub-main--public .hub-card.hub-card--market,
  .hub-main--public .hub-card--market .hub-card-img.hub-card-img--cover,
  .hub-main--public .hub-card--market .hub-card-media img.hub-card-img,
  .hub-product-detail-img,
  .hub-public-nav-wrap--floating .hub-public-nav {
    transition: none !important;
  }
  .hub-main--public .hub-card.hub-card--market:hover {
    transform: none;
    filter: none;
  }
  .hub-main--public .hub-card.hub-card--market:hover .hub-card-img.hub-card-img--cover,
  .hub-main--public .hub-card.hub-card--market:hover .hub-card-media img.hub-card-img--cover,
  .hub-product-detail-media:hover .hub-product-detail-img {
    transform: none;
  }
  .hub-main--public .hub-card.hub-card--market:hover .hub-card-foot-hint-arrow {
    transform: none;
  }
  .hub-main--public .hub-card--market .hub-card-media::before {
    display: none;
  }
}
.hub-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Full-card link: Buy / Edit stay above and clickable */
.hub-main--public .hub-card--market .hub-card-stretch-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}
.hub-main--public .hub-card--market .hub-card-stretch-link:focus-visible {
  outline: 2px solid var(--hub-accent);
  outline-offset: 3px;
  z-index: 4;
}
.hub-main--public .hub-card--market .hub-card-click-pass {
  position: relative;
  z-index: 2;
  pointer-events: none;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.hub-main--public .hub-card--market .hub-card-media {
  flex-shrink: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--hub-border) 80%, var(--hub-accent));
  overflow: hidden;
  position: relative;
}
/* Image hover shine (no gradient outline — shimmer only across media area) */
.hub-main--public .hub-card--market .hub-card-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 55%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.42) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-18deg);
  transition:
    opacity 0.35s ease,
    left 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .hub-main--public .hub-card.hub-card--market:hover .hub-card-media::before {
    opacity: 1;
    left: 125%;
  }
}
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    180deg,
    transparent 18%,
    color-mix(in srgb, #12121a 0%, transparent) 52%,
    color-mix(in srgb, #12121a 88%, transparent) 88%,
    color-mix(in srgb, #12121a 96%, #000) 100%
  );
  opacity: 0.72;
  transition: opacity 0.3s ease;
}
.hub-main--public .hub-card.hub-card--market:hover .hub-card-media::after {
  opacity: 0.58;
}
.hub-main--public .hub-card--market .hub-card-img.hub-card-img--cover,
.hub-main--public .hub-card--market .hub-card-media img.hub-card-img--cover {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
  z-index: 0;
  background-color: #13131a;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.hub-main--public .hub-card--market .hub-card-img.hub-card-img--placeholder,
.hub-main--public .hub-card--market .hub-card-media img.hub-card-img--placeholder {
  object-fit: cover;
  object-position: center;
  padding: 0;
  background-color: #06060d;
}
@media (hover: hover) {
  .hub-main--public .hub-card.hub-card--market:hover .hub-card-img.hub-card-img--cover,
  .hub-main--public .hub-card.hub-card--market:hover .hub-card-media img.hub-card-img--cover {
    transform: scale(1.06);
  }
}
.hub-main--public .hub-card-cube {
  width: 3.25rem;
  height: 3.25rem;
}
.hub-main--public .hub-card-body--market {
  padding: 0.72rem 0.92rem 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, #12121a 12%, transparent) 100%);
}
.hub-main--public .hub-card-headline {
  display: grid;
  grid-template-columns: 1fr minmax(4.5rem, auto);
  gap: 0.25rem 0.65rem;
  align-items: start;
  margin-bottom: 0.35rem;
}
.hub-main--public .hub-card-title--market {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.01em;
  color: #f4f4f8;
}
.hub-main--public .hub-card-aside {
  text-align: right;
  font-size: 0.7rem;
  color: var(--hub-muted);
  line-height: 1.35;
  padding-top: 0.05rem;
}
.hub-main--public .hub-card-stock {
  white-space: nowrap;
}
.hub-main--public .hub-card-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.65rem;
  margin: 0 0 0.5rem;
}
.hub-main--public .hub-card-save {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.18rem 0.42rem;
  border-radius: 7px;
  color: #fecaca;
  background: color-mix(in srgb, #f87171 16%, transparent);
  border: 1px solid color-mix(in srgb, #f87171 32%, transparent);
}
.hub-main--public .hub-card-save--floating {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 4;
  padding: 0.28rem 0.5rem;
  border-radius: 9px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, #f87171 88%, #000),
    color-mix(in srgb, var(--hub-accent) 45%, #7f1d1d)
  );
  border: 1px solid color-mix(in srgb, #fecaca 55%, transparent);
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.hub-main--public .hub-card-price--market {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  color: #e8e8ef;
  flex: 1 1 auto;
  min-width: 0;
}
.hub-main--public .hub-card-price--market .hub-price-now {
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fafafa;
}
.hub-main--public .hub-card-status-row {
  margin: 0 0 0.45rem;
}
.hub-main--public .hub-card-delivery-stack {
  margin: 0 0 0.5rem;
  padding: 0.52rem 0.58rem 0.55rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--hub-accent) 22%, rgba(255, 255, 255, 0.08));
  background: linear-gradient(
    150deg,
    color-mix(in srgb, var(--hub-accent) 10%, rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.01) 58%
  );
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}
.hub-main--public .hub-card-delivery-pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.22rem 0.52rem;
  border-radius: 999px;
  margin: 0 0 0.35rem;
  color: rgba(250, 250, 255, 0.92);
  border: 1px solid color-mix(in srgb, var(--hub-accent) 38%, rgba(255, 255, 255, 0.12));
  background: color-mix(in srgb, var(--hub-accent) 16%, rgba(15, 15, 20, 0.75));
}
.hub-main--public .hub-card-receive-list {
  margin: 0;
  padding: 0 0 0 1rem;
  list-style: disc;
  font-size: 0.72rem;
  line-height: 1.42;
  color: rgba(232, 232, 240, 0.88);
}
.hub-main--public .hub-card-receive-list li {
  margin: 0.12rem 0;
}
.hub-main--public .hub-card-receive-list li::marker {
  color: color-mix(in srgb, var(--hub-accent) 65%, rgba(255, 255, 255, 0.28));
}
.hub-main--public .hub-card-receive-more {
  margin: 0.38rem 0 0;
  font-size: 0.665rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--hub-accent) 85%, rgba(226, 232, 240, 0.6));
}
.hub-main--public .hub-card-badges--market {
  margin: 0 0 0.45rem;
}
.hub-main--public .hub-card-desc--market {
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--hub-muted);
  margin: 0 0 0.45rem;
  flex: 0 1 auto;
  min-height: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.hub-main--public .hub-card-footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: auto;
  padding-top: 0.55rem;
  border-top: 1px solid color-mix(in srgb, var(--hub-border) 85%, transparent);
  font-size: 0.72rem;
  color: var(--hub-muted);
}
.hub-main--public .hub-card-foot-faq {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.42rem;
  border-radius: 6px;
  color: rgba(226, 232, 240, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(0, 0, 0, 0.2);
}
.hub-main--public .hub-card-foot-left {
  min-width: 0;
  opacity: 0.95;
}
.hub-main--public .hub-card-foot-hint {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--hub-muted) 55%, var(--hub-accent));
  opacity: 0.9;
  transition: color 0.2s ease, transform 0.2s ease;
}
.hub-main--public .hub-card-foot-hint-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}
@media (hover: hover) {
  .hub-main--public .hub-card.hub-card--market:hover .hub-card-foot-hint {
    color: var(--hub-accent);
  }
  .hub-main--public .hub-card.hub-card--market:hover .hub-card-foot-hint-arrow {
    transform: translateX(3px);
  }
}
.hub-main--public .hub-card-actions--market {
  position: relative;
  z-index: 3;
  margin-top: 0.42rem;
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  pointer-events: auto;
  padding: 0 0.85rem 0.62rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.hub-main--public .hub-card-actions--market .hub-btn--block,
.hub-main--public .hub-card-actions--market .hub-btn.hub-btn--block {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.hub-main--public .hub-btn--market-buy {
  margin-top: 0;
  border-radius: 10px;
  font-weight: 700;
}
.hub-main--public .hub-btn--market-buy.hub-btn--checkout {
  margin-top: 0;
}
.hub-main--public .hub-card-edit-link {
  font-size: 0.78rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 0.15rem;
  padding: 0.4rem 0.75rem;
  border-radius: 10px;
  text-decoration: none;
  color: var(--hub-accent);
  border: 1px dashed color-mix(in srgb, var(--hub-accent) 40%, var(--hub-border));
  background: transparent;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.hub-main--public .hub-card-edit-link:hover {
  border-color: color-mix(in srgb, var(--hub-accent) 65%, transparent);
  background: color-mix(in srgb, var(--hub-accent) 8%, transparent);
  color: var(--hub-accent);
  filter: brightness(1.08);
}
.hub-main--public .hub-card-owner-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.15rem;
}
.hub-main--public .hub-card-edit-link--split {
  flex: 1 1 0;
  justify-content: center;
  align-self: stretch;
  margin-top: 0;
  min-width: 0;
  box-sizing: border-box;
}
.hub-main--public .hub-card-delete-form {
  flex: 1 1 0;
  margin: 0;
  min-width: 0;
  display: flex;
}
.hub-main--public .hub-card-delete-link {
  flex: 1;
  width: 100%;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
  margin-top: 0;
  line-height: inherit;
  color: #fecaca;
  border: 1px dashed color-mix(in srgb, #f87171 48%, var(--hub-border));
  background: color-mix(in srgb, #f87171 12%, transparent);
}
.hub-main--public .hub-card-delete-link:hover {
  border-color: color-mix(in srgb, #f87171 72%, transparent);
  background: color-mix(in srgb, #f87171 20%, transparent);
  color: #fef2f2;
  filter: brightness(1.06);
}

.hub-main--public .hub-wrap.hub-product-page {
  width: 100%;
  max-width: 62rem;
  margin-inline: auto;
  padding-inline: clamp(0.75rem, 3vw, 1.25rem);
  box-sizing: border-box;
}
.hub-product-crumbs-wrap {
  margin-bottom: 1rem;
}
.hub-product-crumbs-wrap:first-child {
  margin-top: -0.05rem;
}
.hub-product-crumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.15rem;
  font-size: 0.84rem;
  line-height: 1.4;
}
.hub-product-crumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
}
.hub-product-crumbs a {
  color: var(--hub-accent);
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.15rem 0.25rem;
  margin: -0.15rem -0.25rem;
}
.hub-product-crumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.hub-product-crumbs li:not(:last-child)::after {
  content: "/";
  color: var(--hub-muted);
  opacity: 0.45;
  font-weight: 500;
  margin-left: 0.35rem;
  pointer-events: none;
}
.hub-product-crumb-current {
  color: var(--hub-muted);
  font-weight: 500;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hub-product-detail {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}
@media (min-width: 800px) {
  .hub-product-detail {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: stretch;
  }
}
.hub-product-detail-media {
  position: relative;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--hub-accent) 55%, transparent),
    color-mix(in srgb, var(--hub-border) 75%, transparent) 38%,
    color-mix(in srgb, var(--hub-accent) 28%, transparent) 100%
  );
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 1px 0 0 color-mix(in srgb, var(--hub-accent) 25%, transparent);
}
.hub-product-detail-media-inner {
  border-radius: 19px;
  overflow: hidden;
  background: #0a0a10;
  position: relative;
}
.hub-product-detail-media-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}
.hub-product-detail-img {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  min-height: 11rem;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
img.hub-product-detail-img:not(.hub-product-gallery-main) {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.hub-product-detail-img--photo {
  object-fit: cover;
  background: #0e0e14;
}
.hub-product-detail-img--placeholder {
  min-height: 14rem;
  background: #06060d;
  object-fit: cover;
  object-position: center;
  padding: 0;
  box-sizing: border-box;
}
img.hub-product-detail-img--placeholder {
  display: block;
  color: rgba(255, 255, 255, 0.11);
}
@media (hover: hover) {
  .hub-product-detail-media:hover .hub-product-detail-img {
    transform: scale(1.03);
  }
}
.hub-product-hero-cube {
  width: 4.25rem;
  height: 4.25rem;
}
.hub-product-detail-panel {
  position: relative;
  padding: clamp(1.25rem, 3.5vw, 1.65rem) clamp(1.2rem, 3.5vw, 1.75rem) clamp(1.45rem, 3.5vw, 1.85rem);
  border-radius: 20px;
  background:
    linear-gradient(
      168deg,
      color-mix(in srgb, var(--hub-accent) 7%, #16161f) 0%,
      #101018 42%,
      #0d0d14 100%
    );
  border: 1px solid color-mix(in srgb, var(--hub-accent) 18%, var(--hub-border));
  outline: 1px dashed color-mix(in srgb, var(--hub-accent) 32%, var(--hub-border));
  outline-offset: 4px;
  box-shadow:
    0 6px 36px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 1px 0 0 color-mix(in srgb, var(--hub-accent) 12%, transparent);
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hub-product-detail-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--hub-accent) 45%, transparent),
    transparent
  );
  opacity: 0.55;
  pointer-events: none;
}
.hub-product-detail-header {
  margin-bottom: 1rem;
}
.hub-product-detail-title {
  font-size: clamp(1.45rem, 4vw, 2rem);
  font-weight: 800;
  margin: 0 0 0.65rem;
  letter-spacing: -0.03em;
  color: #f6f6fb;
  line-height: 1.15;
}
.hub-product-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.55rem;
}
.hub-product-meta-pill {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--hub-surface) 88%, #0a0a10);
  border: 1px solid var(--hub-border);
  color: color-mix(in srgb, var(--hub-text) 82%, var(--hub-muted));
}
.hub-product-meta-pill--muted {
  color: var(--hub-muted);
  border-style: dashed;
  border-color: color-mix(in srgb, var(--hub-accent) 25%, var(--hub-border));
}
.hub-product-meta-status {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
}
.hub-product-detail-price-block {
  position: relative;
  padding: 1rem 1.1rem 1.05rem;
  border-radius: 14px;
  margin-bottom: 1rem;
  background: linear-gradient(
    125deg,
    color-mix(in srgb, var(--hub-accent) 14%, #14141d) 0%,
    #101018 48%,
    color-mix(in srgb, var(--hub-accent) 8%, #12121c) 100%
  );
  border: 1px solid color-mix(in srgb, var(--hub-accent) 22%, var(--hub-border));
}
.hub-product-save-badge {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.22rem 0.5rem;
  border-radius: 8px;
  color: #fecaca;
  background: color-mix(in srgb, #f87171 18%, transparent);
  border: 1px solid color-mix(in srgb, #f87171 35%, transparent);
}
.hub-product-save-badge--floating {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 3;
  margin: 0;
  padding: 0.32rem 0.55rem;
  border-radius: 10px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, #f87171 88%, #000),
    color-mix(in srgb, var(--hub-accent) 48%, #7f1d1d)
  );
  border: 1px solid color-mix(in srgb, #fecaca 50%, transparent);
  box-shadow:
    0 3px 14px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(0, 0, 0, 0.22) inset;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hub-product-detail-price--xl {
  line-height: 1.1;
}
.hub-product-detail-price--xl .hub-price-slash {
  font-size: 1rem;
  vertical-align: baseline;
}
.hub-product-detail-price--xl .hub-price-now {
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #fafafa;
}
.hub-product-detail-badges {
  margin-bottom: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.hub-product-about-card {
  border-radius: 16px;
  padding: clamp(1rem, 2.8vw, 1.25rem) clamp(1.05rem, 2.8vw, 1.35rem);
  margin-bottom: 1.2rem;
  background: color-mix(in srgb, #0a0a12 72%, var(--hub-accent) 3%);
  border: 1px solid color-mix(in srgb, var(--hub-border) 88%, var(--hub-accent));
  box-shadow: 0 1px 0 0 color-mix(in srgb, var(--hub-accent) 8%, transparent);
}
.hub-product-buyer-card {
  border-radius: 16px;
  padding: clamp(0.72rem, 2.2vw, 0.9rem) clamp(0.92rem, 2.4vw, 1.08rem)
    clamp(0.72rem, 2.2vw, 0.82rem);
  margin-bottom: 0.75rem;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--hub-accent) 12%, #0a0a12) 0%,
    color-mix(in srgb, #0a0a12 92%, var(--hub-accent) 2%) 100%
  );
  border: 1px solid color-mix(in srgb, var(--hub-accent) 32%, rgba(255, 255, 255, 0.1));
  box-shadow:
    0 1px 0 color-mix(in srgb, var(--hub-accent) 12%, transparent),
    0 14px 42px rgba(0, 0, 0, 0.28);
}
.hub-product-buyer-card--on-cover {
  margin-bottom: 0.5rem;
}
.hub-product-buyer-list {
  margin: 0;
  padding: 0 0 0 1.05rem;
  list-style: none;
  counter-reset: buyer-li;
}
.hub-product-buyer-list li {
  position: relative;
  margin: 0.32rem 0 0;
  padding-left: 0.05rem;
  font-size: 0.9rem;
  line-height: 1.48;
  color: color-mix(in srgb, var(--hub-text) 90%, var(--hub-muted));
}
.hub-product-buyer-list li:first-child {
  margin-top: 0;
}
.hub-product-buyer-list li::before {
  counter-increment: buyer-li;
  content: "";
  position: absolute;
  left: -1.05rem;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hub-accent), color-mix(in srgb, var(--hub-accent) 45%, #818cf8));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--hub-accent) 15%, transparent);
}
.hub-product-section.hub-product-section--in-card {
  margin: 0;
}
.hub-product-section--in-card .hub-product-section-title {
  margin-bottom: 0.4rem;
  color: color-mix(in srgb, var(--hub-muted) 88%, var(--hub-accent));
  letter-spacing: 0.12em;
}
.hub-product-section {
  margin: 0 0 1.15rem;
}
.hub-product-section-title {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--hub-muted);
  margin: 0 0 0.55rem;
}
.hub-product-detail-desc {
  margin: 0;
  font-size: 0.94rem;
  color: color-mix(in srgb, var(--hub-text) 92%, var(--hub-muted));
}
/* Discord-like product descriptions (full + card compact) */
.hub-dmd .hub-dmd-p {
  margin: 0 0 0.85rem;
  line-height: 1.65;
}
.hub-dmd .hub-dmd-p:last-child {
  margin-bottom: 0;
}
.hub-dmd .hub-dmd-h {
  margin: 1.15rem 0 0.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: color-mix(in srgb, var(--hub-text) 94%, var(--hub-muted));
}
.hub-dmd .hub-dmd-h:first-child {
  margin-top: 0;
}
.hub-dmd .hub-dmd-h1 {
  font-size: 1.08rem;
}
.hub-dmd .hub-dmd-h2 {
  font-size: 1.02rem;
}
.hub-dmd .hub-dmd-h3 {
  font-size: 0.97rem;
  font-weight: 750;
  color: color-mix(in srgb, var(--hub-text) 90%, var(--hub-muted));
}
.hub-dmd .hub-dmd-ul {
  margin: 0 0 0.85rem;
  padding-left: 1.15rem;
  line-height: 1.55;
}
.hub-dmd .hub-dmd-li {
  margin: 0.2em 0;
}
.hub-dmd .hub-dmd-bq {
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.75rem;
  border-left: 3px solid color-mix(in srgb, var(--hub-accent) 55%, var(--hub-border));
  background: color-mix(in srgb, var(--hub-accent) 5%, var(--hub-surface));
  border-radius: 0 10px 10px 0;
  color: color-mix(in srgb, var(--hub-text) 88%, var(--hub-muted));
}
.hub-dmd .hub-dmd-pre {
  margin: 0 0 0.85rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  overflow-x: auto;
  background: color-mix(in srgb, #0c0c12 88%, var(--hub-surface));
  border: 1px solid var(--hub-border);
  font-size: 0.8rem;
  line-height: 1.45;
}
.hub-dmd .hub-dmd-code-block {
  font-family: ui-monospace, "Cascadia Code", Menlo, Consolas, monospace;
  white-space: pre-wrap;
  word-break: break-word;
}
.hub-dmd .hub-dmd-code-block--compact {
  display: block;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 0.78em;
  padding: 0.25rem 0.35rem;
  border-radius: 6px;
  background: color-mix(in srgb, var(--hub-surface) 70%, #000);
}
.hub-dmd .hub-dmd-code {
  font-family: ui-monospace, "Cascadia Code", Menlo, Consolas, monospace;
  font-size: 0.88em;
  padding: 0.1em 0.28em;
  border-radius: 6px;
  background: color-mix(in srgb, var(--hub-accent) 10%, var(--hub-surface));
  border: 1px solid color-mix(in srgb, var(--hub-accent) 18%, var(--hub-border));
}
.hub-dmd .hub-dmd-strong {
  font-weight: 800;
  color: color-mix(in srgb, var(--hub-text) 96%, var(--hub-muted));
}
.hub-dmd .hub-dmd-em {
  font-style: italic;
}
.hub-dmd .hub-dmd-uline {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-color: color-mix(in srgb, var(--hub-accent) 45%, var(--hub-muted));
}
.hub-dmd .hub-dmd-del {
  opacity: 0.75;
  text-decoration-thickness: 2px;
}
.hub-dmd .hub-dmd-spoiler {
  display: inline;
  border-radius: 4px;
  padding: 0.03em 0.18em;
  background: color-mix(in srgb, var(--hub-text) 18%, var(--hub-border));
  color: transparent;
  transition: color 0.18s ease, background 0.18s ease;
  cursor: default;
}
.hub-dmd .hub-dmd-spoiler:hover,
.hub-dmd .hub-dmd-spoiler:focus {
  color: inherit;
  background: color-mix(in srgb, var(--hub-accent) 8%, var(--hub-surface));
}
.hub-dmd .hub-dmd-a {
  color: var(--hub-accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  word-break: break-all;
}
.hub-dmd .hub-dmd-a:hover {
  filter: brightness(1.1);
}
.hub-dmd--compact .hub-dmd-spoiler {
  color: color-mix(in srgb, var(--hub-muted) 85%, var(--hub-text));
  background: transparent;
}
.hub-dmd--compact .hub-dmd-spoiler:hover,
.hub-dmd--compact .hub-dmd-spoiler:focus {
  color: var(--hub-muted);
}
[data-mantine-color-scheme="light"] .hub-dmd .hub-dmd-pre {
  background: #f1f5f9;
  border-color: #e2e8f0;
}
[data-mantine-color-scheme="light"] .hub-dmd .hub-dmd-bq {
  background: color-mix(in srgb, var(--hub-accent) 6%, #f8fafc);
  border-left-color: color-mix(in srgb, var(--hub-accent) 50%, #cbd5e1);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-dmd .hub-dmd-spoiler {
  background: #e2e8f0;
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-dmd .hub-dmd-spoiler:hover,
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-dmd .hub-dmd-spoiler:focus {
  background: color-mix(in srgb, var(--hub-accent) 12%, #fff);
  color: #0f172a;
}
.hub-product-detail-foot {
  font-size: 0.82rem;
  color: var(--hub-muted);
  margin: 0 0 1rem;
  line-height: 1.5;
}
.hub-product-cta-panel {
  margin-top: 0.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid color-mix(in srgb, var(--hub-border) 70%, var(--hub-accent) 12%);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}
@keyframes hub-checkout-shimmer {
  0% {
    transform: translateX(-120%) skewX(-12deg);
  }
  100% {
    transform: translateX(220%) skewX(-12deg);
  }
}
.hub-main--public .hub-btn--checkout {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  min-height: 3.35rem;
  padding: 0.85rem 1.5rem;
  border-radius: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  border: 1px solid color-mix(in srgb, #fff 22%, var(--hub-accent));
  background: linear-gradient(
    135deg,
    #fffef8 0%,
    color-mix(in srgb, var(--hub-accent) 85%, #f5f3ff) 38%,
    color-mix(in srgb, var(--hub-accent) 55%, #e9d5ff) 100%
  );
  color: #0c0820;
  box-shadow:
    0 4px 0 0 color-mix(in srgb, var(--hub-accent) 35%, #1e1b4b),
    0 8px 28px color-mix(in srgb, var(--hub-accent) 35%, transparent),
    0 0 0 1px rgba(255, 255, 255, 0.35) inset;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.22s ease,
    filter 0.2s ease;
}
.hub-main--public .hub-btn--checkout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  opacity: 0;
  animation: none;
  pointer-events: none;
}
@media (hover: hover) {
  .hub-main--public .hub-btn--checkout:hover {
    transform: translateY(-2px);
    filter: brightness(1.03) saturate(1.06);
    box-shadow:
      0 5px 0 0 color-mix(in srgb, var(--hub-accent) 42%, #1e1b4b),
      0 16px 40px color-mix(in srgb, var(--hub-accent) 42%, rgba(0, 0, 0, 0.35)),
      0 0 0 1px rgba(255, 255, 255, 0.45) inset;
  }
  .hub-main--public .hub-btn--checkout:hover::before {
    opacity: 0.85;
    animation: hub-checkout-shimmer 1.15s ease-in-out;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hub-main--public .hub-btn--checkout {
    transition: none;
  }
  .hub-main--public .hub-btn--checkout::before {
    display: none;
  }
  .hub-main--public .hub-btn--checkout:hover {
    transform: none;
    animation: none;
  }
}
.hub-main--public .hub-btn--checkout:active {
  transform: translateY(1px);
  box-shadow:
    0 2px 0 0 color-mix(in srgb, var(--hub-accent) 35%, #1e1b4b),
    0 6px 20px color-mix(in srgb, var(--hub-accent) 28%, transparent),
    0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}
.hub-main--public .hub-btn--checkout:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--hub-accent) 70%, #fff);
  outline-offset: 3px;
}
.hub-main--public .hub-btn--checkout[data-checking-out] {
  pointer-events: none;
  opacity: 0.72;
  filter: grayscale(0.15);
}
.hub-main--public .hub-btn--disabled,
.hub-main--public span.hub-btn--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.58;
  filter: grayscale(0.22);
  box-shadow: none;
}
.hub-btn-checkout-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  line-height: 1.12;
  text-align: center;
}
.hub-btn-checkout-label {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.hub-btn-checkout-hint {
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.78;
  color: color-mix(in srgb, #0c0820 82%, var(--hub-accent));
  letter-spacing: 0.01em;
}
.hub-main--public .hub-card-actions--market .hub-btn--checkout .hub-btn-checkout-inner {
  gap: 0.04rem;
  line-height: 1.05;
}
.hub-main--public .hub-card-actions--market .hub-btn--checkout .hub-btn-checkout-label {
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: -0.018em;
}
.hub-main--public .hub-card-actions--market .hub-btn--checkout .hub-btn-checkout-hint {
  font-size: 0.615rem;
  opacity: 0.82;
}
.hub-main--public .hub-card-actions--market .hub-btn--checkout {
  min-height: 0;
  padding: 0.48rem 0.82rem;
  border-radius: 11px;
}
.hub-main--public .hub-product-buy.hub-btn--checkout {
  min-height: 3.55rem;
  padding: 0.95rem 1.6rem;
  border-radius: 15px;
}
.hub-main--public .hub-product-buy.hub-btn--checkout .hub-btn-checkout-label {
  font-size: clamp(1.06rem, 2.5vw, 1.18rem);
}
.hub-main--public .hub-product-buy.hub-btn--checkout .hub-btn-checkout-hint {
  font-size: 0.74rem;
  max-width: 22rem;
}
.hub-main--public .hub-product-buy {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.15;
}
.hub-product-buy-label {
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.hub-product-buy-sub {
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.88;
  color: #0a0a0f;
}
.hub-product-no-checkout {
  margin: 0;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1px dashed color-mix(in srgb, var(--hub-border) 80%, var(--hub-accent));
  background: color-mix(in srgb, var(--hub-surface) 42%, #0a0a12);
  color: color-mix(in srgb, var(--hub-muted) 92%, var(--hub-text));
  font-size: 0.89rem;
  line-height: 1.5;
}
.hub-product-edit-link {
  align-self: flex-start;
}
.hub-main--public .hub-product-cta-panel .hub-product-edit-link {
  align-self: stretch;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  min-height: 44px;
  margin-top: 0.1rem;
  padding: 0.5rem 0.85rem;
  border-radius: 12px;
}

.hub-main--public .hub-prose {
  font-size: 1rem;
  line-height: 1.65;
}
/* ----- Public hub /status + /links + /market (hub-*-live): profile-section chrome + store-style tiles ----- */
.hub-public-profile-root .hub-wrap.hub-status-live.hub-public-content,
.hub-public-profile-root .hub-wrap.hub-links-live.hub-public-content,
.hub-public-profile-root .hub-wrap.hub-market-live.hub-public-content {
  max-width: none;
  width: 100%;
  margin-inline: 0;
  box-sizing: border-box;
}

.hub-public-profile-root .profile-section.hub-wrap.hub-status-live,
.hub-public-profile-root .profile-section.hub-wrap.hub-links-live,
.hub-public-profile-root .profile-section.hub-wrap.hub-market-live {
  padding: clamp(1.2rem, 2.6vw, 1.65rem) clamp(1rem, 3vw, 1.75rem);
  /* background, border: same as .hub-public-profile-root .profile-section */
}

.hub-public-profile-root .hub-status-live__hero.hub-market-hero--slim,
.hub-public-profile-root .hub-links-live__hero.hub-market-hero--slim,
.hub-public-profile-root .hub-market-live__hero.hub-market-hero--slim {
  margin-bottom: 1.35rem;
}

.hub-public-profile-root .hub-status-live__hero.hub-market-hero--slim .hub-public-hero-lead,
.hub-public-profile-root .hub-links-live__hero.hub-market-hero--slim .hub-public-hero-lead,
.hub-public-profile-root .hub-market-live__hero.hub-market-hero--slim .hub-public-hero-lead {
  margin: 0.55rem 0 0;
  max-width: 40rem;
  font-size: 0.95rem;
}

.hub-public-profile-root .hub-status-live__eyebrow,
.hub-public-profile-root .hub-links-live__eyebrow,
.hub-public-profile-root .hub-market-live__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--hub-accent) 55%, rgba(255, 255, 255, 0.78));
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.38);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-status-live__eyebrow,
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__eyebrow,
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-live__eyebrow {
  color: color-mix(in srgb, var(--hub-accent) 55%, #64748b);
  text-shadow: none;
}

.hub-status-live__head,
.hub-links-live__head,
.hub-market-live__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.25rem;
}

.hub-public-profile-root .hub-status-live__head .hub-public-hero-title,
.hub-public-profile-root .hub-links-live__head .hub-public-hero-title,
.hub-public-profile-root .hub-market-live__head .hub-public-hero-title {
  flex: 1 1 min(14rem, 100%);
  margin-bottom: 0;
  line-height: 1.14;
}

.hub-market-live__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem 0.65rem;
}

.hub-public-profile-root .hub-status-live__cta.hub-btn,
.hub-public-profile-root .hub-links-live__cta.hub-btn,
.hub-public-profile-root .hub-market-live__cta.hub-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0.5rem 1.1rem;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 700;
}

.hub-status-live__cta-svg,
.hub-links-live__cta-svg,
.hub-market-live__cta-svg {
  flex-shrink: 0;
  opacity: 0.92;
}

.hub-market-vis-pill--lead {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0 0.35rem 0 0;
  position: relative;
  top: -0.05em;
}

/* ----- Public hub /market (hub-market-live): stats strip + single-surface listings ----- */
.hub-public-profile-root .hub-market-live__context-card {
  position: relative;
  isolation: isolate;
  margin: 0 0 1.15rem;
  border-radius: 14px;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.hub-public-profile-root .hub-market-live__context-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
  background: radial-gradient(
    ellipse 120% 85% at 12% -20%,
    color-mix(in srgb, var(--hub-accent) 30%, transparent),
    transparent 58%
  );
}
.hub-public-profile-root .hub-market-live__chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.62rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hub-public-profile-root .hub-market-live__chip {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.hub-public-profile-root .hub-market-live__chip--accent {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--hub-accent) 35%, rgba(255, 255, 255, 0.1));
  background: color-mix(in srgb, var(--hub-accent) 14%, rgba(255, 255, 255, 0.04));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 8px 22px rgba(0, 0, 0, 0.2);
}
.hub-public-profile-root .hub-market-live__chip-val {
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: rgba(255, 255, 255, 0.95);
}
.hub-public-profile-root .hub-market-live__chip-label {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}
.hub-public-profile-root .hub-market-live__chip--quiet {
  padding: 0.32rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.55);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-live__context-card {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-live__context-card::before {
  opacity: 0.38;
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-live__chip--accent {
  border-color: color-mix(in srgb, var(--hub-accent) 28%, #e2e8f0);
  background: color-mix(in srgb, var(--hub-accent) 10%, #f8fafc);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-live__chip-val {
  color: #0f172a;
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-live__chip-label {
  color: #64748b;
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-live__chip--quiet {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #64748b;
}

/* Public store: refine bar — compact, matches hub-market-live context card */
.hub-public-profile-root .hub-market-filters--compact {
  position: relative;
  isolation: isolate;
  margin: 0 0 1rem;
  padding: 0.55rem 0.72rem 0.62rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.hub-public-profile-root .hub-market-filters--compact::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
  background: radial-gradient(
    ellipse 120% 90% at 12% -30%,
    color-mix(in srgb, var(--hub-accent) 32%, transparent),
    transparent 58%
  );
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-filters--compact {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-filters--compact::before {
  opacity: 0.35;
}

/* Compact refine dropdown — search bar + collapsible panel */
.hub-public-profile-root .hub-market-filters--dropdown {
  padding: 0.5rem 0.62rem 0.55rem;
}
.hub-market-filters__bar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.45rem;
}
.hub-market-filters__search--bar {
  flex: 1 1 10rem;
  min-width: 0;
}
.hub-public-profile-root .hub-market-filters__refine-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  flex-shrink: 0;
  margin: 0;
  padding: 0.38rem 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.78);
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.hub-public-profile-root .hub-market-filters__refine-toggle:hover {
  border-color: color-mix(in srgb, var(--hub-accent) 35%, rgba(255, 255, 255, 0.12));
  color: #fff;
}
.hub-public-profile-root .hub-market-filters__refine-toggle--active,
.hub-public-profile-root .hub-market-filters--open .hub-market-filters__refine-toggle {
  border-color: color-mix(in srgb, var(--hub-accent) 42%, rgba(255, 255, 255, 0.12));
  background: color-mix(in srgb, var(--hub-accent) 16%, rgba(0, 0, 0, 0.28));
  color: color-mix(in srgb, var(--hub-accent) 35%, #fff);
}
.hub-public-profile-root .hub-market-filters__refine-ic {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  opacity: 0.78;
  color: inherit;
}
.hub-public-profile-root .hub-market-filters__refine-ic svg {
  display: block;
}
.hub-public-profile-root .hub-market-filters__refine-chev {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.hub-public-profile-root .hub-market-filters__refine-chev svg {
  display: block;
}
.hub-public-profile-root .hub-market-filters--open .hub-market-filters__refine-chev {
  transform: rotate(180deg);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-filters__refine-toggle {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #475569;
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-filters__refine-toggle--active,
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-filters--open .hub-market-filters__refine-toggle {
  background: color-mix(in srgb, var(--hub-accent) 10%, #fff);
  border-color: color-mix(in srgb, var(--hub-accent) 28%, #e2e8f0);
  color: #5b21b6;
}
.hub-market-filters--dropdown .hub-market-filters__status {
  flex: 0 1 auto;
  font-size: 0.7rem;
}
.hub-market-filters--dropdown .hub-market-filters__reset {
  flex-shrink: 0;
}
.hub-market-filters__panel {
  position: relative;
  z-index: 1;
  margin-top: 0.45rem;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
[data-mantine-color-scheme="light"] .hub-market-filters__panel {
  border-top-color: #e2e8f0;
}
.hub-market-filters__toolbar--panel {
  margin-bottom: 0.35rem;
}
@media (max-width: 36em) {
  .hub-market-filters__bar {
    gap: 0.35rem;
  }
  .hub-market-filters__search--bar {
    flex: 1 1 100%;
    order: 1;
  }
  .hub-public-profile-root .hub-market-filters__refine-toggle {
    order: 2;
  }
  .hub-market-filters--dropdown .hub-market-filters__status {
    order: 3;
    flex: 1 1 100%;
    text-align: left;
  }
  .hub-market-filters--dropdown .hub-market-filters__reset {
    order: 4;
    margin-left: auto;
  }
}

.hub-market-filters__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 1.5rem;
  margin-bottom: 0.45rem;
}
.hub-market-filters__head-left {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.hub-market-filters__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 8px;
  color: color-mix(in srgb, var(--hub-accent) 90%, white);
  background: color-mix(in srgb, var(--hub-accent) 18%, rgba(0, 0, 0, 0.35));
  border: 1px solid color-mix(in srgb, var(--hub-accent) 32%, rgba(255, 255, 255, 0.1));
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
}
[data-mantine-color-scheme="light"] .hub-market-filters__badge {
  color: var(--hub-accent);
  background: color-mix(in srgb, var(--hub-accent) 12%, #f8fafc);
  border-color: color-mix(in srgb, var(--hub-accent) 25%, #e2e8f0);
  box-shadow: none;
}
.hub-market-filters__badge-svg {
  display: block;
  opacity: 0.95;
}
.hub-market-filters__head-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
[data-mantine-color-scheme="light"] .hub-market-filters__head-title {
  color: #64748b;
}
.hub-market-filters__status {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0;
  min-width: 0;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}
[data-mantine-color-scheme="light"] .hub-market-filters__status {
  color: #64748b;
}
.hub-market-filters__status:not(:empty) {
  color: color-mix(in srgb, var(--hub-accent) 55%, rgba(255, 255, 255, 0.7));
}
[data-mantine-color-scheme="light"] .hub-market-filters__status:not(:empty) {
  color: color-mix(in srgb, var(--hub-accent) 45%, #0f172a);
}

.hub-market-filters__reset {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin: 0;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease,
    transform 0.12s ease;
}
@media (prefers-reduced-motion: reduce) {
  .hub-market-filters__reset {
    transition: none;
  }
}
.hub-market-filters__reset:hover {
  background: color-mix(in srgb, var(--hub-accent) 22%, rgba(0, 0, 0, 0.3));
  border-color: color-mix(in srgb, var(--hub-accent) 35%, rgba(255, 255, 255, 0.15));
  color: rgba(255, 255, 255, 0.95);
}
.hub-market-filters__reset:active {
  transform: scale(0.97);
}
[data-mantine-color-scheme="light"] .hub-market-filters__reset {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #475569;
}
[data-mantine-color-scheme="light"] .hub-market-filters__reset:hover {
  background: color-mix(in srgb, var(--hub-accent) 10%, #f8fafc);
  border-color: color-mix(in srgb, var(--hub-accent) 28%, #e2e8f0);
  color: #0f172a;
}

.hub-market-filters__toolbar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.42rem 0.5rem;
}

.hub-market-filters__search {
  position: relative;
  flex: 1 1 12rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
  padding: 0 0.35rem 0 0.55rem;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.hub-market-filters__search:focus-within {
  border-color: color-mix(in srgb, var(--hub-accent) 42%, rgba(255, 255, 255, 0.18));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--hub-accent) 25%, transparent);
}
[data-mantine-color-scheme="light"] .hub-market-filters__search {
  background: #f8fafc;
  border-color: #e2e8f0;
}
[data-mantine-color-scheme="light"] .hub-market-filters__search:focus-within {
  border-color: color-mix(in srgb, var(--hub-accent) 35%, #cbd5e1);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--hub-accent) 15%, transparent);
}
.hub-market-filters__search-ic {
  flex-shrink: 0;
  display: flex;
  opacity: 0.45;
  color: rgba(255, 255, 255, 0.85);
}
[data-mantine-color-scheme="light"] .hub-market-filters__search-ic {
  color: #64748b;
  opacity: 0.75;
}
.hub-market-filters__search:focus-within .hub-market-filters__search-ic {
  opacity: 0.85;
  color: color-mix(in srgb, var(--hub-accent) 70%, white);
}
[data-mantine-color-scheme="light"] .hub-market-filters__search:focus-within .hub-market-filters__search-ic {
  color: var(--hub-accent);
}

.hub-market-filters__clear-q {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.15rem;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    transform 0.12s ease;
}
.hub-market-filters__clear-q:hover {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.95);
}
.hub-market-filters__clear-q:active {
  transform: scale(0.94);
}
[data-mantine-color-scheme="light"] .hub-market-filters__clear-q {
  background: #e2e8f0;
  color: #64748b;
}
[data-mantine-color-scheme="light"] .hub-market-filters__clear-q:hover {
  background: #cbd5e1;
  color: #0f172a;
}

.hub-market-filters__input {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  padding: 0.38rem 0;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.8125rem;
  font-family: inherit;
}
.hub-market-filters__input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}
.hub-market-filters__input:focus {
  outline: none;
}
[data-mantine-color-scheme="light"] .hub-market-filters__input {
  color: #0f172a;
}
[data-mantine-color-scheme="light"] .hub-market-filters__input::placeholder {
  color: #94a3b8;
}

.hub-market-filters__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.28rem 0.35rem;
}
.hub-market-filters__money {
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  padding: 0 0.42rem;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  transition: border-color 0.2s ease;
}
.hub-market-filters__money:focus-within {
  border-color: color-mix(in srgb, var(--hub-accent) 42%, rgba(255, 255, 255, 0.18));
}
[data-mantine-color-scheme="light"] .hub-market-filters__money {
  background: #f8fafc;
  border-color: #e2e8f0;
}
[data-mantine-color-scheme="light"] .hub-market-filters__money:focus-within {
  border-color: color-mix(in srgb, var(--hub-accent) 35%, #cbd5e1);
}
.hub-market-filters__dollar {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.38);
  padding-bottom: 0.05em;
}
[data-mantine-color-scheme="light"] .hub-market-filters__dollar {
  color: #94a3b8;
}
.hub-market-filters__input--money {
  width: 4.1rem;
  padding: 0.38rem 0;
  font-variant-numeric: tabular-nums;
}
.hub-market-filters__input--money::-webkit-outer-spin-button,
.hub-market-filters__input--money::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hub-market-filters__input--money[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.hub-market-filters__sort {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 0.38rem;
  min-width: 0;
}
.hub-market-filters__sort-lbl {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
[data-mantine-color-scheme="light"] .hub-market-filters__sort-lbl {
  color: #94a3b8;
}
.hub-market-filters__select-wrap {
  position: relative;
  min-width: 8.5rem;
  max-width: 12rem;
}
.hub-market-filters__select-wrap::after {
  content: "";
  position: absolute;
  right: 0.55rem;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: -0.05rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  opacity: 0.45;
  pointer-events: none;
}
.hub-market-filters__select {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.35rem 1.65rem 0.35rem 0.55rem;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.32);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.75rem;
  font-weight: 650;
  font-family: inherit;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}
.hub-market-filters__select:hover {
  border-color: rgba(255, 255, 255, 0.16);
}
.hub-market-filters__select:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--hub-accent) 42%, rgba(255, 255, 255, 0.18));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--hub-accent) 22%, transparent);
}
[data-mantine-color-scheme="light"] .hub-market-filters__select {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #0f172a;
}
[data-mantine-color-scheme="light"] .hub-market-filters__select:hover {
  border-color: #cbd5e1;
}
[data-mantine-color-scheme="light"] .hub-market-filters__select:focus {
  border-color: color-mix(in srgb, var(--hub-accent) 35%, #cbd5e1);
}

.hub-product-grid.hub-product-grid--public > .hub-market-zero-match[hidden] {
  display: none !important;
  padding: 0;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  pointer-events: none;
  flex: 0 0 0 !important;
}
.hub-product-grid.hub-product-grid--public > .hub-market-zero-match {
  flex: 1 1 100%;
  width: 100%;
  min-width: min(100%, 22rem);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem 2.5rem;
  box-sizing: border-box;
}
.hub-market-zero-match__inner {
  text-align: center;
  max-width: 20rem;
}
.hub-market-zero-match__ic {
  display: inline-flex;
  margin: 0 auto 0.65rem;
  color: color-mix(in srgb, var(--hub-accent) 72%, rgba(255, 255, 255, 0.45));
  opacity: 0.85;
  filter: drop-shadow(0 4px 18px color-mix(in srgb, var(--hub-accent) 35%, transparent));
}
[data-mantine-color-scheme="light"] .hub-market-zero-match__ic {
  color: color-mix(in srgb, var(--hub-accent) 55%, #64748b);
}
.hub-market-zero-match__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.92);
}
[data-mantine-color-scheme="light"] .hub-market-zero-match__title {
  color: #0f172a;
}
.hub-market-zero-match__lead {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.48);
}
[data-mantine-color-scheme="light"] .hub-market-zero-match__lead {
  color: #64748b;
}
.hub-market-zero-match__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--hub-accent) 38%, rgba(255, 255, 255, 0.12));
  background: color-mix(in srgb, var(--hub-accent) 20%, rgba(0, 0, 0, 0.25));
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition:
    background 0.18s ease,
    transform 0.12s ease,
    box-shadow 0.18s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.hub-market-zero-match__btn:hover {
  background: color-mix(in srgb, var(--hub-accent) 30%, rgba(0, 0, 0, 0.2));
  transform: translateY(-1px);
}
.hub-market-zero-match__btn:active {
  transform: translateY(0);
}
[data-mantine-color-scheme="light"] .hub-market-zero-match__btn {
  background: color-mix(in srgb, var(--hub-accent) 12%, #fff);
  border-color: color-mix(in srgb, var(--hub-accent) 32%, #e2e8f0);
  color: #0f172a;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.hub-market-filters__dash {
  width: 0.35rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
[data-mantine-color-scheme="light"] .hub-market-filters__dash {
  background: #cbd5e1;
}

.hub-market-filters__strip {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin-top: 0.45rem;
  padding-top: 0.42rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
[data-mantine-color-scheme="light"] .hub-market-filters__strip {
  border-top-color: #f1f5f9;
}
.hub-market-filters__strip:first-of-type {
  margin-top: 0.38rem;
  padding-top: 0.48rem;
}
.hub-market-filters__strip-label {
  flex: 0 0 auto;
  margin-top: 0.18rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  white-space: nowrap;
}
[data-mantine-color-scheme="light"] .hub-market-filters__strip-label {
  color: #94a3b8;
}

.hub-market-filters__chips--scroll {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.3rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  mask-image: linear-gradient(to right, transparent, #000 10px, #000 calc(100% - 14px), transparent);
  scroll-snap-type: x proximity;
}
@media (prefers-reduced-motion: reduce) {
  .hub-market-filters__chips--scroll {
    mask-image: none;
  }
}

/* Narrow phones: show all Type/Tags pills without horizontal clip; keeps touch targets reachable */
@media (max-width: 48em) {
  .hub-market-filters__chips--scroll {
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
    mask-image: none;
    scroll-snap-type: none;
  }
}

.hub-market-filters__pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  scroll-snap-align: start;
  cursor: pointer;
  user-select: none;
}
.hub-market-filters__pill-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}
.hub-market-filters__pill-text {
  display: inline-block;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
  transition:
    background 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease,
    box-shadow 0.16s ease,
    transform 0.12s ease;
}
@media (prefers-reduced-motion: reduce) {
  .hub-market-filters__pill-text {
    transition: none;
  }
}
.hub-market-filters__pill:hover .hub-market-filters__pill-text {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}
.hub-market-filters__pill-input:checked + .hub-market-filters__pill-text {
  border-color: color-mix(in srgb, var(--hub-accent) 45%, rgba(255, 255, 255, 0.15));
  background: color-mix(in srgb, var(--hub-accent) 22%, rgba(0, 0, 0, 0.2));
  color: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 6px 16px rgba(0, 0, 0, 0.22);
}
[data-mantine-color-scheme="light"] .hub-market-filters__pill-text {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #334155;
}
[data-mantine-color-scheme="light"] .hub-market-filters__pill:hover .hub-market-filters__pill-text {
  border-color: #cbd5e1;
  color: #0f172a;
}
[data-mantine-color-scheme="light"] .hub-market-filters__pill-input:checked + .hub-market-filters__pill-text {
  border-color: color-mix(in srgb, var(--hub-accent) 38%, #e2e8f0);
  background: color-mix(in srgb, var(--hub-accent) 12%, #fff);
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.hub-market-filters__pill-input:focus-visible + .hub-market-filters__pill-text {
  outline: 2px solid color-mix(in srgb, var(--hub-accent) 55%, transparent);
  outline-offset: 2px;
}

/* One visual surface with the outer profile-section—drop nested heavy panel framing */
.hub-public-profile-root .hub-wrap.hub-market.hub-market-live .hub-market-live__board.hub-market-products-board {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-wrap.hub-market.hub-market-live .hub-market-live__board.hub-market-products-board {
  border: none;
  background: transparent;
  box-shadow: none;
}

.hub-public-profile-root .hub-market-live__cta.hub-btn.hub-btn--ghost {
  transform: none;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.hub-public-profile-root .hub-market-live__cta.hub-btn.hub-btn--ghost:hover {
  transform: translateY(-1px);
  filter: none;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-live__cta.hub-btn.hub-btn--ghost {
  background: #f8fafc;
  color: #0f172a;
  border-color: #e2e8f0;
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-live__cta.hub-btn.hub-btn--ghost:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

/* ----- Public hub /links (hub-links-live): prose + link tiles ----- */
.hub-links-live__prose-card {
  margin-bottom: 1.35rem;
}

.hub-public-profile-root .hub-links-live__prose-card {
  position: relative;
  isolation: isolate;
  border-radius: 14px;
  padding: 1.05rem 1.15rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.hub-public-profile-root .hub-links-live__prose-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
  background: radial-gradient(
    ellipse 120% 80% at 15% -12%,
    color-mix(in srgb, var(--hub-accent) 32%, transparent),
    transparent 55%
  );
}

.hub-public-profile-root .hub-links-live__prose {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__prose-card {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__prose-card::before {
  opacity: 0.35;
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__prose {
  color: #334155;
}

.hub-public-profile-root .hub-links-live__links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 16rem), 1fr));
  gap: 0.85rem;
  align-items: stretch;
}

@media (min-width: 480px) {
  .hub-public-profile-root .hub-links-live__links {
    gap: 1rem;
  }
}

@media (min-width: 64em) {
  .hub-public-profile-root .hub-links-live__links {
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    gap: 1.05rem 1.15rem;
  }
}

.hub-public-profile-root .hub-links-live__links .hub-btn.hub-btn--social {
  position: relative;
  isolation: isolate;
  justify-content: flex-start;
  text-align: left;
  flex: none;
  width: 100%;
  margin: 0;
  padding: 0.85rem 1.05rem;
  min-height: 52px;
  border-radius: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.26);
  transition:
    border-color 0.2s ease,
    box-shadow 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.22s ease;
}

.hub-public-profile-root .hub-links-live__links .hub-btn.hub-btn--social::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: 0.48;
  background: radial-gradient(
    ellipse 100% 75% at 14% -25%,
    color-mix(in srgb, var(--hub-accent) 30%, transparent),
    transparent 55%
  );
}

.hub-public-profile-root .hub-links-live__links .hub-btn.hub-btn--social .hub-social-ico {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
}

.hub-public-profile-root .hub-links-live__links .hub-btn.hub-btn--social .hub-social-ico.hub-social-ico--brand {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.28));
}

.hub-public-profile-root .hub-links-live__links .hub-btn.hub-btn--social .hub-btn-social-label {
  position: relative;
  z-index: 1;
}

.hub-public-profile-root .hub-links-live__links .hub-btn.hub-btn--social.hub-btn--svc-discord_invite {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.hub-public-profile-root .hub-links-live__links .hub-btn.hub-btn--social:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--hub-accent) 32%, rgba(255, 255, 255, 0.14));
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--hub-accent) 12%, transparent),
    0 10px 28px rgba(0, 0, 0, 0.3);
  filter: brightness(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .hub-public-profile-root .hub-links-live__links .hub-btn.hub-btn--social:hover {
    transform: none;
    filter: none;
  }
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-btn.hub-btn--social {
  color: #0f172a;
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-btn.hub-btn--social:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  filter: none;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block {
  position: relative;
  isolation: isolate;
  grid-column: 1 / -1;
  margin: 0;
  padding: 0.95rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.24);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
  background: radial-gradient(
    ellipse 90% 70% at 8% -35%,
    color-mix(in srgb, var(--hub-accent) 26%, transparent),
    transparent 58%
  );
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block .hub-discord-block-media,
.hub-public-profile-root .hub-links-live__links .hub-discord-block .hub-discord-block-text,
.hub-public-profile-root .hub-links-live__links .hub-discord-block .hub-copy-btn {
  position: relative;
  z-index: 1;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--resolved .hub-discord-block-display {
  color: rgba(255, 255, 255, 0.94);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--resolved .hub-discord-block-handle {
  color: rgba(255, 255, 255, 0.52);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--resolved .hub-discord-block-eyebrow {
  color: rgba(255, 255, 255, 0.42);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--resolved .hub-discord-block-avatar-img {
  border-color: color-mix(in srgb, var(--hub-accent) 42%, rgba(255, 255, 255, 0.14));
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--resolved .hub-discord-block-avatar-fallback {
  border-color: color-mix(in srgb, #5865f2 45%, rgba(255, 255, 255, 0.08));
  background: color-mix(in srgb, #5865f2 18%, rgba(255, 255, 255, 0.03));
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block-title {
  color: rgba(255, 255, 255, 0.92);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block-code {
  color: rgba(255, 255, 255, 0.55);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-block {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-block--resolved .hub-discord-block-display {
  color: #0f172a;
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-block--resolved .hub-discord-block-handle {
  color: #64748b;
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-block--resolved .hub-discord-block-eyebrow {
  color: #94a3b8;
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-block-title {
  color: #0f172a;
}

[data-mantine-color-scheme="light"]
  .hub-public-profile-root
  .hub-links-live__links
  .hub-discord-block--resolved
  .hub-discord-block-avatar-fallback {
  border-color: color-mix(in srgb, #5865f2 35%, #e2e8f0);
  background: color-mix(in srgb, #5865f2 10%, #fff);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-block-code {
  color: #64748b;
}

.hub-public-profile-root .hub-links-live__links .hub-copy-btn {
  border-radius: 10px;
  border-color: color-mix(in srgb, var(--hub-accent) 38%, rgba(255, 255, 255, 0.12));
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 250, 252, 0.95);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-copy-btn {
  background: color-mix(in srgb, var(--hub-accent) 10%, #f8fafc);
  border-color: color-mix(in srgb, var(--hub-accent) 35%, #e2e8f0);
  color: var(--hub-accent);
}

/* Public hub /links: Discord profile card — same lookups + markup classes as License Key Details modal */
.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  gap: 0.65rem;
  padding: 0.85rem 1rem 1rem;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich::before {
  opacity: 0.22;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-rich-label {
  margin: 0 0 0.15rem;
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-account {
  position: relative;
  z-index: 1;
  align-self: stretch;
  width: 100%;
  max-width: none;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.45rem 0.6rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left-width: 3px;
  border-left-color: var(--discord-accent, rgba(88, 101, 242, 0.55));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-account.no-banner {
  padding-top: 0.35rem;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-account.has-banner {
  padding: 0;
  border-radius: 12px;
  border-left-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-account.has-banner[style*="--discord-accent"] {
  border-left-width: 3px;
  border-left-color: var(--discord-accent);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-color-bar {
  position: relative;
  width: 100%;
  height: 4.25rem;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--discord-theme, var(--discord-accent, rgba(88, 101, 242, 0.5)));
  border-radius: 12px 12px 0 0;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-color-bar .license-details-discord-banner-fade {
  position: absolute;
  inset: 0;
  border-radius: 12px 12px 0 0;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-banner-wrap {
  position: relative;
  width: 100%;
  height: 4.25rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(135deg, var(--discord-accent, rgba(88, 101, 242, 0.25)) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-banner-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(22, 22, 30, 0.98) 0%, rgba(22, 22, 30, 0.5) 45%, transparent 100%);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-account.has-banner .license-details-discord-main,
.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-account.no-banner .license-details-discord-main {
  position: relative;
  z-index: 1;
  margin-top: -2.5rem;
  padding: 0.75rem 0.85rem;
  padding-top: 0.95rem;
  background: linear-gradient(to top, rgba(22, 22, 30, 0.97) 0%, rgba(22, 22, 30, 0.88) 55%, transparent 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0 0 11px 11px;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-main {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-avatar-wrap {
  position: relative;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-avatar {
  position: relative;
  z-index: 1;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-avatar-decoration {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
  pointer-events: none;
  z-index: 2;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-profile {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-username {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.55);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-row--idline {
  display: flex;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin-top: 0.1rem;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-id-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-width: 0;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-id {
  display: inline-block;
  flex: 0 1 auto;
  min-width: 0;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  font-family: ui-monospace, monospace;
  word-break: break-all;
  background: transparent;
  padding: 0;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .hub-copy-btn--id-inline {
  flex-shrink: 0;
  min-height: 32px;
  padding: 0.28rem 0.62rem;
  font-size: 0.72rem;
  border-radius: 8px;
  margin: 0;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  margin-bottom: 0.15rem;
  padding: 0.42rem 0.72rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: #fff;
  background: #5865f2;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(88, 101, 242, 0.35);
  align-self: flex-start;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-profile-link:hover {
  background: #4752c4;
  color: #fff;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-badge {
  font-size: 0.58rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.14rem 0.32rem;
  border-radius: 4px;
  background: rgba(88, 101, 242, 0.32);
  color: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(88, 101, 242, 0.45);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-top: 0.35rem;
  padding-top: 0.42rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.66rem;
  color: rgba(255, 255, 255, 0.5);
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-meta-txt {
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-meta-swatch {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}



[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-rich-label {
  color: #94a3b8;
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-account {
  color: #1e293b;
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(0, 0, 0, 0.07);
}

[data-mantine-color-scheme="light"]
  .hub-public-profile-root
  .hub-links-live__links
  .hub-discord-block--rich
  .license-details-discord-account.has-banner {
  border-color: rgba(0, 0, 0, 0.08);
}

[data-mantine-color-scheme="light"]
  .hub-public-profile-root
  .hub-links-live__links
  .hub-discord-block--rich
  .license-details-discord-banner-fade {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.65) 50%, transparent 100%);
}

[data-mantine-color-scheme="light"]
  .hub-public-profile-root
  .hub-links-live__links
  .hub-discord-block--rich
  .license-details-discord-account.has-banner
  .license-details-discord-main,
[data-mantine-color-scheme="light"]
  .hub-public-profile-root
  .hub-links-live__links
  .hub-discord-block--rich
  .license-details-discord-account.no-banner
  .license-details-discord-main {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 100%);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-name {
  color: #0f172a;
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-username {
  color: #64748b;
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-id {
  color: #94a3b8;
}

[data-mantine-color-scheme="light"]
  .hub-public-profile-root
  .hub-links-live__links
  .hub-discord-block--rich
  .license-details-discord-badge {
  background: rgba(88, 101, 242, 0.15);
  color: #4338ca;
  border-color: rgba(88, 101, 242, 0.35);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-links-live__links .hub-discord-block--rich .license-details-discord-meta {
  color: #64748b;
  border-top-color: rgba(0, 0, 0, 0.06);
}



.hub-status-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 17.5rem), 1fr));
  gap: 1.1rem;
}

@media (min-width: 64em) {
  .hub-status-grid {
    grid-template-columns: repeat(auto-fill, minmax(18.5rem, 1fr));
    gap: 1.15rem 1.25rem;
  }
}

/* Status tiles: same language as .hub-public-profile-root .hub-card.hub-card--market */
.hub-public-profile-root .hub-status-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  min-height: 6.75rem;
  padding: 1rem 1.1rem 0.95rem;
  box-sizing: border-box;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition:
    border-color 0.22s ease,
    box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.28s ease;
}

.hub-public-profile-root .hub-status-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: 0.48;
  background: radial-gradient(
    ellipse 120% 85% at 18% -8%,
    color-mix(in srgb, var(--hub-accent) 35%, transparent),
    transparent 52%
  );
}

.hub-public-profile-root .hub-status-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.8;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--status-c, #94a3b8) 60%, var(--hub-accent) 40%) 50%,
    transparent 100%
  );
}

.hub-public-profile-root .hub-status-card > * {
  position: relative;
  z-index: 1;
}

.hub-public-profile-root .hub-status-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--hub-accent) 26%, rgba(255, 255, 255, 0.1));
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--hub-accent) 14%, transparent),
    0 12px 36px rgba(0, 0, 0, 0.32);
  filter: brightness(1.04) saturate(1.05);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-status-card {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-status-card::before {
  opacity: 0.38;
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-status-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .hub-public-profile-root .hub-status-card:hover {
    transform: none;
    filter: none;
  }
}

.hub-status-card__top {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  min-width: 0;
}

.hub-public-profile-root .hub-status-card__dot {
  margin-top: 0.3rem;
  width: 10px !important;
  height: 10px !important;
  flex-shrink: 0;
  box-shadow:
    0 0 0 2px color-mix(in srgb, var(--status-c, #94a3b8) 40%, transparent),
    0 0 12px color-mix(in srgb, var(--status-c, #94a3b8) 45%, transparent);
  animation: hub-status-dot-alive 3.2s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .hub-public-profile-root .hub-status-card__dot {
    animation: none;
  }
}

@keyframes hub-status-dot-alive {
  0%,
  100% {
    box-shadow:
      0 0 0 2px color-mix(in srgb, var(--status-c, #94a3b8) 40%, transparent),
      0 0 10px color-mix(in srgb, var(--status-c, #94a3b8) 35%, transparent);
  }
  50% {
    box-shadow:
      0 0 0 2px color-mix(in srgb, var(--status-c, #94a3b8) 58%, transparent),
      0 0 18px color-mix(in srgb, var(--status-c, #94a3b8) 55%, transparent);
  }
}

.hub-public-profile-root .hub-status-card__name {
  flex: 1;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-status-card__name {
  color: #0f172a;
}

.hub-public-profile-root .hub-status-card .hub-status-card__pill {
  align-self: flex-start;
  font-size: 0.78rem !important;
  padding: 0.32rem 0.68rem !important;
  font-weight: 700 !important;
}

.hub-public-profile-root .hub-status-card--empty {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 11rem;
  padding: clamp(1.75rem, 4vw, 2.5rem) 1.25rem;
  border-style: dashed;
  border-width: 1px;
  border-radius: 14px;
  border-color: color-mix(in srgb, var(--hub-accent) 32%, rgba(255, 255, 255, 0.12));
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
  filter: none;
}

.hub-public-profile-root .hub-status-card--empty::before,
.hub-public-profile-root .hub-status-card--empty::after {
  display: none;
}

.hub-public-profile-root .hub-status-card--empty:hover {
  transform: none;
  filter: none;
  border-color: color-mix(in srgb, var(--hub-accent) 42%, rgba(255, 255, 255, 0.16));
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-status-card--empty {
  background: #f8fafc;
  border-color: color-mix(in srgb, var(--hub-accent) 26%, #e2e8f0);
}

.hub-status-card__empty-title {
  margin: 0 0 0.4rem;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hub-public-profile-root .hub-status-card__empty-title {
  color: rgba(255, 255, 255, 0.92);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-status-card__empty-title {
  color: #0f172a;
}

.hub-status-card__empty-lead {
  margin: 0 0 1.15rem;
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 22rem;
}

.hub-public-profile-root .hub-status-card__empty-lead {
  color: rgba(255, 255, 255, 0.52);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-status-card__empty-lead {
  color: #64748b;
}

.hub-public-profile-root .hub-status-card__empty-cta.hub-btn {
  border-radius: 10px;
  min-height: 44px;
  padding-inline: 1.25rem;
}

.hub-forbidden-text {
  color: var(--hub-muted);
  line-height: 1.55;
  margin: 0 0 1.25rem;
}
.hub-product-no-checkout--seller-restricted {
  border-color: color-mix(in srgb, #f87171 35%, var(--hub-border));
  background: linear-gradient(
    155deg,
    color-mix(in srgb, #f87171 8%, #14141f),
    #12121c
  );
  color: rgba(254, 226, 226, 0.92);
}
.hub-main--public .hub-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: clamp(1.5rem, 4vw, 2.5rem) 1rem;
  text-align: center;
}
.hub-empty--market {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 22rem;
  margin-inline: auto;
  padding: clamp(2rem, 6vw, 3rem) 1.5rem;
  border-radius: 18px;
  border: 1px dashed color-mix(in srgb, var(--hub-accent) 28%, var(--hub-border));
  background: linear-gradient(165deg, color-mix(in srgb, var(--hub-accent) 5%, #14141f), #101018);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.hub-empty-illustration {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 0.35rem;
  color: color-mix(in srgb, var(--hub-muted) 65%, var(--hub-accent));
  opacity: 0.85;
}
.hub-empty-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--hub-text);
}
.hub-empty-lead {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--hub-muted);
  max-width: 18rem;
}
.hub-empty-cta {
  margin-top: 0.85rem;
  text-decoration: none;
}
.hub-main--public .hub-status-empty {
  list-style: none;
  padding: 1.25rem 0;
  margin: 0;
  text-align: center;
  color: var(--hub-muted);
}
.hub-wrap {
  position: relative;
}
.hub-crumb {
  font-size: 0.8125rem;
  color: var(--hub-muted);
  margin: 0 0 1rem;
}
.hub-crumb a {
  color: var(--hub-accent);
  text-decoration: none;
}
.hub-crumb a:hover {
  text-decoration: underline;
}
.hub-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}
.hub-subtitle {
  margin: 0 0 1.5rem;
  color: var(--hub-muted);
  font-size: 1rem;
}
.hub-prose {
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.hub-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.hub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.15rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  background: linear-gradient(135deg, var(--hub-accent), color-mix(in srgb, var(--hub-accent) 70%, #6366f1));
  color: #0a0a0f;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, filter 0.15s;
}
.hub-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.hub-btn--block {
  width: 100%;
  margin-top: 0.75rem;
}
.hub-btn--ghost {
  background: transparent;
  color: var(--hub-accent);
  border: 1px solid rgba(167, 139, 250, 0.35);
}
.hub-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.hub-card {
  background: var(--hub-surface);
  border: 1px solid var(--hub-border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hub-card-img {
  height: 9rem;
  background-size: cover;
  background-position: center;
  background-color: #1a1a24;
}
.hub-card-img--placeholder {
  background: linear-gradient(135deg, #1e1e2e, #252538);
}
.hub-card-body {
  padding: 1rem 1.1rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hub-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}
.hub-badge {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: color-mix(in srgb, var(--b) 22%, transparent);
  color: var(--b);
  border: 1px solid color-mix(in srgb, var(--b) 35%, transparent);
}
.hub-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
}
.hub-card-desc {
  font-size: 0.85rem;
  color: var(--hub-muted);
  margin: 0 0 0.75rem;
  flex: 1;
}
.hub-card-price {
  font-weight: 700;
  font-size: 1.1rem;
}
.hub-price-slash {
  text-decoration: line-through;
  color: var(--hub-muted);
  font-weight: 500;
  font-size: 0.95rem;
  margin-right: 0.35rem;
}
.hub-status-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.hub-status-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--hub-border);
}
.hub-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.hub-status-name {
  flex: 1;
  font-weight: 500;
}
.hub-status-pill {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--status-c) 18%, transparent);
  color: var(--status-c);
  border: 1px solid color-mix(in srgb, var(--status-c) 40%, transparent);
}
.hub-status-pill--sm {
  font-size: 0.7rem;
}
.hub-status-empty,
.hub-empty {
  color: var(--hub-muted);
  padding: 1rem 0;
}
.hub-forbidden .hub-title {
  margin-bottom: 0.75rem;
}

/* Maintenance */
.hub-maint {
  text-align: center;
  padding: 3rem 1rem;
  max-width: 28rem;
  margin: 0 auto;
}
.hub-maint-glow {
  position: absolute;
  inset: -40% -20% auto;
  height: 14rem;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.25), transparent 70%);
  pointer-events: none;
}
.hub-maint-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.35), rgba(99, 102, 241, 0.2));
  border: 1px solid rgba(167, 139, 250, 0.35);
  position: relative;
}
.hub-maint-icon::after {
  content: "";
  position: absolute;
  inset: 30%;
  border: 2px solid var(--hub-accent);
  border-radius: 4px;
  opacity: 0.9;
}
.hub-maint-title {
  font-size: 1.75rem;
  margin: 0 0 0.75rem;
}
.hub-maint-body {
  color: var(--hub-muted);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

/* Shared form primitives (hub editor) */
.hub-form {
  background: var(--hub-surface);
  border: 1px solid var(--hub-border);
  border-radius: 14px;
}
.hub-field {
  margin-bottom: 1rem;
}
.hub-edit-grid .hub-field,
.hub-product-fields .hub-field {
  margin-bottom: 0;
}
.hub-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--hub-muted);
  margin-bottom: 0.35rem;
}
.hub-help {
  font-size: 0.8rem;
  color: var(--hub-muted);
  margin: 0.25rem 0 0;
  line-height: 1.45;
}
.hub-flash {
  padding: 0.65rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.hub-flash--ok {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #86efac;
}
.hub-badge-grid {
  display: grid;
  grid-template-columns: 1fr 5rem;
  gap: 0.5rem;
  max-width: 24rem;
  margin-bottom: 0.35rem;
}

/* Hub edit — landing canvas (same as /market global-market-wrap) */
html:has(body.hub-edit-canvas-body) {
  min-height: 100%;
  --landing-bg-deep: #0a0a0d;
  --landing-bg-mid: #131316;
  --landing-bg-top: #17171c;
  --landing-mesh-1: rgba(59, 130, 246, 0.13);
  --landing-mesh-2: rgba(139, 92, 246, 0.07);
  --landing-mesh-3: rgba(34, 211, 238, 0.05);
  --landing-text: rgba(255, 255, 255, 0.92);
  --landing-text-muted: rgba(255, 255, 255, 0.55);
  --hub-bg: #0c0c12;
  --hub-surface: #14141f;
  --hub-border: rgba(255, 255, 255, 0.08);
  --hub-text: #e4e4ef;
  --hub-muted: #8b8b9e;
}

html[data-mantine-color-scheme="light"]:has(body.hub-edit-canvas-body) {
  --landing-bg-deep: #f1f5f9;
  --landing-bg-mid: #f8fafc;
  --landing-bg-top: #ffffff;
  --landing-mesh-1: rgba(59, 130, 246, 0.065);
  --landing-mesh-2: rgba(99, 102, 241, 0.04);
  --landing-mesh-3: rgba(14, 165, 233, 0.035);
  --landing-text: #0f172a;
  --landing-text-muted: #64748b;
  --hub-bg: #f1f5f9;
  --hub-surface: #ffffff;
  --hub-border: rgba(15, 23, 42, 0.1);
  --hub-text: #0f172a;
  --hub-muted: #64748b;
}

body.hub-body.hub-edit-canvas-body {
  background-color: var(--landing-bg-deep);
  background-image: none;
  color: var(--landing-text);
}

.hub-edit-canvas-wrap {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-width: 0;
  overflow-x: hidden;
  color: var(--landing-text);
  background-color: var(--landing-bg-mid);
  background-image:
    radial-gradient(ellipse 72% 48% at 8% 6%, var(--landing-mesh-1) 0%, transparent 58%),
    radial-gradient(ellipse 110% 85% at 50% -32%, var(--landing-mesh-1) 0%, transparent 56%),
    radial-gradient(ellipse 75% 55% at 100% 18%, var(--landing-mesh-2) 0%, transparent 46%),
    radial-gradient(ellipse 65% 50% at 0% 58%, var(--landing-mesh-3) 0%, transparent 44%),
    linear-gradient(180deg, var(--landing-bg-deep) 0%, var(--landing-bg-mid) 42%, var(--landing-bg-top) 100%);
}

.hub-edit-canvas-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.85;
}

html[data-mantine-color-scheme="light"] .hub-edit-canvas-wrap::before {
  background-image: radial-gradient(rgba(15, 23, 42, 0.055) 1px, transparent 1px);
  opacity: 0.55;
}

.hub-edit-canvas-wrap > * {
  position: relative;
  z-index: 1;
}

body.hub-edit-canvas-body .hub-topbar--edit {
  background: color-mix(in srgb, var(--landing-bg-deep) 72%, transparent);
  border-bottom-color: color-mix(in srgb, var(--landing-text) 8%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.hub-edit-canvas-body .hub-main--edit {
  background: transparent;
}

body.hub-edit-canvas-body .hub-edit-hero-title {
  color: var(--landing-text);
}

body.hub-edit-canvas-body .hub-edit-hero-lead {
  color: var(--landing-text-muted);
}

/* Edit hub (hub_edit.php) — full width + mobile-first */
.hub-body--edit {
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.hub-main--edit {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.75rem) clamp(0.875rem, 3vw, 2rem) 4rem;
  box-sizing: border-box;
}
.hub-topbar--edit {
  padding-inline: clamp(0.875rem, 3vw, 2rem);
  padding-block: 0.75rem;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.hub-edit-hero {
  margin-bottom: 1.25rem;
  max-width: 48rem;
}
.hub-edit-hero-title {
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
}
.hub-edit-hero-lead {
  margin: 0;
  color: var(--hub-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Hub settings & links editors — full-width layout */
.hub-main--settings-edit,
.hub-main--links-edit {
  max-width: none;
  width: 100%;
}
.hub-main--settings-edit .hub-edit-hero,
.hub-main--links-edit .hub-edit-hero {
  max-width: none;
  width: 100%;
  margin-bottom: 1rem;
}
.hub-main--settings-edit .hub-edit-hero-lead,
.hub-main--links-edit .hub-edit-hero-lead {
  max-width: min(52rem, 100%);
}
.hub-main--editor-banner .hub-edit-hero--banner {
  position: relative;
  padding: 1.35rem 1.35rem 1.45rem;
  margin-bottom: 1.35rem;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--hub-accent) 24%, var(--hub-border));
  background:
    radial-gradient(110% 160% at 0% -20%, color-mix(in srgb, var(--hub-accent) 18%, transparent), transparent 52%),
    radial-gradient(90% 120% at 100% 110%, color-mix(in srgb, var(--hub-accent) 10%, transparent), transparent 48%),
    linear-gradient(165deg, color-mix(in srgb, var(--hub-surface) 90%, var(--hub-accent)) 0%, var(--hub-surface) 100%);
  box-shadow:
    0 1px 0 color-mix(in srgb, #fff 7%, transparent) inset,
    0 20px 48px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}
[data-mantine-color-scheme="light"] .hub-main--editor-banner .hub-edit-hero--banner {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 36px rgba(15, 23, 42, 0.09);
}
.hub-main--editor-banner .hub-edit-hero--banner .hub-edit-hero-title {
  font-size: clamp(1.45rem, 4.2vw, 2rem);
  letter-spacing: -0.03em;
}
.hub-main--editor-banner .hub-edit-hero--banner .hub-edit-hero-lead {
  max-width: min(58rem, 100%);
  font-size: 0.98rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--hub-muted) 55%, var(--hub-text));
}
.hub-main--editor-cards .hub-settings-card {
  counter-increment: hubset-card;
}
.hub-main--editor-cards .hub-settings-card__title {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}
.hub-main--editor-cards .hub-settings-card__title::before {
  content: counter(hubset-card);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.35rem;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  background: color-mix(in srgb, var(--hub-accent) 20%, var(--hub-surface));
  color: color-mix(in srgb, var(--hub-accent) 72%, var(--hub-text));
  border: 1px solid color-mix(in srgb, var(--hub-accent) 38%, var(--hub-border));
  line-height: 1;
}
.hub-settings-toggles {
  margin-bottom: 0.15rem;
}
.hub-settings-toggles .hub-edit-grid {
  gap: 0.75rem;
}
.hub-settings-toggle {
  margin: 0 !important;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--hub-border) 92%, var(--hub-accent));
  background: color-mix(in srgb, var(--hub-bg) 42%, var(--hub-surface));
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.hub-settings-toggle:hover {
  border-color: color-mix(in srgb, var(--hub-accent) 32%, var(--hub-border));
}
.hub-settings-toggle:has(input:checked) {
  border-color: color-mix(in srgb, var(--hub-accent) 48%, var(--hub-border));
  background: color-mix(in srgb, var(--hub-accent) 11%, var(--hub-surface));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--hub-accent) 16%, transparent);
}
@media (hover: hover) and (pointer: fine) {
  .hub-settings-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  }
  .hub-main--editor-cards .hub-settings-card {
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  }
  .hub-main--editor-cards .hub-settings-card:hover {
    border-color: color-mix(in srgb, var(--hub-accent) 26%, var(--hub-border));
    box-shadow:
      0 1px 0 color-mix(in srgb, #fff 5%, transparent) inset,
      0 12px 36px rgba(0, 0, 0, 0.28);
    transform: translateY(-2px);
  }
  [data-mantine-color-scheme="light"] .hub-main--editor-cards .hub-settings-card:hover {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.7) inset,
      0 12px 32px rgba(15, 23, 42, 0.1);
  }
}
.hub-settings-quick__btn--primary {
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--hub-accent) 92%, #fff) 0%,
    color-mix(in srgb, var(--hub-accent) 78%, var(--hub-surface)) 100%
  );
  color: #0c0c12;
  border-color: color-mix(in srgb, var(--hub-accent) 55%, var(--hub-border));
  font-weight: 700;
}
a.hub-settings-quick__btn--primary:hover {
  color: #0c0c12;
  filter: brightness(1.07) saturate(1.05);
  border-color: var(--hub-accent);
}
.hub-settings-below-nav .hub-flash.hub-flash--ok {
  border-radius: 12px;
  padding: 0.65rem 1rem;
  border: 1px solid color-mix(in srgb, #86efac 42%, var(--hub-border));
  background: color-mix(in srgb, #86efac 14%, var(--hub-surface));
  box-shadow: 0 4px 16px rgba(34, 197, 94, 0.12);
}
.hub-main--settings-edit #maint_b {
  min-height: 7.5rem;
  resize: vertical;
}
.hub-main--settings-edit #shopid {
  max-width: 16rem;
}
.hub-main--links-edit #bd {
  min-height: 7rem;
  resize: vertical;
}
.hub-link-rows--editor {
  margin-top: 0.75rem;
}
@media (prefers-reduced-motion: reduce) {
  .hub-settings-toggle,
  .hub-main--editor-cards .hub-settings-card,
  .hub-settings-quick__btn {
    transition: none !important;
  }
  .hub-settings-toggle:hover,
  .hub-main--editor-cards .hub-settings-card:hover {
    transform: none !important;
  }
}
.hub-settings-below-nav {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.35rem;
  width: 100%;
}
@media (min-width: 720px) {
  .hub-settings-below-nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    padding: 0.85rem 1.1rem;
    border-radius: 14px;
    border: 1px solid color-mix(in srgb, var(--hub-accent) 18%, var(--hub-border));
    background:
      radial-gradient(90% 120% at 100% 0%, color-mix(in srgb, var(--hub-accent) 10%, transparent), transparent 55%),
      color-mix(in srgb, var(--hub-surface) 88%, var(--hub-bg));
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
  }
  .hub-settings-below-nav .hub-flash {
    flex: 1 1 auto;
    min-width: 10rem;
    margin: 0;
  }
  .hub-settings-below-nav .hub-settings-quick {
    margin: 0;
    flex: 0 1 auto;
    justify-content: flex-end;
  }
}
@media (min-width: 720px) {
  [data-mantine-color-scheme="light"] .hub-settings-below-nav {
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.06);
  }
}
.hub-settings-quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.hub-settings-quick__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--hub-text);
  background: var(--hub-surface);
  border: 1px solid var(--hub-border);
  box-sizing: border-box;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
a.hub-settings-quick__btn:hover {
  border-color: color-mix(in srgb, var(--hub-accent) 45%, var(--hub-border));
  color: var(--hub-accent);
}
.hub-settings-quick__btn--state {
  cursor: help;
  color: var(--hub-muted);
  border-style: dashed;
}
.hub-form--settings.hub-form--edit,
.hub-form--links.hub-form--edit {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: none;
  width: 100%;
  margin-inline: 0;
  padding-top: 0.15rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: clamp(1rem, 2.5vw, 1.75rem);
}
.hub-settings-grid {
  counter-reset: hubset-card;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  width: 100%;
}
@media (min-width: 960px) {
  .hub-settings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.35rem;
    align-items: start;
  }
  .hub-settings-card--full {
    grid-column: 1 / -1;
  }
}
.hub-settings-card {
  border-radius: 16px;
  border: 1px solid var(--hub-border);
  background: color-mix(in srgb, var(--hub-surface) 94%, var(--hub-bg));
  box-shadow:
    0 1px 0 color-mix(in srgb, #fff 5%, transparent) inset,
    0 10px 32px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  min-width: 0;
}
[data-mantine-color-scheme="light"] .hub-settings-card {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 8px 28px rgba(15, 23, 42, 0.08);
}
.hub-settings-card__header {
  padding: 1rem 1.25rem 0.95rem;
  border-bottom: 1px solid color-mix(in srgb, var(--hub-border) 88%, transparent);
  background: color-mix(in srgb, var(--hub-bg) 40%, transparent);
}
@media (min-width: 720px) {
  .hub-settings-card__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1.25rem;
  }
  .hub-settings-card__title {
    flex: 0 1 auto;
  }
  .hub-settings-card__desc {
    flex: 1 1 12rem;
    text-align: right;
    margin: 0;
  }
}
.hub-settings-card__title {
  margin: 0 0 0.4rem;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (min-width: 720px) {
  .hub-settings-card__title {
    margin-bottom: 0;
  }
}
.hub-settings-card__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--hub-muted);
  max-width: none;
}
.hub-settings-card__body {
  padding: 1.1rem 1.25rem 1.25rem;
}
.hub-settings-field-gap,
.hub-links-field-gap {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid color-mix(in srgb, var(--hub-border) 65%, transparent);
}
.hub-label-optional {
  font-weight: 500;
  font-size: 0.78em;
  color: var(--hub-muted);
}
.hub-settings-code {
  font-size: 0.88em;
}
.hub-settings-sellauth-callouts {
  display: grid;
  gap: 1rem;
  margin-top: 0.65rem;
}
@media (min-width: 900px) {
  .hub-settings-sellauth-callouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}
.hub-settings-callout {
  margin-top: 0;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--hub-border);
  background: color-mix(in srgb, var(--hub-bg) 48%, var(--hub-surface));
}
.hub-settings-callout .hub-help:last-child {
  margin-bottom: 0;
}
.hub-settings-callout--accent {
  border-color: color-mix(in srgb, var(--hub-accent) 42%, var(--hub-border));
  background:
    radial-gradient(110% 130% at 100% 0%, color-mix(in srgb, var(--hub-accent) 14%, transparent), transparent 58%),
    color-mix(in srgb, var(--hub-surface) 90%, var(--hub-bg));
}
.hub-settings-callout__label {
  margin: 0 0 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: color-mix(in srgb, var(--hub-accent) 58%, var(--hub-muted));
}
.hub-settings-callout .hub-code-block {
  margin-top: 0.45rem;
}
.hub-form-actions--settings,
.hub-form-actions--links {
  width: 100%;
  max-width: none;
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  padding-bottom: calc(0.65rem + env(safe-area-inset-bottom, 0));
  border-top: 1px solid var(--hub-border);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  position: sticky;
  bottom: 0;
  z-index: 15;
  background: linear-gradient(to top, var(--hub-bg) 72%, color-mix(in srgb, var(--hub-bg) 25%, transparent));
}
@media (min-width: 900px) {
  .hub-form-actions--settings,
  .hub-form-actions--links {
    position: static;
    background: transparent;
    margin-top: 1.5rem;
    padding-bottom: 0;
  }
}
.hub-btn--settings-save,
.hub-btn--links-save {
  box-shadow: 0 4px 18px color-mix(in srgb, var(--hub-accent) 22%, transparent);
  min-width: 11rem;
}
.hub-btn--settings-save:hover,
.hub-btn--links-save:hover {
  box-shadow: 0 6px 22px color-mix(in srgb, var(--hub-accent) 28%, transparent);
}

.hub-edit-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0 calc(-1 * clamp(0.875rem, 3vw, 2rem)) 1.25rem;
  padding: 0.5rem clamp(0.875rem, 3vw, 2rem);
  background: color-mix(in srgb, var(--hub-bg) 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hub-border);
}
.hub-edit-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.1rem 0 0.35rem;
}
.hub-edit-nav::-webkit-scrollbar {
  display: none;
}
.hub-edit-nav a {
  flex: 0 0 auto;
  padding: 0.55rem 0.95rem;
  border-radius: 10px;
  font-size: 0.87rem;
  font-weight: 600;
  color: var(--hub-muted);
  text-decoration: none;
  border: 1px solid var(--hub-border);
  background: var(--hub-surface);
  min-height: 44px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.hub-edit-nav a:hover {
  color: var(--hub-text);
  border-color: color-mix(in srgb, var(--hub-accent) 35%, var(--hub-border));
}
.hub-edit-nav a.hub-edit-nav--active {
  color: var(--hub-accent);
  border-color: color-mix(in srgb, var(--hub-accent) 50%, transparent);
  background: color-mix(in srgb, var(--hub-accent) 12%, var(--hub-surface));
}
.hub-edit-nav a.hub-edit-nav--external {
  color: var(--hub-accent);
  border-style: dashed;
  border-color: color-mix(in srgb, var(--hub-accent) 40%, var(--hub-border));
  background: transparent;
}
.hub-edit-nav a.hub-edit-nav--external::after {
  content: "↗";
  margin-left: 0.35rem;
  font-size: 0.75em;
  opacity: 0.85;
}
@media (min-width: 900px) {
  .hub-edit-nav {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .hub-edit-nav-wrap {
    position: static;
    margin: 0 0 1.5rem;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    border-bottom: none;
  }
}
.hub-form--edit {
  max-width: none;
  width: 100%;
  padding: clamp(1rem, 2.5vw, 1.75rem);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  box-sizing: border-box;
}
.hub-form--flush {
  background: transparent;
  border: none;
  padding: 0;
}
.hub-form.hub-form--edit.hub-market-page {
  max-width: none;
  width: 100%;
  margin-inline: 0;
  padding: clamp(0.5rem, 1.5vw, 1rem) 0 clamp(2rem, 5vw, 3rem);
  box-sizing: border-box;
}
.hub-main--edit.hub-main--market-edit {
  padding-left: clamp(0.75rem, 2.2vw, 1.75rem);
  padding-right: clamp(0.75rem, 2.2vw, 1.75rem);
}
.hub-main--edit.hub-main--market-edit .hub-edit-hero {
  max-width: none;
}
.hub-main--edit.hub-main--market-edit .hub-edit-nav-wrap {
  max-width: none;
}
.hub-market-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.75rem;
  padding: 1.2rem 1.35rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--hub-accent) 22%, var(--hub-border));
  background:
    radial-gradient(120% 140% at 100% 0%, color-mix(in srgb, var(--hub-accent) 18%, transparent), transparent 55%),
    linear-gradient(165deg, color-mix(in srgb, var(--hub-surface) 88%, var(--hub-accent)) 0%, var(--hub-surface) 100%);
  box-shadow:
    0 1px 0 color-mix(in srgb, #fff 6%, transparent) inset,
    0 16px 40px rgba(0, 0, 0, 0.35);
  margin-bottom: 0.25rem;
}
.hub-market-hero__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  padding: 0;
  border: none;
}
.hub-market-hero__lead {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--hub-muted) 55%, var(--hub-text));
  max-width: 36rem;
}
.hub-market-hero__tip {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
}
.hub-market-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  background: color-mix(in srgb, var(--hub-bg) 45%, var(--hub-surface));
  border: 1px solid color-mix(in srgb, var(--hub-accent) 15%, var(--hub-border));
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}
.hub-market-hero__stat-val {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: color-mix(in srgb, var(--hub-accent) 45%, var(--hub-text));
}
.hub-market-hero__stat-lab {
  margin-top: 0.2rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hub-muted);
}
.hub-product-fields__section-title {
  grid-column: 1 / -1;
  margin: 1.35rem 0 0.15rem;
  padding: 0.85rem 0 0;
  border-top: 1px solid color-mix(in srgb, var(--hub-border) 85%, transparent);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--hub-muted) 92%, var(--hub-accent));
}
.hub-product-fields__section-title:first-of-type {
  margin-top: 0.2rem;
  padding-top: 0;
  border-top: none;
}
.hub-form-actions--market {
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  border-top: 1px solid color-mix(in srgb, var(--hub-border) 80%, transparent);
}
.hub-main--edit .hub-market-page .hub-btn--market-save.hub-btn--lg {
  min-width: min(100%, 15rem);
  box-shadow:
    0 4px 18px color-mix(in srgb, var(--hub-accent) 38%, transparent),
    0 1px 0 color-mix(in srgb, #fff 25%, transparent) inset;
}
.hub-main--edit .hub-market-page .hub-btn--market-save.hub-btn--lg:hover {
  box-shadow:
    0 6px 26px color-mix(in srgb, var(--hub-accent) 48%, transparent),
    0 1px 0 color-mix(in srgb, #fff 30%, transparent) inset;
}
.hub-form-delete--market {
  margin-top: 1.1rem;
  padding: 1rem 1rem 0.25rem;
  border-radius: 12px;
  background: color-mix(in srgb, rgba(248, 113, 113, 0.06) 100%, transparent);
  border: 1px dashed color-mix(in srgb, rgba(248, 113, 113, 0.38) 100%, var(--hub-border));
}
.hub-form-delete--market .hub-btn {
  font-size: 0.88rem;
}
[data-mantine-color-scheme="light"] .hub-market-hero {
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
}
[data-mantine-color-scheme="light"] .hub-product-edit.hub-product-edit-acc {
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.08);
}
[data-mantine-color-scheme="light"] .hub-product-edit.hub-product-edit-acc[open] {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}
[data-mantine-color-scheme="light"] .hub-faq-pair--row.hub-faq-card {
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}
.hub-form-section-title {
  font-size: 1.02rem;
  margin: 1.35rem 0 0.85rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--hub-border);
}
.hub-form-section-title:first-child,
.hub-form-section-title--nomargin {
  margin-top: 0;
}
.hub-form-section-hint {
  font-weight: 500;
  color: var(--hub-muted);
  font-size: 0.78em;
}
.hub-edit-grid {
  display: grid;
  gap: 0.85rem 1.25rem;
  grid-template-columns: 1fr;
}
.hub-edit-grid--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .hub-edit-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hub-check-label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--hub-text);
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
}
.hub-check-label input {
  width: 1.12rem;
  height: 1.12rem;
  margin-top: 0.15rem;
  accent-color: var(--hub-accent);
  flex-shrink: 0;
}
.hub-check-label--inline {
  margin-top: 0.65rem;
}
.hub-field--check .hub-help {
  margin-left: calc(1.12rem + 0.6rem);
}
.hub-code-block {
  margin: 0.35rem 0 0;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  background: #0a0a12;
  border: 1px solid var(--hub-border);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.hub-code-block code {
  font-size: 0.78rem;
  word-break: break-all;
  white-space: pre-wrap;
  color: #c4b5fd;
}
.hub-form-actions {
  margin-top: 1.35rem;
  padding-top: 0.25rem;
}
.hub-form-actions--split {
  margin-top: 1rem;
}
.hub-btn--lg {
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  font-size: 0.95rem;
  width: 100%;
}
@media (min-width: 480px) {
  .hub-btn--lg {
    width: auto;
  }
}
.hub-btn--danger-outline {
  border-color: rgba(248, 113, 113, 0.45);
  color: #fca5a5;
}
.hub-btn--danger-outline:hover {
  background: rgba(248, 113, 113, 0.08);
  filter: none;
}
.hub-link-rows {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hub-link-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding: 0.75rem 0.65rem;
  border-radius: 10px;
  background: color-mix(in srgb, var(--hub-bg) 55%, var(--hub-surface));
  border: 1px solid var(--hub-border);
}
@media (min-width: 560px) {
  .hub-link-row {
    grid-template-columns: 1.75rem 1fr;
    gap: 0.65rem;
    align-items: start;
  }
}
.hub-link-row-num {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--hub-muted);
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: color-mix(in srgb, var(--hub-accent) 12%, transparent);
  margin-bottom: 0.1rem;
}
@media (min-width: 560px) {
  .hub-link-row-num {
    margin-top: 0.35rem;
    margin-bottom: 0;
  }
}
.hub-link-row-fields {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}
.hub-link-row-extras {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
}
@media (min-width: 560px) {
  .hub-link-row-extras {
    grid-template-columns: 1fr minmax(10rem, 13rem);
  }
}
.hub-link-row-fields input,
.hub-link-row-fields select.hub-link-icon-select {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  border: 1px solid var(--hub-border);
  background: #0f0f18;
  color: var(--hub-text);
  font: inherit;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hub-link-row-fields input,
  .hub-link-row-fields select.hub-link-icon-select {
    font-size: 0.95rem;
  }
}
.hub-form--edit .hub-field--full {
  grid-column: 1 / -1;
}
.hub-main--edit .hub-field input[type="text"],
.hub-main--edit .hub-field input[type="url"],
.hub-main--edit .hub-field input[type="password"],
.hub-main--edit .hub-field input[type="number"],
.hub-main--edit .hub-field textarea,
.hub-main--edit .hub-field select {
  max-width: none;
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--hub-border);
  background: #0f0f18;
  color: var(--hub-text);
  font: inherit;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hub-main--edit .hub-field input[type="text"],
  .hub-main--edit .hub-field input[type="url"],
  .hub-main--edit .hub-field input[type="password"],
  .hub-main--edit .hub-field input[type="number"],
  .hub-main--edit .hub-field select {
    font-size: 0.95rem;
  }
}
.hub-main--edit .hub-field textarea {
  min-height: 6.5rem;
  resize: vertical;
}
.hub-main--edit .hub-select {
  width: 100%;
  max-width: none;
  min-height: 46px;
  box-sizing: border-box;
  padding: 0.55rem 2.25rem 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--hub-border);
  background-color: #0f0f18;
  color: var(--hub-text);
  font: inherit;
  font-size: 16px;
  cursor: pointer;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--hub-muted) 50%),
    linear-gradient(135deg, var(--hub-muted) 50%, transparent 50%);
  background-position: calc(100% - 1.15rem) calc(50% - 0.2rem), calc(100% - 0.75rem) calc(50% - 0.2rem);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.hub-main--edit .hub-select:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--hub-accent) 55%, var(--hub-border));
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--hub-accent) 22%, transparent);
}
.hub-main--edit .hub-select:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .hub-main--edit .hub-select {
    font-size: 0.95rem;
  }
}
.hub-delivery-stack {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.hub-delivery-stack > .hub-field {
  margin-bottom: 0;
}
.hub-delivery-advanced {
  margin-top: 0.35rem;
  padding: 0.75rem 1rem 1rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--hub-border) 88%, var(--hub-accent));
  background: color-mix(in srgb, var(--hub-surface) 94%, #000);
}
.hub-field__legend {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
  color: var(--hub-text);
}
.hub-radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin-top: 0.5rem;
}
.hub-radio-row--stack {
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}
.hub-panel-username-opts {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--hub-border);
}
.hub-panel-username-slider-row {
  margin-top: 0.5rem;
}
.hub-main--edit .hub-panel-username-slider-row input[type="range"] {
  display: block;
  width: 100%;
  max-width: 28rem;
  margin-top: 0.35rem;
  accent-color: var(--hub-accent, #a78bfa);
}
.hub-panel-username-preview-code {
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  background: color-mix(in srgb, var(--hub-surface, #14141f) 80%, #000);
  font-size: 0.88em;
}
.hub-radio {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  font-size: 0.92rem;
}
.hub-radio input {
  margin: 0;
}
.hub-check--block {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin-top: 0.65rem;
  font-size: 0.92rem;
  cursor: pointer;
}
.hub-check--block input {
  margin-top: 0.15rem;
}
.hub-main--edit .hub-input-text {
  width: 100%;
  max-width: 28rem;
  min-height: 42px;
  box-sizing: border-box;
  margin-top: 0.35rem;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  border: 1px solid var(--hub-border);
  background: #0f0f18;
  color: var(--hub-text);
  font: inherit;
}
.hub-main--edit .hub-input-text--wide {
  max-width: none;
}
.hub-field--tight {
  margin-bottom: 0.35rem;
}
.hub-panel-plan-opts {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid color-mix(in srgb, var(--hub-border) 85%, transparent);
}
.hub-panel-plan-opts .hub-select {
  margin-top: 0.35rem;
}
.hub-product-edit.hub-product-edit-acc {
  padding: 0;
  overflow: hidden;
  margin-top: 0.75rem;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--hub-border) 92%, var(--hub-accent));
  background: linear-gradient(
    175deg,
    color-mix(in srgb, var(--hub-surface) 96%, var(--hub-bg)) 0%,
    var(--hub-surface) 40%
  );
  box-shadow:
    0 1px 0 color-mix(in srgb, #fff 5%, transparent) inset,
    0 10px 36px rgba(0, 0, 0, 0.28);
  transition:
    border-color 0.22s ease,
    box-shadow 0.28s ease,
    transform 0.22s ease;
}
.hub-product-edit.hub-product-edit-acc:hover {
  border-color: color-mix(in srgb, var(--hub-accent) 28%, var(--hub-border));
}
.hub-product-edit.hub-product-edit-acc[open] {
  border-color: color-mix(in srgb, var(--hub-accent) 42%, var(--hub-border));
  box-shadow:
    0 1px 0 color-mix(in srgb, #fff 6%, transparent) inset,
    0 16px 44px rgba(0, 0, 0, 0.38),
    0 0 0 1px color-mix(in srgb, var(--hub-accent) 12%, transparent);
}
.hub-market-hero + .hub-product-edit-acc {
  margin-top: 1.35rem;
}
.hub-product-edit-acc.hub-product-edit--new {
  border-style: solid;
  border-color: color-mix(in srgb, var(--hub-accent) 38%, var(--hub-border));
  background:
    radial-gradient(100% 120% at 0% 0%, color-mix(in srgb, var(--hub-accent) 14%, transparent), transparent 50%),
    linear-gradient(175deg, color-mix(in srgb, var(--hub-surface) 85%, var(--hub-accent)) 0%, var(--hub-surface) 100%);
  box-shadow:
    0 1px 0 color-mix(in srgb, #fff 6%, transparent) inset,
    0 12px 40px color-mix(in srgb, var(--hub-accent) 16%, rgba(0, 0, 0, 0.45));
}
.hub-product-edit-acc-sum {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.15rem;
  margin: 0;
  font-weight: 700;
  color: var(--hub-text);
  background: color-mix(in srgb, var(--hub-bg) 28%, transparent);
  transition: background 0.2s ease;
}
.hub-product-edit-acc:not([open]) > .hub-product-edit-acc-sum:hover {
  background: color-mix(in srgb, var(--hub-accent) 8%, color-mix(in srgb, var(--hub-bg) 28%, transparent));
}
.hub-product-edit-acc-sum:focus {
  outline: none;
}
.hub-product-edit-acc-sum:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--hub-accent) 65%, transparent);
  outline-offset: 2px;
}
.hub-product-edit-acc-sum::-webkit-details-marker,
.hub-product-edit-acc-sum::marker {
  display: none;
}
.hub-product-edit-acc-sum-main {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
  flex: 1;
}
.hub-product-edit-acc-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--hub-status-dot, var(--hub-muted));
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--hub-status-dot, var(--hub-muted)) 35%, transparent);
}
.hub-product-edit-acc-badge {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.26rem 0.55rem;
  border-radius: 999px;
  flex-shrink: 0;
  border: 1px solid color-mix(in srgb, var(--hub-accent) 45%, transparent);
  background: color-mix(in srgb, var(--hub-accent) 28%, transparent);
  color: color-mix(in srgb, var(--hub-accent) 15%, #f8fafc);
}
.hub-product-edit-acc-sum::after {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  margin-left: auto;
  border-right: 2px solid color-mix(in srgb, var(--hub-muted) 72%, var(--hub-text));
  border-bottom: 2px solid color-mix(in srgb, var(--hub-muted) 72%, var(--hub-text));
  transform: rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.2s ease;
  flex-shrink: 0;
  opacity: 0.75;
}
.hub-product-edit-acc[open] > .hub-product-edit-acc-sum::after {
  transform: rotate(-135deg);
}
.hub-product-edit-acc-title {
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.hub-product-edit-acc-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--hub-muted);
}
.hub-product-edit-acc-price {
  font-weight: 700;
  color: color-mix(in srgb, var(--hub-accent) 58%, var(--hub-text));
  padding: 0.18rem 0.55rem;
  border-radius: 8px;
  background: color-mix(in srgb, var(--hub-accent) 12%, transparent);
}
.hub-product-edit-acc-sum--new .hub-product-edit-acc-title {
  color: color-mix(in srgb, var(--hub-accent) 30%, var(--hub-text));
}
.hub-product-edit-acc-hint {
  font-weight: 500;
  opacity: 0.88;
  font-size: 0.78rem;
  max-width: 16rem;
  line-height: 1.35;
  text-align: right;
}
@media (max-width: 560px) {
  .hub-product-edit-acc-hint {
    text-align: left;
    max-width: none;
  }
}
.hub-product-edit-acc-body {
  padding: 0 1.15rem 1.2rem;
  margin: 0;
  border-top: 1px solid color-mix(in srgb, var(--hub-border) 88%, transparent);
  animation: hub-edit-acc-body-in 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes hub-edit-acc-body-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hub-product-edit-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}
.hub-product-edit-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}
.hub-product-edit-id {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--hub-muted);
  letter-spacing: 0.06em;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: color-mix(in srgb, var(--hub-bg) 65%, var(--hub-surface));
  border: 1px solid color-mix(in srgb, var(--hub-border) 80%, transparent);
}
.hub-product-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem 1rem;
}
@media (min-width: 640px) {
  .hub-product-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hub-product-fields .hub-field--full {
  grid-column: 1 / -1;
}
.hub-badge-edit-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 500px) {
  .hub-badge-edit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hub-badge-pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}
@media (min-width: 480px) {
  .hub-badge-pair {
    grid-template-columns: minmax(0, 1.3fr) minmax(4.5rem, 0.7fr);
  }
}
.hub-badge-pair input {
  min-height: 44px;
  box-sizing: border-box;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  border: 1px solid var(--hub-border);
  background: #0f0f18;
  color: var(--hub-text);
  font: inherit;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hub-badge-pair input {
    font-size: 0.9rem;
  }
}
.hub-badge-pair .hub-color-input-row .hub-color-hex {
  min-height: 44px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hub-badge-pair .hub-color-input-row .hub-color-hex {
    font-size: 0.9rem;
  }
}
.hub-color-input-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.45rem;
  width: 100%;
}
.hub-color-input-row .hub-color-pick {
  width: 2.85rem;
  min-width: 2.85rem;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid var(--hub-border);
  border-radius: 8px;
  background: #0f0f18;
  cursor: pointer;
  box-sizing: border-box;
}
.hub-color-input-row .hub-color-hex {
  flex: 1;
  min-width: 6rem;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  border: 1px solid var(--hub-border);
  background: #0f0f18;
  color: var(--hub-text);
  font: inherit;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hub-color-input-row .hub-color-hex {
    font-size: 0.9rem;
  }
}
.hub-field-label-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  margin-bottom: 0.35rem;
}
.hub-field-label-row > label {
  margin: 0;
  font-weight: 600;
}
.hub-desc-cheatsheet {
  font-size: 0.78rem;
  vertical-align: middle;
}
.hub-desc-cheatsheet--pill .hub-desc-cheatsheet-sum {
  display: inline-flex;
  align-items: center;
}
.hub-desc-cheatsheet-sum-inner {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--hub-accent) 15%, #f1f5f9);
  background: color-mix(in srgb, var(--hub-accent) 32%, transparent);
  border: 1px solid color-mix(in srgb, var(--hub-accent) 42%, transparent);
  box-shadow: 0 1px 0 color-mix(in srgb, #fff 12%, transparent) inset;
  transition: filter 0.15s ease, transform 0.15s ease;
}
.hub-desc-cheatsheet-sum {
  list-style: none;
  cursor: pointer;
  color: inherit;
  font-weight: 700;
  padding: 0;
}
.hub-desc-cheatsheet-sum:hover .hub-desc-cheatsheet-sum-inner {
  filter: brightness(1.08);
}
.hub-desc-cheatsheet-sum::-webkit-details-marker,
.hub-desc-cheatsheet-sum::marker {
  display: none;
}
.hub-desc-cheatsheet-body {
  margin-top: 0.55rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--hub-accent) 18%, var(--hub-border));
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--hub-surface) 88%, var(--hub-accent)) 0%,
    var(--hub-surface) 100%
  );
  max-width: min(100%, 28rem);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.hub-desc-cheatsheet-body code {
  font-size: 0.7rem;
  padding: 0.06rem 0.2rem;
  border-radius: 4px;
  background: color-mix(in srgb, var(--hub-bg) 50%, transparent);
}
.hub-desc-cheatsheet-body .hub-help {
  margin-bottom: 0.35rem;
}
.hub-desc-cheatsheet-list {
  margin: 0;
  padding-left: 1.05rem;
  font-size: 0.74rem;
  line-height: 1.5;
  color: var(--hub-muted);
}
.hub-faq-dynamic {
  counter-reset: hub-faq-i;
}
.hub-faq-pair--row.hub-faq-card {
  position: relative;
  counter-increment: hub-faq-i;
  padding: 0.85rem 0.85rem 0.85rem 2.75rem;
  margin-bottom: 0.65rem;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--hub-border) 90%, var(--hub-accent));
  background: color-mix(in srgb, var(--hub-bg) 40%, var(--hub-surface));
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.hub-faq-pair--row.hub-faq-card::before {
  content: counter(hub-faq-i);
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.45rem;
  height: 1.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 800;
  border-radius: 9px;
  background: color-mix(in srgb, var(--hub-accent) 24%, transparent);
  color: color-mix(in srgb, var(--hub-accent) 25%, var(--hub-text));
  border: 1px solid color-mix(in srgb, var(--hub-accent) 32%, transparent);
}
.hub-faq-pair--row.hub-faq-card .hub-faq-remove {
  margin-top: 0.35rem;
}
@media (min-width: 560px) {
  .hub-faq-pair--row.hub-faq-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem 0.65rem;
    align-items: start;
    padding-left: 2.75rem;
  }
  .hub-faq-pair--row.hub-faq-card::before {
    top: 0.9rem;
    transform: none;
  }
  .hub-faq-pair--row.hub-faq-card .hub-faq-remove {
    grid-column: 1 / -1;
    margin-top: 0.15rem;
    justify-self: start;
  }
}
.hub-market-page .hub-faq-add {
  margin-top: 0.25rem;
  width: 100%;
  border-style: dashed;
  border-color: color-mix(in srgb, var(--hub-accent) 35%, var(--hub-border));
  justify-content: center;
  min-height: 44px;
}
@media (min-width: 480px) {
  .hub-market-page .hub-faq-add {
    width: auto;
    min-width: 12rem;
  }
}
.hub-faq-remove {
  font-size: 0.82rem;
}
.hub-faq-remove:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}
.hub-market-page .hub-badge-edit-grid .hub-badge-pair {
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--hub-bg) 38%, var(--hub-surface));
  border: 1px solid color-mix(in srgb, var(--hub-border) 85%, transparent);
  box-sizing: border-box;
}
.hub-form-actions--split.hub-form-actions--market {
  margin-top: 1.25rem;
}
.hub-form-delete {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--hub-border);
}
.hub-form-delete .hub-btn {
  width: 100%;
  min-height: 44px;
}
@media (min-width: 480px) {
  .hub-form-delete .hub-btn {
    width: auto;
  }
}

/* ========== Public hub + dashboard shell — match profile.php ========== */
body.hub-public-dashboard-body {
  padding-bottom: env(safe-area-inset-bottom, 0);
}

/* Guest: floating site nav clearance token (main padding follows .dashboard-main rules below) */
body.hub-public-guest-shell {
  --landing-nav-offset: 5.5rem;
  overflow-x: hidden;
}
/*
 * Mobile: navbar pill sits lower + can wrap; was 5rem and hero/cover sat under the fixed header.
 * Match real stacked height + notch/safe-area (same token drives .hub-public-cover__banner padding-top).
 */
@media (max-width: 48em) {
  body.hub-public-guest-shell {
    --landing-nav-offset: calc(6.35rem + env(safe-area-inset-top, 0px));
  }
}

/*
 * Floating glass marketing navbar on /u/... hub (guest): landing.css sticky rules load first.
 * Scope by header modifier + high-specificity so this always wins over .landing-header { position: sticky }.
 */
html:has(.landing-header--public-hub) {
  scroll-padding-top: 6rem;
}
@media (max-width: 48em) {
  html:has(.landing-header--public-hub) {
    scroll-padding-top: calc(6.35rem + env(safe-area-inset-top, 0px));
  }
}
.landing-header.landing-header--public-hub {
  position: fixed !important;
  top: 0.75rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(72rem, calc(100% - 1.5rem));
  z-index: 200;
  background: none !important;
  border: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: none;
}
.landing-header.landing-header--public-hub .landing-header__inner {
  pointer-events: auto;
  margin: 0;
  width: 100%;
  max-width: none;
  padding: 0.5rem 0.65rem 0.5rem 1.1rem;
  min-height: 3.35rem;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: linear-gradient(165deg, rgba(34, 34, 38, 0.98) 0%, rgba(24, 24, 28, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 8px 32px -8px rgba(0, 0, 0, 0.55),
    0 2px 8px -2px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
[data-mantine-color-scheme="light"] .landing-header.landing-header--public-hub .landing-header__inner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow:
    0 12px 40px -16px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    inset 0 -1px 0 rgba(15, 23, 42, 0.05);
}
.landing-header.landing-header--public-hub .landing-header__nav {
  gap: 0.35rem;
}
.landing-header.landing-header--public-hub .landing-header__link {
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease, background 0.2s ease;
}
.landing-header.landing-header--public-hub .landing-header__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
[data-mantine-color-scheme="light"] .landing-header.landing-header--public-hub .landing-header__link {
  color: #64748b;
}
[data-mantine-color-scheme="light"] .landing-header.landing-header--public-hub .landing-header__link:hover {
  color: #0f172a;
  background: rgba(59, 130, 246, 0.08);
}
.landing-header.landing-header--public-hub .landing-header__btn {
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  min-height: 2.4rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
.landing-header.landing-header--public-hub .landing-header__btn--secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}
.landing-header.landing-header--public-hub .landing-header__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}
[data-mantine-color-scheme="light"] .landing-header.landing-header--public-hub .landing-header__btn--secondary {
  border-color: #e2e8f0;
  background: #fff;
}
[data-mantine-color-scheme="light"] .landing-header.landing-header--public-hub .landing-header__btn--secondary:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.landing-header.landing-header--public-hub .landing-header__btn--primary {
  box-shadow: 0 2px 12px rgba(59, 130, 246, 0.35);
}
.landing-header.landing-header--public-hub .landing-header__btn--primary:hover {
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.45);
}
.landing-header.landing-header--public-hub .landing-header__theme-toggle {
  width: 2.2rem;
  height: 2.2rem;
}
@media (max-width: 48em) {
  .landing-header.landing-header--public-hub {
    top: 0.65rem;
    width: calc(100% - 1rem);
  }
  .landing-header.landing-header--public-hub .landing-header__inner {
    padding: 0.45rem 0.5rem 0.45rem 0.75rem;
    border-radius: 1.125rem;
  }
}
@media (max-width: 64em) {
  .landing-header.landing-header--public-hub .landing-header__actions {
    gap: 0.45rem;
  }
  .landing-header.landing-header--public-hub .landing-header__btn {
    padding: 0.4rem 0.85rem;
    min-height: 2.25rem;
    font-size: 0.75rem;
  }
}

.dashboard-main.hub-main--public.hub-public-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding-inline: 0;
  padding-top: 0;
  box-sizing: border-box;
  /* Do not use overflow-x: clip here: paired with overflow-y: visible it forces overflow-y: auto in CSS,
     which traps the document scroll inside <main> — listings / Buy buttons sit below an invisible fold. */
  overflow: visible;
}

/* Guest: spacer only when there is no banner (plain content) */
body.hub-public-guest-shell .dashboard-main.hub-main--public.hub-public-main:not(:has(.hub-public-cover)) {
  padding-top: var(--landing-nav-offset);
}

/* Guest: grow banner top into area under floating pill — bg/fade are absolute and fill this padding (no black strip) */
body.hub-public-guest-shell .hub-public-cover .hub-public-cover__banner {
  padding-top: var(--landing-nav-offset);
  box-sizing: content-box;
}

/*
 * Mobile guest + hub hero stack: .hub-public-cover__inner is position:absolute anchored from the BOTTOM.
 * Padding on the banner did not move avatar/title up from under the fixed site nav — only stretched art.
 * Keep banner bg flush to the top; pin inner with `top` so identity clears site header + hub pill rail.
 */
@media (max-width: 48em) {
  body.hub-public-guest-shell .hub-public-hero-stack .hub-public-cover .hub-public-cover__banner {
    padding-top: 0;
    box-sizing: border-box;
  }
  body.hub-public-guest-shell .hub-public-hero-stack .hub-public-cover--with-hub .hub-public-cover__inner {
    top: calc(var(--landing-nav-offset) + 0.2rem + min(3.75rem, 14vw));
    bottom: clamp(1.35rem, 5vw, 2.85rem);
  }
  body.hub-public-guest-shell .hub-public-hero-stack .hub-public-cover--with-hub .hub-public-cover__banner {
    min-height: clamp(26rem, 72vw, 38rem);
  }
  /*
   * Inner sits outside .hub-public-cover__banner; overflow + modest tail padding avoids overlap with
   * .dashboard-container without the huge empty band (padding-bottom) that showed as a black gap.
   */
  body.hub-public-guest-shell .hub-public-hero-stack .hub-public-cover--with-hub {
    overflow: hidden;
    padding-bottom: clamp(0.85rem, 3vw, 1.75rem);
  }
  body.hub-public-guest-shell .hub-public-hero-stack {
    margin-bottom: 0;
  }
  body.hub-public-guest-shell .hub-public-hero-stack + .hub-public-dashboard-container {
    position: relative;
    z-index: 2;
    padding-top: clamp(1rem, 3vw, 1.5rem);
  }
}

/* Cover first in DOM; hub rail/nav overlays banner top inside stack */
.hub-public-hero-stack {
  position: relative;
  isolation: isolate;
  width: 100%;
}

.hub-public-floating-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  pointer-events: none;
}

/* Guest + fixed marketing header (z-index 200): rail must attach to viewport and stack above landing pill */
body.hub-public-guest-shell .hub-public-floating-nav {
  position: fixed;
  top: calc(var(--landing-nav-offset, 5.5rem) + 0.2rem);
  left: 0;
  right: 0;
  z-index: 220;
}

body.hub-public-guest-shell .hub-public-floating-nav__rail {
  padding-top: 0.15rem;
}

.hub-public-floating-nav__rail {
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding: 0.5rem 0 0.6rem 0.65rem;
  box-sizing: border-box;
  pointer-events: auto;
}

@media (min-width: 64em) {
  .hub-public-floating-nav__rail {
    padding-left: var(--mantine-spacing-lg, 1.5rem);
  }
}

.hub-public-floating-nav__panel {
  position: relative;
  left: auto;
  top: auto;
  width: fit-content;
  max-width: min(calc(100vw - 1rem), 72rem);
  box-sizing: border-box;
}

/* One glass bar: chevron + equal-width link cells */
.hub-public-floating-nav .hub-public-nav-wrap--floating {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.4rem;
  margin: 0;
  padding: 0.4rem 0.55rem;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 7, 14, 0.38);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  pointer-events: auto;
}

.hub-public-floating-nav:not(.is-collapsed) .hub-public-nav-wrap--floating {
  width: min(calc(100vw - 1.25rem), 72rem);
  max-width: 100%;
}

.hub-public-floating-nav.is-collapsed .hub-public-nav-wrap--floating {
  width: fit-content;
  max-width: min(calc(100vw - 1rem), 72rem);
  gap: 0;
}

.hub-public-floating-nav__toggle {
  flex-shrink: 0;
  align-self: center;
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  min-height: 2.75rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 12, 20, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.15s ease;
  box-sizing: border-box;
}
.hub-public-floating-nav__toggle:hover {
  background: rgba(18, 20, 32, 0.72);
  border-color: color-mix(in srgb, var(--hub-accent, #a78bfa) 45%, rgba(255, 255, 255, 0.2));
}
.hub-public-floating-nav__toggle:focus-visible {
  outline: 2px solid var(--hub-accent, #a78bfa);
  outline-offset: 2px;
}

.hub-public-floating-nav__chev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hub-public-floating-nav__chev--when-expanded {
  display: none;
}
.hub-public-floating-nav:not(.is-collapsed) .hub-public-floating-nav__chev--when-collapsed {
  display: none;
}
.hub-public-floating-nav:not(.is-collapsed) .hub-public-floating-nav__chev--when-expanded {
  display: flex;
}
.hub-public-floating-nav.is-collapsed .hub-public-floating-nav__chev--when-expanded {
  display: none;
}
.hub-public-floating-nav.is-collapsed .hub-public-floating-nav__chev--when-collapsed {
  display: flex;
}

.hub-public-nav-wrap--floating .hub-public-nav {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0.4rem;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  transition: flex 0.34s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.24s ease,
    min-width 0.34s cubic-bezier(0.33, 1, 0.68, 1);
}
.hub-public-nav-wrap--floating .hub-public-nav::-webkit-scrollbar {
  display: none;
}

.hub-public-floating-nav.is-collapsed .hub-public-nav-wrap--floating .hub-public-nav {
  flex: 0 0 0;
  width: 0;
  min-width: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  gap: 0;
  padding: 0;
}

.hub-public-nav-wrap--floating .hub-public-nav a {
  flex: unset;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  justify-content: center;
  text-align: center;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640px) {
  .hub-public-nav-wrap--floating .hub-public-nav {
    grid-auto-columns: minmax(5.15rem, 1fr);
  }
}

@media (min-width: 900px) {
  /* Standalone hub rules reset .hub-public-nav-wrap globally; keep floating strip intact */
  .hub-public-floating-nav .hub-public-nav-wrap--floating {
    position: relative;
    margin: 0;
    padding: 0.4rem 0.55rem;
    background: rgba(6, 7, 14, 0.38);
    backdrop-filter: blur(16px) saturate(1.15);
    -webkit-backdrop-filter: blur(16px) saturate(1.15);
    border-bottom: none;
  }
}

.hub-public-dashboard-container {
  padding-top: 1.25rem;
}

.hub-public-profile-root {
  padding-bottom: 2rem;
  overflow: visible;
}

.hub-public-profile-root .profile-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #60a5fa;
  text-decoration: none;
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
  transition: color 0.2s;
}
.hub-public-profile-root .profile-back-link:hover {
  color: #93c5fd;
  text-decoration: underline;
}

/* Full-bleed banner + gradient into dashboard page bg */
.hub-public-cover {
  --hub-cover-page-bg: var(--mantine-color-bg_dark-1, #121212);
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  left: auto;
  right: auto;
  margin: 0;
  /* Inner is absolutely positioned; only banner contributes height */
}

.hub-public-cover__banner {
  position: relative;
  min-height: clamp(10.5rem, 32vw, 19rem);
  overflow: hidden;
}

.hub-public-cover__banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center top;
  background-size: cover;
  transform: scale(1.02);
}
@media (prefers-reduced-motion: reduce) {
  .hub-public-cover__banner-bg {
    transform: none;
  }
}

.hub-public-cover__banner-bg--mesh {
  background-image:
    radial-gradient(ellipse 100% 80% at 30% -10%, color-mix(in srgb, var(--hub-accent) 42%, transparent), transparent 55%),
    radial-gradient(ellipse 90% 70% at 90% 20%, rgba(59, 130, 246, 0.18), transparent 50%),
    linear-gradient(135deg, #1e1b4b 0%, #312e81 35%, #1e3a5f 72%, #0f172a 100%);
}

.hub-public-cover__banner-fade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.12) 28%,
    transparent 52%,
    color-mix(in srgb, var(--hub-cover-page-bg) 22%, transparent) 72%,
    color-mix(in srgb, var(--hub-cover-page-bg) 88%, transparent) 88%,
    var(--hub-cover-page-bg) 100%
  );
}

.hub-public-cover__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(5.75rem, 17vw, 12rem);
  z-index: 2;
  max-width: 72rem;
  width: 100%;
  margin: 0 auto;
  padding-inline: var(--mantine-spacing-md, 1rem);
  padding-bottom: 1.15rem;
  box-sizing: border-box;
}

.hub-public-hero-stack .hub-public-cover__banner {
  min-height: clamp(17.5rem, 46vw, 35rem);
}

.hub-public-hero-stack .hub-public-cover--with-hub .hub-public-cover__banner {
  min-height: clamp(23rem, 58vw, 45rem);
}

.hub-public-cover--with-hub .hub-public-cover__inner {
  bottom: clamp(6.75rem, 19vw, 14rem);
  padding-bottom: 1.25rem;
}

/* Immersive product page: full-viewport banner with grid over the art */
.hub-public-cover--product-immersive .hub-public-cover__banner--product-immersive {
  min-height: clamp(34rem, 100svh, 58rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.hub-public-cover__banner--product-immersive .hub-public-cover__banner-bg:not(.hub-public-cover__banner-bg--mesh) {
  filter: saturate(1.05) brightness(0.92);
}
.hub-public-cover__banner--product-immersive .hub-public-cover__banner-fade {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(0, 0, 0, 0.28) 32%,
    rgba(0, 0, 0, 0.5) 62%,
    rgba(0, 0, 0, 0.82) 88%,
    var(--hub-cover-page-bg) 100%
  );
}
.hub-public-cover__inner.hub-public-cover__inner--product-immersive {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: clamp(2.15rem, 5.5vh, 3.65rem) clamp(0.85rem, 4vw, 2.75rem) clamp(1.35rem, 3.5vw, 2.5rem);
  box-sizing: border-box;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-height: 0;
}
.hub-public-cover__product-stage {
  width: 100%;
  max-width: 92rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.hub-public-cover__product-grid {
  display: grid;
  gap: clamp(1.15rem, 3vw, 2.25rem);
  align-items: start;
}
@media (min-width: 900px) {
  .hub-public-cover__product-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    align-items: stretch;
    gap: clamp(1.35rem, 3.5vw, 2.75rem);
  }
}
.hub-public-cover__product-media-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hub-public-cover__product-media-frame {
  position: relative;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--hub-accent) 55%, transparent),
    rgba(255, 255, 255, 0.12) 42%,
    color-mix(in srgb, var(--hub-accent) 35%, transparent)
  );
  box-shadow:
    0 12px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}
.hub-public-cover__product-media-frame .hub-public-cover__product-media-inner {
  border-radius: 21px;
  overflow: hidden;
  background: #0a0a10;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.hub-public-cover__product-media-frame img.hub-product-detail-img:not(.hub-product-gallery-main),
.hub-public-cover__product-media-frame .hub-product-detail-img:not(.hub-product-gallery-main) {
  aspect-ratio: 1;
  min-height: 14rem;
  max-height: min(52vh, 36rem);
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 900px) {
  .hub-public-cover__product-media-frame img.hub-product-detail-img:not(.hub-product-gallery-main),
  .hub-public-cover__product-media-frame .hub-product-detail-img:not(.hub-product-gallery-main) {
    max-height: min(62vh, 40rem);
  }
}
.hub-public-cover__product-media-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
@keyframes hub-gallery-active-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.5),
      0 4px 14px rgba(0, 0, 0, 0.55),
      0 0 22px color-mix(in srgb, var(--hub-accent) 24%, transparent),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.4),
      0 6px 22px rgba(0, 0, 0, 0.58),
      0 0 40px color-mix(in srgb, var(--hub-accent) 48%, transparent),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }
}
@keyframes hub-gallery-strip-gleam {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 0.75;
  }
}
.hub-product-media--multi {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.hub-product-media-stage {
  position: relative;
  width: 100%;
  line-height: 0;
  box-sizing: border-box;
}
.hub-product-media-main {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  line-height: 0;
  background: #0a0a10;
  box-sizing: border-box;
}
.hub-product-media-main--single > .hub-product-detail-img {
  width: 100%;
  display: block;
  aspect-ratio: 1;
  min-height: 14rem;
  max-height: min(52vh, 36rem);
  object-fit: cover;
}
@media (min-width: 900px) {
  .hub-product-media-main--single > .hub-product-detail-img {
    max-height: min(62vh, 40rem);
  }
}
.hub-product-media-main .gm-card-verified-badge,
.hub-product-media-main .hub-card-save--product-detail {
  position: absolute;
  z-index: 6;
  pointer-events: none;
}
.hub-product-media-main .gm-card-verified-badge {
  top: 0.55rem;
  left: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  line-height: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.hub-product-media-main .gm-card-verified-badge__ic {
  width: 1.15rem;
  height: 1.15rem;
  max-width: 72%;
  max-height: 72%;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.hub-product-media-main .hub-card-save--product-detail {
  top: 0.55rem;
  right: 0.55rem;
  left: auto;
  padding: 0.28rem 0.5rem;
  border-radius: 9px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.hub-public-cover__product-media-frame--gallery .hub-product-media-main {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  box-sizing: border-box;
}
.hub-public-cover__product-media-frame--gallery.hub-product-gallery-layout--compact .hub-product-media-main {
  aspect-ratio: 16 / 9;
  min-height: 12.5rem;
}
@media (min-width: 900px) {
  .hub-public-cover__product-media-frame--gallery.hub-product-gallery-layout--compact .hub-product-media-main {
    min-height: 14rem;
  }
}
.hub-public-cover__product-media-frame--gallery.hub-product-gallery-layout--balanced .hub-product-media-main {
  aspect-ratio: 4 / 3;
  min-height: 15rem;
}
@media (min-width: 900px) {
  .hub-public-cover__product-media-frame--gallery.hub-product-gallery-layout--balanced .hub-product-media-main {
    min-height: 18rem;
  }
}
.hub-public-cover__product-media-frame--gallery.hub-product-gallery-layout--cinematic .hub-product-media-main {
  aspect-ratio: 21 / 9;
  min-height: 10.5rem;
}
@media (min-width: 900px) {
  .hub-public-cover__product-media-frame--gallery.hub-product-gallery-layout--cinematic .hub-product-media-main {
    min-height: 12rem;
  }
}
.hub-product-hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #050508;
  box-sizing: border-box;
}
.hub-product-hero-video[hidden] {
  display: none !important;
}
.hub-product-hero-iframe-crop {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
/* Hero slot matches layout (compact ≈ 16:9 video; others may letterbox inside the player) */
.hub-product-hero-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: middle;
}
.hub-public-cover__product-media-frame--gallery .hub-product-media-main > img.hub-product-gallery-main {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  aspect-ratio: unset;
  background: transparent;
}
.hub-product-media-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.hub-product-media-thumbs--overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  flex-wrap: nowrap;
  gap: 0.42rem;
  padding: 0.62rem 0.75rem 0.52rem;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--hub-accent) 35%, rgba(255, 255, 255, 0.35)) transparent;
  align-items: center;
  pointer-events: auto;
  box-sizing: border-box;
  isolation: isolate;
  border-top: 1px solid color-mix(in srgb, #fff 16%, transparent);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, transparent 32%),
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.91) 0%,
      rgba(0, 0, 0, 0.52) 38%,
      rgba(0, 0, 0, 0.14) 78%,
      transparent 100%
    );
  backdrop-filter: blur(16px) saturate(1.35);
  -webkit-backdrop-filter: blur(16px) saturate(1.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 -12px 40px rgba(0, 0, 0, 0.42);
}
.hub-product-media-thumbs--overlay::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 1px;
  border-radius: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--hub-accent) 65%, rgba(255, 255, 255, 0.6)),
    transparent
  );
  pointer-events: none;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .hub-product-media-thumbs--overlay::before {
    animation: hub-gallery-strip-gleam 4s ease-in-out infinite;
  }
}
.hub-product-media-thumbs--overlay::-webkit-scrollbar {
  height: 5px;
}
.hub-product-media-thumbs--overlay::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
}
.hub-product-media-thumbs--overlay::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--hub-accent) 45%, rgba(255, 255, 255, 0.35));
  border-radius: 3px;
}
.hub-product-media-thumbs--overlay .hub-product-media-thumb {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border-radius: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.2);
  opacity: 0.66;
  transform: scale(0.94);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(8, 8, 14, 0.96);
  transition:
    opacity 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s ease,
    box-shadow 0.26s ease;
  box-shadow:
    0 3px 12px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.hub-product-media-thumbs--overlay .hub-product-media-thumb:hover {
  opacity: 0.98;
  transform: scale(1.03);
  border-color: color-mix(in srgb, #fff 42%, var(--hub-accent) 25%);
  box-shadow:
    0 5px 18px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}
.hub-product-media-thumbs--overlay .hub-product-media-thumb--active {
  opacity: 1;
  transform: scale(1.08);
  z-index: 3;
  border-color: color-mix(in srgb, var(--hub-accent) 78%, #fff);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.48),
    0 5px 18px rgba(0, 0, 0, 0.58),
    0 0 28px color-mix(in srgb, var(--hub-accent) 32%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.hub-product-media-thumbs--overlay .hub-product-media-thumb--youtube {
  border-color: color-mix(in srgb, #e53935 42%, rgba(255, 255, 255, 0.28));
}
.hub-product-media-thumbs--overlay .hub-product-media-thumb--youtube::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M8 5v14l11-7z'/%3E%3C/svg%3E")
      center / 44% no-repeat;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.hub-product-media-thumbs--overlay .hub-product-media-thumb--youtube:hover::after {
  opacity: 1;
}
.hub-product-media-thumbs--overlay .hub-product-media-thumb--youtube.hub-product-media-thumb--active {
  border-color: color-mix(in srgb, #ff5252 55%, var(--hub-accent) 18%);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.48),
    0 5px 18px rgba(0, 0, 0, 0.58),
    0 0 22px color-mix(in srgb, #e53935 35%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
@media (prefers-reduced-motion: no-preference) {
  .hub-product-media-thumbs--overlay .hub-product-media-thumb--active:not(.hub-product-media-thumb--youtube) {
    animation: hub-gallery-active-glow 2.6s ease-in-out infinite;
  }
}
.hub-product-media-thumb {
  width: 3.35rem;
  height: 3.35rem;
  min-width: 3.35rem;
  border-radius: 11px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  opacity: 0.78;
  transition: opacity 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.hub-product-media-thumb:hover {
  opacity: 1;
  transform: scale(1.05);
}
.hub-product-media-thumb--active {
  opacity: 1;
  border-color: color-mix(in srgb, var(--hub-accent) 88%, #fff);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45);
}
.hub-product-media-thumb:focus-visible {
  outline: 2px solid var(--hub-accent);
  outline-offset: 3px;
}
[data-mantine-color-scheme="light"] .hub-product-media-thumbs--overlay {
  border-top-color: color-mix(in srgb, var(--hub-border) 50%, rgba(255, 255, 255, 0.65));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, transparent 36%),
    linear-gradient(
      to top,
      rgba(15, 23, 42, 0.78) 0%,
      rgba(15, 23, 42, 0.32) 48%,
      rgba(15, 23, 42, 0.06) 85%,
      transparent 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 -10px 36px rgba(15, 23, 42, 0.28);
}
[data-mantine-color-scheme="light"] .hub-product-media-thumbs--overlay .hub-product-media-thumb {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow:
    0 2px 10px rgba(15, 23, 42, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.hub-product-faq {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: color-mix(in srgb, var(--hub-cover-page-bg, #121212) 88%, rgba(255, 255, 255, 0.04));
  padding: 1rem 1.15rem 1.05rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.38);
}
.hub-product-faq__title {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}
.hub-product-faq__list {
  margin: 0;
}
.hub-product-faq__list .hub-product-faq__q {
  margin: 0 0 0.38rem;
  font-size: 0.94rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.35;
}
.hub-product-faq__list .hub-product-faq__q:not(:first-child) {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hub-product-faq__list .hub-product-faq__a {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.7);
}
.hub-product-faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.hub-product-faq__details {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.hub-product-faq__summary {
  list-style: none;
  cursor: pointer;
  padding: 0.65rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hub-product-faq__summary::-webkit-details-marker,
.hub-product-faq__summary::marker {
  display: none;
}
.hub-product-faq__summary-text {
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.35;
  flex: 1;
}
.hub-product-faq__summary::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid rgba(255, 255, 255, 0.35);
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.hub-product-faq__details[open] > .hub-product-faq__summary::after {
  transform: rotate(-135deg);
}
.hub-product-faq__a-anim {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.hub-product-faq__details[open] .hub-product-faq__a-anim {
  grid-template-rows: 1fr;
}
.hub-product-faq__a-panel {
  overflow: hidden;
}
.hub-product-faq__a-panel .hub-product-faq__a {
  padding: 0 0.85rem 0.85rem;
  font-size: 0.875rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.72);
}
.hub-product-faq__a .hub-dmd-p:first-child {
  margin-top: 0;
}
[data-mantine-color-scheme="light"] .hub-product-faq {
  border-color: var(--hub-border);
  background: var(--hub-surface);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
}
[data-mantine-color-scheme="light"] .hub-product-faq__title {
  color: var(--hub-muted);
}
[data-mantine-color-scheme="light"] .hub-product-faq__list .hub-product-faq__q:not(:first-child) {
  border-top-color: var(--hub-border);
}
[data-mantine-color-scheme="light"] .hub-product-faq__list .hub-product-faq__q {
  color: var(--hub-text);
}
[data-mantine-color-scheme="light"] .hub-product-faq__list .hub-product-faq__a {
  color: color-mix(in srgb, var(--hub-muted) 88%, var(--hub-text));
}
[data-mantine-color-scheme="light"] .hub-product-faq__details {
  border-color: var(--hub-border);
  background: color-mix(in srgb, var(--hub-surface) 96%, #fff);
}
[data-mantine-color-scheme="light"] .hub-product-faq__summary-text {
  color: var(--hub-text);
}
[data-mantine-color-scheme="light"] .hub-product-faq__summary::after {
  border-color: color-mix(in srgb, var(--hub-muted) 55%, var(--hub-border));
}
[data-mantine-color-scheme="light"] .hub-product-faq__a-panel .hub-product-faq__a {
  color: color-mix(in srgb, var(--hub-muted) 88%, var(--hub-text));
}
.hub-faq-edit-grid {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.hub-faq-pair {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.hub-faq-pair input,
.hub-faq-pair textarea {
  width: 100%;
  box-sizing: border-box;
}
.hub-help--tight {
  margin-top: -0.25rem;
  margin-bottom: 0.45rem;
}
.hub-main--public .hub-card--market .hub-card-media {
  position: relative;
}
.hub-card-media-more {
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  z-index: 2;
  max-width: calc(100% - 1rem);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.22rem 0.48rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.68);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
  line-height: 1.2;
}
.hub-product-crumbs-wrap--on-cover {
  margin-bottom: 0.15rem;
}
.hub-public-cover__product-panel .hub-product-crumbs a {
  color: color-mix(in srgb, #fff 82%, var(--hub-accent));
}
.hub-public-cover__product-panel .hub-product-crumb-current {
  color: rgba(255, 255, 255, 0.62);
}
.hub-public-cover__product-panel .hub-public-cover__product {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
}
.hub-product-detail-badges--on-cover {
  margin-bottom: 0.15rem;
}
.hub-product-trust-row {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
}
.hub-product-trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.82);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.hub-product-trust-ic {
  display: flex;
  color: color-mix(in srgb, #fff 76%, var(--hub-accent));
  opacity: 0.95;
}
.hub-product-about-card--on-cover {
  margin-bottom: 0.35rem;
  background: color-mix(in srgb, #0a0a12 78%, var(--hub-accent) 4%);
  border-color: color-mix(in srgb, rgba(255, 255, 255, 0.14) 70%, var(--hub-accent));
}
.hub-product-detail-foot--on-cover {
  margin: 0 0 0.35rem;
  color: rgba(255, 255, 255, 0.52);
}
.hub-product-cta-panel--on-cover {
  margin-top: 0.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.hub-product-no-checkout--on-cover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 899px) {
  .hub-public-cover__inner--product-immersive {
    align-items: stretch;
  }
  .hub-product-cta-panel--on-cover {
    position: sticky;
    bottom: 0;
    z-index: 5;
    margin-top: 0.75rem;
    padding: 1rem 0 0.5rem;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 16, 0.92) 28%, rgba(10, 10, 16, 0.98) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}
.hub-public-dashboard-container--product-tail {
  padding-top: 0;
  padding-bottom: 0;
}
.hub-public-profile-root--product-tail {
  padding-bottom: 0.5rem;
}

/* Product detail: summary card on banner (no seller profile chrome or hub pills row) */
.hub-public-cover--product-detail .hub-public-cover__banner {
  min-height: clamp(16.5rem, 44vw, 28rem);
}
.hub-public-cover--product-detail .hub-public-cover__inner--product {
  bottom: clamp(3.5rem, 11vw, 7rem);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0.85rem;
}
.hub-public-cover__product {
  width: 100%;
  max-width: 44rem;
  margin-inline: auto;
  padding: clamp(1rem, 2.8vw, 1.35rem) clamp(1.15rem, 3.2vw, 1.65rem) clamp(1.05rem, 2.8vw, 1.35rem);
  border-radius: 18px;
  background: color-mix(in srgb, #0a0a12 76%, transparent);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border: 1px solid color-mix(in srgb, var(--hub-accent) 28%, rgba(255, 255, 255, 0.12));
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  box-sizing: border-box;
  text-align: left;
}
.hub-public-cover__back-store {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.6rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: color-mix(in srgb, #fff 88%, var(--hub-accent));
  text-decoration: none;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
  transition: color 0.15s ease, transform 0.15s ease;
}
.hub-public-cover__back-store:hover {
  color: #fff;
  transform: translateX(-2px);
}
.hub-public-cover__back-ic {
  font-size: 1rem;
  opacity: 0.95;
}
.hub-public-cover__product-eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
.hub-public-cover__product-eyebrow-label {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hub-public-cover__product-eyebrow-main {
  min-width: 0;
}
.hub-public-cover__product-seller-name {
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}
.hub-public-cover__product-meta .hub-product-contact-discord {
  margin-left: auto;
}
.hub-product-contact-discord {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.68rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  text-decoration: none;
  color: color-mix(in srgb, #5865f2 80%, #fff);
  border: 1px solid color-mix(in srgb, #5865f2 45%, transparent);
  background: color-mix(in srgb, #5865f2 18%, transparent);
}
.hub-product-contact-discord:hover {
  color: #fff;
  background: color-mix(in srgb, #5865f2 35%, transparent);
}
.hub-public-cover__product-title-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 1rem;
  align-items: start;
  margin-bottom: 0.55rem;
}
.hub-public-cover__product-title-row .hub-public-cover__product-title {
  margin: 0;
  min-width: 0;
}
.hub-public-cover__product-title-row .hub-public-cover__product-price {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
  text-align: right;
}
.hub-product-trust-slot--media {
  margin-top: 0.85rem;
}
.hub-product-trust-slot--media .hub-sat--compact {
  margin: 0;
}
.hub-public-cover__product-media-frame .hub-card-save--product-detail {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  left: auto;
  z-index: 6;
  padding: 0.28rem 0.5rem;
  border-radius: 9px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, #f87171 88%, #000),
    color-mix(in srgb, var(--hub-accent) 45%, #7f1d1d)
  );
  border: 1px solid color-mix(in srgb, #fecaca 55%, transparent);
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
}

.hub-public-cover__product-media-frame .gm-card-verified-badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  line-height: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  overflow: hidden;
}
.hub-public-cover__product-media-frame .gm-card-verified-badge__ic {
  width: 1.15rem;
  height: 1.15rem;
  max-width: 72%;
  max-height: 72%;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.hub-public-cover__product-seller-link {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
  text-transform: none;
  letter-spacing: 0;
  transition: color 0.18s ease;
}
.hub-public-cover__product-seller-link:hover {
  color: color-mix(in srgb, var(--hub-accent) 75%, #fff);
}
.hub-public-cover__product-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.45rem, 4.2vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #f8f8fe;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}
.hub-public-cover__product-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.55rem;
  margin-bottom: 0.65rem;
}
.hub-product-meta-pill--on-cover {
  background: color-mix(in srgb, #fff 12%, transparent);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.88);
}
.hub-public-cover__product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.65rem;
}
.hub-public-cover__save-chip {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.48rem;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, #f87171 90%, #000),
    color-mix(in srgb, var(--hub-accent) 40%, #7f1d1d)
  );
  border: 1px solid rgba(254, 202, 202, 0.35);
}
.hub-public-cover__slash {
  color: rgba(255, 255, 255, 0.42);
  font-size: 1rem;
  font-weight: 600;
}
.hub-public-cover__price-now {
  font-size: clamp(1.5rem, 4.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.hub-public-body--product-detail .hub-public-dashboard-container {
  padding-top: 0.35rem;
}
.hub-main--public .hub-wrap.hub-product-page--with-hero {
  padding-top: 0.15rem;
}
.hub-product-detail--below-hero {
  align-items: start;
}
.hub-product-detail--below-hero .hub-product-detail-panel {
  padding-top: clamp(1.05rem, 2.5vw, 1.45rem);
}
@media (min-width: 64em) {
  .hub-public-cover__inner {
    padding-inline: var(--mantine-spacing-lg, 1.5rem);
  }
}

.hub-public-cover__identity {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(1.5rem, 4.5vw, 3.25rem);
  margin-top: 0;
  padding-top: 0;
  text-align: left;
  width: 100%;
  max-width: 62rem;
  margin-inline: auto;
}

.hub-public-cover__avatar-wrap {
  flex-shrink: 0;
}

.hub-public-cover__avatar {
  width: clamp(9.25rem, 25vw, 13.25rem);
  height: clamp(9.25rem, 25vw, 13.25rem);
  border-radius: 50%;
  background: linear-gradient(135deg, #a855f7, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: clamp(2.25rem, 6.25vw, 3.45rem);
  color: #fff;
  overflow: hidden;
  border: 5px solid var(--hub-cover-page-bg);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 24px 56px rgba(0, 0, 0, 0.55);
}

.hub-public-cover__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hub-public-cover__copy {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding-bottom: 0.15rem;
  text-align: left;
}

.hub-public-cover__eyebrow {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--hub-accent) 55%, rgba(255, 255, 255, 0.78));
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.38);
}

.hub-public-cover__quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  margin-top: 0.35rem;
}

.hub-public-cover__quick-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  font-size: 0.825rem;
  font-weight: 600;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.15s ease;
}

.hub-public-cover__quick-link:hover {
  background: rgba(0, 0, 0, 0.48);
  border-color: color-mix(in srgb, var(--hub-accent) 48%, rgba(255, 255, 255, 0.2));
  color: #fff;
}

.hub-public-cover__quick-link--active {
  color: #f5f3ff;
  border-color: color-mix(in srgb, var(--hub-accent) 58%, transparent);
  background: color-mix(in srgb, var(--hub-accent) 22%, rgba(0, 0, 0, 0.45));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--hub-accent) 15%, transparent);
}

.hub-public-cover__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.1rem;
  justify-content: flex-start;
}

.hub-public-cover .profile-badge {
  padding: 0.25rem 0.6rem;
  border-radius: 8px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(168, 85, 247, 0.28);
  color: #e9d5ff;
  border: 1px solid rgba(168, 85, 247, 0.38);
}

.hub-public-cover .profile-badge--secondary {
  background: rgba(59, 130, 246, 0.22);
  color: #93c5fd;
  border-color: rgba(59, 130, 246, 0.32);
  text-transform: none;
}

.hub-public-cover .profile-badge.hub-public-page-context {
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.hub-public-cover__title {
  font-size: clamp(1.8rem, 5.1vw, 2.65rem);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.96);
  margin: 0;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hub-public-cover__bio {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
  margin: 0.15rem 0 0;
  max-width: 38rem;
}

@media (max-width: 640px) {
  .hub-public-cover__identity {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  .hub-public-cover__copy {
    align-items: center;
    text-align: center;
  }
  .hub-public-cover__badges,
  .hub-public-cover__quick {
    justify-content: center;
  }
  .hub-public-cover__avatar-wrap {
    align-self: center;
  }
}

.hub-public-profile-root .profile-section {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  margin-bottom: 1.25rem;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.hub-public-profile-root .profile-section:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.09);
}

.hub-public-profile-root .hub-public-nav-wrap {
  position: static;
  margin: 0 0 1.25rem;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: none;
}
.hub-public-profile-root .hub-public-nav a {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.65);
}
.hub-public-profile-root .hub-public-nav a:hover {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(96, 165, 250, 0.35);
}
.hub-public-profile-root .hub-public-nav a.hub-public-nav--active {
  color: #93c5fd;
  border-color: rgba(96, 165, 250, 0.45);
  background: rgba(59, 130, 246, 0.12);
}
.hub-public-profile-root .hub-public-nav a.hub-public-nav--edit {
  border-style: dashed;
  border-color: rgba(167, 139, 250, 0.4);
  color: #c4b5fd;
  background: transparent;
}

.hub-public-profile-root .hub-wrap.hub-market {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.hub-public-profile-root .hub-wrap.hub-market:hover {
  background: transparent;
  border: none;
}
/* Guest /market listing: restore profile card chrome (plain .hub-market strips it for legacy layout) */
.hub-public-profile-root .profile-section.hub-wrap.hub-market.hub-market-live {
  padding: clamp(1.2rem, 2.6vw, 1.65rem) clamp(1rem, 3vw, 1.75rem);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  margin-bottom: 1.25rem;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.hub-public-profile-root .profile-section.hub-wrap.hub-market.hub-market-live:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.09);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .profile-section.hub-wrap.hub-market.hub-market-live {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .profile-section.hub-wrap.hub-market.hub-market-live:hover {
  background: #fefefe;
  border-color: #cbd5e1;
}
.hub-public-profile-root .hub-wrap.hub-product-page {
  max-width: 62rem;
  margin-inline: auto;
  padding-inline: 0;
}
.hub-public-profile-root .hub-market-hero--rich {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.hub-public-profile-root .hub-market-hero--slim {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.hub-public-profile-root .hub-public-hero-title {
  color: rgba(255, 255, 255, 0.95);
}
.hub-public-profile-root .hub-public-hero-lead {
  color: rgba(255, 255, 255, 0.55);
}
.hub-public-profile-root .hub-inline-link {
  color: #60a5fa;
}

.hub-public-profile-root .hub-card.hub-card--market {
  width: 341px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  outline: none;
  outline-offset: 0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}
.hub-public-profile-root .hub-card.hub-card--market:hover {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
.hub-public-profile-root .hub-card.hub-card--market .hub-card-media::after {
  background: linear-gradient(
    180deg,
    transparent 22%,
    rgba(0, 0, 0, 0.28) 62%,
    rgba(0, 0, 0, 0.62) 100%
  );
  opacity: 0.75;
}
.hub-public-profile-root .hub-card.hub-card--market .hub-card-body--market {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.14) 100%);
}

.hub-public-profile-root .hub-product-crumbs a {
  color: #60a5fa;
}
.hub-public-profile-root .hub-product-crumb-current {
  color: rgba(255, 255, 255, 0.55);
}
.hub-public-profile-root .hub-product-detail-panel {
  outline: none;
  outline-offset: 0;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hub-public-profile-root .hub-product-detail-panel::before {
  opacity: 0.4;
}
.hub-public-profile-root .hub-product-about-card {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}
.hub-public-profile-root .hub-product-buyer-card {
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--hub-accent) 14%, rgba(255, 255, 255, 0.04)) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border-color: color-mix(in srgb, var(--hub-accent) 35%, rgba(255, 255, 255, 0.1));
}
.hub-public-profile-root .hub-product-buyer-list li {
  color: rgba(248, 250, 252, 0.88);
}
.hub-public-profile-root .hub-main--public .hub-card-delivery-stack {
  border-color: color-mix(in srgb, var(--hub-accent) 28%, rgba(255, 255, 255, 0.1));
  background: linear-gradient(
    155deg,
    color-mix(in srgb, var(--hub-accent) 10%, rgba(255, 255, 255, 0.03)),
    transparent 72%
  );
}
.hub-public-profile-root .hub-main--public .hub-card-receive-list {
  color: rgba(241, 245, 249, 0.9);
}

[data-mantine-color-scheme="light"] .hub-public-profile-root .profile-section {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .profile-section:hover {
  background: #fefefe;
  border-color: #cbd5e1;
}
[data-mantine-color-scheme="light"] .hub-public-cover {
  --hub-cover-page-bg: #f8fafc;
}
[data-mantine-color-scheme="light"] .hub-public-cover__banner-bg--mesh {
  background-image:
    radial-gradient(ellipse 100% 85% at 28% -5%, color-mix(in srgb, var(--hub-accent) 28%, transparent), transparent 55%),
    radial-gradient(ellipse 85% 65% at 95% 15%, rgba(59, 130, 246, 0.12), transparent 52%),
    linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 45%, #bfdbfe 100%);
}
[data-mantine-color-scheme="light"] .hub-public-cover__banner-fade {
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.4) 0%,
    rgba(15, 23, 42, 0.08) 32%,
    transparent 52%,
    color-mix(in srgb, var(--hub-cover-page-bg) 55%, transparent) 76%,
    var(--hub-cover-page-bg) 100%
  );
}
[data-mantine-color-scheme="light"] .hub-public-cover__title {
  color: #0f172a;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
}
[data-mantine-color-scheme="light"] .hub-public-cover__bio {
  color: #475569;
}
[data-mantine-color-scheme="light"] .hub-public-cover__eyebrow {
  color: color-mix(in srgb, var(--hub-accent) 55%, #64748b);
  text-shadow: none;
}
[data-mantine-color-scheme="light"] .hub-public-cover__quick-link {
  color: #334155;
  background: rgba(255, 255, 255, 0.82);
  border-color: #e2e8f0;
}
[data-mantine-color-scheme="light"] .hub-public-cover__quick-link:hover {
  background: #fff;
  border-color: #cbd5e1;
  color: #0f172a;
}
[data-mantine-color-scheme="light"] .hub-public-cover__quick-link--active {
  color: var(--hub-accent);
  border-color: color-mix(in srgb, var(--hub-accent) 42%, #e2e8f0);
  background: color-mix(in srgb, var(--hub-accent) 12%, #fff);
  box-shadow: none;
}
[data-mantine-color-scheme="light"] .hub-public-cover__product {
  background: rgba(255, 255, 255, 0.82);
  border-color: color-mix(in srgb, var(--hub-accent) 24%, #e2e8f0);
  box-shadow:
    0 16px 44px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
[data-mantine-color-scheme="light"] .hub-public-cover__product-eyebrow {
  color: #64748b;
  text-shadow: none;
}
[data-mantine-color-scheme="light"] .hub-public-cover__product-seller-link:hover {
  color: var(--hub-accent);
}
[data-mantine-color-scheme="light"] .hub-public-cover__product-title {
  color: #0f172a;
  text-shadow: none;
}
[data-mantine-color-scheme="light"] .hub-public-cover__back-store {
  color: #2563eb;
  text-shadow: none;
}
[data-mantine-color-scheme="light"] .hub-public-cover__back-store:hover {
  color: #1d4ed8;
}
[data-mantine-color-scheme="light"] .hub-public-cover__slash {
  color: #94a3b8;
}
[data-mantine-color-scheme="light"] .hub-public-cover__price-now {
  color: #0f172a;
  text-shadow: none;
}
[data-mantine-color-scheme="light"] .hub-product-meta-pill--on-cover {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #334155;
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-market-section-heading {
  color: #0f172a;
}
[data-mantine-color-scheme="light"] .hub-public-cover .profile-badge {
  background: rgba(99, 102, 241, 0.12);
  color: #4f46e5;
  border-color: rgba(99, 102, 241, 0.2);
}
[data-mantine-color-scheme="light"] .hub-public-cover .profile-badge--secondary {
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
  border-color: rgba(59, 130, 246, 0.2);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .profile-back-link {
  color: #2563eb;
}
[data-mantine-color-scheme="light"] .hub-public-floating-nav__toggle {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(148, 163, 184, 0.45);
  color: #334155;
}
[data-mantine-color-scheme="light"] .hub-public-floating-nav__toggle:hover {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(100, 116, 139, 0.45);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-public-nav-wrap {
  background: #f8fafc;
  border-color: #e2e8f0;
}
[data-mantine-color-scheme="light"] .hub-public-floating-nav .hub-public-nav-wrap--floating {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(148, 163, 184, 0.42);
  box-shadow:
    0 8px 28px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-public-nav a {
  background: #fff;
  border-color: #e2e8f0;
  color: #64748b;
}
[data-mantine-color-scheme="light"] .hub-public-floating-nav .hub-public-nav a {
  background: #fff;
  border-color: #e2e8f0;
  color: #64748b;
}
[data-mantine-color-scheme="light"] .hub-public-floating-nav .hub-public-nav a:hover {
  color: #0f172a;
  border-color: color-mix(in srgb, var(--hub-accent) 35%, #e2e8f0);
}
[data-mantine-color-scheme="light"] .hub-public-floating-nav .hub-public-nav a.hub-public-nav--active {
  color: var(--hub-accent);
  border-color: color-mix(in srgb, var(--hub-accent) 45%, #e2e8f0);
  background: color-mix(in srgb, var(--hub-accent) 10%, #fff);
}
[data-mantine-color-scheme="light"] .hub-public-floating-nav .hub-public-nav a.hub-public-nav--edit {
  background: transparent;
  color: color-mix(in srgb, var(--hub-accent) 85%, #0f172a);
  border-color: color-mix(in srgb, var(--hub-accent) 40%, #e2e8f0);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-card.hub-card--market {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-card.hub-card--market .hub-card-media::after {
  background: linear-gradient(
    180deg,
    transparent 30%,
    color-mix(in srgb, #fff 40%, transparent) 72%,
    color-mix(in srgb, #fff 92%, #e2e8f0) 100%
  );
  opacity: 0.55;
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-card.hub-card--market .hub-card-body--market {
  background: linear-gradient(180deg, transparent 0%, rgba(248, 250, 252, 0.88) 100%);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-product-detail-panel {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-color: #e2e8f0;
  outline-color: color-mix(in srgb, var(--hub-accent) 32%, #cbd5e1);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.07);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-product-about-card {
  background: #f1f5f9;
  border-color: #e2e8f0;
  box-shadow: none;
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-product-buyer-card {
  background: linear-gradient(
    160deg,
    color-mix(in srgb, var(--hub-accent) 8%, #f8fafc) 0%,
    #f1f5f9 100%
  );
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
[data-mantine-color-scheme="light"] .hub-public-profile-root .hub-product-buyer-list li {
  color: #334155;
}
[data-mantine-color-scheme="light"] .hub-main--public .hub-card-delivery-stack {
  border-color: color-mix(in srgb, var(--hub-accent) 22%, #e2e8f0);
  background: linear-gradient(160deg, color-mix(in srgb, var(--hub-accent) 6%, #fff) 0%, #f8fafc 100%);
  box-shadow: none;
}
[data-mantine-color-scheme="light"] .hub-main--public .hub-card-delivery-pill {
  color: #1e293b;
  border-color: color-mix(in srgb, var(--hub-accent) 35%, #e2e8f0);
  background: color-mix(in srgb, var(--hub-accent) 12%, #f1f5f9);
}
[data-mantine-color-scheme="light"] .hub-main--public .hub-card-receive-list {
  color: #475569;
}
[data-mantine-color-scheme="light"] .hub-main--public .hub-card-foot-faq {
  color: #64748b;
  border-color: #e2e8f0;
  background: #f8fafc;
}
[data-mantine-color-scheme="light"] .hub-main--public .hub-btn--checkout {
  border-color: color-mix(in srgb, var(--hub-accent) 45%, #cbd5e1);
  box-shadow:
    0 4px 0 0 color-mix(in srgb, var(--hub-accent) 48%, #3730a3),
    0 12px 32px color-mix(in srgb, var(--hub-accent) 22%, rgba(15, 23, 42, 0.12)),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}
[data-mantine-color-scheme="light"] .hub-main--public .hub-btn--checkout .hub-btn-checkout-hint {
  color: color-mix(in srgb, #0f172a 75%, var(--hub-accent));
}

/* SellAuth checkout overlay (shared with /upgrade flow) */
.sellauth-overlay--root { display: none; position: fixed; z-index: 2147483647; inset: 0; background: linear-gradient(180deg, rgba(15,15,28,0.98) 0%, rgba(20,20,35,0.98) 100%); backdrop-filter: blur(12px); flex-direction: column; }
.sellauth-overlay--root .sellauth-overlay__header { position: relative; flex: 0 0 auto; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.45rem 0.875rem; background: linear-gradient(180deg, rgba(30,30,50,0.6) 0%, rgba(18,18,28,0.85) 100%); border-bottom: 1px solid rgba(255,255,255,0.07); box-shadow: 0 1px 0 0 rgba(0,0,0,0.2); flex-wrap: wrap; }
.sellauth-overlay--root .sellauth-overlay__header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(168,85,247,0.25), transparent); opacity: 0.6; pointer-events: none; }
.sellauth-overlay__back { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.9); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; padding: 0.4rem 0.75rem; font-size: 0.8125rem; font-weight: 500; cursor: pointer; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.sellauth-overlay__back:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.18); color: #fff; }
.sellauth-overlay__custom-id { display: flex; align-items: center; gap: 0.5rem; min-width: 0; }
.sellauth-overlay__label { flex-shrink: 0; font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.sellauth-overlay__required { color: #f87171; font-weight: 700; }
.sellauth-overlay__input { width: 10rem; max-width: 200px; padding: 0.35rem 0.6rem; font-size: 0.75rem; font-family: ui-monospace, 'SF Mono', Monaco, monospace; letter-spacing: 0.02em; border-radius: 6px; background: rgba(24,24,32,0.9); border: 1px solid rgba(255,255,255,0.08); color: #e2e8f0; transition: border-color 0.2s, box-shadow 0.2s; }
.sellauth-overlay__input:focus { outline: none; border-color: rgba(168,85,247,0.4); box-shadow: 0 0 0 2px rgba(168,85,247,0.15); }
.sellauth-overlay__copy { flex-shrink: 0; padding: 0.35rem 0.6rem; font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; border-radius: 6px; background: linear-gradient(135deg, rgba(168,85,247,0.25) 0%, rgba(99,102,241,0.2) 100%); color: #c4b5fd; border: 1px solid rgba(168,85,247,0.35); cursor: pointer; transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s; }
.sellauth-overlay__copy:hover { background: linear-gradient(135deg, rgba(168,85,247,0.35) 0%, rgba(99,102,241,0.3) 100%); border-color: rgba(168,85,247,0.5); color: #e9d5ff; transform: translateY(-1px); }
.sellauth-overlay__copy:active { transform: translateY(0); }
.sellauth-overlay__iframe-wrap { flex: 1 1 auto; min-height: 0; width: 100%; display: flex; align-items: center; justify-content: center; }

/* SellAuth buyer trust — styles in hub_sellauth_trust.php (inline) */

.hub-form-clone--market { margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid rgba(255,255,255,0.06); }
.hub-form-clone--market .hub-field--inline { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 0.5rem; }
.hub-form-clone--market .hub-select { min-width: 12rem; }
