/* app.css */
:root{--red:#e4393c;--red-dark:#c9272c;--orange:#ff6b21;--ink:#1f2329;--text:#33383f;--muted:#77808d;--line:#e9ebef;--soft:#f6f7f9;--paper:#fff;--blue:#2563eb;--green:#138a58;--shadow:0 12px 35px rgba(31,35,41,.07);--radius:16px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:#f7f8fa;font:15px/1.65 -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1220px,calc(100% - 32px));margin:auto}
.hidden{display:none!important}.muted{color:var(--muted)}.red{color:#d9343b!important}.green{color:var(--green)!important}.mt{margin-top:18px}.gap{gap:12px}.flex{display:flex;align-items:center}.wrap{flex-wrap:wrap}.between{justify-content:space-between}.block{width:100%;display:block;text-align:center}
.topbar{height:34px;background:#2b2d31;color:#d5d8dd;font-size:12px}
.topbar .container{height:100%;display:flex;align-items:center;justify-content:space-between}
.topbar-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#ffca62;margin-right:6px}
.toplinks{display:flex;gap:23px}.toplinks a:hover{color:#fff}
.site-header{position:relative;z-index:20;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.05)}
.desktop-head{display:block}
.header-main{height:92px;display:flex;align-items:center;gap:34px}
.brand{display:inline-flex;align-items:center;gap:11px;flex:0 0 auto}
.brand-mark{width:44px;height:44px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--red),#ff5a31);font-size:23px;font-weight:900;border-radius:13px;box-shadow:0 7px 16px rgba(228,57,60,.24)}
.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy b{font-size:21px;letter-spacing:.02em;color:#25272c}.brand-copy small{margin-top:5px;color:#9a9fa8;font-size:10px;letter-spacing:.05em}
.search{height:44px;display:flex;flex:1;border:2px solid var(--red);border-radius:9px;overflow:hidden;background:#fff}
.search select{width:116px;border:0;border-right:1px solid #eee;background:#fafafa;padding:0 11px;color:#555;outline:0}
.search input{min-width:0;flex:1;border:0;padding:0 16px;outline:0}.search button{width:82px;border:0;background:var(--red);color:#fff;font-weight:700}
.header-actions{display:flex;align-items:center;gap:21px}.header-action{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;color:#626972;font-size:12px}.header-action strong{font-size:14px;color:#373c43;width:26px;height:24px;display:grid;place-items:center}.header-action:hover{color:var(--red)}.badge-count{position:absolute;top:-7px;right:1px;min-width:16px;height:16px;padding:0 4px;border-radius:9px;background:var(--red);color:#fff;font-style:normal;font-size:10px;line-height:16px;text-align:center}
.mobile-head,.mobile-search,.mobile-nav{display:none}
.main-nav{height:43px;border-top:1px solid #f1f1f1}.nav-inner{height:100%;display:flex;align-items:center;gap:27px}.category-trigger{height:43px;width:205px;display:flex;align-items:center;gap:12px;padding:0 17px;background:var(--red);color:#fff;font-weight:700}.category-trigger span{font-size:17px}.nav-link{font-weight:600;color:#40444a;font-size:14px}.nav-link:hover{color:var(--red)}.nav-spacer{flex:1}.seller-join{color:var(--red);font-weight:700}.seller-join span{margin-left:4px}
.notice{background:#fff7e6;border-bottom:1px solid #ffdda7}.notice .container{display:flex;gap:13px;padding:9px 0}.notice b{color:#b25d00}
.market-hero{background:#fff;padding:16px 0 20px}.hero-grid{display:grid;grid-template-columns:205px minmax(0,1fr) 222px;gap:15px}
.category-menu{height:476px;background:#fff;border:1px solid var(--line);border-radius:0 0 12px 12px;overflow:auto;box-shadow:0 7px 24px rgba(0,0,0,.04)}.category-menu-title{display:none}.category-menu a{min-height:63px;display:grid;grid-template-columns:34px 1fr 10px;align-items:center;gap:10px;padding:8px 13px;border-bottom:1px solid #f0f1f3;transition:.18s}.category-menu a:hover{background:#fff5f5;color:var(--red)}.category-menu a>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.category-menu b{font-size:14px;color:#34383d}.category-menu small{color:#969ca5;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-menu i{font-style:normal;color:#b7bbc2;font-size:18px}
.category-symbol{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;font-weight:900;font-size:13px}
.tone-ai{background:#efeaff;color:#6f45d2}.tone-mail{background:#e8f1ff;color:#316fc8}.tone-network{background:#e5f7f2;color:#128363}.tone-sim{background:#fff1dc;color:#d37400}.tone-design{background:#ffe8f0;color:#c33d72}.tone-commerce{background:#eaf6ff;color:#1974a6}.tone-software{background:#ecefff;color:#5360c8}.tone-developer{background:#e8ecf1;color:#3d4652}.tone-media{background:#ffe9e7;color:#d54d41}.tone-games{background:#e9f8e7;color:#40853d}.tone-social{background:#e9f5ff;color:#2b78bd}.tone-service{background:#fff0e8;color:#bf5a29}.tone-digital{background:#eef1f5;color:#4b5563}
.hero-stage{position:relative;height:476px;overflow:hidden;border-radius:16px;background:#1f2630;color:#fff}.hero-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,21,30,.95) 0%,rgba(18,26,35,.78) 48%,rgba(18,26,35,.08) 82%)}.hero-stage>img{width:100%;height:100%;object-fit:cover;object-position:center right}.hero-copy{position:absolute;z-index:2;left:46px;top:50%;width:57%;transform:translateY(-50%)}.hero-kicker,.eyebrow{display:block;color:var(--red);font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:10px}.hero-kicker{color:#ffc5b5}.hero-copy h1{margin:0 0 17px;font-size:40px;line-height:1.28;letter-spacing:-.03em;color:#fff}.hero-copy h1 em{font-style:normal;color:#ffbd8f}.hero-copy p{margin:0 0 25px;color:#dfe4e9;font-size:15px;line-height:1.8}.hero-actions{display:flex;gap:10px}.hero-primary{background:var(--red)!important}.hero-secondary{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.35)!important;color:#fff!important}.hero-tags{display:flex;gap:17px;margin-top:23px;color:#d8dde2;font-size:12px}
.account-panel{height:476px;padding:25px 18px;text-align:center;border:1px solid var(--line);box-shadow:none}.avatar{width:57px;height:57px;display:grid;place-items:center;margin:3px auto 13px;border-radius:50%;background:linear-gradient(145deg,#ffe6df,#fff5ef);color:var(--red);font-size:23px;font-weight:900;border:1px solid #ffd5ca}.account-panel h3{margin:0;font-size:16px}.account-panel>p{margin:8px 0 17px;color:var(--muted);font-size:12px}.account-panel .flex{justify-content:center}.account-divider{display:flex;align-items:center;gap:8px;margin:20px 0 10px;color:#a4a8af;font-size:11px}.account-divider:before,.account-divider:after{content:"";height:1px;flex:1;background:var(--line)}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.quick-grid a{display:flex;flex-direction:column;padding:10px 4px;border-radius:9px;background:#f7f8fa}.quick-grid b{font-size:13px}.quick-grid small{font-size:10px;color:#9ca1aa}.account-tip{display:flex;align-items:center;gap:9px;margin-top:17px;padding:11px;background:#fff7f0;border-radius:9px;text-align:left}.account-tip>span{width:29px;height:29px;display:grid;place-items:center;background:#ffe0ca;color:#c35b16;border-radius:50%;font-weight:800}.account-tip p{display:flex;flex-direction:column;margin:0}.account-tip b{font-size:11px}.account-tip small{color:#9c7257;font-size:9px}
.home-content{padding-top:0}.promise-row{display:grid;grid-template-columns:repeat(4,1fr);margin:0 0 16px;background:#fff;border:1px solid var(--line);border-radius:14px}.promise-row>div{display:flex;align-items:center;gap:12px;padding:19px 22px;border-right:1px solid var(--line)}.promise-row>div:last-child{border:0}.promise-row>div>span{width:37px;height:37px;display:grid;place-items:center;background:#fff2f0;color:var(--red);border-radius:50%;font-weight:900}.promise-row p{display:flex;flex-direction:column;margin:0}.promise-row b{font-size:14px}.promise-row small{font-size:11px;color:var(--muted)}
.section{padding:34px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.section-head h1,.section-head h2{margin:0;color:var(--ink);line-height:1.25}.section-head h2{font-size:26px}.section-head p{margin:7px 0 0;color:var(--muted)}.eyebrow{margin-bottom:6px}.eyebrow.light{color:#ffc8b2}.text-link{color:var(--red);font-weight:700;font-size:13px}.page-title{font-size:28px}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-card{position:relative;min-height:124px;display:grid;grid-template-columns:44px 1fr;gap:13px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:13px;transition:.2s}.category-card:hover{transform:translateY(-3px);border-color:#ffc3c4;box-shadow:var(--shadow)}.category-card .category-symbol{width:44px;height:44px}.category-card>span:nth-child(2){display:flex;flex-direction:column}.category-card b{font-size:15px;color:var(--ink)}.category-card small{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.5}.category-card i{position:absolute;left:77px;bottom:15px;font-style:normal;color:#a5aab1;font-size:11px}.category-card:hover i{color:var(--red)}
.new-user-banner{display:flex;align-items:center;justify-content:space-between;padding:18px 23px;background:linear-gradient(100deg,#fff1ea,#fff9f5 65%,#fff0e8);border:1px solid #ffd8c4;border-radius:14px}.new-user-banner>div{display:flex;align-items:center;gap:14px}.new-user-banner>div>span:last-child{display:flex;flex-direction:column}.new-user-banner b{color:#642e18}.new-user-banner small{color:#9a684f;margin-top:3px}.new-user-banner>a{color:#c34d1c;font-weight:800}.gift-mark{width:42px;height:42px;display:grid;place-items:center;background:var(--red);color:#fff;border-radius:50%;font-weight:900}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:14px;transition:.22s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#e0e2e6}.product-cover{position:relative;height:166px;display:grid;place-items:center;overflow:hidden}.product-cover.has-image{background:#edf0f3}.product-cover img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover .product-cover img{transform:scale(1.035)}.cover-letter{width:65px;height:65px;display:grid;place-items:center;border-radius:21px;background:rgba(255,255,255,.78);box-shadow:0 9px 30px rgba(31,35,41,.08);font-size:24px;font-weight:900}.cover-badges{position:absolute;left:10px;top:10px;display:flex;gap:5px}.tag{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border-radius:5px;background:#f1f2f4;color:#59616c;font-size:11px;font-weight:700}.tag.official{background:#fff0ef;color:var(--red)}.tag.auto{background:#e9f8f0;color:#13784e}.tag.manual{background:#fff5e3;color:#ad6500}.tag.warn{background:#fff3e8;color:#b85a19}.product-body{padding:15px}.product-category{margin-bottom:5px;color:#9a7272;font-size:11px}.product-title{display:block;min-height:45px;color:#282c31;font-size:14px;font-weight:700;line-height:1.55}.product-title:hover{color:var(--red)}.product-desc{height:34px;margin:7px 0;color:#858c95;font-size:11px;line-height:1.55;overflow:hidden}.product-meta{display:flex;justify-content:space-between;gap:8px;margin-top:11px;padding-top:10px;border-top:1px dashed #e8e9ec;color:#90969e;font-size:10px}.price-line{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:10px}.price{color:var(--red);font-size:22px;font-weight:900;letter-spacing:-.03em}.price-line small{color:var(--muted);font-size:10px}.stock{color:#7d858f;font-size:10px;text-align:right}
.shopping-scenes{display:grid;grid-template-columns:1.5fr 1fr;gap:14px;margin:18px 0}.shopping-scenes article{position:relative;min-height:275px;overflow:hidden;border-radius:17px;background:#25354b;color:#fff}.shopping-scenes article>div{position:relative;z-index:2;width:58%;padding:38px}.shopping-scenes article:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,37,55,.98),rgba(23,37,55,.7) 55%,rgba(23,37,55,.1))}.shopping-scenes img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.shopping-scenes h2{margin:0 0 11px;font-size:25px;line-height:1.35}.shopping-scenes p{color:#d7dde5}.shopping-scenes .seller-scene{background:linear-gradient(145deg,#e4393c,#aa212b)}.shopping-scenes .seller-scene:after{background:radial-gradient(circle at 85% 25%,rgba(255,255,255,.18),transparent 25%)}.shopping-scenes .seller-scene>div{width:100%}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border:1px solid var(--red);border-radius:8px;background:var(--red);color:#fff;font-weight:700;transition:.18s}.btn:hover{background:var(--red-dark);border-color:var(--red-dark)}.btn.outline{background:#fff;color:#4c535d;border-color:#d9dde2}.btn.outline:hover{color:var(--red);border-color:#efaaaC;background:#fff8f8}.btn.white{background:#fff;color:#27303b;border-color:#fff}.btn.dark{background:#282d33;border-color:#282d33;color:#fff}.btn.small{min-height:32px;padding:0 11px;font-size:12px}.btn.secondary{background:#fff;color:var(--red)}.btn:disabled{cursor:not-allowed;opacity:.45}
.purchase-guide{padding-bottom:18px}.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.guide-grid>div{padding:24px;background:#fff;border:1px solid var(--line);border-radius:13px}.guide-grid>div>span{color:#d9a5a6;font-weight:900;font-size:18px}.guide-grid h3{margin:12px 0 6px}.guide-grid p{margin:0;color:var(--muted);font-size:12px}.market-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:28px 0 50px;padding:27px;background:#262b32;border-radius:16px;color:#fff}.market-stats>div{display:flex;flex-direction:column;align-items:center;border-right:1px solid #41464d}.market-stats>div:last-child{border:0}.market-stats span{color:#aeb4bc;font-size:12px}.market-stats b{font-size:25px}
.page{padding:28px 0 55px}.breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:18px;color:#9197a0;font-size:12px}.breadcrumb a:hover{color:var(--red)}
.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}.panel+.panel{margin-top:16px}.panel h2,.panel h3{color:var(--ink)}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.panel-head h2{margin:0;font-size:18px}.panel-head p{margin:4px 0 0;font-size:12px}
.catalog-head{background:linear-gradient(120deg,#2a3039,#323b47);color:#fff}.catalog-head .container{min-height:210px;display:flex;align-items:center}.catalog-head h1{margin:0;font-size:34px}.catalog-head p{color:#c6cbd2}.catalog-page{padding-top:18px}.filter-bar{padding:19px;background:#fff;border:1px solid var(--line);border-radius:13px}.filter-title{display:none}.filters{display:grid;grid-template-columns:1.3fr repeat(3,1fr) 110px auto;align-items:center;gap:10px}.input,.select,.textarea{width:100%;border:1px solid #d9dde3;border-radius:8px;background:#fff;color:#333;padding:10px 12px;outline:0}.input,.select{height:41px}.input:focus,.select:focus,.textarea:focus{border-color:#e87779;box-shadow:0 0 0 3px rgba(228,57,60,.08)}.textarea{min-height:120px;resize:vertical}.stock-check{display:flex;align-items:center;gap:7px;white-space:nowrap;font-size:12px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;padding:22px 0 14px}.catalog-toolbar b{font-size:18px}.catalog-toolbar .muted{margin-left:9px}.catalog-note{color:#999fa7;font-size:11px}.pagination{display:flex;justify-content:center;gap:7px;margin-top:25px}.pagination a{min-width:36px;padding:7px 12px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:7px}.pagination a.active{background:var(--red);color:#fff;border-color:var(--red)}
.product-layout{display:grid;grid-template-columns:420px minmax(0,1fr);gap:34px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:16px}.detail-cover{height:385px;display:grid;place-items:center;border-radius:14px;overflow:hidden}.detail-cover>span{width:98px;height:98px;display:grid;place-items:center;border-radius:30px;background:rgba(255,255,255,.75);font-size:34px;font-weight:900;box-shadow:0 14px 40px rgba(0,0,0,.08)}.detail-cover img{width:100%;height:100%;object-fit:cover}.gallery-note{display:flex;flex-direction:column;padding:13px 4px;color:#6f7680}.gallery-note small{color:#a0a5ac}.detail h1{margin:14px 0 10px;color:#22272d;font-size:27px;line-height:1.42}.detail .summary{color:#6f7680}.seller-line{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;margin:17px 0;padding:12px;background:#f7f8fa;border-radius:10px}.seller-line>span:nth-child(2){display:flex;flex-direction:column}.seller-line small{color:var(--muted)}.seller-line i{font-style:normal;color:#9ba1a9;font-size:12px}.shop-mini{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#fff0ef;color:var(--red);font-weight:900}.detail-price{padding:15px 17px;background:#fff4f2;border-radius:10px}.detail-price>span{color:#815c5d;font-size:12px}.detail-price .price{font-size:30px}.detail-price p{margin:4px 0 0;color:#a67a7b;font-size:10px}.detail-facts{display:flex;gap:28px;padding:16px 0;color:#737a84;font-size:12px}.detail-facts b{color:#34393f}.quantity{display:flex;align-items:center;gap:12px;margin:15px 0}.quantity .input{width:100px}.purchase-actions{display:flex;gap:10px;flex-wrap:wrap}.purchase-actions .buy{min-width:150px}.buyer-protection{display:grid;grid-template-columns:30px 1fr 30px 1fr;align-items:center;gap:9px;margin-top:20px;padding-top:16px;border-top:1px dashed var(--line)}.buyer-protection>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#eaf7f0;color:var(--green);font-weight:800}.buyer-protection p{display:flex;flex-direction:column;margin:0}.buyer-protection b{font-size:11px}.buyer-protection small{color:var(--muted);font-size:9px}.product-tabs{margin-top:18px;padding:0}.tab-buttons{display:flex;gap:0;border-bottom:1px solid var(--line);overflow:auto}.tab-button{min-width:115px;padding:16px 18px;border:0;border-bottom:3px solid transparent;background:#fff;color:#626a74;font-weight:700}.tab-button.active{color:var(--red);border-color:var(--red)}.tab-pane{display:none;padding:27px;min-height:180px}.tab-pane.active{display:block}.tab-pane h2{margin-top:0}.rich{line-height:1.9}.review-item{padding:15px 0;border-bottom:1px solid var(--line)}
.footer{background:#24282e;color:#c5c9ce}.footer-promise{display:grid;grid-template-columns:repeat(4,1fr);padding:27px 0;border-bottom:1px solid #3a3e45}.footer-promise>div{display:flex;align-items:center;gap:12px}.footer-promise>div>b{width:40px;height:40px;display:grid;place-items:center;border:1px solid #555b64;border-radius:50%;color:#fff}.footer-promise span{display:flex;flex-direction:column}.footer-promise strong{color:#fff}.footer-promise small{font-size:11px;color:#939aa4}.footer-grid{display:grid;grid-template-columns:1.55fr repeat(4,1fr);gap:42px;padding:42px 0}.footer .brand-copy b{color:#fff}.footer-brand p{max-width:360px;color:#9299a3;font-size:12px}.footer-service{display:flex;align-items:center;gap:10px;width:max-content;margin-top:17px;padding:10px 13px;background:#30353c;border-radius:9px}.footer-service>span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-weight:900}.footer-service div{display:flex;flex-direction:column}.footer-service b{color:#fff;font-size:12px}.footer-service small{color:#949ba4;font-size:9px}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col h4{margin:5px 0 8px;color:#fff}.footer-col a{color:#9299a3;font-size:12px}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;padding:17px 0;border-top:1px solid #3a3e45;color:#858c96;font-size:11px}
.dashboard{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px}.sidebar{position:sticky;top:18px;align-self:start;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px}.sidebar-title{padding:15px 13px 5px;color:#a2a7af;font-size:10px;font-weight:800;letter-spacing:.08em}.sidebar a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#5a626c;font-size:13px}.sidebar a>span{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:#f0f2f4;color:#777f88;font-size:10px;font-weight:900}.sidebar a:hover,.sidebar a.active{background:#fff1f0;color:var(--red);font-weight:700}.sidebar a.active>span{background:var(--red);color:#fff}.sidebar-profile{display:flex;align-items:center;gap:10px;padding:10px 8px 14px;border-bottom:1px solid var(--line)}.sidebar-profile>div{display:flex;min-width:0;flex-direction:column}.sidebar-profile b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile small{color:var(--muted);font-size:10px}.mini-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#fff0ef;color:var(--red);font-weight:900}.mini-avatar.seller{background:#282d33;color:#fff}.dashboard-main{min-width:0}.dashboard-welcome,.seller-welcome{display:flex;align-items:center;justify-content:space-between;padding:27px 29px;border-radius:16px;background:linear-gradient(120deg,#e4393c,#c62533);color:#fff}.dashboard-welcome h1,.seller-welcome h1{margin:0;font-size:25px}.dashboard-welcome p,.seller-welcome p{margin:6px 0 0;color:#ffe5e1}.dashboard-welcome .eyebrow,.seller-welcome .eyebrow{color:#ffc4bd}.seller-welcome{background:linear-gradient(120deg,#252b32,#39424d)}.order-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);margin:16px 0;background:#fff;border:1px solid var(--line);border-radius:14px}.order-shortcuts a{display:grid;grid-template-columns:43px 1fr;column-gap:10px;padding:20px;border-right:1px solid var(--line)}.order-shortcuts a:last-child{border:0}.order-shortcuts .shortcut-icon{grid-row:1/3;width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:#fff1ef;color:var(--red);font-weight:900}.order-shortcuts b{font-size:13px}.order-shortcuts small{color:var(--muted);font-size:10px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0}.stat-card{display:flex;flex-direction:column;padding:19px;background:#fff;border:1px solid var(--line);border-radius:13px}.stat-card>span{color:#747c86;font-size:12px}.stat-card b{margin:6px 0;color:#252a30;font-size:23px}.stat-card small{color:#a0a6ad;font-size:10px}.stat-card.primary{background:#fff4f1;border-color:#ffd9d0}.stat-card.primary b{color:var(--red)}.todo-strip{display:grid;grid-template-columns:repeat(4,1fr);margin:16px 0;background:#fff;border:1px solid var(--line);border-radius:13px}.todo-strip a{display:flex;justify-content:space-between;padding:17px 19px;border-right:1px solid var(--line)}.todo-strip a:last-child{border:0}.todo-strip span{color:#69717b}.todo-strip b{color:var(--red);font-size:18px}.dashboard-columns{display:grid;grid-template-columns:1.5fr 1fr;gap:16px;margin-top:16px}.seller-grid{grid-template-columns:minmax(0,2fr) 270px}.clean-list{margin:0;padding:0;list-style:none}.clean-list li{display:flex;align-items:center;gap:11px;padding:10px 0;border-bottom:1px solid var(--line)}.clean-list li:last-child{border:0}.clean-list li span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#f2f3f5;color:#747b84;font-size:10px;font-weight:800}.service-card{background:#fff8f5}.operation-guide>div{display:flex;gap:11px;padding:12px 0;border-bottom:1px solid var(--line)}.operation-guide>div>span{color:#d59a9c;font-weight:900}.operation-guide p{display:flex;flex-direction:column;margin:0}.operation-guide small{color:var(--muted)}.order-tabs{display:flex;gap:3px;margin-bottom:14px;padding:7px;background:#fff;border:1px solid var(--line);border-radius:11px;overflow:auto}.order-tabs a{white-space:nowrap;padding:9px 13px;border-radius:7px;color:#68707a}.order-tabs a.active{background:#fff0ef;color:var(--red);font-weight:700}.order-tabs i{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:5px;border-radius:9px;background:#ffdedd;font-style:normal;font-size:10px}.notice-card{margin-bottom:14px;padding:13px 16px;border:1px solid #ffe0b8;border-radius:9px;background:#fff9ef;color:#8c611f;font-size:12px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid .full{grid-column:1/-1}.field{margin-bottom:15px}.field label{display:block;margin-bottom:7px;color:#4d545d;font-size:12px;font-weight:700}.field label em{color:var(--red);font-style:normal}.field small{display:block;margin-top:5px;color:#9aa0a8;font-size:10px}.product-editor{padding:0;overflow:hidden}.editor-section{padding:23px;border-bottom:1px solid var(--line)}.editor-section h2{display:flex;align-items:center;gap:10px;margin:0 0 19px;font-size:17px}.editor-section h2 span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#fff0ef;color:var(--red);font-size:11px}.editor-actions{display:flex;align-items:center;justify-content:space-between;padding:20px 23px;background:#fafbfc}.editor-actions>div{display:flex;flex-direction:column}.editor-actions small{color:var(--muted)}.case-list{display:grid;gap:14px}.case-card{margin:0!important}.case-head{display:flex;justify-content:space-between;gap:16px}.case-head h2{margin:8px 0 3px;font-size:17px}.case-head p{margin:0}.case-reason{margin:15px 0;padding:14px;background:#f7f8fa;border-radius:9px}.case-reason p{margin:5px 0 0}.delivery-form{min-width:240px}.delivery-form .input{margin-bottom:6px}
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:13px}.table-wrap.panel.flush{padding:0}.table{width:100%;border-collapse:collapse;min-width:720px}.table th,.table td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.table th{background:#fafbfc;color:#777f89;font-size:11px;font-weight:700}.table td{font-size:12px}.table tr:last-child td{border-bottom:0}.table-sub{display:block;margin-top:4px;color:#a1a6ad}.sku{display:inline-block;padding:3px 7px;border-radius:5px;background:#f0f2f4;color:#656d77;font:10px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}.money-compact{color:var(--red)}.status{display:inline-flex;align-items:center;white-space:nowrap;padding:4px 8px;border-radius:6px;background:#eef0f3;color:#666f79;font-size:10px;font-weight:700}.status.active,.status.approved,.status.completed,.status.delivered,.status.available,.status.resolved{background:#e7f7ef;color:#14744e}.status.pending,.status.pending_payment,.status.payment_review,.status.processing,.status.requested,.status.submitted,.status.under_review,.status.manual_pending,.status.seller_review,.status.negotiating{background:#fff3df;color:#a46100}.status.rejected,.status.cancelled,.status.failed,.status.dispute,.status.escalated{background:#ffebeb;color:#bf3035}
.empty{padding:35px;text-align:center;background:#fff;border:1px dashed #d8dce1;border-radius:13px;color:var(--muted)}.rich-empty b{display:block;color:#3f454d;font-size:17px}.rich-empty p{margin:7px 0 15px}.flash{padding:12px 15px;border-radius:8px}.flash.success{background:#e9f8f0;color:#116f49}.flash.error{background:#ffeded;color:#b22931}.summary-row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line)}.summary-row.total{font-size:17px}.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px}.summary-box{position:sticky;top:20px;align-self:start;padding:22px;background:#fff;border:1px solid var(--line);border-radius:14px}.check{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.cart-list{display:grid;gap:10px}.cart-item{display:grid;grid-template-columns:70px 1fr 110px 100px auto;align-items:center;gap:14px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:10px}.delivery-box{margin-top:14px;padding:14px;border-radius:9px;background:#f1f8f5}.delivery-code{display:flex;justify-content:space-between;gap:10px;padding:10px;background:#fff;border:1px solid #dfe9e4;border-radius:7px;font-family:ui-monospace,monospace}.timeline{border-left:2px solid #e2e4e8;margin-left:6px}.timeline-item{position:relative;padding:0 0 19px 19px}.timeline-item:before{content:"";position:absolute;left:-6px;top:4px;width:10px;height:10px;border-radius:50%;background:var(--red)}.shop-hero{display:flex;align-items:center;gap:17px;padding:25px;background:#fff;border:1px solid var(--line);border-radius:14px}.shop-logo{width:66px;height:66px;display:grid;place-items:center;border-radius:17px;background:#fff0ef;color:var(--red);font-size:24px;font-weight:900}.shop-stats{display:flex;gap:27px;margin-left:auto}.shop-stats>div{display:flex;flex-direction:column;text-align:center}.shop-stats b{font-size:19px}.shop-stats span{color:var(--muted);font-size:10px}.auth-shell{min-height:70vh;display:grid;place-items:center;padding:35px 0}.auth-card{width:min(460px,calc(100% - 28px));padding:30px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow)}.auth-card .brand{margin-bottom:22px}.auth-card h1{margin:0}.auth-card form{margin-top:20px}.sidebar-logout{border-top:1px solid var(--line);padding:10px}.sidebar-logout button{width:100%;border:0;background:none;color:#666;text-align:left}.message-layout{display:grid;grid-template-columns:270px 1fr;height:620px;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.conversation-list{overflow:auto;border-right:1px solid var(--line)}.conversation-item{display:block;padding:14px;border-bottom:1px solid var(--line)}.chat-panel{display:flex;flex-direction:column}.chat-head{padding:14px;border-bottom:1px solid var(--line)}.messages{flex:1;overflow:auto;padding:18px}.bubble{max-width:75%;margin:7px 0;padding:9px 12px;border-radius:9px;background:#f0f2f5}.bubble.me{margin-left:auto;background:#ffe8e5}.chat-form{display:flex;gap:9px;padding:13px;border-top:1px solid var(--line)}
@media(max-width:1100px){.header-actions{gap:12px}.hero-grid{grid-template-columns:185px minmax(0,1fr)}.account-panel{display:none}.category-menu{height:430px}.hero-stage{height:430px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}.footer-col:last-child{display:none}.product-layout{grid-template-columns:360px 1fr}.shopping-scenes article>div{width:68%}}
@media(max-width:850px){.desktop-head,.main-nav,.topbar{display:none}.mobile-head{height:62px;display:flex;align-items:center}.mobile-head .brand-mark{width:38px;height:38px;font-size:19px}.mobile-head .brand-copy b{font-size:18px}.mobile-head .icon-btn{margin-left:auto;width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:#f3f4f6;color:#444;font-weight:800}.mobile-search{display:block;padding:0 0 12px}.mobile-search .search{height:41px}.market-hero{padding-top:12px}.hero-grid{grid-template-columns:1fr}.category-menu{display:none}.hero-stage{height:400px}.hero-copy{left:30px;width:68%}.hero-copy h1{font-size:33px}.promise-row{grid-template-columns:1fr 1fr}.promise-row>div:nth-child(2){border-right:0}.promise-row>div{border-bottom:1px solid var(--line)}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.shopping-scenes{grid-template-columns:1fr}.shopping-scenes article>div{width:62%}.guide-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-col:nth-last-child(-n+2){display:none}.footer-promise{grid-template-columns:1fr 1fr;gap:18px}.dashboard{grid-template-columns:1fr}.sidebar{position:static;display:flex;overflow:auto;padding:6px}.sidebar-profile,.sidebar-title{display:none}.sidebar a{white-space:nowrap}.stat-grid{grid-template-columns:1fr 1fr}.dashboard-columns,.seller-grid{grid-template-columns:1fr}.product-layout{grid-template-columns:320px 1fr;gap:22px;padding:20px}.filters{grid-template-columns:1fr 1fr 1fr}.filters .input{grid-column:1/-1}.catalog-note{display:none}.mobile-nav{position:fixed;z-index:50;left:0;right:0;bottom:0;height:59px;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#717983;font-size:10px}.mobile-nav b{font-size:13px}.footer{margin-bottom:58px}}
@media(max-width:650px){body{font-size:14px}.container{width:min(100% - 22px,1220px)}.hero-stage{height:410px}.hero-stage:after{background:linear-gradient(0deg,rgba(17,23,30,.95),rgba(17,23,30,.35))}.hero-stage>img{object-position:center}.hero-copy{left:22px;right:22px;top:auto;bottom:25px;width:auto;transform:none}.hero-copy h1{font-size:29px}.hero-copy p{font-size:13px}.hero-tags{display:none}.hero-actions{flex-wrap:wrap}.promise-row{margin-top:0}.promise-row>div{padding:14px 12px}.promise-row>div>span{width:33px;height:33px}.promise-row small{display:none}.section{padding:28px 0}.section-head{align-items:flex-start}.section-head h2{font-size:22px}.section-head p{font-size:12px}.category-card{min-height:104px;grid-template-columns:38px 1fr;padding:14px}.category-card .category-symbol{width:38px;height:38px}.category-card i{display:none}.category-card small{max-height:34px;overflow:hidden}.new-user-banner{align-items:flex-start;gap:12px}.new-user-banner small{display:none}.new-user-banner>a{white-space:nowrap;font-size:11px}.product-grid{gap:9px}.product-cover{height:125px}.product-body{padding:11px}.product-title{font-size:12px}.product-desc{display:none}.product-meta{display:block}.product-meta span:last-child{display:block}.price{font-size:18px}.stock{font-size:9px}.featured-grid .product-card:nth-child(n+7){display:none}.shopping-scenes article{min-height:290px}.shopping-scenes article>div{width:100%;padding:25px}.shopping-scenes h2{font-size:22px}.guide-grid{gap:8px}.guide-grid>div{padding:17px}.market-stats{grid-template-columns:1fr 1fr;gap:20px}.market-stats>div:nth-child(2){border:0}.market-stats>div{border-bottom:1px solid #41464d;padding-bottom:15px}.market-stats>div:nth-child(n+3){border-bottom:0;padding-bottom:0}.footer-promise{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-brand{grid-column:1/-1}.footer-col:nth-child(3){display:flex}.footer-bottom{display:block}.catalog-head .container{min-height:170px}.catalog-head h1{font-size:28px}.catalog-head p{font-size:12px}.filter-title{display:flex;flex-direction:column;margin-bottom:12px}.filters{grid-template-columns:1fr 1fr}.filters .input{grid-column:1/-1}.filters .stock-check{padding:0 5px}.filters .btn{grid-column:1/-1}.catalog-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr;padding:14px}.detail-cover{height:300px}.detail h1{font-size:22px}.detail-facts{gap:12px;flex-wrap:wrap}.purchase-actions .btn{flex:1;min-width:125px}.buyer-protection{grid-template-columns:30px 1fr}.tab-button{min-width:100px;padding:13px 12px}.tab-pane{padding:20px}.dashboard-welcome,.seller-welcome{align-items:flex-start;gap:15px;padding:22px;flex-direction:column}.order-shortcuts{grid-template-columns:1fr 1fr}.order-shortcuts a:nth-child(2){border-right:0}.order-shortcuts a{padding:15px;border-bottom:1px solid var(--line)}.stat-grid{gap:8px}.stat-card{padding:14px}.stat-card b{font-size:19px}.todo-strip{grid-template-columns:1fr 1fr}.todo-strip a:nth-child(2){border-right:0}.todo-strip a{border-bottom:1px solid var(--line)}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.editor-actions{align-items:flex-start;gap:15px;flex-direction:column}.case-head{flex-direction:column}.order-tabs{margin-left:-2px;margin-right:-2px}.table th,.table td{padding:11px}.checkout-grid{grid-template-columns:1fr}.summary-box{position:static}.cart-item{grid-template-columns:55px 1fr 70px}.cart-item .item-total,.cart-item form{display:none}.shop-hero{align-items:flex-start;flex-wrap:wrap}.shop-stats{width:100%;margin-left:0;justify-content:space-between}.message-layout{grid-template-columns:1fr;height:auto}.conversation-list{max-height:210px;border-right:0;border-bottom:1px solid var(--line)}.chat-panel{height:470px}.page{padding-top:20px}}
@media(max-width:380px){.hero-copy h1{font-size:26px}.category-grid{grid-template-columns:1fr 1fr}.product-cover{height:112px}.promise-row b{font-size:12px}.header-main{gap:8px}.brand-copy small{display:none}}
.seller-apply-head{margin-bottom:16px;padding:35px;border-radius:17px;background:linear-gradient(120deg,#252b32,#424b57);color:#fff}.seller-apply-head h1{margin:0;font-size:30px}.seller-apply-head p{max-width:680px;color:#ccd1d7}.apply-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.apply-benefits>div{display:flex;align-items:center;gap:13px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:12px}.apply-benefits>div>b{color:#d8a0a2;font-size:18px}.apply-benefits span{display:flex;flex-direction:column}.apply-benefits small{color:var(--muted)}.check-consent{display:flex;align-items:flex-start;gap:8px;color:#666d76;font-size:12px}
@media(max-width:650px){.seller-apply-head{padding:24px}.seller-apply-head h1{font-size:25px}.apply-benefits{grid-template-columns:1fr}}
.category-menu a{min-height:39px;grid-template-columns:29px 1fr 10px;padding:5px 12px}.category-menu a small{display:none}.category-menu a .category-symbol{width:27px;height:27px;border-radius:8px;font-size:11px}.category-menu a b{font-size:12px}
.policy-page .container{max-width:920px}.policy-head{padding:34px 38px;border-radius:16px 16px 0 0;background:linear-gradient(120deg,#292f37,#414a55);color:#fff}.policy-head h1{margin:0;font-size:31px}.policy-head p{max-width:700px;color:#d3d7dc}.policy-content{border-radius:0 0 16px 16px}.policy-content section{padding:8px 0 17px;border-bottom:1px solid var(--line)}.policy-content h2{margin-bottom:7px;font-size:19px}.policy-content p{margin:0;color:#626a74}.policy-note{margin-top:20px;padding:14px;border-radius:9px;background:#fff7ea;color:#84602b}
.help-head{background:linear-gradient(120deg,#29313b,#3d4854);color:#fff}.help-head .container{padding:44px 16px}.help-head h1{margin:0;font-size:32px}.help-head p{color:#c9cfd6}.help-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:18px}.help-quick a{display:flex;align-items:center;gap:12px;padding:17px;background:#fff;border:1px solid var(--line);border-radius:12px}.help-quick a>b{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#fff0ef;color:var(--red)}.help-quick span{display:flex;flex-direction:column}.help-quick small{color:var(--muted)}.help-groups{display:grid;grid-template-columns:1fr 1fr;gap:15px}.help-groups .panel{margin:0}.category-item{border-bottom:1px solid var(--line)}.category-item summary{padding:13px 0;cursor:pointer;font-weight:700}.category-item p{margin:0 0 14px;color:var(--muted)}.support-banner{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding:30px;border-radius:15px;background:linear-gradient(120deg,#e4393c,#b82531);color:#fff}.support-banner h2{margin:0}.support-banner p{color:#ffe2df}.support-banner .eyebrow{color:#ffc6bf}@media(max-width:650px){.help-quick{grid-template-columns:1fr 1fr}.help-groups{grid-template-columns:1fr}.support-banner{align-items:flex-start;gap:20px;flex-direction:column}.policy-head{padding:25px}.help-head h1{font-size:27px}}
.supplier-fields{display:grid;gap:12px;padding:16px;border:1px solid #f0d4d4;background:#fffafa;border-radius:16px}.supplier-fields-head{display:grid;gap:3px}.supplier-fields-head b{color:#8f1414}.supplier-fields-head small{color:#6b7280}.supplier-fields .field{margin:0}

/* dense-market.css */
:root{--navy:#101722;--navy-2:#182334;--market-blue:#1268b3;--market-orange:#ff6d38;--dense-line:#e6e9ee}
html,body{max-width:100%;overflow-x:hidden}
body{background:#f4f6f8}
.container{width:min(1400px,calc(100% - 32px))}
:where(.header-main,.nav-inner,.catalog-shell,.catalog-main,.product-row,.product-row-copy,.dense-filter,.quick-market-links,.footer-grid,.dashboard-main){min-width:0}
:where(h1,h2,h3,h4,p){overflow-wrap:break-word;word-break:normal}:where(a,b,strong,small,span,label,button,summary){overflow-wrap:normal;word-break:normal}
.btn{height:auto;min-height:40px;white-space:normal}.section-head,.editor-actions,.dashboard-welcome,.seller-welcome,.footer-bottom{flex-wrap:wrap}.table th,.table td{overflow-wrap:break-word;word-break:normal}.panel,.sidebar,.dashboard-main,.form-grid>*{min-width:0}

/* Dense marketplace header */
.topbar{height:auto;min-height:30px;background:#090e15;color:#b9c1cc}
.topbar .container{min-height:30px;gap:14px}
.site-header{background:var(--navy);box-shadow:0 4px 16px rgba(5,10,18,.16)}
.header-main{height:auto;min-height:76px;padding:12px 0;gap:24px}
.site-header .brand-copy b{color:#fff}.site-header .brand-copy small{color:#8290a3}
.site-header .brand-mark{background:linear-gradient(145deg,#ef3d45,#ff6d38);box-shadow:0 8px 18px rgba(239,61,69,.24)}
.site-header .search{height:42px;border-color:#e34b51;background:#fff}
.site-header .search select{width:148px;min-width:118px}.site-header .search button{width:auto;min-width:82px;padding:0 20px}
.header-actions{gap:14px}.header-action{min-width:38px;color:#aeb8c5}.header-action strong{color:#fff}.header-action:hover{color:#fff}
.main-nav{height:auto;min-height:45px;border-top:1px solid rgba(255,255,255,.08);background:var(--navy)}
.nav-inner{min-height:45px;gap:8px;overflow-x:auto;scrollbar-width:none}.nav-inner::-webkit-scrollbar{display:none}
.category-trigger{align-self:stretch;height:auto;min-height:45px;width:auto;min-width:188px;padding:0 16px;border-radius:9px 9px 0 0;background:#e8383e;white-space:nowrap}
.nav-link{flex:0 0 auto;padding:7px 11px;border-radius:18px;color:#d5dbe3;font-size:13px;white-space:nowrap}.nav-link:hover{background:#223048;color:#fff}
.seller-join{flex:0 0 auto;padding:7px 12px;border:1px solid #ef7547;border-radius:18px;color:#ff9a6f;white-space:nowrap}
.notice{border:0;background:#fff4dc}.notice .container{padding:7px 0}

/* Short, information-rich hero */
.dense-hero{padding:16px 0 0;background:#eef2f6}
.hero-command{position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);min-height:368px;padding:34px 34px 92px;overflow:hidden;border:1px solid #243d5c;border-radius:24px;background:linear-gradient(125deg,#0c3155 0%,#0c497b 58%,#071b33 100%);box-shadow:0 15px 40px rgba(14,45,76,.18);color:#fff}
.hero-command:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(45,167,255,.17),transparent 32%),linear-gradient(115deg,transparent 44%,rgba(39,151,255,.08));pointer-events:none}
.hero-command-copy{position:relative;z-index:2;align-self:center;max-width:720px;padding-right:28px}
.hero-chip-row{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:16px}.hero-chip-row>*{padding:5px 11px;border:1px solid #40bfe8;border-radius:18px;background:rgba(0,174,224,.12);color:#a9ebff;font-size:12px;font-weight:800}.hero-chip-row a{border-color:#e6a622;background:#c98600;color:#fff}
.hero-command h1{margin:0;font-size:clamp(34px,4.2vw,57px);line-height:1.16;letter-spacing:-.04em;color:#fff}.hero-command h1 em{font-style:normal;color:#8ad9ff}
.hero-command-copy>p{max-width:690px;margin:18px 0 22px;color:#d5e5f3;font-size:15px;line-height:1.85}
.hero-command-visual{position:relative;z-index:1;align-self:center;min-height:228px;overflow:hidden;border:1px solid rgba(121,200,255,.38);border-radius:20px;background:#071a33}.hero-command-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,24,46,.38),rgba(0,0,0,.05))}.hero-command-visual img{width:100%;height:100%;min-height:228px;object-fit:cover;opacity:.88}.hero-command-visual>span{position:absolute;z-index:2;right:16px;bottom:15px;padding:7px 12px;border:1px solid rgba(255,255,255,.35);border-radius:17px;background:rgba(12,42,68,.74);font-size:12px;font-weight:800;backdrop-filter:blur(6px)}
.hero-proof{position:absolute;z-index:3;left:34px;right:34px;bottom:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border-radius:15px;background:#fff;color:#202a36}.hero-proof>div{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;min-height:56px;padding:8px 16px;border-right:1px solid var(--dense-line)}.hero-proof>div:last-child{border-right:0}.hero-proof>div>b{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#edf6fb;color:#1b668f}.hero-proof span{display:flex;min-width:0;flex-direction:column}.hero-proof strong{font-size:13px}.hero-proof small{color:#7b8490;font-size:10px}

.dense-home{padding-top:12px}
.quick-market-links{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;border:1px solid var(--dense-line);border-radius:14px;background:#fff}.quick-market-links a{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;min-height:70px;padding:10px 13px;border-right:1px solid var(--dense-line)}.quick-market-links a:last-child{border-right:0}.quick-market-links a:hover{background:#f5faff}.quick-market-links a>b{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eaf5fc;color:#11699b;font-size:12px}.quick-market-links span{display:flex;min-width:0;flex-direction:column}.quick-market-links strong{font-size:13px}.quick-market-links small{color:#8a929c;font-size:10px}
.bulk-banner{display:flex;align-items:center;gap:15px;margin:12px 0;padding:10px 15px;border:1px solid #233d5b;border-radius:13px;background:linear-gradient(90deg,#0e2d4d,#1b3e63);color:#fff}.bulk-label{flex:0 0 auto;padding:4px 10px;border:1px solid #dd9d31;border-radius:16px;color:#ffc45d;font-size:11px;font-weight:900;letter-spacing:.1em}.bulk-banner>div{display:flex;min-width:0;align-items:baseline;gap:13px;flex:1}.bulk-banner b{font-size:15px}.bulk-banner p{min-width:0;margin:0;color:#c3cfdb;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bulk-banner>a{flex:0 0 auto;padding:7px 13px;border-radius:18px;background:#ef6840;color:#fff;font-size:11px;font-weight:800}

/* Category rail and compact product catalog */
.catalog-shell{display:grid;grid-template-columns:262px minmax(0,1fr);gap:12px;align-items:start}
.catalog-sidebar,.catalog-main{overflow:hidden;border:1px solid var(--dense-line);border-radius:15px;background:#fff}
.catalog-sidebar{position:sticky;top:12px}.catalog-sidebar header{padding:19px 17px 14px;border-bottom:1px solid var(--dense-line)}.catalog-sidebar header>span{color:#9ba2ac;font-size:10px;text-transform:uppercase}.catalog-sidebar h2{margin:3px 0 1px;font-size:20px}.catalog-sidebar header small{color:#9199a4;font-size:10px}
.catalog-sidebar nav{max-height:648px;overflow:auto}.catalog-sidebar nav a{display:grid;grid-template-columns:31px minmax(0,1fr) auto 9px;align-items:center;gap:9px;min-height:48px;padding:7px 12px;border-bottom:1px solid #f0f2f4}.catalog-sidebar nav a:hover,.catalog-sidebar nav a.active{background:#f1f7fc;color:#0f6193}.catalog-sidebar nav .category-symbol{width:29px;height:29px;border-radius:8px;font-size:10px}.catalog-sidebar nav b{min-width:0;font-size:12px;line-height:1.35}.catalog-sidebar nav i{min-width:22px;padding:1px 5px;border-radius:9px;background:#f0f2f5;color:#7c8590;font-size:9px;font-style:normal;text-align:center}.catalog-sidebar nav em{color:#abb1b9;font-style:normal}
.sidebar-help{margin:11px;padding:13px;border-radius:10px;background:#fff7ed}.sidebar-help b{font-size:12px}.sidebar-help p{margin:5px 0 8px;color:#8b7765;font-size:10px;line-height:1.55}.sidebar-help a{color:#d25a32;font-size:11px;font-weight:800}
.catalog-main{padding:0 14px 14px}.catalog-main-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 2px 14px}.catalog-main-head .eyebrow{margin:0 0 2px}.catalog-main-head h2{margin:0;font-size:22px}.catalog-main-head p{margin:3px 0 0;color:#838b96;font-size:11px}.catalog-main-head>a,.catalog-rule{flex:0 0 auto;color:#cf3e42;font-size:11px;font-weight:800}
.dense-filter{display:grid;grid-template-columns:minmax(150px,.55fr) minmax(140px,.45fr) minmax(260px,1fr);gap:8px;padding:10px;border:1px solid #e2e6eb;border-radius:11px;background:#f8fafb}.dense-filter.multi{grid-template-columns:minmax(130px,.75fr) minmax(118px,.55fr) minmax(140px,.65fr) auto minmax(250px,1fr)}.dense-filter select,.dense-search{min-width:0;height:38px;border:1px solid #dfe3e8;border-radius:8px;background:#fff}.dense-filter select{width:100%;padding:0 10px;color:#4f5864;outline:0}.dense-search{display:flex;overflow:hidden}.dense-search input{min-width:0;flex:1;border:0;padding:0 12px;outline:0}.dense-search button{flex:0 0 auto;min-width:66px;padding:0 15px;border:0;background:#182333;color:#fff;font-weight:800}.dense-filter .stock-check{padding:0 8px;white-space:normal}
.product-list-head{display:grid;grid-template-columns:minmax(0,1fr) 120px 104px 88px;gap:14px;margin-top:10px;padding:8px 14px 8px 73px;border:1px solid var(--dense-line);border-radius:10px 10px 0 0;background:#f5f7f9;color:#78818c;font-size:10px;font-weight:800}.product-list{border:1px solid var(--dense-line);border-top:0;border-radius:0 0 10px 10px;background:#fff}.product-row{display:grid;grid-template-columns:48px minmax(0,1fr) 120px 104px 88px;align-items:center;gap:12px;min-height:88px;padding:10px 13px;border-bottom:1px solid var(--dense-line);transition:.16s}.product-row:last-child{border-bottom:0}.product-row:hover{position:relative;background:#fbfdff;box-shadow:inset 3px 0 #e23f43}
.product-row-media{width:46px;height:46px;display:grid;place-items:center;overflow:hidden;border-radius:12px;font-size:12px;font-weight:900}.product-row-media img{width:100%;height:100%;object-fit:cover}.product-row-copy{align-self:center}.product-row-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:3px}.product-row-tags .tag{min-height:18px;padding:1px 5px;font-size:8px}.category-tag{background:#eef1f5;color:#68717c}.product-row-title{display:-webkit-box;max-width:820px;overflow:hidden;color:#252a31;font-size:13px;font-weight:800;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-row-title:hover{color:#d7353b}.product-row-copy>p{margin:2px 0 0;color:#8a929d;font-size:10px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-row-shop{display:flex;flex-wrap:wrap;gap:10px;margin-top:3px;color:#a0a6ae;font-size:9px}
.product-row-price,.product-row-stock,.product-row-action{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.product-row-price small,.product-row-stock small{color:#a0a7af;font-size:8px}.product-row-price strong{color:#e13b40;font-size:17px;line-height:1.25}.product-row-price>span,.product-row-stock>span,.product-row-action small{color:#969ea8;font-size:9px}.product-row-stock b{font-size:11px}.product-row-action{align-items:stretch;text-align:center}.product-row-action>a{padding:7px 8px;border-radius:17px;background:#151d29;color:#fff;font-size:10px;font-weight:800;white-space:normal}.product-row-action small{margin-top:3px}
.compact-list .product-row:nth-child(n+9){display:none}.product-grid{display:grid;grid-template-columns:1fr;gap:9px}.product-grid .product-row{border:1px solid var(--dense-line);border-radius:11px}.latest-catalog{padding-top:30px}.dense-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px;overflow:hidden;border:1px solid var(--dense-line);border-radius:13px;background:#fff}.dense-info-grid article{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;padding:15px;border-right:1px solid var(--dense-line)}.dense-info-grid article:last-child{border-right:0}.dense-info-grid article>span{color:#d8a2a4;font-size:18px;font-weight:900}.dense-info-grid b{font-size:12px}.dense-info-grid p{margin:3px 0 0;color:#858d97;font-size:10px;line-height:1.55}

.catalog-page-head{background:linear-gradient(110deg,#121d2b,#1f3550);color:#fff}.catalog-page-head .container{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:138px}.catalog-page-head h1{margin:0;font-size:31px}.catalog-page-head p{margin:5px 0;color:#bcc8d5}.catalog-page-head .eyebrow{margin:0;color:#81d5ff}.catalog-head-search{width:min(500px,45%);height:42px;display:flex;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:#fff}.catalog-head-search input{min-width:0;flex:1;border:0;padding:0 13px;outline:0}.catalog-head-search button{min-width:76px;border:0;background:#e33e43;color:#fff;font-weight:800}.dense-catalog-page{padding-top:12px}.dense-catalog-page .catalog-sidebar nav{max-height:none}.dense-catalog-page .catalog-shell{margin-top:8px}

/* Translation resilience: translated English labels may be 2–4× longer */
html.translated-ltr .header-main,html.translated-rtl .header-main,html[lang^="en"] .header-main{min-height:76px;height:auto}
html.translated-ltr .nav-inner,html.translated-rtl .nav-inner,html[lang^="en"] .nav-inner{height:auto;min-height:45px}
html.translated-ltr .nav-link,html[lang^="en"] .nav-link{font-size:11px}
html.translated-ltr .header-actions,html[lang^="en"] .header-actions{gap:8px}
html.translated-ltr .header-action,html[lang^="en"] .header-action{min-width:42px;font-size:10px}
html.translated-ltr .hero-proof>div,html[lang^="en"] .hero-proof>div{min-height:68px}
html.translated-ltr .quick-market-links a,html[lang^="en"] .quick-market-links a{min-height:82px}
html.translated-ltr .product-row,html[lang^="en"] .product-row{min-height:104px}
html.translated-ltr .product-row-action>a,html[lang^="en"] .product-row-action>a{line-height:1.25}

@media(max-width:1180px){
  .container{width:min(100% - 24px,1400px)}
  .header-main{gap:15px}.header-actions{gap:8px}.header-action{min-width:34px}.site-header .search select{width:125px}
  .hero-command{grid-template-columns:minmax(0,1fr) 410px}.catalog-shell{grid-template-columns:230px minmax(0,1fr)}
  .dense-filter.multi{grid-template-columns:1fr 1fr 1fr}.dense-filter.multi .stock-check{align-self:center}.dense-filter.multi .dense-search{grid-column:2/4}
  .quick-market-links{grid-template-columns:repeat(3,1fr)}.quick-market-links a:nth-child(3){border-right:0}.quick-market-links a:nth-child(-n+3){border-bottom:1px solid var(--dense-line)}
}
@media(max-width:900px){
  .hero-command{grid-template-columns:1fr;padding-bottom:96px}.hero-command-copy{padding-right:0}.hero-command-visual{display:none}
  .hero-command-copy>p{max-width:760px}.catalog-shell{grid-template-columns:205px minmax(0,1fr)}
  .product-list-head{grid-template-columns:minmax(0,1fr) 105px 78px;padding-left:69px}.product-list-head span:nth-child(3){display:none}
  .product-row{grid-template-columns:46px minmax(0,1fr) 105px 78px}.product-row-stock{display:none}
  .dense-info-grid{grid-template-columns:1fr 1fr}.dense-info-grid article:nth-child(2){border-right:0}.dense-info-grid article:nth-child(-n+2){border-bottom:1px solid var(--dense-line)}
  .catalog-page-head .container{min-height:150px}.catalog-head-search{width:48%}
}
@media(max-width:850px){
  .mobile-head{height:auto;min-height:62px;padding:9px 0}.mobile-search{padding-bottom:10px}.mobile-search .search{height:auto;min-height:41px}
  .site-header .brand-copy b{color:#fff}.mobile-head .icon-btn{background:#263244;color:#fff}
}
@media(max-width:760px){
  .dense-hero{padding-top:10px}.hero-command{min-height:430px;padding:25px 21px 151px;border-radius:18px}.hero-command h1{font-size:34px}.hero-command-copy>p{font-size:13px;line-height:1.7}
  .hero-proof{left:16px;right:16px;bottom:16px;grid-template-columns:1fr 1fr}.hero-proof>div{min-height:58px;padding:7px 10px}.hero-proof>div:nth-child(2){border-right:0}.hero-proof>div:nth-child(-n+2){border-bottom:1px solid var(--dense-line)}
  .quick-market-links{grid-template-columns:1fr 1fr}.quick-market-links a:nth-child(odd){border-right:1px solid var(--dense-line)}.quick-market-links a:nth-child(even){border-right:0}.quick-market-links a:nth-child(-n+4){border-bottom:1px solid var(--dense-line)}
  .bulk-banner{align-items:flex-start;flex-wrap:wrap}.bulk-banner>div{display:block}.bulk-banner p{white-space:normal}.bulk-banner>a{margin-left:auto}
  .catalog-shell{grid-template-columns:1fr}.catalog-sidebar{position:static}.catalog-sidebar header{padding:14px}.catalog-sidebar nav{display:flex;max-height:none;overflow-x:auto}.catalog-sidebar nav a{flex:0 0 auto;grid-template-columns:28px auto auto;min-width:154px;border-right:1px solid var(--dense-line);border-bottom:0}.catalog-sidebar nav em{display:none}.sidebar-help{display:none}
  .catalog-main{padding:0 9px 10px}.catalog-main-head{align-items:flex-start;padding:14px 2px 10px}.catalog-main-head h2{font-size:19px}.catalog-main-head p{font-size:10px}.catalog-rule{display:none}
  .dense-filter,.dense-filter.multi{grid-template-columns:1fr 1fr}.dense-filter .dense-search,.dense-filter.multi .dense-search{grid-column:1/-1}.dense-filter.multi .stock-check{min-height:38px}
  .product-list-head{display:none}.product-list{border-top:1px solid var(--dense-line);border-radius:10px}
  .product-row{grid-template-columns:43px minmax(0,1fr) auto;gap:9px;min-height:105px;padding:10px}.product-row-media{width:42px;height:42px}.product-row-copy>p{display:none}.product-row-shop{gap:7px}.product-row-price{grid-column:2;grid-row:2;flex-direction:row;align-items:baseline;gap:4px}.product-row-price small{display:none}.product-row-price strong{font-size:16px}.product-row-stock{display:none}.product-row-action{grid-column:3;grid-row:1/3;align-self:center}.product-row-action>a{max-width:74px;padding:7px 9px}.product-row-action small{max-width:74px}.product-row-title{-webkit-line-clamp:2;font-size:12px}
  .dense-info-grid{grid-template-columns:1fr}.dense-info-grid article{border-right:0;border-bottom:1px solid var(--dense-line)!important}.dense-info-grid article:last-child{border-bottom:0!important}
  .catalog-page-head .container{display:block;min-height:0;padding:25px 0}.catalog-page-head h1{font-size:27px}.catalog-head-search{width:100%;margin-top:15px}
}
@media(max-width:520px){
  .container{width:min(100% - 18px,1400px)}.hero-command{min-height:455px}.hero-proof small{display:none}.hero-proof>div{min-height:49px}.hero-actions{gap:7px}.hero-actions .btn{padding:9px 12px;font-size:11px}
  .quick-market-links a{min-height:62px;padding:8px}.quick-market-links small{display:none}.quick-market-links strong{font-size:11px}
  .catalog-sidebar nav a{min-width:144px}.dense-filter,.dense-filter.multi{grid-template-columns:1fr}.dense-filter .dense-search,.dense-filter.multi .dense-search{grid-column:auto}.dense-filter.multi .stock-check{min-height:auto}
  .product-row-tags .category-tag{display:none}.product-row-shop span:nth-child(n+2){display:none}.product-row-action small{display:none}.product-row{grid-template-columns:40px minmax(0,1fr) 67px}.product-row-action>a{font-size:9px}
}

/* premium-market.css */
/* Premium Chinese marketplace refinement */
:root{--red:#e8363f;--red-dark:#c92432;--gold:#d79a38;--ink:#172033;--text:#343b49;--muted:#7b8492;--line:#e7e9ee;--soft:#f5f6f8;--paper:#fff;--shadow:0 14px 36px rgba(22,32,51,.08);--radius:14px}
body{background:#f5f6f8;color:var(--text)}
.site-header{box-shadow:0 1px 0 rgba(17,24,39,.07);position:sticky;top:0}.topbar{position:relative;z-index:22}.brand-mark{border-radius:12px;background:linear-gradient(145deg,#d91f2a,#ff5d4e)}
.search{border-radius:10px}.main-nav{background:#fff}.nav-link,.seller-join{white-space:nowrap}.panel{border-color:#e5e8ed;box-shadow:0 8px 24px rgba(31,41,55,.035)}
.btn{border-radius:9px}.input,.select,.textarea{border-radius:9px}.textarea{resize:vertical}.textarea.tall{min-height:190px}
.sidebar{position:sticky;top:150px;align-self:start;border:1px solid var(--line);box-shadow:0 8px 28px rgba(25,32,45,.04)}.sidebar-title{font-size:10px;letter-spacing:.12em}.sidebar a{border-radius:9px;margin:2px 7px}.sidebar a.active{background:#fff1f1;color:#d62431;font-weight:800}.sidebar a>span{border-radius:8px}
.dashboard-welcome{background:linear-gradient(125deg,#172237 0%,#24344c 72%,#433226 100%);border-radius:18px;box-shadow:0 16px 34px rgba(23,34,55,.15)}
.stat-card{border:1px solid var(--line);box-shadow:none}.order-shortcuts>a{border:1px solid var(--line);transition:.18s}.order-shortcuts>a:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#f0bfc2}

/* Hero without third-party imagery */
.premium-market-console{padding:18px!important;background:linear-gradient(155deg,#101a28,#20324b)!important;border:1px solid rgba(255,255,255,.12);color:#fff;box-shadow:0 20px 50px rgba(0,0,0,.2)}
.premium-market-console:before{content:"";position:absolute;inset:auto -90px -100px auto;width:270px;height:270px;border-radius:50%;background:radial-gradient(circle,rgba(232,54,63,.34),transparent 65%)}
.console-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.12);position:relative;z-index:1}.console-top b{font-size:14px}.console-top span{padding:3px 7px;border-radius:20px;background:#1f8a5a;font-size:9px;font-weight:900;letter-spacing:.12em}.console-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px;position:relative;z-index:1}.console-grid>div{display:flex;flex-direction:column;min-height:104px;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.055)}.console-grid small{color:#aebbd0;font-size:10px}.console-grid strong{margin-top:6px;font-size:14px}.console-grid i{margin-top:auto;color:#d4dce8;font-size:9px;font-style:normal}.premium-market-console>span{position:relative;z-index:1;display:block;margin-top:13px;color:#cdd7e4;font-size:10px;text-align:center}

/* Product details */
.detail-cover{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center}.detail-cover>small{font-weight:800;opacity:.7}.purchase-actions{grid-template-columns:1fr 1fr!important}.buyer-protection{border-radius:12px}.product-tabs .tab-buttons{overflow-x:auto}.protected-download{display:flex;align-items:center;gap:11px;margin-top:10px;padding:11px 13px;border:1px solid #cdddf5;border-radius:10px;background:#f4f8ff;color:#235b9c}.protected-download>span{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#e1ecff;font-size:19px;font-weight:900}.protected-download div{display:flex;flex-direction:column}.protected-download small{color:#6c7d91}.order-product{padding:18px 0;border-bottom:1px solid var(--line)}.delivery-title{display:flex;justify-content:space-between;gap:12px}.delivery-title small{color:var(--muted)}.item-actions{margin-top:10px}

/* Messaging */
.premium-chat{min-height:650px;border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff}.premium-chat .conversation-list{background:#fafbfc;border-right:1px solid var(--line)}.conversation-item{display:grid!important;grid-template-columns:38px 1fr;gap:10px;padding:14px!important;border-bottom:1px solid #edf0f3}.conversation-item.active{background:#fff4f4;border-left:3px solid var(--red)}.conversation-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#1d2a3d;color:#fff;font-weight:900}.conversation-item>div{min-width:0}.conversation-item small,.conversation-item p{display:block;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-item p{margin:4px 0 0}.chat-head{min-height:66px;display:flex;align-items:center;justify-content:space-between;padding:11px 18px;border-bottom:1px solid var(--line)}.chat-head>div{display:flex;flex-direction:column}.chat-head small{color:var(--muted)}.secure-label{padding:5px 9px;border-radius:20px;background:#eef8f1;color:#25734d;font-size:10px;font-weight:800}.messages{padding:20px;background:#f7f8fa}.bubble{max-width:min(72%,620px);display:flex;flex-direction:column;align-items:flex-start;margin:8px 0;padding:10px 12px;border:1px solid #e4e8ee;border-radius:13px 13px 13px 4px;background:#fff;box-shadow:0 4px 12px rgba(25,32,45,.04)}.bubble.me{margin-left:auto;align-items:flex-end;border-color:#f0c7c9;border-radius:13px 13px 4px 13px;background:#fff3f3}.bubble-text{white-space:pre-wrap;word-break:break-word}.bubble-meta{margin-top:5px;color:#99a0aa;font-size:9px}.chat-attachment{display:block;margin-top:7px;padding:7px 9px;border-radius:8px;background:rgba(30,77,126,.08);color:#1c5f9d;font-size:11px}.chat-form{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:end;padding:12px;border-top:1px solid var(--line)}.chat-form textarea{min-height:42px;max-height:130px}.chat-file input{display:none}.chat-file span{height:42px;display:grid;place-items:center;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:11px;font-weight:700;cursor:pointer}.chat-note{padding:0 12px 10px;color:var(--muted);font-size:9px;text-align:right}

/* After-sales / disputes */
.case-list{display:grid;gap:14px}.case-card{overflow:hidden}.case-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0}.case-summary-grid>div{display:flex;flex-direction:column;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fafbfc}.case-summary-grid small{color:var(--muted);font-size:9px}.case-summary-grid b{margin-top:2px;font-size:12px}.case-reason{padding:13px;border-radius:10px;background:#faf8f5}.evidence-list{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-top:12px}.evidence-list>b{width:100%;font-size:11px}.evidence-list a{padding:6px 9px;border:1px solid #dce3ec;border-radius:8px;background:#f7f9fc;color:#365f8b;font-size:10px}.case-thread{margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.case-thread>b{display:block;margin-bottom:9px}.thread-message{margin:7px 0;padding:9px 11px;border-left:3px solid #ccd5e1;background:#f8fafc}.thread-message.mine{border-left-color:#e85b62;background:#fff7f7}.thread-message>div{display:flex;justify-content:space-between;gap:15px}.thread-message small{color:var(--muted);font-size:9px}.thread-message p{margin:4px 0 0}.refund-record,.dispute-state{margin-top:12px;padding:12px;border-radius:10px}.refund-record{background:#eef9f2;border:1px solid #ccebd7}.refund-record>div{display:flex;gap:10px;margin-top:6px}.refund-record span{color:#557064;font-size:10px}.dispute-state{background:#fff7e9;border:1px solid #f0d6a5}.dispute-state .status{margin-left:8px}.case-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.case-actions-grid>form,.case-response{padding:12px;border:1px solid var(--line);border-radius:10px;background:#fafbfc}.escalate-box label{display:block;font-weight:800;margin-bottom:7px}.admin-dispute-form{display:grid;gap:5px;min-width:220px}.premium-delivery-form{min-width:250px}.premium-delivery-form textarea{min-height:62px}.download-upload[hidden]{display:none!important}

/* Chinese-market density but cleaner */
.product-row{border-color:#e8ebef}.product-row:hover{background:#fffafa}.tag.official{border-color:#e7c987;background:#fff8e9;color:#9b691c}.footer{background:#17202e}.footer-promise{border-color:rgba(255,255,255,.08)}

@media(max-width:900px){.site-header{position:relative}.sidebar{position:static}.case-summary-grid{grid-template-columns:1fr 1fr}.case-actions-grid{grid-template-columns:1fr}.premium-chat{min-height:560px}.message-layout{grid-template-columns:210px minmax(0,1fr)!important}}
@media(max-width:760px){.premium-chat{display:block!important}.conversation-list{display:flex;overflow-x:auto;border-right:0!important;border-bottom:1px solid var(--line)}.conversation-item{flex:0 0 220px}.chat-panel{min-height:520px}.bubble{max-width:88%}.case-summary-grid{grid-template-columns:1fr 1fr}.chat-form{grid-template-columns:auto minmax(0,1fr)}.chat-form .btn{grid-column:1/-1}.premium-delivery-form{min-width:190px}.footer-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:520px){.case-summary-grid{grid-template-columns:1fr}.chat-form{grid-template-columns:1fr}.chat-file span{justify-content:center}.footer-grid{grid-template-columns:1fr!important}}

.stock-ondemand{display:inline-flex;align-items:center;padding:.28rem .58rem;border-radius:999px;background:#f3f6fa;color:#324255;font-size:.8rem;font-weight:800}.panel-inset{background:#f8fafc;border:1px solid #e5eaf0;border-radius:16px;padding:16px}.dispute-decision-form,.case-resolution-actions{display:grid;gap:12px}.dispute-decision-form .form-grid{margin-top:8px}

/* Native language switcher + translation-safe layout */
html{font-synthesis:none}body{word-break:normal;overflow-wrap:normal}.notranslate,[translate="no"]{word-break:keep-all!important;overflow-wrap:normal!important}
.header-actions{margin-left:auto;flex:0 0 auto}.header-action>span,.header-menu summary>span{white-space:nowrap;word-break:keep-all}.ui-symbol{font-family:system-ui,"Segoe UI Symbol","Apple Color Emoji","Segoe UI Emoji",sans-serif!important;line-height:1;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important}
.header-menu{position:relative;flex:0 0 auto}.header-menu>summary{list-style:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:42px;color:#aeb8c5;font-size:10px;user-select:none}.header-menu>summary::-webkit-details-marker{display:none}.header-menu>summary::marker{display:none}.header-menu[open]>summary{color:#fff}.header-menu .ui-symbol{width:26px;height:24px;display:grid;place-items:center;color:#fff;font-size:14px}
.header-popover{position:absolute;z-index:120;right:0;top:calc(100% + 11px);width:220px;padding:8px;border:1px solid #e4e8ee;border-radius:12px;background:#fff;box-shadow:0 20px 55px rgba(10,19,31,.24);color:#273142}.header-popover:before{content:"";position:absolute;right:16px;top:-6px;width:11px;height:11px;transform:rotate(45deg);border-left:1px solid #e4e8ee;border-top:1px solid #e4e8ee;background:#fff}.header-popover a,.header-popover button{position:relative;z-index:1;display:flex;width:100%;align-items:center;justify-content:space-between;min-height:39px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:#343d49;font:inherit;font-size:12px;text-align:left;cursor:pointer;white-space:normal}.header-popover a:hover,.header-popover button:hover,.header-popover a.active{background:#f4f7fa;color:#d62e38}.header-popover a.active{font-weight:800}.header-popover small{font-size:9px;color:#9aa3ad;white-space:nowrap}.language-popover{width:190px}.account-popover{width:235px}.popover-user{position:relative;z-index:1;display:flex;flex-direction:column;padding:8px 10px 10px;margin-bottom:5px;border-bottom:1px solid #edf0f4}.popover-user b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popover-user small{margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8b94a0}.account-popover form{margin:0}.logout-action{color:#bf2631!important;font-weight:800!important}.user-avatar{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:#e83b43;color:#fff;font-size:11px!important;line-height:1!important}.account-name{max-width:76px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important}

/* Category mega menu: real marketplace categories without cluttering the main nav */
.nav-category-menu{position:relative;align-self:stretch;flex:0 0 auto}.nav-category-menu>summary{list-style:none;cursor:pointer}.nav-category-menu>summary::-webkit-details-marker{display:none}.nav-category-menu>summary::marker{display:none}.category-mega{position:absolute;z-index:110;left:0;top:100%;width:min(760px,calc(100vw - 32px));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:10px;border:1px solid #dfe4ea;border-radius:0 0 14px 14px;background:#fff;box-shadow:0 22px 55px rgba(7,18,34,.2)}.category-mega a{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;min-height:53px;padding:7px 9px;border-radius:9px;color:#2e3743}.category-mega a:hover{background:#f4f8fb}.category-mega>a>span:last-child{display:flex;min-width:0;flex-direction:column}.category-mega b{font-size:11px;line-height:1.35;white-space:normal}.category-mega small{margin-top:2px;color:#8c96a2;font-size:9px;line-height:1.35;white-space:normal}.category-mega .category-symbol{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;font-size:9px;font-weight:900}

/* Prevent long English labels from stacking one letter per line */
.sidebar a{min-height:44px;align-items:center;line-height:1.28}.sidebar a>span{flex:0 0 28px;width:28px;height:28px;font-size:13px;white-space:nowrap!important;overflow:hidden!important;word-break:keep-all!important}.sidebar a,.sidebar-title,.sidebar-profile b,.sidebar-profile small{word-break:normal!important;overflow-wrap:normal!important}.catalog-sidebar nav b,.product-row-action a,.product-list-head span,.dense-filter label,.dense-filter select,.btn{word-break:normal!important;overflow-wrap:normal!important}.catalog-sidebar nav b{white-space:normal}.product-list-head span{white-space:normal}.product-row-action>a{white-space:normal!important;hyphens:none}.search select,.search button{word-break:normal;white-space:nowrap}
html[lang="en"] .dashboard{grid-template-columns:244px minmax(0,1fr)}html[lang="en"] .sidebar a{font-size:12px}html[lang="en"] .sidebar{min-width:0}html[lang="en"] .header-action{min-width:48px}html[lang="en"] .header-main{gap:16px}html[lang="en"] .search{min-width:0}html[lang="en"] .site-header .search select{width:178px}html[lang="en"] .nav-link{font-size:12px}html[lang="en"] .category-trigger{min-width:170px}html[lang="en"] .catalog-shell{grid-template-columns:285px minmax(0,1fr)}
.mobile-head-actions{margin-left:auto;display:flex;align-items:center;gap:7px}.mobile-lang{display:none}.mobile-lang>summary{height:38px;min-width:42px;border-radius:9px;background:#263244;color:#fff!important;font-weight:800}.mobile-lang .header-popover{right:0;top:44px}

@media(max-width:1180px){html[lang="en"] .dashboard{grid-template-columns:230px minmax(0,1fr)}html[lang="en"] .catalog-shell{grid-template-columns:245px minmax(0,1fr)}.header-popover{right:0}}
@media(max-width:1000px){.category-mega{width:650px}.category-mega small{display:none}.account-name{display:none}}
@media(max-width:850px){.mobile-lang{display:block}.header-actions .language-switcher{display:none}.category-mega{display:none}html[lang="en"] .dashboard{grid-template-columns:1fr}html[lang="en"] .catalog-shell{grid-template-columns:1fr}.sidebar a{flex:0 0 auto;white-space:nowrap!important}.sidebar a>span{flex:0 0 28px}}
@media(max-width:520px){.language-popover{width:175px}.mobile-head .brand-copy{max-width:170px}.mobile-head .brand-copy b,.mobile-head .brand-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
.sidebar-logout{margin:8px 7px 2px;padding-top:8px;border-top:1px solid var(--line)}.sidebar-logout button{width:100%;display:flex;align-items:center;gap:10px;min-height:42px;padding:9px 12px;border:0;border-radius:9px;background:transparent;color:#9b3b43;font:inherit;font-size:12px;cursor:pointer;text-align:left}.sidebar-logout button:hover{background:#fff1f1;color:#cb2834}.sidebar-logout button>span{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#fff0f1;font-weight:900}.sidebar-logout .csrf-field{display:none}@media(max-width:850px){.sidebar-logout{display:none}}
@media(max-width:850px){.sidebar-logout{display:block!important;flex:0 0 auto;margin:2px;padding:0;border:0}.sidebar-logout button{height:42px;white-space:nowrap}.sidebar-logout button>span{display:none}}
.category-mega{max-height:min(70vh,620px);overflow-y:auto;overscroll-behavior:contain}.header-popover{max-height:min(70vh,520px);overflow-y:auto}

/* control-center.css */
/* State-of-the-art buyer / seller / admin control centers. Translation-safe: never split labels character-by-character. */
:root{--cc-navy:#182235;--cc-blue:#315f9a;--cc-green:#217a52;--cc-orange:#a66c19;--cc-purple:#6c4aa1;--cc-red:#d92e3a}
.control-sidebar{width:238px;max-height:calc(100vh - 170px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.control-sidebar .sidebar-profile{position:sticky;top:0;z-index:2;background:#fff}.control-sidebar a,.control-sidebar button{word-break:normal!important;overflow-wrap:normal!important;white-space:normal}.control-sidebar .mini-avatar.admin{background:#182235}.control-sidebar .sidebar-title{margin-top:10px}.admin-sidebar{width:250px}
.control-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px;border-radius:18px;background:linear-gradient(125deg,#172237,#293d5b 72%,#4d3428);color:#fff;box-shadow:0 16px 36px rgba(23,34,55,.15)}.control-hero h1{margin:4px 0 5px;font-size:28px}.control-hero p{margin:0;color:#d4dcea}.control-hero .eyebrow{color:#ffdadc}.control-hero-actions{display:flex;gap:8px;flex-wrap:wrap}.control-hero .btn.outline{border-color:rgba(255,255,255,.45);color:#fff}.control-hero .btn.outline:hover{background:#fff;color:#1d293b}
.control-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}.control-metric{padding:17px;border:1px solid var(--line);border-radius:14px;background:#fff}.control-metric small{display:block;color:var(--muted);font-size:11px}.control-metric b{display:block;margin-top:5px;color:#172033;font-size:23px}.control-metric span{display:block;margin-top:4px;color:#89919d;font-size:10px}.control-metric.alert b{color:var(--cc-red)}.control-metric.money b{color:var(--cc-green)}
.quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}.quick-action{display:flex;align-items:center;gap:11px;padding:14px;border:1px solid var(--line);border-radius:13px;background:#fff;transition:.16s}.quick-action:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.quick-action>span{flex:0 0 38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#f1f4f8;color:#1d3859;font-weight:900;font-size:17px}.quick-action b,.quick-action small{display:block}.quick-action small{margin-top:2px;color:var(--muted);font-size:10px}
.control-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:15px}.panel-head.flexible{align-items:flex-start;gap:12px}.panel-subtle{border:1px solid var(--line);border-radius:12px;background:#fafbfc;padding:13px}.queue-list{display:grid;gap:8px}.queue-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #edf0f3}.queue-item:last-child{border-bottom:0}.queue-item>div{min-width:0}.queue-item b,.queue-item small{display:block}.queue-item small{color:var(--muted);font-size:10px;margin-top:2px}.queue-item b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wallet-balance{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;padding:24px;border-radius:17px;background:linear-gradient(135deg,#152137,#264365);color:#fff}.wallet-balance small{display:block;color:#bfcade}.wallet-balance strong{display:block;margin-top:4px;font-size:34px}.wallet-balance .currency-chip{padding:6px 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);font-size:11px}.wallet-layout{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:15px}.topup-methods{display:grid;gap:8px}.method-card{padding:12px;border:1px solid var(--line);border-radius:11px;background:#fff}.method-card b,.method-card small{display:block}.method-card small{margin-top:3px;color:var(--muted)}
.file-list{display:grid;gap:9px}.file-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:12px;background:#fff}.file-row strong,.file-row small{display:block;word-break:break-word}.file-row small{margin-top:3px;color:var(--muted)}.file-meta{font-size:10px;color:var(--muted);white-space:nowrap}
.ticket-layout{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:620px;border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff}.ticket-list{border-right:1px solid var(--line);background:#fafbfc}.ticket-list-head{padding:15px;border-bottom:1px solid var(--line)}.ticket-item{display:block;padding:13px 15px;border-bottom:1px solid #eceff3}.ticket-item.active{background:#fff;border-left:3px solid var(--red)}.ticket-item b,.ticket-item small{display:block}.ticket-item small{color:var(--muted);margin-top:3px}.ticket-panel{display:flex;flex-direction:column;min-width:0}.ticket-thread{flex:1;padding:18px;background:#f8f9fb;overflow-y:auto}.ticket-message{max-width:82%;margin:8px 0;padding:11px 13px;border:1px solid #e0e5eb;border-radius:12px;background:#fff}.ticket-message.mine{margin-left:auto;background:#fff3f3;border-color:#f1c8ca}.ticket-message header{display:flex;justify-content:space-between;gap:12px;font-size:10px;color:var(--muted)}.ticket-message p{white-space:pre-wrap;word-break:break-word}.ticket-reply{padding:13px;border-top:1px solid var(--line)}
.verification-card{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px}.verification-state{padding:18px;border-radius:14px;background:#f7f9fc;border:1px solid #dde4ed}.verification-state strong{display:block;font-size:18px}.verification-state p{color:var(--muted)}
.editor-shell{display:grid;gap:15px}.editor-tabs{display:flex;gap:7px;flex-wrap:wrap;padding:7px;border:1px solid var(--line);border-radius:12px;background:#f7f8fa}.editor-tab{padding:9px 13px;border:0;border-radius:9px;background:transparent;font:inherit;font-weight:800;color:#667080;cursor:pointer}.editor-tab.active{background:#fff;color:#172033;box-shadow:0 2px 9px rgba(31,41,55,.08)}.language-panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.language-panel{padding:15px;border:1px solid var(--line);border-radius:13px;background:#fff}.language-panel h3{display:flex;align-items:center;justify-content:space-between;margin:0 0 13px;font-size:14px}.language-panel h3 span{color:var(--muted);font-size:9px;letter-spacing:.08em}.language-panel .field+.field{margin-top:11px}.product-media-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:14px}.image-preview-card{min-height:210px;display:grid;place-items:center;overflow:hidden;border:1px dashed #ccd3dc;border-radius:13px;background:#fafbfc}.image-preview-card img{width:100%;height:210px;object-fit:cover}.upload-zone{padding:14px;border:1px dashed #c8d1dc;border-radius:12px;background:#fafcff}.upload-zone strong,.upload-zone small{display:block}.upload-zone small{color:var(--muted);margin-top:4px}.editor-help{padding:12px 14px;border-left:3px solid #3a77b6;background:#f2f7fd;color:#39536f;font-size:11px}.format-chip{display:inline-flex;margin:2px;padding:4px 7px;border-radius:999px;background:#edf2f8;color:#42546c;font-size:9px;font-weight:800}.cny-price{display:flex;align-items:center}.cny-price>span{height:42px;display:grid;place-items:center;padding:0 13px;border:1px solid var(--line);border-right:0;border-radius:9px 0 0 9px;background:#f4f6f8;font-weight:900}.cny-price input{border-radius:0 9px 9px 0!important}
.catalog-tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.catalog-tool-card{padding:19px;border:1px solid var(--line);border-radius:14px;background:#fff}.catalog-tool-card h2{margin-top:0}.format-note{display:flex;flex-wrap:wrap;gap:5px;margin:8px 0}.import-log{padding:10px 0;border-bottom:1px solid var(--line)}
.store-brand-preview{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.store-banner-preview{height:160px;background:linear-gradient(135deg,#1a2b45,#934247);background-size:cover;background-position:center}.store-brand-body{display:flex;align-items:end;gap:15px;padding:0 20px 18px}.store-logo-preview{width:86px;height:86px;margin-top:-42px;display:grid;place-items:center;overflow:hidden;border:4px solid #fff;border-radius:18px;background:#f3f5f7;box-shadow:0 7px 20px rgba(0,0,0,.12)}.store-logo-preview img{width:100%;height:100%;object-fit:cover}.store-brand-body h2{margin:0}.store-brand-body p{margin:3px 0 0;color:var(--muted)}
.admin-queue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin:15px 0}.admin-queue{padding:15px;border:1px solid var(--line);border-radius:13px;background:#fff}.admin-queue b{display:block;font-size:22px}.admin-queue small{display:block;color:var(--muted);margin-top:4px}.admin-queue.warning b{color:#ba7921}.admin-queue.danger b{color:#d52e3b}.admin-actions{display:flex;gap:5px;flex-wrap:wrap;min-width:210px}.admin-actions form{display:flex;gap:5px;flex-wrap:wrap}.admin-actions .input,.admin-actions .select{min-width:100px;height:35px;font-size:10px}.admin-actions .input.note{min-width:150px}.admin-table td{vertical-align:top;max-width:280px;word-break:break-word}.admin-table th{white-space:nowrap}.admin-section-tools{display:flex;gap:7px;flex-wrap:wrap}.admin-detail-card{padding:16px;border:1px solid var(--line);border-radius:13px;background:#fff}.admin-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.admin-detail-grid>div{padding:10px;border:1px solid #edf0f3;border-radius:9px;background:#fafbfc}.admin-detail-grid small,.admin-detail-grid b{display:block}.admin-detail-grid small{color:var(--muted);font-size:9px}.admin-chat-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:15px}.admin-chat-members{padding:14px;border:1px solid var(--line);border-radius:13px;background:#fff}.member-chip{display:flex;justify-content:space-between;gap:8px;padding:9px 0;border-bottom:1px solid var(--line)}.member-chip:last-child{border:0}.admin-chat-thread{padding:16px;border:1px solid var(--line);border-radius:13px;background:#f8f9fb;max-height:600px;overflow-y:auto}
.finance-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.finance-ledger>div{padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.finance-ledger small,.finance-ledger b{display:block}.finance-ledger small{color:var(--muted)}.finance-ledger b{margin-top:4px;font-size:20px}
.analytics-bars{display:grid;gap:8px}.analytics-row{display:grid;grid-template-columns:95px minmax(0,1fr) 110px;gap:10px;align-items:center}.analytics-track{height:9px;border-radius:999px;background:#edf0f4;overflow:hidden}.analytics-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#315f9a,#608ec5)}

@media(max-width:1120px){.control-metrics,.quick-actions,.admin-queue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.language-panels{grid-template-columns:1fr}.control-grid,.verification-card{grid-template-columns:1fr}.wallet-layout{grid-template-columns:1fr}.product-media-grid{grid-template-columns:1fr}.admin-detail-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.control-sidebar,.admin-sidebar{width:auto;max-height:none}.catalog-tool-grid{grid-template-columns:1fr}.ticket-layout{grid-template-columns:220px minmax(0,1fr)}.admin-chat-layout{grid-template-columns:1fr}.finance-ledger{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.control-hero{align-items:flex-start;flex-direction:column}.control-metrics,.quick-actions,.admin-queue-grid,.finance-ledger{grid-template-columns:1fr 1fr}.ticket-layout{display:block;min-height:0}.ticket-list{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line)}.ticket-list-head{display:none}.ticket-item{flex:0 0 230px}.file-row{grid-template-columns:1fr}.file-meta{white-space:normal}.admin-detail-grid{grid-template-columns:1fr}.analytics-row{grid-template-columns:75px minmax(0,1fr) 80px}}
@media(max-width:480px){.control-metrics,.quick-actions,.admin-queue-grid,.finance-ledger{grid-template-columns:1fr}.control-hero h1{font-size:23px}.wallet-balance{align-items:flex-start;flex-direction:column}.ticket-message{max-width:94%}}

/* yunqivo.css */
/* Yunqivo — ink, ivory and vermilion. Local system fonts keep Chinese rendering fast. */
:root{--primary:#b83c2b;--primary-dark:#982b1e;--red:#b83c2b;--text:#202e32;--muted:#697576;--border:#e4e7e2;--bg:#f6f7f3;--radius:16px}
html{scroll-behavior:smooth;scroll-padding-top:140px}body{background:#f6f7f3;color:#202e32;font-family:Inter,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;line-height:1.7;word-break:normal;overflow-wrap:anywhere}h1,h2,h3,h4{letter-spacing:-.025em;line-height:1.35}button,input,select,textarea{font:inherit}a,button,input,select,summary,textarea{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid #bd5d37;outline-offset:4px}.container{max-width:1320px}.topbar{background:#203c3b;color:#eff4ef;border:0}.topbar a{color:#eff4ef}.topbar-dot{background:#b8ce9e}.site-header{background:#fffefb;box-shadow:0 4px 22px #183a3210}.header-main{min-height:100px;gap:28px}.brand-mark{background:#b83c2b!important;border-radius:13px!important;color:white!important;font-size:26px!important;box-shadow:none!important}.brand-copy b{font-size:21px;white-space:normal}.brand-copy small{letter-spacing:.08em;font-size:10px}.search{border:1px solid #dce2d9;background:#f8f9f5;border-radius:12px}.search button,.dense-search button,.catalog-head-search button{background:#b83c2b!important}.main-nav{border-top:1px solid #eef0ea;border-bottom:1px solid #e1e6de}.nav-link{font-weight:550}.category-trigger{background:#203c3b!important;border-radius:7px 7px 0 0}.btn{border-radius:9px;min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .18s,box-shadow .18s}.btn:hover{transform:translateY(-1px)}.btn:not(.outline):not(.secondary):not(.hero-secondary){background:#b83c2b}.dense-hero{background:#edf0e7!important;border-bottom:1px solid #dde3d6;padding:0!important}.hero-command{display:grid;grid-template-columns:1.2fr 1fr;gap:42px;padding-top:64px;padding-bottom:0}.hero-command-copy{padding:0!important}.hero-chip-row span{background:transparent;border:1px solid #bcc9b4;color:#365240;letter-spacing:.12em}.hero-command-copy h1{font-size:clamp(34px,4.5vw,62px);color:#213c38;line-height:1.25;font-weight:750;letter-spacing:-.045em}.hero-command-copy h1 em{color:#b83c2b;font-style:normal}.hero-command-copy p{color:#586960;font-size:16px;line-height:1.9;max-width:590px}.hero-actions{margin-top:26px;gap:12px}.hero-primary{background:#b83c2b!important;color:#fff!important;border:0!important}.hero-secondary{background:transparent!important;color:#23433c!important;border:1px solid #b9c6b3!important}.hero-command-visual.premium-market-console{background:#fffef9!important;border:1px solid #d7dfce!important;border-radius:20px!important;box-shadow:0 18px 50px #263f3010!important;transform:none!important;color:#223b34!important;align-self:center;padding:26px!important}.console-top{color:#29423b!important;border-color:#e1e7d9!important}.console-top span{background:#edf3e4!important;color:#4d6b3a!important}.console-grid{gap:12px!important}.console-grid>div{background:#f5f6ef!important;border:1px solid #e4e9dc!important;border-radius:12px!important;padding:17px!important}.console-grid strong{font-size:16px!important;color:#223b34!important;line-height:1.7}.console-grid small{color:#ab4c35!important}.console-grid i,.premium-market-console>span{color:#6c7868!important;font-style:normal}.hero-proof{grid-column:1/-1;border-top:1px solid #d2dccb;padding:22px 0;margin-top:4px!important;background:transparent!important}.hero-proof b{background:#e1e8d6!important;color:#3f5943!important;border-radius:50%}.hero-proof strong{color:#304a3e}.hero-proof small{color:#6e7e6c}.dense-home{padding-top:32px}.quick-market-links a{border:1px solid #e0e5db;border-radius:12px;background:#fffefb;box-shadow:none}.quick-market-links a>b{background:#f0f3e9!important;color:#416044!important}.bulk-banner{background:#233f3a;color:#fff;border:0;border-radius:12px;margin:25px 0}.bulk-banner p{color:#c6d5cb}.bulk-label{background:#47634e;color:#eef3e8}.bulk-banner a{background:#edf1e5;color:#294537}.catalog-shell{gap:25px}.catalog-sidebar{background:#fffefb;border:1px solid #e0e5da;border-radius:14px;overflow:hidden}.catalog-sidebar header{background:#fffefb;padding:23px}.catalog-sidebar nav a{padding:12px 16px;min-height:48px}.catalog-sidebar nav a.active,.catalog-sidebar nav a:hover{background:#eef2e6;color:#35543c}.catalog-main-head{padding:8px 0 22px}.catalog-main-head h2{font-size:29px}.catalog-main-head p{color:#758172}.catalog-main-head .eyebrow{color:#a64a34;letter-spacing:.13em}.dense-filter{background:#fffefb;border:1px solid #e0e5da;border-radius:10px;padding:14px;gap:10px}.product-list{border:1px solid #e0e5da;border-radius:14px;background:#fffefb;overflow:hidden}.product-list-head{background:transparent;color:#77816f;padding-top:18px;padding-bottom:12px}.product-row{background:#fffefb!important;border-color:#e9ece4!important;transition:background .18s}.product-row:hover{background:#f2f5eb!important}.product-row-title{font-size:15px!important;line-height:1.65!important}.catalog-page-head{background:#233f3a!important;padding:40px 0!important}.catalog-page-head h1{font-size:34px}.dense-info-grid article{background:#fffefb;border:1px solid #dfe5d8;border-radius:14px}.dense-info-grid article>span{color:#b83c2b}.footer{background:#f0f2ea!important;border-color:#dfe5d7;color:#354a3e}.footer p,.footer small,.footer a{color:#64725e}.footer-promise{border-color:#d8e0d1}.footer-promise b{color:#a74732}.footer-bottom{border-color:#d8e0d1}.auth-card{border:1px solid #dee4d7!important;box-shadow:0 20px 60px #203c3b0c!important;border-radius:20px!important;padding:34px!important}.auth-shell{padding:24px 0}.card,.panel,.dashboard-card,.stat-card,.control-card{border-color:#e0e5d9!important;border-radius:14px!important;box-shadow:0 4px 16px #203c3b04!important}.dashboard-sidebar,.account-sidebar,.seller-sidebar,.admin-sidebar{background:#fffefb!important;border-color:#e0e5d9!important}.input,input,select,textarea{max-width:100%;border-radius:8px}table{font-size:13px}th{font-weight:650;background:#f0f3e9!important}.table-wrap,.table-responsive{overflow-x:auto}.editorial-guide{margin:28px 0;padding:30px;border:1px solid #dce3d3;border-radius:14px;background:#fffefb}.editorial-guide h2{font-size:23px;margin:0 0 12px}.editorial-guide h3{font-size:16px;margin:22px 0 8px}.editorial-guide p{max-width:82ch;color:#5c6c5b;line-height:1.95;margin:0}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.empty.rich-empty{border:1px dashed #ccd7c1;background:#f5f7ee;border-radius:14px;padding:48px 22px}.skip-link{position:fixed;top:-100px;left:16px;padding:12px;background:#fff;z-index:1000}.skip-link:focus{top:10px}.mobile-nav{background:#fffefb;border-color:#dce3d5}.header-popover{z-index:110}.category-mega{max-height:70vh;overflow-y:auto}
@media(max-width:1000px){.header-main{gap:16px}.brand-copy b{font-size:17px}.hero-command{gap:24px;padding-top:35px}.hero-command-copy h1{font-size:39px}.console-grid>div{padding:12px!important}.hero-command-visual.premium-market-console{padding:20px!important}.catalog-shell{gap:16px}}
@media(max-width:700px){.hero-command{grid-template-columns:1fr;padding-top:30px;gap:24px}.hero-command-copy h1{font-size:38px}.hero-command-copy p{font-size:14px}.hero-command-visual.premium-market-console{display:block!important;width:100%;margin:0!important}.hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:22px 0}.hero-proof>div{min-width:0}.hero-command-copy .hero-actions{flex-wrap:wrap}.quick-market-links{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-main-head h2{font-size:24px}.catalog-main-head{align-items:start;gap:10px}.dense-filter.multi{display:flex;flex-wrap:wrap}.dense-filter select{flex:1 1 120px;min-width:0}.dense-filter .dense-search{flex:1 1 100%;min-width:0}.guide-grid{grid-template-columns:1fr;gap:5px}.editorial-guide{padding:22px}.bulk-banner{gap:12px;flex-wrap:wrap}.bulk-banner p{font-size:12px}.auth-card{padding:24px!important}.catalog-page-head h1{font-size:27px}.mobile-head .brand-copy b{font-size:18px}.footer-grid{gap:24px}.console-grid strong{font-size:14px!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* 2026-09 homepage/header/i18n production refinements */
:root{--yq-ink:#18312d;--yq-muted:#65766e;--yq-red:#b83c2b;--yq-green:#203c3b;--yq-line:#dfe6dc;--yq-paper:#fffefb;--yq-soft:#eef2e9}
.site-header,.desktop-head,.main-nav{background:var(--yq-paper)!important;color:var(--yq-ink)!important}
.site-header .brand-copy b,.site-header .brand-copy small,.site-header .header-action,.site-header .header-action strong,.site-header .header-menu summary,.site-header .nav-link{color:var(--yq-ink)!important}
.site-header .brand-copy small{color:#718078!important}.header-action:hover,.header-menu summary:hover,.nav-link:hover{color:var(--yq-red)!important}
.header-main{min-height:82px!important;height:auto!important;padding:11px 0!important;gap:18px!important}.header-main>.brand{flex:0 0 auto;max-width:245px}.header-main>.search{min-width:280px;max-width:none;flex:1 1 520px}.header-actions{gap:10px!important}.header-action{min-width:44px!important}.header-menu summary{min-height:44px;cursor:pointer}.language-switcher summary{border:1px solid #dfe5dc;border-radius:10px;padding:5px 9px;background:#f7f8f4}.language-popover{min-width:190px!important}.language-popover a{display:flex!important;align-items:center;justify-content:space-between;gap:14px}.language-popover a.active{background:#eef3e9!important;color:#22483b!important;font-weight:800}.main-nav{border-color:#e8ece5!important}.category-trigger{background:var(--yq-green)!important;color:#fff!important}.seller-join{color:var(--yq-red)!important;font-weight:800}
.home-hero{min-height:auto!important}.home-hero .hero-command{min-height:min(590px,calc(100svh - 168px));max-height:660px;align-content:center;padding:42px 0 0!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.home-hero .hero-command:before{display:none!important}.home-hero .hero-command-copy{align-self:center}.home-hero .hero-command-copy h1{font-size:clamp(40px,4.2vw,64px)!important;line-height:1.1!important;margin:18px 0 16px!important}.home-hero .hero-command-copy>p{max-width:650px!important;font-size:16px!important;line-height:1.78!important;margin:0!important}.hero-mini-trust{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:22px;color:#52675d;font-size:12px;font-weight:750}.hero-mini-trust span{display:flex;align-items:center;gap:7px}.hero-mini-trust b{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#dce8d6;color:#2f6241;font-size:11px}.home-hero .premium-market-console{min-height:330px;display:flex!important;flex-direction:column;justify-content:center}.home-hero .hero-proof{align-self:end;margin-top:28px!important;padding:18px 0!important}.home-hero .hero-proof>div{min-width:0}.home-hero .hero-proof small{white-space:normal}
.category-showcase{margin:2px 0 26px}.category-showcase-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}.category-showcase-head h2{font-size:25px;margin:3px 0 0}.category-showcase-head>a{font-size:13px;font-weight:800;color:#8f3b2d}.category-showcase-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.category-tile{display:grid;grid-template-columns:42px minmax(0,1fr) 14px;align-items:center;gap:11px;min-height:92px;padding:14px;border:1px solid var(--yq-line);border-radius:14px;background:var(--yq-paper);transition:transform .18s,box-shadow .18s,border-color .18s}.category-tile:hover{transform:translateY(-2px);border-color:#cbd7c8;box-shadow:0 9px 24px rgba(30,54,43,.07)}.category-tile .category-symbol{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-size:12px;font-weight:850}.category-tile-copy{display:flex;flex-direction:column;min-width:0}.category-tile-copy strong{font-size:13px;line-height:1.4;color:#253a34}.category-tile-copy small{margin-top:4px;color:#7a8880;font-size:10px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-tile em{font-size:22px;font-style:normal;color:#9ba69f}
@media(max-width:1180px){.header-main>.brand .brand-copy small{display:none}.header-main>.brand{max-width:200px}.header-main{gap:12px!important}.header-actions{gap:6px!important}.header-action{min-width:38px!important;font-size:10px}.category-showcase-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-hero .hero-command{min-height:520px;gap:26px}}
@media(max-width:1000px){.category-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-hero .hero-command{max-height:none;min-height:auto;padding:34px 0 0!important}.home-hero .hero-command-copy h1{font-size:clamp(37px,5vw,50px)!important}}
@media(max-width:850px){.site-header{background:var(--yq-paper)!important}.site-header .brand-copy b{color:var(--yq-ink)!important}.mobile-head .icon-btn{background:#eef1eb!important;color:#233a34!important}.mobile-lang summary{background:#eef1eb!important;color:#233a34!important;border:0!important}.home-hero .hero-command{grid-template-columns:1fr!important;padding:30px 0 0!important}.home-hero .premium-market-console{min-height:auto!important}.home-hero .hero-proof{grid-template-columns:repeat(2,minmax(0,1fr))!important}.category-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.home-hero .hero-command-copy h1{font-size:38px!important}.home-hero .hero-command-copy>p{font-size:14px!important}.home-hero .premium-market-console{padding:16px!important}.home-hero .console-grid{grid-template-columns:1fr 1fr!important}.category-showcase-head{align-items:start}.category-showcase-head h2{font-size:21px}.category-tile{min-height:84px;padding:11px;grid-template-columns:38px minmax(0,1fr) 10px}.category-tile .category-symbol{width:38px;height:38px}.category-tile-copy small{display:none}.hero-mini-trust{gap:8px 12px}.home-hero .hero-proof small{display:block!important}.home-hero .hero-proof{gap:12px!important}}

/* Yunqivo China commerce redesign v3 */
:root{--cn-red:#e1251b;--cn-red-dark:#c81623;--cn-gold:#c99432;--cn-ink:#1f2329;--cn-muted:#6b7280;--cn-line:#eee4df;--cn-bg:#f7f7f8;--cn-paper:#fff}
body{background:var(--cn-bg)!important;color:var(--cn-ink)!important}.topbar{background:#24262b!important;color:#ddd!important}.site-header,.desktop-head,.main-nav{background:#fff!important;color:var(--cn-ink)!important}.site-header{box-shadow:0 2px 14px rgba(35,24,20,.08)!important}.site-header .brand-mark{background:var(--cn-red)!important;box-shadow:0 7px 18px rgba(225,37,27,.18)!important}.site-header .search{border:2px solid var(--cn-red)!important;border-radius:7px!important;height:44px!important}.site-header .search button{background:var(--cn-red)!important}.category-trigger{background:var(--cn-red)!important;border-radius:4px 4px 0 0!important}.seller-join{color:var(--cn-red)!important;border-color:#ffd0cb!important;background:#fff5f3!important}.nav-link:hover{color:var(--cn-red)!important;background:#fff3f1!important}
.cn-hero{background:linear-gradient(180deg,#fff 0%,#fff8f5 100%);border-bottom:1px solid #f2e5e0}.cn-hero-grid{height:min(520px,calc(100svh - 158px));min-height:430px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);align-items:center;gap:46px}.cn-hero-copy{min-width:0}.cn-kicker{display:flex;align-items:center;gap:10px;font-size:12px}.cn-kicker span{padding:5px 10px;background:var(--cn-red);color:#fff;border-radius:4px;font-weight:900;letter-spacing:.08em}.cn-kicker b{color:#8d6e63}.cn-hero h1{max-width:760px;margin:18px 0 16px;font-size:clamp(44px,4.8vw,72px);line-height:1.04;letter-spacing:-.055em;color:#1d2129}.cn-hero h1 em{display:block;color:var(--cn-red);font-style:normal}.cn-hero-copy>p{max-width:690px;margin:0;color:#68635f;font-size:16px;line-height:1.8}.cn-hero-search{display:flex;max-width:680px;height:50px;margin-top:24px;border:2px solid var(--cn-red);border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(225,37,27,.08)}.cn-hero-search input{min-width:0;flex:1;border:0;padding:0 16px;outline:0;background:#fff}.cn-hero-search button{width:94px;border:0;background:var(--cn-red);color:#fff;font-weight:850}.cn-hot-links{display:flex;align-items:center;gap:14px;margin-top:12px;overflow:hidden;white-space:nowrap;font-size:11px;color:#8b817b}.cn-hot-links b{color:#4d4541}.cn-hot-links a:hover{color:var(--cn-red)}.cn-hero-actions{display:flex;gap:10px;margin-top:23px}.cn-hero-actions a{min-width:130px;padding:11px 18px;border:1px solid #e6d7d0;border-radius:6px;background:#fff;color:#403b38;text-align:center;font-weight:800}.cn-hero-actions .cn-primary{border-color:var(--cn-red);background:var(--cn-red);color:#fff}.cn-hero-board{padding:20px;border:1px solid #f0ded6;border-radius:18px;background:#fff;box-shadow:0 25px 70px rgba(93,44,24,.10)}.cn-board-head{display:flex;align-items:center;justify-content:space-between;padding:0 2px 14px;border-bottom:1px solid #f2ebe7}.cn-board-head span{font-size:14px;font-weight:850}.cn-board-head b{padding:4px 9px;border-radius:14px;background:#fff0ed;color:var(--cn-red);font-size:10px}.cn-board-promo{margin-top:16px;padding:26px;border-radius:13px;background:linear-gradient(135deg,#e1251b,#b91421);color:#fff}.cn-board-promo small{opacity:.8}.cn-board-promo strong{display:block;margin:8px 0 6px;font-size:24px}.cn-board-promo p{margin:0 0 14px;color:#ffe5e1;font-size:12px}.cn-board-promo a{display:inline-block;padding:7px 11px;border-radius:5px;background:#fff;color:#c4161c;font-size:11px;font-weight:850}.cn-board-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.cn-board-trust>div{display:flex;align-items:center;gap:8px;padding:11px 9px;border:1px solid #f0e8e4;border-radius:9px;background:#fffaf8}.cn-board-trust>div>b{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#ffebe6;color:var(--cn-red)}.cn-board-trust span{display:flex;min-width:0;flex-direction:column;font-size:11px;font-weight:800}.cn-board-trust small{margin-top:1px;color:#958a84;font-size:8px;font-weight:500}.cn-trust-strip{height:58px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;border-top:1px solid #f0e5df}.cn-trust-strip span{display:flex;align-items:center;justify-content:center;gap:9px;border-right:1px solid #efe4de;color:#534b47;font-size:12px;font-weight:800}.cn-trust-strip span:last-child{border-right:0}.cn-trust-strip b{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#fff0ed;color:var(--cn-red);font-size:10px}.cn-home{padding-top:25px}.cn-category-section,.cn-products{margin-bottom:26px}.cn-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:13px}.cn-section-head span{color:var(--cn-red);font-size:11px;font-weight:900;letter-spacing:.08em}.cn-section-head h2{margin:2px 0 0;font-size:25px}.cn-section-head>a{color:#6e625c;font-size:12px;font-weight:800}.cn-category-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.cn-category-card{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;gap:2px 11px;min-height:82px;padding:13px;border:1px solid #eee5e1;border-radius:10px;background:#fff;transition:.18s}.cn-category-card:hover{transform:translateY(-2px);border-color:#f0bab5;box-shadow:0 10px 24px rgba(95,48,35,.07)}.cn-category-card .category-symbol{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:9px}.cn-category-card strong{font-size:13px;line-height:1.35}.cn-category-card small{color:#9a8e88;font-size:10px}.cn-category-card em{grid-column:3;grid-row:1/3;color:#b9ada7;font-style:normal;font-size:19px}.cn-product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);grid-template-rows:1fr;gap:12px;overflow-x:auto;padding:1px 1px 10px;scroll-snap-type:x proximity}.cn-product-card{scroll-snap-align:start;min-width:0;border:1px solid #eee4df;border-radius:11px;background:#fff;overflow:hidden;transition:.18s}.cn-product-card:hover{transform:translateY(-2px);border-color:#efbab4;box-shadow:0 12px 30px rgba(90,43,30,.08)}.cn-product-media{position:relative;height:132px;display:grid;place-items:center;background:#faf4f1;overflow:hidden}.cn-product-media img{width:100%;height:100%;object-fit:cover}.cn-product-media>span{font-size:28px;font-weight:900}.cn-product-media>i{position:absolute;left:9px;top:9px;padding:4px 7px;border-radius:4px;background:rgba(225,37,27,.92);color:#fff;font-size:9px;font-style:normal;font-weight:800}.cn-product-body{padding:12px}.cn-product-title{display:-webkit-box;min-height:39px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;line-height:1.5;font-weight:800}.cn-product-body>p{height:34px;margin:6px 0;color:#948984;font-size:10px;line-height:1.6;overflow:hidden}.cn-product-meta{display:flex;justify-content:space-between;gap:8px;color:#948984;font-size:9px}.cn-product-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cn-product-body footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;padding-top:9px;border-top:1px solid #f2ebe7}.cn-product-body footer strong{color:var(--cn-red);font-size:18px}.cn-product-body footer a{padding:5px 8px;border-radius:5px;background:#fff2ef;color:var(--cn-red);font-size:9px;font-weight:800}.cn-market-layout{display:grid;grid-template-columns:280px 1fr;gap:14px;margin:18px 0 26px}.cn-all-categories,.cn-guide-panel{border:1px solid #eee4df;border-radius:11px;background:#fff}.cn-all-categories{padding:15px}.cn-all-categories h3{margin:0 0 9px;font-size:17px}.cn-all-categories a{display:grid;grid-template-columns:29px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:42px;border-bottom:1px solid #f5efec}.cn-all-categories a:last-child{border-bottom:0}.cn-all-categories .category-symbol{width:27px;height:27px;display:grid;place-items:center;border-radius:7px;font-size:9px}.cn-all-categories b{font-size:11px}.cn-all-categories i{color:#a09691;font-size:9px;font-style:normal}.cn-guide-panel{display:grid;grid-template-columns:repeat(2,1fr);gap:0;overflow:hidden}.cn-guide-panel>div{padding:28px;border-right:1px solid #f1e9e5;border-bottom:1px solid #f1e9e5;background:linear-gradient(140deg,#fff,#fffbf9)}.cn-guide-panel span{display:block;margin-bottom:8px;color:var(--cn-red);font-size:14px;font-weight:900}.cn-guide-panel b{color:#6b625e;font-size:12px;line-height:1.75;font-weight:550}.market-stats{background:#24262b!important;border-radius:11px!important}.market-stats span{color:#aaa!important}.market-stats b{color:#fff!important}
@media(max-width:1100px){.cn-hero-grid{grid-template-columns:1fr 390px;gap:24px}.cn-hero h1{font-size:48px}.cn-category-rail{grid-template-columns:repeat(4,1fr)}.cn-product-rail{grid-auto-columns:230px}}
@media(max-width:850px){.cn-hero-grid{height:auto;min-height:0;grid-template-columns:1fr;padding:34px 0}.cn-hero-board{display:none}.cn-trust-strip{grid-template-columns:repeat(2,1fr);height:auto;padding:10px 0;gap:7px}.cn-trust-strip span{min-height:34px;border:0}.cn-category-rail{display:flex;overflow-x:auto}.cn-category-card{flex:0 0 190px}.cn-market-layout{grid-template-columns:1fr}.cn-all-categories{display:none}.cn-product-rail{grid-auto-columns:215px}}
@media(max-width:560px){.cn-hero h1{font-size:39px}.cn-hero-copy>p{font-size:14px}.cn-hero-search{height:46px}.cn-hot-links{overflow-x:auto}.cn-section-head h2{font-size:21px}.cn-guide-panel{grid-template-columns:1fr}.cn-guide-panel>div{padding:20px}.cn-product-rail{grid-auto-columns:78%}}
.admin-recovery-hint{margin-top:18px;padding:13px;border:1px solid #f0ded8;border-radius:8px;background:#fff8f5;font-size:11px}.admin-recovery-hint b,.admin-recovery-hint span{display:block}.admin-recovery-hint b{color:#b91c1c}.admin-recovery-hint span{margin:3px 0 7px;color:#786b65}.admin-recovery-hint a{color:#e1251b;font-weight:850}

/* marketplace-v4.css */
:root{--v4-red:#e1251b;--v4-red-dark:#b91421;--v4-gold:#ffb800;--v4-ink:#171a1f;--v4-text:#4d5159;--v4-muted:#8b9098;--v4-line:#eceef2;--v4-bg:#f6f7f9;--v4-card:#fff;--v4-shadow:0 10px 30px rgba(29,33,41,.06)}
body{background:var(--v4-bg);color:var(--v4-ink)}
.topbar{background:#191b20!important;color:#f5f5f6!important}.topbar a{color:#f5f5f6!important}.topbar-dot{background:#ffcf33!important}.site-header{background:#fff!important;box-shadow:0 3px 16px rgba(17,24,39,.05)!important}.brand-mark{background:linear-gradient(135deg,var(--v4-red),#ff4b3d)!important;box-shadow:0 6px 16px rgba(225,37,27,.18)!important}.brand-copy b{color:#181b20!important}.brand-copy small{color:#8a8f98!important}.header-action,.header-action span,.header-menu summary,.nav-link{color:#23262c!important}.header-action:hover,.nav-link:hover{color:var(--v4-red)!important}.search{background:#fff!important;border:2px solid var(--v4-red)!important}.search select{background:#fafafa!important}.search button{background:var(--v4-red)!important}.main-nav{background:#fff!important;border-color:#eceef1!important}.category-trigger{background:var(--v4-red)!important;color:#fff!important}.seller-join{color:var(--v4-red)!important;font-weight:850!important}
.v4-hero{background:linear-gradient(135deg,#fff 0%,#fff 55%,#fff5f2 100%);border-bottom:1px solid #f0e9e6}.v4-hero-grid{min-height:500px;max-height:560px;height:calc(100svh - 158px);display:grid;grid-template-columns:minmax(0,1.12fr) minmax(410px,.88fr);gap:42px;align-items:center}.v4-hero-copy{min-width:0}.v4-kicker{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-size:12px}.v4-kicker span{padding:6px 10px;border-radius:5px;background:#fff0ed;color:var(--v4-red);font-weight:900}.v4-kicker b{color:#7d8188;font-weight:700}.v4-hero h1{max-width:760px;margin:0;font-size:clamp(46px,5vw,72px);line-height:1.03;letter-spacing:-.055em;font-weight:900}.v4-hero h1 em{display:block;color:var(--v4-red);font-style:normal}.v4-hero-copy>p{max-width:710px;margin:20px 0 0;color:#5f646d;font-size:16px;line-height:1.85}.v4-hero-search{height:56px;display:grid;grid-template-columns:150px minmax(0,1fr) 94px;margin-top:24px;border:2px solid var(--v4-red);border-radius:9px;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(225,37,27,.08)}.v4-hero-search select,.v4-hero-search input{min-width:0;border:0;outline:0;background:#fff;padding:0 14px}.v4-hero-search select{border-right:1px solid #eee;color:#555}.v4-hero-search button{border:0;background:var(--v4-red);color:#fff;font-weight:900}.v4-hot{display:flex;align-items:center;gap:14px;margin-top:12px;overflow-x:auto;white-space:nowrap;color:#838890;font-size:11px;scrollbar-width:none}.v4-hot::-webkit-scrollbar{display:none}.v4-hot b{color:#3c4047}.v4-hot a:hover{color:var(--v4-red)}.v4-trust-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.v4-trust-chips span{padding:7px 10px;border:1px solid #f0ded9;border-radius:999px;background:#fff;color:#666b73;font-size:11px;font-weight:750}.v4-hero-market{border:1px solid #eee3de;border-radius:18px;background:#fff;padding:20px;box-shadow:0 24px 70px rgba(78,36,23,.11)}.v4-market-head{display:flex;align-items:center;justify-content:space-between;padding:2px 2px 16px;border-bottom:1px solid #f0ece9}.v4-market-head div{display:flex;flex-direction:column}.v4-market-head small{color:#a1a5ab;font-size:9px;letter-spacing:.12em}.v4-market-head strong{margin-top:2px;font-size:18px}.v4-market-head a{color:var(--v4-red);font-size:11px;font-weight:850}.v4-market-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:6px}.v4-market-grid>a{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:69px;padding:10px 8px;border-bottom:1px solid #f2eeee}.v4-market-grid>a:nth-child(odd){border-right:1px solid #f2eeee}.v4-market-grid>a:hover{background:#fff9f7}.v4-market-grid div{min-width:0}.v4-market-grid b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.v4-market-grid small{display:block;margin-top:3px;color:#9ba0a6;font-size:9px}.v4-market-grid i{color:#c0c3c7;font-style:normal}.v4-cat-badge{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;font-size:11px;font-weight:900}.v4-cat-1{background:#fff0f0;color:#e1251b}.v4-cat-2{background:#eef5ff;color:#2468da}.v4-cat-3{background:#f2efff;color:#6c4ad2}.v4-cat-4{background:#eefaf5;color:#0b9a6f}.v4-cat-5{background:#fff7e6;color:#d98700}.v4-cat-6{background:#f5f5f6;color:#25282d}.v4-cat-7{background:#fff0f5;color:#d13269}.v4-cat-8{background:#eef8ff;color:#0083b8}.v4-market-note{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:14px;padding:12px 13px;border-radius:9px;background:#fff7e8}.v4-market-note b{color:#a55e00;font-size:10px}.v4-market-note span{color:#876f4e;font-size:9px;line-height:1.55}
.v4-home{padding-top:30px}.v4-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:15px}.v4-section-head>div{min-width:0}.v4-section-head span{color:var(--v4-red);font-size:10px;font-weight:900;letter-spacing:.1em}.v4-section-head h2{margin:3px 0 0;font-size:27px;letter-spacing:-.035em}.v4-section-head p{margin:4px 0 0;color:#8b9098;font-size:11px}.v4-section-head>a{flex:none;color:#5e636b;font-size:11px;font-weight:800}.v4-section-head>a:hover{color:var(--v4-red)}
.v4-departments,.v4-brand-market,.v4-products,.v4-seo-copy{margin-bottom:34px}.v4-department-rail{display:flex;gap:10px;overflow-x:auto;padding:2px 1px 11px;scroll-snap-type:x proximity;scrollbar-width:thin}.v4-department-card{flex:0 0 245px;scroll-snap-align:start;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:90px;padding:14px;border:1px solid var(--v4-line);border-radius:12px;background:#fff;box-shadow:0 2px 9px rgba(17,24,39,.025);transition:.18s}.v4-department-card:hover{transform:translateY(-2px);border-color:#f1c1bb;box-shadow:var(--v4-shadow)}.v4-department-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;font-size:11px;font-weight:900}.v4-department-card div{min-width:0}.v4-department-card strong{display:block;font-size:12px}.v4-department-card small{display:-webkit-box;margin-top:4px;color:#969ba3;font-size:9px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.v4-department-card em{padding:3px 6px;border-radius:10px;background:#f4f5f7;color:#9ca0a7;font-size:9px;font-style:normal}
.v4-brand-groups{display:grid;grid-template-columns:1fr 1fr;gap:14px}.v4-brand-group{min-width:0;border:1px solid var(--v4-line);border-radius:14px;background:#fff;overflow:hidden}.v4-brand-group>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 18px 13px;border-bottom:1px solid #f0f1f3}.v4-brand-group h3{margin:0;font-size:17px}.v4-brand-group header p{margin:3px 0 0;color:#969ba2;font-size:9px}.v4-brand-group header a{flex:none;color:var(--v4-red);font-size:10px;font-weight:850}.v4-brand-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:5px}.v4-brand-row>a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:105px;padding:11px 7px;border-radius:10px;text-align:center;transition:.16s}.v4-brand-row>a:hover{background:#f8f9fb}.v4-brand-row>a>span{width:47px;height:47px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--brand) 20%,#eee);border-radius:14px;background:color-mix(in srgb,var(--brand) 7%,#fff)}.v4-brand-row img{width:27px;height:27px;object-fit:contain}.v4-brand-row b{max-width:100%;margin-top:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.v4-brand-row small{margin-top:2px;color:#a3a7ad;font-size:8px}
.v4-product-rail{display:flex;gap:12px;overflow-x:auto;padding:2px 1px 12px;scroll-snap-type:x proximity}.v4-product-card{flex:0 0 220px;scroll-snap-align:start;border:1px solid var(--v4-line);border-radius:12px;background:#fff;overflow:hidden;transition:.18s}.v4-product-card:hover{transform:translateY(-2px);border-color:#efc0bb;box-shadow:var(--v4-shadow)}.v4-product-media{position:relative;height:132px;display:grid;place-items:center;background:#fafafa;overflow:hidden}.v4-product-media img{width:100%;height:100%;object-fit:cover}.v4-product-media>span{font-size:28px;font-weight:900}.v4-product-media>i{position:absolute;left:9px;top:9px;padding:4px 7px;border-radius:5px;background:rgba(225,37,27,.94);color:#fff;font-size:8px;font-style:normal;font-weight:850}.v4-product-body{padding:12px}.v4-product-title{display:-webkit-box;min-height:39px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;line-height:1.55;font-weight:800}.v4-product-tags{display:flex;justify-content:space-between;gap:8px;margin-top:8px;color:#979ca3;font-size:8px}.v4-product-tags span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v4-product-body footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:9px;border-top:1px solid #f1f2f4}.v4-product-body footer strong{color:var(--v4-red);font-size:18px}.v4-product-body footer a{color:var(--v4-red);font-size:9px;font-weight:850}
.v4-content-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:34px}.v4-content-grid article{position:relative;padding:23px;border:1px solid var(--v4-line);border-radius:13px;background:#fff}.v4-content-grid article>span{position:absolute;right:18px;top:16px;color:#f0b4ae;font-size:24px;font-weight:900}.v4-content-grid h3{margin:0;font-size:15px}.v4-content-grid p{margin:9px 0 0;color:#777d85;font-size:10px;line-height:1.8}.v4-seo-copy{display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;padding:36px;border:1px solid #eceef2;border-radius:16px;background:linear-gradient(135deg,#fff,#fbfbfc)}.v4-seo-copy span{color:var(--v4-red);font-size:10px;font-weight:900}.v4-seo-copy h2{margin:5px 0 0;font-size:29px}.v4-seo-columns{display:grid;grid-template-columns:1fr 1fr;gap:25px}.v4-seo-columns p{margin:0;color:#6d727a;font-size:11px;line-height:1.95}.market-stats{margin-bottom:34px!important;background:#202329!important}
/* Mobile admin/auth reliability and usability */
.auth-shell{min-height:calc(100svh - 260px);display:grid;place-items:center;padding:40px 16px!important}.auth-card{width:min(100%,460px)!important;margin:0 auto!important;background:#fff!important}.auth-card form{width:100%}.auth-card .field{width:100%}.auth-card input{width:100%;min-height:48px;font-size:16px!important}.auth-card .btn.block{width:100%;min-height:50px}.admin-recovery-hint{display:grid;gap:5px;margin-top:18px;padding:14px;border:1px solid #f0ded9;border-radius:10px;background:#fff8f6;font-size:11px}.admin-recovery-hint a{color:var(--v4-red);font-weight:850}
@media(max-width:1100px){.v4-hero-grid{grid-template-columns:minmax(0,1fr) 380px;gap:26px}.v4-hero h1{font-size:52px}.v4-brand-row{grid-template-columns:repeat(4,minmax(0,1fr))}.v4-content-grid{grid-template-columns:1fr 1fr}}
@media(max-width:860px){.v4-hero-grid{height:auto;max-height:none;min-height:0;grid-template-columns:1fr;padding:34px 0}.v4-hero-market{display:none}.v4-brand-groups{grid-template-columns:1fr}.v4-seo-copy{grid-template-columns:1fr;gap:18px}.v4-seo-columns{grid-template-columns:1fr 1fr}}
@media(max-width:650px){body{padding-bottom:59px}.topbar{display:none!important}.site-header{position:relative!important}.v4-hero{background:linear-gradient(160deg,#fff 0%,#fff 68%,#fff0ed 100%)}.v4-hero-grid{padding:28px 0 24px}.v4-kicker{align-items:flex-start;flex-direction:column;gap:6px}.v4-kicker b{font-size:10px}.v4-hero h1{font-size:38px;line-height:1.08;letter-spacing:-.045em}.v4-hero-copy>p{font-size:13px;line-height:1.8}.v4-hero-search{height:auto;grid-template-columns:1fr 76px;margin-top:20px}.v4-hero-search select{display:none}.v4-hero-search input,.v4-hero-search button{min-height:48px}.v4-trust-chips{gap:6px;margin-top:16px}.v4-trust-chips span{padding:6px 8px;font-size:9px}.v4-home{padding-top:22px}.v4-section-head{align-items:flex-start}.v4-section-head h2{font-size:22px}.v4-section-head p{font-size:10px}.v4-section-head>a{display:none}.v4-department-card{flex-basis:215px}.v4-brand-group>header{padding:15px 14px 11px}.v4-brand-group h3{font-size:15px}.v4-brand-row{grid-template-columns:repeat(4,minmax(0,1fr));padding:4px}.v4-brand-row>a{min-height:92px;padding:8px 4px}.v4-brand-row>a>span{width:42px;height:42px}.v4-brand-row img{width:24px;height:24px}.v4-brand-row small{display:none}.v4-product-card{flex-basis:74vw}.v4-content-grid{grid-template-columns:1fr 1fr;gap:8px}.v4-content-grid article{padding:18px}.v4-content-grid p{font-size:9px}.v4-seo-copy{padding:24px}.v4-seo-copy h2{font-size:23px}.v4-seo-columns{grid-template-columns:1fr}.auth-shell{min-height:calc(100svh - 165px);padding:22px 12px 82px!important;align-items:start}.auth-card{padding:22px!important;border-radius:14px!important;box-shadow:0 12px 34px rgba(17,24,39,.08)!important}.auth-card h1{font-size:25px}.auth-card p{font-size:12px}.auth-card .flex.between{gap:14px;flex-wrap:wrap}.page{padding-top:0!important}.mobile-nav{z-index:80!important}}
@media(max-width:420px){.v4-hero h1{font-size:34px}.v4-hot{gap:10px}.v4-section-head h2{font-size:20px}.v4-brand-row{grid-template-columns:repeat(4,minmax(0,1fr))}.v4-brand-row b{font-size:9px}.v4-content-grid{grid-template-columns:1fr}.v4-product-card{flex-basis:82vw}.auth-card{padding:19px!important}}

/* Seller KYC + Crypto Top-up workflows */
.seller-application-page .kyc-hero{margin-bottom:24px}
.seller-kyc-benefits{margin-bottom:22px}
.seller-kyc-form{padding:28px}
.form-section-title{display:flex;align-items:center;gap:12px;margin:28px 0 16px;padding-top:24px;border-top:1px solid #edf0f4}
.form-section-title:first-of-type{margin-top:8px;padding-top:0;border-top:0}
.form-section-title>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#111827;color:#fff;font-weight:800}
.form-section-title b,.form-section-title small{display:block}.form-section-title small{margin-top:2px;color:#7a8494}
.secure-chip,.crypto-badge{display:inline-flex;align-items:center;white-space:nowrap;border:1px solid #dfe5ec;border-radius:999px;padding:7px 11px;background:#f8fafc;font-size:12px;font-weight:800;color:#4b5563}
.input-prefix{display:flex;align-items:center;border:1px solid #d9dee7;border-radius:10px;background:#fff;overflow:hidden}.input-prefix>span{padding:0 0 0 13px;color:#697386;font-weight:800}.input-prefix .input{border:0;box-shadow:none}
.field label em{font-style:normal;font-size:11px;color:#8a94a4;font-weight:500;margin-left:6px}
.document-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.doc-choice{cursor:pointer}.doc-choice input{position:absolute;opacity:0;pointer-events:none}.doc-choice-card{display:flex;min-height:132px;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;padding:18px;border:1px solid #dfe4eb;border-radius:14px;background:#fff;transition:.18s ease}.doc-choice-card>b{font-size:23px}.doc-choice-card strong{font-size:15px}.doc-choice-card small{color:#7b8491;line-height:1.45}.doc-choice input:checked+.doc-choice-card{border-color:#111827;box-shadow:0 0 0 2px #1118270f;background:#f8fafc}
.document-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.document-drop{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:190px;border:1px dashed #cfd6df;border-radius:14px;background:#fafbfc;padding:24px;cursor:pointer;transition:.18s}.document-drop:hover{border-color:#111827;background:#f7f8fa}.document-drop input{position:absolute;inset:0;opacity:0;cursor:pointer}.document-drop .upload-mark{display:grid;place-items:center;min-width:58px;height:34px;border-radius:8px;background:#111827;color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em;margin-bottom:10px}.document-drop strong{font-size:15px}.document-drop small{color:#858e9c;margin:5px 0 12px}.selected-file{max-width:100%;font-size:12px;font-weight:700;color:#394150;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.privacy-note{display:flex;gap:10px;align-items:flex-start;margin-top:14px;padding:13px 15px;border-radius:12px;background:#f6f8fa;color:#4b5563;font-size:13px}.privacy-note b{white-space:nowrap;color:#111827}.seller-terms{align-items:flex-start;margin-top:24px}.seller-terms a{text-decoration:underline}.seller-submit{margin-top:18px;min-width:230px}.moderation-state{display:flex;gap:18px;align-items:flex-start;padding:28px}.moderation-icon{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border-radius:16px;background:#fff5dd;color:#a96700;font-size:24px}.approved-state .moderation-icon{background:#eaf9ef;color:#198754}.moderation-state h2{margin:10px 0 5px}.application-summary{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.application-summary span{min-width:150px;padding:10px 12px;background:#f8fafc;border-radius:10px}.application-summary b,.application-summary span{display:block}.application-summary span{font-size:12px;color:#667085}.application-summary b{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#9aa2af;margin-bottom:4px}.rejection-note{border-color:#f2c8c8;background:#fffafa}

.crypto-wallet-layout{align-items:start}.crypto-topup-panel{padding:25px}.crypto-wallet-card{border:1px solid #dce2e9;border-radius:14px;padding:16px!important;background:linear-gradient(145deg,#fafbfc,#f4f6f8)}.crypto-wallet-card>div:first-child small,.crypto-wallet-card>div:first-child strong{display:block}.crypto-wallet-card>div:first-child small{color:#7a8493;margin-bottom:3px}.copy-address-row{display:flex;align-items:center;gap:10px;margin-top:12px}.copy-address-row code{min-width:0;flex:1;overflow-wrap:anywhere;padding:12px;background:#fff;border:1px solid #e4e8ee;border-radius:10px;font-size:12px}.wallet-warning{margin:10px 0 0;color:#b45309;font-size:12px;font-weight:700}.amount-unit{display:flex;align-items:center;border:1px solid #d9dee7;border-radius:10px;overflow:hidden;background:#fff}.amount-unit .input{border:0;border-radius:0;box-shadow:none}.amount-unit>span{padding:0 14px;color:#6b7280;font-size:12px;font-weight:900;white-space:nowrap}.fee-summary .fee-box{display:grid;gap:8px;padding:13px 14px;border:1px solid #e1e6ec;border-radius:11px;background:#fafbfc}.fee-box span{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#667085}.fee-box b{color:#111827}.fee-box .fee-total{padding-top:8px;border-top:1px solid #e6e9ee;color:#111827;font-weight:800}.notice-card.compact{font-size:12px;line-height:1.6}.crypto-submit{min-width:240px}.crypto-topup-table small{display:block}.txid-short{font-size:11px;white-space:nowrap}

.admin-review-page .section-head{align-items:flex-start}.review-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:18px}.review-main-card,.review-side-card{padding:24px}.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}.detail-list>div{padding:12px 0;border-bottom:1px solid #eef1f4;min-width:0}.detail-list span,.detail-list b,.detail-list small{display:block}.detail-list span{font-size:11px;color:#8a93a1;text-transform:uppercase;letter-spacing:.045em;font-weight:800}.detail-list b{margin-top:4px;color:#18202b;overflow-wrap:anywhere}.detail-list small{margin-top:3px;color:#7b8492}.review-description{padding-top:18px}.review-description>span{font-size:11px;color:#8a93a1;text-transform:uppercase;letter-spacing:.045em;font-weight:800}.review-description p{line-height:1.7;margin:8px 0 0}.admin-decision-form{display:grid;gap:9px}.admin-decision-form label{font-size:12px;font-weight:800}.admin-decision-form .textarea{min-height:92px}.danger-form{padding-top:18px;border-top:1px solid #edf0f3}.danger-form .btn{border-color:#dc7070;color:#a52222}.moderation-complete{padding:16px;border-radius:12px;background:#f7f8fa}.moderation-complete b{font-size:17px}.kyc-admin-docs{display:grid;grid-template-columns:1fr 1fr;gap:16px}.kyc-doc-view{position:relative;display:block;padding:12px;border:1px solid #e0e5eb;border-radius:14px;background:#fafbfc;text-decoration:none;color:inherit}.kyc-doc-view>span{position:absolute;top:20px;left:20px;z-index:2;background:#111827;color:#fff;border-radius:6px;padding:5px 8px;font-size:10px;font-weight:900}.kyc-doc-view img{display:block;width:100%;height:280px;object-fit:contain;background:#fff;border-radius:9px;border:1px solid #eceff3}.kyc-doc-view b{display:block;margin-top:10px;font-size:12px}.review-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.review-stat-grid>div{padding:14px;border:1px solid #e6e9ed;border-radius:12px;background:#fafbfc}.review-stat-grid small,.review-stat-grid b{display:block}.review-stat-grid small{color:#7f8997}.review-stat-grid b{font-size:18px;margin-top:3px}.file-review-list{display:grid;gap:8px}.file-review-list a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #e6e9ed;border-radius:10px;text-decoration:none;color:inherit}.file-review-list b,.file-review-list small{display:block}.file-review-list small{margin-top:3px;color:#7d8693}.file-review-list em{font-style:normal;font-size:12px;color:#536071;white-space:nowrap}.copy-detail{margin-top:15px}.copy-detail>span{display:block;font-size:11px;color:#8a93a1;text-transform:uppercase;letter-spacing:.045em;font-weight:800;margin-bottom:6px}.copy-detail>div{display:flex;gap:9px;align-items:center}.copy-detail code{flex:1;min-width:0;padding:11px 12px;border:1px solid #e2e6eb;border-radius:9px;background:#fafbfc;overflow-wrap:anywhere}.cny-credit>span{min-width:56px;text-align:center}.payment-proof-view{display:block;max-width:760px;margin:auto;text-decoration:none;color:inherit}.payment-proof-view img{display:block;width:100%;max-height:680px;object-fit:contain;border:1px solid #e2e6eb;border-radius:14px;background:#fafbfc}.payment-proof-view span{display:block;margin-top:9px;text-align:center;font-size:12px;font-weight:800}.inline-setting-form{display:flex;align-items:end;gap:12px}.inline-setting-form .field{min-width:220px}.crypto-admin-settings{padding:20px}

@media(max-width:900px){.document-type-grid{grid-template-columns:1fr}.document-upload-grid,.kyc-admin-docs{grid-template-columns:1fr}.review-grid{grid-template-columns:1fr}.detail-list{grid-template-columns:1fr}.review-stat-grid{grid-template-columns:1fr 1fr}.kyc-doc-view img{height:220px}.inline-setting-form{align-items:stretch;flex-direction:column}.inline-setting-form .field{min-width:0;width:100%}}
@media(max-width:560px){.seller-kyc-form,.review-main-card,.review-side-card,.crypto-topup-panel{padding:18px}.review-stat-grid{grid-template-columns:1fr}.copy-address-row,.copy-detail>div{align-items:stretch;flex-direction:column}.copy-address-row .btn,.copy-detail .btn{width:100%}.privacy-note{flex-direction:column}.moderation-state{padding:20px}.document-drop{min-height:160px}.seller-submit,.crypto-submit{width:100%;min-width:0}}

/* production-fix.css */
/* Production visual correction layer. Loaded after every legacy marketplace stylesheet. */
.site-header,
.site-header .desktop-head,
.site-header .main-nav,
.site-header .nav-inner{background:#fffefb!important}
.site-header .brand-copy b{color:#183a34!important}
.site-header .brand-copy small{color:#68776f!important}
.site-header .nav-link{color:#29443b!important;font-weight:750!important}
.site-header .nav-link:hover{background:#edf3eb!important;color:#a63d2d!important}
.site-header .seller-join{color:#a63d2d!important;border-color:#c98a7b!important;font-weight:800!important}
.site-header .header-action,
.site-header .header-menu>summary{color:#29443b!important;font-weight:750!important}
.site-header .header-action strong,
.site-header .header-menu .ui-symbol{color:#183a34!important}
.site-header .header-action:hover,
.site-header .header-menu[open]>summary,
.site-header .header-menu[open] .ui-symbol{color:#b83c2b!important}
.site-header .language-switcher>summary{display:flex!important;flex-direction:row!important;gap:6px!important;min-width:72px!important;height:38px!important;padding:0 9px!important;border:1px solid #d5dfd5!important;border-radius:10px!important;background:#f3f7f0!important;font-size:12px!important}
.site-header .language-switcher>summary .ui-symbol{width:auto!important;height:auto!important;font-size:13px!important}
.site-header .language-switcher .language-popover{top:calc(100% + 8px)!important}

.dense-hero{background:#f0f4ed!important;border-bottom:1px solid #d8e2d5!important}
.dense-hero>.hero-command{grid-template-rows:minmax(320px,1fr) auto!important;min-height:clamp(520px,calc(100svh - 188px),700px)!important;padding:clamp(38px,6vh,72px) clamp(30px,5vw,66px) 24px!important;border:1px solid #d8e3d5!important;border-radius:24px!important;background:linear-gradient(135deg,#fbfcf8 0%,#e8f1e7 64%,#dcebe0 100%)!important;box-shadow:0 20px 55px rgba(40,72,51,.12)!important;color:#183a34!important}
.dense-hero>.hero-command:before{background:radial-gradient(circle at 82% 20%,rgba(184,60,43,.08),transparent 25%),radial-gradient(circle at 8% 18%,rgba(64,130,101,.09),transparent 30%)!important}
.hero-command-copy{max-width:680px!important;padding-right:20px!important}
.hero-chip-row span{border-color:#b7cdb9!important;background:#edf5eb!important;color:#356047!important}
.hero-chip-row a{border-color:#b83c2b!important;background:#b83c2b!important;color:#fff!important}
.hero-command-copy h1,
.hero-command h1{color:#183a34!important;text-shadow:none!important}
.hero-command-copy h1{font-size:clamp(40px,4.6vw,66px)!important;line-height:1.13!important;font-weight:850!important}
.hero-command-copy h1 em{color:#b83c2b!important}
.hero-command-copy>p{color:#52665d!important;font-size:16px!important;line-height:1.8!important}
.hero-primary{background:#b83c2b!important;color:#fff!important;box-shadow:0 10px 20px rgba(184,60,43,.18)!important}
.hero-secondary{background:#fffefb!important;color:#24463b!important;border-color:#b9cbb9!important}
.hero-command-visual.premium-market-console{align-self:center!important;background:linear-gradient(150deg,#183b38,#102a2c)!important;border-color:#2e5c56!important;box-shadow:0 20px 45px rgba(22,57,49,.18)!important;color:#fff!important}
.hero-command-visual.premium-market-console:after{display:none!important}
.premium-market-console .console-top{color:#fff!important;border-color:rgba(255,255,255,.16)!important}
.premium-market-console .console-top span{background:#d7ead7!important;color:#27583a!important}
.premium-market-console .console-grid>div{background:rgba(255,255,255,.09)!important;border-color:rgba(255,255,255,.14)!important}
.premium-market-console .console-grid small{color:#b8d5c2!important}
.premium-market-console .console-grid strong{color:#fff!important}
.premium-market-console .console-grid i,.premium-market-console>span{color:#d2e4d7!important}
.dense-hero .hero-proof{position:static!important;grid-column:1/-1!important;align-self:end!important;margin-top:22px!important;padding:17px 0 0!important;border-top:1px solid #cddbcf!important;background:transparent!important;color:#234239!important}
.dense-hero .hero-proof>div{border-color:#d3dfd4!important}
.dense-hero .hero-proof b{background:#dcebdc!important;color:#2f6847!important}
.dense-hero .hero-proof strong{color:#234239!important}
.dense-hero .hero-proof small{color:#6d7f74!important}

@media(max-width:850px){
  .dense-hero>.hero-command{grid-template-rows:auto auto!important;min-height:0!important;padding:34px 24px 22px!important}
  .hero-command-copy{padding-right:0!important}
  .dense-hero .hero-proof{margin-top:18px!important;padding-top:15px!important}
}

.category-showcase{margin:26px 0 0;padding:26px;border:1px solid #dfe6d9;border-radius:18px;background:#fffefb;box-shadow:0 10px 32px rgba(32,60,51,.07)}
.category-showcase-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.category-showcase-head h2{margin:3px 0 2px;color:#213c38;font-size:26px}
.category-showcase-head p{margin:0;color:#758172;font-size:12px}
.category-showcase-head>a{flex:0 0 auto;color:#b83c2b;font-size:12px;font-weight:800}
.category-hubs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:14px}
.category-hubs>a{display:grid;grid-template-columns:35px minmax(0,1fr);column-gap:9px;align-items:center;min-height:66px;padding:10px 11px;border:1px solid #e0e6dc;border-radius:12px;background:#fafbf7;transition:transform .18s,box-shadow .18s,border-color .18s}
.category-hubs>a:hover{transform:translateY(-2px);border-color:#c6d5c0;box-shadow:0 10px 22px rgba(32,60,51,.08)}
.hub-icon{grid-row:1/3;width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:#e7efdf;color:#3f6045;font-size:13px;font-weight:900}
.category-hubs strong{font-size:12px;color:#2c473a;line-height:1.25}
.category-hubs small{color:#879286;font-size:9px;line-height:1.35}
.all-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding-top:14px;border-top:1px solid #e7ece3}
.all-category-card{display:grid;grid-template-columns:31px minmax(0,1fr) 12px;align-items:center;gap:9px;min-width:0;padding:9px 10px;border-radius:10px;color:#30463a;transition:background .18s,transform .18s}
.all-category-card:hover{background:#f0f4eb;transform:translateX(2px)}
.all-category-card .category-symbol{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;font-size:10px;font-weight:900}
.all-category-card>span:nth-child(2){display:flex;min-width:0;flex-direction:column}
.all-category-card b{font-size:11px;line-height:1.4}
.all-category-card small{margin-top:2px;overflow:hidden;color:#89948a;font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.all-category-card em{color:#a8b2a5;font-size:18px;font-style:normal}
@media(max-width:1100px){.category-hubs{grid-template-columns:repeat(3,minmax(0,1fr))}.all-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:850px){.category-showcase{padding:20px}.category-showcase-head{align-items:flex-start;flex-direction:column;gap:8px}.all-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.category-hubs{grid-template-columns:repeat(2,minmax(0,1fr))}.category-hubs>a{padding:9px 8px}.category-hubs small{display:none}.all-category-card{grid-template-columns:29px minmax(0,1fr) 9px;padding:8px 5px}.all-category-card .category-symbol{width:29px;height:29px}.all-category-card small{display:none}.category-showcase-head h2{font-size:22px}.category-showcase-head p{font-size:11px}}

/* Professional supplier catalog: official brand art + structured taxonomy */
.supplier-product-art{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:7px;text-align:center;background:linear-gradient(145deg,#fff,#f1f6f0);color:#203c35}
.supplier-product-art .supplier-logo-wrap{width:28px;height:28px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 4px 12px rgba(31,58,49,.12)}
.supplier-product-art .supplier-logo-wrap img{width:19px!important;height:19px!important;object-fit:contain!important}
.supplier-logo-fallback{width:100%;height:100%;place-items:center;font-size:9px;font-style:normal;font-weight:900;letter-spacing:-.03em;background:#e4eee2;color:#315c47}
.supplier-product-art>strong{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:1.15;font-weight:900;color:#23433a}
.supplier-product-art>small{font-size:7px;line-height:1;color:#87958b;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.product-row-media.has-brand-art{background:#f4f7f2}
.product-row-media.has-brand-art .supplier-product-art{padding:4px;gap:2px}
.product-row-media.has-brand-art .supplier-product-art .supplier-logo-wrap{width:23px;height:23px;border-radius:7px}
.product-row-media.has-brand-art .supplier-product-art .supplier-logo-wrap img{width:16px!important;height:16px!important}
.product-row-media.has-brand-art .supplier-product-art>strong,.product-row-media.has-brand-art .supplier-product-art>small{display:none}
.v4-product-media.has-brand-art .supplier-product-art{padding:18px 12px;gap:8px;background:linear-gradient(145deg,#f9fbf7,#e9f1e7)}
.v4-product-media.has-brand-art .supplier-logo-wrap{width:48px;height:48px;border-radius:14px}
.v4-product-media.has-brand-art .supplier-logo-wrap img{width:31px!important;height:31px!important}
.v4-product-media.has-brand-art .supplier-product-art>strong{font-size:12px;max-width:175px}
.v4-product-media.has-brand-art .supplier-product-art>small{font-size:8px}
.supplier-image-error{width:100%;height:100%;place-items:center;font-size:22px;font-weight:900;background:linear-gradient(145deg,#f8faf6,#e7f0e4);color:#30594a}
.brand-logo-fallback{width:28px;height:28px;place-items:center;border-radius:7px;background:#edf2eb;color:#365d4b;font-size:9px;font-style:normal;font-weight:900}

.professional-taxonomy{margin:0 0 14px;padding:18px;border:1px solid #dce6dc;border-radius:15px;background:#fff;box-shadow:0 8px 28px rgba(33,67,53,.05)}
.subcategory-browser-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:13px}
.subcategory-browser-head>div>span{color:#a74032;font-size:8px;font-weight:900;letter-spacing:.12em}
.subcategory-browser-head h3{margin:3px 0;color:#243f37;font-size:17px}
.subcategory-browser-head p{margin:0;color:#859188;font-size:10px}
.taxonomy-back{flex:0 0 auto;padding:7px 10px;border:1px solid #dde5dc;border-radius:8px;color:#466052;font-size:9px;font-weight:800;background:#fafcf9}
.subcategory-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}
.subcategory-tools input{width:min(350px,100%);height:34px;padding:0 11px;border:1px solid #dce5dc;border-radius:9px;background:#f9fbf8;color:#2b443a;font-size:10px;outline:0}
.subcategory-tools input:focus{border-color:#9dbba5;box-shadow:0 0 0 3px rgba(78,123,91,.08)}
.subcategory-tools span{color:#8a958b;font-size:9px;font-weight:750}
.subcategory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.subcategory-grid>a{display:grid;grid-template-columns:40px minmax(0,1fr) 10px;align-items:center;gap:9px;min-height:58px;padding:8px;border:1px solid #e3e9e1;border-radius:11px;background:#fbfcfa;transition:.16s}
.subcategory-grid>a:hover{transform:translateY(-1px);border-color:#bfcfbe;background:#fff;box-shadow:0 8px 18px rgba(34,69,53,.07)}
.subcategory-art{width:40px;height:40px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#edf3e9}
.subcategory-art img{width:24px;height:24px;object-fit:contain}
.subcategory-fallback{width:100%;height:100%;place-items:center;font-size:9px;font-weight:900;color:#41614f}
.subcategory-copy{display:flex;min-width:0;flex-direction:column;gap:3px}
.subcategory-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2b4439;font-size:10px}
.subcategory-copy small{color:#929b93;font-size:8px}
.subcategory-grid>a>em{color:#a8b1aa;font-size:16px;font-style:normal}
.taxonomy-leaf-note{display:flex;align-items:center;gap:10px;padding:11px;border:1px dashed #cfdccc;border-radius:11px;background:#f8fbf7}
.taxonomy-leaf-note>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#dfeedb;color:#2c704a;font-size:12px;font-weight:900}
.taxonomy-leaf-note b{color:#2b493d;font-size:10px}.taxonomy-leaf-note p{margin:2px 0 0;color:#849087;font-size:9px}
.professional-filter{grid-template-columns:1fr 1fr 1fr .72fr auto minmax(180px,1.4fr)!important}
.catalog-result-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 8px;padding:8px 11px;border:1px solid #e2e8df;border-radius:9px;background:#fafcf9}
.catalog-result-summary>div{display:flex;align-items:baseline;gap:5px}.catalog-result-summary b{color:#a83d30;font-size:15px}.catalog-result-summary span,.catalog-result-summary p{margin:0;color:#7e8b82;font-size:9px}
.professional-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px;margin-top:14px}
.professional-pagination a,.professional-pagination span{min-width:31px;height:31px;display:grid;place-items:center;padding:0 8px;border:1px solid #dce4da;border-radius:8px;background:#fff;color:#526459;font-size:9px;font-weight:800}
.professional-pagination a:hover,.professional-pagination a.active{border-color:#b94a3a;background:#b94a3a;color:#fff}.professional-pagination span{border-color:transparent;background:transparent}
.detail-cover.supplier-detail-art{padding:0!important;overflow:hidden!important}.supplier-product-art.detail-art{min-height:360px;gap:14px;padding:28px;background:linear-gradient(145deg,#f9fbf7,#e6f0e4)}
.supplier-product-art.detail-art .supplier-logo-wrap{width:88px;height:88px;border-radius:24px}.supplier-product-art.detail-art .supplier-logo-wrap img{width:56px!important;height:56px!important}.supplier-product-art.detail-art>strong{font-size:24px;max-width:85%;white-space:normal;line-height:1.2}.supplier-product-art.detail-art>small{font-size:11px}
@media(max-width:1100px){.subcategory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.professional-filter{grid-template-columns:repeat(3,minmax(0,1fr))!important}.professional-filter .stock-check,.professional-filter .dense-search{grid-column:auto}}
@media(max-width:760px){.professional-taxonomy{padding:13px}.subcategory-browser-head{align-items:flex-start;flex-direction:column}.subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.professional-filter{grid-template-columns:1fr 1fr!important}.professional-filter .dense-search{grid-column:1/-1}.catalog-result-summary{align-items:flex-start;flex-direction:column;gap:3px}.supplier-product-art.detail-art{min-height:250px}.supplier-product-art.detail-art .supplier-logo-wrap{width:70px;height:70px}.supplier-product-art.detail-art .supplier-logo-wrap img{width:44px!important;height:44px!important}.supplier-product-art.detail-art>strong{font-size:19px}}
@media(max-width:480px){.subcategory-grid{grid-template-columns:1fr}.subcategory-tools span{display:none}.professional-filter{grid-template-columns:1fr!important}.professional-filter .dense-search{grid-column:auto}}

/* Catalog artwork sizing v2: imported cards should look like marketplace thumbnails, not banners. */
.product-row-media.supplier-image,
.v4-product-media.supplier-image,
.detail-cover.supplier-detail-image{background:#f7f8f7!important}
.product-row-media.supplier-image>.catalog-artwork{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;padding:5px!important;object-fit:contain!important;object-position:center!important;background:#fff!important;transform:none!important}
.product-row-media .image-fallback-art{padding:4px!important;gap:2px!important}
.product-row-media .image-fallback-art .supplier-logo-wrap{width:23px!important;height:23px!important;border-radius:7px!important}
.product-row-media .image-fallback-art .supplier-logo-wrap img{width:16px!important;height:16px!important;object-fit:contain!important}
.product-row-media .image-fallback-art>strong,.product-row-media .image-fallback-art>small{display:none!important}
.v4-product-media.supplier-image{padding:10px!important}
.v4-product-media.supplier-image>.catalog-artwork{width:100%!important;height:100%!important;max-width:176px!important;max-height:108px!important;padding:8px!important;object-fit:contain!important;object-position:center!important;border:1px solid #edf0ed;border-radius:10px;background:#fff!important;box-shadow:0 5px 18px rgba(31,58,49,.06);transform:none!important}
.v4-product-media .image-fallback-art{position:absolute;inset:0;z-index:0;padding:18px 12px;gap:8px;background:linear-gradient(145deg,#f9fbf7,#e9f1e7)}
.v4-product-media .image-fallback-art .supplier-logo-wrap{width:46px;height:46px;border-radius:13px}
.v4-product-media .image-fallback-art .supplier-logo-wrap img{width:29px!important;height:29px!important;object-fit:contain!important}
.v4-product-media .image-fallback-art>strong{font-size:11px;max-width:170px}
.v4-product-media .image-fallback-art>small{font-size:8px}
.detail-cover.supplier-detail-image{padding:24px!important}
.detail-cover.supplier-detail-image>.catalog-artwork{width:min(100%,320px)!important;height:min(100%,300px)!important;max-width:320px!important;max-height:300px!important;padding:20px!important;object-fit:contain!important;object-position:center!important;border:1px solid #e8ece8;border-radius:18px;background:#fff!important;box-shadow:0 12px 34px rgba(31,58,49,.08);transform:none!important}
.detail-cover.supplier-detail-image>.image-fallback-art{width:100%;height:100%;min-height:0!important;border-radius:16px}
@media(max-width:760px){.v4-product-media.supplier-image{padding:8px!important}.v4-product-media.supplier-image>.catalog-artwork{max-width:150px!important;max-height:104px!important;padding:7px!important}.detail-cover.supplier-detail-image{padding:16px!important}.detail-cover.supplier-detail-image>.catalog-artwork{max-width:270px!important;max-height:250px!important;padding:16px!important}}
.visitor-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.visitor-status-grid>div{display:flex;min-height:68px;flex-direction:column;justify-content:center;gap:7px;padding:12px;border:1px solid #e5e9e5;border-radius:11px;background:#fafbfa}.visitor-status-grid small{color:#8b948e;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.visitor-status-grid b{font-size:11px}.setup-steps{display:grid;gap:10px;padding-left:22px}.setup-steps li{padding-left:4px}.visitor-admin .panel{margin-top:12px}@media(max-width:700px){.visitor-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* refinement.css */
/* Yunqivo: consistent media geometry, brand colours and readable commerce surfaces. */
:root{--ink:#172033;--text:#39445a;--muted:#667085;--line:#e5e9f0;--soft:#f5f7fb;--red:#d92d20;--v4-red:#d92d20;--v4-ink:#172033;--v4-bg:#f5f7fb}
body{font-size:16px;background:#f5f7fb!important;color:#172033}
img{max-width:100%}a,button,input,select,textarea{touch-action:manipulation}button,input,select,textarea{font:inherit}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #2563eb;outline-offset:3px}
.container{max-width:1360px}.site-header{border-bottom:1px solid #e5e9f0}.brand-copy small{color:#667085!important}
.v4-hero{background:linear-gradient(115deg,#fff 45%,#fff3ef)!important}.v4-hero-grid{height:auto;min-height:420px;max-height:none;padding-top:48px;padding-bottom:48px;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr)}
.v4-hero h1{font-size:clamp(34px,4.1vw,58px);line-height:1.2!important;letter-spacing:-.025em!important;overflow-wrap:anywhere}.v4-hero-copy>p{line-height:1.8}.v4-hero-market{box-shadow:0 18px 50px #1720330d;border-color:#e5e9f0}
.v4-kicker,.v4-trust-chips span,.v4-market-grid b,.v4-market-head a,.v4-hot,.v4-section-head p,.v4-section-head>a,.v4-brand-group header p,.v4-brand-group header a{font-size:14px}
.v4-market-grid small,.v4-market-note span,.v4-market-note b,.v4-department-card small,.v4-brand-row small{font-size:12px;color:#667085}
.v4-department-card strong,.v4-brand-row b{font-size:14px}.v4-section-head h2{font-size:clamp(23px,2.5vw,30px);line-height:1.35;letter-spacing:0}
.v4-brand-group,.v4-product-card,.professional-taxonomy{border:1px solid #e5e9f0!important;background:#fff!important;box-shadow:0 3px 12px #17203304}
.v4-brand-row>a>span{width:52px;height:52px;background:#fff!important;border:1px solid #edf0f5;border-radius:14px;display:grid;place-items:center}
.v4-brand-row img{display:block;width:28px!important;height:28px!important;object-fit:contain!important;transform:none!important}
.v4-product-media,.product-row-media,.detail-cover{position:relative;background:#f8fafc!important;overflow:hidden;isolation:isolate}
.v4-product-media{height:180px!important;display:flex!important;align-items:center;justify-content:center;padding:20px!important;border-bottom:1px solid #eef1f6}
.v4-product-media>img.catalog-artwork{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;padding:0!important;transform:none!important;box-shadow:none!important;border:0!important;border-radius:0!important}
.supplier-product-art{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;height:100%;min-width:0;background:transparent!important;padding:8px;text-align:center}
.supplier-product-art .supplier-logo-wrap{display:grid;place-items:center;flex-shrink:0;width:60px!important;height:60px!important;background:#fff;border:1px solid #e5e9f0;border-radius:16px;box-shadow:none!important;font-style:normal}
.supplier-product-art .supplier-logo-wrap img{width:36px!important;height:36px!important;object-fit:contain!important;transform:none!important}
.supplier-product-art>strong{font-size:14px;line-height:1.4;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.supplier-product-art>small{font-size:12px;color:#667085}
.product-row{grid-template-columns:72px minmax(0,1fr) 110px 90px 110px;gap:16px;padding:18px;background:#fff!important;border-color:#e5e9f0!important}
.product-row:hover{background:#fafbfe!important}.product-row-media{width:72px!important;height:72px!important;border:1px solid #edf0f5;border-radius:12px;padding:6px}
.product-row-media>img.catalog-artwork{width:100%!important;height:100%!important;object-fit:contain!important}.product-row-media .supplier-product-art{padding:0}.product-row-media .supplier-logo-wrap{width:48px!important;height:48px!important;border:0}.product-row-media .supplier-logo-wrap img{width:30px!important;height:30px!important}.product-row-media .supplier-product-art>strong,.product-row-media .supplier-product-art>small{display:none}
.product-row-copy{min-width:0}.product-row-title{font-size:16px!important;line-height:1.5!important;overflow-wrap:anywhere}.product-row-copy>p,.product-row-shop{font-size:12px;color:#667085}.product-row-tags .tag{font-size:12px;padding:3px 6px}.product-row-price small,.product-row-stock small,.product-row-price>span,.product-row-stock>span,.product-row-action small{font-size:12px;color:#667085}.product-row-price strong{font-size:20px}.product-row-stock b,.product-row-action>a{font-size:14px}.product-row-action>a{padding:11px 10px;border-radius:8px;background:#172033;min-height:44px}
.subcategory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.subcategory-art{width:48px;height:48px;flex:0 0 48px;background:#fff!important;border:1px solid #e5e9f0;border-radius:12px;display:grid;place-items:center;overflow:hidden}.subcategory-art img{width:28px!important;height:28px!important;object-fit:contain!important}.subcategory-tile{min-width:0}.subcategory-tile strong{overflow-wrap:anywhere}
.detail-cover{height:360px!important;padding:24px!important;border:1px solid #e5e9f0;border-radius:18px}.detail-cover>img.catalog-artwork{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;padding:0!important;box-shadow:none!important;transform:none!important}.detail-cover .supplier-logo-wrap{width:100px!important;height:100px!important}.detail-cover .supplier-logo-wrap img{width:64px!important;height:64px!important}.detail-cover .supplier-product-art>strong{white-space:normal;font-size:22px;line-height:1.4}.detail h1{overflow-wrap:anywhere;line-height:1.4}.auth-card{border:1px solid #e5e9f0;box-shadow:0 16px 60px #1720330a}.auth-card input{min-height:48px;font-size:16px}
@media(max-width:1050px){.v4-hero-grid{grid-template-columns:1fr;gap:28px;min-height:0}.v4-hero-market{max-width:none}.product-row{grid-template-columns:64px minmax(0,1fr) 100px 100px}.product-row-stock{display:none}.product-row-media{width:64px!important;height:64px!important}}
@media(max-width:760px){.container{width:100%;padding-left:16px;padding-right:16px}.v4-hero-grid{padding-top:30px;padding-bottom:30px}.v4-hero h1{font-size:36px}.v4-brand-groups{grid-template-columns:1fr}.v4-section-head{align-items:start;gap:12px}.v4-section-head>a{max-width:100px}.v4-product-media{height:150px!important;padding:16px!important}.v4-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-row{grid-template-columns:64px minmax(0,1fr);gap:10px 14px;padding:16px}.product-row-media{grid-column:1;grid-row:1;align-self:start}.product-row-copy{grid-column:2;grid-row:1}.product-row-price{grid-column:1/3;grid-row:2;flex-direction:row;align-items:baseline;gap:6px;padding-right:120px;min-height:44px;justify-content:flex-start}.product-row-action{grid-column:1/3;grid-row:2;justify-self:end;width:110px;align-self:center}.product-row-action>a{max-width:none}.product-row-action small{display:none}.product-row-copy>p{display:none}.product-row-price small{display:none}.product-row-tags .category-tag{display:none}.detail-cover{height:280px!important;padding:20px!important}.product-layout{grid-template-columns:minmax(0,1fr)!important}.v4-market-grid>a{grid-template-columns:36px minmax(0,1fr);gap:8px}.v4-market-grid i{display:none}.v4-market-grid b{white-space:normal;overflow-wrap:anywhere}.v4-cat-badge{width:34px;height:34px}.v4-hero-search{grid-template-columns:minmax(0,1fr) 76px}.v4-hero-search select{display:none}.subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.subcategory-tile{display:flex;flex-direction:column;align-items:flex-start}.v4-brand-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

/* Keep the complete header aligned with the primary brand surface. */
.site-header .desktop-head,.site-header .main-nav,.site-header .nav-inner{background:#fff!important}.site-header .brand-copy b,.site-header .nav-link,.site-header .header-action,.site-header .header-menu>summary{color:#172033!important}.site-header .seller-join{color:#d92d20!important}
.v4-product-rail{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;overflow:visible!important}.v4-product-card{min-width:0!important;width:auto!important}.v4-product-body{padding:16px}.v4-product-title{font-size:16px!important;line-height:1.5!important}.v4-product-tags{font-size:12px!important;color:#667085!important}.v4-product-media>i{font-size:12px}
@media(max-width:1050px){.v4-product-rail{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.v4-product-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.v4-product-body{padding:12px}}
@media(max-width:360px){.v4-product-rail,.subcategory-grid{grid-template-columns:minmax(0,1fr)}}
