:root{
  --brand-500:#0967f2;
  --brand-700:#0839c7;
  --brand-100:#eaf3ff;
  --ink-900:#101828;
  --ink-700:#344054;
  --ink-500:#667085;
  --line-200:#e4eaf2;
  --canvas:#f5f7fa;
  --success:#168a5b;
  --warning:#b7791f;
  --danger:#d64545;
  --radius-s:12px;
  --radius-m:16px;
  --radius-l:22px;
  --shadow-card:0 8px 24px rgba(16,24,40,.06);
  --shadow-dock:0 14px 40px rgba(16,24,40,.12);
  --ease:cubic-bezier(.2,.8,.2,1);
}

*{box-sizing:border-box}
html{background:var(--canvas);overflow-x:hidden;scroll-behavior:auto}
body{
  margin:0;
  color:var(--ink-900);
  background:var(--canvas);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Microsoft YaHei",sans-serif;
  font-size:15px;
  line-height:1.47;
  overflow-x:hidden;
}
button,input,select,textarea{font:inherit}
button{touch-action:manipulation}
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:2px solid var(--brand-500)!important;
  outline-offset:2px;
}
.app-shell{width:100%;max-width:480px;min-height:100dvh;margin:0 auto;background:var(--canvas);overflow:clip}
.app-main{padding:0 16px calc(108px + env(safe-area-inset-bottom));overflow:visible}
.page{width:100%;max-width:100%;overflow:visible}
.page.is-active{animation:v12-page-in .22s var(--ease)}
@keyframes v12-page-in{from{opacity:.72;transform:translateY(4px)}to{opacity:1;transform:none}}

.app-header{
  position:sticky;
  top:0;
  z-index:40;
  min-height:62px;
  padding:calc(8px + env(safe-area-inset-top)) 16px 8px;
  background:rgba(245,247,250,.84);
  backdrop-filter:blur(18px);
  border:0;
}
.brand-button,.app-header .icon-button,.app-header .user-avatar{min-width:44px;min-height:44px}
.brand-button img{width:38px;height:38px;object-fit:contain}
.secure-pill{color:var(--ink-500);background:#fff;border:1px solid var(--line-200)}
.app-shell[data-current-route="home"] .app-header{display:none}

.splash{
  z-index:999;
  background:rgba(245,247,250,.98);
  transition:opacity .18s var(--ease),visibility .18s;
}
.splash-mark{animation:v12-splash .88s var(--ease) both}
.splash-mark img{object-fit:contain}
@keyframes v12-splash{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}

#page-home{padding-top:calc(12px + env(safe-area-inset-top))}
.home-release-brand{
  position:relative!important;
  width:100%!important;
  min-height:122px!important;
  margin:0!important;
  padding:20px!important;
  border:0!important;
  border-radius:22px!important;
  overflow:hidden!important;
  color:#fff!important;
  background:linear-gradient(135deg,#0839c7 0%,#0967f2 56%,#20a7ff 100%)!important;
  box-shadow:0 16px 38px rgba(8,57,199,.18)!important;
}
.home-release-brand::before,.home-release-brand::after{
  content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.09);pointer-events:none
}
.home-release-brand::before{width:150px;height:150px;right:-48px;top:-78px}
.home-release-brand::after{width:90px;height:90px;right:60px;bottom:-60px}
.home-release-brand-copy{position:relative;z-index:2;padding:4px 104px 0 0}
.home-release-brand-copy>span{display:none!important}
.home-release-brand-copy h1{margin:0;color:#fff;font-size:24px;line-height:30px;font-weight:700;letter-spacing:-.02em}
.home-release-brand-copy p{margin:7px 0 0;color:rgba(255,255,255,.78);font-size:13px;line-height:18px}
.home-release-logo{position:absolute!important;z-index:2;right:18px!important;top:19px!important;width:84px!important;height:84px!important;padding:0!important}
.home-release-logo img{width:84px!important;height:84px!important;object-fit:contain!important;filter:none!important}
.home-release-search-row{position:relative;z-index:4;display:grid!important;grid-template-columns:minmax(0,1fr) 52px!important;gap:8px!important;margin:-11px 8px 0!important}
.global-search-card,.home-filter-button{
  min-height:52px!important;border:1px solid rgba(255,255,255,.82)!important;border-radius:18px!important;
  background:rgba(255,255,255,.88)!important;backdrop-filter:blur(18px)!important;
  box-shadow:0 8px 24px rgba(16,24,40,.09)!important;color:var(--ink-700)!important
}
.global-search-card{padding:0 15px!important;gap:10px!important;text-align:left}
.global-search-card b{font-size:14px!important;font-weight:500!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-filter-button{width:52px!important;min-width:52px!important}
.home-filter-button span{background:var(--brand-500)!important}
.search-icon{color:var(--ink-500)}

#homeCategories{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px 8px!important;
  margin:24px 0 25px!important;
}
.v12-category{
  min-width:0;min-height:72px;padding:0;border:0;background:transparent;color:var(--ink-700);
  display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:7px;
}
.v12-category>span{
  display:grid;place-items:center;width:44px;height:44px;border-radius:14px;
  color:var(--category-accent);background:var(--category-soft);transition:transform .12s var(--ease),box-shadow .12s
}
.v12-category svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.v12-category b{max-width:100%;font-size:12px;line-height:17px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v12-category:active>span{transform:scale(.96)}
.home-discovery-heading{display:flex!important;align-items:end!important;margin:0 0 12px!important}
.home-discovery-heading h2{margin:0;font-size:20px!important;line-height:26px!important;color:var(--ink-900)!important}
.home-discovery-heading button{min-height:44px;padding:0 4px!important;border:0!important;background:transparent!important;color:var(--ink-500)!important}

#featuredMerchants,.v12-merchant-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  overflow:visible!important;
  scroll-snap-type:none!important;
}
.v12-merchant-card{
  position:relative;width:100%;min-width:0;min-height:188px;margin:0;padding:15px;
  border:1px solid rgba(218,227,240,.78);border-radius:20px;
  background:linear-gradient(150deg,#fff 0%,#fff 72%,#f7faff 100%);color:var(--ink-900);text-align:left;
  box-shadow:0 10px 28px rgba(28,61,108,.075),inset 0 1px 0 rgba(255,255,255,.9);
  display:flex;flex-direction:column;gap:12px;overflow:hidden;
  transition:transform .12s var(--ease),box-shadow .16s var(--ease)
}
.v12-merchant-card::before{
  content:"";position:absolute;inset:0 0 auto;height:2px;
  background:linear-gradient(90deg,var(--brand-500),#6ba7ff 58%,transparent);opacity:.72
}
.v12-merchant-card:active{transform:scale(.985);box-shadow:0 5px 16px rgba(28,61,108,.06)}
.v12-merchant-identity{display:grid;grid-template-columns:54px minmax(0,1fr);gap:11px;align-items:center;min-width:0}
.v12-merchant-identity img{
  width:54px;height:54px;border-radius:17px;object-fit:cover;background:var(--brand-100);
  box-shadow:0 5px 14px rgba(18,76,151,.12)
}
.v12-merchant-copy{display:block;min-width:0}
.v12-merchant-title{display:flex;align-items:center;gap:6px;min-width:0}
.v12-merchant-title strong{
  display:block;min-width:0;font-size:16px;line-height:22px;font-weight:680;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.v12-merchant-identity small{
  display:-webkit-box;margin-top:4px;color:var(--ink-500);font-size:11px;line-height:16px;font-weight:400;
  -webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}
.v12-merchant-metrics{
  margin-top:auto;padding-top:12px;border-top:1px solid rgba(222,229,239,.8);
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;font-variant-numeric:tabular-nums
}
.v12-merchant-metrics>span{position:relative;display:flex;flex-direction:column;min-width:0}
.v12-merchant-metrics>span:first-child{
  grid-column:1/-1;flex-direction:row;align-items:center;gap:6px;padding-bottom:7px;
  border-bottom:1px solid rgba(228,234,242,.72)
}
.v12-merchant-metrics>span:last-child{padding-left:11px;border-left:1px solid rgba(222,229,239,.78)}
.v12-merchant-metrics small{color:var(--ink-500);font-size:9px;line-height:13px;font-weight:500;white-space:nowrap}
.v12-merchant-metrics b{margin-top:2px;color:var(--ink-900);font-size:12px;line-height:16px;font-weight:700;white-space:nowrap}
.v12-merchant-metrics b.is-rating{margin-top:0;color:#8c640d}
.v12-merchant-metrics em{color:var(--ink-500);font-size:8px;line-height:11px;font-weight:500;font-style:normal;letter-spacing:.02em}
.v12-feed-tail{grid-column:1/-1;min-height:58px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--ink-500);font-size:12px}
.v12-feed-tail button,.v12-feed-state button,.v12-more-button{
  min-height:44px;padding:0 16px;border:1px solid var(--line-200);border-radius:14px;background:#fff;color:var(--brand-500);font-weight:600
}
.v12-feed-end{width:100%;padding-top:18px;border-top:1px solid var(--line-200);text-align:center}
.v12-feed-error{color:var(--danger)}
.v12-merchant-skeleton{
  min-height:174px;padding:14px;border-radius:16px;background:#fff;display:grid;grid-template-columns:52px 1fr;grid-template-rows:22px 35px 22px;gap:8px 10px
}
.v12-merchant-skeleton span,.v12-merchant-skeleton i,.v12-merchant-skeleton em{
  border-radius:9px;background:linear-gradient(100deg,#eef1f5 25%,#f8fafc 50%,#eef1f5 75%);background-size:200% 100%;animation:v12-shimmer 1.2s linear infinite
}
.v12-merchant-skeleton span{grid-row:1/3;width:52px;border-radius:15px}
.v12-merchant-skeleton i:nth-of-type(2){height:31px}
.v12-merchant-skeleton em{grid-column:1/-1}
@keyframes v12-shimmer{to{background-position:-200% 0}}

.bottom-nav{
  position:fixed!important;z-index:80!important;left:50%!important;right:auto!important;bottom:max(10px,env(safe-area-inset-bottom))!important;
  width:min(calc(100% - 32px),448px)!important;height:66px!important;padding:6px!important;transform:translateX(-50%)!important;
  border:1px solid rgba(255,255,255,.92)!important;border-radius:28px!important;background:rgba(255,255,255,.84)!important;
  backdrop-filter:blur(20px)!important;box-shadow:var(--shadow-dock)!important
}
.bottom-nav button{position:relative;min-width:0!important;min-height:52px!important;border-radius:20px!important;color:var(--ink-500)!important;background:transparent!important}
.bottom-nav button.is-active{color:var(--brand-500)!important;background:var(--brand-100)!important}
.bottom-nav small{font-size:11px!important;line-height:16px!important}
.bottom-nav .nav-icon{width:22px!important;height:22px!important}
.app-shell.hide-nav .bottom-nav{display:none!important}
.bottom-nav[hidden]{display:none!important}
.app-shell.hide-nav .app-main{padding-bottom:calc(28px + env(safe-area-inset-bottom))}

.v12-market-head{padding:6px 0 18px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.v12-market-head span,.v12-page-head>span,.v12-section-title span{color:var(--brand-500);font-size:11px;line-height:16px;font-weight:650;letter-spacing:.08em}
.v12-market-head h1,.v12-page-head h1{margin:3px 0 4px;font-size:28px;line-height:34px;letter-spacing:-.02em}
.v12-market-head p,.v12-page-head p{margin:0;color:var(--ink-500);font-size:13px;line-height:19px}
.v12-market-head>button{flex:0 0 112px;min-height:48px;padding:0 10px;border:1px solid var(--line-200);border-radius:16px;background:#fff;color:var(--ink-700);font-size:12px}
.v12-primary-tabs{
  display:flex;gap:8px;margin:0 -16px;padding:2px 16px 10px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity
}
.v12-primary-tabs::-webkit-scrollbar,.v12-subfilters>div:last-child::-webkit-scrollbar{display:none}
.v12-primary-tabs button,.v12-subfilters>div:last-child button{
  flex:0 0 auto;min-height:36px;padding:0 13px;border:1px solid var(--line-200);border-radius:999px;background:#fff;color:var(--ink-500);font-size:12px
}
.v12-primary-tabs button.is-active,.v12-subfilters button.is-active{border-color:rgba(9,103,242,.2);background:var(--brand-100);color:var(--brand-700);font-weight:650}
.v12-subfilters{margin:6px 0 18px;padding:14px;border-radius:16px;background:#fff;border:1px solid var(--line-200)}
.v12-subfilters>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.v12-subfilters>div:first-child>button,.v12-market-toolbar button{min-height:36px;padding:0 8px;border:0;background:transparent;color:var(--brand-500)}
.v12-subfilters>div:last-child{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}
.v12-market-toolbar{display:flex;justify-content:space-between;align-items:center;margin:4px 0 16px;color:var(--ink-500);font-size:13px}
.v12-market-title,.v12-section-title{display:flex;justify-content:space-between;align-items:end;margin:0 0 12px}
.v12-market-title h2,.v12-section-title h2{margin:2px 0 0;font-size:20px;line-height:26px}
.v12-market-title small,.v12-section-title small{color:var(--ink-500)}
.v12-market-end{margin:24px 0 0;padding:20px 0;border-top:1px solid var(--line-200);text-align:center;color:var(--ink-500);font-size:12px}
.v12-more-button{display:block;margin:20px auto}
.v12-feed-state{grid-column:1/-1;min-height:190px;padding:26px 20px;border:1px dashed #cad4e2;border-radius:18px;background:rgba(255,255,255,.55);text-align:center}
.v12-feed-state>span{display:block;font-size:17px;font-weight:650}
.v12-feed-state p{margin:8px 0 16px;color:var(--ink-500)}

.search-page-head{position:sticky;top:0;z-index:20;padding:calc(8px + env(safe-area-inset-top)) 0 10px;background:rgba(245,247,250,.92);backdrop-filter:blur(18px)}
.search-input-wrap{height:52px!important;border:1px solid var(--line-200)!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important}
.search-input-wrap input{font-size:14px!important}
.v12-search-hint{margin-top:18px;padding:16px;border:1px solid var(--line-200);border-radius:16px;background:#fff}
.v12-search-hint b{font-size:15px}
.v12-search-hint p{margin:5px 0 0;color:var(--ink-500);font-size:13px}
.v12-search-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0}
.v12-search-tabs button{min-height:44px;border:1px solid var(--line-200);border-radius:14px;background:#fff;color:var(--ink-500)}
.v12-search-tabs button.is-active{border-color:rgba(9,103,242,.18);background:var(--brand-100);color:var(--brand-700)}
.v12-search-tabs b{margin-left:4px;font-variant-numeric:tabular-nums}
.v12-search-products{display:grid;gap:12px}
.v12-product-card{overflow:hidden;border:1px solid var(--line-200);border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(16,24,40,.045)}
.v12-product-main{width:100%;min-height:126px;padding:0;border:0;background:#fff;color:var(--ink-900);display:grid;grid-template-columns:126px minmax(0,1fr);text-align:left}
.v12-product-main>img{width:126px;height:100%;min-height:126px;object-fit:cover}
.v12-product-copy{min-width:0;padding:13px;display:flex;flex-direction:column}
.v12-product-copy small{color:var(--ink-500);font-size:11px;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v12-product-copy strong{display:-webkit-box;margin-top:4px;font-size:16px;line-height:22px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.v12-product-copy em{margin-top:5px;color:var(--ink-500);font-size:12px;line-height:17px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v12-product-copy>b{margin-top:auto;color:var(--ink-900);font-size:15px;line-height:20px;font-variant-numeric:tabular-nums}
.v12-product-merchant{width:100%;min-height:48px;padding:7px 12px;border:0;border-top:1px solid var(--line-200);background:#fbfcfe;color:var(--ink-700);display:grid;grid-template-columns:30px auto minmax(0,1fr) auto;gap:7px;align-items:center;text-align:left}
.v12-product-merchant img{width:30px;height:30px;border-radius:9px;object-fit:cover}
.v12-product-merchant span{color:var(--ink-500);font-size:11px}
.v12-product-merchant b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}
.v12-product-merchant i{color:var(--brand-500);font-size:11px;font-style:normal}

#page-merchant>.back-button,#page-product>.back-button{position:sticky;top:8px;z-index:25;margin:8px 0;background:rgba(255,255,255,.9);backdrop-filter:blur(15px)}
.v12-store-cover{position:relative;height:230px;margin:0 -16px;overflow:hidden;background:#dbe7f7}
.v12-store-cover>img{width:100%;height:100%;object-fit:cover}
.v12-store-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,18,35,.04),rgba(5,18,35,.76))}
.v12-store-identity{position:absolute;left:16px;right:16px;bottom:18px;display:grid;grid-template-columns:68px minmax(0,1fr);gap:12px;align-items:end;color:#fff}
.v12-store-identity>img{width:68px;height:68px;border:3px solid rgba(255,255,255,.92);border-radius:18px;object-fit:cover;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.v12-store-identity small{font-size:11px;color:rgba(255,255,255,.78)}
.v12-store-identity h1{margin:2px 0;font-size:24px;line-height:29px}
.v12-store-identity p{margin:0;color:rgba(255,255,255,.86);font-size:13px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v12-store-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}
.v12-store-actions button{min-height:48px;border:1px solid var(--line-200);border-radius:14px;background:#fff;color:var(--ink-700);font-weight:600}
.v12-store-actions button:first-child{border-color:var(--brand-500);background:var(--brand-500);color:#fff}
.v12-store-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line-200);border-radius:16px;background:var(--line-200)}
.v12-store-trust>span{min-width:0;padding:13px;background:#fff}
.v12-store-trust small{display:block;color:var(--ink-500);font-size:11px}
.v12-store-trust b{display:block;margin-top:3px;font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v12-store-trust .is-deposit{background:var(--brand-100);color:var(--brand-700)}
.v12-store-about{margin:16px 0 22px;padding:16px;border-radius:16px;background:#fff;border:1px solid var(--line-200)}
.v12-store-about h2{margin:0 0 7px;font-size:17px}
.v12-store-about p{margin:0;color:var(--ink-500);font-size:13px;line-height:20px}
.v12-store-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.v12-product-card.is-store .v12-product-main{display:flex;min-height:0;flex-direction:column}
.v12-product-card.is-store .v12-product-main>img{width:100%;height:auto;aspect-ratio:4/3;min-height:0}
.v12-product-card.is-store .v12-product-copy{min-height:138px}
.v12-product-card.is-store .v12-product-merchant{grid-template-columns:26px minmax(0,1fr)}
.v12-product-card.is-store .v12-product-merchant img{width:26px;height:26px}
.v12-product-card.is-store .v12-product-merchant span,.v12-product-card.is-store .v12-product-merchant i{display:none}

.v12-product-hero-image{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:18px}
#productDetail .product-visual>.canvas-art,#productDetail .product-visual>.product-visual-tag,#productDetail .product-visual>.product-visual-symbol,#productDetail .product-visual>.product-visual-meta{display:none!important}
.v12-local-cover{position:relative!important;overflow:hidden!important}
.v12-local-product-image{position:absolute;inset:0;z-index:3;width:100%;height:100%;object-fit:cover}
.v12-local-cover>.product-symbol,.v12-local-cover>.canvas-art,.v12-local-cover>.product-cover-meta,.v12-local-cover>span:not(.favorite-button){visibility:hidden}
#productDetail .product-visual{padding:0!important;background:transparent!important;min-height:0!important}
#productDetail .product-visual .detail-more{top:12px!important;right:12px!important}
#productDetail .digital-media-preview>.v12-product-hero-image{margin-bottom:14px}
.product-actions,.confirm-actions{padding-bottom:max(12px,env(safe-area-inset-bottom))}

.v12-business-hero{margin:0 -16px 14px;padding:calc(18px + env(safe-area-inset-top)) 16px 20px;background:linear-gradient(135deg,#0839c7,#0967f2 60%,#20a7ff);color:#fff}
.v12-business-id{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center}
.v12-business-id img{width:58px;height:58px;border:2px solid rgba(255,255,255,.84);border-radius:16px;object-fit:cover}
.v12-business-id small{color:rgba(255,255,255,.74);font-size:11px}
.v12-business-id h1{margin:1px 0;font-size:24px}
.v12-business-id p{margin:0;color:rgba(255,255,255,.82);font-size:12px}
.v12-business-hero>button{min-height:44px;margin-top:16px;padding:0 16px;border:1px solid rgba(255,255,255,.4);border-radius:14px;background:rgba(255,255,255,.16);color:#fff;font-weight:650}
.v12-deposit-summary{padding:16px;border:1px solid rgba(9,103,242,.12);border-radius:18px;background:#fff;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.v12-deposit-summary>div{min-width:0}
.v12-deposit-summary .is-total{grid-column:1/-1}
.v12-deposit-summary small{display:block;color:var(--ink-500);font-size:11px}
.v12-deposit-summary strong{display:block;margin-top:3px;font-size:25px;line-height:31px;font-variant-numeric:tabular-nums}
.v12-deposit-summary b{display:block;margin-top:3px;font-size:15px;font-variant-numeric:tabular-nums;white-space:nowrap}
.v12-deposit-summary>span{grid-column:1/-1;height:7px;border-radius:999px;background:#e9eef5;overflow:hidden}
.v12-deposit-summary>span i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand-700),var(--brand-500))}
.v12-deposit-summary>button{grid-column:1/-1;min-height:44px;border:0;border-radius:13px;background:var(--brand-100);color:var(--brand-700);font-weight:650}
.v12-business-tasks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 22px}
.v12-business-tasks button{min-height:82px;padding:12px;border:1px solid var(--line-200);border-radius:15px;background:#fff;text-align:left}
.v12-business-tasks b{display:block;font-size:20px}
.v12-business-tasks span{color:var(--ink-500);font-size:12px}
.v12-quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:24px}
.v12-quick-actions button{min-height:48px;border:1px solid var(--line-200);border-radius:14px;background:#fff;color:var(--ink-700)}
.v12-business-orders{display:grid;gap:10px}
.v12-business-orders>button{min-height:78px;padding:13px;border:1px solid var(--line-200);border-radius:15px;background:#fff;color:var(--ink-700);text-align:left}
.v12-business-orders span,.v12-business-orders small{display:block;color:var(--ink-500);font-size:11px}
.v12-business-orders b{display:block;margin:4px 0;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v12-page-head{margin:10px 0 18px}
.v12-deposit-summary.is-page{margin-bottom:14px}
.v12-deposit-explain{padding:16px;border:1px solid var(--line-200);border-radius:16px;background:#fff}
.v12-deposit-explain p{margin:6px 0;color:var(--ink-700)}
.v12-deposit-explain small{color:var(--ink-500)}
.v12-credit-actions{display:grid;gap:10px;margin-top:14px}
.v12-credit-actions button{min-height:50px;border:1px solid var(--line-200);border-radius:15px;background:#fff;color:var(--brand-500);font-weight:650}
.v12-ledger-list{display:grid;gap:12px}
.v12-ledger-list article{padding:16px;border:1px solid var(--line-200);border-radius:16px;background:#fff}
.v12-ledger-list article>div{display:flex;align-items:center;justify-content:space-between}
.v12-ledger-list article>div span{color:var(--ink-500);font-size:12px}
.v12-ledger-list article>div b{color:var(--success);font-size:13px}
.v12-ledger-list dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}
.v12-ledger-list dl>div{min-width:0}
.v12-ledger-list dt{color:var(--ink-500);font-size:11px}
.v12-ledger-list dd{margin:2px 0 0;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v12-ledger-list article>small{display:block;padding-top:10px;border-top:1px solid var(--line-200);color:var(--ink-500);font-size:11px}
.v12-order-deposit{margin:14px 0;padding:16px;border:1px solid rgba(9,103,242,.15);border-radius:16px;background:var(--brand-100)}
.v12-order-deposit>div{display:flex;justify-content:space-between;align-items:center;color:var(--brand-700)}
.v12-order-deposit p{margin:7px 0;color:var(--ink-700)}
.v12-order-deposit small{color:var(--ink-500)}

.v12-sheet{position:fixed;inset:0;z-index:300;visibility:hidden;pointer-events:none}
.v12-sheet.is-open{visibility:visible;pointer-events:auto}
.v12-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(16,24,40,.36);opacity:0;transition:opacity .22s}
.v12-sheet.is-open .v12-sheet-backdrop{opacity:1}
.v12-sheet>section{
  position:absolute;left:50%;bottom:0;width:min(100%,520px);padding:8px 16px calc(16px + env(safe-area-inset-bottom));
  border-radius:22px 22px 0 0;background:#fff;transform:translate(-50%,100%);transition:transform .28s var(--ease)
}
.v12-sheet.is-open>section{transform:translate(-50%,0)}
.v12-sheet-handle{width:42px;height:5px;margin:0 auto 12px;border-radius:999px;background:#d7dde6}
.v12-sheet-head{display:flex;justify-content:space-between;align-items:center}
.v12-sheet-head span{color:var(--brand-500);font-size:11px}
.v12-sheet-head h2{margin:2px 0;font-size:20px}
.v12-sheet-head>button{width:44px;height:44px;border:0;border-radius:14px;background:var(--canvas);font-size:24px;color:var(--ink-500)}
.v12-sheet-options{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:16px 0}
.v12-sheet-options>b{grid-column:1/-1}
.v12-sheet-options button{min-height:46px;border:1px solid var(--line-200);border-radius:14px;background:#fff;color:var(--ink-700)}
.v12-sheet-options button.is-active{border-color:rgba(9,103,242,.22);background:var(--brand-100);color:var(--brand-700);font-weight:650}
.v12-online-toggle{width:100%;min-height:58px;padding:9px 12px;border:1px solid var(--line-200);border-radius:14px;background:#fff;display:flex;justify-content:space-between;align-items:center;text-align:left}
.v12-online-toggle b,.v12-online-toggle small{display:block}
.v12-online-toggle small{margin-top:2px;color:var(--ink-500);font-size:11px}
.v12-online-toggle i{position:relative;width:42px;height:24px;border-radius:999px;background:#d7dde6}
.v12-online-toggle i::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(16,24,40,.2);transition:transform .16s}
.v12-online-toggle.is-active i{background:var(--brand-500)}
.v12-online-toggle.is-active i::after{transform:translateX(18px)}
.v12-sheet-confirm{width:100%;min-height:52px;margin-top:14px;border:0;border-radius:16px;background:var(--brand-500);color:#fff;font-weight:650}
.v12-sheet-open{overflow:hidden}

.page-header-block,.market-page-head,.ux-category-head{color:var(--ink-900)!important}
.page-header-block>span,.market-page-head>span,.section-heading span{color:var(--brand-500)!important}
.page-header-block h1,.market-page-head h1{letter-spacing:-.02em!important}
.primary-button,.buy-product,.publish-submit,.pay-confirm-button,.canvas-primary{
  border:0!important;border-radius:16px!important;background:var(--brand-500)!important;color:#fff!important;box-shadow:none!important
}
.secondary-button,.contact-product{
  border:1px solid var(--line-200)!important;border-radius:16px!important;background:#fff!important;color:var(--ink-700)!important
}
.confirm-card,.form-card,.ux-order-detail-card,.order-card,.ux-order-card,.chat-row,.profile-menu>button,.menu-list>button,.records-entry,.overview-list-card{
  border-color:var(--line-200)!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important
}
input,select,textarea{border-color:var(--line-200)!important;border-radius:14px!important;background:#fff!important;color:var(--ink-900)!important}
.merchant-logo,.chat-row-avatar,#chatAvatar{background-repeat:no-repeat!important}
.verified-mark,.home-quota-verified{display:none!important}
.order-status,.ux-order-status{font-variant-numeric:tabular-nums}
.home-legacy-hooks{display:none!important}

@media (max-width:360px){
  .app-main{padding-left:12px;padding-right:12px}
  .bottom-nav{width:calc(100% - 24px)!important}
  .v12-merchant-card{min-height:180px;padding:12px}
  .v12-merchant-identity{grid-template-columns:46px minmax(0,1fr);gap:9px}
  .v12-merchant-identity img{width:46px;height:46px;border-radius:14px}
  .v12-merchant-metrics{gap:5px}
  .v12-merchant-metrics b{font-size:11px}
  .v12-product-main{grid-template-columns:108px minmax(0,1fr)}
  .v12-product-main>img{width:108px}
}

@media (min-width:781px){
  .app-shell{max-width:1180px}
  .app-main{max-width:1180px;margin:auto}
  #featuredMerchants,.v12-merchant-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .v12-store-products{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .splash{display:none!important}
}
