.vtpCreatorMarketplaceSurface{
  min-height:100vh;
  padding:clamp(14px,2.5vw,30px) clamp(12px,2.5vw,30px) 110px;
  background:
    radial-gradient(circle at 8% 2%,rgba(245,94,161,.12),transparent 30%),
    radial-gradient(circle at 92% 7%,rgba(140,184,255,.16),transparent 32%),
    linear-gradient(180deg,#fffafd 0%,#faf5ff 100%);
}
.vtpCreatorMarketplaceSurface .vtpClientMain{max-width:1480px;padding:0}
.vtpCreatorStorefront,.vtpStorefrontPreview{
  --vtp-store-surface:#fff9fc;
  --vtp-store-soft:#ffe4f0;
  --vtp-store-soft-2:#dce9ff;
  --vtp-store-ink:#35223d;
  --vtp-store-muted:#725d79;
}
.vtpCreatorStorefront[data-theme="lavender"],.vtpStorefrontPreview[data-theme="lavender"]{
  --vtp-store-surface:#fbf9ff;--vtp-store-soft:#eadfff;--vtp-store-soft-2:#ffdff0;--vtp-store-ink:#322842;--vtp-store-muted:#71667f
}
.vtpCreatorStorefront[data-theme="ocean"],.vtpStorefrontPreview[data-theme="ocean"]{
  --vtp-store-surface:#f6fbff;--vtp-store-soft:#d8efff;--vtp-store-soft-2:#e4dcff;--vtp-store-ink:#1d3445;--vtp-store-muted:#5c7180
}
.vtpCreatorStorefront[data-theme="mint"],.vtpStorefrontPreview[data-theme="mint"]{
  --vtp-store-surface:#f7fffb;--vtp-store-soft:#d9f7ea;--vtp-store-soft-2:#fff0ce;--vtp-store-ink:#203a33;--vtp-store-muted:#5d756e
}
.vtpCreatorStorefront[data-theme="midnight"],.vtpStorefrontPreview[data-theme="midnight"]{
  --vtp-store-surface:#1f1928;--vtp-store-soft:#513963;--vtp-store-soft-2:#273f61;--vtp-store-ink:#fff9ff;--vtp-store-muted:#d9cde0
}
.vtpCreatorStorefront{
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--vtp-store-accent) 24%,transparent);
  border-radius:34px;
  background:var(--vtp-store-surface);
  color:var(--vtp-store-ink);
  box-shadow:0 28px 80px rgba(63,38,73,.15);
}
.vtpCreatorStorefrontHero{position:relative;background:var(--vtp-store-surface)}
.vtpCreatorStorefrontBanner{
  position:relative;
  height:clamp(250px,28vw,410px);
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 24%,rgba(255,255,255,.72),transparent 26%),
    radial-gradient(circle at 82% 22%,rgba(255,255,255,.48),transparent 26%),
    linear-gradient(125deg,var(--vtp-store-soft),var(--vtp-store-soft-2));
}
.vtpCreatorStorefrontBanner>img{width:100%;height:100%;display:block;object-fit:cover}
.vtpCreatorStorefrontBanner[data-position="top"]>img{object-position:center top}
.vtpCreatorStorefrontBanner[data-position="center"]>img{object-position:center center}
.vtpCreatorStorefrontBanner[data-position="bottom"]>img{object-position:center bottom}
.vtpCreatorStorefrontBannerShade{
  position:absolute;inset:auto 0 0;height:58%;
  background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--vtp-store-surface) 78%,transparent));
  pointer-events:none
}
.vtpCreatorStorefrontBannerMark{
  position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:14px;
  color:color-mix(in srgb,var(--vtp-store-ink) 50%,transparent);text-align:center
}
.vtpCreatorStorefrontBannerMark svg{width:54px;height:54px;stroke-width:1.5}
.vtpCreatorStorefrontBannerMark b{max-width:80%;font-size:clamp(24px,5vw,62px);letter-spacing:-.04em}
.vtpCreatorStorefrontIdentity{
  position:relative;z-index:2;
  display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:20px;
  margin-top:0;padding:22px clamp(20px,4vw,54px) 26px
}
.vtpCreatorStorefrontAvatar{
  width:142px;height:142px;display:grid;place-items:center;overflow:hidden;
  border:7px solid var(--vtp-store-surface);border-radius:34px;
  background:linear-gradient(135deg,var(--vtp-store-accent),var(--vtp-store-soft-2));
  color:var(--vtp-store-accent-text);font-size:50px;font-weight:950;text-decoration:none;
  box-shadow:0 18px 44px rgba(43,24,51,.2);margin-top:-92px
}
.vtpCreatorStorefrontAvatar img{width:100%;height:100%;display:block;object-fit:cover}
.vtpCreatorStorefrontTitle{min-width:0;padding-bottom:6px}
.vtpCreatorStorefrontTitleLine{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.vtpCreatorStorefrontTitle h1{margin:0;font-size:clamp(34px,5vw,62px);line-height:1;letter-spacing:-.045em;color:var(--vtp-store-ink);overflow-wrap:anywhere}
.vtpCreatorStorefrontTitle>a{display:inline-block;margin-top:8px;color:var(--vtp-store-accent);font-weight:900;text-decoration:none}
.vtpCreatorStorefrontTitle>p{max-width:760px;margin:10px 0 0;color:var(--vtp-store-muted);font-size:clamp(15px,1.7vw,20px);line-height:1.55}
.vtpCreatorStorefrontPrivate{padding:7px 11px;border-radius:999px;background:#fff1c8;color:#674700;font-size:12px;font-weight:950}
.vtpCreatorStorefrontNav{
  display:flex;align-items:center;gap:7px;overflow-x:auto;padding:0 clamp(20px,4vw,54px) 24px;
  scrollbar-width:none
}
.vtpCreatorStorefrontNav::-webkit-scrollbar{display:none}
.vtpCreatorStorefrontNav a{
  flex:0 0 auto;min-height:42px;display:inline-flex;align-items:center;justify-content:center;
  padding:9px 15px;border:1px solid color-mix(in srgb,var(--vtp-store-accent) 19%,transparent);
  border-radius:999px;background:color-mix(in srgb,var(--vtp-store-soft) 55%,var(--vtp-store-surface));
  color:var(--vtp-store-ink);font-size:13px;font-weight:900;text-decoration:none
}
.vtpCreatorStorefrontNav a:hover,.vtpCreatorStorefrontNav a:focus-visible,.vtpCreatorStorefrontNav a.isCustomize{
  border-color:var(--vtp-store-accent);background:var(--vtp-store-accent);color:var(--vtp-store-accent-text);outline:none
}
.vtpCreatorStorefrontOffers{padding:clamp(22px,4vw,54px);background:color-mix(in srgb,var(--vtp-store-surface) 93%,var(--vtp-store-soft))}
.vtpCreatorStorefrontSectionHead{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:22px}
.vtpCreatorStorefrontSectionHead span{color:var(--vtp-store-accent);font-size:12px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.vtpCreatorStorefrontSectionHead h2{margin:4px 0 0;color:var(--vtp-store-ink);font-size:clamp(30px,4vw,46px);letter-spacing:-.035em}
.vtpCreatorStorefrontSectionHead>p{margin:0;color:var(--vtp-store-muted);font-weight:850}
.vtpCreatorStorefront .vtpMarketplaceGrid{grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:18px}
.vtpCreatorStorefront .vtpMarketCard{max-width:none}
.vtpStorefrontEmpty{
  grid-column:1/-1;min-height:260px;display:grid;place-content:center;justify-items:center;gap:8px;
  padding:30px;border:1px dashed color-mix(in srgb,var(--vtp-store-accent) 34%,transparent);
  border-radius:26px;background:color-mix(in srgb,var(--vtp-store-soft) 48%,transparent);text-align:center
}
.vtpStorefrontEmpty>span{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:var(--vtp-store-accent);color:var(--vtp-store-accent-text)}
.vtpStorefrontEmpty svg{width:27px;height:27px}.vtpStorefrontEmpty h2,.vtpStorefrontEmpty p{margin:0}.vtpStorefrontEmpty p{color:var(--vtp-store-muted)}
.vtpStorefrontEmpty a{margin-top:8px;padding:10px 15px;border-radius:999px;background:var(--vtp-store-accent);color:var(--vtp-store-accent-text);font-weight:900;text-decoration:none}
.vtpCreatorStorefrontOwnerDock{grid-template-columns:repeat(5,minmax(88px,1fr));width:min(800px,calc(100vw - 24px))}
.vtpStorefrontSettingsHead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.vtpStorefrontDesigner{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(360px,1.18fr);gap:22px;align-items:start;margin-top:22px}
.vtpStorefrontPreview{
  position:sticky;top:18px;overflow:hidden;border:1px solid color-mix(in srgb,var(--vtp-store-accent) 24%,transparent);
  border-radius:25px;background:var(--vtp-store-surface);color:var(--vtp-store-ink);
  box-shadow:0 18px 45px rgba(60,38,71,.12)
}
.vtpStorefrontPreviewLabel{position:absolute;z-index:4;top:10px;right:10px;padding:6px 9px;border-radius:999px;background:rgba(31,21,38,.72);color:#fff;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vtpStorefrontPreviewBanner{position:relative;height:170px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(125deg,var(--vtp-store-soft),var(--vtp-store-soft-2))}
.vtpStorefrontPreviewBanner img{width:100%;height:100%;display:block;object-fit:cover}
.vtpStorefrontPreviewBanner[data-position="top"] img{object-position:center top}.vtpStorefrontPreviewBanner[data-position="center"] img{object-position:center}.vtpStorefrontPreviewBanner[data-position="bottom"] img{object-position:center bottom}
.vtpStorefrontPreviewBanner>span{color:color-mix(in srgb,var(--vtp-store-ink) 40%,transparent);font-weight:950}
.vtpStorefrontPreviewIdentity{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin-top:-28px;padding:0 18px;position:relative}
.vtpStorefrontPreviewAvatar{width:68px;height:68px;display:grid;place-items:center;overflow:hidden;border:4px solid var(--vtp-store-surface);border-radius:20px;background:var(--vtp-store-accent);color:var(--vtp-store-accent-text);font-weight:950}
.vtpStorefrontPreviewAvatar img{width:100%;height:100%;display:block;object-fit:cover}.vtpStorefrontPreviewIdentity strong,.vtpStorefrontPreviewIdentity small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vtpStorefrontPreviewIdentity small{margin-top:3px;color:var(--vtp-store-muted);font-size:11px}
.vtpStorefrontPreview>p{min-height:42px;margin:13px 18px;color:var(--vtp-store-muted);font-size:12px;line-height:1.5}
.vtpStorefrontPreviewListings{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:0 18px 18px}.vtpStorefrontPreviewListings span{height:74px;border-radius:12px;background:linear-gradient(145deg,var(--vtp-store-soft),var(--vtp-store-soft-2))}
.vtpStorefrontForm{min-width:0}.vtpStorefrontFieldGrid{display:grid;grid-template-columns:1fr;gap:14px}.vtpStorefrontStyleGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.vtpStorefrontBannerField{display:grid;gap:10px;padding:16px;border:1px solid rgba(113,81,121,.14);border-radius:18px;background:rgba(255,255,255,.56)}
.vtpStorefrontBannerField>div:first-of-type{display:grid;gap:3px}.vtpStorefrontBannerField small{color:var(--vtp-muted);line-height:1.45}.vtpStorefrontBannerActions{display:flex;gap:9px;flex-wrap:wrap}
.vtpStorefrontColourControl{min-height:48px;display:flex;align-items:center;gap:10px;padding:6px 10px;border:1px solid rgba(113,81,121,.18);border-radius:14px;background:#fff}
.vtpStorefrontColourControl input{width:42px;height:34px;padding:0;border:0;background:none;cursor:pointer}.vtpStorefrontColourControl b{font-size:12px;color:#65516c}
.vtpMarketplaceHome[aria-busy="true"] .vtpMarketplaceExplore,.vtpMarketplaceHome[aria-busy="true"] .vtpMarketplaceCategoryRail,.vtpMarketplaceHome[aria-busy="true"] .vtpMarketplaceHomeTypes{opacity:.56;pointer-events:none}
.vtpMarketplaceHome[aria-busy="true"]{cursor:progress}
.vtpMarketplaceFilterStatus{position:fixed;z-index:1100;left:50%;bottom:calc(20px + env(safe-area-inset-bottom));transform:translate(-50%,20px);max-width:min(430px,calc(100vw - 28px));padding:10px 14px;border-radius:999px;background:#392942;color:#fff;font-size:13px;font-weight:900;box-shadow:0 14px 38px rgba(34,20,43,.25);opacity:0;pointer-events:none;transition:.18s ease}
.vtpMarketplaceFilterStatus:not(:empty){opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){
  .vtpStorefrontDesigner{grid-template-columns:1fr}.vtpStorefrontPreview{position:relative;top:auto}
}
@media(max-width:700px){
  .vtpCreatorMarketplaceSurface{padding:0 0 90px}.vtpCreatorStorefront{border:0;border-radius:0;box-shadow:none}
  .vtpCreatorStorefrontBanner{height:220px}.vtpCreatorStorefrontIdentity{grid-template-columns:auto minmax(0,1fr);gap:13px;margin-top:0;padding:17px 16px 18px}
  .vtpCreatorStorefrontAvatar{width:92px;height:92px;border-width:5px;border-radius:25px;font-size:34px;margin-top:-62px}
  .vtpCreatorStorefrontTitle h1{font-size:clamp(26px,8vw,38px)}.vtpCreatorStorefrontTitle>p{font-size:14px;line-height:1.45}
  .vtpCreatorStorefrontTitleLine{gap:7px}.vtpCreatorStorefrontPrivate{padding:5px 8px;font-size:10px}
  .vtpCreatorStorefrontNav{padding:0 14px 18px}.vtpCreatorStorefrontNav a{min-height:40px;padding:8px 13px}
  .vtpCreatorStorefrontOffers{padding:24px 14px}.vtpCreatorStorefrontSectionHead{align-items:flex-start}.vtpCreatorStorefrontSectionHead h2{font-size:32px}
  .vtpCreatorStorefrontOwnerDock{grid-template-columns:repeat(5,minmax(78px,1fr));overflow-x:auto;justify-content:start}
  .vtpCreatorStorefrontOwnerDock a{min-width:78px}.vtpStorefrontStyleGrid{grid-template-columns:1fr}
  .vtpStorefrontSettingsHead{display:grid}.vtpStorefrontSettings .vtpFormActions>*{width:100%;justify-content:center}
}
@media(prefers-reduced-motion:reduce){.vtpMarketplaceFilterStatus{transition:none}}
/* v1.1.1746 — storefront sizing, full-page themes, filters, sales and reviews */
.vtpCreatorMarketplaceSurface[data-theme="blush"]{--vtp-store-surface:#fff9fc;--vtp-store-soft:#ffe4f0;--vtp-store-soft-2:#dce9ff;--vtp-store-ink:#35223d;--vtp-store-muted:#725d79}
.vtpCreatorMarketplaceSurface[data-theme="lavender"]{--vtp-store-surface:#fbf9ff;--vtp-store-soft:#eadfff;--vtp-store-soft-2:#ffdff0;--vtp-store-ink:#322842;--vtp-store-muted:#71667f}
.vtpCreatorMarketplaceSurface[data-theme="ocean"]{--vtp-store-surface:#f6fbff;--vtp-store-soft:#d8efff;--vtp-store-soft-2:#e4dcff;--vtp-store-ink:#1d3445;--vtp-store-muted:#5c7180}
.vtpCreatorMarketplaceSurface[data-theme="mint"]{--vtp-store-surface:#f7fffb;--vtp-store-soft:#d9f7ea;--vtp-store-soft-2:#fff0ce;--vtp-store-ink:#203a33;--vtp-store-muted:#5d756e}
.vtpCreatorMarketplaceSurface[data-theme="midnight"]{--vtp-store-surface:#1f1928;--vtp-store-soft:#513963;--vtp-store-soft-2:#273f61;--vtp-store-ink:#fff9ff;--vtp-store-muted:#d9cde0}
.vtpCreatorMarketplaceSurface[data-theme]{background:var(--vtp-store-surface);color:var(--vtp-store-ink)}
.vtpCreatorMarketplaceSurface[data-theme] .vtpCreatorStorefront{box-shadow:none}
.vtpCreatorStorefront[data-item-size="compact"] .vtpMarketplaceGrid{grid-template-columns:repeat(auto-fill,minmax(240px,280px));justify-content:start}
.vtpCreatorStorefront[data-item-size="standard"] .vtpMarketplaceGrid{grid-template-columns:repeat(auto-fill,minmax(290px,360px));justify-content:start}
.vtpCreatorStorefront[data-item-size="large"] .vtpMarketplaceGrid{grid-template-columns:repeat(auto-fill,minmax(360px,460px));justify-content:start}
.vtpMarketCard{position:relative}
.vtpMarketCardHit{position:absolute;z-index:3;inset:0;border-radius:inherit}
.vtpMarketCardHit:focus-visible{outline:4px solid color-mix(in srgb,var(--vtp-store-accent,#d94f93) 72%,#fff);outline-offset:3px}
.vtpMarketCard .vtpMarketCreator{position:relative}
.vtpMarketProof{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:auto;color:var(--vtp-muted,#725d79);font-size:12px;font-weight:850}
.vtpMarketProof span{padding:5px 8px;border-radius:999px;background:color-mix(in srgb,var(--vtp-store-soft,#ffe4f0) 58%,#fff)}
.vtpMarketplaceFilterBar{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr)) auto;align-items:end;gap:10px;margin:0 0 18px;padding:14px;border:1px solid color-mix(in srgb,var(--vtp-store-accent,#d94f93) 20%,transparent);border-radius:20px;background:color-mix(in srgb,var(--vtp-store-surface,#fff) 90%,var(--vtp-store-soft,#fce7f1))}
.vtpMarketplaceFilterBar label{display:grid;gap:5px;min-width:0}.vtpMarketplaceFilterBar label>span{color:var(--vtp-store-muted,var(--vtp-muted));font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.vtpMarketplaceFilterBar select{width:100%;min-height:44px;padding:8px 34px 8px 11px;border:1px solid color-mix(in srgb,var(--vtp-store-accent,#d94f93) 22%,transparent);border-radius:13px;background:var(--vtp-store-surface,#fff);color:var(--vtp-store-ink,#35223d);font:inherit;font-weight:800}
.vtpMarketplaceFilterBar button{min-height:44px;padding:9px 18px;border:0;border-radius:13px;background:var(--vtp-store-accent,#d94f93);color:var(--vtp-store-accent-text,#fff);font:inherit;font-weight:950;cursor:pointer}
.vtpCreatorStorefront[aria-busy="true"] .vtpCreatorStorefrontOffers{opacity:.62;pointer-events:none}
.vtpListingReviews{display:grid;gap:18px}.vtpListingReviewsHead{display:flex;align-items:end;justify-content:space-between;gap:18px}.vtpListingReviewsHead>div:first-child>span{color:var(--vtp-pink,#d94f93);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.vtpListingReviewsHead h2{margin:4px 0 0}
.vtpListingProof{display:grid;justify-items:end;gap:4px}.vtpListingProof strong{font-size:16px}.vtpListingProof span{color:var(--vtp-muted);font-size:13px;font-weight:800}
.vtpListingReviewForm{display:grid;grid-template-columns:180px minmax(0,1fr) auto;align-items:end;gap:12px;padding:16px;border:1px solid rgba(113,81,121,.15);border-radius:18px;background:rgba(255,255,255,.7)}.vtpListingReviewForm label{display:grid;gap:6px}.vtpListingReviewForm label>span{font-size:13px;font-weight:900}.vtpListingReviewForm select,.vtpListingReviewForm textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid rgba(113,81,121,.2);border-radius:13px;background:#fff;color:#35223d;font:inherit}.vtpListingReviewForm textarea{resize:vertical}.vtpListingReviewHint{margin:0;color:var(--vtp-muted)}
.vtpListingReviewList{display:grid;gap:10px}.vtpListingReview{display:grid;gap:7px;padding:16px;border:1px solid rgba(113,81,121,.13);border-radius:16px;background:#fff}.vtpListingReview header{display:flex;justify-content:space-between;gap:14px}.vtpListingReview header span{color:#d18600;letter-spacing:.08em}.vtpListingReview p,.vtpListingReview small{margin:0}.vtpListingReview small,.vtpListingReviewsEmpty{color:var(--vtp-muted)}
@media(max-width:900px){.vtpMarketplaceFilterBar{grid-template-columns:repeat(2,minmax(0,1fr))}.vtpMarketplaceFilterBar button{width:100%}.vtpListingReviewForm{grid-template-columns:1fr}.vtpListingProof{justify-items:start}}
@media(max-width:700px){
  .vtpCreatorStorefrontBanner{height:clamp(150px,42vw,220px)}
  .vtpCreatorStorefrontBanner>img{object-fit:contain;object-position:center!important}
  .vtpCreatorStorefront[data-item-size] .vtpMarketplaceGrid{grid-template-columns:minmax(0,1fr)}
  .vtpMarketplaceFilterBar{grid-template-columns:1fr;padding:12px}.vtpListingReviewsHead{align-items:start;display:grid}.vtpListingReview header{display:grid;gap:5px}
}