:root {
  color-scheme: light;
  --vtp-ink: #281532;
  --vtp-ink-soft: #604967;
  --vtp-muted: #7b687f;
  --vtp-pink: #e7659a;
  --vtp-pink-deep: #bd4779;
  --vtp-lilac: #aa84ea;
  --vtp-blue: #8ebcf6;
  --vtp-mint: #9bddc8;
  --vtp-page: #fff7fb;
  --vtp-card: rgba(255,255,255,.94);
  --vtp-line: rgba(91,53,105,.13);
  --vtp-shadow: 0 18px 52px rgba(119,72,133,.11);
}

html, body { min-height: 100%; background: var(--vtp-page) !important; color: var(--vtp-ink) !important; }
body { overflow-x: clip; }
.psWrap { display: block !important; min-height: 100vh; background: var(--vtp-page) !important; }
.psSide, .psTopbar, .psMobileBar, .psMobileDrawer, .psMobileOverlay, .psFooter { display: none !important; }
.psMain { display: block !important; min-height: 100vh; width: 100% !important; max-width: none !important; overflow: visible !important; }
.psContent { padding: 0 !important; width: 100% !important; max-width: none !important; min-height: 100vh; background: var(--vtp-page) !important; overflow: visible !important; }
.psContent > * { max-width: none; }

.vtpClientSurface, .vtpClientSurface * { box-sizing: border-box; }
.vtpClientSurface {
  width: min(1660px, calc(100vw - 24px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 20px clamp(14px, 2vw, 26px) 72px;
  color: var(--vtp-ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(231,101,154,.15), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(142,188,246,.18), transparent 30%),
    linear-gradient(180deg, #fff9fc 0%, #fff4fa 46%, #f7f1ff 100%);
}

.vtpClientHeader {
  position: sticky;
  top: 10px;
  z-index: 5200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(244,127,168,.48);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,250,253,.98), rgba(255,220,234,.94) 44%, rgba(207,224,255,.94));
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 48px rgba(181,205,255,.24);
  overflow: visible;
}

/* v1.1.1641 shared desktop bobblehead navigation */
.vtpClientBobbleMenu { position: relative; z-index: 5300; margin-left: auto; overflow: visible; }
.vtpClientBobbleMenu summary { list-style: none; cursor: pointer; }
.vtpClientBobbleMenu summary::-webkit-details-marker { display: none; }
.vtpClientBobbleMenu .vtpMobileMenuBtn { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 6px 12px 6px 6px; border: 1px solid rgba(254,171,197,.4); border-radius: 999px; color: #281532; background: linear-gradient(135deg,rgba(255,250,253,.96),rgba(247,183,204,.82) 52%,rgba(188,213,255,.84)); box-shadow: 0 14px 32px rgba(181,205,255,.2); font-weight: 950; white-space: nowrap; }
.vtpClientBobbleMenu .vtpBobble { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 999px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg,#ffd4e1,#dae8ff); border: 2px solid rgba(255,255,255,.9); }
.vtpClientBobbleMenu .vtpBobble img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vtpClientBobbleMenu .vtpBobbleFallback { font-weight: 1000; }
.vtpClientBobbleMenu .vtpMobileMenuLabel { font-size: 15px; line-height: 1; }
.vtpClientNavOverlay { position: absolute; top: calc(100% + 12px); right: 0; left: auto; width: min(300px,calc(100vw - 40px)); z-index: 6000; display: grid; gap: 10px; padding: 12px; border: 1px solid rgba(247,183,204,.42); border-radius: 24px; background: linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,239,247,.98)); box-shadow: 0 26px 68px rgba(181,205,255,.36); }
.vtpClientNavOverlay a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; color: #251733; background: rgba(255,255,255,.84); font-size: 17px; font-weight: 950; text-decoration: none; }
.vtpClientNavOverlay a:hover { background: linear-gradient(135deg,rgba(255,229,240,.96),rgba(232,237,255,.96)); }
.vtpClientBobbleMenu[open] .vtpMobileMenuBtn { transform: translateY(-1px); box-shadow: 0 16px 38px rgba(247,183,204,.34); }
.vtpClientBobbleMenu[open] .vtpClientNavOverlay { animation: vtpClientMenuIn .14s ease-out both; }
@keyframes vtpClientMenuIn { from { opacity: 0; transform: translateY(-6px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.vtpClientBrand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; color: var(--vtp-ink); text-decoration: none; }
.vtpClientBrandMark {
  width: 42px; height: 42px; flex: 0 0 42px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, #ffbdd4, #c9b6ff 58%, #a8d8ff);
  box-shadow: 0 10px 24px rgba(170,132,234,.2), inset 0 1px 0 rgba(255,255,255,.8);
  color: #fff; font-size: 20px; font-weight: 1000;
}
.vtpClientBrandText { min-width: 0; }
.vtpClientBrandName { display: block; font-size: 15px; font-weight: 1000; letter-spacing: -.03em; line-height: 1.05; }
.vtpClientBrandSub { display: block; margin-top: 3px; color: var(--vtp-muted); font-size: 11px; font-weight: 800; }
.vtpClientNav { display: flex; align-items: center; justify-content: flex-end; gap: 7px; min-width: 0; }
.vtpClientNav a {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; padding: 9px 13px;
  border-radius: 999px; color: var(--vtp-ink-soft); font-size: 13px; font-weight: 900; text-decoration: none; white-space: nowrap;
}
.vtpClientNav a:hover { background: rgba(231,101,154,.1); color: var(--vtp-ink); }
.vtpClientNav a.isActive { background: linear-gradient(135deg, rgba(255,205,223,.82), rgba(221,211,255,.86)); color: var(--vtp-ink); box-shadow: inset 0 0 0 1px rgba(231,101,154,.18); }
.vtpClientNav a.isPrimary { color: #fff; background: linear-gradient(135deg, var(--vtp-pink), var(--vtp-lilac)); box-shadow: 0 10px 24px rgba(201,85,145,.22); }

.vtpClientMain { width: 100%; margin: 0 auto; padding: clamp(22px, 4vw, 44px) 0 80px; }
.vtpClientMain.isNarrow { width: min(920px, 100%); }
.vtpClientBack { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 16px; color: #8d5fa0; font-weight: 950; text-decoration: none; }
.vtpClientBack:hover { color: var(--vtp-pink-deep); }
.vtpClientEyebrow { color: var(--vtp-pink-deep); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 1000; }
.vtpClientTitle { margin: 7px 0 0; color: var(--vtp-ink); font-size: clamp(34px, 6vw, 68px); line-height: .98; letter-spacing: -.065em; font-weight: 1000; }
.vtpClientTitle.isSmall { font-size: clamp(31px, 5vw, 52px); }
.vtpClientCopy { margin: 12px 0 0; color: var(--vtp-muted); font-size: clamp(15px, 2vw, 18px); line-height: 1.65; max-width: 760px; }

.vtpClientHero {
  position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(260px,.7fr); gap: 24px; align-items: end;
  padding: clamp(24px, 5vw, 52px); border: 1px solid rgba(231,101,154,.2); border-radius: clamp(28px, 5vw, 46px);
  background: linear-gradient(135deg, rgba(255,239,247,.96), rgba(239,232,255,.96) 56%, rgba(226,244,255,.96));
  box-shadow: var(--vtp-shadow);
}
.vtpClientHero::after { content: ""; position: absolute; width: 230px; height: 230px; right: -70px; top: -80px; border-radius: 50%; background: rgba(255,255,255,.42); }
.vtpClientHeroArt { display: grid; place-items: end center; min-height: 180px; position: relative; z-index: 1; }
.vtpClientHeroBubble { width: min(100%, 300px); aspect-ratio: 1.3; border-radius: 42% 58% 52% 48% / 46% 42% 58% 54%; background: linear-gradient(135deg, rgba(255,255,255,.75), rgba(255,196,222,.74), rgba(179,210,255,.78)); display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 20px 44px rgba(147,96,164,.14); }
.vtpClientHeroBubble svg { width: 72px; height: 72px; color: #8f619f; }
.vtpClientHeroActions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }

.vtpButton { appearance: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 11px 17px; border-radius: 16px; font: inherit; font-weight: 950; text-decoration: none; }
.vtpButton.primary { color: #fff; background: linear-gradient(135deg, var(--vtp-pink), var(--vtp-lilac)); box-shadow: 0 12px 26px rgba(201,85,145,.2); }
.vtpButton.secondary { color: var(--vtp-ink); background: rgba(255,255,255,.86); border: 1px solid var(--vtp-line); }
.vtpButton.soft { color: #815692; background: #f2eafb; }
.vtpButton.danger { color: #ad3c68; background: #fff0f5; }
.vtpButton:hover { transform: translateY(-1px); }

.vtpSectionHead { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 34px 0 16px; }
.vtpSectionHead h2 { margin: 0; font-size: clamp(25px, 4vw, 36px); letter-spacing: -.05em; color: var(--vtp-ink); }
.vtpSectionHead p { margin: 5px 0 0; color: var(--vtp-muted); }

.vtpStudioGrid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.vtpStudioCard {
  min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 22px; border-radius: 30px;
  border: 1px solid var(--vtp-line); background: var(--vtp-card); box-shadow: 0 14px 36px rgba(96,58,111,.08); color: var(--vtp-ink); text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}
.vtpStudioCard:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(96,58,111,.13); }
.vtpStudioCard.tonePink { background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,229,240,.92)); }
.vtpStudioCard.tonePurple { background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,229,255,.94)); }
.vtpStudioCard.toneBlue { background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(227,243,255,.95)); }
.vtpStudioCardTop { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.vtpStudioIcon { width: 58px; height: 58px; border-radius: 21px; display: grid; place-items: center; background: rgba(255,255,255,.75); box-shadow: inset 0 0 0 1px rgba(91,53,105,.08); color: #8c5d9d; }
.vtpStudioIcon svg { width: 29px; height: 29px; }
.vtpStudioArrow { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.7); color: #956ba3; font-size: 24px; }
.vtpStudioCard h3 { margin: 0; font-size: 23px; letter-spacing: -.045em; }
.vtpStudioCard p { margin: 7px 0 0; color: var(--vtp-muted); line-height: 1.55; }

.vtpPanel { padding: clamp(19px, 4vw, 30px); border: 1px solid var(--vtp-line); border-radius: 30px; background: var(--vtp-card); box-shadow: 0 14px 38px rgba(96,58,111,.08); }
.vtpPanel + .vtpPanel { margin-top: 16px; }
.vtpForm { display: grid; gap: 15px; }
.vtpField { display: grid; gap: 7px; color: var(--vtp-ink); font-weight: 900; }
.vtpField span { font-size: 13px; }
.vtpInput, .vtpSelect, .vtpTextarea {
  width: 100%; min-width: 0; border: 1px solid rgba(111,77,130,.17); border-radius: 16px; background: rgba(255,255,255,.95); color: var(--vtp-ink);
  padding: 13px 14px; font: inherit; outline: none; box-shadow: inset 0 1px 2px rgba(91,53,105,.03);
}
.vtpTextarea { resize: vertical; line-height: 1.55; }
.vtpInput:focus, .vtpSelect:focus, .vtpTextarea:focus { border-color: rgba(231,101,154,.58); box-shadow: 0 0 0 4px rgba(231,101,154,.1); }
.vtpFieldGrid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.vtpCheck { display: flex; align-items: center; gap: 10px; padding: 13px 14px; border-radius: 16px; background: #fbf6ff; color: var(--vtp-ink); font-weight: 900; }
.vtpCheck input { width: 20px; height: 20px; accent-color: var(--vtp-pink); }
.vtpStatus { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; }
.vtpStatus.published { color: #2b785f; background: #e7f8f1; }
.vtpStatus.draft { color: #8a6470; background: #f8edf3; }
.vtpEmpty { padding: 28px; border: 1px dashed rgba(111,77,130,.22); border-radius: 24px; color: var(--vtp-muted); text-align: center; background: rgba(255,255,255,.6); }

.vtpMarketplaceHero { align-items: center; }
.vtpMarketplaceSearch { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; margin-top: 20px; padding: 7px; border-radius: 20px; background: rgba(255,255,255,.84); border: 1px solid rgba(111,77,130,.11); box-shadow: 0 12px 28px rgba(96,58,111,.08); }
.vtpMarketplaceSearch input { min-width: 0; border: 0; background: transparent; color: var(--vtp-ink); padding: 10px 12px; font: inherit; outline: 0; }
.vtpMarketplaceSearch button { min-width: 48px; border: 0; border-radius: 14px; background: linear-gradient(135deg, var(--vtp-pink), var(--vtp-lilac)); color: #fff; cursor: pointer; }
.vtpMarketplaceSearch button svg { width: 21px; height: 21px; }
.vtpFilterRow { display: flex; gap: 9px; overflow-x: auto; padding: 16px 2px 5px; scrollbar-width: none; }
.vtpFilterRow::-webkit-scrollbar { display: none; }
.vtpFilterChip { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 9px 14px; border-radius: 999px; border: 1px solid var(--vtp-line); background: rgba(255,255,255,.82); color: var(--vtp-ink-soft); font-size: 13px; font-weight: 950; text-decoration: none; }
.vtpFilterChip.isActive { color: #fff; background: linear-gradient(135deg, var(--vtp-pink), var(--vtp-lilac)); border-color: transparent; }
.vtpMarketplaceLayout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 22px; align-items: start; margin-top: 18px; }
.vtpMarketplaceSidebar { position: sticky; top: 86px; display: grid; gap: 8px; padding: 18px; border-radius: 25px; border: 1px solid var(--vtp-line); background: rgba(255,255,255,.76); }
.vtpMarketplaceSidebar strong { margin-bottom: 5px; font-size: 13px; color: var(--vtp-muted); text-transform: uppercase; letter-spacing: .11em; }
.vtpMarketplaceSidebar a { padding: 10px 11px; border-radius: 13px; color: var(--vtp-ink-soft); font-weight: 900; text-decoration: none; }
.vtpMarketplaceSidebar a:hover, .vtpMarketplaceSidebar a.isActive { background: #f5ecfb; color: var(--vtp-ink); }
.vtpMarketplaceGrid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.vtpMarketCard { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--vtp-line); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: 0 13px 32px rgba(96,58,111,.08); color: var(--vtp-ink); }
.vtpMarketThumb { position: relative; width: 100%; aspect-ratio: 4/3; overflow: hidden; background: linear-gradient(135deg,#ffe4ef,#e5e1ff 58%,#dff3ff); }
.vtpMarketThumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vtpMarketThumbFallback { width: 100%; height: 100%; display: grid; place-items: center; color: #966ca5; }
.vtpMarketThumbFallback svg { width: 52px; height: 52px; }
.vtpMarketType { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; min-height: 30px; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.91); color: var(--vtp-ink); font-size: 10px; font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; box-shadow: 0 6px 18px rgba(91,53,105,.1); }
.vtpMarketBody { display: flex; flex-direction: column; flex: 1; gap: 10px; padding: 15px; }
.vtpMarketCreator { display: flex; align-items: center; gap: 9px; color: #8a619a; font-size: 12px; font-weight: 950; text-decoration: none; }
.vtpMarketCreatorDot { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg,#ffc5da,#d7c8ff); color: #fff; font-weight: 1000; }
.vtpMarketCard h3 { margin: 0; font-size: 18px; line-height: 1.2; letter-spacing: -.035em; }
.vtpMarketCard p { margin: 0; color: var(--vtp-muted); font-size: 13px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.vtpMarketMeta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 5px; }
.vtpMarketPrice { font-weight: 1000; color: var(--vtp-ink); }
.vtpMarketOpen { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 12px; border-radius: 13px; color: #fff; background: linear-gradient(135deg,var(--vtp-pink),var(--vtp-lilac)); font-size: 12px; font-weight: 1000; text-decoration: none; }
.vtpResultSummary { color: var(--vtp-muted); font-size: 13px; font-weight: 800; }

.vtpManageGrid { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: 18px; align-items: start; }
.vtpManageSticky { position: sticky; top: 86px; }
.vtpEditList { display: grid; gap: 14px; }
.vtpEditCard { padding: 18px; border-radius: 26px; border: 1px solid var(--vtp-line); background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(96,58,111,.07); }
.vtpEditCardHead { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.vtpEditCardHead strong { font-size: 18px; }
.vtpFormActions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 2px; }

.vtpPageGrid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.vtpPublicPlaceHeader { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; border-radius: 26px; border: 1px solid var(--vtp-line); background: rgba(255,255,255,.84); box-shadow: 0 14px 34px rgba(96,58,111,.07); }
.vtpPublicPlaceIdentity { display: flex; align-items: center; gap: 11px; min-width: 0; }
.vtpPublicPlaceAvatar { width: 46px; height: 46px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg,#ffbfd6,#cfc1ff,#b5dcff); color: #fff; font-weight: 1000; font-size: 18px; }
.vtpPublicPlaceIdentity strong { display: block; font-size: 17px; }
.vtpPublicPlaceIdentity span { display: block; color: var(--vtp-muted); font-size: 12px; }
.vtpPublicPlaceNav { display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
.vtpPublicPlaceNav a { padding: 8px 11px; border-radius: 999px; color: #815b91; background: #f7effb; font-size: 12px; font-weight: 900; text-decoration: none; }
.vtpPublicArticle { margin-top: 18px; padding: clamp(26px, 7vw, 62px); border: 1px solid var(--vtp-line); border-radius: 36px; background: rgba(255,255,255,.96); box-shadow: var(--vtp-shadow); }
.vtpPublicArticle h1 { margin: 0; font-size: clamp(35px,7vw,66px); line-height: 1; letter-spacing: -.065em; }
.vtpPublicArticleBody { margin-top: 24px; white-space: pre-wrap; color: #4f3c56; font-size: clamp(17px,2.2vw,20px); line-height: 1.85; }

.vtpCompanionLayout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 18px; align-items: start; }
.vtpCompanionPreview { position: sticky; top: 86px; min-height: 390px; display: grid; place-items: center; text-align: center; padding: 24px; border-radius: 32px; background: linear-gradient(145deg,#ffeaf3,#eee6ff 55%,#e7f5ff); border: 1px solid var(--vtp-line); box-shadow: var(--vtp-shadow); }
.vtpCompanionOrb { width: 150px; height: 150px; border-radius: 42% 58% 52% 48% / 46% 42% 58% 54%; display: grid; place-items: center; background: rgba(255,255,255,.72); color: #8b5d9b; box-shadow: 0 18px 42px rgba(119,72,133,.14); }
.vtpCompanionOrb svg { width: 76px; height: 76px; }
.vtpSavedNotice { margin-bottom: 14px; padding: 12px 14px; border-radius: 16px; color: #2c725e; background: #e8f9f2; font-weight: 900; }

@media (max-width: 1040px) {
  .vtpMarketplaceGrid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vtpMarketplaceLayout { grid-template-columns: 190px minmax(0,1fr); }
}
@media (max-width: 780px) {
  .vtpClientSurface { width: 100%; padding: 14px 14px 52px; }
  .vtpClientHeader { align-items: center; flex-direction: row; gap: 9px; padding: 11px 14px; top: 8px; }
  .vtpClientBrandMark { width: 38px; height: 38px; flex-basis: 38px; border-radius: 14px; }
  .vtpClientNav { width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .vtpClientNav::-webkit-scrollbar { display: none; }
  .vtpClientNav a { min-height: 38px; padding: 8px 11px; font-size: 12px; }
  .vtpClientMain, .vtpClientMain.isNarrow { width: min(100% - 20px, 1240px); padding-top: 18px; }
  .vtpClientHero { grid-template-columns: 1fr; padding: 24px; border-radius: 30px; }
  .vtpClientHeroArt { display: none; }
  .vtpStudioGrid, .vtpPageGrid, .vtpManageGrid, .vtpCompanionLayout { grid-template-columns: 1fr; }
  .vtpStudioCard { min-height: 165px; }
  .vtpMarketplaceLayout { grid-template-columns: 1fr; }
  .vtpMarketplaceSidebar { position: static; display: flex; overflow-x: auto; padding: 10px; scrollbar-width: none; }
  .vtpMarketplaceSidebar strong { display: none; }
  .vtpMarketplaceSidebar a { flex: 0 0 auto; white-space: nowrap; }
  .vtpMarketplaceGrid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
  .vtpManageSticky, .vtpCompanionPreview { position: static; }
  .vtpCompanionPreview { min-height: 270px; }
}
@media (max-width: 520px) {
  .vtpClientBrandSub { display: none; }
  .vtpClientNav a { padding-inline: 10px; }
  .vtpClientTitle { font-size: 39px; }
  .vtpClientTitle.isSmall { font-size: 34px; }
  .vtpClientCopy { font-size: 15px; }
  .vtpClientHero { padding: 21px; }
  .vtpStudioGrid, .vtpMarketplaceGrid { grid-template-columns: 1fr; }
  .vtpStudioCard { min-height: 150px; border-radius: 25px; }
  .vtpFieldGrid { grid-template-columns: 1fr; }
  .vtpPanel, .vtpEditCard { border-radius: 24px; padding: 16px; }
  .vtpMarketplaceSearch { grid-template-columns: minmax(0,1fr) 46px; }
  .vtpPublicPlaceHeader { align-items: flex-start; flex-direction: column; }
  .vtpPublicPlaceNav { justify-content: flex-start; }
  .vtpPublicArticle { border-radius: 28px; }
}

/* v1.1.1629: reuse the Home Feed bobblehead navigation instead of a separate nav bar. */
.vtpClientHeader { align-items: center; flex-direction: row; }
.vtpClientBobbleMenu { position: relative; margin-left: auto; }
.vtpClientBobbleMenu .vtpMobileMenuBtn { min-width: 56px; min-height: 56px; padding: 6px; border-radius: 22px; }
.vtpClientBobbleMenu .vtpMobileMenuLabel { display: none; }
.vtpClientNavOverlay { right: 0; left: auto; top: calc(100% + 10px); width: min(320px, calc(100vw - 28px)); z-index: 1000; }
.vtpClientNavOverlay a { font-size: 15px; }
.vtpMarketplaceOwnerDock {
  position: fixed; z-index: 120; left: 50%; bottom: max(12px, env(safe-area-inset-bottom)); transform: translateX(-50%);
  width: min(640px, calc(100% - 20px)); display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px;
  padding: 8px; border: 1px solid rgba(231,101,154,.25); border-radius: 26px;
  background: rgba(255,249,253,.94); backdrop-filter: blur(22px); box-shadow: 0 18px 52px rgba(92,53,106,.2);
}
.vtpMarketplaceOwnerDock a { min-width: 0; min-height: 60px; display: grid; place-items: center; align-content: center; gap: 4px; border-radius: 19px; color: var(--vtp-ink-soft); text-decoration: none; font-size: 11px; font-weight: 950; text-align: center; }
.vtpMarketplaceOwnerDock a:hover { background: linear-gradient(135deg,rgba(255,213,229,.8),rgba(226,217,255,.86)); color: var(--vtp-ink); }
.vtpMarketplaceOwnerDock svg { width: 23px; height: 23px; }
.vtpMarketplaceOwnerDock + * { margin-bottom: 90px; }
@media (min-width: 781px) {
  .vtpClientHeader { width: min(1240px, calc(100% - 28px)); margin: 14px auto 0; border: 1px solid rgba(231,101,154,.2); border-radius: 28px; }
  .vtpClientSurface { padding-top: 1px; }
}
@media (max-width: 780px) {
  .vtpClientHeader { position: sticky; top: 0; width: 100%; padding: 12px 14px; }
  .vtpClientBrandSub { display: block; }
  .vtpClientBobbleMenu .vtpMobileMenuBtn { min-width: 52px; min-height: 52px; }
  .vtpClientNavOverlay { position: fixed; top: 82px; right: 14px; left: 14px; width: auto; }
}
@media (max-width: 420px) {
  .vtpClientBrandSub { display: none; }
  .vtpMarketplaceOwnerDock a { font-size: 10px; }
}

/* v1.1.1642: canonical Home Feed-width shell and banner on every platform page. */
.vtpClientSurface {
  width: min(1660px, calc(100vw - 24px)) !important;
  max-width: 1660px !important;
  margin: 0 auto !important;
  padding: 8px 12px 72px !important;
}
.vtpClientSharedDock {
  width: 100% !important;
  min-height: 118px;
  padding: 20px 24px !important;
  border-radius: 34px !important;
  overflow: visible !important;
}
.vtpClientSharedDock .vtpClientBrand { color: #281532; text-decoration: none; }
.vtpClientSharedTitle { display:block; color:#281532; font-weight:950; line-height:1.1; }
.vtpClientMain,
.vtpClientMain.isNarrow {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 22px 0 80px !important;
}
.vtpClientBobbleMenu { position:relative !important; z-index:7000 !important; margin-left:auto !important; overflow:visible !important; }
.vtpClientBobbleMenu .vtpClientNavOverlay {
  position:absolute !important;
  top:calc(100% + 12px) !important;
  right:0 !important;
  left:auto !important;
  width:min(300px, calc(100vw - 40px)) !important;
  display:grid !important;
  gap:10px !important;
  padding:12px !important;
  border-radius:24px !important;
  border:1px solid rgba(247,183,204,.42) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,239,247,.98)) !important;
  box-shadow:0 26px 68px rgba(181,205,255,.36) !important;
  z-index:7100 !important;
}
.vtpClientBobbleMenu:not([open]) .vtpClientNavOverlay { display:none !important; }
.vtpClientBobbleMenu[open] .vtpClientNavOverlay { display:grid !important; }
.vtpClientBobbleMenu .vtpClientNavOverlay a {
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  padding:13px 15px !important;
  border-radius:18px !important;
  color:#251733 !important;
  background:rgba(255,255,255,.9) !important;
  border:1px solid rgba(255,255,255,.95) !important;
  font-size:17px !important;
  font-weight:950 !important;
  text-decoration:none !important;
}
@media (max-width: 860px) {
  .vtpClientSurface { width:100% !important; padding:8px 10px 64px !important; }
  .vtpClientSharedDock { min-height:auto; padding:12px 14px !important; }
}

/* v1.1.1643: platform headers exactly match the Home Feed dock. */
.vtpClientSurface {
  width: min(1660px, calc(100vw - 24px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 20px clamp(14px, 2vw, 26px) 72px !important;
}
.vtpClientSharedDock {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border-radius: 34px !important;
}
.vtpClientMain,
.vtpClientMain.isNarrow {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
@media (min-width: 781px) {
  .vtpClientHeader { width: 100% !important; margin: 0 !important; }
}
@media (max-width: 780px) {
  .vtpClientSurface { width: 100% !important; padding: 14px 14px 52px !important; }
  .vtpClientSharedDock { padding: 11px 14px !important; }
}

/* v1.1.1646 — one immutable visual scale for every VTuber Places platform surface. */
.vtpClientSurface,
.vtpHomeShell {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.vtpClientSurface .vtpClientSharedDock {
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: 76px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  gap: 14px !important;
  border-radius: 34px !important;
}
.vtpClientSurface .vtpLogoLockup,
.vtpHomeShell .vtpTopDock .vtpLogoLockup {
  gap: 12px !important;
}
.vtpClientSurface .vtpLogoOrb,
.vtpHomeShell .vtpTopDock .vtpLogoOrb {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  border-radius: 999px !important;
  font-size: 21px !important;
}
.vtpClientSurface .vtpKicker,
.vtpHomeShell .vtpTopDock .vtpKicker {
  font-size: 11px !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  font-weight: 950 !important;
}
.vtpClientSurface .vtpClientSharedTitle,
.vtpHomeShell .vtpTopDock .vtpLogoLockup > div > div:last-child {
  margin-top: 0 !important;
  color: #281532 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  font-weight: 950 !important;
}
.vtpClientSurface .vtpClientBobbleMenu .vtpMobileMenuBtn,
.vtpHomeShell .vtpHomeBobbleMenuDesktop .vtpMobileMenuBtn {
  min-height: 52px !important;
  padding: 6px 12px 6px 6px !important;
  gap: 10px !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1 !important;
}
.vtpClientSurface .vtpClientBobbleMenu .vtpBobble,
.vtpHomeShell .vtpHomeBobbleMenuDesktop .vtpBobble {
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px !important;
}
.vtpClientSurface .vtpClientMain {
  font-family: inherit !important;
  font-size: 16px !important;
}
.vtpClientSurface button,
.vtpClientSurface input,
.vtpClientSurface select,
.vtpClientSurface textarea,
.vtpClientSurface a {
  font-family: inherit;
}
@media (max-width: 780px) {
  .vtpClientSurface .vtpClientSharedDock { min-height: 70px !important; padding: 11px 14px !important; }
  .vtpClientSurface .vtpLogoOrb { width: 44px !important; height: 44px !important; flex-basis: 44px !important; }
  .vtpClientSurface .vtpClientSharedTitle { font-size: 15px !important; }
}

/* v1.1.1647: exact mobile header parity with the Home Feed. */
@media (max-width: 780px) {
  .vtpClientSurface { padding:22px 14px 52px !important; }
  .vtpClientSurface .vtpClientSharedDock {
    width:100% !important;
    min-height:76px !important;
    margin:0 !important;
    padding:12px 14px !important;
    gap:12px !important;
    border-radius:30px !important;
  }
  .vtpClientSurface .vtpLogoLockup { gap:10px !important; }
  .vtpClientSurface .vtpLogoOrb {
    width:44px !important;
    height:44px !important;
    flex:0 0 44px !important;
    font-size:19px !important;
  }
  .vtpClientSurface .vtpKicker {
    font-size:11px !important;
    line-height:1.2 !important;
    font-weight:950 !important;
    letter-spacing:.18em !important;
  }
  .vtpClientSurface .vtpClientSharedTitle {
    font-size:18px !important;
    line-height:1.05 !important;
    font-weight:1000 !important;
    letter-spacing:-.01em !important;
  }
  .vtpClientSurface .vtpClientBobbleMenu .vtpMobileMenuBtn {
    min-width:52px !important;
    min-height:52px !important;
    padding:6px !important;
  }
  .vtpClientSurface .vtpClientBobbleMenu .vtpBobble {
    width:40px !important;
    height:40px !important;
    flex:0 0 40px !important;
  }
}


/* v1.1.1648 — shared header title typography; no surface-specific font cascade. */
.vtpPlatformHeaderTitle {
  display:block !important; margin:0 !important; color:#281532 !important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif !important;
  font-size:16px !important; line-height:1.1 !important; letter-spacing:0 !important;
  font-style:normal !important; font-weight:950 !important; font-variation-settings:normal !important;
  text-rendering:geometricPrecision; -webkit-font-smoothing:antialiased;
}
@media(max-width:780px){.vtpPlatformHeaderTitle{font-size:18px !important;line-height:1.05 !important;letter-spacing:-.01em !important;font-weight:1000 !important}}
@media(max-width:520px){.vtpPlatformHeaderTitle{font-size:18px !important}}
@media(max-width:390px){.vtpPlatformHeaderTitle{font-size:18px !important}}


/* v1.1.1649 — exact shared mobile title size across Home Feed and client surfaces. */
@media (max-width:780px) {
  .vtpPlatformHeaderTitle,
  .vtpClientSurface .vtpClientSharedTitle {
    font-size:18px !important;
    line-height:1.05 !important;
    font-weight:1000 !important;
    letter-spacing:-.01em !important;
  }
}
