
/* v1.1.1631 visual Marketplace listing experience */
.vtpListingHero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:24px;align-items:start}.vtpListingGallery,.vtpListingSummary,.vtpListingSection{background:rgba(255,255,255,.94);border:1px solid rgba(96,63,111,.12);border-radius:30px;box-shadow:0 18px 50px rgba(111,73,128,.11);padding:18px}.vtpListingMain{display:grid;place-items:center;aspect-ratio:4/3;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#ffe5f0,#e7edff);font-size:64px;color:#b578c7}.vtpListingMain img{width:100%;height:100%;object-fit:cover}.vtpListingThumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.vtpListingThumb{width:76px;height:62px;padding:0;border:3px solid transparent;border-radius:15px;overflow:hidden;background:#f8eef9;cursor:pointer}.vtpListingThumb.isActive{border-color:#e7659a}.vtpListingThumb img{width:100%;height:100%;object-fit:cover}.vtpListingSummary h1{font-size:clamp(34px,6vw,58px);letter-spacing:-.055em;line-height:.98;margin:10px 0}.vtpCreatorLink{display:inline-flex;margin-bottom:12px;color:#8c5b9d;font-weight:900;text-decoration:none}.vtpAvailability{display:inline-flex;padding:7px 11px;border-radius:999px;font-weight:950;font-size:12px;background:#e9fff5;color:#237a5d}.vtpAvailability.is-waitlist{background:#fff5d9;color:#916514}.vtpAvailability.is-closed{background:#f5eef6;color:#816d87}.vtpListingSummary p{white-space:pre-wrap;line-height:1.7;color:#6d5874}.vtpListingFacts{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:15px 0;border-top:1px solid rgba(96,63,111,.1);border-bottom:1px solid rgba(96,63,111,.1)}.vtpListingFacts strong{font-size:22px;color:#3e2848}.vtpListingFacts span{color:#7f6986;font-weight:800}.vtpListingActions{display:flex;gap:10px;margin-top:16px}.vtpListingActions form{margin:0}.vtpListingSection{margin-top:22px}.vtpListingSection h2{margin:0 0 16px;font-size:28px}.vtpPortfolioGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.vtpPortfolioGrid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px}.vtpListingBlank{display:grid;place-items:center;min-height:120px;color:#b578c7}.vtpMarketplaceCard a.vtpListingCardLink{display:block;color:inherit;text-decoration:none}.vtpMarketplaceCard .vtpAvailability{margin:8px 0 0}@media(max-width:820px){.vtpListingHero{grid-template-columns:1fr}.vtpListingSummary{padding:20px}.vtpPortfolioGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.vtpListingGallery,.vtpListingSummary,.vtpListingSection{border-radius:22px;padding:13px}.vtpListingActions{position:sticky;bottom:8px;padding:8px;background:rgba(255,255,255,.92);border-radius:18px;backdrop-filter:blur(14px)}.vtpPortfolioGrid{grid-template-columns:1fr 1fr}}

/* v1.1.1634 — current Home item in the shared Home Feed bobblehead menu */
.vtpHomeBobbleMenu .vtpMobileNavCurrent {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  color: #796b82;
  font-weight: 850;
  background: rgba(239, 232, 245, 0.72);
  cursor: default;
  user-select: none;
}
