:root{
  --super:#299AFB;
  --super-deep:#147CE5;
  --super-soft:#EAF5FF;
  --ink:#101828;
  --ink-2:#344054;
  --muted:#667085;
  --muted-2:#98A2B3;
  --surface:#FFFFFF;
  --canvas:#F5F7FA;
  --line:#E7ECF2;
  --green:#16A06A;
  --green-soft:#E9F8F1;
  --orange:#E58A19;
  --orange-soft:#FFF5E6;
  --red:#D84C5C;
  --red-soft:#FFF0F2;
  --purple:#7567E8;
  --shadow:0 22px 60px rgba(27,54,86,.11);
  --shadow-soft:0 12px 36px rgba(27,54,86,.07);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:14px;
  --safe-bottom:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--canvas);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Display","PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(41,154,251,.22);outline-offset:2px}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-thumb{background:#cfd8e3;border-radius:99px}
::-webkit-scrollbar-track{background:transparent}

.splash{position:fixed;inset:0;z-index:9999;display:grid;place-content:center;justify-items:center;background:linear-gradient(145deg,#1688F5 0%,#299AFB 48%,#5CB6FF 100%);color:#fff;transition:opacity .5s ease,visibility .5s ease}
.splash.is-hidden{opacity:0;visibility:hidden}
.splash-mark{width:112px;height:112px;border-radius:31px;overflow:hidden;box-shadow:0 24px 70px rgba(0,77,169,.35);animation:splashFloat 1.8s ease-in-out infinite}
.splash-mark img{width:100%;height:100%;object-fit:cover}
.splash-word{display:flex;gap:7px;align-items:baseline;margin-top:20px;font-size:33px;letter-spacing:-1.2px}
.splash-word strong{font-weight:900}.splash-word span{font-weight:500;opacity:.82}
.splash>small{margin-top:9px;opacity:.7;font-weight:600;letter-spacing:.04em}
@keyframes splashFloat{50%{transform:translateY(-7px)}}

.app-shell{min-height:100vh}
.app-header{position:sticky;top:0;z-index:70;height:76px;padding:0 max(22px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(255,255,255,.86);border-bottom:1px solid rgba(227,234,242,.82);backdrop-filter:blur(22px) saturate(1.2)}
.brand-button{border:0;background:transparent;padding:0;display:flex;align-items:center;gap:11px;justify-self:start;color:var(--ink)}
.brand-button img{width:43px;height:43px;border-radius:13px;object-fit:cover;box-shadow:0 7px 20px rgba(41,154,251,.23)}
.brand-button span{display:grid;text-align:left;line-height:1}
.brand-button b{font-size:17px;font-weight:900;letter-spacing:-.45px}
.brand-button small{font-size:10px;margin-top:5px;color:var(--muted);font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.header-context{justify-self:center}
.secure-pill{display:flex;align-items:center;gap:7px;border:1px solid #dceaf8;background:#f7fbff;color:#3a678d;border-radius:99px;padding:8px 12px;font-size:11px;font-weight:800}
.secure-pill i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(22,160,106,.12)}
.header-actions{justify-self:end;display:flex;align-items:center;gap:8px}
.icon-button,.user-avatar{width:41px;height:41px;border-radius:14px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;position:relative;color:var(--ink-2);box-shadow:0 6px 18px rgba(38,64,92,.04)}
.icon-button:before{content:"";width:17px;height:17px;border:2px solid currentColor;border-radius:50%}
.icon-button:after{content:"";width:7px;height:2px;position:absolute;background:currentColor;transform:rotate(45deg);right:10px;bottom:10px;border-radius:2px}
.notification-button:before{width:15px;height:16px;border-radius:8px 8px 5px 5px;border-width:1.8px;border-bottom:0}
.notification-button:after{width:6px;height:3px;bottom:9px;right:17px;transform:none;border-radius:0 0 6px 6px}
.notification-button span{position:absolute;right:-3px;top:-4px;min-width:17px;height:17px;border-radius:9px;background:var(--red);color:#fff;font-size:9px;display:grid;place-items:center;border:2px solid #fff;font-weight:900}
.user-avatar{border:0;background:linear-gradient(145deg,#1D8FF7,#5BB7FF);color:#fff;font-weight:900}

.app-main{max-width:1180px;margin:0 auto;padding:30px 22px 116px}
.page{display:none;animation:pageIn .32s ease both}.page.is-active{display:block}
@keyframes pageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.reveal{opacity:0;transform:translateY(18px);animation:reveal .58s ease forwards}
.reveal:nth-of-type(2){animation-delay:.05s}.reveal:nth-of-type(3){animation-delay:.1s}.reveal:nth-of-type(4){animation-delay:.15s}
@keyframes reveal{to{opacity:1;transform:none}}

.home-hero{min-height:490px;border-radius:38px;position:relative;overflow:hidden;display:grid;grid-template-columns:1.12fr .88fr;background:radial-gradient(circle at 80% 15%,rgba(255,255,255,.22),transparent 26%),linear-gradient(135deg,#0F7DEA 0%,#299AFB 48%,#67C0FF 100%);color:#fff;box-shadow:0 30px 90px rgba(26,127,220,.24)}
.home-hero:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:-170px;bottom:-300px;box-shadow:0 0 0 80px rgba(255,255,255,.05),0 0 0 160px rgba(255,255,255,.025)}
.hero-copy{padding:67px 0 54px 62px;position:relative;z-index:3}
.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:900;opacity:.72}
.hero-copy h1{font-size:54px;line-height:1.06;letter-spacing:-2.6px;margin:18px 0 18px;max-width:620px}
.hero-copy h1 em{font-style:normal;color:#E8F5FF}
.hero-copy>p{max-width:590px;font-size:15px;line-height:1.75;color:rgba(255,255,255,.76);margin:0}
.hero-actions{display:flex;gap:11px;margin-top:29px}
.primary-button,.secondary-button{border:0;border-radius:15px;padding:14px 20px;font-weight:900;transition:.2s transform,.2s box-shadow}
.primary-button{background:var(--super);color:#fff;box-shadow:0 10px 28px rgba(41,154,251,.26)}
.home-hero .primary-button{background:#fff;color:#157FDA;box-shadow:0 14px 36px rgba(4,74,137,.22)}
.secondary-button{background:#F2F7FC;color:#2E587D;border:1px solid #DFEAF4}
.home-hero .secondary-button{background:rgba(255,255,255,.11);color:#fff;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(12px)}
.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}
.hero-proof{display:flex;gap:30px;margin-top:43px}
.hero-proof span{display:grid;gap:3px;border-left:1px solid rgba(255,255,255,.22);padding-left:14px}
.hero-proof b{font-size:16px}.hero-proof small{font-size:9px;opacity:.65}
.hero-visual{position:relative;z-index:2;min-height:100%}
.hero-logo-card{position:absolute;width:270px;height:270px;border-radius:62px;overflow:hidden;right:86px;top:84px;transform:rotate(4deg);box-shadow:0 34px 80px rgba(0,68,145,.32);border:1px solid rgba(255,255,255,.38)}
.hero-logo-card img{width:100%;height:100%;object-fit:cover}
.float-card{position:absolute;display:flex;align-items:center;gap:10px;padding:12px 15px;background:rgba(255,255,255,.9);color:var(--ink);border:1px solid rgba(255,255,255,.75);border-radius:18px;box-shadow:0 18px 42px rgba(0,65,132,.17);backdrop-filter:blur(15px);animation:floatCard 4.4s ease-in-out infinite}
.float-card>span{width:36px;height:36px;border-radius:12px;background:var(--super-soft);color:var(--super-deep);display:grid;place-items:center;font-weight:900}
.float-card div{display:grid;gap:3px}.float-card b{font-size:11px}.float-card small{font-size:8px;color:var(--muted)}
.float-one{right:20px;top:55px}.float-two{left:10px;top:250px;animation-delay:-1.3s}.float-three{right:34px;bottom:50px;animation-delay:-2.7s}
@keyframes floatCard{50%{transform:translateY(-8px)}}

.global-search-card{width:calc(100% - 100px);max-width:820px;margin:-28px auto 36px;position:relative;z-index:5;border:1px solid rgba(220,230,240,.95);border-radius:21px;background:rgba(255,255,255,.94);box-shadow:0 20px 50px rgba(25,55,85,.14);backdrop-filter:blur(20px);padding:17px 18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;text-align:left}
.search-icon{display:block;width:18px;height:18px;border:2px solid #607389;border-radius:50%;position:relative}
.search-icon:after{content:"";position:absolute;width:7px;height:2px;background:#607389;transform:rotate(45deg);right:-5px;bottom:-2px;border-radius:3px}
.global-search-card>div{display:grid;gap:3px}.global-search-card b{font-size:13px}.global-search-card small{font-size:9px;color:var(--muted)}
kbd{border:1px solid #E1E7EE;border-bottom-width:2px;background:#F6F8FB;color:#7C8998;border-radius:8px;padding:5px 8px;font-size:9px;font-family:inherit}

.section-heading{display:flex;align-items:end;justify-content:space-between;margin:38px 0 16px}
.section-heading>div{display:grid;gap:6px}.section-heading span,.page-header-block>span,.search-suggestion-panel>div>span,.merchant-center-hero>span,.security-hero>span{font-size:9px;letter-spacing:.14em;color:var(--super-deep);font-weight:900}
.section-heading h2{margin:0;font-size:26px;letter-spacing:-.8px}
.section-heading>button{border:0;background:transparent;color:var(--muted);font-size:11px;font-weight:800;padding:7px}
.live-badge{display:flex!important;align-items:center;gap:7px!important;color:var(--muted)!important;letter-spacing:0!important}
.live-badge i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(22,160,106,.1)}

.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:11px}
.category-card{min-height:132px;border:1px solid var(--line);border-radius:21px;background:#fff;padding:16px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;transition:.22s transform,.22s box-shadow,.22s border-color;box-shadow:0 8px 28px rgba(34,60,90,.035)}
.category-card:hover{transform:translateY(-4px);border-color:#cfe7fb;box-shadow:var(--shadow-soft)}
.category-icon{width:43px;height:43px;border-radius:15px;display:grid;place-items:center;color:var(--accent);background:var(--soft)}
.category-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.category-card b{font-size:12px}.category-card small{font-size:8px;color:var(--muted);margin-top:4px}
.category-card div:last-child{display:grid}

.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.product-card{border:1px solid var(--line);background:#fff;border-radius:23px;overflow:hidden;position:relative;box-shadow:0 9px 30px rgba(26,53,82,.045);transition:.24s transform,.24s box-shadow,.24s border-color}
.product-card:hover{transform:translateY(-5px);border-color:#D7E8F7;box-shadow:0 20px 52px rgba(24,58,92,.1)}
.product-card .favorite-button{position:absolute;right:11px;top:11px;width:34px;height:34px;border-radius:11px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.75);backdrop-filter:blur(12px);z-index:2;color:#5C6B7D;font-size:17px;display:grid;place-items:center}
.product-card .favorite-button.is-favorite{color:var(--red)}
.product-cover{height:172px;padding:16px;position:relative;overflow:hidden;color:#fff;background:linear-gradient(145deg,var(--p1),var(--p2))}
.product-cover:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-55px;top:-55px;border:1px solid rgba(255,255,255,.24);box-shadow:0 0 0 35px rgba(255,255,255,.08)}
.product-cover>span{font-size:8px;font-weight:900;letter-spacing:.1em;padding:6px 8px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.13);border-radius:99px;position:relative;z-index:1}
.product-symbol{font-size:35px;font-weight:900;letter-spacing:-1.5px;position:absolute;left:16px;bottom:37px;text-shadow:0 6px 20px rgba(0,0,0,.12)}
.product-cover-meta{position:absolute;left:16px;right:16px;bottom:13px;display:flex;justify-content:space-between;align-items:center;font-size:8px;color:rgba(255,255,255,.75)}
.product-cover-meta b{color:#fff;font-size:9px}
.product-content{padding:14px 15px 15px}
.product-content h3{font-size:13px;line-height:1.45;margin:0;min-height:38px;letter-spacing:-.15px}
.product-content>p{margin:7px 0;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-proof{display:flex;flex-wrap:wrap;gap:7px;font-size:8px;color:var(--muted);padding-bottom:12px;border-bottom:1px solid var(--line)}
.product-proof span:first-child{color:var(--orange)}
.product-price{display:flex;justify-content:space-between;align-items:end;margin-top:12px;gap:8px}
.product-price b{font-size:14px;letter-spacing:-.4px}.product-price small{font-size:8px;color:var(--super-deep);background:var(--super-soft);padding:5px 7px;border-radius:8px;font-weight:800;white-space:nowrap}
.compact-grid .product-cover{height:152px}

.trust-strip{margin:38px 0 8px;padding:24px 26px;border-radius:27px;background:linear-gradient(125deg,#0D7DE8,#299AFB 52%,#65BCFF);display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;color:#fff;box-shadow:0 22px 55px rgba(31,136,226,.19);position:relative;overflow:hidden}
.trust-strip:after{content:"";width:240px;height:240px;border:1px solid rgba(255,255,255,.16);border-radius:50%;position:absolute;right:-70px;top:-110px;box-shadow:0 0 0 40px rgba(255,255,255,.05)}
.trust-icon{width:56px;height:56px;border-radius:18px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);display:grid;place-items:center;font-size:23px;font-weight:900;backdrop-filter:blur(12px)}
.trust-strip>div:nth-child(2){display:grid;gap:5px;position:relative;z-index:1}.trust-strip span{font-size:8px;letter-spacing:.15em;font-weight:900;opacity:.7}.trust-strip h3{font-size:17px;margin:0}.trust-strip p{margin:0;font-size:10px;color:rgba(255,255,255,.7)}
.trust-strip button{position:relative;z-index:1;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.12);color:#fff;padding:11px 14px;border-radius:13px;font-size:10px;font-weight:900}

.merchant-carousel{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.merchant-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:17px;text-align:left;box-shadow:0 9px 28px rgba(27,54,84,.04);transition:.22s transform,.22s box-shadow}
.merchant-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.merchant-card-head{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center}
.merchant-logo{width:47px;height:47px;border-radius:15px;background:linear-gradient(145deg,var(--c1),var(--c2));color:#fff;display:grid;place-items:center;font-size:17px;font-weight:900;box-shadow:0 8px 20px color-mix(in srgb,var(--c1) 30%,transparent)}
.merchant-card-head div{display:grid;gap:3px}.merchant-card-head h3{margin:0;font-size:13px}.merchant-card-head p{margin:0;color:var(--muted);font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}
.level-badge{font-size:8px;padding:6px 8px;border-radius:9px;background:var(--orange-soft);color:var(--orange);font-weight:900}
.merchant-presence{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:8px;margin:11px 0 12px}
.online-dot,.offline-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(22,160,106,.1)}.offline-dot{background:var(--muted-2);box-shadow:none}
.merchant-data{display:grid;grid-template-columns:repeat(3,1fr);padding-top:12px;border-top:1px solid var(--line)}
.merchant-data span{display:grid;gap:4px}.merchant-data small{font-size:7px;color:var(--muted)}.merchant-data b{font-size:10px}

.page-header-block{margin:12px 0 26px}.page-header-block h1{font-size:42px;letter-spacing:-1.8px;margin:8px 0 7px}.page-header-block p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.page-header-block.compact h1{font-size:34px}
.back-button{border:0;background:transparent;color:#516173;font-size:11px;font-weight:850;padding:8px 0;margin-bottom:14px}.back-button:before{content:"‹";font-size:18px;vertical-align:-1px;margin-right:6px}
.back-icon{width:40px;height:40px;border-radius:13px;border:1px solid var(--line);background:#fff;font-size:26px;color:var(--ink-2)}

.category-list{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
.category-row{border:1px solid var(--line);border-radius:25px;background:#fff;padding:20px;display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center;text-align:left;box-shadow:0 9px 28px rgba(25,50,80,.035);transition:.2s transform,.2s border-color}
.category-row:hover{transform:translateY(-3px);border-color:#cee5f8}
.category-row .category-icon{width:58px;height:58px;border-radius:18px}.category-row h3{margin:0;font-size:15px}.category-row p{margin:5px 0 0;color:var(--muted);font-size:9px;line-height:1.45}.category-row>span{font-size:21px;color:#A3B0BE}
.category-hero{border-radius:29px;min-height:240px;background:linear-gradient(135deg,var(--p1),var(--p2));color:#fff;padding:35px;position:relative;overflow:hidden;margin-bottom:16px}
.category-hero:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.2);border-radius:50%;right:-80px;top:-120px;box-shadow:0 0 0 50px rgba(255,255,255,.06)}
.category-hero span{font-size:9px;letter-spacing:.14em;font-weight:900;opacity:.7}.category-hero h1{font-size:39px;margin:12px 0 8px;letter-spacing:-1.5px}.category-hero p{max-width:520px;font-size:11px;line-height:1.6;color:rgba(255,255,255,.74)}
.filter-bar,.merchant-filter,.message-tabs,.order-tabs{display:flex;gap:8px;overflow:auto;padding-bottom:4px;margin:15px 0 20px}
.filter-bar button,.merchant-filter button,.message-tabs button,.order-tabs button{border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:99px;padding:9px 14px;font-size:9px;font-weight:850;white-space:nowrap}
.filter-bar button.is-active,.merchant-filter button.is-active,.message-tabs button.is-active,.order-tabs button.is-active{background:var(--ink);border-color:var(--ink);color:#fff}
.message-tabs button span{display:inline-grid;place-items:center;min-width:17px;height:17px;border-radius:9px;background:var(--red);color:#fff;margin-left:4px;font-size:8px}

.search-page-head{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center;margin-bottom:25px}
.search-input-wrap{height:55px;border:1px solid #DCE4EC;border-radius:18px;background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:0 16px;box-shadow:0 10px 28px rgba(30,58,86,.05)}
.search-input-wrap input{border:0;outline:0;font-size:14px;background:transparent;min-width:0}.search-input-wrap>button{border:0;background:#F1F4F7;color:#7D8996;border-radius:50%;width:25px;height:25px}
.search-discovery>span{font-size:10px;font-weight:900;color:var(--ink-2)}
.search-chips{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 24px}.search-chips button{border:1px solid var(--line);background:#fff;color:var(--ink-2);border-radius:99px;padding:9px 13px;font-size:9px;font-weight:800}
.search-suggestion-panel{border-radius:27px;background:linear-gradient(135deg,#101C2C,#1F354F);color:#fff;padding:23px;margin-bottom:24px}.search-suggestion-panel h3{font-size:22px;margin:7px 0 17px}.search-suggestion-panel>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.popular-search-card{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);border-radius:15px;padding:13px;text-align:left;color:#fff;display:grid;gap:5px}.popular-search-card b{font-size:10px}.popular-search-card small{font-size:8px;color:rgba(255,255,255,.55)}
.search-result-head{font-size:10px;color:var(--muted);margin-bottom:14px}

.merchant-list{display:grid;gap:12px}
.merchant-row{border:1px solid var(--line);border-radius:24px;background:#fff;padding:17px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;box-shadow:0 8px 28px rgba(27,53,83,.04)}
.merchant-row-main{display:grid;gap:4px}.merchant-row-main h3{font-size:14px;margin:0;display:flex;align-items:center;gap:7px}.verified-mark{font-size:8px;width:17px;height:17px;border-radius:50%;background:var(--super);color:#fff;display:grid;place-items:center}.merchant-row-main p{margin:0;color:var(--muted);font-size:9px}.merchant-row-meta{display:flex;gap:10px;color:var(--muted);font-size:8px;margin-top:4px}.merchant-row-meta span{display:flex;align-items:center;gap:5px}.merchant-row-side{text-align:right;display:grid;gap:6px}.merchant-row-side b{font-size:12px}.merchant-row-side small{font-size:8px;color:var(--muted)}.merchant-row-side button{border:0;background:var(--super-soft);color:var(--super-deep);border-radius:11px;padding:8px 11px;font-size:9px;font-weight:900}

.merchant-profile-hero{border-radius:31px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.merchant-cover{height:210px;padding:28px;background:linear-gradient(135deg,var(--c1),var(--c2));position:relative;color:#fff;overflow:hidden}
.merchant-cover:after{content:"";position:absolute;width:350px;height:350px;border-radius:50%;border:1px solid rgba(255,255,255,.22);right:-80px;top:-170px;box-shadow:0 0 0 50px rgba(255,255,255,.06)}
.merchant-cover>span{font-size:9px;font-weight:900;letter-spacing:.14em;opacity:.72}.merchant-cover h1{font-size:38px;margin:13px 0 5px;letter-spacing:-1.5px}.merchant-cover p{margin:0;opacity:.72;font-size:11px}.merchant-cover-actions{display:flex;gap:8px;position:absolute;right:24px;bottom:24px;z-index:1}.merchant-cover-actions button{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.14);color:#fff;border-radius:12px;padding:10px 12px;font-size:9px;font-weight:900;backdrop-filter:blur(13px)}
.merchant-summary{padding:20px 23px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}.merchant-summary .merchant-logo{width:62px;height:62px;border-radius:20px;font-size:22px}.merchant-summary h2{margin:0;font-size:18px}.merchant-summary p{margin:5px 0 7px;font-size:10px;color:var(--muted)}.merchant-summary small{font-size:8px;color:var(--muted)}
.deposit-panel-button{border:1px solid #DDE9F4;background:#F7FBFF;border-radius:15px;padding:12px 14px;text-align:right;color:var(--ink)}.deposit-panel-button small,.deposit-panel-button b{display:block}.deposit-panel-button small{font-size:7px;color:var(--muted)}.deposit-panel-button b{font-size:11px;margin-top:4px;color:var(--super-deep)}
.merchant-profile-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.merchant-profile-stats span{padding:16px 18px;display:grid;gap:4px;border-right:1px solid var(--line)}.merchant-profile-stats span:last-child{border:0}.merchant-profile-stats small{font-size:8px;color:var(--muted)}.merchant-profile-stats b{font-size:12px}
.merchant-about{display:grid;grid-template-columns:1.1fr .9fr;gap:13px;margin-top:14px}.merchant-about article{border:1px solid var(--line);background:#fff;border-radius:22px;padding:18px}.merchant-about h3{margin:0 0 10px;font-size:14px}.merchant-about p{font-size:10px;color:var(--muted);line-height:1.7;margin:0}.deposit-breakdown{display:grid;grid-template-columns:1fr 1fr;gap:8px}.deposit-breakdown span{background:#F7F9FC;border-radius:13px;padding:11px;display:grid;gap:3px}.deposit-breakdown small{font-size:7px;color:var(--muted)}.deposit-breakdown b{font-size:10px}

.product-page{padding-bottom:95px}
.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:start}
.product-visual{min-height:535px;border-radius:31px;background:linear-gradient(145deg,var(--p1),var(--p2));position:sticky;top:98px;color:#fff;padding:28px;overflow:hidden;box-shadow:0 24px 70px color-mix(in srgb,var(--p1) 22%,transparent)}
.product-visual:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;border:1px solid rgba(255,255,255,.22);right:-170px;top:-160px;box-shadow:0 0 0 65px rgba(255,255,255,.07),0 0 0 130px rgba(255,255,255,.035)}
.product-visual-tag{display:inline-block;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.13);border-radius:99px;padding:7px 9px;font-size:8px;font-weight:900;letter-spacing:.1em;position:relative;z-index:1}
.product-visual-symbol{font-size:86px;font-weight:900;letter-spacing:-4px;position:absolute;left:28px;bottom:75px;z-index:1;text-shadow:0 12px 35px rgba(0,0,0,.13)}
.product-visual-meta{position:absolute;left:28px;right:28px;bottom:28px;display:flex;justify-content:space-between;align-items:center;font-size:9px;color:rgba(255,255,255,.68);z-index:1}.product-visual-meta b{color:#fff}
.detail-more{position:absolute;right:18px;top:18px;z-index:3;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.14);color:#fff;width:43px;height:43px;border-radius:14px;backdrop-filter:blur(13px);font-weight:900;letter-spacing:2px}
.product-copy{padding:8px 4px}.product-copy>span{font-size:9px;color:var(--super-deep);font-weight:900;letter-spacing:.13em}.product-copy h1{font-size:39px;line-height:1.12;letter-spacing:-1.6px;margin:11px 0 10px}.product-copy>.description{font-size:11px;line-height:1.7;color:var(--muted);margin:0 0 13px}.detail-proof{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.detail-proof span{border:1px solid var(--line);background:#fff;border-radius:9px;padding:6px 8px;font-size:8px;color:var(--muted)}.detail-proof span:first-child{color:var(--orange)}
.price-block{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0;margin-bottom:16px}.price-block>small{display:block;color:var(--muted);font-size:8px;margin-bottom:5px}.price-block>strong{font-size:27px;letter-spacing:-.8px}.price-block>em{display:block;color:var(--super-deep);font-size:8px;font-style:normal;margin-top:5px}
.transaction-amount{margin-top:14px}.transaction-amount label{font-size:10px;font-weight:900;display:block;margin-bottom:8px}.money-input{height:52px;border:1px solid #DCE5EE;border-radius:15px;background:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;padding:0 14px;transition:.2s}.money-input:focus-within{border-color:var(--super);box-shadow:0 0 0 4px rgba(41,154,251,.09)}.money-input input{border:0;outline:0;font-size:21px;font-weight:900;min-width:0}.money-input span{font-size:10px;color:var(--muted);font-weight:900}.transaction-amount>small{font-size:8px;color:var(--muted);display:block;margin-top:7px}
.agreement-card{border:1px solid #DCEAF6;background:#F8FBFE;border-radius:17px;padding:14px;margin:14px 0}.agreement-card>span{font-size:8px;color:var(--super-deep);font-weight:900;letter-spacing:.08em}.agreement-card p{font-size:9px;line-height:1.65;color:#4F6071;margin:7px 0 0}.agreement-card textarea{width:100%;min-height:82px;border:1px solid #DDE5ED;background:#fff;border-radius:13px;padding:11px;margin-top:9px;resize:vertical;font-size:9px;line-height:1.55;color:var(--ink-2)}.agreement-card small{display:block;font-size:7px;color:var(--muted);margin-top:6px}
.compact-merchant{border:1px solid var(--line);background:#fff;border-radius:18px;padding:12px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.compact-merchant .merchant-logo{width:42px;height:42px;border-radius:13px;font-size:14px}.compact-merchant h3{margin:0;font-size:11px}.compact-merchant p{margin:4px 0;color:var(--muted);font-size:8px}.compact-merchant small{font-size:7px;color:var(--muted)}.compact-merchant button{border:0;background:var(--super-soft);color:var(--super-deep);border-radius:10px;padding:8px 9px;font-size:8px;font-weight:900}
.product-actions{position:fixed;left:50%;bottom:20px;transform:translateX(-50%);z-index:60;width:min(calc(100% - 44px),1110px);display:grid;grid-template-columns:1fr 1.7fr;gap:10px;padding:10px;background:rgba(255,255,255,.9);border:1px solid rgba(215,225,235,.92);border-radius:21px;box-shadow:0 18px 55px rgba(23,49,78,.18);backdrop-filter:blur(22px)}.product-actions button{border:0;border-radius:14px;padding:14px;font-weight:900}.product-actions .contact-product{background:var(--super-soft);color:var(--super-deep)}.product-actions .buy-product{background:var(--super);color:#fff}

.messages-title{margin-bottom:12px}.chat-list{display:grid;gap:10px}
.chat-row{border:1px solid var(--line);background:#fff;border-radius:21px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;text-align:left}.chat-row-avatar{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,var(--c1),var(--c2));color:#fff;display:grid;place-items:center;font-weight:900;position:relative}.chat-row-avatar i{position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;border-radius:50%;background:var(--green);border:2px solid #fff}.chat-row-main{min-width:0}.chat-row-main h3{margin:0;display:flex;justify-content:space-between;gap:10px;font-size:12px}.chat-row-main h3 small{font-size:7px;color:var(--muted);font-weight:600}.chat-row-main p{margin:5px 0 0;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-row-side{display:grid;justify-items:end;gap:6px}.unread-count{min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:var(--super);color:#fff;font-size:8px;display:grid;place-items:center;font-weight:900}.chat-row-side small{font-size:7px;color:var(--muted)}
.chat-page{margin:-30px -22px -116px;min-height:calc(100vh - 76px);background:#EDF3F8}.chat-header{height:69px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);padding:0 max(16px,calc((100vw - 1136px)/2));display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;position:sticky;top:76px;z-index:10}.chat-person{display:flex;align-items:center;gap:9px}.chat-person>span{width:39px;height:39px;border-radius:13px;background:linear-gradient(145deg,var(--c1,#299AFB),var(--c2,#66C0FF));color:#fff;display:grid;place-items:center;font-weight:900}.chat-person div{display:grid;gap:3px}.chat-person b{font-size:11px}.chat-person small{font-size:7px;color:var(--green)}.more-button{border:0;background:transparent;color:#647487;font-weight:900;letter-spacing:1.5px}.chat-body{min-height:calc(100vh - 229px);max-width:850px;margin:auto;padding:25px 16px 120px;display:flex;flex-direction:column;gap:9px}.bubble{max-width:72%;padding:11px 13px;border-radius:16px;background:#fff;color:var(--ink-2);font-size:10px;line-height:1.55;box-shadow:0 6px 18px rgba(27,52,80,.05)}.bubble small{display:block;color:var(--muted-2);font-size:7px;margin-top:5px}.bubble.mine{align-self:flex-end;background:var(--super);color:#fff;border-bottom-right-radius:5px}.bubble.mine small{color:rgba(255,255,255,.66)}.bubble.theirs{border-bottom-left-radius:5px}.chat-product-card,.chat-order-card{max-width:78%;background:#fff;border:1px solid #DDE6EE;border-radius:18px;padding:12px;box-shadow:0 8px 24px rgba(28,54,84,.06)}.chat-product-card>span,.chat-order-card>span{font-size:7px;color:var(--super-deep);font-weight:900}.chat-product-card h3,.chat-order-card h3{font-size:11px;margin:6px 0}.chat-product-card p,.chat-order-card p{font-size:8px;color:var(--muted);margin:0 0 8px}.chat-product-card button,.chat-order-card button{border:0;background:var(--super-soft);color:var(--super-deep);font-size:8px;font-weight:900;padding:8px 10px;border-radius:9px}.chat-composer{position:fixed;left:0;right:0;bottom:0;z-index:62;background:rgba(255,255,255,.94);backdrop-filter:blur(20px);border-top:1px solid var(--line);padding:10px max(16px,calc((100vw - 850px)/2)) calc(10px + var(--safe-bottom));display:grid;grid-template-columns:auto 1fr auto;gap:8px}.chat-composer input{border:1px solid #DCE4EC;border-radius:15px;background:#F7F9FB;padding:12px 14px;outline:0;font-size:10px}.attach-button,.send-button{width:40px;height:40px;border-radius:13px;border:0;font-size:20px}.attach-button{background:#EEF3F7;color:#657587}.send-button{background:var(--super);color:#fff}

.trade-group{border:1px solid var(--line);border-radius:23px;background:#fff;margin-bottom:12px;overflow:hidden}.trade-group-head{padding:13px 15px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.trade-group-head>div{display:flex;align-items:center;gap:8px}.trade-group-head .merchant-logo{width:32px;height:32px;border-radius:10px;font-size:11px}.trade-group-head b{font-size:10px}.trade-group-head span{font-size:8px;color:var(--muted)}.trade-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;padding:14px 15px;align-items:center}.trade-item-cover{width:72px;height:72px;border-radius:15px;background:linear-gradient(145deg,var(--p1),var(--p2));color:#fff;display:grid;place-items:center;font-size:21px;font-weight:900}.trade-item-main h3{font-size:11px;margin:0 0 6px}.trade-item-main p{font-size:8px;color:var(--muted);margin:0}.trade-item-side{display:grid;justify-items:end;gap:8px}.trade-item-side b{font-size:11px}.remove-trade{border:0;background:transparent;color:var(--red);font-size:8px}.empty-state{text-align:center;padding:65px 20px}.empty-state>div{width:58px;height:58px;border-radius:19px;background:var(--super-soft);color:var(--super-deep);display:grid;place-items:center;margin:auto;font-size:27px}.empty-state h3{font-size:17px;margin:16px 0 7px}.empty-state p{font-size:10px;color:var(--muted);margin:0 0 18px}.trade-summary{position:sticky;bottom:91px;border:1px solid var(--line);background:rgba(255,255,255,.93);backdrop-filter:blur(20px);border-radius:20px;padding:12px 14px;display:grid;grid-template-columns:1fr auto;align-items:center;box-shadow:var(--shadow-soft);margin-top:18px}.trade-summary div{display:grid;gap:3px}.trade-summary span{font-size:8px;color:var(--muted)}.trade-summary b{font-size:17px}.trade-summary button{border:0;background:var(--super);color:#fff;border-radius:13px;padding:13px 17px;font-size:10px;font-weight:900}

.checkout-group{border:1px solid var(--line);background:#fff;border-radius:23px;margin-bottom:13px;overflow:hidden}.checkout-group-head{padding:14px 16px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.checkout-group-head .merchant-logo{width:35px;height:35px;border-radius:11px;font-size:12px}.checkout-group-head div{display:grid;gap:3px}.checkout-group-head b{font-size:11px}.checkout-group-head small{font-size:7px;color:var(--muted)}.checkout-product{padding:14px 16px;display:grid;grid-template-columns:1fr auto;gap:12px;border-bottom:1px solid var(--line)}.checkout-product h3{font-size:11px;margin:0 0 6px}.checkout-product p{font-size:8px;color:var(--muted);margin:0}.checkout-product>b{font-size:11px}.checkout-note{padding:14px 16px;background:#FAFCFE}.checkout-note label{font-size:9px;font-weight:900}.checkout-note textarea{width:100%;min-height:74px;border:1px solid #DEE6EE;border-radius:13px;padding:10px;margin-top:8px;resize:vertical;font-size:9px;line-height:1.5}.checkout-note small{display:block;color:var(--muted);font-size:7px;margin-top:6px}.checkout-summary{border:1px solid var(--line);background:#fff;border-radius:23px;padding:18px;display:grid;gap:12px}.checkout-summary>div{display:flex;justify-content:space-between;align-items:end}.checkout-summary span{font-size:9px;color:var(--muted)}.checkout-summary b{font-size:22px}.checkout-summary button{border:0;background:var(--super);color:#fff;border-radius:15px;padding:14px;font-weight:900}.checkout-summary>small{text-align:center;color:var(--muted);font-size:7px}

.bridge-page,.processing-page{min-height:calc(100vh - 225px);display:none;place-items:center}.bridge-page.is-active,.processing-page.is-active{display:grid}.bridge-card{width:min(480px,100%);border:1px solid var(--line);background:#fff;border-radius:31px;padding:35px;text-align:center;box-shadow:var(--shadow)}.bridge-card>img{width:72px;height:72px;border-radius:22px;margin:auto;box-shadow:0 15px 40px rgba(41,154,251,.25)}.bridge-card>span,.processing-page>span,.success-card>span{display:block;font-size:8px;color:var(--super-deep);font-weight:900;letter-spacing:.14em;margin-top:18px}.bridge-card h1{font-size:28px;margin:9px 0}.bridge-card>p{font-size:10px;color:var(--muted)}.bridge-steps{display:grid;gap:10px;text-align:left;margin:24px 0}.bridge-steps>div{border:1px solid var(--line);border-radius:14px;padding:11px;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center}.bridge-steps i{width:27px;height:27px;border-radius:50%;background:var(--super-soft);color:var(--super-deep);display:grid;place-items:center;font-size:9px;font-style:normal;font-weight:900}.bridge-steps .done i{background:var(--green-soft);color:var(--green)}.bridge-steps span{display:grid;gap:3px}.bridge-steps b{font-size:9px}.bridge-steps small{font-size:7px;color:var(--muted)}.bridge-loader{height:4px;background:#E9EEF4;border-radius:99px;overflow:hidden}.bridge-loader i{display:block;width:42%;height:100%;background:var(--super);border-radius:99px;animation:bridgeMove 1.2s ease-in-out infinite}@keyframes bridgeMove{from{transform:translateX(-120%)}to{transform:translateX(330%)}}

.superpay-brand{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.superpay-brand>div{display:flex;align-items:center;gap:11px}.superpay-brand img{width:53px;height:53px;border-radius:16px}.superpay-brand span{display:grid;gap:4px}.superpay-brand small{font-size:7px;color:var(--muted);letter-spacing:.1em}.superpay-brand b{font-size:20px}.superpay-brand em{font-size:8px;font-style:normal;color:var(--green);background:var(--green-soft);padding:7px 9px;border-radius:9px;font-weight:900}.superpay-order{border-radius:29px;background:linear-gradient(135deg,#0B77DD,#299AFB 52%,#63BDFF);color:#fff;padding:27px;box-shadow:0 24px 65px rgba(36,141,231,.22);display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative;overflow:hidden}.superpay-order:after{content:"";width:320px;height:320px;border-radius:50%;border:1px solid rgba(255,255,255,.2);position:absolute;right:-100px;top:-170px;box-shadow:0 0 0 55px rgba(255,255,255,.055)}.superpay-order>span,.superpay-order>h1{grid-column:1/-1;position:relative;z-index:1}.superpay-order>span{font-size:8px;font-weight:900;letter-spacing:.13em;opacity:.72}.superpay-order h1{font-size:38px;margin:4px 0 11px}.superpay-order>div{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:13px;padding:11px;display:grid;gap:4px;position:relative;z-index:1}.superpay-order small{font-size:7px;opacity:.65}.superpay-order b{font-size:9px}.payment-methods{margin-top:14px;border:1px solid var(--line);background:#fff;border-radius:23px;padding:17px}.payment-methods h3{font-size:13px;margin:0 0 12px}.payment-method{width:100%;border:1px solid var(--line);background:#fff;border-radius:15px;padding:12px;display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;text-align:left;margin-top:8px}.payment-method.is-active{border-color:#A9D7FC;background:#F8FCFF}.method-icon{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;font-weight:900}.superpay-method{background:var(--super-soft);color:var(--super-deep)}.usdt-method{background:#E8FAF2;color:#14A875}.payment-method div{display:grid;gap:4px}.payment-method b{font-size:10px}.payment-method small{font-size:7px;color:var(--muted)}.payment-method>i{width:20px;height:20px;border-radius:50%;background:var(--super);color:#fff;display:grid;place-items:center;font-style:normal;font-size:8px}.pay-confirm-button{width:100%;border:0;background:var(--super);color:#fff;border-radius:15px;padding:15px;font-weight:900;margin-top:14px}.demo-note{text-align:center;color:var(--muted);font-size:7px}
.processing-page{text-align:center}.processing-ring{width:73px;height:73px;border:6px solid #DBEEFD;border-top-color:var(--super);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.processing-page h1{font-size:27px;margin:9px 0}.processing-page p{font-size:10px;color:var(--muted)}
.success-card{max-width:480px;margin:30px auto;border:1px solid var(--line);background:#fff;border-radius:31px;padding:34px;text-align:center;box-shadow:var(--shadow)}.success-icon{width:70px;height:70px;border-radius:23px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-size:29px;font-weight:900;margin:auto}.success-card h1{font-size:31px;margin:8px 0}.success-card>p{font-size:10px;color:var(--muted);margin:0 0 20px}.success-data{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:13px 0}.success-data span{font-size:9px;color:var(--muted)}.success-data b{font-size:10px}.success-card>button{width:100%;margin-top:9px}

.order-list{display:grid;gap:11px}.order-card{width:100%;border:1px solid var(--line);background:#fff;border-radius:22px;padding:15px;text-align:left}.order-card-top{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:11px;margin-bottom:12px}.order-card-top span{font-size:8px;color:var(--muted)}.order-status{font-size:8px;padding:5px 8px;border-radius:8px;font-weight:900}.status-待商家确认{background:var(--orange-soft);color:var(--orange)}.status-担保中{background:var(--green-soft);color:var(--green)}.status-已完成{background:var(--super-soft);color:var(--super-deep)}.status-已退款{background:var(--red-soft);color:var(--red)}.order-card-body{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center}.order-cover{width:58px;height:58px;border-radius:14px;background:linear-gradient(145deg,var(--p1),var(--p2));display:grid;place-items:center;color:#fff;font-weight:900}.order-card-body h3{font-size:10px;margin:0 0 5px}.order-card-body p{font-size:8px;color:var(--muted);margin:0}.order-card-body>b{font-size:10px}.order-detail-hero{border-radius:28px;background:linear-gradient(135deg,#0E7CE7,#299AFB 52%,#64BCFF);color:#fff;padding:26px;margin-bottom:13px}.order-detail-hero span{font-size:8px;letter-spacing:.13em;font-weight:900;opacity:.72}.order-detail-hero h1{font-size:34px;margin:10px 0 6px}.order-detail-hero p{font-size:10px;opacity:.72}.order-detail-hero b{font-size:23px}.order-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:13px}.order-detail-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:17px}.order-detail-card h3{font-size:13px;margin:0 0 12px}.agreement-record section{padding:11px 0;border-top:1px solid var(--line)}.agreement-record section:first-of-type{border-top:0;padding-top:0}.agreement-record small{font-size:7px;color:var(--super-deep);font-weight:900}.agreement-record p{font-size:9px;line-height:1.65;color:var(--ink-2);margin:6px 0 0}.agreement-record>em{display:block;font-size:7px;color:var(--muted);font-style:normal;margin-top:10px}.timeline{display:grid;gap:7px}.timeline-step{display:grid;grid-template-columns:auto 1fr;gap:9px}.timeline-step>i{width:27px;height:27px;border-radius:50%;background:#E8EEF4;color:#7A8794;display:grid;place-items:center;font-style:normal;font-size:8px}.timeline-step.done>i{background:var(--green-soft);color:var(--green)}.timeline-step.active>i{background:var(--super-soft);color:var(--super-deep)}.timeline-step div{display:grid;gap:3px;padding-bottom:10px}.timeline-step b{font-size:9px}.timeline-step small{font-size:7px;color:var(--muted)}.order-action-button{width:100%;border:0;background:var(--super-soft);color:var(--super-deep);border-radius:13px;padding:12px;font-weight:900;margin-top:11px}

.profile-hero{border-radius:30px;padding:26px;background:linear-gradient(135deg,#0F7DE9,#299AFB 50%,#64BCFF);color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 22px 58px rgba(37,138,224,.2)}.profile-user{display:flex;align-items:center;gap:14px}.profile-avatar{width:67px;height:67px;border-radius:21px;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;font-size:23px;font-weight:900}.profile-user div{display:grid;gap:3px}.profile-user div>span{font-size:7px;letter-spacing:.13em;font-weight:900;opacity:.7}.profile-user h1{font-size:27px;margin:0}.profile-user p{font-size:9px;margin:0;opacity:.68}.profile-hero>button{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.12);color:#fff;border-radius:12px;padding:9px 12px;font-size:9px;font-weight:900}.profile-quick-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0}.profile-quick-stats button{border:1px solid var(--line);background:#fff;border-radius:18px;padding:15px;display:grid;gap:4px}.profile-quick-stats b{font-size:17px}.profile-quick-stats small{font-size:8px;color:var(--muted)}.profile-note{border:1px solid #DCEBF8;background:#F7FBFF;border-radius:20px;padding:17px;margin-bottom:12px}.profile-note span{font-size:7px;color:var(--super-deep);font-weight:900;letter-spacing:.13em}.profile-note h3{font-size:14px;margin:7px 0 5px}.profile-note p{font-size:9px;color:var(--muted);line-height:1.55;margin:0}.menu-list{border:1px solid var(--line);background:#fff;border-radius:23px;overflow:hidden}.menu-list>button{width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;padding:13px 15px;display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;text-align:left}.menu-list>button:last-child{border-bottom:0}.menu-icon{width:37px;height:37px;border-radius:12px;background:var(--super-soft);color:var(--super-deep);display:grid;place-items:center;font-weight:900}.menu-list div{display:grid;gap:3px}.menu-list b{font-size:10px}.menu-list small{font-size:7px;color:var(--muted)}.menu-list>button>i{font-style:normal;color:#A0ADBA;font-size:16px}
.favorite-merchant-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}

.merchant-center-hero{border-radius:30px;background:linear-gradient(135deg,#101B2A,#1D344D);color:#fff;padding:28px;position:relative;overflow:hidden}.merchant-center-hero:after{content:"";width:320px;height:320px;border:1px solid rgba(255,255,255,.12);border-radius:50%;position:absolute;right:-90px;top:-180px;box-shadow:0 0 0 45px rgba(255,255,255,.035)}.merchant-center-hero>span{color:#7FC7FF}.merchant-center-hero h1{font-size:37px;margin:10px 0 7px}.merchant-center-hero p{font-size:10px;color:rgba(255,255,255,.64);margin:0}.merchant-center-hero button{border:0;background:var(--super);color:#fff;border-radius:13px;padding:11px 14px;font-size:9px;font-weight:900;margin-top:20px;position:relative;z-index:1}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0}.dashboard-grid article{border:1px solid var(--line);background:#fff;border-radius:19px;padding:15px;display:grid;gap:5px}.dashboard-grid small{font-size:7px;color:var(--muted)}.dashboard-grid b{font-size:14px}.dashboard-grid em{font-size:7px;color:var(--green);font-style:normal}.merchant-menu>button>i{font-size:9px;color:#fff;background:var(--red);min-width:20px;height:20px;border-radius:10px;display:grid;place-items:center}
.publish-form{border:1px solid var(--line);background:#fff;border-radius:24px;padding:20px;display:grid;gap:16px}.publish-form>label{font-size:9px;font-weight:900;display:grid;gap:8px}.publish-form input,.publish-form select,.publish-form textarea{width:100%;border:1px solid #DCE4EC;background:#fff;border-radius:13px;padding:12px;outline:0;font-size:10px}.publish-form textarea{min-height:95px;resize:vertical;line-height:1.55}.publish-form label small{font-size:7px;color:var(--muted);font-weight:500}.pricing-mode{display:grid;grid-template-columns:1fr 1fr;gap:9px}.pricing-mode button{border:1px solid var(--line);background:#fff;border-radius:15px;padding:13px;text-align:left;display:grid;gap:4px}.pricing-mode button.is-active{border-color:#A8D6FC;background:#F5FAFF}.pricing-mode b{font-size:10px}.pricing-mode small{font-size:7px;color:var(--muted)}.price-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.price-fields label{font-size:8px;font-weight:900;display:grid;gap:7px}.publish-submit{border:0;background:var(--super);color:#fff;border-radius:14px;padding:14px;font-weight:900}.is-hidden{display:none!important}
.merchant-review-card{border:1px solid var(--line);background:#fff;border-radius:23px;padding:17px;margin-bottom:11px}.merchant-review-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:10px}.merchant-review-head span{font-size:8px;color:var(--muted)}.merchant-review-card h3{font-size:13px;margin:13px 0 5px}.merchant-review-card>strong{font-size:18px}.review-agreements{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:13px 0}.review-agreements section{background:#F8FAFC;border-radius:13px;padding:12px}.review-agreements small{font-size:7px;color:var(--super-deep);font-weight:900}.review-agreements p{font-size:8px;color:var(--ink-2);line-height:1.55;margin:6px 0 0}.review-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:8px}.review-actions button{border:0;border-radius:12px;padding:11px;font-size:9px;font-weight:900}.review-actions .reject{background:var(--red-soft);color:var(--red)}.review-actions .accept{background:var(--super);color:#fff}.review-result{padding:11px;border-radius:12px;background:var(--green-soft);color:var(--green);font-size:9px;font-weight:900;text-align:center}
.security-hero{border-radius:30px;background:linear-gradient(135deg,#0E7BE5,#299AFB 52%,#66BEFF);color:#fff;padding:31px;text-align:center;box-shadow:0 24px 62px rgba(36,138,225,.2)}.security-mark{width:62px;height:62px;border-radius:20px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;margin:auto;font-size:24px;font-weight:900}.security-hero>span{display:block;color:#fff;opacity:.68;margin-top:15px}.security-hero h1{font-size:35px;margin:8px 0}.security-hero p{font-size:10px;opacity:.68;margin:0}.security-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:13px 0}.security-flow article{border:1px solid var(--line);background:#fff;border-radius:19px;padding:15px;display:grid;grid-template-columns:auto 1fr;gap:9px}.security-flow i{width:27px;height:27px;border-radius:9px;background:var(--super-soft);color:var(--super-deep);display:grid;place-items:center;font-style:normal;font-size:9px;font-weight:900}.security-flow b{font-size:10px}.security-flow p{font-size:8px;color:var(--muted);line-height:1.5;margin:5px 0 0}.security-principles{border:1px solid var(--line);background:#fff;border-radius:22px;padding:18px}.security-principles h3{font-size:13px;margin:0 0 11px}.security-principles>div{display:grid;grid-template-columns:auto 1fr;gap:8px;padding:9px 0;border-top:1px solid var(--line)}.security-principles span{width:21px;height:21px;border-radius:7px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-size:8px}.security-principles p{font-size:9px;color:var(--muted);margin:3px 0 0}

.bottom-nav{position:fixed;z-index:65;left:50%;bottom:18px;transform:translateX(-50%);width:min(calc(100% - 34px),650px);height:72px;padding:8px 10px calc(8px + var(--safe-bottom));border:1px solid rgba(213,223,233,.92);background:rgba(255,255,255,.9);backdrop-filter:blur(23px) saturate(1.2);border-radius:23px;box-shadow:0 20px 55px rgba(24,49,77,.18);display:grid;grid-template-columns:repeat(5,1fr)}
.bottom-nav>button{border:0;background:transparent;color:#7A8795;border-radius:15px;display:grid;justify-items:center;align-content:center;gap:5px;position:relative}.bottom-nav>button.is-active{background:var(--super-soft);color:var(--super-deep)}.bottom-nav small{font-size:7px;font-weight:850}.nav-icon{width:18px;height:18px;display:block;position:relative}.nav-home:before{content:"";position:absolute;inset:4px 2px 1px;border:2px solid currentColor;border-radius:3px}.nav-home:after{content:"";position:absolute;left:3px;top:1px;width:10px;height:10px;border-left:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg);border-radius:2px}.nav-grid{background:linear-gradient(currentColor 0 0) 0 0/7px 7px no-repeat,linear-gradient(currentColor 0 0) 100% 0/7px 7px no-repeat,linear-gradient(currentColor 0 0) 0 100%/7px 7px no-repeat,linear-gradient(currentColor 0 0) 100% 100%/7px 7px no-repeat;border-radius:2px}.nav-message:before{content:"";position:absolute;inset:1px;border:2px solid currentColor;border-radius:6px}.nav-message:after{content:"";position:absolute;width:5px;height:5px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;left:3px;bottom:0;transform:skew(-20deg)}.nav-trade:before{content:"";position:absolute;inset:2px;border:2px solid currentColor;border-radius:4px}.nav-trade:after{content:"";position:absolute;left:5px;right:5px;top:7px;height:2px;background:currentColor;box-shadow:0 4px currentColor}.nav-user:before{content:"";position:absolute;width:7px;height:7px;border:2px solid currentColor;border-radius:50%;left:4px}.nav-user:after{content:"";position:absolute;width:14px;height:7px;border:2px solid currentColor;border-bottom:0;border-radius:8px 8px 0 0;left:0;bottom:0}.nav-badge{position:absolute;right:12px;top:4px;min-width:16px;height:16px;border-radius:8px;background:var(--red);color:#fff;font-size:7px;display:grid;place-items:center;border:2px solid #fff;font-style:normal;font-weight:900}.nav-badge:empty{display:none}

.modal-backdrop{position:fixed;inset:0;z-index:100;background:rgba(11,24,38,.38);display:flex;align-items:flex-end;justify-content:center;padding:18px;opacity:0;visibility:hidden;transition:.22s}.modal-backdrop.is-open{opacity:1;visibility:visible}.modal-sheet{width:min(560px,100%);background:#fff;border-radius:27px;padding:12px 17px 20px;box-shadow:0 30px 80px rgba(8,23,38,.3);transform:translateY(20px);transition:.25s}.modal-backdrop.is-open .modal-sheet{transform:none}.modal-handle{width:42px;height:4px;background:#DDE4EB;border-radius:99px;margin:2px auto 12px}.modal-heading{display:flex;justify-content:space-between;align-items:start}.modal-heading span{font-size:7px;color:var(--super-deep);font-weight:900;letter-spacing:.13em}.modal-heading h2{font-size:23px;margin:5px 0 12px}.modal-heading button{border:0;background:#F1F4F7;color:#718090;width:29px;height:29px;border-radius:10px}.notification-item{width:100%;border:0;border-top:1px solid var(--line);background:#fff;padding:13px 0;display:grid;grid-template-columns:auto 1fr;gap:10px;text-align:left}.notification-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-style:normal;font-size:12px;font-weight:900}.notification-icon.payment{background:var(--green-soft);color:var(--green)}.notification-icon.message{background:var(--super-soft);color:var(--super-deep)}.notification-icon.system{background:#F0EDFF;color:var(--purple)}.notification-item div{display:grid;gap:3px}.notification-item b{font-size:10px}.notification-item p{font-size:8px;color:var(--muted);margin:0}.notification-item small{font-size:7px;color:var(--muted-2)}
.toast{position:fixed;z-index:110;left:50%;bottom:105px;transform:translate(-50%,18px);background:#152233;color:#fff;border-radius:13px;padding:10px 14px;font-size:9px;font-weight:800;opacity:0;visibility:hidden;transition:.22s;box-shadow:0 16px 40px rgba(8,20,34,.25);white-space:nowrap}.toast.is-show{opacity:1;visibility:visible;transform:translate(-50%,0)}

@media(max-width:980px){
  .home-hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:52px 42px 250px}.hero-visual{position:absolute;inset:0;pointer-events:none}.hero-logo-card{width:190px;height:190px;right:44px;top:auto;bottom:30px;border-radius:45px}.float-one{right:250px;top:auto;bottom:155px}.float-two{left:auto;right:225px;top:auto;bottom:60px}.float-three{right:24px;bottom:40px}
  .category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.merchant-carousel{grid-template-columns:repeat(2,1fr)}
  .product-detail{grid-template-columns:1fr}.product-visual{position:relative;top:auto;min-height:430px}.order-detail-grid{grid-template-columns:1fr}.security-flow{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .app-header{height:65px;padding:0 14px;grid-template-columns:1fr auto}.header-context{display:none}.brand-button img{width:38px;height:38px;border-radius:12px}.brand-button b{font-size:15px}.brand-button small{font-size:8px}.icon-button{display:none}.user-avatar{width:38px;height:38px}
  .app-main{padding:15px 14px 105px}.chat-page{margin:-15px -14px -105px;min-height:calc(100vh - 65px)}.chat-header{top:65px;padding:0 14px}
  .home-hero{border-radius:29px}.hero-copy{padding:35px 24px 245px}.hero-copy h1{font-size:39px;letter-spacing:-1.7px;margin-top:13px}.hero-copy>p{font-size:11px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hero-actions button{padding:12px 8px;font-size:9px}.hero-proof{gap:13px;margin-top:28px}.hero-proof span{padding-left:9px}.hero-proof b{font-size:12px}.hero-proof small{font-size:7px}.hero-logo-card{width:165px;height:165px;right:23px;bottom:32px;border-radius:39px}.float-card{padding:9px 11px;border-radius:14px}.float-card>span{width:29px;height:29px;border-radius:9px}.float-card b{font-size:8px}.float-card small{font-size:6px}.float-one{right:auto;left:21px;bottom:170px}.float-two{left:22px;right:auto;bottom:80px}.float-three{right:17px;bottom:19px}
  .global-search-card{width:calc(100% - 28px);margin:-22px auto 27px;padding:14px;border-radius:18px}.global-search-card kbd{display:none}
  .section-heading{margin:29px 0 13px}.section-heading h2{font-size:21px}.category-grid{grid-template-columns:repeat(3,1fr);gap:8px}.category-card{min-height:107px;border-radius:17px;padding:12px}.category-icon{width:37px;height:37px;border-radius:12px}.category-card b{font-size:9px}.category-card small{font-size:6px}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-card{border-radius:18px}.product-cover{height:132px;padding:12px}.product-cover>span{font-size:6px}.product-symbol{font-size:28px;left:12px;bottom:31px}.product-cover-meta{left:12px;right:12px;bottom:10px;font-size:6px}.product-cover-meta b{font-size:7px}.product-content{padding:11px}.product-content h3{font-size:10px;min-height:32px}.product-content>p{font-size:7px}.product-proof{gap:5px;font-size:6px;padding-bottom:9px}.product-price{margin-top:9px}.product-price b{font-size:10px}.product-price small{font-size:6px;padding:4px 5px}.compact-grid .product-cover{height:126px}
  .trust-strip{grid-template-columns:auto 1fr;padding:18px;border-radius:22px}.trust-icon{width:44px;height:44px;border-radius:14px}.trust-strip h3{font-size:12px}.trust-strip p{font-size:7px}.trust-strip button{grid-column:1/-1}.merchant-carousel{grid-template-columns:1fr}.merchant-card-head p{max-width:210px}
  .page-header-block{margin-top:7px}.page-header-block h1{font-size:33px}.page-header-block p{font-size:9px}.page-header-block.compact h1{font-size:28px}.category-list{grid-template-columns:1fr}.category-row{padding:14px;border-radius:20px}.category-row .category-icon{width:47px;height:47px}.category-hero{min-height:195px;padding:25px;border-radius:24px}.category-hero h1{font-size:31px}
  .search-page-head{gap:8px}.search-input-wrap{height:48px;border-radius:15px}.search-suggestion-panel>div:last-child{grid-template-columns:1fr}.search-suggestion-panel{border-radius:22px}.merchant-row{grid-template-columns:auto 1fr;padding:13px}.merchant-row-side{grid-column:2;text-align:left;display:flex;align-items:center;gap:10px}.merchant-row-side button{margin-left:auto}.merchant-row-meta{flex-wrap:wrap}
  .merchant-cover{height:190px;padding:23px}.merchant-cover h1{font-size:29px}.merchant-cover-actions{right:17px;bottom:17px}.merchant-summary{grid-template-columns:auto 1fr;padding:15px}.deposit-panel-button{grid-column:1/-1;text-align:left}.merchant-profile-stats{grid-template-columns:repeat(2,1fr)}.merchant-profile-stats span:nth-child(2){border-right:0}.merchant-profile-stats span:nth-child(-n+2){border-bottom:1px solid var(--line)}.merchant-about{grid-template-columns:1fr}
  .product-page{padding-bottom:150px}.product-detail{gap:14px}.product-visual{min-height:310px;border-radius:25px;padding:20px}.product-visual-symbol{font-size:57px;left:20px;bottom:58px}.product-visual-meta{left:20px;right:20px;bottom:20px}.product-copy{padding:2px}.product-copy h1{font-size:29px}.product-copy>.description{font-size:9px}.price-block>strong{font-size:23px}.product-actions{bottom:82px;width:calc(100% - 28px);padding:8px;border-radius:19px}.product-actions button{padding:12px 7px;font-size:9px}
  .bubble{max-width:86%}.chat-product-card,.chat-order-card{max-width:88%}.chat-composer{padding-left:13px;padding-right:13px;padding-bottom:calc(10px + var(--safe-bottom))}
  .trade-item-cover{width:58px;height:58px}.trade-summary{bottom:82px}.superpay-order{grid-template-columns:1fr;padding:22px}.superpay-order h1{font-size:31px}.superpay-order>div{padding:9px}.success-card{padding:25px;border-radius:25px}.profile-hero{padding:20px;border-radius:25px}.profile-avatar{width:55px;height:55px;border-radius:17px}.profile-user h1{font-size:22px}.dashboard-grid{grid-template-columns:1fr}.pricing-mode,.price-fields{grid-template-columns:1fr}.review-agreements,.review-actions{grid-template-columns:1fr}.security-flow{grid-template-columns:1fr}
  .bottom-nav{bottom:8px;width:calc(100% - 16px);height:67px;border-radius:20px}.nav-badge{right:7px}.toast{bottom:88px}
}
@media(max-width:390px){.hero-copy h1{font-size:35px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr 1fr}.product-cover{height:122px}.merchant-row .merchant-logo{width:42px;height:42px}.merchant-row-main p{max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}

/* Focused page modes */
.app-shell.hide-nav .bottom-nav{display:none}
.app-shell.hide-nav .product-actions{bottom:18px}
.app-shell.is-chat .app-header,.app-shell.is-chat .bottom-nav{display:none}
.app-shell.is-chat .app-main{padding-top:0;padding-bottom:0}
.app-shell.is-chat .chat-header{top:0}
.app-shell.is-chat .chat-page{min-height:100vh}
.app-shell.is-immersive .app-header,.app-shell.is-immersive .bottom-nav{display:none}
.app-shell.is-immersive .app-main{padding-top:24px;padding-bottom:24px}
@media(max-width:700px){.app-shell.hide-nav .product-actions{bottom:16px}.app-shell.is-chat .chat-page{margin-top:0}}

/* Super Demo v0.3 Order Center Upgrade */
.order-upgrade{display:grid;gap:14px}.order-title h2{font-size:20px;margin:0}.order-title p{font-size:10px;color:var(--muted);margin:6px 0 0}.order-component{background:#fff;border-radius:16px}.OrderStatusTabs{display:flex;overflow-x:auto;gap:8px;white-space:nowrap}.OrderStatusTabs button{height:40px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:0 14px;font-size:10px;font-weight:900;display:flex;gap:6px;align-items:center}.OrderStatusTabs button.is-active{background:var(--ink);color:#fff}.OrderStatusTabs b{font-size:9px}.OrderSearch input{width:100%;height:42px;border:1px solid var(--line);border-radius:12px;padding:0 14px}.order-cards{display:grid;gap:12px}.order-card{border-radius:16px!important;padding:16px!important}.order-cover{width:64px;height:64px;border-radius:8px}.order-card-body{gap:12px}.order-card-body h3{font-size:12px}.OrderTimeline.mini{margin-top:14px;border-top:1px solid var(--line);padding-top:12px}.OrderTimeline .timeline-step>i{width:22px;height:22px}.OrderActionButtons{display:flex;gap:8px;margin-top:8px}.OrderActionButtons span{height:38px;border-radius:10px;background:#f1f7fd;color:var(--super-deep);display:grid;place-items:center;padding:0 14px;font-size:10px;font-weight:900}.OrderEmptyState{padding:40px;text-align:center;background:#fff;border-radius:16px;color:var(--muted)}
