/* block-1 */
:root{
      --navy:#11092f;--navy2:#1f1050;--purple:#7445ee;--purple2:#9b75ff;
      --ink:#191525;--muted:#746f7f;--line:#e8e4ef;--soft:#f6f4fb;
      --white:#fff;--green:#12a66d;--orange:#ef6a37;--blue:#4778ff;
      --shadow:0 18px 52px rgba(30,18,67,.10);--shadow2:0 12px 28px rgba(28,18,59,.08);
      --radius:16px;--max:1460px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:#f5f5fa;color:var(--ink);font:14px/1.55 Inter,"Noto Sans SC","PingFang SC","Microsoft YaHei",Arial,sans-serif}
    button,input,select{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}
    .topbar{height:72px;position:sticky;top:0;z-index:60;display:flex;align-items:center;padding:0 max(28px,calc((100vw - var(--max))/2));color:#fff;background:linear-gradient(102deg,#0f082b 0%,#1d0e4d 65%,#281065 100%);box-shadow:0 10px 32px rgba(14,7,39,.16)}
    .topbar:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 0,rgba(145,102,255,.22),transparent 24%),linear-gradient(90deg,transparent 49.8%,rgba(255,255,255,.025) 50%,transparent 50.2%);pointer-events:none}
    .brand{position:relative;width:126px;height:52px;border:0;background:transparent;padding:0;display:flex;align-items:center}
    .brand img{width:118px;max-height:48px;object-fit:contain;filter:brightness(0) invert(1)}
    .nav{height:100%;display:flex;align-items:stretch;gap:3px;margin-left:35px}
    .nav-node{position:relative;display:flex;align-items:stretch}
    .nav-link{height:100%;border:0;background:transparent;color:#dcd7ea;padding:0 16px;font-size:13px;font-weight:600;position:relative}
    .nav-link:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:3px;border-radius:4px 4px 0 0;background:linear-gradient(90deg,#8f65ff,#c2a9ff);transform:scaleX(0);transition:.22s}
    .nav-link:hover,.nav-link.active{color:#fff}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}
    .nav-link .chev{font-size:10px;opacity:.55;margin-left:6px}
    .mega{position:absolute;top:66px;left:0;width:460px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:0 0 15px 15px;background:rgba(24,12,62,.98);box-shadow:0 24px 48px rgba(8,3,24,.26);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s}
    .nav-node.open .mega{opacity:1;visibility:visible;transform:none}
    .mega-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.12)}
    .mega-head b{font-size:15px}.mega-head span{font-size:10px;color:#bdb4cf}
    .mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
    .mega-grid button{border:1px solid rgba(255,255,255,.08);border-radius:9px;background:rgba(255,255,255,.035);color:#fff;padding:12px;text-align:left}
    .mega-grid button:hover{background:#7445ee;border-color:#8f69f6}.mega-grid small{display:block;color:#bdb4cf;margin-top:3px;font-size:10px}
    .top-actions{margin-left:auto;display:flex;align-items:center;gap:9px;position:relative}
    .language{height:36px;border:1px solid rgba(255,255,255,.24);border-radius:9px;background:#130a34;color:#fff;padding:0 30px 0 12px;font-size:11px}
    .role-switch{display:flex;align-items:center;padding:3px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.05)}
    .role-switch button{height:30px;border:0;border-radius:7px;background:transparent;color:#bdb6cf;padding:0 11px;font-size:11px}.role-switch .active{background:#fff;color:#4f2ba8;font-weight:700}
    .login{height:36px;border:0;border-radius:9px;background:linear-gradient(110deg,#8c5cff,#6e3ee6);color:#fff;padding:0 14px;font-weight:700;font-size:11px}
    .mobile-trigger{display:none;border:0;background:transparent;color:#fff;font-size:24px}
    .page{max-width:var(--max);margin:auto;padding:26px 28px 76px}
    .hero-shell{display:grid;grid-template-columns:270px minmax(0,1fr) 282px;gap:15px;height:548px}
    .panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px 0 rgba(20,12,49,.02)}
    .category-rail{position:relative;overflow:visible;display:flex;flex-direction:column;z-index:5}
    .category-title{height:55px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-radius:15px 15px 0 0;background:linear-gradient(105deg,#8857f8,#6733df);color:#fff;font-size:16px;font-weight:750}
    .category-title small{font-size:9px;opacity:.75;letter-spacing:.08em}
    .cat-list{margin:0;padding:3px 0;list-style:none;flex:1}
    .cat-list li{height:61px;border-bottom:1px solid #efecf4}
    .cat-list button{width:100%;height:100%;display:grid;grid-template-columns:32px 1fr 14px;align-items:center;gap:10px;border:0;background:#fff;padding:0 14px;text-align:left}
    .cat-list button:hover{background:#faf8ff;color:#6e3ce4}.cat-list i{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#f4f0ff;color:#7347e9;font-style:normal;font-size:13px}
    .cat-list b{display:block;font-size:13px}.cat-list small{display:block;color:#8a8592;font-size:9px;margin-top:2px}.cat-list em{font-style:normal;color:#aaa3b6}
    .cat-more{height:49px;border:0;border-radius:0 0 15px 15px;background:#fff;color:#7041e5;font-size:11px;font-weight:700}
    .category-pop{position:absolute;left:calc(100% + 10px);top:55px;width:430px;height:397px;border:1px solid #ddd5ee;border-radius:12px;background:#fff;padding:20px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateX(-8px);transition:.2s;z-index:20}
    .category-rail:hover .category-pop{opacity:1;visibility:visible;transform:none}.category-pop h3{margin:0 0 14px;font-size:17px}.category-pop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.category-pop-grid a{padding:10px;border-radius:8px;background:#f8f6fb;font-size:11px}.category-pop-grid a:hover{background:#eee7ff;color:#6d3fde}
    .cat-campaign{position:absolute;left:20px;right:20px;bottom:20px;height:106px;border-radius:11px;overflow:hidden;background:linear-gradient(110deg,#160b3e,#5330bf);color:#fff;padding:18px}.cat-campaign:after{content:"";position:absolute;inset:0 0 0 55%;background:url('home-assets-v36p9/b32-inline/cf306878947143c21f.webp') center/cover;opacity:.5}.cat-campaign b,.cat-campaign small{position:relative;z-index:2;display:block}.cat-campaign small{color:#cec4e3;margin-top:4px}
    .hero-stage{position:relative;overflow:hidden;border-radius:18px;background:#10092d;color:#fff;box-shadow:var(--shadow)}
    .hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .45s,transform 5.8s ease;transform:scale(1.015)}
    .hero-stage:hover .hero-image{transform:scale(1.035)}
    .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,31,.92) 0%,rgba(13,8,43,.72) 52%,rgba(10,7,33,.14) 100%)}
    .hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;padding:33px 37px 25px}
    .hero-eyebrow{display:flex;align-items:center;gap:10px;color:#cbbdff;font-size:9px;font-weight:800;letter-spacing:.15em}.hero-eyebrow span{padding:3px 7px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.07);letter-spacing:0}
    .hero-copy{max-width:590px}.hero-copy h1{font-size:41px;line-height:1.12;letter-spacing:-.035em;margin:18px 0 10px;font-weight:650}.hero-copy p{max-width:545px;margin:0;color:#d5cee1;font-size:12px;line-height:1.75}
    .hero-actions{display:flex;gap:9px;margin-top:17px}.btn{height:40px;border:1px solid #8c62f5;border-radius:9px;background:linear-gradient(105deg,#8d5fff,#6f3ee5);color:#fff;padding:0 17px;font-size:11px;font-weight:700;box-shadow:0 8px 20px rgba(92,49,206,.18)}.btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.26);box-shadow:none}.btn.light{background:#fff;color:#6940cd;border-color:#d5c9f1;box-shadow:none}.btn.ghost{background:transparent;color:#7043d8;border-color:#e0d8ef;box-shadow:none}
    .searchbox{display:flex;align-items:center;margin-top:21px;height:50px;padding:4px;border:2px solid #8b5df2;border-radius:11px;background:#fff;box-shadow:0 12px 28px rgba(13,5,40,.18)}
    .searchbox select{height:40px;width:104px;border:0;border-right:1px solid #e8e5ec;background:#fff;padding:0 11px;color:#292132;font-weight:700;outline:0}.searchbox input{height:40px;min-width:0;flex:1;border:0;padding:0 14px;outline:0;color:#211b2a}.searchbox .btn{height:40px;min-width:74px}
    .hotwords{display:flex;align-items:center;gap:6px;margin-top:8px;color:#c6bed3;font-size:9px}.hotwords button{border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.05);color:#d9d2e5;padding:4px 8px;font-size:9px}
    .quick-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:auto}.quick-row button{min-height:61px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:rgba(255,255,255,.94);color:#251c31;padding:11px 12px;text-align:left;transition:.2s}.quick-row button:hover{transform:translateY(-3px);background:#fff}.quick-row b{display:block;font-size:12px}.quick-row small{display:block;color:#7c7684;font-size:8px;margin-top:3px}
    .hero-controls{position:absolute;right:20px;bottom:19px;z-index:4;display:flex;align-items:center;gap:5px}.hero-controls button{width:6px;height:6px;padding:0;border:0;border-radius:8px;background:rgba(255,255,255,.5);transition:.2s}.hero-controls button.active{width:23px;background:#fff}.hero-count{margin-left:8px;color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em}
    .hero-arrow{position:absolute;z-index:5;top:50%;width:34px;height:46px;margin-top:-23px;border:1px solid rgba(255,255,255,.18);background:rgba(12,7,35,.34);color:#fff;opacity:0;transition:.2s}.hero-stage:hover .hero-arrow{opacity:1}.hero-arrow:hover{background:#7445ee}.hero-prev{left:13px;border-radius:9px}.hero-next{right:13px;border-radius:9px}
    .rfq-rail{display:flex;flex-direction:column;padding:17px 16px;overflow:hidden}
    .rail-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid #ece8f1}.rail-head h3{margin:0;font-size:16px}.rail-head button{border:0;background:transparent;color:#7445e8;font-size:11px;font-weight:700}.live{display:inline-flex;align-items:center;gap:5px;margin-left:5px;color:#0da267;font-size:8px;font-weight:800}.live:before{content:"";width:6px;height:6px;border-radius:50%;background:#16b979;box-shadow:0 0 0 0 rgba(22,185,121,.45);animation:pulse 1.8s infinite}
    .sync-note{display:flex;align-items:center;justify-content:space-between;margin:10px 0 4px;padding:7px 8px;border-radius:7px;background:#f3fbf7;color:#328064;font-size:8px}.sync-note i{width:6px;height:6px;border-radius:50%;background:#20b77a;font-style:normal}
    .rfq-list{flex:1;overflow:hidden;position:relative}.rfq-track{transition:transform .42s ease}.rfq-item{width:100%;height:58px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center;border:0;border-bottom:1px solid #efecf3;background:#fff;padding:8px 2px;text-align:left;transition:.25s}.rfq-item:hover,.rfq-item.flash{background:#faf7ff;padding-left:8px;border-radius:8px;box-shadow:inset 3px 0 #7445e8}.rfq-flag{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#f4f1f9;font-size:16px}.rfq-item b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px}.rfq-item small{display:block;color:#898391;font-size:8.5px;margin-top:3px}.rfq-item em{font-style:normal;color:#7a7285;font-size:8px;text-align:right}.rfq-item em strong{display:block;color:#14a36b;font-size:9px;margin-bottom:3px}.rfq-item em strong.buyer-view{color:#4c71dc}.role-context{display:flex;align-items:center;gap:5px}.role-context b{color:#2f725a}.role-context button{border:0;background:transparent;color:#6e43d5;font-size:8px;font-weight:800;padding:0}
    .rail-foot{height:40px;margin-top:10px;border:1px solid #d8cdf0;border-radius:9px;background:#fff;color:#7042d8;font-size:10px;font-weight:700}
    .metric-strip{display:grid;grid-template-columns:repeat(5,1fr);margin-top:16px;border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden}
    .metric{padding:14px 18px;border-right:1px solid var(--line)}.metric:last-child{border:0}.metric span{display:block;color:#827c88;font-size:9px}.metric b{display:inline-block;margin-top:3px;font-size:22px;letter-spacing:-.02em}.metric small{float:right;margin-top:10px;color:#10a76b;font-size:8px}
    .promo-grid{display:grid;grid-template-columns:1.18fr repeat(3,1fr);gap:12px;margin-top:16px}
    .promo{position:relative;min-height:126px;overflow:hidden;border:1px solid rgba(116,69,238,.18);border-radius:14px;background:linear-gradient(125deg,#171039,#2c1a61);color:#fff;padding:19px;transition:.22s;isolation:isolate}.promo:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(41,25,94,.18);border-color:rgba(145,106,255,.55)}.promo>img{position:absolute;z-index:-2;inset:0 0 0 47%;width:53%;height:100%;object-fit:cover;opacity:.62}.promo:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,var(--promo-bg,#171039) 0 53%,rgba(22,13,55,.62) 70%,rgba(22,13,55,.14) 100%)}
    .promo-label{font-size:8px;font-weight:800;letter-spacing:.1em;color:#c1aeff}.promo h3{margin:8px 0 4px;font-size:16px;line-height:1.25}.promo p{margin:0;max-width:180px;color:#c9c2d9;font-size:9px}.promo .arrow{position:absolute;left:19px;bottom:13px;color:#fff;font-weight:800}.sponsored{position:absolute;right:10px;top:9px;padding:3px 6px;border-radius:999px;background:rgba(255,255,255,.88);color:#57496a;font-size:7px}
    .section{margin-top:22px;padding:23px;border:1px solid var(--line);border-radius:18px;background:#fff}
    .section.tinted{background:linear-gradient(145deg,#fbfafe,#f5f2fa)}
    .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:17px}.eyebrow{color:#7653cf;font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.section-head h2{margin:6px 0 2px;font-size:25px;letter-spacing:-.025em}.section-head p{margin:0;color:#77717f;font-size:10px}.section-head-actions{display:flex;align-items:center;gap:8px}.tabs{display:flex;gap:4px;padding:3px;border-radius:9px;background:#f3f1f7}.tabs button{height:30px;border:0;border-radius:7px;background:transparent;color:#77717f;padding:0 11px;font-size:9px}.tabs button.active{background:#fff;color:#6940cc;box-shadow:0 3px 10px rgba(34,23,67,.08);font-weight:700}
    .sourcing-layout{display:grid;grid-template-columns:minmax(0,1fr) 252px;gap:13px}.data-table{border:1px solid #e6e2eb;border-radius:13px;overflow:hidden}.data-head,.data-row{display:grid;grid-template-columns:minmax(260px,1.6fr) .65fr .62fr .55fr 80px;gap:12px;align-items:center;padding:0 14px}.data-head{height:40px;background:#f9f8fb;color:#77717f;font-size:8px}.data-row{height:58px;border-top:1px solid #efecf2;transition:.18s}.data-row:hover{background:#faf8ff;box-shadow:inset 3px 0 #7445e8}.buyer{display:flex;align-items:center;gap:9px;min-width:0}.country{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;background:#f3f1f7}.buyer div{min-width:0}.buyer b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.buyer small{display:block;color:#8a8391;font-size:8px}.qty,.deadline{font-size:9px}.match{display:inline-flex;width:max-content;padding:4px 7px;border-radius:999px;background:#e9f8f1;color:#12895f;font-size:8px;font-weight:700}.link-btn{height:29px;border:1px solid #d7cced;border-radius:7px;background:#fff;color:#6e3fd4;font-size:8px;font-weight:700}
    .signal-card{border-radius:13px;background:radial-gradient(circle at 100% 0,#5b36b6,transparent 48%),linear-gradient(145deg,#160d3a,#28145d);color:#fff;padding:19px}.signal-card .eyebrow{color:#bca8ff}.signal-score{display:flex;align-items:end;justify-content:space-between;margin-top:14px}.signal-score b{font-size:36px;line-height:1}.signal-score span{padding:4px 7px;border-radius:6px;background:#e8fff5;color:#0b985f;font-size:8px;font-weight:800}.chart{height:93px;display:flex;align-items:end;gap:6px;padding:16px 0 10px;border-bottom:1px solid rgba(255,255,255,.13)}.chart i{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(#b89cff,#7349e9);box-shadow:0 0 12px rgba(140,96,245,.4)}.signal-meta{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.signal-meta span{padding:9px;border:1px solid rgba(255,255,255,.11);border-radius:8px;color:#bcb4ca;font-size:8px}.signal-meta b{display:block;color:#fff;font-size:14px}.trend-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:11px}.trend-tags span{padding:4px 7px;border-radius:6px;background:rgba(255,255,255,.08);color:#ddd5e9;font-size:8px}
    .market-toolbar{height:43px;margin:-4px 0 14px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid #e6e1ef;border-radius:10px;background:#faf9fd;color:#706979;font-size:9px;overflow:hidden}.market-toolbar .pulse-dot{width:7px;height:7px;border-radius:50%;background:#13ad72;box-shadow:0 0 0 5px rgba(19,173,114,.09)}.market-toolbar b{color:#241c30}.market-toolbar .ticker{white-space:nowrap;animation:tickerGlow 3.2s ease-in-out infinite}.market-toolbar em{margin-left:auto;font-style:normal;color:#7650d5;font-weight:800}.carousel-actions{display:flex;gap:5px}.carousel-actions button{width:31px;height:31px;border:1px solid #ded7ea;border-radius:8px;background:#fff;color:#6940cd;font-size:16px}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.product-card{overflow:hidden;border:1px solid #e7e3ec;border-radius:13px;background:#fff;transition:.3s}.product-card.enter{animation:cardIn .35s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow2);border-color:#d7cced}.product-media{height:142px;position:relative;overflow:hidden;background:#eee}.product-media img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover img{transform:scale(1.035)}.verify{position:absolute;left:8px;top:8px;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.92);color:#5f38c1;font-size:7px;font-weight:800}.score{position:absolute;right:8px;top:8px;padding:4px 6px;border-radius:999px;background:rgba(21,13,51,.85);color:#fff;font-size:7px}.product-body{padding:12px}.chip{display:inline-flex;padding:3px 6px;border-radius:5px;background:#f1edfb;color:#7446dd;font-size:7px}.product-body h3{height:37px;margin:7px 0 4px;font-size:12px;line-height:1.45}.price-line{display:flex;align-items:end;justify-content:space-between}.price-line b{color:#df5b36;font-size:17px}.price-line span{color:#8a8490;font-size:7px}.moq{margin:3px 0 8px;color:#77717f;font-size:8px}.supplier-line{height:27px;padding-top:7px;border-top:1px solid #efecf2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#655f6d;font-size:8px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:8px}.product-actions button{height:30px;border:1px solid #d8cdf0;border-radius:7px;background:#fff;color:#6d3ed4;font-size:8px;font-weight:700}.product-actions .primary{background:#7041e4;color:#fff;border-color:#7041e4}
    .showroom-livebar{display:flex;align-items:center;gap:13px;margin:-3px 0 14px;padding:10px 12px;border-radius:10px;background:linear-gradient(90deg,#171039,#2c1a61);color:#d9d0ea;font-size:9px}.showroom-livebar b{color:#fff}.showroom-livebar span:first-child{padding:3px 7px;border-radius:999px;background:#13a970;color:#fff;font-size:7px;font-weight:800}.showroom-livebar em{margin-left:auto;font-style:normal;color:#c9b8ff}.supplier-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.supplier-card{overflow:hidden;border:1px solid #e7e3eb;border-radius:14px;background:#fff;transition:.3s}.supplier-card.enter{animation:cardIn .35s ease}.supplier-card:hover{transform:translateY(-4px);box-shadow:var(--shadow2)}.supplier-cover{height:132px;position:relative}.supplier-cover img{width:100%;height:100%;object-fit:cover}.member{position:absolute;right:9px;top:9px;padding:5px 8px;border-radius:999px;background:rgba(26,14,61,.88);color:#fff;font-size:7px}.online-now{position:absolute;left:9px;bottom:9px;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.92);color:#15845e;font-size:7px;font-weight:800}.online-now:before{content:"";display:inline-block;width:5px;height:5px;margin-right:4px;border-radius:50%;background:#19b979}.supplier-info{padding:12px}.supplier-title{display:flex;gap:9px;align-items:center}.supplier-logo{width:38px;height:38px;display:grid;place-items:center;border:1px solid #e4ddef;border-radius:10px;background:#fff;color:#6f42d9;font-weight:800;box-shadow:0 5px 14px rgba(29,17,65,.08)}.supplier-title h3{margin:0;font-size:12px}.supplier-title small{display:block;color:#8a8490;font-size:8px}.cert-line{display:flex;align-items:center;gap:6px;margin-top:10px}.cert-line span{padding:4px 6px;border-radius:5px;background:#e9f8f1;color:#12895f;font-size:7px;font-weight:700}.cert-line small{color:#7b7483;font-size:8px}.supplier-tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:9px}.supplier-tags span{padding:4px 6px;border-radius:5px;background:#f3f0f9;color:#675f70;font-size:7px}.supplier-kpi{display:grid;grid-template-columns:repeat(3,1fr);margin-top:10px;padding-top:9px;border-top:1px solid #efecf2}.supplier-kpi span{color:#88818e;font-size:7px}.supplier-kpi b{display:block;color:#241e2b;font-size:12px}.supplier-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:10px}.supplier-actions button{height:31px;border:1px solid #d8cdf0;border-radius:7px;background:#fff;color:#7041d7;font-size:8px;font-weight:700}.supplier-actions .primary{background:#7041e4;color:#fff}
    @keyframes cardIn{from{opacity:.25;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes tickerGlow{50%{color:#6f43d7}}
    .dual-section{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;margin-top:22px}.industry-card{position:relative;min-height:390px;overflow:hidden;border-radius:18px;background:#140b36;color:#fff}.industry-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.43}.industry-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#130a37 0 50%,rgba(19,10,55,.24) 100%)}.industry-copy{position:relative;z-index:2;width:55%;padding:35px}.industry-copy h2{font-size:28px;line-height:1.2;margin:12px 0}.industry-copy p{color:#cfc6dc;font-size:10px;line-height:1.75}.hub-list{position:absolute;z-index:3;right:18px;top:18px;bottom:18px;width:43%;display:grid;gap:7px}.hub-list button{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(19,10,51,.75);color:#fff;padding:10px;text-align:left;backdrop-filter:blur(6px)}.hub-list button:hover{background:rgba(112,65,228,.86)}.hub-list span{color:#b79eff;font-size:12px;font-weight:800}.hub-list b{display:block;font-size:10px}.hub-list small{display:block;color:#c3bacf;font-size:7px}.hub-list em{font-style:normal;color:#d8cced;font-size:8px}
    .service-card{min-height:390px;padding:25px;border-radius:18px;background:linear-gradient(145deg,#fff,#f7f4fd);border:1px solid var(--line)}.service-card h2{margin:7px 0 4px;font-size:24px}.service-card>p{margin:0;color:#77717f;font-size:10px}.service-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:17px}.service-list button{min-height:76px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;border:1px solid #e6e1ed;border-radius:10px;background:#fff;padding:10px;text-align:left}.service-list button:hover{border-color:#cdbef0;box-shadow:0 7px 18px rgba(37,22,79,.07)}.service-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#f1ecff;color:#7141df}.service-list b{display:block;font-size:9px}.service-list small{display:block;color:#8a8390;font-size:7px;margin-top:3px}.service-list em{font-style:normal;color:#7545df}
    .flow{margin-top:22px;padding:25px;border:1px solid var(--line);border-radius:18px;background:#fff}.flow-steps{display:grid;grid-template-columns:repeat(6,1fr);margin-top:19px}.flow-step{position:relative;min-height:105px;padding:12px 14px;border-right:1px solid #ece8f0}.flow-step:last-child{border:0}.flow-step:after{content:"→";position:absolute;right:-8px;top:20px;width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:#7746e7;color:#fff;font-size:7px;z-index:2}.flow-step:last-child:after{display:none}.flow-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#f1edfc;color:#7142df}.flow-step span{display:block;margin-top:7px;color:#9e87df;font-size:7px}.flow-step b{display:block;font-size:10px}.flow-step small{display:block;color:#89828f;font-size:7px;margin-top:3px}.project-bar{display:grid;grid-template-columns:1.25fr 1fr 1.3fr 90px;gap:14px;align-items:center;margin-top:15px;padding:14px 16px;border:1px solid #e8e3ed;border-radius:11px;background:#faf9fc}.project-bar h3{margin:5px 0 0;font-size:11px}.project-bar p{margin:2px 0 0;color:#7c7583;font-size:8px}.progress{height:7px;border-radius:8px;background:#e8e4ed;overflow:hidden}.progress i{display:block;width:72%;height:100%;background:linear-gradient(90deg,#7243e1,#a27bff)}.milestones{display:flex;justify-content:space-between;color:#8a8490;font-size:7px}.milestones .done{color:#12a16a}.milestones .active{color:#7041d9;font-weight:800}
    .trust{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;margin-top:22px;padding:34px;border-radius:18px;background:radial-gradient(circle at 85% 0,#5030aa,transparent 42%),linear-gradient(140deg,#160c3a,#26135b);color:#fff}.trust h2{margin:9px 0;font-size:28px;line-height:1.22}.trust p{color:#c7bed3;font-size:10px}.trust-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:22px}.trust-metrics div{padding:12px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:rgba(255,255,255,.04)}.trust-metrics b{display:block;font-size:18px}.trust-metrics span{color:#bbb2c8;font-size:7px}.activity{padding:18px;border-radius:13px;background:#fff;color:#211a29}.activity-head{display:flex;justify-content:space-between;align-items:center}.activity-head h3{margin:0;font-size:13px}.activity-item{display:grid;grid-template-columns:7px 1fr auto;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid #ece8f0}.activity-item:last-child{border:0}.activity-item i{width:6px;height:6px;border-radius:50%;background:#7445e8}.activity-item b{display:block;font-size:8px}.activity-item small{display:block;color:#8a8390;font-size:7px}.activity-item span{color:#8a8390;font-size:7px}
    .cta{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:18px;padding:25px 29px;border:1px solid #d9cff1;border-radius:16px;background:linear-gradient(110deg,#fff,#f0e9ff)}.cta h2{margin:5px 0 0;font-size:21px}.cta-actions{display:flex;gap:8px}
    .footer{padding:42px max(28px,calc((100vw - var(--max))/2));background:#10082d;color:#aaa3b8}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:35px}.footer img{width:132px;filter:brightness(0) invert(1)}.footer p{font-size:9px}.footer h4{color:#fff;margin:0 0 12px}.footer a{display:block;margin:6px 0;font-size:9px}.footer-bottom{display:flex;justify-content:space-between;margin-top:28px;padding-top:17px;border-top:1px solid rgba(255,255,255,.12);font-size:8px}
    .toast{position:fixed;left:50%;bottom:28px;z-index:100;transform:translate(-50%,20px);padding:11px 18px;border-radius:9px;background:#181128;color:#fff;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.22s;font-size:11px}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
    @keyframes pulse{70%{box-shadow:0 0 0 8px transparent}100%{box-shadow:0 0 0 0 transparent}}
    @media(max-width:1250px){.role-switch{display:none}.hero-shell{grid-template-columns:240px minmax(0,1fr) 250px}.nav-link{padding:0 10px}.product-grid{grid-template-columns:repeat(3,1fr)}.supplier-grid{grid-template-columns:repeat(2,1fr)}}
    @media(max-width:980px){.nav{display:none}.mobile-trigger{display:block}.hero-shell{height:auto;grid-template-columns:1fr}.category-rail{display:none}.hero-stage{height:560px}.rfq-rail{height:430px}.rfq-list{display:block}.promo-grid{grid-template-columns:1fr 1fr}.sourcing-layout,.dual-section,.trust{grid-template-columns:1fr}.flow-steps{grid-template-columns:repeat(3,1fr)}.flow-step:nth-child(3){border-right:0}.project-bar{grid-template-columns:1fr 1fr}.milestones{display:none}.footer-grid{grid-template-columns:1fr 1fr}}
    @media(max-width:640px){.topbar{height:62px;padding:0 14px}.brand{width:104px}.brand img{width:98px}.language{display:none}.role-switch button{padding:0 7px}.page{padding:14px 12px 60px}.hero-stage{height:650px}.hero-content{padding:28px 20px 22px}.hero-copy h1{font-size:33px}.quick-row{grid-template-columns:1fr 1fr}.hotwords{display:none}.hero-arrow{display:none}.rfq-rail{height:350px}.rfq-item:nth-child(n+5){display:none}.metric-strip{grid-template-columns:1fr 1fr}.metric{border-bottom:1px solid var(--line)}.promo-grid{grid-template-columns:1fr}.section{padding:17px}.section-head{align-items:flex-start;flex-direction:column}.section-head-actions{width:100%;flex-wrap:wrap}.market-toolbar,.showroom-livebar{height:auto;min-height:43px;flex-wrap:wrap}.market-toolbar em,.showroom-livebar em{display:none}.product-grid,.supplier-grid{grid-template-columns:1fr 1fr}.product-media{height:125px}.sourcing-layout{display:block}.signal-card{margin-top:12px}.data-head{display:none}.data-row{grid-template-columns:1fr auto;height:66px}.data-row>*:not(:first-child):not(:last-child){display:none}.industry-card{min-height:570px}.industry-copy{width:100%;padding:28px}.hub-list{left:18px;right:18px;top:auto;width:auto;height:280px}.service-list{grid-template-columns:1fr}.flow-steps{grid-template-columns:1fr 1fr}.flow-step{border-bottom:1px solid #ece8f0}.project-bar{grid-template-columns:1fr}.trust-metrics{grid-template-columns:1fr 1fr}.cta{align-items:flex-start;flex-direction:column}.cta-actions{width:100%;flex-wrap:wrap}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}}
    /* 第三轮方向：主视觉做减法，活跃感留给真实内容模块 */
    .page{padding-top:22px}
    .hero-shell{height:520px;grid-template-columns:260px minmax(0,1fr) 292px;gap:13px}
    .category-title{height:52px}.cat-list li{height:58px}.cat-more{height:43px}
    .hero-stage{isolation:isolate;background:#110a31}
    .hero-stage:after{content:"";position:absolute;z-index:1;inset:-40% auto -40% -24%;width:18%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent);transform:skewX(-18deg);animation:heroSweep 8s ease-in-out infinite;pointer-events:none}
    .hero-image{filter:saturate(.76) contrast(1.06);object-position:58% center}
    .hero-shade{background:linear-gradient(90deg,rgba(9,7,31,.96) 0%,rgba(12,8,39,.83) 49%,rgba(11,8,34,.20) 100%)}
    .hero-content{justify-content:center;padding:38px 39px 46px}.hero-copy{max-width:500px}.hero-copy h1{max-width:500px;margin:15px 0 10px;font-size:37px;line-height:1.14;letter-spacing:-.025em}.hero-copy p{max-width:475px;min-height:41px;font-size:11px;line-height:1.75}.hero-actions{margin-top:15px}.hero-actions .btn{height:39px}
    .searchbox{max-width:610px;margin-top:22px}.hotwords{margin-top:9px}.quick-row{display:none}.hero-controls{bottom:20px}.hero-stage.is-changing .hero-copy{animation:heroCopyIn .42s ease both}
    .rfq-rail{padding:15px}.rfq-item{height:55px;padding-block:7px}.sync-note{margin-top:8px}.rail-foot{height:36px;margin-top:7px}
    .metric-strip{display:none}
    .promo-grid{grid-template-columns:repeat(4,1fr);gap:11px;margin-top:14px}.promo{min-height:120px;padding:17px;border-color:rgba(116,69,238,.22);background:linear-gradient(125deg,#171039,#2c1a61)}.promo>img{inset:0 0 0 55%;width:45%;opacity:.58}.promo:before{background:linear-gradient(90deg,var(--promo-bg,#171039) 0 56%,rgba(22,13,55,.68) 72%,rgba(22,13,55,.14) 100%)}.promo h3{margin:7px 0 3px;font-size:16px;line-height:1.24}.promo p{display:none}.promo .arrow{left:17px;bottom:12px;font-size:9px}.promo:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(35,22,78,.15)}
    .section{margin-top:18px;padding:21px}.section-head{margin-bottom:14px}.section-head h2{font-size:23px}.sourcing-layout{grid-template-columns:minmax(0,1fr) 232px}.data-row{height:53px}.signal-card{padding:16px}.signal-score b{font-size:25px;line-height:1.05}.chart{height:70px;padding-top:11px}
    .region-market{display:grid;gap:8px;margin-top:13px}.region-market button{display:grid;grid-template-columns:29px 1fr auto;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:rgba(255,255,255,.045);color:#fff;padding:9px;text-align:left}.region-market button:hover{background:rgba(116,69,232,.42)}.region-market i{font-style:normal;font-size:17px}.region-market b{display:block;font-size:9px}.region-market small{display:block;color:#bdb4ca;font-size:7px}.region-market em{font-style:normal;color:#73dfb5;font-size:8px}.region-foot{margin-top:11px;padding-top:10px;border-top:1px solid rgba(255,255,255,.12);color:#c6bdd2;font-size:8px}
    .market-toolbar,.showroom-livebar{margin-bottom:11px}.product-grid{gap:10px}.product-media{height:124px}.product-body{padding:10px}.product-actions button,.supplier-actions button{height:28px}.supplier-grid{gap:11px}.supplier-cover{height:118px}.supplier-info{padding:10px}
    .dual-section{margin-top:18px}.industry-card,.service-card{min-height:360px}.industry-copy{padding:29px}.hub-list{height:324px}.service-card{padding:24px}.service-list{margin-top:14px;gap:7px}.service-list button{min-height:66px}.flow,.trust{display:none}.cta{margin-top:18px}
    @keyframes heroSweep{0%,45%{left:-24%;opacity:0}55%{opacity:1}75%,100%{left:118%;opacity:0}}@keyframes heroCopyIn{from{opacity:.25;transform:translateY(9px)}to{opacity:1;transform:none}}
    @media(max-width:1250px){.hero-shell{grid-template-columns:235px minmax(0,1fr) 250px}.promo p{display:none}.promo>img{left:50%;width:50%}}
    @media(max-width:980px){.hero-shell{height:auto}.hero-stage{height:540px}.flow,.trust{display:none}}
    @media(max-width:640px){.hero-stage{height:560px}.hero-content{padding:31px 21px 42px}.hero-copy h1{font-size:31px}.promo-grid{grid-template-columns:1fr}.promo{min-height:112px}.product-grid,.supplier-grid{grid-template-columns:1fr 1fr}}
    /* 第四轮方向：真实场景、轻量主视觉与平台化市场索引 */
    .topbar{background:rgba(255,255,255,.97);border-bottom-color:#ebe7f1;box-shadow:0 6px 22px rgba(36,24,66,.055)}
    .nav{margin-left:24px;gap:1px}.nav-link{padding:0 10px;font-size:12.5px;color:#4b4652}.nav-link.active{color:#6f41d7}
    .hero-shell{grid-template-columns:252px minmax(0,1fr) 310px}
    .category-title{height:54px}.category-title span,.rail-head h3{font-size:17px}.cat-list b{font-size:13.5px}.cat-list small{font-size:9.5px}.cat-more{font-size:11px}
    .hero-stage{background:linear-gradient(135deg,#faf9ff 0%,#edf1ff 56%,#e8f6f4 100%);color:#211b2d;box-shadow:0 16px 42px rgba(55,36,102,.12)}
    .hero-stage:before{content:"";position:absolute;z-index:0;width:340px;height:340px;left:35%;top:-46%;border-radius:50%;background:radial-gradient(circle,rgba(132,91,234,.22),rgba(132,91,234,0) 68%);animation:heroFloat 8s ease-in-out infinite;pointer-events:none}
    .hero-stage:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.48),transparent)}
    .hero-image{left:auto;right:0;width:59%;opacity:.98;filter:saturate(.88) contrast(1.04);object-position:center}
    .hero-shade{background:linear-gradient(90deg,#f8f8ff 0%,rgba(248,248,255,.98) 43%,rgba(248,248,255,.84) 57%,rgba(248,248,255,.06) 100%)}
    .hero-content{padding-left:38px}.hero-copy{max-width:465px}.hero-copy h1{max-width:465px;color:#20192d;font-size:36px}.hero-copy p{max-width:440px;color:#6e6878;font-size:11.5px}.hero-eyebrow{color:#6741c9}.hero-eyebrow span{background:#eee8fc;color:#7446db;border-color:#dcd0f6}
    .hero-actions .secondary{background:#fff;color:#6139c1;border-color:#d8cdf0}.searchbox{background:#fff;border:1px solid #e0d9ed;box-shadow:0 12px 30px rgba(63,42,112,.11)}.hotwords{color:#827a8d}.hotwords b{color:#5d5667}.hotwords button{color:#7043d0}.hero-arrow{background:rgba(255,255,255,.8);border-color:#d7cce9;color:#6540be}.hero-controls button{background:#c8bce2}.hero-controls button.active{background:#7042d7}.hero-count{color:#6f6879}
    .rfq-rail{padding:15px 16px}.rail-head button{font-size:10px}.live{font-size:8.5px}.sync-note{font-size:9px}.rfq-item{height:58px;padding-block:7px}.rfq-item b{font-size:11.5px}.rfq-item small{font-size:9.5px}.rfq-item em{font-size:8.5px}.rfq-item em strong{font-size:9.5px}.rail-foot{font-size:11px}
    .signal-score b{font-size:21px;white-space:nowrap}.signal-score small{font-size:9px}
    .product-market-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:12px}.product-market-index{display:flex;flex-direction:column;border:1px solid #e5dff0;border-radius:12px;background:linear-gradient(160deg,#fbfaff,#f5f1fb);padding:12px}.index-head{padding:2px 2px 10px;border-bottom:1px solid #e6e0ee}.index-head small{display:block;color:#8258dc;font-size:8px;font-weight:800;letter-spacing:.08em}.index-head b{display:block;margin-top:4px;font-size:15px}.index-links{display:grid;margin-top:7px}.index-links button{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:38px;border:0;border-bottom:1px solid #e9e4ef;background:transparent;color:#4f4858;text-align:left;font-size:10px}.index-links button:hover{padding-left:5px;color:#6e41d1}.index-links em{font-style:normal;color:#8c8298;font-size:8px}.index-note{margin-top:auto;padding:11px;border-radius:9px;background:#211744;color:#fff}.index-note span{display:inline-block;padding:3px 6px;border-radius:999px;background:#15aa72;font-size:7px;font-weight:800}.index-note b{display:block;margin-top:7px;font-size:13px}.index-note small{display:block;margin-top:3px;color:#bdb4cd;font-size:8px}.product-market-layout .product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.product-media{height:112px}.product-body h3{font-size:11.5px}.price-line b{font-size:15px}
    .showroom-livebar{background:#f6f3fb;color:#6e6678;border:1px solid #e5deef}.showroom-livebar b{color:#2b2433}.showroom-livebar em{color:#7450c9}.supplier-card{border-radius:11px}.supplier-cover{height:92px}.supplier-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(19,13,35,.24))}.member{z-index:1}.supplier-info{padding:10px}.supplier-logo{width:34px;height:34px;border-radius:8px;font-size:10px}.supplier-title h3{font-size:11px}.supplier-kpi{margin-top:8px;padding-top:7px}.supplier-actions{margin-top:8px}
    @keyframes heroFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(24px) scale(1.08)}}
    @media(max-width:1250px){.hero-shell{grid-template-columns:230px minmax(0,1fr) 275px}.nav{margin-left:12px}.nav-link{padding:0 7px;font-size:11.5px}.product-market-layout{grid-template-columns:180px minmax(0,1fr)}.product-market-layout .product-grid{grid-template-columns:repeat(3,1fr)}}
    @media(max-width:980px){.product-market-layout{grid-template-columns:1fr}.product-market-index{display:none}.product-market-layout .product-grid{grid-template-columns:repeat(3,1fr)}}
    @media(max-width:640px){.hero-image{width:100%;opacity:.38}.hero-shade{background:linear-gradient(180deg,rgba(248,248,255,.98),rgba(248,248,255,.84) 65%,rgba(248,248,255,.25))}.product-market-layout .product-grid{grid-template-columns:1fr 1fr}.supplier-cover{height:86px}}
    /* 主导航与 Banner 重新收敛：白色平台导航 + 单张真实场景主视觉 */
    .topbar{height:70px;color:#27212f;background:#fff;border-bottom:1px solid #ebe7f0;box-shadow:0 4px 18px rgba(30,20,56,.045)}
    .topbar:before{display:none}.brand img{filter:none}.nav{margin-left:30px;gap:0}.nav-link{padding:0 12px;color:#514b59;font-size:13px;font-weight:650}.nav-link:hover,.nav-link.active{color:#693dcc}.nav-link:after{left:12px;right:12px;height:2px;background:#7142dd}.nav-link .chev{display:none}
    .mega{top:69px;border:1px solid #e4deed;background:rgba(255,255,255,.99);box-shadow:0 22px 46px rgba(28,18,57,.14)}.mega-head{border-bottom-color:#ebe6f1}.mega-head span,.mega-grid small{color:#827a8e}.mega-grid button{border-color:#ebe6f1;background:#faf9fc;color:#2c2534}.mega-grid button:hover{background:#f0eaff;border-color:#d3c6ee;color:#6136c2}
    .role-switch{border-color:#e1daea;background:#f7f5fa}.role-switch button{color:#777080}.role-switch .active{background:#fff;color:#6338c1;box-shadow:0 2px 8px rgba(47,29,88,.08)}.language{border-color:#ddd6e7;background:#fff;color:#514a58}.login{background:#7041dc}.mobile-trigger{color:#403848}
    .hero-stage{background:#161126;color:#fff;box-shadow:0 16px 38px rgba(34,22,65,.14)}.hero-stage:before{display:none}.hero-stage:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent)}
    .hero-image{inset:0;width:100%;opacity:1;filter:saturate(.92) contrast(1.05);object-position:center;transform:scale(1.015)}.hero-stage:hover .hero-image{transform:scale(1.035)}
    .hero-shade{background:linear-gradient(90deg,rgba(15,11,34,.94) 0%,rgba(22,14,49,.86) 39%,rgba(18,14,34,.36) 69%,rgba(15,12,30,.10) 100%)}
    .hero-content{padding:39px 39px 43px;justify-content:center}.hero-copy{max-width:490px}.hero-copy h1{max-width:490px;color:#fff;font-size:37px;font-weight:650}.hero-copy p{max-width:465px;color:#d9d2e3;font-size:11.5px}.hero-eyebrow{color:#d8cbff}.hero-eyebrow span{background:rgba(255,255,255,.10);color:#fff;border-color:rgba(255,255,255,.26)}
    .hero-actions .secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.30)}.searchbox{background:#fff;border-color:#8757ee;box-shadow:0 13px 30px rgba(12,6,29,.22)}.hotwords{color:#c9c1d2}.hotwords b{color:#e5dfeb}.hotwords button{color:#eee9f3;border-color:rgba(255,255,255,.20);background:rgba(255,255,255,.07)}.hero-arrow{background:rgba(21,14,42,.48);border-color:rgba(255,255,255,.25);color:#fff}.hero-controls button{background:rgba(255,255,255,.48)}.hero-controls button.active{background:#fff}.hero-count{color:#fff}
    @media(max-width:1250px){.nav{margin-left:16px}.nav-link{padding:0 8px;font-size:12px}.nav-link:after{left:8px;right:8px}}
    @media(max-width:640px){.hero-image{width:100%;opacity:1}.hero-shade{background:linear-gradient(180deg,rgba(16,11,37,.93),rgba(18,13,39,.80) 62%,rgba(17,12,34,.45))}}
    /* 第五轮方向：平台型分层导航、实时主视觉与浅色主题入口 */
    .topbar{height:124px;display:grid;grid-template-columns:252px minmax(430px,560px) 1fr auto;grid-template-rows:28px 54px 42px;grid-template-areas:"utility utility utility utility" "brand search spacer actions" "category nav nav nav";column-gap:18px;align-items:center;padding-inline:max(28px,calc((100vw - var(--max))/2));background:#fff}
    .platform-utility{grid-area:utility;align-self:stretch;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #efecf3;color:#7c7583;font-size:9px}.platform-utility>span{font-weight:700;color:#625a69}.platform-utility>div{display:flex;align-items:center;height:100%}.platform-utility button{height:100%;border:0;border-left:1px solid #efecf3;background:transparent;color:#7a7380;padding:0 11px;font-size:9px}.platform-utility button:hover{color:#7041d7;background:#faf8fd}
    .brand{grid-area:brand;width:126px;height:54px}.brand img{width:116px}.platform-search{grid-area:search;height:39px;display:flex;align-items:center;border:2px solid #7747dc;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 5px 16px rgba(71,42,132,.08)}.platform-search select{width:86px;height:100%;border:0;border-right:1px solid #e7e1ed;background:#fff;padding:0 10px;color:#4c4554;font-size:10px;font-weight:700;outline:0}.platform-search input{min-width:0;flex:1;height:100%;border:0;padding:0 13px;color:#2d2733;font-size:11px;outline:0}.platform-search button{width:66px;height:100%;border:0;background:#7343d9;color:#fff;font-size:10px;font-weight:800}
    .top-actions{grid-area:actions}.nav-category-entry{grid-area:category;align-self:stretch;display:flex;align-items:center;gap:8px;border:0;border-radius:9px 9px 0 0;background:linear-gradient(105deg,#8352ec,#6938ce);color:#fff;padding:0 16px;text-align:left;font-size:13px;font-weight:800}.nav-category-entry span{font-size:15px}.nav-category-entry em{margin-left:auto;font-style:normal;font-size:10px;opacity:.75}
    .nav{grid-area:nav;height:42px;margin:0;align-items:stretch;border-top:1px solid #f0edf3}.nav-node{height:42px}.nav-link{height:42px;padding:0 16px;font-size:13px}.nav-link:after{left:16px;right:16px}.mega{top:42px}.mobile-trigger{color:#453d4c}
    .page{padding-top:18px}.hero-shell{height:488px;grid-template-columns:252px minmax(0,1fr) 310px;gap:13px}.category-title{height:49px}.cat-list li{height:52px}.cat-more{height:42px}
    .hero-stage{border-radius:14px}.hero-image{animation:heroPan 9s ease-in-out infinite alternate;transform:scale(1.02);filter:saturate(.94) contrast(1.04)}.hero-stage:hover .hero-image{animation-play-state:paused}.hero-shade{background:linear-gradient(90deg,rgba(14,10,31,.95) 0%,rgba(20,12,43,.88) 42%,rgba(17,13,31,.43) 68%,rgba(13,11,25,.08) 100%)}
    .hero-content{padding:36px 38px 40px;justify-content:center}.hero-copy{max-width:460px}.hero-copy h1{max-width:460px;margin:13px 0 8px;font-size:32px;line-height:1.16}.hero-copy p{max-width:440px;font-size:11.5px}.hero-actions{margin-top:14px}.hero-actions .btn{height:37px}.hero-stage .searchbox,.hero-stage .hotwords{display:none}
    .hero-live-ribbon{width:min(520px,78%);height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:20px;padding:8px 11px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(15,10,35,.58);backdrop-filter:blur(8px);box-shadow:0 10px 25px rgba(9,5,22,.16)}.ribbon-live{padding:4px 7px;border-radius:999px;background:#16ad73;color:#fff;font-size:7px;font-weight:900;letter-spacing:.08em;box-shadow:0 0 0 5px rgba(22,173,115,.12)}.ribbon-copy{min-width:0;animation:ribbonIn .45s ease}.ribbon-copy b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px}.ribbon-copy small{display:block;margin-top:2px;color:#c8bfd2;font-size:8px}.hero-live-ribbon em{font-style:normal;color:#cbbaff;font-size:8px;white-space:nowrap}
    .trade-flow{position:absolute;z-index:1;right:7%;top:20%;width:290px;height:180px;border:1px solid rgba(255,255,255,.16);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(-13deg);opacity:.78}.trade-flow:before{content:"";position:absolute;left:21px;right:28px;top:82px;border-top:1px dashed rgba(255,255,255,.32);transform:rotate(14deg)}.trade-flow i{position:absolute;width:8px;height:8px;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:#7445e8;box-shadow:0 0 0 6px rgba(116,69,232,.17)}.trade-flow i:nth-child(1){left:16px;top:110px}.trade-flow i:nth-child(2){left:138px;top:79px}.trade-flow i:nth-child(3){right:15px;top:35px}.trade-flow span{position:absolute;width:7px;height:7px;border-radius:50%;background:#20d096;left:22px;top:111px;animation:tradeMove 4.8s linear infinite}
    .rfq-rail{padding:14px 15px}.rail-head h3{font-size:18px}.rfq-item{height:55px}.rfq-item b{font-size:12px}.rfq-item small{font-size:9.5px}.rfq-item em{font-size:9px}.rfq-item em strong{font-size:10px}.sync-note{font-size:9.5px}.rail-foot{height:36px;margin-top:7px;font-size:11px}
    .promo-grid{gap:11px;margin-top:13px}.promo{min-height:118px;color:#282230;padding:16px;border-color:#e3ddec;background:var(--promo-tone,#f3effb);box-shadow:0 7px 20px rgba(37,26,65,.045)}.promo:before{background:linear-gradient(90deg,var(--promo-tone,#f3effb) 0 57%,color-mix(in srgb,var(--promo-tone,#f3effb) 88%,transparent) 69%,transparent 100%)}.promo>img{inset:0 0 0 51%;width:49%;opacity:.86;filter:saturate(.88) contrast(1.02)}.promo-label{color:var(--promo-accent,#7141d7)}.promo h3{margin-top:6px;color:#282230;font-size:15px}.promo .arrow{left:16px;bottom:11px;color:var(--promo-accent,#7141d7);font-size:8.5px}.promo:hover{border-color:color-mix(in srgb,var(--promo-accent,#7141d7) 38%,#fff);box-shadow:0 13px 28px rgba(42,29,78,.10)}
    #sourcing{padding:25px}.section-head h2{font-size:25px}#sourcing .section-head h2{font-size:29px;line-height:1.2}#sourcing .section-head p{margin-top:4px;font-size:11.5px}#sourcing .data-head{font-size:9.5px}#sourcing .data-row{height:61px}#sourcing .buyer b{font-size:12px}#sourcing .buyer small{margin-top:2px;font-size:9px}#sourcing .qty,#sourcing .deadline{font-size:10.5px}#sourcing .match{font-size:9px}#sourcing .link-btn{font-size:9px}.signal-score b{font-size:22px}
    @keyframes heroPan{from{transform:scale(1.02) translateX(0)}to{transform:scale(1.075) translateX(-1.4%)}}@keyframes tradeMove{0%{transform:translate(0,0);opacity:0}12%{opacity:1}52%{transform:translate(120px,-31px);opacity:1}100%{transform:translate(245px,-76px);opacity:0}}@keyframes ribbonIn{from{opacity:.2;transform:translateY(5px)}to{opacity:1;transform:none}}
    @media(max-width:1250px){.topbar{grid-template-columns:230px minmax(360px,450px) 1fr auto;column-gap:12px}.platform-utility button{padding-inline:8px}.nav-link{padding:0 10px;font-size:12px}.hero-shell{grid-template-columns:230px minmax(0,1fr) 275px}.hero-live-ribbon{width:86%}.hero-live-ribbon em{display:none}.trade-flow{right:3%;width:235px}.promo h3{font-size:14px}}
    @media(max-width:980px){.topbar{height:82px;grid-template-columns:140px minmax(260px,1fr) auto;grid-template-rows:28px 54px;grid-template-areas:"utility utility utility" "brand search actions";padding-inline:18px}.platform-utility>div button:nth-child(-n+3){display:none}.nav-category-entry,.nav{display:none}.platform-search{height:37px}.top-actions .language{display:none}.hero-shell{height:auto}.hero-stage{height:500px}.hero-live-ribbon{width:78%}}
    @media(max-width:640px){.topbar{height:64px;grid-template-columns:112px 1fr auto;grid-template-rows:64px;grid-template-areas:"brand search actions";padding-inline:12px}.platform-utility{display:none}.platform-search{height:36px}.platform-search select{display:none}.platform-search button{width:52px}.top-actions .role-switch,.top-actions .login{display:none}.mobile-trigger{display:block}.hero-live-ribbon{width:100%;grid-template-columns:auto 1fr}.hero-live-ribbon em,.trade-flow{display:none}.hero-copy h1{font-size:29px}.promo{min-height:105px}}
    /* 第六轮仅精修 Hero：缩小 Logo、去除分类重复、替换真实纪实照片 */
    .topbar{grid-template-columns:150px minmax(480px,640px) 1fr auto;grid-template-areas:"utility utility utility utility" "brand search spacer actions" "nav nav nav nav"}.brand{width:102px}.brand img{width:94px}.nav-category-entry{display:none}.nav{padding-left:0}.nav-link{padding-inline:18px}.nav-link:after{left:18px;right:18px}
    .hero-image{filter:saturate(.88) contrast(1.02);object-position:center}.hero-shade{background:linear-gradient(90deg,rgba(12,11,23,.94) 0%,rgba(19,15,33,.82) 41%,rgba(18,16,28,.36) 67%,rgba(12,11,20,.06) 100%)}
    .promo>img{opacity:.94;filter:saturate(.9) contrast(1.02)}.promo:before{background:linear-gradient(90deg,var(--promo-tone,#f3effb) 0 54%,color-mix(in srgb,var(--promo-tone,#f3effb) 82%,transparent) 67%,transparent 100%)}
    @media(max-width:1250px){.topbar{grid-template-columns:132px minmax(410px,520px) 1fr auto}.brand img{width:88px}.nav-link{padding-inline:13px}.nav-link:after{left:13px;right:13px}}
    @media(max-width:980px){.topbar{grid-template-columns:120px minmax(260px,1fr) auto;grid-template-areas:"utility utility utility" "brand search actions"}.brand img{width:88px}}
    @media(max-width:640px){.topbar{grid-template-columns:88px 1fr auto;grid-template-areas:"brand search actions"}.brand{width:82px}.brand img{width:76px}}
    @media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* ectip-v8-refinement */
/* V8：保留上一版结构，只重做导航、左右边栏和综合色彩 */
    :root{
      --v8-primary:#6555c5;
      --v8-primary-dark:#493c93;
      --v8-navy:#273247;
      --v8-ink:#27232d;
      --v8-muted:#79737f;
      --v8-line:#e7e3e9;
      --v8-canvas:#f4f3f6;
      --v8-panel:#ffffff;
    }
    body{
      background:var(--v8-canvas);
      color:var(--v8-ink);
      font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",Arial,sans-serif;
      letter-spacing:0;
    }

    /* 一体式单行导航：不再把主导航单独放一层 */
    .platform-utility,.nav-category-entry{display:none}
    .topbar{
      height:78px;
      display:grid;
      grid-template-columns:102px auto minmax(205px,280px) auto;
      grid-template-rows:78px;
      grid-template-areas:"brand nav search actions";
      align-items:center;
      column-gap:14px;
      padding-inline:max(28px,calc((100vw - var(--max))/2));
      color:var(--v8-ink);
      background:rgba(255,255,255,.98);
      border-bottom:1px solid #e9e6eb;
      box-shadow:0 5px 20px rgba(32,29,45,.045);
    }
    .topbar:before{display:none}
    .brand{grid-area:brand;width:96px;height:56px}
    .brand img{width:90px;filter:none}
    .nav{
      grid-area:nav;
      height:78px;
      margin:0;
      padding:0;
      gap:0;
      border:0;
      align-items:stretch;
      white-space:nowrap;
    }
    .nav-node{height:78px}
    .nav-link{
      height:78px;
      padding:0 10px;
      border:0;
      background:transparent;
      color:#514c57;
      font-size:12.5px;
      font-weight:600;
    }
    .nav-link:hover{color:var(--v8-primary-dark);background:#faf9fc}
    .nav-link.active{color:var(--v8-primary-dark);font-weight:750}
    .nav-link:after{
      left:12px;right:12px;bottom:0;height:3px;
      background:var(--v8-primary);
    }
    .nav-link .chev{display:none}
    .mega{top:77px}
    .platform-search{
      grid-area:search;
      width:100%;height:38px;
      border:1px solid #ddd9e2;
      border-radius:9px;
      background:#faf9fb;
      box-shadow:none;
    }
    .platform-search:focus-within{
      border-color:#978bd0;
      background:#fff;
      box-shadow:0 0 0 3px rgba(101,85,197,.08);
    }
    .platform-search select{
      width:72px;border-right-color:#e6e2e8;
      background:transparent;color:#5e5863;font-size:10.5px;
    }
    .platform-search input{padding-inline:11px;background:transparent;font-size:11px}
    .platform-search button{
      width:58px;background:var(--v8-primary);color:#fff;font-size:10.5px;
    }
    .top-actions{
      grid-area:actions;
      margin:0;
      gap:7px;
      justify-self:end;
    }
    .role-switch{
      height:36px;padding:3px;
      border-color:#e1dde5;
      border-radius:9px;
      background:#f5f3f6;
    }
    .role-switch button{height:28px;padding-inline:10px;color:#7a7480;font-size:10.5px}
    .role-switch .active{
      background:#fff;color:var(--v8-primary-dark);
      box-shadow:0 2px 8px rgba(44,36,75,.07);
    }
    .language{height:36px;border-color:#dfdbe3;background:#fff;color:#57515c;font-size:10.5px}
    .login{
      height:36px;padding-inline:13px;border-radius:9px;
      background:var(--v8-primary);font-size:10.5px;
    }

    /* 保留三栏排布，只重新建立主次与配色 */
    .page{padding-top:18px}
    .hero-shell{
      height:488px;
      grid-template-columns:226px minmax(0,1fr) 292px;
      gap:14px;
    }
    .panel{
      border:1px solid var(--v8-line);
      border-radius:15px;
      background:var(--v8-panel);
      box-shadow:0 8px 24px rgba(36,31,52,.045);
    }

    /* 左侧分类：深蓝灰标题 + 低对比列表，不再使用亮紫色块 */
    .category-title{
      height:50px;
      padding:0 15px;
      border-radius:14px 14px 0 0;
      background:linear-gradient(118deg,#263247,#35435d);
      color:#fff;
      font-size:14.5px;
      font-weight:720;
    }
    .category-title small{display:none}
    .cat-list{padding:3px 0}
    .cat-list li{height:55px;border-bottom-color:#efedf1}
    .cat-list button{
      grid-template-columns:30px 1fr 12px;
      gap:8px;
      padding:0 11px;
    }
    .cat-list button:hover{background:#f5f6f9;color:#3f4b63}
    .cat-list i{
      width:28px;height:28px;
      border-radius:8px;
      background:#f0f2f6;
      color:#5c6880;
      font-size:12px;
    }
    .cat-list b{font-size:12.5px;font-weight:650;color:#37333c}
    .cat-list small{margin-top:2px;color:#918b96;font-size:8.8px;line-height:1.3}
    .cat-list em{color:#b0abb4}
    .cat-more{
      height:43px;
      color:#526078;
      font-size:10.5px;
      font-weight:650;
    }
    .category-pop{border-color:#e1dfe5;box-shadow:0 18px 42px rgba(35,30,49,.11)}

    /* 主 Banner 使用偏蓝的深色遮罩，减少紫色泛滥 */
    .hero-stage{
      border-radius:15px;
      background:#182033;
      box-shadow:0 13px 34px rgba(29,29,43,.12);
    }
    .hero-image{filter:saturate(.82) contrast(1.04)}
    .hero-shade{
      background:linear-gradient(90deg,rgba(13,19,32,.95) 0%,rgba(20,24,42,.84) 42%,rgba(21,25,39,.38) 69%,rgba(14,18,29,.07) 100%);
    }
    .hero-content{padding:35px 36px 39px;justify-content:center}
    .hero-eyebrow{color:#c4c9e2;font-size:8.8px;letter-spacing:.13em}
    .hero-eyebrow span{
      border-color:rgba(255,255,255,.24);
      background:rgba(255,255,255,.09);
      color:#fff;
    }
    .hero-copy h1{
      margin:14px 0 9px;
      color:#fff;
      font-size:35px;
      line-height:1.15;
      font-weight:650;
      letter-spacing:-.025em;
    }
    .hero-copy p{color:#d0d2db;font-size:11.5px;line-height:1.75}
    .hero-actions{margin-top:15px}
    .hero-actions .btn{
      height:38px;
      border-color:#7062cf;
      background:linear-gradient(115deg,#6b5ccc,#5747b3);
      box-shadow:0 8px 20px rgba(31,25,76,.18);
    }
    .hero-actions .secondary{
      border-color:rgba(255,255,255,.28);
      background:rgba(255,255,255,.11);
      box-shadow:none;
    }
    .hero-live-ribbon{
      width:min(500px,82%);
      height:56px;
      margin-top:19px;
      border-color:rgba(255,255,255,.15);
      background:rgba(12,18,31,.58);
    }
    .ribbon-live{background:#19886d;box-shadow:0 0 0 5px rgba(25,136,109,.12)}
    .ribbon-copy b{font-size:10.5px}.ribbon-copy small{font-size:8.3px}
    .hero-live-ribbon em{color:#c2c7df;font-size:8px}
    .trade-flow i{background:#6a5ac8}.trade-flow span{background:#28a987}
    .hero-arrow:hover{background:#5d4db7}

    /* 右侧 RFQ：轻信息面板，弱化卡片与紫色描边 */
    .rfq-rail{padding:14px 14px 13px;background:#fcfbfc}
    .rail-head{padding:0 2px 11px;border-bottom-color:#e9e6eb}
    .rail-head h3{font-size:16px;font-weight:730;color:#302c35}
    .rail-head button{color:#5d52a6;font-size:10px}
    .live{color:#19866a;font-size:8px}
    .live:before{background:#1a9877}
    .sync-note{
      margin:8px 0 4px;
      padding:7px 8px;
      border:1px solid #e8ecea;
      background:#f4f7f5;
      color:#557066;
      font-size:8.8px;
    }
    .rfq-item{
      height:55px;
      grid-template-columns:32px minmax(0,1fr) auto;
      gap:8px;
      border-bottom-color:#ece9ed;
      background:transparent;
      padding:7px 2px;
    }
    .rfq-item:hover,.rfq-item.flash{
      padding-left:6px;
      border-radius:8px;
      background:#f2f0f7;
      box-shadow:inset 2px 0 var(--v8-primary);
    }
    .rfq-flag{width:30px;height:30px;border-radius:7px;background:#f0eff3;font-size:15px}
    .rfq-item b{font-size:10.7px;font-weight:650;color:#38333d}
    .rfq-item small{font-size:8.6px;color:#8d8791}
    .rfq-item em{font-size:8px;color:#8c8690}
    .rfq-item em strong{color:#19866a;font-size:8.8px}
    .rfq-item em strong.buyer-view{color:#5c50ad}
    .role-context b{color:#46665b}.role-context button{color:#5c50ad}
    .rail-foot{
      height:35px;margin-top:7px;
      border-color:#d9d4e0;
      color:#554b99;
      background:#fff;
      font-size:10.5px;
    }

    /* 四张入口继续独立，统一为克制的低饱和主题色 */
    .metric-strip{display:none}
    .promo-grid{
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:13px;
      padding:0;
      border:0;
      background:transparent;
    }
    .promo{
      min-height:116px;
      padding:16px;
      border:1px solid rgba(70,62,84,.09);
      border-radius:13px;
      background:var(--promo-tone,#f1eff4);
      color:var(--v8-ink);
      box-shadow:0 6px 18px rgba(37,31,48,.035);
    }
    .promo:nth-child(1){--promo-tone:#f0edf5!important;--promo-accent:#62539e!important}
    .promo:nth-child(2){--promo-tone:#edf3f0!important;--promo-accent:#3f7766!important}
    .promo:nth-child(3){--promo-tone:#edf2f6!important;--promo-accent:#4d6987!important}
    .promo:nth-child(4){--promo-tone:#f5efea!important;--promo-accent:#87614d!important}
    .promo:before{
      background:linear-gradient(90deg,var(--promo-tone) 0 55%,color-mix(in srgb,var(--promo-tone) 88%,transparent) 69%,transparent 100%);
    }
    .promo>img{
      inset:0 0 0 51%;width:49%;
      opacity:.78;
      filter:grayscale(.06) saturate(.68) contrast(.99);
    }
    .promo-label{color:var(--promo-accent);font-size:8px;letter-spacing:.09em}
    .promo h3{margin:7px 0 3px;color:#302b34;font-size:14.5px;line-height:1.26;font-weight:700}
    .promo .arrow{left:16px;bottom:11px;color:var(--promo-accent);font-size:9px}
    .promo:hover{
      transform:translateY(-2px);
      border-color:color-mix(in srgb,var(--promo-accent) 26%,#fff);
      box-shadow:0 11px 25px rgba(38,32,50,.07);
    }

    @media(max-width:1250px){
      .topbar{grid-template-columns:90px auto minmax(170px,230px) auto;column-gap:9px}
      .brand{width:86px}.brand img{width:82px}
      .nav-link{padding-inline:7px;font-size:11.5px}
      .nav-link:after{left:8px;right:8px}
      .role-switch button{padding-inline:8px}
      .language{width:88px;padding-inline:9px}
      .login{padding-inline:10px}
      .hero-shell{grid-template-columns:214px minmax(0,1fr) 274px}
      .hero-copy h1{font-size:32px}
      .hero-live-ribbon em{display:none}
      .promo h3{font-size:13.5px}
    }
    @media(max-width:1080px){
      .topbar{grid-template-columns:92px auto 1fr;grid-template-areas:"brand nav actions"}
      .platform-search{display:none}
    }
    @media(max-width:980px){
      .topbar{height:64px;grid-template-columns:112px 1fr auto;grid-template-rows:64px;grid-template-areas:"brand search actions";padding-inline:15px}
      .nav{display:none}.platform-search{display:flex;height:36px}
      .top-actions .role-switch,.top-actions .language,.top-actions .login{display:none}
      .mobile-trigger{display:block}
      .hero-shell{height:auto}.hero-stage{height:500px}
    }
    @media(max-width:640px){
      .topbar{grid-template-columns:86px 1fr auto;padding-inline:11px}
      .brand{width:80px}.brand img{width:75px}
      .platform-search select{display:none}.platform-search button{width:52px}
      .page{padding:10px 10px 50px}
      .hero-stage{height:520px}
      .hero-content{padding:31px 21px 39px}
      .hero-copy h1{font-size:29px}
      .hero-live-ribbon{width:100%}
      .promo-grid{grid-template-columns:1fr}
    }

/* ectip-v10-platform */
/* V10：恢复原始导航命名与顺序，优化头部占位、活动轮播和真实场景主图 */
    :root{
      --v9-primary:#6f42d8;
      --v9-primary-2:#8459e6;
      --v9-primary-dark:#4c238d;
      --v9-plum:#2a1748;
      --v9-ink:#2b2631;
      --v9-muted:#77707f;
      --v9-line:#e7e0ee;
      --v9-canvas:#f6f4f9;
      --v9-lavender:#f3eff9;
    }
    body{
      background:var(--v9-canvas);
      color:var(--v9-ink);
      font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",Arial,sans-serif;
      font-synthesis:none;
      -webkit-font-smoothing:antialiased;
    }

    /* 三层平台头部：平台身份 / 搜索与账户 / 高频功能模块 */
    .topbar{
      height:127px;
      display:grid;
      grid-template-columns:136px minmax(460px,1fr) auto;
      grid-template-rows:27px 58px 42px;
      grid-template-areas:
        "utility utility utility"
        "brand search actions"
        "nav nav nav";
      align-items:center;
      column-gap:16px;
      padding-inline:max(28px,calc((100vw - var(--max))/2));
      background:#fff;
      border-bottom:1px solid #e4dbea;
      box-shadow:0 5px 24px rgba(49,27,77,.055);
    }
    .topbar:before{display:none}
    .platform-utility{
      grid-area:utility;
      align-self:stretch;
      display:flex!important;
      align-items:center;
      justify-content:space-between;
      border-bottom:1px solid #eee9f2;
      color:#81788a;
      font-size:9px;
    }
    .platform-utility>span{
      position:relative;
      padding-left:14px;
      color:#5a4d68;
      font-weight:700;
      letter-spacing:.025em;
    }
    .platform-utility>span:before{
      content:"";
      position:absolute;
      left:0;top:50%;
      width:6px;height:6px;
      border-radius:50%;
      background:#f3b42d;
      box-shadow:0 0 0 3px #fff4cf;
      transform:translateY(-50%);
    }
    .platform-utility>div{display:flex;height:100%}
    .platform-utility button{
      height:100%;
      padding:0 10px;
      border:0;
      border-left:1px solid #eee9f2;
      background:transparent;
      color:#7d7485;
      font-size:9px;
    }
    .platform-utility button:hover{color:var(--v9-primary);background:#faf8fd}
    .brand{
      grid-area:brand;
      width:122px;height:46px;
      justify-self:start;justify-content:flex-start;
      padding-right:18px;
      border-right:1px solid #e8e1ec;
    }
    .brand img{width:92px;filter:none}
    .platform-search{
      grid-area:search;
      width:100%;height:39px;
      border:1px solid #cfc2dc;
      border-radius:9px;
      background:#fbfafe;
      box-shadow:0 0 0 3px rgba(111,66,216,.035);
    }
    .platform-search:focus-within{
      border-color:var(--v9-primary);
      background:#fff;
      box-shadow:0 0 0 3px rgba(111,66,216,.10);
    }
    .platform-search select{
      width:72px;
      border-right-color:#e7dfed;
      background:transparent;
      color:#5c5265;
      font-size:10.5px;
    }
    .platform-search input{padding-inline:12px;background:transparent;font-size:11px}
    .platform-search button{
      width:62px;
      background:linear-gradient(120deg,var(--v9-primary),var(--v9-primary-2));
      color:#fff;
      font-size:10.5px;
    }
    .top-actions{grid-area:actions;margin:0;gap:7px;justify-self:end}
    .role-switch{
      height:36px;padding:3px;
      border-color:#e3daeb;
      border-radius:9px;
      background:#f5f1f9;
    }
    .role-switch button{height:28px;padding-inline:10px;color:#796f82;font-size:10.5px}
    .role-switch .active{
      background:#fff;color:var(--v9-primary-dark);
      box-shadow:0 2px 9px rgba(65,38,97,.09);
    }
    .language{height:36px;border-color:#e0d7e8;background:#fff;color:#5b5263;font-size:10.5px}
    .login{
      height:36px;padding-inline:14px;border-radius:9px;
      background:linear-gradient(120deg,var(--v9-primary),#7c4de0);
      box-shadow:0 6px 16px rgba(111,66,216,.20);
      font-size:10.5px;
    }

    .nav{
      grid-area:nav;
      position:relative;
      height:42px;
      margin:0;
      padding:0;
      display:flex!important;
      align-items:center;
      gap:2px;
      overflow:visible;
      border:0;
      border-top:1px solid #eee7f3;
      background:#faf8fd;
      white-space:nowrap;
    }
    .nav:before{
      content:"";
      position:absolute;
      left:50%;top:-1px;bottom:0;
      width:100vw;
      z-index:-1;
      border-top:1px solid #eee7f3;
      background:#faf8fd;
      transform:translateX(-50%);
    }
    .nav:after{display:none}
    .nav-node{height:42px;flex:0 0 auto}
    .nav-node:first-child{width:226px;margin-right:10px}
    .nav-node:nth-child(7){display:block}
    .nav-link{
      height:32px;
      margin:5px 2px;
      padding:0 13px;
      border:1px solid transparent;
      border-radius:8px;
      background:transparent;
      color:#5f5668;
      font-size:11.5px;
      font-weight:650;
    }
    .nav-link:before{
      display:inline-grid;
      place-items:center;
      width:17px;height:17px;
      margin-right:6px;
      border-radius:5px;
      background:#eee8f7;
      color:var(--v9-primary);
      font-size:9px;
      font-weight:800;
      vertical-align:middle;
    }
    .nav-node:nth-child(1) .nav-link:before{content:"▦"}
    .nav-node:nth-child(2) .nav-link:before{content:"AI";font-size:7px}
    .nav-node:nth-child(3) .nav-link:before{content:"服"}
    .nav-node:nth-child(4) .nav-link:before{content:"品"}
    .nav-node:nth-child(5) .nav-link:before{content:"企"}
    .nav-node:nth-child(6) .nav-link:before{content:"询"}
    .nav-link:hover{
      border-color:#e5daf0;
      background:#fff;
      color:var(--v9-primary-dark);
    }
    .nav-link.active{color:var(--v9-primary-dark);font-weight:750}
    .nav-link:after,.nav-link .chev{display:none}
    .nav-node:first-child .nav-link{
      width:100%;
      margin-inline:0;
      padding-inline:16px;
      justify-content:flex-start;
      border-color:transparent;
      background:linear-gradient(118deg,var(--v9-primary-dark),var(--v9-primary));
      color:#fff;
      box-shadow:0 5px 15px rgba(81,37,145,.18);
    }
    .nav-node:first-child .nav-link:before{background:rgba(255,255,255,.16);color:#fff}
    .mega{top:37px;border-color:#e2d8eb;box-shadow:0 18px 38px rgba(54,30,81,.13)}

    .page{padding-top:15px}
    .hero-shell{
      height:488px;
      grid-template-columns:226px minmax(0,1fr) 292px;
      gap:14px;
    }
    .panel{
      border:1px solid var(--v9-line);
      border-radius:14px;
      background:#fff;
      box-shadow:0 8px 24px rgba(47,29,64,.045);
    }

    /* 左侧行业分类与功能栏使用同一紫色轴线 */
    .category-title{
      height:49px;
      padding:0 15px;
      border-radius:13px 13px 0 0;
      background:linear-gradient(118deg,var(--v9-primary-dark),var(--v9-primary));
      color:#fff;
      font-size:14px;
      font-weight:730;
    }
    .category-title small{display:none}
    .cat-list{padding:3px 0}
    .cat-list li{height:55px;border-bottom-color:#eee9f2}
    .cat-list button{grid-template-columns:30px 1fr 12px;gap:8px;padding:0 11px}
    .cat-list button:hover{background:#f7f3fb;color:var(--v9-primary-dark)}
    .cat-list i{
      width:28px;height:28px;border-radius:8px;
      background:#f0eafa;color:var(--v9-primary);
      font-size:12px;
    }
    .cat-list b{font-size:12.5px;font-weight:660;color:#37303e}
    .cat-list small{margin-top:2px;color:#938b99;font-size:8.8px;line-height:1.3}
    .cat-list em{color:#b1a8b8}
    .cat-more{height:43px;color:var(--v9-primary-dark);font-size:10.5px;font-weight:680}
    .category-pop{border-color:#dfd4e8;box-shadow:0 18px 42px rgba(51,28,73,.13)}

    /* 主 Banner 用深梅紫而不是冷蓝灰，让主题更明确 */
    .hero-stage{
      border:1px solid rgba(111,66,216,.22);
      border-radius:14px;
      background:var(--v9-plum);
      box-shadow:0 13px 34px rgba(58,26,84,.14);
    }
    .hero-image{filter:saturate(.94) contrast(1.035)}
    .hero-shade{
      background:linear-gradient(90deg,rgba(35,17,59,.97) 0%,rgba(43,22,70,.87) 39%,rgba(40,25,61,.47) 61%,rgba(24,18,31,.08) 79%,rgba(20,18,24,.02) 100%);
    }
    .hero-content{padding:34px 36px 39px;justify-content:center}
    .hero-eyebrow{color:#ddd0f5;font-size:8.8px;letter-spacing:.13em}
    .hero-eyebrow span{border-color:rgba(221,208,245,.28);background:rgba(124,77,224,.25);color:#fff}
    .hero-copy h1{
      margin:13px 0 9px;color:#fff;
      font-size:35px;line-height:1.15;font-weight:660;letter-spacing:-.025em;
    }
    .hero-copy p{color:#ddd7e4;font-size:11.5px;line-height:1.75}
    .hero-actions{margin-top:15px}
    .hero-actions .btn{
      height:38px;
      border-color:#8a5ee7;
      background:linear-gradient(115deg,var(--v9-primary),#8655e4);
      box-shadow:0 8px 20px rgba(49,22,88,.22);
    }
    .hero-actions .secondary{border-color:rgba(255,255,255,.30);background:rgba(255,255,255,.11);box-shadow:none}
    .hero-live-ribbon{
      width:min(500px,84%);height:56px;margin-top:18px;
      border-color:rgba(230,216,247,.18);
      background:rgba(35,17,55,.63);
    }
    .ribbon-live{background:#1c9575;box-shadow:0 0 0 5px rgba(28,149,117,.14)}
    .ribbon-copy b{font-size:10.5px}.ribbon-copy small{font-size:8.3px}
    .hero-live-ribbon em{color:#d5c8e8;font-size:8px}
    .trade-flow i{background:#a37aea}.trade-flow span{background:#2fb28f}
    .hero-arrow:hover{background:var(--v9-primary)}
    .searchbox{border-color:rgba(215,195,235,.75);box-shadow:0 8px 28px rgba(30,14,51,.15)}
    .searchbox .btn{background:var(--v9-primary)}
    .quick-row button:hover{background:rgba(124,77,224,.18);border-color:rgba(210,189,244,.30)}

    /* RFQ 侧栏保持信息密度，使用小面积紫色提示而非整块染色 */
    .rfq-rail{position:relative;padding:14px 14px 13px;background:#fdfcfe;overflow:hidden}
    .rfq-rail:before{
      content:"";position:absolute;left:0;right:0;top:0;height:3px;
      background:linear-gradient(90deg,var(--v9-primary-dark),var(--v9-primary),#a77bea);
    }
    .rail-head{padding:2px 2px 10px;border-bottom-color:#e9e2ee}
    .rail-head h3{font-size:16px;font-weight:730;color:#332b39}
    .rail-head button{color:var(--v9-primary);font-size:10px}
    .live{color:#16866a;font-size:8px}.live:before{background:#1a9877}
    .sync-note{
      margin:8px 0 4px;padding:7px 8px;
      border:1px solid #e7e1eb;
      background:#f6f2fa;color:#665874;font-size:8.8px;
    }
    .rfq-item{
      height:55px;grid-template-columns:32px minmax(0,1fr) auto;gap:8px;
      padding:7px 2px;border-bottom-color:#ece7ef;background:transparent;
    }
    .rfq-item:hover,.rfq-item.flash{
      padding-left:6px;border-radius:8px;background:#f2ecf8;
      box-shadow:inset 2px 0 var(--v9-primary);
    }
    .rfq-flag{width:30px;height:30px;border-radius:7px;background:#f0ebf4;font-size:15px}
    .rfq-item b{font-size:10.7px;font-weight:650;color:#3a323f}
    .rfq-item small{font-size:8.6px;color:#908794}.rfq-item em{font-size:8px;color:#8e8592}
    .rfq-item em strong{color:#16866a;font-size:8.8px}
    .rfq-item em strong.buyer-view,.role-context button{color:var(--v9-primary)}
    .role-context b{color:#5c4d69}
    .rail-foot{height:35px;margin-top:7px;border-color:#d9cce4;color:var(--v9-primary-dark);background:#fff;font-size:10.5px}
    .rail-foot:hover{border-color:var(--v9-primary);background:#f7f2fb}

    /* 四个入口提高饱和度；首张支持自动和手动切换 */
    .metric-strip{display:none}
    .promo-grid{
      grid-template-columns:repeat(4,1fr);
      gap:12px;margin-top:13px;padding:0;border:0;background:transparent;
    }
    .promo{
      --promo-tone:#60408e!important;
      --promo-accent:var(--v9-primary)!important;
      min-height:116px;padding:16px;
      border:1px solid rgba(79,48,112,.28);border-radius:13px;
      background:linear-gradient(135deg,#72509c 0%,#5b3d83 100%);color:#fff;
      box-shadow:0 7px 20px rgba(47,29,64,.10);
    }
    .promo:nth-child(1){--promo-marker:#e0c8ff!important;background:linear-gradient(135deg,#7547c0 0%,#572b95 100%)}
    .promo:nth-child(2){--promo-marker:#95dfc3!important;background:linear-gradient(135deg,#536b6b 0%,#3e5c58 100%)}
    .promo:nth-child(3){--promo-marker:#a9c9ff!important;background:linear-gradient(135deg,#596a91 0%,#465777 100%)}
    .promo:nth-child(4){--promo-marker:#f0bf8b!important;background:linear-gradient(135deg,#755a68 0%,#644652 100%)}
    .promo:after{
      content:"";position:absolute;left:16px;top:0;width:28px;height:3px;
      border-radius:0 0 4px 4px;background:var(--promo-marker);
    }
    .promo:before{background:linear-gradient(90deg,rgba(42,27,57,.88) 0 49%,rgba(48,31,66,.62) 62%,transparent 100%)}
    .promo>img{inset:0 0 0 47%;width:53%;opacity:.82;filter:saturate(.82) contrast(1.02)}
    .promo-label{color:var(--promo-marker);font-size:8px;letter-spacing:.09em}
    .promo h3{margin:7px 0 3px;color:#fff;font-size:14.5px;line-height:1.26;font-weight:700}
    .promo p{color:rgba(255,255,255,.72)}
    .promo .arrow{left:16px;bottom:11px;color:#fff;font-size:9px}
    .promo:hover{
      transform:translateY(-2px);border-color:rgba(225,205,246,.48);
      box-shadow:0 12px 27px rgba(43,26,59,.16);
    }
    .promo-carousel{isolation:isolate}
    .promo-carousel .promo-copy{position:relative;z-index:2}
    .promo-carousel>img{transition:opacity .32s ease,transform .55s ease}
    .promo-carousel.is-changing>img{opacity:.25;transform:scale(1.025)}
    .promo-carousel-controls{
      position:absolute;right:10px;bottom:9px;z-index:5;
      display:flex;align-items:center;gap:5px;
    }
    .promo-carousel-controls button{
      width:22px;height:22px;padding:0;
      border:1px solid rgba(255,255,255,.26);border-radius:7px;
      background:rgba(24,13,40,.42);color:#fff;font-size:11px;
    }
    .promo-carousel-controls button:hover{background:rgba(255,255,255,.18)}
    .promo-carousel-dots{display:flex;gap:3px;margin-right:2px}
    .promo-carousel-dots i{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.38);transition:.2s}
    .promo-carousel-dots i.active{width:11px;border-radius:5px;background:#fff}

    @media(max-width:1250px){
      .topbar{grid-template-columns:128px minmax(360px,1fr) auto;column-gap:11px}
      .platform-utility button{padding-inline:8px}
      .nav-node:first-child{width:214px;margin-right:6px}
      .nav-link{padding-inline:9px;font-size:10.8px}
      .role-switch button{padding-inline:8px}.language{width:88px;padding-inline:9px}.login{padding-inline:10px}
      .hero-shell{grid-template-columns:214px minmax(0,1fr) 274px}
      .hero-copy h1{font-size:32px}.hero-live-ribbon em{display:none}.promo h3{font-size:13.5px}
    }
    @media(max-width:1080px){
      .topbar{grid-template-columns:118px minmax(300px,1fr) auto;grid-template-areas:"utility utility utility" "brand search actions" "nav nav nav"}
      .brand{width:108px;padding-right:12px}.brand img{width:86px}
      .nav-node:first-child{width:200px}
      .nav-link{padding-inline:7px}.top-actions .language{display:none}
    }
    @media(max-width:980px){
      .topbar{
        height:84px;
        grid-template-columns:124px minmax(260px,1fr) auto;
        grid-template-rows:26px 58px;
        grid-template-areas:"utility utility utility" "brand search actions";
        padding-inline:15px;
      }
      .platform-utility>div button:nth-child(-n+3){display:none}
      .nav{display:none!important}.platform-search{display:flex;height:36px}
      .top-actions .role-switch,.top-actions .language,.top-actions .login{display:none}
      .mobile-trigger{display:block}
      .hero-shell{height:auto}.hero-stage{height:500px}
    }
    @media(max-width:640px){
      .topbar{
        height:64px;grid-template-columns:86px 1fr auto;grid-template-rows:64px;
        grid-template-areas:"brand search actions";padding-inline:11px;
      }
      .platform-utility{display:none!important}
      .brand{width:80px}.brand img{width:75px}
      .platform-search select{display:none}.platform-search button{width:52px}
      .page{padding:10px 10px 50px}
      .hero-stage{height:520px}.hero-content{padding:31px 21px 39px}.hero-copy h1{font-size:29px}
      .hero-live-ribbon{width:100%}.promo-grid{grid-template-columns:1fr}
    }

/* ectip-v11-china-platform */
/* V11：中文用户视角、平台式同层导航、真实摄影轮播、四入口独立轮播 */
    .topbar{
      grid-template-columns:226px minmax(0,1fr) 292px;
      grid-template-areas:
        "utility utility utility"
        "brand search actions"
        "cat nav rfq";
      column-gap:14px;
    }
    .brand{
      width:100%;height:43px;padding:0 12px 0 2px;
      justify-content:flex-start;gap:10px;border-right:0;
    }
    .brand img{width:88px;flex:0 0 auto}
    .brand-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start;line-height:1.15;text-align:left}
    .brand-copy b{color:#32263d;font-size:13px;font-weight:800;letter-spacing:.03em}
    .brand-copy small{margin-top:4px;color:#93879d;font-size:7.5px;font-weight:700;letter-spacing:.10em;white-space:nowrap}
    .platform-search{height:40px}
    .top-actions{width:100%;justify-content:flex-end}
    .language{width:108px;max-width:108px}

    .nav-category-entry{
      grid-area:cat;display:flex!important;align-items:center;justify-content:flex-start;
      width:100%;height:42px;margin:0;padding:0 16px;
      border:0;border-radius:10px 10px 0 0;
      background:linear-gradient(118deg,#4d248d,#7442d5);color:#fff;
      box-shadow:0 5px 15px rgba(73,32,128,.18);
      font-size:12.5px;font-weight:760;letter-spacing:.01em;
    }
    .nav-category-entry span{
      display:grid;place-items:center;width:21px;height:21px;margin-right:8px;
      border-radius:6px;background:rgba(255,255,255,.16);font-size:10px;
    }
    .nav-category-entry em{margin-left:auto;color:rgba(255,255,255,.72);font-style:normal;font-size:9px}
    .nav{
      grid-area:nav;height:42px;display:flex!important;align-items:center;justify-content:stretch;
      gap:1px;padding:0 5px;border:1px solid #e4dbee;border-bottom-color:#ded3e8;
      border-radius:10px 10px 0 0;background:#fbf9fd;
    }
    .nav:before{display:none}
    .nav-node{min-width:0;height:40px;flex:1 1 0}
    .nav-node:first-child{width:auto;margin:0}
    .nav-link,.nav-node:first-child .nav-link{
      width:100%;height:38px;margin:1px 0;padding:0 6px;justify-content:center;
      border:0;border-radius:8px;background:transparent;box-shadow:none;
      color:#5f5668;font-size:11.2px;font-weight:650;
    }
    .nav-link:before,.nav-node:first-child .nav-link:before{display:none}
    .nav-link:hover{background:#f1ecf7;color:#55269a}
    .nav-link.active,.nav-node:first-child .nav-link.active{
      position:relative;background:#eee7f8;color:#542695;font-weight:780;
    }
    .nav-link.active:after{
      content:"";display:block;position:absolute;left:22%;right:22%;bottom:1px;height:2px;
      border-radius:2px;background:#7242d3;
    }
    .mega{top:41px}
    .nav-rfq-entry{
      grid-area:rfq;display:flex;align-items:center;justify-content:space-between;
      width:100%;height:42px;padding:0 14px;border:1px solid #dfd4e8;border-radius:10px 10px 0 0;
      background:linear-gradient(105deg,#f6f0fc,#eee5f8);color:#4f3368;
      font-size:12px;font-weight:760;
    }
    .nav-rfq-entry span{display:flex;align-items:center;gap:6px;color:#168269;font-size:8.5px;font-weight:800;letter-spacing:.05em}
    .nav-rfq-entry span:before{content:"";width:6px;height:6px;border-radius:50%;background:#18a37b;box-shadow:0 0 0 4px rgba(24,163,123,.11)}
    .nav-rfq-entry em{color:#7b5b94;font-style:normal;font-size:9px}

    .page{padding-top:6px}
    .hero-shell{grid-template-columns:226px minmax(0,1fr) 292px;gap:14px}
    .category-rail,.rfq-rail,.hero-stage{border-radius:0 0 14px 14px}
    .category-title,.rail-head{display:none}
    .cat-list{padding:8px 0 2px}
    .cat-list li{height:61px}
    .cat-more{height:43px}
    .rfq-rail{padding-top:11px}
    .sync-note{margin-top:0}

    .hero-stage{overflow:hidden;background:#28183d}
    .hero-image{
      transform-origin:62% 50%;filter:saturate(.92) contrast(1.04);
      transition:opacity .35s ease,transform .8s ease;
    }
    .hero-stage.is-changing .hero-image{animation:heroSceneMove 6s ease-out both}
    @keyframes heroSceneMove{from{transform:scale(1.01)}to{transform:scale(1.075)}}
    .hero-shade{
      background:
        linear-gradient(90deg,rgba(32,15,50,.97) 0%,rgba(40,20,62,.91) 37%,rgba(43,25,62,.64) 56%,rgba(30,24,37,.20) 78%,rgba(20,18,24,.06) 100%),
        linear-gradient(0deg,rgba(28,15,41,.24),transparent 55%);
    }
    .hero-copy h1{max-width:540px;font-size:34px;font-weight:690}
    .hero-copy p{max-width:530px;font-size:11.5px}
    .hero-eyebrow{color:#eadff8}

    .promo-grid{gap:12px;margin-top:13px}
    .promo{
      min-height:138px;padding:17px 16px;border-radius:13px;
      background:linear-gradient(135deg,#6f43a7 0%,#4b276f 100%);
    }
    .promo:nth-child(1){--promo-marker:#f0d9ff!important;background:linear-gradient(135deg,#7547c4,#51268d)}
    .promo:nth-child(2){--promo-marker:#b5ead6!important;background:linear-gradient(135deg,#5d537d,#354e64)}
    .promo:nth-child(3){--promo-marker:#b8d0ff!important;background:linear-gradient(135deg,#5b5a89,#3e4a72)}
    .promo:nth-child(4){--promo-marker:#ffd7a9!important;background:linear-gradient(135deg,#76506e,#5d3d56)}
    .promo:before{background:linear-gradient(90deg,rgba(35,19,52,.94) 0 48%,rgba(39,25,55,.72) 61%,rgba(31,22,42,.18) 100%)}
    .promo>img{inset:0 0 0 44%;width:56%;opacity:.86;filter:saturate(.92) contrast(1.03)}
    .promo-copy{position:relative;z-index:2;max-width:64%}
    .promo-hit{position:absolute;inset:0;z-index:4;border-radius:inherit}
    .promo-label{font-size:7.8px;letter-spacing:.09em}
    .promo h3{margin:6px 0 4px;font-size:14.5px;line-height:1.25}
    .promo p{display:block;max-width:96%;margin:0;color:rgba(255,255,255,.72);font-size:8.2px;line-height:1.45}
    .promo .arrow{bottom:12px;font-size:8.5px}
    .promo-carousel-controls{right:9px;bottom:9px}
    .promo-carousel-controls button{width:21px;height:21px}

    @media(max-width:1250px){
      .topbar,.hero-shell{grid-template-columns:214px minmax(0,1fr) 274px}
      .brand-copy small{display:none}.nav-link,.nav-node:first-child .nav-link{font-size:10.5px;padding-inline:3px}
      .promo h3{font-size:13px}.promo p{display:none}
    }
    @media(max-width:1080px){
      .topbar,.hero-shell{grid-template-columns:200px minmax(0,1fr) 258px}
      .brand-copy{display:none}.brand{justify-content:center}.nav-link,.nav-node:first-child .nav-link{font-size:9.8px}
    }
    @media(max-width:980px){
      .topbar{grid-template-columns:124px minmax(260px,1fr) auto;grid-template-areas:"utility utility utility" "brand search actions"}
      .nav-category-entry,.nav-rfq-entry,.nav{display:none!important}
      .category-title,.rail-head{display:flex}
      .category-rail,.rfq-rail,.hero-stage{border-radius:14px}
      .hero-stage{height:500px}.promo-grid{grid-template-columns:1fr 1fr}
    }
    @media(max-width:640px){
      .topbar{grid-template-columns:86px 1fr auto;grid-template-areas:"brand search actions"}
      .brand-copy{display:none}.promo-grid{grid-template-columns:1fr}.promo{min-height:128px}
    }

/* ectip-v12-detail-and-motion */
/* V12：精修头部比例、轻量化四入口、双场景动态 Hero */
    :root{
      --v12-purple:#6f3fd4;
      --v12-purple-deep:#4d238b;
      --v12-ink:#2d2633;
      --v12-muted:#7d7483;
      --v12-line:#e9e3ed;
      --v12-canvas:#f7f5f8;
    }
    html,body{overflow-x:clip}
    body{background:var(--v12-canvas);color:var(--v12-ink)}
    .topbar{
      border-bottom-color:#e9e2ed;
      box-shadow:0 4px 18px rgba(50,31,68,.045);
    }
    .platform-utility{border-bottom-color:#f0ecf2;color:#81788a}
    .brand{padding-right:8px}
    .platform-search{
      height:38px;border-color:#d9d0df;background:#fff;
      box-shadow:0 0 0 3px rgba(111,63,212,.025);
    }
    .platform-search:focus-within{box-shadow:0 0 0 3px rgba(111,63,212,.08)}
    .top-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;overflow:visible}
    .role-switch{flex:0 0 118px;width:118px;height:38px;padding:3px;border-color:#ded7e5;background:#f5f2f7}
    .role-switch button{flex:1 1 0;height:30px;padding:0;font-size:10.5px;font-weight:680;white-space:nowrap}
    .role-switch .active{color:#532598;box-shadow:0 2px 7px rgba(55,35,75,.08)}
    .language{
      flex:0 0 68px;width:68px;max-width:68px;height:38px;
      padding:0 20px 0 9px;border-color:#ded7e5;font-size:10px;
    }
    .login{
      flex:0 0 88px;width:88px;height:38px;padding:0;border-radius:9px;
      font-size:10.5px;font-weight:720;box-shadow:0 5px 13px rgba(111,63,212,.15);
    }

    .nav-category-entry,.nav-rfq-entry,.nav{
      border-color:#e6dfeb;box-shadow:none;
    }
    .nav-category-entry{background:linear-gradient(118deg,#55279a,#7340d0)}
    .nav-rfq-entry{background:#f6f1fa}
    .nav{background:#fff}
    .nav-link,.nav-node:first-child .nav-link{font-weight:620}
    .nav-link.active,.nav-node:first-child .nav-link.active{background:#f1ebf8;color:#522591}

    .panel{
      border-color:var(--v12-line);
      box-shadow:0 5px 18px rgba(49,32,61,.038);
    }
    .cat-list li{border-bottom-color:#f0edf2}
    .cat-list button:hover{background:#f7f3fa}
    .cat-list i{background:#f2edf8;color:#6f3fd4}
    .rfq-rail:before{height:2px;background:linear-gradient(90deg,#5a2a9d,#8c61df)}
    .rfq-item{border-left:0!important;box-shadow:none!important}
    .rfq-item:hover,.rfq-item.flash{background:#f6f2f8;box-shadow:inset 2px 0 #7848d3!important}

    .hero-stage{
      isolation:isolate;overflow:hidden;
      border-color:#ddcfe8;background:linear-gradient(135deg,#fbf9fd 0%,#f2ecf8 100%);
      box-shadow:0 10px 28px rgba(72,39,98,.09);
    }
    .hero-stage:before{
      content:"";position:absolute;left:-110px;bottom:-190px;z-index:0;
      width:430px;height:430px;border-radius:50%;
      background:radial-gradient(circle,rgba(137,91,220,.16),transparent 68%);
      pointer-events:none;
    }
    .hero-image{
      left:auto;right:0;top:0;bottom:0;width:54%;height:100%;
      object-fit:cover;border-radius:0 0 13px 0;
      filter:saturate(.98) contrast(1.035) brightness(.98);
      transform-origin:center;transition:opacity .34s ease,transform .8s ease;
    }
    .hero-stage.is-changing .hero-image{animation:heroSceneMoveV12 6s cubic-bezier(.18,.7,.25,1) both}
    @keyframes heroSceneMoveV12{from{transform:scale(1.015) translateX(0)}to{transform:scale(1.075) translateX(-1.2%)}}
    .hero-shade{
      z-index:2;
      background:linear-gradient(90deg,#faf8fc 0%,#f7f3fa 42%,rgba(247,243,250,.94) 48%,rgba(247,243,250,.56) 60%,rgba(247,243,250,.08) 76%,transparent 100%);
    }
    .trade-flow{display:none}
    .hero-content{
      z-index:5;width:61%;padding:33px 34px 37px;justify-content:center;
    }
    .hero-eyebrow{color:#6d3bbd;font-size:8.5px;font-weight:760;letter-spacing:.12em}
    .hero-eyebrow span{border-color:#d9c8ee;background:#eee4fa;color:#592b9f}
    .hero-copy h1{max-width:530px;margin:13px 0 10px;color:#2d2038;font-size:34px;font-weight:710;letter-spacing:-.035em}
    .hero-copy p{max-width:500px;color:#6d6473;font-size:11.2px;line-height:1.72}
    .hero-actions .btn{background:linear-gradient(118deg,#6332b8,#7847d6);box-shadow:0 7px 17px rgba(91,44,159,.17)}
    .hero-actions .secondary{border-color:#d6cadf;background:#fff;color:#4f3d5d;box-shadow:none}
    .hero-live-ribbon{
      width:min(470px,93%);height:54px;
      border-color:#e2d8e8;background:rgba(255,255,255,.88);
      box-shadow:0 7px 18px rgba(57,37,70,.06);backdrop-filter:blur(8px);
    }
    .ribbon-copy b{color:#36283f}.ribbon-copy small{color:#8a7f91}
    .hero-live-ribbon em{color:#81728b}
    .hero-arrow{
      z-index:7;border:1px solid rgba(255,255,255,.68);
      background:rgba(42,26,51,.34);backdrop-filter:blur(6px);
    }
    .hero-prev{left:auto;right:50%}
    .hero-controls{z-index:8}
    .hero-controls button{background:rgba(255,255,255,.56)}
    .hero-controls button.active{background:#fff}
    .hero-count{color:#fff;text-shadow:0 1px 4px rgba(20,12,28,.32)}

    .hero-aux-card{
      position:absolute;right:18px;bottom:56px;z-index:6;
      width:178px;height:106px;overflow:hidden;border:3px solid rgba(255,255,255,.92);border-radius:12px;
      background:#352244;box-shadow:0 12px 28px rgba(35,23,42,.20);
      transition:transform .45s ease,opacity .3s ease;
    }
    .hero-aux-card img{width:100%;height:100%;object-fit:cover;transition:transform 5.8s ease}
    .hero-stage.is-changing .hero-aux-card{animation:heroAuxIn .65s ease both}
    .hero-stage.is-changing .hero-aux-card img{transform:scale(1.08)}
    @keyframes heroAuxIn{from{opacity:.35;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
    .hero-aux-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(25,15,32,.86),transparent 68%)}
    .hero-aux-copy{position:absolute;left:10px;right:9px;bottom:8px;z-index:2;color:#fff;line-height:1.2}
    .hero-aux-copy b{display:block;font-size:9.5px;font-weight:750}
    .hero-aux-copy small{display:block;margin-top:3px;color:rgba(255,255,255,.74);font-size:7.5px}
    .hero-data-card{
      position:absolute;right:18px;top:18px;z-index:6;
      width:166px;padding:11px 12px;border:1px solid rgba(220,209,230,.8);border-radius:11px;
      background:rgba(255,255,255,.92);box-shadow:0 9px 22px rgba(43,28,52,.10);backdrop-filter:blur(8px);
    }
    .hero-data-card span{display:flex;align-items:center;gap:6px;color:#6d3bbd;font-size:7.5px;font-weight:800;letter-spacing:.08em}
    .hero-data-card span:before{content:"";width:6px;height:6px;border-radius:50%;background:#1aa57b;box-shadow:0 0 0 4px rgba(26,165,123,.11)}
    .hero-data-card b{display:block;margin-top:7px;color:#2f2437;font-size:18px;line-height:1}
    .hero-data-card small{display:block;margin-top:5px;color:#857a8a;font-size:8px}

    .promo-grid{gap:12px;margin-top:13px}
    .promo{
      min-height:124px;padding:16px;border-width:1px;border-color:var(--promo-border,#ddd4e8);
      background:var(--promo-bg,#f2ecfb);color:var(--promo-ink,#3b2854);
      box-shadow:0 5px 16px rgba(49,36,59,.045);
    }
    .promo:nth-child(1){--promo-bg:#f1eafd;--promo-border:#ded0f3;--promo-ink:#40245f;--promo-marker:#7442cf!important;--promo-accent:#6f3fd0!important}
    .promo:nth-child(2){--promo-bg:#eaf7f3;--promo-border:#d2ebe3;--promo-ink:#214c43;--promo-marker:#1b987a!important;--promo-accent:#16856b!important}
    .promo:nth-child(3){--promo-bg:#fff4e2;--promo-border:#f0dfc1;--promo-ink:#5a3a18;--promo-marker:#cf8427!important;--promo-accent:#bd6f16!important}
    .promo:nth-child(4){--promo-bg:#eaf2ff;--promo-border:#d6e2f3;--promo-ink:#243f64;--promo-marker:#4777c9!important;--promo-accent:#3b6dbf!important}
    .promo:before{
      background:linear-gradient(90deg,var(--promo-bg) 0 51%,color-mix(in srgb,var(--promo-bg) 88%,transparent) 66%,transparent 100%);
    }
    .promo:after{left:16px;width:25px;height:3px;background:var(--promo-marker)}
    .promo>img{inset:0 0 0 48%;width:52%;opacity:.83;filter:saturate(.92) contrast(1.02)}
    .promo-copy{max-width:59%}
    .promo-label{color:var(--promo-accent);font-size:8px;font-weight:780;letter-spacing:.08em}
    .promo h3{min-height:37px;margin:7px 0 3px;color:var(--promo-ink);font-size:15.5px;line-height:1.2;font-weight:730}
    .promo p{display:block;overflow:hidden;margin:0;color:color-mix(in srgb,var(--promo-ink) 64%,#fff);font-size:8.2px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}
    .promo .arrow{left:16px;bottom:11px;color:var(--promo-accent);font-size:8.5px;font-weight:720}
    .promo-carousel-controls{right:9px;bottom:8px;z-index:6}
    .promo-carousel-controls button{
      border-color:rgba(59,43,69,.12);background:rgba(255,255,255,.62);color:var(--promo-ink);
    }
    .promo-carousel-controls button:hover{background:#fff}
    .promo-carousel-dots i{background:color-mix(in srgb,var(--promo-ink) 24%,transparent)}
    .promo-carousel-dots i.active{background:var(--promo-accent)}
    .promo:hover{border-color:var(--promo-marker);box-shadow:0 10px 23px rgba(47,33,58,.08)}

    @media(max-width:1250px){
      .role-switch{flex-basis:110px;width:110px}.login{flex-basis:80px;width:80px}.language{flex-basis:64px;width:64px;max-width:64px}
      .hero-copy h1{font-size:31px}.hero-aux-card{width:158px}.hero-data-card{width:148px}
      .promo h3{font-size:14px}.promo p{display:none}
    }
    @media(max-width:1080px){
      .top-actions .language{display:none}.role-switch{flex-basis:116px;width:116px}.login{flex-basis:82px;width:82px}
      .hero-content{width:64%;padding-inline:28px}.hero-image{width:52%}.hero-aux-card{display:none}.hero-data-card{right:12px;top:12px}
    }
    @media(max-width:980px){
      .hero-content{width:68%}.hero-image{width:58%}.hero-data-card{display:none}.hero-prev{left:10px;right:auto}
    }
    @media(max-width:640px){
      .hero-content{width:100%;padding:30px 21px 39px}.hero-image{width:100%;opacity:.26!important}.hero-shade{background:linear-gradient(90deg,rgba(250,248,252,.96),rgba(250,248,252,.83))}
      .hero-copy h1{font-size:29px}.hero-live-ribbon{width:100%}
    }

/* ectip-v13-breathing-layout-and-pages */
/* V13：顶部留出呼吸空间，修正轮播控件与入口碰撞，并补齐可切换栏目页 */
    .topbar{
      height:144px;
      grid-template-columns:226px minmax(0,1fr) 310px;
      grid-template-rows:28px 66px 50px;
      column-gap:14px;
    }
    .platform-utility{height:28px;padding-inline:2px}
    .platform-utility>div{gap:2px}
    .platform-utility button{height:28px;padding-inline:12px}
    .brand{height:50px;padding-right:18px}
    .brand img{width:94px}
    .platform-search{height:42px;border-radius:11px}
    .platform-search select{width:72px}
    .platform-search button{width:66px}
    .top-actions{height:42px;gap:8px}
    .role-switch{flex-basis:124px;width:124px;height:40px}
    .role-switch button{height:32px}
    .language{flex-basis:74px;width:74px;max-width:74px;height:40px}
    .login{flex-basis:96px;width:96px;height:40px}
    .nav{height:50px}
    .nav-node{height:50px}
    .nav-link,.nav-node:first-child .nav-link{height:44px;margin:3px 0;font-size:11.5px}
    .nav-category-entry,.nav-rfq-entry{height:44px;margin-top:3px;border-radius:10px 10px 0 0}
    .nav-category-entry{width:226px}
    .nav-rfq-entry{width:310px}

    .page{padding-top:14px}
    .hero-shell{grid-template-columns:226px minmax(0,1fr) 310px;gap:14px}
    .hero-stage{background:#21123d}
    .hero-image{width:56%;opacity:1!important;filter:saturate(1.02) contrast(1.04)}
    .hero-shade{background:linear-gradient(90deg,#21123d 0%,rgba(33,18,61,.96) 34%,rgba(33,18,61,.76) 54%,rgba(33,18,61,.14) 82%,transparent 100%)}
    .hero-content{width:63%;padding:34px 34px 39px}
    .hero-copy .eyebrow{color:#c8adff}
    .hero-copy .chip{border-color:rgba(202,174,255,.22);background:rgba(132,83,226,.22);color:#d8c4ff}
    .hero-copy h1{color:#fff;text-shadow:0 2px 18px rgba(13,6,26,.18)}
    .hero-copy p{color:#d7cfe1}
    .hero-live-ribbon{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.1);color:#fff;box-shadow:none}
    .hero-live-ribbon small{color:#cbc0da}
    .hero-live-ribbon em{color:#d6c4ff}
    .hero-prev{left:14px!important;right:auto!important}
    .hero-next{left:auto!important;right:14px!important}

    .promo-grid{gap:12px;margin-top:14px}
    .promo{
      min-height:148px;padding:18px;
      border-color:var(--promo-border);background:var(--promo-tone);
      box-shadow:0 8px 20px rgba(46,32,58,.055);
    }
    .promo:nth-child(1){--promo-tone:#e6d8ff;--promo-border:#cfb9f5;--promo-accent:#6932ca;--promo-marker:#7b45dd;--promo-ink:#35204b}
    .promo:nth-child(2){--promo-tone:#d9f2e8;--promo-border:#b8dfcf;--promo-accent:#167b64;--promo-marker:#249b78;--promo-ink:#173c34}
    .promo:nth-child(3){--promo-tone:#ffe8c7;--promo-border:#efcf9e;--promo-accent:#a7610b;--promo-marker:#d58b24;--promo-ink:#4e3317}
    .promo:nth-child(4){--promo-tone:#dce9ff;--promo-border:#bfd3f4;--promo-accent:#285fae;--promo-marker:#4278c7;--promo-ink:#1e3557}
    .promo:before{background:linear-gradient(90deg,var(--promo-tone) 0 49%,color-mix(in srgb,var(--promo-tone) 92%,transparent) 60%,transparent 79%)}
    .promo>img{inset:0 0 0 48%;width:52%;opacity:.96;filter:saturate(1.03) contrast(1.04)}
    .promo-copy{max-width:54%;height:100%;padding-bottom:23px}
    .promo-label{display:inline-flex;align-items:center;height:17px;font-size:8.5px;font-weight:760;letter-spacing:.08em}
    .promo h3{margin:8px 0 5px;font-size:17px;line-height:1.22;letter-spacing:-.02em}
    .promo p{display:block;max-width:100%;font-size:9.2px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .promo .arrow{left:0;bottom:0;font-size:8.8px;font-weight:720}
    .promo-carousel-controls{right:10px;bottom:10px}

    [hidden]{display:none!important}
    .platform-page{max-width:1348px;margin:0 auto;padding:18px max(28px,calc((100vw - 1348px)/2)) 70px}
    .platform-subpage{animation:pageEnter .35s ease both}
    @keyframes pageEnter{from{opacity:.35;transform:translateY(6px)}to{opacity:1;transform:none}}
    .sub-crumb{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:#8b8192;font-size:11px}
    .sub-crumb button{padding:0;border:0;background:none;color:#6f3fd4;font-weight:700}
    .sub-hero{position:relative;min-height:270px;overflow:hidden;border:1px solid #e4ddec;border-radius:18px;background:#f2edf7;box-shadow:0 12px 34px rgba(45,25,67,.07)}
    .sub-hero>img{position:absolute;inset:0 0 0 52%;width:48%;height:100%;object-fit:cover}
    .sub-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#21113f 0 49%,rgba(33,17,63,.87) 60%,rgba(33,17,63,.12) 87%)}
    .sub-hero-copy{position:relative;z-index:2;width:58%;padding:38px 42px;color:#fff}
    .sub-kicker{display:flex;align-items:center;gap:8px;color:#c9adff;font-size:10px;font-weight:800;letter-spacing:.14em}
    .sub-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:#49dfb2;box-shadow:0 0 0 5px rgba(73,223,178,.12)}
    .sub-hero h1{margin:16px 0 9px;font-size:34px;line-height:1.16;letter-spacing:-.035em}
    .sub-hero p{max-width:620px;margin:0;color:#d8cfe3;font-size:12px;line-height:1.75}
    .sub-actions{display:flex;gap:10px;margin-top:23px}
    .sub-actions button,.page-primary{height:40px;padding:0 19px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;font-size:11px;font-weight:750}
    .sub-actions .primary,.page-primary{border-color:#7542e4;background:linear-gradient(120deg,#8250ed,#6d38df);box-shadow:0 8px 20px rgba(91,49,189,.24)}
    .sub-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;max-width:520px;margin-top:25px}
    .sub-metrics div{padding:12px 14px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(255,255,255,.055)}
    .sub-metrics b{display:block;font-size:19px}.sub-metrics span{color:#bfb3cf;font-size:9px}

    .diagnosis-card{position:absolute;z-index:3;right:34px;top:27px;width:310px;padding:21px;border:1px solid rgba(255,255,255,.22);border-radius:17px;background:rgba(45,27,78,.74);color:#fff;backdrop-filter:blur(12px)}
    .diagnosis-head{display:flex;align-items:center;gap:10px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.14)}
    .diagnosis-head i{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:linear-gradient(145deg,#9a6aff,#6d36df);font-size:17px;font-style:normal;font-weight:850}
    .diagnosis-head b{font-size:14px}.diagnosis-head small{display:block;color:#bdb0cf;margin-top:3px}
    .diagnosis-score{display:flex;align-items:center;gap:18px;margin:18px 0}
    .score-ring{display:grid;place-items:center;width:84px;height:84px;border-radius:50%;background:conic-gradient(#9e72ff 0 42%,rgba(255,255,255,.12) 42%)}
    .score-ring:before{content:"42";display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#28134f;font-size:27px;font-weight:850}
    .score-copy small{color:#bdb0cf}.score-copy b{display:block;margin-top:5px;font-size:15px}
    .diagnosis-bars{display:grid;gap:9px}.diagnosis-bars div{display:grid;grid-template-columns:62px 1fr 24px;align-items:center;gap:7px;font-size:9px;color:#d8cee4}.diagnosis-bars i{height:5px;border-radius:5px;background:rgba(255,255,255,.13);overflow:hidden}.diagnosis-bars i:before{content:"";display:block;width:var(--v);height:100%;border-radius:5px;background:linear-gradient(90deg,#8c55f0,#c2a6ff)}

    .sub-section{margin-top:16px;padding:22px;border:1px solid #e6e0ea;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(45,31,54,.045)}
    .sub-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:17px}
    .sub-section-head h2{margin:4px 0 0;font-size:21px;color:#2f2635}.sub-section-head p{margin:0;color:#8b8290;font-size:10px}.sub-section-head button{height:34px;padding:0 14px;border:1px solid #d9cee4;border-radius:9px;background:#fff;color:#6030ad;font-size:10px;font-weight:720}
    .filter-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.filter-row button{height:30px;padding:0 12px;border:1px solid #e3dce8;border-radius:8px;background:#faf8fb;color:#716978;font-size:9px}.filter-row button.active{border-color:#d1bdeb;background:#efe7fa;color:#5b269f;font-weight:750}
    .content-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
    .content-card{overflow:hidden;border:1px solid #e7e1eb;border-radius:13px;background:#fff;transition:.2s}.content-card:hover{transform:translateY(-2px);border-color:#cdbbe1;box-shadow:0 10px 22px rgba(54,35,68,.08)}
    .content-card img{width:100%;height:124px;object-fit:cover}.content-card-body{padding:13px}.content-card small{color:#7b49c7;font-size:8px;font-weight:760}.content-card h3{margin:6px 0 5px;color:#322a36;font-size:13px}.content-card p{margin:0;color:#8a818e;font-size:9px;line-height:1.55}.card-meta{display:flex;justify-content:space-between;margin-top:12px;padding-top:10px;border-top:1px solid #eee9f1;color:#6f6675;font-size:8.5px}.card-meta b{color:#56259d}
    .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.service-tile{min-height:128px;padding:18px;border:1px solid #e4dce9;border-radius:14px;background:linear-gradient(145deg,#fff,#faf7fc)}.service-tile i{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#eee5fa;color:#6630b8;font-style:normal;font-weight:800}.service-tile h3{margin:13px 0 5px;font-size:14px}.service-tile p{margin:0;color:#877e8c;font-size:9.5px;line-height:1.6}.service-tile span{display:block;margin-top:14px;color:#6630b8;font-size:9px;font-weight:750}
    .rfq-board{border:1px solid #e5deea;border-radius:14px;overflow:hidden}.rfq-board-head,.rfq-line{display:grid;grid-template-columns:2.2fr .65fr .7fr .7fr .45fr;align-items:center;gap:10px}.rfq-board-head{height:36px;padding:0 15px;background:#f7f3fa;color:#7b7182;font-size:8.5px}.rfq-line{min-height:57px;padding:8px 15px;border-top:1px solid #eee9f1;font-size:9px}.rfq-line strong{display:block;color:#332a38;font-size:10.5px}.rfq-line small{color:#968c9b}.rfq-line b{color:#6030ad}.rfq-line button{height:28px;border:1px solid #d9cce5;border-radius:8px;background:#fff;color:#5c269f;font-size:8.5px;font-weight:730}
    .about-roles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.about-role{padding:21px;border-radius:14px;background:#f6f1fa;border:1px solid #e3d7ec}.about-role span{color:#6e36bf;font-size:9px;font-weight:800;letter-spacing:.1em}.about-role h3{margin:9px 0 6px;font-size:16px}.about-role p{margin:0;color:#817787;font-size:10px;line-height:1.65}

    @media(max-width:1250px){
      .topbar{grid-template-columns:214px minmax(0,1fr) 280px}.hero-shell{grid-template-columns:214px minmax(0,1fr) 280px}.nav-category-entry{width:214px}.nav-rfq-entry{width:280px}.role-switch{flex-basis:112px;width:112px}.language{flex-basis:64px;width:64px;max-width:64px}.login{flex-basis:86px;width:86px}
      .diagnosis-card{width:285px}.sub-hero-copy{width:60%;padding-left:34px}.content-grid{grid-template-columns:repeat(3,1fr)}
    }
    @media(max-width:980px){
      .topbar{height:88px;grid-template-rows:28px 60px}.platform-page{padding-inline:15px}.diagnosis-card{display:none}.sub-hero-copy{width:78%}.sub-hero>img{inset:0;width:100%}.sub-hero:after{background:linear-gradient(90deg,#21113f 0 54%,rgba(33,17,63,.7) 100%)}.content-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.about-roles{grid-template-columns:1fr 1fr}
    }
    @media(max-width:640px){
      .platform-page{padding:12px 10px 50px}.sub-hero{min-height:390px}.sub-hero-copy{width:100%;padding:30px 22px}.sub-hero h1{font-size:29px}.sub-metrics{grid-template-columns:1fr 1fr}.content-grid,.service-grid,.about-roles{grid-template-columns:1fr}.rfq-board-head{display:none}.rfq-line{grid-template-columns:1fr auto}.rfq-line>*:not(:first-child):not(:last-child){display:none}.promo{min-height:144px}
    }

/* ectip-v14-context-aware-navigation */
/* 首页保留“全部分类 / 最新RFQ”三栏入口；栏目页切换为完整横向导航。 */
    body[data-page-route]:not([data-page-route="home"]) .topbar{
      grid-template-areas:
        "utility utility utility"
        "brand search actions"
        "nav nav nav";
    }
    body[data-page-route]:not([data-page-route="home"]) .nav-category-entry,
    body[data-page-route]:not([data-page-route="home"]) .nav-rfq-entry{
      display:none!important;
    }
    body[data-page-route]:not([data-page-route="home"]) .nav{
      grid-area:nav;
      padding-inline:8px;
    }
    body[data-page-route]:not([data-page-route="home"]) .nav-node{
      flex:0 1 150px;
    }
    body[data-page-route]:not([data-page-route="home"]) .nav-node:first-child{
      flex-basis:112px;
    }
    body[data-page-route]:not([data-page-route="home"]) .platform-page{
      max-width:none;
      margin:0;
      padding:0;
      background:#f7f5f8;
    }
    body[data-page-route]:not([data-page-route="home"]) > .footer{
      display:none;
    }
    .original-page-frame-wrap{
      width:100%;
      min-height:720px;
      background:#f7f5f8;
    }
    .original-page-frame{
      display:block;
      width:100%;
      min-height:720px;
      border:0;
      background:#f7f5f8;
    }
    @media(max-width:980px){
      body[data-page-route]:not([data-page-route="home"]) .topbar{
        grid-template-areas:"utility utility utility" "brand search actions";
      }
    }

/* ectip-v15-homepage-convergence */
/* V15：首页只做减法；栏目页继续沿用 V14 的原始页面适配。 */
    body[data-page-route="home"] .topbar{
      height:130px;
      grid-template-rows:24px 60px 46px;
      box-shadow:0 4px 16px rgba(50,31,68,.04);
    }
    body[data-page-route="home"] .platform-utility{
      height:24px;
      color:#918a98;
      border-bottom-color:#f2eef4;
      font-size:8.5px;
    }
    body[data-page-route="home"] .platform-utility>span{color:#675e70;font-weight:650}
    body[data-page-route="home"] .platform-utility button{
      height:24px;
      padding-inline:10px;
      color:#928a99;
      border-left-color:#f1edf3;
      font-size:8.5px;
    }
    body[data-page-route="home"] .brand{height:46px;border-right-color:#eee9f1}
    body[data-page-route="home"] .brand img{width:90px}
    body[data-page-route="home"] .platform-search{height:40px;border-radius:10px}
    body[data-page-route="home"] .top-actions{height:40px;gap:7px}
    body[data-page-route="home"] .role-switch,
    body[data-page-route="home"] .language,
    body[data-page-route="home"] .login{height:38px}
    body[data-page-route="home"] .role-switch button{height:30px}
    body[data-page-route="home"] .nav{height:46px}
    body[data-page-route="home"] .nav-node{height:46px}
    body[data-page-route="home"] .nav-link,
    body[data-page-route="home"] .nav-node:first-child .nav-link{
      height:38px;
      margin:4px 0;
    }
    body[data-page-route="home"] .nav-category-entry,
    body[data-page-route="home"] .nav-rfq-entry{
      height:40px;
      margin-top:6px;
      border-radius:10px 10px 0 0;
    }

    body[data-page-route="home"] .page{padding-top:12px}
    body[data-page-route="home"] .hero-shell{
      height:468px;
      gap:12px;
    }
    body[data-page-route="home"] .panel{
      border-color:#ece7ef;
      box-shadow:0 4px 14px rgba(49,32,61,.032);
    }
    body[data-page-route="home"] .category-title{
      height:45px;
      background:linear-gradient(118deg,#58309a,#7043c0);
      font-size:13px;
    }
    body[data-page-route="home"] .cat-list li{height:52px}
    body[data-page-route="home"] .cat-list i{background:#f4f0f8;color:#7145b7}
    body[data-page-route="home"] .cat-list b{font-size:12px;font-weight:620}
    body[data-page-route="home"] .cat-list small{color:#9c95a1}
    body[data-page-route="home"] .rfq-rail{padding:13px 13px 12px;background:#fff}
    body[data-page-route="home"] .rfq-rail:before{height:2px;opacity:.72}
    body[data-page-route="home"] .rail-head h3{font-size:15px;font-weight:690}
    body[data-page-route="home"] .sync-note{background:#faf8fb;border-color:#eee9f1;color:#84798b}
    body[data-page-route="home"] .rfq-item{height:52px}
    body[data-page-route="home"] .rfq-item:hover,
    body[data-page-route="home"] .rfq-item.flash{background:#f8f5fa}

    body[data-page-route="home"] .hero-stage{
      border-color:rgba(104,59,177,.24);
      border-radius:13px;
      background:#24143f;
      box-shadow:0 10px 26px rgba(55,28,83,.12);
    }
    body[data-page-route="home"] .hero-image{
      width:62%;
      filter:saturate(.94) contrast(1.04) brightness(.96);
    }
    body[data-page-route="home"] .hero-shade{
      background:linear-gradient(90deg,#24143f 0%,rgba(36,20,63,.98) 35%,rgba(36,20,63,.83) 51%,rgba(36,20,63,.35) 70%,rgba(36,20,63,.05) 92%);
    }
    body[data-page-route="home"] .hero-content{
      width:56%;
      padding:36px 38px 42px;
    }
    body[data-page-route="home"] .hero-copy h1{
      max-width:460px;
      margin:12px 0 10px;
      font-size:33px;
      line-height:1.16;
      font-weight:680;
    }
    body[data-page-route="home"] .hero-copy p{
      max-width:440px;
      font-size:11px;
      line-height:1.75;
    }
    body[data-page-route="home"] .hero-actions{margin-top:17px;gap:12px}
    body[data-page-route="home"] .hero-actions .btn{height:38px;padding-inline:18px}
    body[data-page-route="home"] .hero-actions .secondary{
      padding-inline:4px;
      border-color:transparent;
      background:transparent;
      color:#ded2ec;
      box-shadow:none;
    }
    body[data-page-route="home"] .hero-actions .secondary:after{content:"  →"}
    body[data-page-route="home"] .hero-aux-card,
    body[data-page-route="home"] .hero-data-card{display:none!important}
    body[data-page-route="home"] .hero-live-ribbon{
      width:min(420px,92%);
      height:42px;
      margin-top:20px;
      padding:6px 9px;
      border-color:rgba(255,255,255,.12);
      background:rgba(255,255,255,.075);
      box-shadow:none;
    }
    body[data-page-route="home"] .ribbon-live{padding:3px 6px;box-shadow:none}
    body[data-page-route="home"] .ribbon-copy b{font-size:9.5px}
    body[data-page-route="home"] .ribbon-copy small{font-size:7.8px}
    body[data-page-route="home"] .hero-live-ribbon em{display:none}
    body[data-page-route="home"] .hero-arrow{
      width:30px;
      height:40px;
      margin-top:-20px;
      opacity:.72;
      background:rgba(27,16,45,.28);
    }
    body[data-page-route="home"] #heroDots button:nth-child(n+5){display:none}

    body[data-page-route="home"] .promo-grid{
      gap:12px;
      margin-top:12px;
    }
    body[data-page-route="home"] .promo{
      min-height:132px;
      padding:16px;
      border:1px solid #e5dfea;
      border-radius:12px;
      background:#fff;
      color:#322a38;
      box-shadow:0 5px 16px rgba(46,32,58,.04);
    }
    body[data-page-route="home"] .promo:nth-child(1){--promo-marker:#7541d1;--promo-accent:#6430b7;--promo-soft:#f2ecfa}
    body[data-page-route="home"] .promo:nth-child(2){--promo-marker:#23866f;--promo-accent:#176f5d;--promo-soft:#edf7f3}
    body[data-page-route="home"] .promo:nth-child(3){--promo-marker:#bd7720;--promo-accent:#985b10;--promo-soft:#fbf4e9}
    body[data-page-route="home"] .promo:nth-child(4){--promo-marker:#356eb7;--promo-accent:#285c9f;--promo-soft:#edf3fb}
    body[data-page-route="home"] .promo:after{
      left:16px;
      width:24px;
      height:3px;
      background:var(--promo-marker);
    }
    body[data-page-route="home"] .promo:before{
      background:linear-gradient(90deg,#fff 0 52%,rgba(255,255,255,.92) 61%,rgba(255,255,255,.18) 88%);
    }
    body[data-page-route="home"] .promo>img{
      inset:0 0 0 55%;
      width:45%;
      opacity:.72;
      filter:saturate(.82) contrast(1.01);
    }
    body[data-page-route="home"] .promo-copy{
      max-width:58%;
      height:100%;
      padding-bottom:22px;
    }
    body[data-page-route="home"] .promo-label{
      height:16px;
      color:var(--promo-accent);
      font-size:8px;
      font-weight:760;
    }
    body[data-page-route="home"] .promo h3{
      margin:7px 0 4px;
      color:#332b39;
      font-size:15px;
      line-height:1.22;
      font-weight:690;
    }
    body[data-page-route="home"] .promo p{
      display:block;
      max-width:100%;
      color:#8b828f;
      font-size:8.5px;
      line-height:1.4;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    body[data-page-route="home"] .promo .arrow{
      left:0;
      bottom:0;
      color:var(--promo-accent);
      font-size:8.5px;
      font-weight:700;
    }
    body[data-page-route="home"] .promo-carousel-controls{right:9px;bottom:9px}
    body[data-page-route="home"] .promo-carousel-controls button{
      width:20px;
      height:20px;
      border-color:#e2dce7;
      background:rgba(255,255,255,.90);
      color:#6c6172;
      opacity:0;
      transition:opacity .18s ease,background .18s ease;
    }
    body[data-page-route="home"] .promo:hover .promo-carousel-controls button,
    body[data-page-route="home"] .promo:focus-within .promo-carousel-controls button{opacity:1}
    body[data-page-route="home"] .promo-carousel-dots i{background:#d7d0dc}
    body[data-page-route="home"] .promo-carousel-dots i.active{background:var(--promo-marker)}
    body[data-page-route="home"] .promo:hover{
      transform:translateY(-2px);
      border-color:#d8cde1;
      box-shadow:0 10px 24px rgba(46,32,58,.075);
    }

    @media(max-width:1250px){
      body[data-page-route="home"] .hero-content{width:61%;padding-inline:30px}
      body[data-page-route="home"] .hero-copy h1{font-size:31px}
      body[data-page-route="home"] .promo h3{font-size:14px}
    }
    @media(max-width:980px){
      body[data-page-route="home"] .topbar{height:84px;grid-template-rows:24px 60px}
      body[data-page-route="home"] .hero-shell{height:auto}
      body[data-page-route="home"] .hero-stage{height:480px}
      body[data-page-route="home"] .hero-content{width:67%}
      body[data-page-route="home"] .promo-grid{grid-template-columns:1fr 1fr}
    }
    @media(max-width:640px){
      body[data-page-route="home"] .topbar{height:64px;grid-template-rows:64px}
      body[data-page-route="home"] .hero-stage{height:510px}
      body[data-page-route="home"] .hero-content{width:100%;padding:32px 22px 42px}
      body[data-page-route="home"] .hero-image{width:100%;opacity:.33!important}
      body[data-page-route="home"] .hero-shade{background:linear-gradient(90deg,rgba(36,20,63,.97),rgba(36,20,63,.78))}
      body[data-page-route="home"] .hero-copy h1{font-size:29px}
      body[data-page-route="home"] .promo-grid{grid-template-columns:1fr}
      body[data-page-route="home"] .promo{min-height:124px}
      body[data-page-route="home"] .promo-carousel-controls button{opacity:1}
    }

/* ectip-v16-home-detail-and-market-activity */
/* 补齐分类、进一步拉开首屏呼吸感，并强化采购市场与产业带的实时状态。 */
    body[data-page-route="home"] .hero-shell{
      height:490px;
      gap:15px;
    }
    body[data-page-route="home"] .cat-list li{height:55px}
    body[data-page-route="home"] .cat-list button{padding-inline:12px}
    body[data-page-route="home"] .cat-more{height:42px;border-top:1px solid #f0ebf2}
    body[data-page-route="home"] .hero-content{padding-left:40px;padding-right:40px}
    body[data-page-route="home"] .promo-grid{margin-top:16px}

    body[data-page-route="home"] .hero-live-ribbon{
      display:flex;
      align-items:center;
      gap:10px;
      width:min(450px,94%);
      height:40px;
      padding:0 10px;
    }
    body[data-page-route="home"] .ribbon-live{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      height:20px;
      padding:0 7px;
      line-height:20px;
    }
    body[data-page-route="home"] .ribbon-copy{
      display:flex;
      align-items:center;
      min-width:0;
      gap:9px;
      line-height:1;
    }
    body[data-page-route="home"] .ribbon-copy b,
    body[data-page-route="home"] .ribbon-copy small{
      display:block;
      margin:0;
      line-height:20px;
      white-space:nowrap;
    }
    body[data-page-route="home"] .ribbon-copy b{
      max-width:245px;
      overflow:hidden;
      text-overflow:ellipsis;
      color:#f7f2fb;
      font-size:9.2px;
    }
    body[data-page-route="home"] .ribbon-copy small{
      color:#bfb2ce;
      font-size:7.8px;
    }

    body[data-page-route="home"] .rfq-item{height:50px}
    body[data-page-route="home"] .rfq-item:nth-child(n+8){display:none}
    body[data-page-route="home"] .rail-foot{margin-top:9px}

    .sourcing-livebar{
      display:flex;
      align-items:center;
      gap:10px;
      min-height:42px;
      margin:-2px 0 14px;
      padding:0 13px;
      border:1px solid #e5deeb;
      border-radius:10px;
      background:#fff;
      color:#776d7e;
      font-size:9px;
      box-shadow:0 4px 14px rgba(50,31,68,.035);
    }
    .sourcing-livebar .pulse-dot{
      width:7px;height:7px;flex:0 0 7px;border-radius:50%;
      background:#21a77c;box-shadow:0 0 0 4px rgba(33,167,124,.10);
      animation:sourcingPulse 1.8s ease-in-out infinite;
    }
    .sourcing-livebar b{color:#332b39;font-size:9.5px}
    .sourcing-ticker{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#665c6c}
    .sourcing-kpis{display:flex;align-items:center;gap:15px;margin-left:auto;white-space:nowrap}
    .sourcing-kpis i{font-style:normal;color:#928896}
    .sourcing-kpis strong{margin-left:3px;color:#6534b4;font-size:10px}
    @keyframes sourcingPulse{50%{box-shadow:0 0 0 7px rgba(33,167,124,0)}}
    .data-row{position:relative;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}
    .data-row.is-live{
      z-index:1;
      background:#faf7fd;
      box-shadow:inset 3px 0 #7541cf,0 5px 14px rgba(66,39,91,.055);
    }
    .data-row.is-live:after{
      content:"刚刚更新";
      position:absolute;
      right:82px;
      top:6px;
      color:#1b8d6c;
      font-size:7px;
      font-weight:750;
    }

    .showroom-livebar{
      border-color:#e1d8e8;
      background:linear-gradient(90deg,#f7f3fb,#fff);
      box-shadow:0 4px 14px rgba(50,31,68,.035);
    }
    .showroom-livebar span:first-child{
      position:relative;
      padding-left:16px;
      background:transparent;
      color:#1a8b69;
    }
    .showroom-livebar span:first-child:before{
      content:"";position:absolute;left:5px;top:50%;width:6px;height:6px;border-radius:50%;
      background:#25ad82;box-shadow:0 0 0 4px rgba(37,173,130,.10);transform:translateY(-50%);
    }
    .supplier-card:hover{border-color:#cfc0df;box-shadow:0 14px 30px rgba(54,35,68,.10)}
    .supplier-card:hover .supplier-cover img{transform:scale(1.035)}
    .supplier-cover img{transition:transform .45s ease}

    .industry-card>img{opacity:.58;filter:saturate(.9) contrast(1.04)}
    .industry-card:after{background:linear-gradient(90deg,#160b35 0 48%,rgba(22,11,53,.72) 62%,rgba(22,11,53,.22) 100%)}
    .industry-live{
      display:inline-flex;align-items:center;gap:7px;
      margin:14px 0 18px;padding:7px 9px;
      border:1px solid rgba(255,255,255,.14);border-radius:8px;
      background:rgba(16,8,42,.42);color:#d8cfe3;font-size:8px;
    }
    .industry-live span{width:6px;height:6px;border-radius:50%;background:#35d7a5;box-shadow:0 0 0 4px rgba(53,215,165,.10)}
    .hub-list button{transition:background .25s ease,border-color .25s ease,transform .25s ease}
    .hub-list button.active{
      border-color:rgba(199,171,255,.52);
      background:rgba(104,59,190,.84);
      transform:translateX(-3px);
    }
    .hub-list em{display:flex;flex-direction:column;align-items:flex-end;gap:2px}
    .hub-list em strong{color:#66e3bd;font-size:7px;font-weight:760}

    @media(max-width:1250px){
      body[data-page-route="home"] .hero-content{padding-inline:31px}
      body[data-page-route="home"] .ribbon-copy small{display:none}
      .sourcing-kpis i:nth-child(2){display:none}
    }
    @media(max-width:980px){
      body[data-page-route="home"] .hero-shell{height:auto}
      .sourcing-kpis{display:none}
    }
    @media(max-width:640px){
      .sourcing-livebar{align-items:flex-start;flex-wrap:wrap;padding:10px 12px}
      .sourcing-ticker{width:calc(100% - 86px)}
      .data-row.is-live:after{display:none}
    }

/* ectip-v17-scale-rfq-and-workbench */
/* 主视觉放大、RFQ 无缝滚动，以及面向三类角色的平台能力工作台。 */
    body[data-page-route="home"] .hero-shell{height:545px}
    body[data-page-route="home"] .cat-list li{height:62px}
    body[data-page-route="home"] .cat-more{height:42px}
    body[data-page-route="home"] .hero-image{
      width:74%;
      filter:saturate(1.02) contrast(1.06) brightness(.97);
    }
    body[data-page-route="home"] .hero-shade{
      background:linear-gradient(90deg,#24143f 0%,rgba(36,20,63,.98) 33%,rgba(36,20,63,.80) 48%,rgba(36,20,63,.28) 68%,rgba(36,20,63,.02) 92%);
    }
    body[data-page-route="home"] .hero-content{width:53%;padding:39px 40px 44px}
    body[data-page-route="home"] .hero-copy h1{max-width:500px;font-size:37px;line-height:1.14}
    body[data-page-route="home"] .hero-copy p{max-width:470px;font-size:11.5px}
    body[data-page-route="home"] .hero-aux-card{right:22px;bottom:24px}
    body[data-page-route="home"] .hero-data-card{right:22px;top:24px}

    body[data-page-route="home"] .rfq-list{flex:0 0 440px;height:440px;overflow:hidden}
    body[data-page-route="home"] .rfq-item{height:55px}
    body[data-page-route="home"] .rfq-item:nth-child(n+8){display:grid}
    body[data-page-route="home"] .rail-foot{margin-top:8px}

    .platform-workbench{
      margin-top:28px;
      padding:24px;
      border:1px solid #e8e1ec;
      border-radius:16px;
      background:linear-gradient(135deg,#fff 0%,#fbf9fd 72%,#f4eefb 100%);
      box-shadow:0 10px 28px rgba(54,35,68,.05);
    }
    .workbench-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}
    .workbench-head .eyebrow{color:#7545ca;font-size:8px;font-weight:780;letter-spacing:.16em}
    .workbench-head h2{margin:5px 0 4px;color:#2f2735;font-size:23px;line-height:1.25}
    .workbench-head p{margin:0;color:#817787;font-size:10px}
    .workbench-tabs{display:flex;gap:5px;padding:4px;border:1px solid #e8e0ed;border-radius:10px;background:#fff}
    .workbench-tabs button{
      height:32px;padding:0 15px;border:0;border-radius:7px;background:transparent;
      color:#766d7b;font-size:9.5px;font-weight:680;cursor:pointer;
    }
    .workbench-tabs button.active{background:#6840b3;color:#fff;box-shadow:0 5px 12px rgba(87,48,153,.18)}
    .workbench-view{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
    .workbench-view[hidden]{display:none}
    .workbench-card{
      position:relative;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;
      min-height:84px;padding:13px;border:1px solid #ebe5ee;border-radius:11px;background:#fff;
      color:#352d3a;text-decoration:none;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
    }
    .workbench-card:hover{transform:translateY(-2px);border-color:#cdbce0;box-shadow:0 10px 20px rgba(54,35,68,.08)}
    .workbench-card>i{
      display:grid;place-items:center;width:38px;height:38px;border-radius:10px;
      background:#f1ebf8;color:#6d3fb8;font-size:13px;font-style:normal;font-weight:800;
    }
    .workbench-card b{display:block;margin-bottom:4px;font-size:11.5px}
    .workbench-card small{display:block;color:#918795;font-size:8.5px;line-height:1.45}
    .workbench-card>em{color:#7848c5;font-size:16px;font-style:normal}
    .assurance-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px;border-top:1px solid #eee8f1}
    .assurance-strip a{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:14px;color:#716777;text-decoration:none;font-size:9px}
    .assurance-strip a+a{border-left:1px solid #eee8f1}
    .assurance-strip b{color:#3d3343;font-size:10px}
    .assurance-strip i{width:6px;height:6px;border-radius:50%;background:#28a47f;box-shadow:0 0 0 4px rgba(40,164,127,.09)}

    @media(max-width:1250px){
      body[data-page-route="home"] .hero-content{width:57%;padding-inline:32px}
      body[data-page-route="home"] .hero-copy h1{font-size:34px}
      .workbench-card{grid-template-columns:34px 1fr auto;padding:11px}
      .workbench-card>i{width:34px;height:34px}
    }
    @media(max-width:980px){
      body[data-page-route="home"] .hero-shell{height:auto}
      body[data-page-route="home"] .rfq-list{flex:0 0 385px;height:385px}
      .workbench-head{align-items:flex-start;flex-direction:column}
      .workbench-view{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media(max-width:640px){
      body[data-page-route="home"] .hero-content{width:100%;padding:34px 24px 42px}
      body[data-page-route="home"] .hero-copy h1{font-size:30px}
      body[data-page-route="home"] .hero-image{width:100%;opacity:.42!important}
      body[data-page-route="home"] .hero-shade{background:linear-gradient(90deg,rgba(36,20,63,.97),rgba(36,20,63,.70))}
      .platform-workbench{padding:18px 14px}
      .workbench-tabs{width:100%;overflow-x:auto}
      .workbench-tabs button{flex:1;white-space:nowrap;padding-inline:9px}
      .workbench-view{grid-template-columns:1fr}
      .assurance-strip{grid-template-columns:repeat(2,1fr);gap:10px}
      .assurance-strip a{justify-content:flex-start;border-left:0!important}
    }

/* ectip-v26-platform-system */
/* V26 — fewer cards, stronger platform hierarchy, continuous business surfaces. */
    :root{--v26-purple:#7040dd;--v26-purple-dark:#4f218f;--v26-ink:#302b34;--v26-muted:#7e7683;--v26-line:#e2dce6;--v26-soft:#f5f2f7;--v26-green:#16a577;--max:1520px}
    body{background:linear-gradient(180deg,#fbfafc 0,#f3f1f5 690px,#f7f7fa 100%);color:var(--v26-ink)}

    /* HEADER: heavier brand/search/actions, lighter utility line. */
    body[data-page-route="home"] .topbar{height:144px!important;display:grid!important;grid-template-columns:250px minmax(0,1fr) 310px!important;grid-template-rows:28px 66px 50px!important;grid-template-areas:"utility utility utility" "brand search actions" "category nav rfq"!important;align-items:center!important;column-gap:12px!important;padding-inline:max(18px,calc((100vw - 1484px)/2))!important;background:#fff!important;color:var(--v26-ink)!important;border-bottom:0!important;box-shadow:0 5px 18px rgba(47,33,60,.045)!important;z-index:50!important}
    body[data-page-route="home"] .topbar:before{display:none!important}
    body[data-page-route="home"] .platform-utility{grid-area:utility!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid #f0edf2!important;color:#756e7a!important;font-size:10.2px!important}
    body[data-page-route="home"] .platform-utility>span{font-weight:680}.platform-utility>span:before{content:"";display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#f1bd2d;box-shadow:0 0 0 3px #fff5cf;vertical-align:-1px}
    body[data-page-route="home"] .platform-utility>div{display:flex;height:100%}.platform-utility button{height:100%!important;padding:0 14px!important;border:0!important;border-left:1px solid #f0edf2!important;background:transparent!important;color:#827b87!important;font-size:9.8px!important}.platform-utility button:hover{color:var(--v26-purple-dark)!important;background:#fbfaff!important}
    body[data-page-route="home"] .brand{grid-area:brand!important;width:244px!important;height:60px!important;display:flex!important;align-items:center!important;gap:14px!important;padding:0!important;border:0!important;background:transparent!important}.brand img{width:112px!important;max-height:50px!important;object-fit:contain!important;filter:none!important}.brand-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;line-height:1!important}.brand-copy b{font-size:17px!important;color:#332e37!important;font-weight:780!important;white-space:nowrap!important}.brand-copy small{display:block!important;margin-top:7px!important;color:#8b8391!important;font-size:8.5px!important;font-weight:780!important;letter-spacing:.09em!important;white-space:nowrap!important}
    body[data-page-route="home"] .platform-search{grid-area:search!important;width:100%!important;height:50px!important;display:flex!important;align-items:center!important;border:1.5px solid #bbaacb!important;border-radius:11px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 21px rgba(67,44,91,.075),0 1px 0 #fff inset!important}.platform-search:focus-within{border-color:#896dd0!important;box-shadow:0 0 0 3px rgba(113,67,230,.075),0 10px 23px rgba(67,44,91,.09)!important}.platform-search select{width:88px!important;height:100%!important;border:0!important;border-right:1px solid #e4dde7!important;background:#fff!important;padding:0 12px!important;color:#4d4652!important;font-size:11.5px!important;font-weight:740!important;outline:0!important}.platform-search input{min-width:0!important;flex:1!important;height:100%!important;border:0!important;background:#fff!important;padding:0 16px!important;color:#2f2934!important;font-size:13px!important;outline:0!important}.platform-search button{width:84px!important;height:100%!important;border:0!important;background:linear-gradient(110deg,#8050ed,#6532d1)!important;color:#fff!important;font-size:12px!important;font-weight:820!important;box-shadow:-6px 0 16px rgba(100,50,210,.12)!important}
    body[data-page-route="home"] .top-actions{grid-area:actions!important;margin:0!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:9px!important}.role-switch{width:118px!important;height:42px!important;display:flex!important;padding:3px!important;border:1px solid #ddd5e2!important;border-radius:10px!important;background:#f4f1f6!important;box-shadow:inset 0 1px 2px rgba(53,38,67,.045)!important}.role-switch button{flex:1!important;height:34px!important;padding:0!important;border:0!important;border-radius:7px!important;background:transparent!important;color:#665e6b!important;font-size:10px!important}.role-switch .active{background:#fff!important;color:var(--v26-purple-dark)!important;font-weight:790!important;box-shadow:0 3px 8px rgba(58,41,72,.10)!important}.language{width:66px!important;height:42px!important;border:1px solid #ddd6e2!important;border-radius:10px!important;background:#fff!important;color:#554e5b!important;padding:0 8px!important;font-size:10px!important}.login{height:42px!important;min-width:94px!important;border:0!important;border-radius:10px!important;background:linear-gradient(110deg,#8050ed,#6735d9)!important;color:#fff!important;padding:0 14px!important;font-size:10.5px!important;font-weight:800!important;box-shadow:0 9px 18px rgba(101,53,210,.17)!important}

    /* ONE MARKETPLACE DECK: titles/navigation share one optical base instead of three cards. */
    body[data-page-route="home"] .nav-category-entry,body[data-page-route="home"] .nav,body[data-page-route="home"] .nav-rfq-entry{height:50px!important;margin:0!important;box-sizing:border-box!important;border-top:1px solid #e4dfe7!important;border-bottom:1px solid #dcd5e1!important;border-radius:0!important;box-shadow:none!important}
    body[data-page-route="home"] .nav-category-entry{grid-area:category!important;position:relative!important;display:flex!important;align-items:center!important;gap:10px!important;width:calc(100% + 12px)!important;border-left:1px solid #6330c9!important;border-right:0!important;border-top-color:#6330c9!important;border-bottom-color:#6330c9!important;border-radius:12px 0 0 0!important;background:linear-gradient(122deg,#7e4ce8 0%,#6734cf 66%,#5426aa 100%)!important;color:#fff!important;padding:0 18px!important;text-align:left!important;font-size:14px!important;font-weight:820!important}.nav-category-entry:before{display:none!important}.nav-category-entry>span{position:static!important;display:grid!important;place-items:center!important;width:29px!important;height:29px!important;margin:0!important;border-radius:8px!important;background:rgba(255,255,255,.13)!important;color:#fff!important;font-size:12px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.17)!important}.nav-category-entry em{margin-left:auto!important;color:#e9ddfb!important;font-style:normal!important;font-size:10px!important}
    body[data-page-route="home"] .nav{grid-area:nav!important;position:relative!important;z-index:2!important;display:flex!important;align-items:stretch!important;justify-content:center!important;gap:0!important;width:calc(100% + 24px)!important;margin-left:-12px!important;padding:0 12px!important;border-left:0!important;border-right:0!important;background:linear-gradient(180deg,#fff 0%,#faf8fb 100%)!important}.nav:before{display:none!important}.nav-node{height:49px!important}.nav-link{position:relative!important;height:49px!important;margin:0!important;padding:0 20px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#5c5561!important;font-size:12px!important;font-weight:690!important;transition:.18s!important}.nav-link .chev{display:none!important}.nav-link:hover{color:var(--v26-purple-dark)!important;background:rgba(112,64,221,.045)!important;transform:none!important}.nav-link.active{z-index:2!important;color:#5524aa!important;background:#f4eefb!important;font-weight:810!important;box-shadow:inset 0 -3px #7443df!important;transform:none!important}.nav-link:after{display:none!important}.mega{top:49px!important}
    body[data-page-route="home"] .nav-rfq-entry{grid-area:rfq!important;position:relative!important;z-index:3!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:calc(100% + 12px)!important;margin-left:-12px!important;border-right:1px solid #dcd5e1!important;border-left:0!important;border-radius:0 12px 0 0!important;background:#faf8fb!important;color:#493452!important;padding:0 16px 0 28px!important;font-size:12.5px!important;font-weight:800!important}.nav-rfq-entry:before{content:""!important;position:absolute!important;left:0!important;top:11px!important;bottom:11px!important;width:1px!important;background:#dfd8e4!important}.nav-rfq-entry b{font-size:13.5px!important}.nav-rfq-entry span{display:flex!important;align-items:center!important;gap:6px!important;color:#138466!important;font-size:8.4px!important;font-weight:850!important;letter-spacing:.04em!important}.nav-rfq-entry span:before{content:""!important;width:6px!important;height:6px!important;border-radius:50%!important;background:#18ad80!important;box-shadow:0 0 0 4px rgba(24,173,128,.09)!important}.nav-rfq-entry em{color:#72558b!important;font-style:normal!important;font-size:9.5px!important}

    /* HERO FRAME: side rails are functional surfaces; hero is the only high-elevation scene. */
    body[data-page-route="home"] .page{max-width:var(--max)!important;padding:0 18px 76px!important}
    body[data-page-route="home"] .hero-shell{height:534px!important;grid-template-columns:250px minmax(0,1fr) 310px!important;gap:12px!important;align-items:stretch!important}
    body[data-page-route="home"] .category-title,body[data-page-route="home"] .rail-head{display:none!important}
    body[data-page-route="home"] .category-rail,body[data-page-route="home"] .rfq-rail{height:100%!important;min-height:0!important;margin:0!important;border:1px solid #ddd7e1!important;border-top:0!important;border-radius:0 0 15px 15px!important;background:#fff!important;box-shadow:0 10px 26px rgba(44,32,54,.055)!important;overflow:visible!important}
    body[data-page-route="home"] .category-pulse{display:none!important}
    body[data-page-route="home"] .cat-list{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;padding:5px 0!important;background:#fff!important;overflow:visible!important}.cat-list li{flex:1 1 0!important;height:auto!important;min-height:0!important;border-bottom:1px solid #eee9f0!important}.cat-list li:last-child{border-bottom:0!important}.cat-list button{position:relative!important;width:100%!important;height:100%!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;padding:0 13px!important;border:0!important;border-radius:0!important;background:#fff!important;color:#403845!important;text-align:left!important;transition:.17s!important}.cat-list button:hover{z-index:2!important;background:linear-gradient(90deg,#f7f2fb 0%,#fff 78%)!important;transform:none!important;box-shadow:inset 3px 0 #7442de!important}.cat-list button>i{display:grid!important;place-items:center!important;width:33px!important;height:33px!important;border:1px solid #e8e0ef!important;border-radius:9px!important;background:#f7f3fa!important;color:#7142cf!important;font-size:11px!important;font-style:normal!important;box-shadow:0 3px 7px rgba(62,43,75,.045)!important}.cat-list b{font-size:13.2px!important;line-height:1.2!important;font-weight:740!important}.cat-list small{display:block!important;margin-top:4px!important;color:#948b99!important;font-size:9.2px!important;line-height:1.2!important}.cat-list button>em{color:#a197a7!important;font-style:normal!important;font-size:13px!important}.cat-list li:nth-child(1) button:after,.cat-list li:nth-child(5) button:after{position:absolute!important;right:28px!important;top:9px!important;padding:2px 5px!important;border-radius:999px!important;background:#f0e9fa!important;color:#6a39bd!important;font-size:6.5px!important;font-weight:820!important;letter-spacing:.04em!important}.cat-list li:nth-child(1) button:after{content:"HOT"!important}.cat-list li:nth-child(5) button:after{content:"NEW"!important}.cat-more{flex:0 0 48px!important;height:48px!important;border:0!important;border-top:1px solid #e8e1eb!important;border-radius:0 0 14px 14px!important;background:#fbf9fc!important;color:#6636ba!important;font-size:10.5px!important;font-weight:780!important;box-shadow:inset 0 1px #fff!important}.cat-more:hover{background:#f4eef9!important}
    .category-pop{top:8px!important;left:calc(100% + 5px)!important;z-index:30!important;box-shadow:0 18px 40px rgba(45,30,56,.16)!important}
    body[data-page-route="home"] .rfq-rail{padding:10px 13px 12px!important}.sync-note{height:34px!important;margin:0 0 4px!important;border:1px solid #e4dce8!important;border-radius:8px!important;background:#faf8fb!important;padding:0 9px!important}.role-context b{font-size:9px!important}.role-context span,.role-context button{font-size:7.6px!important}.rfq-list{flex:1!important;height:auto!important;min-height:0!important;overflow:hidden!important}.rfq-item{height:58px!important;padding:0 8px!important;border-bottom:1px solid #eee9f0!important;border-radius:0!important}.rfq-item.flash{margin:2px 0!important;border:1px solid #d8cae7!important;border-left:3px solid #7541dd!important;border-radius:9px!important;background:linear-gradient(90deg,#faf7fd,#fff)!important}.rfq-flag{width:31px!important;height:31px!important}.rfq-item b{font-size:10.6px!important}.rfq-item small{font-size:8px!important}.rfq-item em{font-size:7.3px!important}.rfq-item em strong{font-size:8px!important}.rail-foot{height:40px!important;margin-top:7px!important;border-radius:8px!important;font-size:10px!important}

    /* Hero: one scene, one transactional signal, one live ribbon. */
    body[data-page-route="home"] .hero-stage{position:relative!important;z-index:2!important;height:100%!important;min-height:0!important;margin:0!important;overflow:hidden!important;border:1px solid #d5ccdD!important;border-top:0!important;border-radius:0 0 16px 16px!important;background:#1b1036!important;color:#fff!important;box-shadow:0 20px 43px rgba(43,25,72,.17)!important;transform:none!important}.hero-platform-bar,.trade-flow,.hero-data-card,.hero-aux-card,.hero-scene-label{display:none!important}.hero-stage:before{content:""!important;display:block!important;position:absolute!important;z-index:1!important;inset:0!important;background:radial-gradient(circle at 80% 18%,rgba(174,142,243,.13),transparent 25%)!important;pointer-events:none!important}.hero-stage:after{content:""!important;display:block!important;position:absolute!important;z-index:3!important;inset:0!important;background:linear-gradient(180deg,rgba(255,255,255,.015),transparent 20%,transparent 78%,rgba(7,3,18,.15))!important;pointer-events:none!important}.hero-image{z-index:0!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;border-radius:0!important;object-fit:cover!important;filter:saturate(.94) contrast(1.035) brightness(.95)!important;box-shadow:none!important;transform:scale(1.012)!important;transform-origin:70% 50%!important}.hero-stage.is-changing .hero-image{animation:heroV26Move 6.4s cubic-bezier(.18,.72,.2,1) both!important}@keyframes heroV26Move{from{transform:scale(1.012) translateX(0)}to{transform:scale(1.045) translateX(-.5%)}}
    .hero-shade{z-index:1!important;inset:0!important;width:100%!important;background:linear-gradient(90deg,rgba(20,8,47,.985) 0%,rgba(29,13,61,.92) 31%,rgba(35,20,68,.61) 51%,rgba(20,13,38,.16) 74%,rgba(12,10,18,.03) 100%)!important}.hero-content{position:absolute!important;z-index:6!important;left:0!important;right:auto!important;top:0!important;bottom:0!important;width:62%!important;height:auto!important;padding:58px 42px 88px!important;justify-content:center!important}.hero-eyebrow{margin:0 0 18px!important;color:#d8c9fb!important;font-size:8.8px!important;letter-spacing:.14em!important}.hero-eyebrow:before{width:20px!important;background:#a882fb!important}.hero-eyebrow span{padding:4px 7px!important;border-color:rgba(219,202,255,.30)!important;background:rgba(125,82,218,.16)!important;color:#f1eafd!important;font-size:7.8px!important}.hero-copy h1{max-width:510px!important;margin:0!important;color:#fff!important;font-size:40px!important;line-height:1.12!important;font-weight:680!important;letter-spacing:-.03em!important;text-shadow:0 4px 18px rgba(13,6,29,.18)!important}.hero-copy p{max-width:510px!important;margin:15px 0 0!important;color:rgba(255,255,255,.80)!important;font-size:12px!important;line-height:1.72!important}.hero-actions{margin-top:22px!important;gap:10px!important}.hero-actions .btn{height:41px!important;border-radius:9px!important;padding:0 18px!important;font-size:10.5px!important;box-shadow:0 8px 17px rgba(19,8,40,.14)!important}.hero-actions .secondary{border-color:rgba(255,255,255,.27)!important;background:rgba(34,21,58,.30)!important;backdrop-filter:blur(7px)!important}.hero-content .searchbox,.hero-content .hotwords,.hero-content .quick-row{display:none!important}
    .hero-market-panel{position:absolute!important;z-index:7!important;right:22px!important;top:36px!important;width:222px!important;padding:0!important;border:0!important;border-left:2px solid rgba(161,122,245,.78)!important;border-radius:0!important;background:linear-gradient(90deg,rgba(29,18,48,.54),rgba(24,15,39,.18))!important;color:#fff!important;box-shadow:none!important;backdrop-filter:blur(8px)!important}.hero-market-head{height:26px!important;padding:0 0 0 12px!important;border:0!important}.hero-market-head span{font-size:7.2px!important;letter-spacing:.09em!important}.hero-market-head b{font-size:6.7px!important}.hero-market-main{display:grid!important;grid-template-columns:52px 1fr!important;gap:10px!important;align-items:start!important;padding:9px 0 8px 12px!important}.hero-market-code{display:flex!important;align-items:center!important;justify-content:center!important;width:50px!important;height:32px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:7px!important;background:rgba(255,255,255,.07)!important;color:#fff!important;font-size:10px!important;font-weight:830!important}.hero-market-copy span{font-size:6.4px!important}.hero-market-copy b{margin-top:3px!important;font-size:10px!important;line-height:1.26!important}.hero-market-copy small{margin-top:4px!important;font-size:6.8px!important;line-height:1.35!important}.hero-market-stats{display:flex!important;gap:0!important;margin:0 0 0 12px!important;border-top:1px solid rgba(255,255,255,.11)!important}.hero-market-stats>div{flex:1!important;display:block!important;padding:8px 8px 8px 0!important;border:0!important;background:transparent!important}.hero-market-stats span{font-size:6.2px!important}.hero-market-stats b{margin-top:3px!important;font-size:11px!important}.hero-market-stats i{display:none!important}.hero-market-foot{display:none!important}
    .hero-live-ribbon{position:absolute!important;z-index:8!important;left:42px!important;right:auto!important;top:auto!important;bottom:49px!important;width:50%!important;height:41px!important;padding:0 12px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:9px!important;background:rgba(35,20,55,.62)!important;box-shadow:0 12px 24px rgba(10,5,21,.14)!important;backdrop-filter:blur(10px)!important}.ribbon-live{height:21px!important;padding:0 8px!important;font-size:6.8px!important}.ribbon-copy b{font-size:8.6px!important}.ribbon-copy small{font-size:6.8px!important}.hero-live-ribbon em{font-size:6.6px!important}.hero-controls{z-index:8!important;left:42px!important;bottom:17px!important}.hero-arrow{z-index:8!important;border-color:rgba(255,255,255,.14)!important;background:rgba(22,12,40,.28)!important}

    /* GATEWAY: replaces four promo cards + metric strip + four-card workbench with one continuous platform zone. */
    body[data-page-route="home"] .promo-grid,body[data-page-route="home"] .metric-strip,body[data-page-route="home"] .platform-workbench{display:none!important}
    .platform-gateway{margin-top:18px;border:1px solid #ddd7e1;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(45,32,55,.055)}
    .gateway-market-grid{display:grid;grid-template-columns:1.18fr .82fr;min-height:270px;border-bottom:1px solid #e6e0e9}
    .gateway-feature{position:relative;display:block;min-height:270px;overflow:hidden;color:#fff;text-decoration:none;background:#1d1237}.gateway-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.93) contrast(1.04);transition:transform .5s ease}.gateway-feature:hover>img{transform:scale(1.025)}.gateway-feature-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,11,39,.96) 0%,rgba(29,17,50,.83) 45%,rgba(29,17,50,.22) 76%,rgba(29,17,50,.02) 100%)}.gateway-feature-copy{position:absolute;z-index:2;left:34px;top:32px;width:55%}.gateway-kicker{display:flex;align-items:center;gap:8px;color:#d7c9f4;font-size:8px;font-weight:820;letter-spacing:.13em}.gateway-kicker i{width:6px;height:6px;border-radius:50%;background:#39c89b;box-shadow:0 0 0 4px rgba(57,200,155,.12)}.gateway-feature h2{margin:15px 0 10px;font-size:28px;line-height:1.15;letter-spacing:-.025em}.gateway-feature p{max-width:430px;margin:0;color:rgba(255,255,255,.72);font-size:10.5px;line-height:1.7}.gateway-cta{display:inline-flex;align-items:center;gap:14px;margin-top:20px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.35);font-size:10px;font-weight:760}.gateway-cta em{font-style:normal;font-size:14px}.gateway-feature-live{position:absolute;z-index:2;right:25px;bottom:21px;display:grid;grid-template-columns:auto auto 1px auto auto;align-items:baseline;gap:8px;padding:9px 12px;border-top:1px solid rgba(255,255,255,.19);border-bottom:1px solid rgba(255,255,255,.11);background:rgba(23,14,39,.28);backdrop-filter:blur(7px)}.gateway-feature-live b{font-size:15px}.gateway-feature-live span{color:#d6cfdb;font-size:7px}.gateway-feature-live i{width:1px;height:17px;background:rgba(255,255,255,.18)}
    .gateway-index{display:grid;grid-template-rows:repeat(3,1fr);background:#fff}.gateway-index>a{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto 20px;align-items:center;gap:12px;padding:20px 20px;border-bottom:1px solid #ece7ee;color:#39323e;text-decoration:none;transition:.18s}.gateway-index>a:last-child{border-bottom:0}.gateway-index>a:hover{background:linear-gradient(90deg,#fbf8fd,#fff);box-shadow:inset 3px 0 #7441da}.gateway-index-no{align-self:start;margin-top:2px;color:#9f91ac;font-size:8px;font-weight:800}.gateway-index small{display:block;color:#8d8293;font-size:7px;font-weight:800;letter-spacing:.1em}.gateway-index b{display:block;margin:5px 0 4px;font-size:13.5px}.gateway-index p{margin:0;color:#887f8d;font-size:8.5px;line-height:1.45}.gateway-index strong{color:#56329b;font-size:18px;white-space:nowrap}.gateway-index strong small{display:inline;margin-left:2px;color:#887f8d;font-size:7px;letter-spacing:0}.gateway-index em{color:#7550ad;font-style:normal;font-size:14px}
    .gateway-workbench{background:linear-gradient(180deg,#fff,#faf8fb)}.gateway-workbench-head{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:68px;padding:14px 22px;border-bottom:1px solid #e9e3eb}.gateway-workbench-head>div:first-child{display:flex;align-items:baseline;gap:12px;min-width:0}.gateway-workbench-head>div:first-child>span{color:#7040c5;font-size:7.5px;font-weight:830;letter-spacing:.13em}.gateway-workbench-head>div:first-child>b{font-size:14px}.gateway-workbench-head>div:first-child>small{color:#8b8290;font-size:8.5px}.workbench-tabs{display:flex!important;gap:4px!important;padding:3px!important;border:1px solid #e1d9e6!important;border-radius:9px!important;background:#f5f2f7!important}.workbench-tabs button{height:30px!important;padding:0 13px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#716879!important;font-size:9px!important;font-weight:690!important;cursor:pointer!important}.workbench-tabs button.active{background:#fff!important;color:#5725a4!important;font-weight:810!important;box-shadow:0 3px 8px rgba(62,42,76,.09)!important}
    .gateway-workbench .workbench-view{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important}.gateway-workbench .workbench-view[hidden]{display:none!important}.gateway-workbench .workbench-card{position:relative!important;display:grid!important;grid-template-columns:30px minmax(0,1fr) 18px!important;align-items:center!important;gap:11px!important;min-height:86px!important;padding:15px 18px!important;border:0!important;border-right:1px solid #e9e4eb!important;border-radius:0!important;background:transparent!important;color:#39323e!important;text-decoration:none!important;box-shadow:none!important;transition:.18s!important}.gateway-workbench .workbench-card:last-child{border-right:0!important}.gateway-workbench .workbench-card:hover{transform:none!important;background:#f8f4fb!important;box-shadow:inset 0 -2px #7440db!important}.gateway-workbench .workbench-card>i{display:block!important;width:auto!important;height:auto!important;border:0!important;border-radius:0!important;background:transparent!important;color:#8f7ba6!important;font-size:8px!important;font-style:normal!important;font-weight:830!important}.gateway-workbench .workbench-card b{display:block!important;margin-bottom:5px!important;font-size:11.5px!important}.gateway-workbench .workbench-card small{display:block!important;color:#8d8491!important;font-size:8.2px!important;line-height:1.45!important}.gateway-workbench .workbench-card>em{color:#7343c1!important;font-size:14px!important;font-style:normal!important}
    .platform-gateway .assurance-strip{display:grid!important;grid-template-columns:repeat(4,1fr)!important;margin:0!important;border-top:1px solid #e8e2ea!important;background:#f7f5f8!important}.platform-gateway .assurance-strip a{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:42px!important;padding:0!important;color:#746b79!important;text-decoration:none!important;font-size:8.3px!important}.platform-gateway .assurance-strip a+a{border-left:1px solid #e7e1e9!important}.platform-gateway .assurance-strip b{color:#3d3542!important;font-size:9.2px!important}.platform-gateway .assurance-strip i{width:5px!important;height:5px!important;border-radius:50%!important;background:#28a47f!important;box-shadow:0 0 0 3px rgba(40,164,127,.08)!important}

    /* LOWER HOME: fewer floating cards, clearer marketplace sections. */
    body[data-page-route="home"] .section{margin-top:24px!important;border-color:#e2dce5!important;border-radius:15px!important;box-shadow:0 9px 24px rgba(45,32,55,.045)!important}.service-card{background:#fbfafc!important;box-shadow:none!important}.service-list{gap:0!important;border:1px solid #e4dee7!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important}.service-list button{min-height:72px!important;border:0!important;border-right:1px solid #ebe6ed!important;border-bottom:1px solid #ebe6ed!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.service-list button:nth-child(even){border-right:0!important}.service-list button:nth-last-child(-n+2){border-bottom:0!important}.service-list button:hover{background:#f8f4fb!important;box-shadow:inset 3px 0 #7440db!important}.service-icon{border-radius:8px!important;box-shadow:inset 0 0 0 1px #e6dded!important}.section-head h2{font-size:22px!important}.section-head p{font-size:9.8px!important}.section .eyebrow{font-size:7.5px!important}.sourcing-livebar,.market-toolbar,.showroom-livebar{border-radius:8px!important;box-shadow:none!important}.data-table,.signal-card,.product-market-index{box-shadow:none!important}.product-card,.supplier-card{box-shadow:0 7px 17px rgba(45,32,55,.055)!important}.flow{margin-top:24px!important;box-shadow:0 9px 24px rgba(45,32,55,.045)!important}.flow-step{border-radius:0!important;box-shadow:none!important}.trust{margin-top:24px!important}.cta{margin-top:24px!important}

    @media(max-width:1280px){body[data-page-route="home"] .topbar{grid-template-columns:215px minmax(0,1fr) 278px!important;padding-inline:18px!important}.brand{width:205px!important}.brand img{width:99px!important}.nav-link{padding-inline:13px!important;font-size:10.8px!important}body[data-page-route="home"] .hero-shell{grid-template-columns:215px minmax(0,1fr) 278px!important}.hero-content{width:64%!important;padding-inline:34px!important}.hero-copy h1{font-size:35px!important}.hero-market-panel{right:16px!important;width:194px!important}.hero-live-ribbon{left:34px!important;width:52%!important}.hero-controls{left:34px!important}.gateway-feature-copy{left:28px;width:58%}.gateway-feature h2{font-size:25px}.gateway-index>a{padding-inline:15px}.gateway-workbench-head>div:first-child>small{display:none}}
    @media(max-width:1020px){body[data-page-route="home"] .topbar{height:88px!important;grid-template-columns:155px minmax(300px,1fr) auto!important;grid-template-rows:28px 60px!important;grid-template-areas:"utility utility utility" "brand search actions"!important;padding-inline:16px!important}body[data-page-route="home"] .nav-category-entry,body[data-page-route="home"] .nav,body[data-page-route="home"] .nav-rfq-entry{display:none!important}.brand-copy{display:none!important}.brand{width:120px!important}.brand img{width:92px!important}.role-switch{display:none!important}body[data-page-route="home"] .page{padding-top:12px!important}body[data-page-route="home"] .hero-shell{height:auto!important;grid-template-columns:1fr!important}body[data-page-route="home"] .category-rail,body[data-page-route="home"] .rfq-rail{display:none!important}body[data-page-route="home"] .hero-stage{height:500px!important;border:1px solid #d7cfdf!important;border-radius:14px!important}.hero-content{width:69%!important}.hero-market-panel{display:none!important}.gateway-market-grid{grid-template-columns:1fr}.gateway-feature{min-height:300px}.gateway-index{grid-template-columns:repeat(3,1fr);grid-template-rows:none}.gateway-index>a{grid-template-columns:24px 1fr 18px;border-right:1px solid #ece7ee;border-bottom:0}.gateway-index strong{display:none}.gateway-workbench-head{align-items:flex-start;flex-direction:column}.gateway-workbench .workbench-view{grid-template-columns:repeat(2,1fr)!important}.gateway-workbench .workbench-card:nth-child(2){border-right:0!important}.gateway-workbench .workbench-card:nth-child(-n+2){border-bottom:1px solid #e9e4eb!important}}
    @media(max-width:640px){body[data-page-route="home"] .topbar{height:64px!important;grid-template-columns:88px minmax(0,1fr) 36px!important;grid-template-rows:64px!important;grid-template-areas:"brand search actions"!important;column-gap:8px!important;padding-inline:10px!important}body[data-page-route="home"] .platform-utility{display:none!important}body[data-page-route="home"] .brand{width:82px!important;height:54px!important}body[data-page-route="home"] .brand img{width:76px!important}body[data-page-route="home"] .platform-search{width:100%!important;height:40px!important}body[data-page-route="home"] .platform-search select{display:none!important}body[data-page-route="home"] .platform-search button{width:54px!important}.language,.login{display:none!important}.mobile-trigger{display:block!important;color:#51475c!important}body[data-page-route="home"] .page{padding-inline:12px!important}body[data-page-route="home"] .hero-stage{height:520px!important}.hero-content{width:100%!important;padding:38px 20px 90px!important;justify-content:flex-end!important}.hero-copy h1{font-size:30px!important}.hero-copy p{font-size:10.7px!important}.hero-live-ribbon{left:20px!important;right:20px!important;bottom:48px!important;width:auto!important}.hero-live-ribbon em{display:none!important}.hero-controls{left:20px!important;bottom:18px!important}.gateway-feature{min-height:330px}.gateway-feature-copy{left:22px;right:22px;top:30px;width:auto}.gateway-feature h2{font-size:25px}.gateway-feature p{font-size:9.5px}.gateway-feature-live{left:22px;right:22px;bottom:18px;grid-template-columns:auto auto 1px auto auto}.gateway-index{grid-template-columns:1fr}.gateway-index>a{min-height:83px;border-right:0;border-bottom:1px solid #ece7ee}.gateway-workbench-head{padding-inline:15px}.gateway-workbench-head>div:first-child{align-items:flex-start;flex-direction:column;gap:5px}.workbench-tabs{width:100%!important}.workbench-tabs button{flex:1!important;padding-inline:7px!important}.gateway-workbench .workbench-view{grid-template-columns:1fr!important}.gateway-workbench .workbench-card{border-right:0!important;border-bottom:1px solid #e9e4eb!important}.gateway-workbench .workbench-card:last-child{border-bottom:0!important}.platform-gateway .assurance-strip{grid-template-columns:repeat(2,1fr)!important}.platform-gateway .assurance-strip a:nth-child(odd){border-left:0!important}.platform-gateway .assurance-strip a:nth-child(-n+2){border-bottom:1px solid #e7e1e9!important}}
    @media(prefers-reduced-motion:reduce){.hero-image,.gateway-feature>img{animation:none!important;transition:none!important}}

/* ectip-v27-home-system */
:root{--v27-purple:#6f42d8;--v27-purple-dark:#51249b;--v27-ink:#2f2a33;--v27-muted:#756d7b;--v27-line:#e5dfe8;--v27-soft:#f6f3f8;--v27-green:#18a47a;--v27-max:1520px}
    body[data-page-route="home"]{background:linear-gradient(180deg,#fbfafc 0,#f3f1f6 760px,#f7f7fa 100%)!important;color:var(--v27-ink)!important}

    /* Hero: reduce template widgets and make it a platform entry scene */
    body[data-page-route="home"] .hero-shell{height:548px!important;grid-template-columns:250px minmax(0,1fr) 310px!important;gap:12px!important;align-items:stretch!important}
    body[data-page-route="home"] .hero-stage{position:relative!important;border:1px solid #ddd8e2!important;border-radius:18px!important;overflow:hidden!important;background:#140f22!important;box-shadow:0 18px 38px rgba(46,32,56,.08)!important}
    .hero-platform-bar{position:absolute!important;inset:0 0 auto 0!important;z-index:5!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:16px 24px!important;background:linear-gradient(180deg,rgba(21,15,34,.55),rgba(21,15,34,0))!important;color:#d5cbec!important;border:0!important}
    .hero-platform-id{font-size:10px!important;letter-spacing:.12em!important;font-weight:760!important}.hero-platform-id i{width:6px!important;height:6px!important;border-radius:50%!important;background:#28d0a1!important;box-shadow:0 0 0 4px rgba(40,208,161,.16)!important}
    .hero-platform-status span{font-size:10px!important;padding:0!important;border:0!important;background:transparent!important;color:#c7bfdc!important}.hero-platform-status span+span:before{content:'•';margin:0 8px;color:#8472b6}.hero-platform-status span i{width:5px!important;height:5px!important;background:#31d6a2!important}
    .hero-image{width:100%!important;height:100%!important;left:0!important;top:0!important;object-fit:cover!important;filter:saturate(1.02) contrast(.96)!important;opacity:.96!important}
    .hero-shade{background:linear-gradient(90deg,rgba(20,15,35,.88) 0,rgba(34,24,58,.78) 30%,rgba(49,33,78,.35) 56%,rgba(24,18,36,.20) 100%)!important}
    .hero-aux-card,.hero-data-card,.searchbox,.hotwords,.hero-scene-label,.trade-flow{display:none!important}
    .hero-content{position:relative!important;z-index:4!important;left:auto!important;top:auto!important;bottom:auto!important;width:60%!important;height:100%!important;padding:96px 34px 92px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:18px!important}
    .hero-eyebrow{display:inline-flex!important;align-items:center!important;gap:10px!important;font-size:11px!important;letter-spacing:.14em!important;color:#d3c6f5!important;font-weight:800!important}.hero-eyebrow:before{content:'';width:22px;height:1px;background:rgba(255,255,255,.5)} .hero-eyebrow span{padding:4px 8px!important;border-radius:999px!important;background:rgba(255,255,255,.10)!important;color:#fff!important;font-size:10px!important;letter-spacing:0!important}
    .hero-copy h1{font-size:48px!important;line-height:1.08!important;letter-spacing:-.03em!important;color:#fff!important;margin:0!important;max-width:650px!important}
    .hero-copy p{margin-top:14px!important;max-width:590px!important;font-size:15px!important;line-height:1.72!important;color:#e6def4!important;font-weight:450!important}
    .hero-actions{display:flex!important;gap:12px!important}.hero-actions .btn{height:46px!important;padding:0 22px!important;border-radius:11px!important;font-size:13px!important;font-weight:780!important;box-shadow:0 10px 22px rgba(76,45,142,.2)!important}.hero-actions .btn.secondary{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;box-shadow:none!important}
    .quick-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-top:6px!important}.quick-row button{display:flex!important;align-items:flex-start!important;gap:8px!important;padding:12px 12px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important;background:rgba(255,255,255,.06)!important;color:#fff!important;backdrop-filter:blur(10px)!important;text-align:left!important;box-shadow:none!important}.quick-row button b{display:block!important;font-size:13px!important}.quick-row button small{display:block!important;margin-top:3px!important;font-size:11px!important;line-height:1.45!important;color:#d7d0e6!important}
    .hero-market-panel{position:absolute!important;top:78px!important;right:20px!important;z-index:4!important;width:240px!important;padding:16px 16px 14px!important;border-radius:16px!important;background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,.08))!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(16px)!important;box-shadow:0 14px 26px rgba(20,15,35,.24)!important;color:#fff!important}
    .hero-market-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:12px!important}.hero-market-head span{font-size:10px!important;letter-spacing:.12em!important;color:#d9d0ef!important;font-weight:780!important}.hero-market-head b{display:inline-flex!important;align-items:center!important;gap:5px!important;font-size:10px!important;color:#bff0df!important;font-weight:760!important}.hero-market-head b i{width:6px;height:6px;border-radius:50%;background:#28d2a1;box-shadow:0 0 0 4px rgba(40,210,161,.16)}
    .hero-market-main{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;padding-bottom:12px!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.hero-market-code{display:flex!important;align-items:center!important;justify-content:center!important;height:54px!important;border-radius:14px!important;background:rgba(255,255,255,.14)!important;font-size:18px!important;font-weight:820!important}.hero-market-copy span{display:block!important;font-size:11px!important;color:#d9d0ef!important;margin-bottom:5px!important}.hero-market-copy b{display:block!important;font-size:16px!important;line-height:1.3!important;margin-bottom:6px!important}.hero-market-copy small{display:block!important;font-size:12px!important;line-height:1.45!important;color:#ede7fb!important}
    .hero-market-stats{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding-top:12px!important}.hero-market-stats>div{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:4px!important;align-items:center!important}.hero-market-stats span{font-size:11px!important;color:#d9d0ef!important}.hero-market-stats b{font-size:15px!important;color:#fff!important}.hero-market-stats i{grid-column:1/-1!important;display:block!important;height:4px!important;border-radius:999px!important;background:rgba(255,255,255,.12)!important;overflow:hidden!important}.hero-market-stats u{display:block!important;height:100%!important;border-radius:999px!important;background:linear-gradient(90deg,#8b63ff,#35d2a4)!important}.hero-market-foot{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-top:12px!important;padding-top:10px!important;border-top:1px solid rgba(255,255,255,.10)!important;color:#ddd4ee!important}.hero-market-foot span,.hero-market-foot small{font-size:10px!important}
    .hero-live-ribbon{left:34px!important;right:auto!important;bottom:22px!important;width:56%!important;min-height:56px!important;padding:10px 14px!important;border-radius:14px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.14)!important;backdrop-filter:blur(12px)!important;box-shadow:none!important}.ribbon-live{height:28px!important;padding:0 11px!important;border-radius:999px!important;font-size:11px!important;font-weight:820!important}.ribbon-copy b{font-size:13px!important;color:#fff!important}.ribbon-copy small{font-size:11px!important;color:#e2daf2!important}.hero-live-ribbon em{font-size:11px!important;color:#d0c7e8!important}.hero-arrow{top:auto!important;bottom:24px!important}.hero-prev{left:auto!important;right:80px!important}.hero-next{right:24px!important}.hero-controls{left:34px!important;bottom:24px!important;gap:7px!important}.hero-controls button{width:10px!important;height:10px!important}.hero-count{font-size:12px!important;color:#ece7fb!important;margin-left:10px!important}

    /* Top-level platform area below hero */
    .platform-gateway{margin-top:18px!important;border:1px solid var(--v27-line)!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 14px 36px rgba(46,32,56,.06)!important}
    .trust-band{display:grid!important;grid-template-columns:repeat(5,1fr)!important;border-bottom:1px solid var(--v27-line)!important;background:linear-gradient(180deg,#f8f6fb,#fff)!important}.trust-item{padding:18px 20px!important}.trust-item+.trust-item{border-left:1px solid #ebe5ef!important}.trust-item small{display:block!important;font-size:11px!important;letter-spacing:.08em!important;color:#7c6fa1!important;font-weight:800!important;text-transform:uppercase!important}.trust-item b{display:block!important;margin:8px 0 8px!important;font-size:28px!important;color:#2f2a33!important;letter-spacing:-.03em!important}.trust-item span{display:block!important;font-size:12px!important;line-height:1.55!important;color:#7d7485!important}
    .gateway-main-grid{display:grid!important;grid-template-columns:minmax(0,1.35fr) 360px!important;gap:0!important}.gateway-taskboard{padding:26px 28px 10px!important}.gateway-headline{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;margin-bottom:18px!important}.gateway-headline span{display:block!important;font-size:11px!important;letter-spacing:.12em!important;color:#7b6ea0!important;font-weight:820!important}.gateway-headline h2{margin:6px 0 8px!important;font-size:30px!important;line-height:1.16!important;letter-spacing:-.03em!important;color:#2f2a33!important}.gateway-headline p{max-width:620px!important;font-size:14px!important;line-height:1.7!important;color:#776f7c!important}
    .workbench-tabs{display:flex!important;gap:6px!important;padding:4px!important;border:1px solid #e6dfeb!important;border-radius:11px!important;background:#f5f2f7!important}.workbench-tabs button{height:36px!important;padding:0 16px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#6c6474!important;font-size:12px!important;font-weight:700!important;cursor:pointer!important}.workbench-tabs button.active{background:#fff!important;color:#5922a7!important;box-shadow:0 4px 12px rgba(64,44,88,.09)!important}
    .gateway-taskboard .workbench-view{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin-top:8px!important}.gateway-taskboard .workbench-view[hidden]{display:none!important}.gateway-taskboard .workbench-card{display:grid!important;grid-template-columns:34px minmax(0,1fr) 18px!important;align-items:flex-start!important;gap:14px!important;min-height:106px!important;padding:18px!important;border:1px solid #ebe5ef!important;border-radius:15px!important;background:#fff!important;box-shadow:0 7px 18px rgba(46,32,56,.04)!important;color:#2f2a33!important;text-decoration:none!important;transition:.18s!important}.gateway-taskboard .workbench-card:hover{transform:translateY(-2px)!important;border-color:#d7cbea!important;box-shadow:0 14px 28px rgba(46,32,56,.08)!important}.gateway-taskboard .workbench-card i{display:flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border-radius:10px!important;background:#f4effc!important;color:#6e3fd1!important;font-size:11px!important;font-style:normal!important;font-weight:820!important}.gateway-taskboard .workbench-card b{display:block!important;margin-bottom:6px!important;font-size:16px!important}.gateway-taskboard .workbench-card small{display:block!important;font-size:12px!important;line-height:1.6!important;color:#7a7281!important}.gateway-taskboard .workbench-card em{font-style:normal!important;font-size:18px!important;color:#7440db!important;padding-top:2px!important}
    .gateway-sidehub{border-left:1px solid #ece5ef!important;background:linear-gradient(180deg,#faf8fc,#fff)!important;padding:24px 22px!important}.focus-market{display:block!important;position:relative!important;min-height:240px!important;padding:20px!important;border-radius:16px!important;overflow:hidden!important;color:#fff!important;text-decoration:none!important;box-shadow:0 16px 28px rgba(46,32,56,.10)!important}.focus-market img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}.focus-market:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(19,12,28,.18),rgba(21,15,34,.84))}.focus-market>*{position:relative!important;z-index:1!important}.focus-kicker{display:inline-flex!important;align-items:center!important;height:24px!important;padding:0 10px!important;border-radius:999px!important;background:rgba(255,255,255,.12)!important;font-size:10px!important;letter-spacing:.1em!important;font-weight:800!important}.focus-market b{display:block!important;margin-top:86px!important;font-size:24px!important;line-height:1.18!important}.focus-market p{margin-top:8px!important;font-size:13px!important;line-height:1.6!important;color:#e4dff3!important}.focus-meta{display:grid!important;grid-template-columns:auto 1fr 1px auto 1fr!important;gap:8px!important;align-items:center!important;margin-top:16px!important;padding:12px 14px!important;border-radius:13px!important;background:rgba(255,255,255,.10)!important;backdrop-filter:blur(10px)!important}.focus-meta strong{font-size:21px!important}.focus-meta span{font-size:11px!important;color:#ede7fb!important}.focus-meta i{width:1px!important;height:24px!important;background:rgba(255,255,255,.2)!important}.side-promo-list{display:grid!important;gap:10px!important;margin-top:14px!important}.side-promo{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:12px!important;padding:10px!important;border:1px solid #ece5ef!important;border-radius:14px!important;background:#fff!important;box-shadow:0 7px 16px rgba(46,32,56,.04)!important;color:#2f2a33!important;text-decoration:none!important}.side-promo img{width:72px!important;height:72px!important;border-radius:10px!important;object-fit:cover!important}.side-promo small{display:block!important;font-size:10px!important;letter-spacing:.1em!important;color:#7a6ea0!important;font-weight:800!important}.side-promo b{display:block!important;margin-top:5px!important;font-size:15px!important;line-height:1.25!important}.side-promo span{display:block!important;margin-top:6px!important;font-size:12px!important;line-height:1.5!important;color:#7b7281!important}
    .promo-strip{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:1px solid #ece5ef!important;background:#faf8fb!important}.mini-banner{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;min-height:92px!important;padding:10px!important;border-radius:14px!important;background:#fff!important;border:1px solid #e9e2ed!important;box-shadow:0 8px 18px rgba(46,32,56,.04)!important;color:#2f2a33!important;text-decoration:none!important;transition:.18s!important}.mini-banner:hover{transform:translateY(-2px)!important;box-shadow:0 14px 26px rgba(46,32,56,.08)!important}.mini-banner img{width:88px!important;height:70px!important;border-radius:10px!important;object-fit:cover!important;background:#ece7f5!important}.mini-banner small{display:block!important;font-size:9.5px!important;letter-spacing:.11em!important;color:#7a6ea0!important;font-weight:820!important}.mini-banner b{display:block!important;margin-top:5px!important;font-size:14px!important;line-height:1.3!important}.mini-banner em{display:block!important;margin-top:6px!important;font-style:normal!important;font-size:11px!important;line-height:1.45!important;color:#7d7583!important}.mini-purple{background:linear-gradient(180deg,#f7f3ff,#fff)!important;border-color:#dacef0!important}

    /* Global typography/system cleanup for lower sections */
    body[data-page-route="home"] .section{margin-top:26px!important;border:1px solid #e3dde7!important;border-radius:16px!important;box-shadow:0 12px 30px rgba(46,32,56,.055)!important;overflow:hidden!important}.section-head{padding-bottom:20px!important}.section-head h2{font-size:28px!important;line-height:1.18!important;letter-spacing:-.02em!important}.section-head p{font-size:14px!important;line-height:1.7!important;color:#7a7380!important}.section .eyebrow{font-size:11px!important;letter-spacing:.11em!important;color:#7a6ea0!important;font-weight:800!important}.tabs button,.btn.light{font-size:12px!important;height:38px!important}.sourcing-livebar,.market-toolbar,.showroom-livebar{min-height:50px!important;padding:0 16px!important;border-radius:12px!important}.sourcing-livebar b,.showroom-livebar b{font-size:14px!important}.sourcing-ticker,.showroom-ticker{font-size:12px!important}.sourcing-kpis i,.showroom-kpis i{font-size:12px!important}.data-table th,.data-table td{font-size:13px!important}.data-table td small{font-size:12px!important}.signal-card,.supplier-card,.product-card{box-shadow:0 12px 26px rgba(46,32,56,.05)!important;border-radius:15px!important}.product-body h3,.supplier-info h3{font-size:16px!important}.product-body,.supplier-info{font-size:13px!important}.chip,.verify,.score,.member,.online-now{font-size:11px!important}.flow,.trust,.cta{margin-top:26px!important;border-radius:16px!important;box-shadow:0 12px 30px rgba(46,32,56,.05)!important}.flow-step h3,.service-card h3,.trust-card h3{font-size:17px!important}.flow-step p,.service-card p,.trust-card p{font-size:13px!important;line-height:1.65!important}.footer p,.footer a,.footer-bottom span{font-size:12px!important}

    @media (max-width:1280px){body[data-page-route="home"] .hero-shell{grid-template-columns:220px minmax(0,1fr) 280px!important}.hero-content{width:64%!important;padding:90px 28px 88px!important}.hero-copy h1{font-size:40px!important}.quick-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hero-market-panel{width:220px!important}.trust-band{grid-template-columns:repeat(3,1fr)!important}.gateway-main-grid{grid-template-columns:minmax(0,1fr) 330px!important}.promo-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
    @media (max-width:1020px){body[data-page-route="home"] .hero-shell{height:auto!important;grid-template-columns:1fr!important}body[data-page-route="home"] .category-rail,body[data-page-route="home"] .rfq-rail{display:none!important}.hero-stage{height:560px!important}.hero-content{width:100%!important;padding:94px 24px 90px!important}.hero-market-panel{display:none!important}.hero-live-ribbon{width:auto!important;right:24px!important}.quick-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.trust-band{grid-template-columns:repeat(2,1fr)!important}.gateway-main-grid{grid-template-columns:1fr!important}.gateway-sidehub{border-left:0!important;border-top:1px solid #ece5ef!important}.promo-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gateway-taskboard .workbench-view{grid-template-columns:1fr!important}}
    @media (max-width:640px){body[data-page-route="home"] .hero-stage{height:600px!important}.hero-copy h1{font-size:32px!important}.hero-copy p{font-size:13px!important}.hero-actions{flex-wrap:wrap!important}.hero-actions .btn{width:auto!important;flex:1 1 180px!important}.quick-row{grid-template-columns:1fr!important}.hero-live-ribbon{left:18px!important;right:18px!important;bottom:56px!important}.hero-controls{left:18px!important}.trust-band,.promo-strip{grid-template-columns:1fr!important}.trust-item+.trust-item{border-left:0!important;border-top:1px solid #ebe5ef!important}.gateway-headline{align-items:flex-start!important;flex-direction:column!important}.gateway-headline h2{font-size:24px!important}.workbench-tabs{width:100%!important;overflow:auto!important}.workbench-tabs button{white-space:nowrap!important}.mini-banner{grid-template-columns:78px minmax(0,1fr)!important}}

/* ectip-v28-marketplace-system */
:root{--v28-purple:#6d3bd3;--v28-purple-dark:#4d218d;--v28-ink:#302b34;--v28-muted:#766f7d;--v28-line:#e4dee7;--v28-soft:#f6f3f8;--v28-green:#18a77b}
    body[data-page-route="home"]{background:linear-gradient(180deg,#fbfafc 0,#f4f2f6 760px,#f7f7fa 100%)!important;color:var(--v28-ink)!important}

    /* HERO — editorial marketplace scene, glass only where depth is useful */
    body[data-page-route="home"] .hero-shell{height:540px!important;grid-template-columns:250px minmax(0,1fr) 310px!important;gap:12px!important}
    body[data-page-route="home"] .hero-stage{height:540px!important;border-radius:18px!important;border:1px solid #dcd6e1!important;box-shadow:0 18px 38px rgba(47,33,57,.075)!important;background:#121020!important}
    .hero-image{inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:.98!important;filter:saturate(1.02) contrast(.98)!important}
    .hero-shade{background:linear-gradient(90deg,rgba(16,12,29,.91) 0,rgba(25,18,44,.82) 34%,rgba(28,21,48,.42) 58%,rgba(13,12,25,.10) 100%)!important}
    .hero-platform-bar{padding:17px 25px!important;background:linear-gradient(180deg,rgba(18,14,32,.54),transparent)!important}.hero-platform-id{font-size:10px!important}.hero-platform-status span{font-size:10px!important}.hero-platform-status span:last-child{display:none!important}
    .hero-content{position:relative!important;z-index:4!important;width:61%!important;height:100%!important;padding:92px 36px 84px!important;justify-content:center!important;gap:16px!important}
    .hero-eyebrow{font-size:10.5px!important;letter-spacing:.12em!important}.hero-eyebrow span{font-size:10px!important}
    .hero-copy h1{max-width:610px!important;font-size:42px!important;line-height:1.10!important;letter-spacing:-.025em!important}.hero-copy p{max-width:590px!important;margin-top:14px!important;font-size:14px!important;line-height:1.72!important;color:#e7e0f0!important}
    .hero-actions .btn{height:44px!important;padding:0 20px!important;font-size:12.5px!important;border-radius:10px!important}.hero-actions .btn.secondary{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.20)!important;backdrop-filter:blur(12px)!important}
    .hero-aux-card,.hero-data-card,.searchbox,.hotwords,.quick-row,.hero-scene-label,.trade-flow{display:none!important}

    .hero-market-panel{top:98px!important;right:20px!important;width:238px!important;padding:15px!important;border-radius:17px!important;background:linear-gradient(150deg,rgba(250,250,255,.19),rgba(237,232,248,.09))!important;border:1px solid rgba(255,255,255,.22)!important;backdrop-filter:blur(18px) saturate(1.12)!important;-webkit-backdrop-filter:blur(18px) saturate(1.12)!important;box-shadow:0 18px 34px rgba(15,10,26,.24)!important}
    .hero-market-head{margin-bottom:12px!important}.hero-market-head span{font-size:9.5px!important;letter-spacing:.12em!important}.hero-market-head b{font-size:10px!important}
    .hero-market-main{display:block!important;padding:0 0 14px!important;border-bottom:1px solid rgba(255,255,255,.13)!important}.hero-market-code{display:inline-flex!important;height:28px!important;width:auto!important;padding:0 10px!important;margin-bottom:11px!important;border-radius:999px!important;background:rgba(255,255,255,.12)!important;font-size:11px!important;letter-spacing:.08em!important}.hero-market-copy span{font-size:10.5px!important;margin-bottom:5px!important}.hero-market-copy b{font-size:16px!important;line-height:1.32!important}.hero-market-copy small{font-size:11.5px!important;line-height:1.6!important}
    .hero-market-stats{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;padding-top:12px!important}.hero-market-stats>div{display:block!important;padding:0 8px!important}.hero-market-stats>div+div{border-left:1px solid rgba(255,255,255,.12)!important}.hero-market-stats span{display:block!important;font-size:9.5px!important;color:#d5cce7!important;white-space:nowrap!important}.hero-market-stats b{display:block!important;margin-top:4px!important;font-size:18px!important}.hero-market-stats i{display:none!important}.hero-market-foot{margin-top:12px!important;padding-top:10px!important}.hero-market-foot span,.hero-market-foot small{font-size:9px!important}
    .hero-live-ribbon{left:36px!important;bottom:22px!important;width:57%!important;min-height:48px!important;padding:8px 11px!important;border-radius:13px!important;background:linear-gradient(120deg,rgba(255,255,255,.13),rgba(255,255,255,.07))!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(15px) saturate(1.08)!important;box-shadow:0 10px 24px rgba(13,9,24,.16)!important}.ribbon-live{height:26px!important;padding:0 9px!important;font-size:10px!important}.ribbon-copy b{font-size:11.5px!important}.ribbon-copy small{font-size:10px!important}.hero-live-ribbon em{font-size:10px!important;white-space:nowrap!important}.hero-controls{left:36px!important;bottom:14px!important;transform:translateY(36px)!important}.hero-controls button{width:8px!important;height:8px!important}.hero-count{font-size:10px!important}.hero-arrow{bottom:18px!important;width:38px!important;height:38px!important;border-radius:10px!important;background:rgba(25,18,39,.55)!important;border:1px solid rgba(255,255,255,.16)!important;backdrop-filter:blur(10px)!important}.hero-prev{right:66px!important}.hero-next{right:20px!important}

    /* compact platform metrics + quick action strip */
    .platform-gateway{margin-top:14px!important;border:1px solid var(--v28-line)!important;border-radius:15px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 10px 26px rgba(47,33,57,.045)!important}
    .trust-band{display:grid!important;grid-template-columns:repeat(5,1fr)!important;background:linear-gradient(180deg,#faf8fb,#fff)!important;border-bottom:1px solid #ece6ef!important}.trust-item{padding:14px 18px!important}.trust-item+.trust-item{border-left:1px solid #ebe6ee!important}.trust-item small{font-size:11px!important;font-weight:700!important;color:#756d7c!important;letter-spacing:0!important}.trust-item b{margin:4px 0 3px!important;font-size:24px!important;letter-spacing:-.025em!important}.trust-item span{font-size:8.5px!important;letter-spacing:.09em!important;color:#9a91a1!important;font-weight:760!important}
    .role-action-strip{display:grid!important;grid-template-columns:180px 285px minmax(0,1fr)!important;align-items:stretch!important;min-height:78px!important}.role-action-head{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:13px 18px!important;border-right:1px solid #ebe5ee!important}.role-action-head>span{font-size:8.5px!important;letter-spacing:.12em!important;color:#7a68a0!important;font-weight:800!important}.role-action-head>b{margin-top:4px!important;font-size:16px!important}.role-action-head>small{margin-top:3px!important;font-size:10px!important;color:#8a818f!important}.role-action-strip .workbench-tabs{align-self:center!important;margin:0 14px!important;height:38px!important}.role-action-strip .workbench-view{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important}.role-action-strip .workbench-view[hidden]{display:none!important}.role-action{display:grid!important;grid-template-columns:minmax(0,1fr) 18px!important;grid-template-rows:auto auto!important;align-content:center!important;column-gap:8px!important;padding:12px 15px!important;border-left:1px solid #eee8f0!important;color:#352f39!important;text-decoration:none!important;background:#fff!important}.role-action:hover{background:#f8f5fb!important}.role-action b{font-size:12px!important}.role-action span{font-size:9.5px!important;color:#817887!important;line-height:1.4!important}.role-action em{grid-column:2;grid-row:1/3;align-self:center;font-style:normal!important;color:#6b39d0!important;font-size:14px!important}

    /* Marketplace sections become the core content, not onboarding */
    body[data-page-route="home"] .section{margin-top:18px!important;border-radius:15px!important;border-color:#e3dde7!important;box-shadow:0 10px 28px rgba(47,33,57,.045)!important}.section-head{padding:22px 24px 18px!important}.section-head h2{font-size:26px!important}.section-head p{font-size:13px!important}.section .eyebrow{font-size:9.5px!important}.sourcing-livebar,.market-toolbar,.showroom-livebar{margin:0 24px 14px!important;min-height:46px!important;border-radius:11px!important}.sourcing-layout{padding:0 24px 24px!important}.data-table{border-radius:12px!important;overflow:hidden!important}.data-head{min-height:40px!important}.data-row{min-height:58px!important}.data-head span{font-size:10px!important}.data-row b{font-size:12px!important}.data-row small,.data-row>span{font-size:10.5px!important}.signal-card{border-radius:13px!important;background:linear-gradient(180deg,#f8f5fb,#fff)!important;border-color:#e4dceb!important}.signal-card .eyebrow{font-size:8.5px!important}.signal-score b{font-size:18px!important}.region-market button{min-height:62px!important}.region-market b{font-size:11.5px!important}.region-market small,.region-market em{font-size:9.5px!important}

    /* asymmetric campaign area — active ad/operation feeling */
    .campaign-zone{margin-top:18px!important;padding:24px!important;border:1px solid var(--v28-line)!important;border-radius:15px!important;background:#fff!important;box-shadow:0 10px 28px rgba(47,33,57,.045)!important}.campaign-zone-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:20px!important;margin-bottom:16px!important}.campaign-zone-head span{font-size:9px!important;letter-spacing:.12em!important;color:#79689d!important;font-weight:800!important}.campaign-zone-head h2{margin:4px 0 6px!important;font-size:25px!important}.campaign-zone-head p{font-size:12.5px!important;color:#7c7482!important}.campaign-zone-head>a{font-size:11px!important;color:#6331bd!important;text-decoration:none!important;font-weight:760!important}.campaign-mosaic{display:grid!important;grid-template-columns:1.4fr 1fr 1fr!important;grid-template-rows:150px 150px!important;gap:12px!important}.campaign-main{grid-row:1/3!important;position:relative!important;overflow:hidden!important;border-radius:15px!important;color:#fff!important;text-decoration:none!important;box-shadow:0 14px 28px rgba(34,25,45,.10)!important}.campaign-main img,.campaign-small img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}.campaign-shade{position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(13,12,26,.12),rgba(15,12,28,.82))!important}.campaign-copy{position:absolute!important;left:24px!important;right:24px!important;bottom:22px!important;z-index:2!important}.campaign-copy small{font-size:9.5px!important;letter-spacing:.13em!important;font-weight:800!important;color:#d8cff3!important}.campaign-copy h3{margin:7px 0!important;font-size:27px!important}.campaign-copy p{max-width:520px!important;font-size:12px!important;line-height:1.55!important;color:#e6e0f2!important}.campaign-copy>div{display:flex!important;align-items:baseline!important;gap:8px!important;margin-top:14px!important;padding-top:13px!important;border-top:1px solid rgba(255,255,255,.15)!important}.campaign-copy>div b{font-size:20px!important}.campaign-copy>div span{font-size:10px!important;color:#e5def1!important;margin-right:12px!important}.campaign-small{position:relative!important;overflow:hidden!important;border-radius:14px!important;color:#fff!important;text-decoration:none!important;box-shadow:0 9px 20px rgba(34,25,45,.075)!important}.campaign-small:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,14,27,.10),rgba(17,13,29,.75))}.campaign-small>div{position:absolute!important;z-index:2!important;left:17px!important;right:17px!important;bottom:15px!important}.campaign-small small{display:block!important;font-size:8.5px!important;letter-spacing:.11em!important;color:#ded4f2!important;font-weight:800!important}.campaign-small b{display:block!important;margin-top:5px!important;font-size:15px!important}.campaign-small span{display:block!important;margin-top:4px!important;font-size:10px!important;color:#e5deef!important}.campaign-small:hover,.campaign-main:hover{transform:translateY(-2px)!important;transition:.18s!important}

    /* product & supplier market: denser, more commercial */
    .product-market-layout{padding:0 24px 24px!important}.product-market-index{border-radius:12px!important}.index-head b{font-size:15px!important}.index-links button{min-height:42px!important;font-size:10.5px!important}.product-grid{gap:12px!important}.product-card{border-radius:13px!important;overflow:hidden!important;box-shadow:0 9px 20px rgba(47,33,57,.055)!important}.product-media{height:138px!important}.product-body{padding:13px!important}.product-body h3{font-size:13px!important;line-height:1.4!important}.price-line b{font-size:16px!important}.moq,.supplier-line{font-size:9.5px!important}.product-actions button{height:32px!important;font-size:9.5px!important}.supplier-grid{padding:0 24px 24px!important;gap:14px!important}.supplier-card{border-radius:14px!important;box-shadow:0 9px 20px rgba(47,33,57,.055)!important}.supplier-cover{height:145px!important}.supplier-info{padding:14px!important}.supplier-info h3{font-size:13.5px!important}.supplier-title small,.cert-line,.supplier-tags span,.supplier-kpi span{font-size:9.5px!important}.supplier-actions button{height:32px!important;font-size:9.5px!important}

    /* services, fulfilment, live network: one coherent lower system */
    .dual-section{margin-top:18px!important;gap:14px!important}.industry-card,.service-card{border-radius:15px!important;box-shadow:0 10px 28px rgba(47,33,57,.045)!important}.industry-copy h2,.service-card h2{font-size:24px!important}.industry-copy p,.service-card p{font-size:12.5px!important}.hub-list button{min-height:62px!important}.hub-list b,.service-list b{font-size:11.5px!important}.hub-list small,.service-list small{font-size:9.5px!important}.flow{margin-top:18px!important;border-radius:15px!important;box-shadow:0 10px 28px rgba(47,33,57,.045)!important}.flow-steps{border-top:1px solid #e8e1eb!important}.flow-step{padding:17px 12px!important}.flow-step b{font-size:11.5px!important}.flow-step small{font-size:9.5px!important}.project-bar{margin:0 20px 20px!important;border-radius:11px!important}.platform-live-network{display:grid!important;grid-template-columns:320px minmax(0,1fr)!important;gap:0!important;margin-top:18px!important;padding:0!important;border:1px solid #e2dce6!important;border-radius:15px!important;background:#fff!important;box-shadow:0 10px 28px rgba(47,33,57,.045)!important}.live-network-copy{padding:22px!important;border-right:1px solid #e9e3eb!important}.live-network-copy h2{margin:5px 0 7px!important;font-size:21px!important}.live-network-copy p{font-size:11px!important;line-height:1.6!important;color:#7d7482!important}.live-network-feed{display:grid!important;grid-template-columns:repeat(4,1fr)!important}.live-network-feed>span{display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:100px!important;padding:16px!important}.live-network-feed>span+span{border-left:1px solid #ebe5ed!important}.live-network-feed i{width:6px!important;height:6px!important;border-radius:50%!important;background:#22ae82!important;box-shadow:0 0 0 4px rgba(34,174,130,.08)!important}.live-network-feed b{margin-top:8px!important;font-size:11px!important}.live-network-feed small{margin-top:4px!important;font-size:9px!important;color:#8a818f!important}.cta{margin-top:18px!important;border-radius:15px!important}.cta h2{font-size:24px!important}.cta .btn{height:40px!important;font-size:11px!important}

    @media(max-width:1280px){body[data-page-route="home"] .hero-shell{grid-template-columns:220px minmax(0,1fr) 280px!important}.hero-content{width:64%!important;padding-inline:28px!important}.hero-copy h1{font-size:37px!important}.hero-market-panel{width:214px!important}.trust-band{grid-template-columns:repeat(5,1fr)!important}.role-action-strip{grid-template-columns:160px 260px minmax(0,1fr)!important}.role-action span{display:none!important}.campaign-mosaic{grid-template-columns:1.25fr 1fr 1fr!important}}
    @media(max-width:1020px){body[data-page-route="home"] .hero-shell{height:auto!important;grid-template-columns:1fr!important}body[data-page-route="home"] .category-rail,body[data-page-route="home"] .rfq-rail{display:none!important}body[data-page-route="home"] .hero-stage{height:560px!important}.hero-content{width:100%!important;padding:92px 24px 90px!important}.hero-market-panel{display:none!important}.hero-live-ribbon{right:24px!important;width:auto!important}.trust-band{grid-template-columns:repeat(3,1fr)!important}.role-action-strip{grid-template-columns:1fr!important}.role-action-head{display:none!important}.role-action-strip .workbench-tabs{margin:12px!important}.role-action-strip .workbench-view{grid-template-columns:repeat(2,1fr)!important}.campaign-mosaic{grid-template-columns:1fr 1fr!important;grid-template-rows:260px 145px 145px!important}.campaign-main{grid-column:1/3!important;grid-row:auto!important}.platform-live-network{grid-template-columns:1fr!important}.live-network-copy{border-right:0!important;border-bottom:1px solid #e9e3eb!important}.live-network-feed{grid-template-columns:repeat(2,1fr)!important}}
    @media(max-width:640px){body[data-page-route="home"] .hero-stage{height:590px!important}.hero-copy h1{font-size:31px!important}.hero-copy p{font-size:12.5px!important}.hero-live-ribbon{left:18px!important;right:18px!important}.hero-live-ribbon em{display:none!important}.trust-band{grid-template-columns:repeat(2,1fr)!important}.trust-item:nth-child(odd){border-left:0!important}.trust-item{border-top:1px solid #ebe6ee!important}.role-action-strip .workbench-view{grid-template-columns:1fr!important}.campaign-zone{padding:16px!important}.campaign-zone-head{align-items:flex-start!important;flex-direction:column!important}.campaign-mosaic{grid-template-columns:1fr!important;grid-template-rows:280px repeat(4,130px)!important}.campaign-main{grid-column:auto!important}.campaign-small{grid-column:auto!important}.live-network-feed{grid-template-columns:1fr!important}.live-network-feed>span+span{border-left:0!important;border-top:1px solid #ebe5ed!important}}

/* ectip-v29-b2b-core-system */
:root{--v29-purple:#6f42da;--v29-purple-deep:#4d2393;--v29-ink:#2d2931;--v29-muted:#746d79;--v29-line:#e4dfe7;--v29-soft:#f7f5f8;--v29-green:#12a879;--v29-blue:#2776d8}
    body[data-page-route="home"]{font-size:14px!important;color:var(--v29-ink)!important;background:linear-gradient(180deg,#fbfafc 0,#f3f1f6 740px,#f8f8fa 100%)!important}
    body[data-page-route="home"] button,body[data-page-route="home"] input,body[data-page-route="home"] select{font-family:inherit!important}
    body[data-page-route="home"] .btn,body[data-page-route="home"] .link-btn{white-space:nowrap!important}

    /* Header and deck: prevent broken labels */
    body[data-page-route="home"] .nav-link,body[data-page-route="home"] .role-switch button,body[data-page-route="home"] .workbench-tabs button{white-space:nowrap!important;word-break:keep-all!important}
    body[data-page-route="home"] .nav-link{font-size:12.5px!important;font-weight:700!important}
    body[data-page-route="home"] .platform-search input{font-size:13px!important}
    body[data-page-route="home"] .top-actions button,body[data-page-route="home"] .language{font-size:11px!important}

    /* HERO — platform scene, glass only for live layers */
    body[data-page-route="home"] .hero-shell{height:530px!important}
    body[data-page-route="home"] .hero-stage{border-radius:18px!important;box-shadow:0 18px 42px rgba(44,29,58,.09)!important}
    body[data-page-route="home"] .hero-image{filter:saturate(.95) contrast(1.02)!important}
    body[data-page-route="home"] .hero-shade{background:linear-gradient(90deg,rgba(20,15,34,.92) 0%,rgba(27,19,48,.82) 36%,rgba(35,26,55,.40) 63%,rgba(18,15,26,.12) 100%)!important}
    body[data-page-route="home"] .hero-platform-bar{padding:15px 24px!important}
    body[data-page-route="home"] .hero-platform-id,body[data-page-route="home"] .hero-platform-status span{font-size:10.5px!important}
    body[data-page-route="home"] .hero-content{width:61%!important;padding:82px 30px 94px!important;gap:16px!important}
    body[data-page-route="home"] .hero-eyebrow{font-size:10.5px!important;letter-spacing:.12em!important;white-space:nowrap!important}
    body[data-page-route="home"] .hero-copy h1{max-width:620px!important;margin:0!important;font-size:40px!important;line-height:1.12!important;letter-spacing:-.035em!important;font-weight:760!important;word-break:keep-all!important;overflow-wrap:normal!important;text-wrap:balance!important}
    body[data-page-route="home"] .hero-copy p{max-width:600px!important;margin-top:14px!important;font-size:14.5px!important;line-height:1.72!important;color:#e3dced!important}
    body[data-page-route="home"] .hero-actions .btn{height:44px!important;padding:0 20px!important;border-radius:10px!important;font-size:13px!important}
    body[data-page-route="home"] .hero-market-panel{top:80px!important;right:18px!important;width:226px!important;padding:15px!important;border-radius:17px!important;background:linear-gradient(150deg,rgba(255,255,255,.20),rgba(255,255,255,.10))!important;border:1px solid rgba(255,255,255,.22)!important;backdrop-filter:blur(18px) saturate(1.1)!important;-webkit-backdrop-filter:blur(18px) saturate(1.1)!important;box-shadow:0 18px 40px rgba(12,9,22,.26)!important}
    body[data-page-route="home"] .hero-market-head span{font-size:10px!important}.hero-market-head b{font-size:10.5px!important}
    body[data-page-route="home"] .hero-market-main{grid-template-columns:48px minmax(0,1fr)!important;gap:11px!important;padding-bottom:11px!important}
    body[data-page-route="home"] .hero-market-code{height:48px!important;font-size:14px!important;border-radius:13px!important;background:rgba(255,255,255,.14)!important}
    body[data-page-route="home"] .hero-market-copy span{font-size:11px!important}.hero-market-copy b{font-size:15px!important;line-height:1.35!important}.hero-market-copy small{font-size:11.5px!important;line-height:1.5!important}
    body[data-page-route="home"] .hero-market-stats{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;padding:12px 0 0!important}
    body[data-page-route="home"] .hero-market-stats>div{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;padding:0 9px!important;border-left:1px solid rgba(255,255,255,.12)!important}.hero-market-stats>div:first-child{padding-left:0!important;border-left:0!important}.hero-market-stats>div:last-child{padding-right:0!important}
    body[data-page-route="home"] .hero-market-stats span{font-size:9.5px!important;color:#d8cfea!important}.hero-market-stats b{font-size:18px!important}.hero-market-stats i{display:none!important}
    body[data-page-route="home"] .hero-market-foot{font-size:9.5px!important;margin-top:12px!important}.hero-market-foot span,.hero-market-foot small{font-size:9.5px!important}
    body[data-page-route="home"] .hero-live-ribbon{left:30px!important;bottom:20px!important;width:56%!important;min-height:52px!important;padding:9px 12px!important;border-radius:14px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.17)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}.ribbon-live{height:28px!important;font-size:10px!important}.ribbon-copy b{font-size:12.5px!important}.ribbon-copy small{font-size:10.5px!important}.hero-live-ribbon em{font-size:10.5px!important}
    body[data-page-route="home"] .hero-controls{left:30px!important;bottom:78px!important}.hero-arrow{bottom:20px!important}

    /* Platform metrics + 快速开始: short utility strip, no broken role labels */
    body[data-page-route="home"] .platform-gateway{margin-top:16px!important;border-radius:16px!important;box-shadow:0 10px 26px rgba(44,29,58,.045)!important}
    body[data-page-route="home"] .trust-band{grid-template-columns:repeat(5,1fr)!important}.trust-item{min-height:82px!important;padding:15px 18px!important}.trust-item small{font-size:10.5px!important}.trust-item b{margin:5px 0 3px!important;font-size:22px!important}.trust-item span{font-size:9px!important;letter-spacing:.06em!important;color:#938a9c!important}
    body[data-page-route="home"] .role-action-strip{display:grid!important;grid-template-columns:150px 300px minmax(0,1fr)!important;min-height:76px!important;align-items:stretch!important;border-top:1px solid var(--v29-line)!important;background:#fff!important}
    body[data-page-route="home"] .role-action-head{padding:13px 16px!important;display:flex!important;justify-content:center!important;flex-direction:column!important;border-right:1px solid var(--v29-line)!important}.role-action-head>span{font-size:9.5px!important;letter-spacing:.12em!important}.role-action-head>b{font-size:16px!important;margin-top:3px!important}.role-action-head>small{font-size:10.5px!important;margin-top:3px!important;white-space:nowrap!important}
    body[data-page-route="home"] .role-action-strip>.workbench-tabs{width:auto!important;min-width:0!important;margin:0!important;padding:13px!important;display:grid!important;grid-template-columns:72px 72px 1fr!important;gap:5px!important;align-content:center!important;border:0!important;border-right:1px solid var(--v29-line)!important;border-radius:0!important;background:#f7f5f8!important}.role-action-strip>.workbench-tabs button{min-width:0!important;height:38px!important;padding:0 8px!important;font-size:11.5px!important;line-height:1!important;white-space:nowrap!important;word-break:keep-all!important}.role-action-strip>.workbench-tabs button.active{border:1px solid #cfc1ea!important;color:#5b28a7!important}
    body[data-page-route="home"] .role-action-strip>.workbench-view{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;margin:0!important}.role-action-strip>.workbench-view[hidden]{display:none!important}.role-action{min-width:0!important;min-height:76px!important;padding:13px 15px!important;border:0!important;border-right:1px solid var(--v29-line)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.role-action:last-child{border-right:0!important}.role-action b{font-size:13px!important;white-space:nowrap!important}.role-action span{margin-top:4px!important;font-size:10.5px!important;line-height:1.35!important;color:#837b88!important;display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.role-action em{font-size:14px!important}

    /* Common section typography */
    body[data-page-route="home"] .section{margin-top:22px!important;padding:24px 26px!important;border-radius:16px!important;border:1px solid var(--v29-line)!important;box-shadow:0 10px 28px rgba(44,29,58,.045)!important;background:#fff!important}.section.tinted{background:linear-gradient(180deg,#faf8fc,#fff)!important}
    body[data-page-route="home"] .section-head{margin-bottom:16px!important}.section-head h2{font-size:25px!important;line-height:1.2!important;letter-spacing:-.02em!important}.section-head p{margin-top:7px!important;font-size:13px!important;line-height:1.6!important}.section .eyebrow{font-size:9.5px!important;letter-spacing:.11em!important}.section-head-actions .tabs button{height:34px!important;padding:0 13px!important;font-size:11px!important;white-space:nowrap!important}.section-head-actions .btn{height:36px!important;font-size:11.5px!important}

    /* RFQ market */
    body[data-page-route="home"] .sourcing-livebar{min-height:48px!important;margin-bottom:14px!important;padding:0 14px!important;border:1px solid #e4dfe7!important;background:#fff!important}.sourcing-livebar b{font-size:12.5px!important}.sourcing-ticker{font-size:11.5px!important}.sourcing-kpis i{font-size:10.5px!important;white-space:nowrap!important}
    body[data-page-route="home"] .sourcing-layout{grid-template-columns:minmax(0,1fr) 280px!important;gap:14px!important}.data-table{border-radius:13px!important}.data-head,.data-row{grid-template-columns:minmax(290px,1.6fr) .64fr .62fr .60fr 76px!important}.data-head{height:40px!important;font-size:10.5px!important}.data-row{height:68px!important}.buyer b{font-size:13px!important}.buyer small{font-size:10.5px!important;margin-top:4px!important}.qty,.deadline{font-size:11.5px!important}.match{font-size:10.5px!important;padding:6px 9px!important}.link-btn{height:32px!important;font-size:10.5px!important}
    body[data-page-route="home"] .market-focus-panel{padding:18px!important;border:0!important;border-radius:14px!important;background:linear-gradient(155deg,#24163f,#3e236d 72%,#57408a)!important;color:#fff!important;box-shadow:0 14px 26px rgba(39,24,64,.15)!important}.market-focus-panel .eyebrow{color:#cbbcf2!important}.market-focus-panel .signal-score{margin-top:8px!important}.market-focus-panel .signal-score small{color:#cfc6df!important;font-size:10.5px!important}.market-focus-panel .signal-score b{font-size:22px!important;color:#fff!important}.market-focus-panel .signal-score>span{display:inline-flex!important;gap:5px!important;align-items:center!important;padding:5px 8px!important;border-radius:999px!important;background:rgba(54,214,162,.12)!important;color:#8ff0ce!important;font-size:9.5px!important}.market-focus-panel .signal-score>span i{width:6px!important;height:6px!important;border-radius:50%!important;background:#31d3a0!important}
    .focus-summary{display:grid!important;grid-template-columns:repeat(3,1fr)!important;margin:16px 0!important;padding:12px 0!important;border-top:1px solid rgba(255,255,255,.12)!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.focus-summary div{padding:0 10px!important;border-left:1px solid rgba(255,255,255,.12)!important}.focus-summary div:first-child{padding-left:0!important;border-left:0!important}.focus-summary b{display:block!important;font-size:18px!important}.focus-summary small{display:block!important;margin-top:3px!important;font-size:9.5px!important;color:#c8bdd8!important}
    .market-focus-panel .region-market{display:grid!important;gap:5px!important}.market-focus-panel .region-market button{min-height:58px!important;padding:8px 6px!important;border-bottom:1px solid rgba(255,255,255,.10)!important;color:#fff!important;background:transparent!important}.market-focus-panel .region-market i{font-size:17px!important}.market-focus-panel .region-market b{font-size:11.5px!important}.market-focus-panel .region-market small{font-size:9.5px!important;color:#bfb4d1!important}.market-focus-panel .region-market em{font-size:13px!important;color:#64deb4!important}.market-focus-more{width:100%!important;height:34px!important;margin-top:10px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:8px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-size:10.5px!important}

    /* Campaign mosaic stays as the operational/advertising rhythm */
    body[data-page-route="home"] .campaign-zone{margin-top:22px!important;border-radius:16px!important}.campaign-zone-head h2{font-size:24px!important}.campaign-zone-head p{font-size:12.5px!important}.campaign-main h3{font-size:30px!important}.campaign-main p{font-size:12px!important}.campaign-small b{font-size:14px!important}.campaign-small span{font-size:10.5px!important}

    /* PRODUCT CENTER — B2B list, not ecommerce tile wall */
    body[data-page-route="home"] .product-filterbar{display:flex!important;gap:12px!important;min-height:46px!important;margin-bottom:12px!important;padding:0 12px!important;background:#faf9fb!important}.product-filterbar>b{font-size:12px!important}.product-filterbar .ticker{font-size:10.5px!important;max-width:240px!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-filter-chips{display:flex!important;gap:5px!important;margin-left:auto!important}.product-filter-chips button,.supplier-filter-chips button{height:28px!important;padding:0 10px!important;border:1px solid transparent!important;border-radius:7px!important;background:transparent!important;color:#6e6674!important;font-size:10px!important;white-space:nowrap!important}.product-filter-chips button.active,.supplier-filter-chips button.active{border-color:#d7caec!important;background:#fff!important;color:#632db4!important;font-weight:760!important}
    .product-sourcing-layout{display:grid!important;grid-template-columns:210px minmax(0,1fr)!important;gap:12px!important}.product-market-index{padding:13px!important;border-radius:12px!important;background:#f8f6fa!important;box-shadow:none!important}.index-head small{font-size:9px!important}.index-head b{font-size:14px!important}.index-links button{min-height:41px!important;font-size:11.5px!important}.index-links button em{font-size:10px!important}.index-note b{font-size:12px!important}.index-note small{font-size:9.5px!important}
    .product-list-wrap{min-width:0!important;border:1px solid #e6e1e9!important;border-radius:13px!important;overflow:hidden!important;background:#fff!important}.product-list-head{display:grid!important;grid-template-columns:minmax(330px,1.65fr) .58fr .76fr .72fr 154px!important;gap:14px!important;align-items:center!important;height:38px!important;padding:0 14px!important;background:#faf9fb!important;border-bottom:1px solid #e9e4ec!important;color:#827b88!important;font-size:10px!important}.product-sourcing-list{display:block!important}.product-row{display:grid!important;grid-template-columns:minmax(330px,1.65fr) .58fr .76fr .72fr 154px!important;gap:14px!important;align-items:center!important;min-height:108px!important;padding:12px 14px!important;border:0!important;border-bottom:1px solid #eee9f0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;transform:none!important}.product-row:last-child{border-bottom:0!important}.product-row:hover{background:#fbf9fd!important;box-shadow:inset 3px 0 var(--v29-purple)!important}.product-row-main{display:grid!important;grid-template-columns:98px minmax(0,1fr)!important;gap:13px!important;align-items:center!important;min-width:0!important}.product-row .product-media{height:78px!important;border-radius:10px!important}.product-row .verify{left:6px!important;top:6px!important;font-size:8px!important;padding:3px 5px!important}.product-identity{min-width:0!important}.product-identity .chip{font-size:9.5px!important;padding:3px 6px!important}.product-identity h3{height:auto!important;margin:5px 0 5px!important;font-size:14px!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-specs{display:flex!important;gap:5px!important;flex-wrap:wrap!important}.product-specs span{padding:2px 5px!important;border-radius:5px!important;background:#f4f1f7!important;color:#746c7a!important;font-size:9px!important;white-space:nowrap!important}.product-row .supplier-line{height:auto!important;margin-top:5px!important;padding:0!important;border:0!important;font-size:10px!important;color:#6f6874!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-price small,.product-moq span,.product-capability span{display:block!important;font-size:9.5px!important;color:#89818d!important}.product-price b{display:block!important;margin:4px 0!important;font-size:16px!important;color:#d45b38!important}.product-moq b,.product-capability b{display:block!important;margin-bottom:6px!important;font-size:12px!important;color:#332d37!important}.product-row .product-actions{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;margin:0!important}.product-row .product-actions button{height:32px!important;font-size:10px!important;border-radius:7px!important}

    /* SUPPLIER CENTER — capability listing */
    body[data-page-route="home"] .supplier-filterbar{display:flex!important;gap:12px!important;min-height:46px!important;margin-bottom:10px!important;padding:0 12px!important;border-radius:10px!important;background:linear-gradient(90deg,#231740,#35205e)!important;font-size:11px!important}.supplier-filterbar>b{font-size:12px!important}.supplier-filterbar>span:not(:first-child){max-width:260px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.supplier-filter-chips{display:flex!important;gap:4px!important;margin-left:auto!important}.supplier-filter-chips button{color:#d7cfe4!important}.supplier-filter-chips button.active{background:#fff!important;color:#5d2cac!important}.supplier-list-head{display:grid!important;grid-template-columns:minmax(320px,1.35fr) 1.05fr .78fr .70fr 150px!important;gap:16px!important;align-items:center!important;height:38px!important;padding:0 14px!important;border:1px solid #e7e1ea!important;border-bottom:0!important;border-radius:12px 12px 0 0!important;background:#faf9fb!important;color:#817a87!important;font-size:10px!important}.supplier-market-list{display:block!important;border:1px solid #e7e1ea!important;border-radius:0 0 12px 12px!important;overflow:hidden!important}.supplier-row{display:grid!important;grid-template-columns:minmax(320px,1.35fr) 1.05fr .78fr .70fr 150px!important;gap:16px!important;align-items:center!important;min-height:116px!important;padding:13px 14px!important;border:0!important;border-bottom:1px solid #ede8ef!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;transform:none!important}.supplier-row:last-child{border-bottom:0!important}.supplier-row:hover{background:#fbf9fd!important;box-shadow:inset 3px 0 var(--v29-purple)!important}.supplier-profile{display:grid!important;grid-template-columns:116px minmax(0,1fr)!important;gap:13px!important;align-items:center!important;min-width:0!important}.supplier-row .supplier-cover{height:84px!important;border-radius:10px!important;overflow:hidden!important}.supplier-row .online-now{left:6px!important;bottom:6px!important;font-size:8px!important}.supplier-row .supplier-title{gap:8px!important;min-width:0!important}.supplier-row .supplier-logo{width:34px!important;height:34px!important;border-radius:9px!important;font-size:10px!important}.supplier-row .supplier-title h3{font-size:13.5px!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.supplier-row .supplier-title small{font-size:9.5px!important;margin-top:3px!important}.supplier-verified{display:inline-flex!important;margin-top:6px!important;padding:3px 6px!important;border-radius:5px!important;background:#eaf8f2!important;color:#128861!important;font-size:8.5px!important;font-weight:800!important;white-space:nowrap!important}.supplier-business>small,.supplier-factory>small,.supplier-export>small{display:block!important;margin-bottom:5px!important;color:#8a828f!important;font-size:9.5px!important}.supplier-business>b,.supplier-factory>b{display:block!important;margin-bottom:6px!important;font-size:12px!important}.supplier-row .supplier-tags{margin:0!important;gap:4px!important}.supplier-row .supplier-tags span{padding:3px 5px!important;font-size:8.5px!important}.supplier-business em{display:block!important;margin-top:6px!important;color:#6c6471!important;font-size:9.5px!important;font-style:normal!important}.supplier-factory span{display:block!important;margin-top:4px!important;color:#6f6874!important;font-size:10px!important}.supplier-export{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:5px 10px!important}.supplier-export>small{grid-column:1/-1!important}.supplier-export div b{display:block!important;font-size:14px!important}.supplier-export div span{display:block!important;margin-top:2px!important;color:#8a828e!important;font-size:9px!important}.supplier-row .supplier-actions{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;margin:0!important}.supplier-row .supplier-actions button{height:32px!important;font-size:10px!important;border-radius:7px!important}

    /* Lower system: continuous, readable, not tiny */
    body[data-page-route="home"] .dual-section{margin-top:22px!important;gap:14px!important}.industry-card,.service-card{border-radius:16px!important;box-shadow:0 10px 28px rgba(44,29,58,.045)!important}.industry-copy h2,.service-card h2{font-size:24px!important}.industry-copy p,.service-card>p{font-size:12.5px!important;line-height:1.65!important}.hub-list button b,.service-list b{font-size:12px!important}.hub-list button small,.service-list small{font-size:10px!important}.flow{margin-top:22px!important}.flow .section-head h2{font-size:24px!important}.flow-step b{font-size:12px!important}.flow-step small{font-size:9.5px!important}.project-bar h3{font-size:13px!important}.platform-live-network{margin-top:22px!important}.live-network-copy h2{font-size:22px!important}.live-network-copy p,.live-network-feed small{font-size:10.5px!important}.live-network-feed b{font-size:11.5px!important}.cta{margin-top:22px!important}.cta h2{font-size:24px!important}.cta .btn{height:40px!important;font-size:11.5px!important}

    @media(max-width:1280px){
      body[data-page-route="home"] .hero-shell{grid-template-columns:215px minmax(0,1fr) 280px!important}.hero-content{width:64%!important}.hero-copy h1{font-size:35px!important}.hero-market-panel{width:205px!important}.role-action-strip{grid-template-columns:135px 255px minmax(0,1fr)!important}.role-action-strip>.workbench-tabs{grid-template-columns:62px 62px 1fr!important;padding:10px!important}.role-action span{display:none!important}.product-sourcing-layout{grid-template-columns:180px minmax(0,1fr)!important}.product-list-head,.product-row{grid-template-columns:minmax(280px,1.55fr) .58fr .72fr .68fr 128px!important}.supplier-list-head,.supplier-row{grid-template-columns:minmax(280px,1.25fr) 1fr .72fr .68fr 128px!important}.supplier-profile{grid-template-columns:96px minmax(0,1fr)!important}.supplier-filter-chips button:nth-child(n+4),.product-filter-chips button:nth-child(n+5){display:none!important}
    }
    @media(max-width:1020px){
      body[data-page-route="home"] .hero-shell{height:auto!important;grid-template-columns:1fr!important}.hero-stage{height:540px!important}.hero-content{width:70%!important}.hero-market-panel{display:none!important}.hero-live-ribbon{width:72%!important}.role-action-strip{grid-template-columns:130px minmax(0,1fr)!important}.role-action-strip>.workbench-tabs{border-right:0!important}.role-action-strip>.workbench-view{grid-column:1/-1!important;border-top:1px solid var(--v29-line)!important}.sourcing-layout{grid-template-columns:1fr!important}.market-focus-panel{display:grid!important;grid-template-columns:180px 1fr!important;gap:12px!important}.focus-summary{grid-column:1!important}.region-market{grid-column:2!important;grid-row:1/4!important}.market-focus-more{grid-column:1/-1!important}.product-sourcing-layout{grid-template-columns:1fr!important}.product-market-index{display:none!important}.product-filter-chips,.supplier-filter-chips{display:none!important}.product-list-head,.product-row{grid-template-columns:minmax(260px,1.55fr) .65fr .76fr 128px!important}.product-list-head span:nth-child(4),.product-row .product-capability{display:none!important}.supplier-list-head,.supplier-row{grid-template-columns:minmax(290px,1.2fr) 1fr .72fr 128px!important}.supplier-list-head span:nth-child(4),.supplier-row .supplier-export{display:none!important}
    }
    @media(max-width:640px){
      body[data-page-route="home"] .hero-stage{height:560px!important}.hero-content{width:100%!important;padding:88px 20px 102px!important;justify-content:flex-end!important}.hero-copy h1{font-size:30px!important;line-height:1.16!important}.hero-copy p{font-size:12.5px!important}.hero-platform-status{display:none!important}.hero-live-ribbon{left:18px!important;right:18px!important;width:auto!important}.hero-live-ribbon em{display:none!important}.hero-controls{left:18px!important}.trust-band{grid-template-columns:repeat(2,1fr)!important}.trust-item{min-height:74px!important}.role-action-strip{grid-template-columns:1fr!important}.role-action-head{display:none!important}.role-action-strip>.workbench-tabs{grid-template-columns:1fr 1fr 1.25fr!important;padding:8px!important;border-right:0!important}.role-action-strip>.workbench-view{grid-template-columns:repeat(2,1fr)!important}.role-action{min-height:60px!important;padding:10px 12px!important}.role-action b{font-size:11.5px!important}.section{padding:18px 14px!important}.section-head h2{font-size:22px!important}.sourcing-kpis{display:none!important}.data-row{height:68px!important}.market-focus-panel{grid-template-columns:1fr!important}.region-market{grid-column:1!important;grid-row:auto!important}.product-list-head,.supplier-list-head{display:none!important}.product-list-wrap,.supplier-market-list{border-radius:12px!important}.product-row{grid-template-columns:1fr!important;gap:10px!important;min-height:0!important;padding:12px!important}.product-row-main{grid-template-columns:88px minmax(0,1fr)!important}.product-price,.product-moq,.product-capability{display:inline-flex!important;align-items:baseline!important;gap:5px!important}.product-price small,.product-price span,.product-moq span,.product-capability span{font-size:9px!important}.product-row .product-actions{grid-template-columns:1fr 1fr!important}.supplier-row{grid-template-columns:1fr!important;gap:10px!important;padding:12px!important}.supplier-profile{grid-template-columns:94px minmax(0,1fr)!important}.supplier-business,.supplier-factory,.supplier-export{display:none!important}.supplier-row .supplier-actions{grid-template-columns:1fr 1fr!important}.campaign-zone{margin-top:18px!important}
    }

/* ectip-v29-qa-fixes */
body[data-page-route="home"] .hero-shell,
    body[data-page-route="home"] .category-rail,
    body[data-page-route="home"] .hero-stage,
    body[data-page-route="home"] .rfq-rail{height:530px!important}
    body[data-page-route="home"] .hero-image{inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}
    body[data-page-route="home"] .hero-copy h1{font-size:37px!important;max-width:640px!important}
    body[data-page-route="home"] .hero-controls{display:none!important}
    body[data-page-route="home"] .role-action-strip>.workbench-view[hidden]{display:none!important}
    @media(max-width:1280px){
      body[data-page-route="home"] .hero-copy h1{font-size:31px!important;line-height:1.14!important}
      body[data-page-route="home"] .hero-content{width:65%!important;padding-left:26px!important;padding-right:26px!important}
      body[data-page-route="home"] .role-action-strip>.workbench-view[hidden]{display:none!important}
    }
    @media(max-width:1020px){
      body[data-page-route="home"] .hero-stage{height:540px!important}
      body[data-page-route="home"] .hero-shell{height:auto!important}
      body[data-page-route="home"] .role-action-strip>.workbench-view[hidden]{display:none!important}
    }
    @media(max-width:640px){
      body[data-page-route="home"] .hero-stage{height:560px!important}
      body[data-page-route="home"] .hero-copy h1{font-size:28px!important;line-height:1.16!important;word-break:break-all!important;text-wrap:wrap!important;max-width:100%!important}
      body[data-page-route="home"] .hero-content{width:100%!important;padding:86px 18px 100px!important}
      body[data-page-route="home"] .role-action-strip>.workbench-view[hidden]{display:none!important}
      body[data-page-route="home"] .data-table{overflow:hidden!important}
      body[data-page-route="home"] .data-row{grid-template-columns:minmax(0,1fr) 68px!important;gap:6px!important;padding:0 9px!important;width:100%!important;box-sizing:border-box!important}
      body[data-page-route="home"] .data-row .buyer{min-width:0!important}
      body[data-page-route="home"] .data-row .buyer b{font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
      body[data-page-route="home"] .data-row .buyer small{font-size:9px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
      body[data-page-route="home"] .data-row .link-btn{width:68px!important;min-width:68px!important}
      body[data-page-route="home"] .supplier-row{overflow:hidden!important}
      body[data-page-route="home"] .supplier-profile{grid-template-columns:74px minmax(0,1fr)!important;gap:9px!important;min-width:0!important}
      body[data-page-route="home"] .supplier-row .supplier-cover{width:74px!important;height:70px!important}
      body[data-page-route="home"] .supplier-row .supplier-title{min-width:0!important}
      body[data-page-route="home"] .supplier-row .supplier-title>div{min-width:0!important}
      body[data-page-route="home"] .supplier-row .supplier-title h3{font-size:11.5px!important;max-width:100%!important}
      body[data-page-route="home"] .supplier-verified{font-size:7.5px!important}
      body[data-page-route="home"] .section-head-actions{width:100%!important;max-width:100%!important;overflow:hidden!important;display:flex!important;flex-wrap:wrap!important}
      body[data-page-route="home"] .section-head-actions .tabs{max-width:100%!important;overflow-x:auto!important;display:flex!important;flex-wrap:nowrap!important;scrollbar-width:none!important}
      body[data-page-route="home"] .section-head-actions .tabs button{flex:0 0 auto!important}
      body[data-page-route="home"] .section-head-actions>.btn{width:100%!important}
    }

/* ectip-v29-button-unification */
body[data-page-route="home"] .btn{border-radius:9px!important;font-weight:720!important}
    body[data-page-route="home"] .btn.ghost,body[data-page-route="home"] .btn.light{border-color:#d9ceed!important;background:#fff!important;color:#6632bd!important}
    body[data-page-route="home"] .product-actions button,body[data-page-route="home"] .supplier-actions button,body[data-page-route="home"] .link-btn{font-weight:720!important}
    body[data-page-route="home"] .product-actions .primary,body[data-page-route="home"] .supplier-actions .primary{background:linear-gradient(110deg,#7543e4,#6533d6)!important;border-color:#6d39da!important;color:#fff!important}

/* ectip-v30-buyer-market-system */
/* Product discovery — visual enough for overseas buyers, but every card stays sourcing-first. */
    .buyer-product-market .section-head p,.buyer-supplier-market .section-head p{max-width:760px!important}
    .buyer-product-layout{grid-template-columns:210px minmax(0,1fr)!important;gap:16px!important}
    .buyer-category-index{display:flex!important;min-height:430px!important;padding:16px!important;border:1px solid #e5dfe8!important;border-radius:14px!important;background:linear-gradient(180deg,#faf8fc,#f5f2f8)!important}
    .buyer-category-index .index-head p{margin:7px 0 0!important;font-size:11px!important;line-height:1.5!important;color:#8a8190!important}.buyer-category-index .index-links button{min-height:48px!important;font-size:12px!important}.buyer-category-index .index-links button span{font-weight:650!important}.buyer-category-index .index-links em{font-size:10px!important}.buyer-category-index .index-note{padding:14px!important}.buyer-category-index .index-note b{font-size:16px!important}.buyer-category-index .index-note small{font-size:10px!important;line-height:1.45!important}
    .buyer-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.buyer-product-card{display:flex!important;flex-direction:column!important;min-width:0!important;border:1px solid #e6e0e9!important;border-radius:15px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 20px rgba(46,32,56,.045)!important;transition:.2s!important}.buyer-product-card:hover{transform:translateY(-3px)!important;border-color:#d7cbea!important;box-shadow:0 16px 32px rgba(46,32,56,.09)!important}.buyer-product-card .product-media{position:relative!important;height:176px!important;border-radius:0!important;overflow:hidden!important;background:#f0edf3!important}.buyer-product-card .product-media img{width:100%!important;height:100%!important;object-fit:cover!important}.buyer-product-card .verify{top:10px!important;left:10px!important;padding:5px 7px!important;border-radius:7px!important;background:rgba(255,255,255,.92)!important;color:#168760!important;font-size:8.5px!important;font-weight:850!important;backdrop-filter:blur(8px)!important}.buyer-interest{position:absolute!important;right:10px!important;bottom:10px!important;padding:5px 8px!important;border-radius:999px!important;background:rgba(30,20,45,.72)!important;color:#fff!important;font-size:9px!important;backdrop-filter:blur(8px)!important}.buyer-product-card .product-body{display:flex!important;flex-direction:column!important;flex:1!important;padding:14px!important}.product-topline{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.product-topline>span:last-child{font-size:9px!important;color:#796f82!important;white-space:nowrap!important}.buyer-product-card h3{margin:9px 0 7px!important;min-height:42px!important;font-size:15px!important;line-height:1.4!important}.buyer-product-card .supplier-line{display:flex!important;align-items:center!important;gap:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#766f7a!important;font-size:10.5px!important}.buyer-product-card .supplier-line i{color:#17a576!important;font-style:normal!important}.product-buyer-facts{display:grid!important;grid-template-columns:1.15fr .9fr 1fr!important;gap:0!important;margin:12px 0 10px!important;border-top:1px solid #eee9f0!important;border-bottom:1px solid #eee9f0!important}.product-buyer-facts>div{padding:10px 7px!important}.product-buyer-facts>div+div{border-left:1px solid #eee9f0!important}.product-buyer-facts small{display:block!important;margin-bottom:4px!important;color:#918895!important;font-size:8.5px!important;text-transform:uppercase!important;letter-spacing:.05em!important}.product-buyer-facts b{display:block!important;font-size:11px!important;line-height:1.35!important;color:#3a333e!important}.product-buyer-facts>div:first-child b{font-size:15px!important;color:#e85b35!important}.product-badges{display:flex!important;flex-wrap:wrap!important;gap:5px!important;min-height:45px!important}.product-badges span{padding:4px 6px!important;border-radius:6px!important;background:#f5f1f8!important;color:#73687b!important;font-size:8.5px!important}.buyer-product-card .product-actions{display:grid!important;grid-template-columns:.85fr 1.15fr!important;gap:7px!important;margin-top:auto!important;padding-top:12px!important}.buyer-product-card .product-actions button{height:36px!important;border-radius:8px!important;font-size:10px!important}

    /* Auto rotating marketplace advertising between products and supplier market. */
    .marketplace-ad-rail{display:grid!important;grid-template-columns:230px minmax(0,1fr)!important;gap:0!important;max-width:var(--max)!important;margin:24px auto 0!important;border:1px solid #ded7e4!important;border-radius:17px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 12px 30px rgba(46,32,56,.055)!important}.ad-rail-label{padding:24px!important;background:linear-gradient(145deg,#f6f2fa,#fff)!important;border-right:1px solid #e8e2eb!important}.ad-rail-label span{display:block!important;color:#7254a2!important;font-size:9px!important;letter-spacing:.12em!important;font-weight:850!important}.ad-rail-label b{display:block!important;margin-top:10px!important;font-size:18px!important;line-height:1.35!important}.ad-rail-label small{display:block!important;margin-top:8px!important;color:#837a88!important;font-size:10.5px!important;line-height:1.55!important}.ad-rail-viewport{position:relative!important;overflow:hidden!important;min-height:168px!important}.ad-rail-track{display:flex!important;width:100%!important;height:100%!important;transition:transform .55s cubic-bezier(.22,.75,.22,1)!important}.ad-slide{position:relative!important;display:block!important;flex:0 0 100%!important;min-height:168px!important;overflow:hidden!important;color:#fff!important;text-decoration:none!important}.ad-slide>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}.ad-slide-shade{position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(24,16,40,.90),rgba(34,20,58,.72) 55%,rgba(24,16,40,.16))!important}.ad-slide-copy{position:relative!important;z-index:2!important;width:64%!important;padding:22px 28px!important}.ad-slide-copy>small{display:block!important;color:#cdbdf1!important;font-size:9px!important;letter-spacing:.12em!important;font-weight:800!important}.ad-slide-copy h3{margin:7px 0 6px!important;font-size:23px!important;line-height:1.22!important}.ad-slide-copy p{margin:0!important;max-width:650px!important;color:#e9e3f3!important;font-size:11.5px!important;line-height:1.55!important}.ad-slide-copy>div{display:flex!important;align-items:baseline!important;gap:7px!important;margin-top:13px!important}.ad-slide-copy>div b{font-size:18px!important}.ad-slide-copy>div span{margin-right:14px!important;color:#d7cfe4!important;font-size:9.5px!important}.ad-slide>em{position:absolute!important;z-index:2!important;right:32px!important;bottom:26px!important;padding:9px 14px!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:9px!important;background:rgba(255,255,255,.10)!important;color:#fff!important;font-size:10px!important;font-style:normal!important;backdrop-filter:blur(10px)!important}.ad-rail-controls{position:absolute!important;right:18px!important;top:18px!important;z-index:4!important;display:flex!important;align-items:center!important;gap:9px!important}.ad-rail-controls>button{width:30px!important;height:30px!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:8px!important;background:rgba(20,14,32,.28)!important;color:#fff!important;backdrop-filter:blur(8px)!important}.ad-rail-controls>div{display:flex!important;gap:5px!important}.ad-rail-controls>div button{width:6px!important;height:6px!important;padding:0!important;border:0!important;border-radius:99px!important;background:rgba(255,255,255,.45)!important}.ad-rail-controls>div button.active{width:18px!important;background:#fff!important}

    /* Supplier showroom — trust-first visual profiles rather than dense domestic-style tables. */
    .buyer-supplier-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;border:0!important;border-radius:0!important;overflow:visible!important}.buyer-supplier-card{display:flex!important;flex-direction:column!important;border:1px solid #e5dfe8!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 9px 22px rgba(46,32,56,.05)!important;transition:.2s!important}.buyer-supplier-card:hover{transform:translateY(-3px)!important;border-color:#d5c8e8!important;box-shadow:0 16px 34px rgba(46,32,56,.09)!important}.buyer-supplier-card .supplier-cover{position:relative!important;height:176px!important;border-radius:0!important;overflow:hidden!important}.buyer-supplier-card .supplier-cover img{width:100%!important;height:100%!important;object-fit:cover!important}.buyer-supplier-card .supplier-verified{position:absolute!important;left:12px!important;top:12px!important;margin:0!important;padding:5px 8px!important;border-radius:7px!important;background:rgba(234,248,242,.94)!important;color:#118760!important;font-size:8.5px!important;backdrop-filter:blur(8px)!important}.buyer-supplier-card .online-now{left:auto!important;right:12px!important;bottom:12px!important;padding:5px 8px!important;border-radius:999px!important;background:rgba(25,18,36,.68)!important;color:#fff!important;font-size:8.5px!important;backdrop-filter:blur(8px)!important}.supplier-card-body{display:flex!important;flex-direction:column!important;flex:1!important;padding:15px!important}.buyer-supplier-card .supplier-title{display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;gap:10px!important;align-items:center!important}.buyer-supplier-card .supplier-logo{width:40px!important;height:40px!important;border-radius:10px!important;font-size:10px!important}.buyer-supplier-card .supplier-title h3{margin:0!important;font-size:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.buyer-supplier-card .supplier-title small{display:block!important;margin-top:4px!important;color:#827987!important;font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.supplier-core{margin-top:14px!important;padding-top:12px!important;border-top:1px solid #eee9f0!important}.supplier-core>small{display:block!important;color:#8a7f91!important;font-size:8.5px!important;letter-spacing:.07em!important;font-weight:780!important}.supplier-core>b{display:block!important;margin-top:5px!important;font-size:12.5px!important}.buyer-supplier-card .supplier-tags{display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin-top:8px!important}.buyer-supplier-card .supplier-tags span{padding:4px 6px!important;border-radius:6px!important;background:#f5f2f8!important;font-size:8.5px!important;color:#706778!important}.supplier-buyer-facts{display:grid!important;grid-template-columns:repeat(3,1fr)!important;margin:13px 0!important;border-top:1px solid #eee9f0!important;border-bottom:1px solid #eee9f0!important}.supplier-buyer-facts>div{padding:11px 7px!important}.supplier-buyer-facts>div+div{border-left:1px solid #eee9f0!important}.supplier-buyer-facts b{display:block!important;font-size:17px!important}.supplier-buyer-facts span{display:block!important;margin-top:3px!important;color:#8b8290!important;font-size:8.5px!important}.supplier-proof{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;min-height:42px!important}.supplier-proof span{font-size:9px!important;color:#675f6c!important}.buyer-supplier-card .supplier-actions{display:grid!important;grid-template-columns:.9fr 1.1fr!important;gap:7px!important;margin-top:auto!important;padding-top:13px!important}.buyer-supplier-card .supplier-actions button{height:36px!important;border-radius:8px!important;font-size:10px!important}

    /* Marketplace footer: global buyer/supplier navigation and trust, not independent-site footer. */
    .marketplace-footer{margin-top:34px!important;padding:0!important;background:#171126!important;color:#dcd5e7!important;border-top:0!important}.footer-assurance{display:grid!important;grid-template-columns:repeat(4,1fr)!important;max-width:var(--max)!important;margin:auto!important;border-left:1px solid rgba(255,255,255,.08)!important;border-right:1px solid rgba(255,255,255,.08)!important}.footer-assurance>div{display:flex!important;align-items:center!important;gap:12px!important;min-height:78px!important;padding:0 22px!important;border-right:1px solid rgba(255,255,255,.08)!important;background:#211735!important}.footer-assurance>div:last-child{border-right:0!important}.footer-assurance i{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;border-radius:10px!important;background:#382657!important;color:#b99bf3!important;font-size:10px!important;font-style:normal!important;font-weight:850!important}.footer-assurance b{display:block!important;color:#fff!important;font-size:12px!important}.footer-assurance small{display:block!important;margin-top:4px!important;color:#9e94aa!important;font-size:9.5px!important}.footer-market-grid{display:grid!important;grid-template-columns:1.7fr repeat(5,1fr)!important;gap:28px!important;max-width:var(--max)!important;margin:auto!important;padding:42px 24px 34px!important}.footer-brand-market img{width:118px!important;filter:brightness(0) invert(1)!important}.footer-brand-market p{max-width:300px!important;margin:16px 0!important;color:#aaa0b5!important;font-size:11.5px!important;line-height:1.7!important}.footer-role-ctas{display:flex!important;gap:8px!important}.footer-role-ctas button{height:34px!important;padding:0 13px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:8px!important;background:rgba(255,255,255,.06)!important;color:#fff!important;font-size:9.5px!important}.footer-role-ctas button:first-child{background:#7440dc!important;border-color:#7440dc!important}.footer-live{display:flex!important;align-items:center!important;gap:7px!important;margin-top:15px!important;color:#a79bad!important;font-size:9.5px!important}.footer-live i{width:6px!important;height:6px!important;border-radius:50%!important;background:#26c998!important;box-shadow:0 0 0 4px rgba(38,201,152,.1)!important}.footer-market-grid h4{margin:0 0 14px!important;color:#fff!important;font-size:11.5px!important}.footer-market-grid a{display:block!important;margin:9px 0!important;color:#a99fad!important;font-size:10.5px!important;text-decoration:none!important}.footer-market-grid a:hover{color:#fff!important}.footer-market-links{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px 14px!important;max-width:var(--max)!important;margin:auto!important;padding:17px 24px!important;border-top:1px solid rgba(255,255,255,.08)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;color:#9f95a9!important}.footer-market-links b{color:#dcd5e7!important;font-size:9.5px!important;text-transform:uppercase!important;letter-spacing:.07em!important}.footer-market-links a,.footer-market-links button{padding:0!important;border:0!important;background:transparent!important;color:#a99fad!important;font-size:9.5px!important;text-decoration:none!important}.footer-market-links>span{flex:1!important}.marketplace-footer .footer-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;max-width:var(--max)!important;margin:auto!important;padding:17px 24px!important;border:0!important;color:#7e7586!important;font-size:9.5px!important}.marketplace-footer .footer-bottom>div{display:flex!important;gap:18px!important}.marketplace-footer .footer-bottom a{color:#8d8495!important;text-decoration:none!important}

    @media(max-width:1280px){.buyer-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.buyer-supplier-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.footer-market-grid{grid-template-columns:1.5fr repeat(3,1fr)!important}.footer-market-grid>div:nth-child(n+5){display:none!important}}
    @media(max-width:1020px){.buyer-product-layout{grid-template-columns:1fr!important}.buyer-category-index{display:none!important}.buyer-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.marketplace-ad-rail{grid-template-columns:1fr!important}.ad-rail-label{display:none!important}.buyer-supplier-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.footer-assurance{grid-template-columns:repeat(2,1fr)!important}.footer-market-grid{grid-template-columns:1.5fr repeat(2,1fr)!important}.footer-market-grid>div:nth-child(n+4){display:none!important}}
    @media(max-width:640px){.buyer-product-market .section-head-actions,.buyer-supplier-market .section-head-actions{width:100%!important;display:grid!important;gap:8px!important}.buyer-product-market .section-head-actions .tabs,.buyer-supplier-market .section-head-actions .tabs{display:grid!important;grid-template-columns:repeat(2,1fr)!important;width:100%!important;overflow:visible!important}.buyer-product-market .section-head-actions .tabs button,.buyer-supplier-market .section-head-actions .tabs button{width:100%!important;min-width:0!important;white-space:nowrap!important}.buyer-product-market .section-head-actions>.btn,.buyer-supplier-market .section-head-actions>.btn{width:100%!important}.buyer-product-grid,.buyer-supplier-grid{grid-template-columns:1fr!important}.buyer-product-card .product-media,.buyer-supplier-card .supplier-cover{height:190px!important}.marketplace-ad-rail{margin-top:18px!important;border-radius:14px!important}.ad-slide{min-height:220px!important}.ad-slide-copy{width:100%!important;padding:22px!important}.ad-slide-copy h3{font-size:20px!important}.ad-slide>em{right:18px!important;bottom:16px!important}.footer-assurance{grid-template-columns:1fr!important}.footer-assurance>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.footer-market-grid{grid-template-columns:1fr 1fr!important;gap:24px!important;padding:30px 18px!important}.footer-brand-market{grid-column:1/-1!important}.footer-market-grid>div:nth-child(4){display:block!important}.footer-market-links{padding-inline:18px!important}.footer-market-links>span{display:none!important}.marketplace-footer .footer-bottom{align-items:flex-start!important;flex-direction:column!important;gap:10px!important;padding-inline:18px!important}.marketplace-footer .footer-bottom>div{flex-wrap:wrap!important}}

/* ectip-v31-cn-platform-system */
/* V31 中文平台一致性：中文优先、产品采购结构稳定、供应商 shortlist、平台目录型页尾 */
    body[data-page-route="home"] .eyebrow{font-size:11px!important;letter-spacing:.04em!important;text-transform:none!important;color:#7653a9!important;font-weight:780!important}
    .hero-platform-id,.hero-platform-status span,.hero-market-head span,.hero-market-foot span,.hero-market-foot small{letter-spacing:.02em!important;text-transform:none!important}
    .hero-platform-id{font-size:11px!important}.hero-platform-status span{font-size:10.5px!important}.hero-market-head span{font-size:11px!important}.hero-eyebrow{font-size:11.5px!important;letter-spacing:.04em!important}.hero-market-copy span{font-size:11.5px!important}.hero-market-copy small{font-size:12px!important}.hero-market-stats span{font-size:11px!important}.trust-item span{font-size:11px!important;color:#817888!important;letter-spacing:0!important;text-transform:none!important}

    /* Product market: horizontal taxonomy eliminates sidebar height/width divergence. */
    .buyer-product-market{overflow:hidden!important}
    .buyer-product-market .section-head,.buyer-supplier-market .section-head{align-items:flex-end!important;gap:24px!important}.buyer-product-market .section-head>div:first-child,.buyer-supplier-market .section-head>div:first-child{min-width:0!important;max-width:780px!important}.buyer-product-market .section-head p,.buyer-supplier-market .section-head p{font-size:13.5px!important;line-height:1.65!important}.buyer-product-market .tabs button,.buyer-supplier-market .tabs button{font-size:11px!important;white-space:nowrap!important}.unified-market-toolbar{display:flex!important;align-items:center!important;gap:10px!important;min-height:48px!important;height:auto!important;padding:8px 12px!important;border:1px solid #e5dfe9!important;border-radius:11px!important;background:#f8f6fa!important;color:#716a76!important;box-shadow:none!important}.unified-market-toolbar>b{color:#302a34!important;font-size:12px!important}.unified-market-toolbar .ticker,.unified-market-toolbar>span:not(.pulse-dot){font-size:11px!important}.unified-market-toolbar .pulse-dot{display:block!important;width:7px!important;height:7px!important;border-radius:50%!important;background:#18aa7d!important;box-shadow:0 0 0 4px rgba(24,170,125,.10)!important}.product-filter-chips,.supplier-filter-chips{display:flex!important;gap:5px!important;margin-left:auto!important;min-width:0!important}.product-filter-chips button,.supplier-filter-chips button{height:29px!important;padding:0 10px!important;border:1px solid transparent!important;border-radius:7px!important;background:transparent!important;color:#726a78!important;font-size:10px!important;white-space:nowrap!important}.product-filter-chips button.active,.supplier-filter-chips button.active{background:#fff!important;border-color:#ddd4e6!important;color:#6431bf!important;box-shadow:0 3px 7px rgba(54,37,68,.06)!important}
    .buyer-category-strip{display:grid!important;grid-template-columns:1.25fr repeat(5,minmax(0,1fr))!important;gap:0!important;margin:14px 0 16px!important;border:1px solid #e5dfe9!important;border-radius:13px!important;background:#fff!important;overflow:hidden!important}.buyer-category-title{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;padding:15px 16px!important;background:linear-gradient(135deg,#f6f1fc,#fbfafd)!important;border-right:1px solid #ebe5ee!important}.buyer-category-title small{font-size:10px!important;color:#7750a9!important;font-weight:800!important}.buyer-category-title b{margin-top:4px!important;font-size:14px!important;color:#302933!important}.buyer-category-title span{margin-top:4px!important;font-size:10.5px!important;color:#817987!important;line-height:1.35!important}.buyer-category-strip>button{position:relative!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;min-width:0!important;min-height:78px!important;padding:12px 13px!important;border:0!important;border-right:1px solid #eee9f0!important;background:#fff!important;text-align:left!important;cursor:pointer!important}.buyer-category-strip>button:last-child{border-right:0!important}.buyer-category-strip>button:hover{background:#faf7fd!important}.buyer-category-strip>button span{display:block!important;max-width:100%!important;font-size:12px!important;font-weight:750!important;color:#37303b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.buyer-category-strip>button em{position:absolute!important;right:11px!important;top:12px!important;font-size:9px!important;font-style:normal!important;color:#8d79ad!important}.buyer-category-strip>button small{display:block!important;margin-top:6px!important;max-width:100%!important;font-size:9.5px!important;line-height:1.35!important;color:#8b838f!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
    .buyer-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.buyer-product-card{min-width:0!important;border:1px solid #e5dfe8!important;border-radius:15px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 8px 20px rgba(46,32,56,.045)!important}.buyer-product-card .product-media{height:190px!important}.buyer-product-card .verify{left:11px!important;top:11px!important;padding:5px 8px!important;font-size:9px!important;background:rgba(255,255,255,.91)!important;backdrop-filter:blur(8px)!important}.buyer-product-card .buyer-interest{right:10px!important;top:10px!important;padding:5px 8px!important;border-radius:999px!important;background:rgba(30,22,42,.70)!important;color:#fff!important;font-size:9px!important;backdrop-filter:blur(8px)!important}.buyer-product-card .product-body{padding:14px!important}.buyer-product-card .product-topline{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.buyer-product-card .product-topline>span:last-child{font-size:10px!important;color:#746c79!important;white-space:nowrap!important}.buyer-product-card .chip{padding:4px 7px!important;font-size:9.5px!important}.buyer-product-card h3{height:auto!important;min-height:42px!important;margin:9px 0 6px!important;font-size:15px!important;line-height:1.42!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.buyer-product-card .supplier-line{display:flex!important;align-items:center!important;gap:5px!important;height:auto!important;min-height:30px!important;padding:7px 0 9px!important;border-top:0!important;border-bottom:1px solid #eeeaf0!important;font-size:10px!important;color:#655e6a!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.buyer-product-card .supplier-line i{color:#16a475!important;font-style:normal!important}.product-buyer-facts{display:grid!important;grid-template-columns:1.15fr .95fr .9fr!important;margin-top:11px!important;border:1px solid #eee9f0!important;border-radius:10px!important;background:#faf9fb!important;overflow:hidden!important}.product-buyer-facts>div{min-width:0!important;padding:9px!important}.product-buyer-facts>div+div{border-left:1px solid #eee9f0!important}.product-buyer-facts small{display:block!important;color:#8a828e!important;font-size:9px!important;white-space:nowrap!important}.product-buyer-facts b{display:block!important;margin-top:4px!important;color:#332c37!important;font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-buyer-facts>div:first-child b{color:#d75b38!important;font-size:14px!important}.product-badges{display:flex!important;gap:6px!important;flex-wrap:wrap!important;min-height:28px!important;margin-top:10px!important}.product-badges span{padding:4px 7px!important;border-radius:6px!important;background:#f5f2f7!important;color:#6f6675!important;font-size:9.5px!important}.buyer-product-card .product-actions{grid-template-columns:.82fr 1.18fr!important;gap:7px!important;margin-top:11px!important}.buyer-product-card .product-actions button{height:36px!important;border-radius:8px!important;font-size:10.5px!important;white-space:nowrap!important}.buyer-product-card .product-actions .primary{background:#7140d7!important;border-color:#7140d7!important}

    /* Supplier shortlist: one featured supplier + two decision-oriented compact cards. */
    .supplier-shortlist-grid{display:grid!important;grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;gap:14px!important;min-height:560px!important}.supplier-shortlist-grid .buyer-supplier-card{min-width:0!important;border:1px solid #e5dfe8!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 9px 22px rgba(46,32,56,.05)!important}.supplier-featured-card{grid-row:1/3!important;display:grid!important;grid-template-rows:240px minmax(0,1fr)!important}.supplier-featured-card .supplier-cover{height:240px!important}.supplier-featured-card .supplier-cover:after{content:''!important;position:absolute!important;inset:45% 0 0!important;background:linear-gradient(180deg,transparent,rgba(24,16,34,.68))!important}.supplier-cover-caption{position:absolute!important;left:16px!important;right:16px!important;bottom:14px!important;z-index:2!important;color:#fff!important}.supplier-cover-caption small{display:block!important;font-size:10px!important;color:#ddcff2!important}.supplier-cover-caption b{display:block!important;margin-top:4px!important;font-size:16px!important}.supplier-featured-card .supplier-card-body{padding:17px!important}.supplier-featured-card .supplier-title h3{font-size:18px!important}.supplier-featured-card .supplier-title small{font-size:11px!important}.supplier-main-products{display:grid!important;grid-template-columns:minmax(0,1fr) 210px!important;gap:14px!important;align-items:end!important;margin-top:15px!important;padding-top:13px!important;border-top:1px solid #eee9f0!important}.supplier-main-products small,.supplier-compact-products small{display:block!important;color:#817788!important;font-size:9.5px!important}.supplier-main-products b,.supplier-compact-products b{display:block!important;margin-top:5px!important;font-size:13px!important;line-height:1.4!important}.supplier-product-thumbs{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:5px!important}.supplier-product-thumbs img{width:100%!important;height:52px!important;border-radius:8px!important;object-fit:cover!important;background:#eee!important}.supplier-featured-card .supplier-buyer-facts{margin:13px 0 11px!important}.supplier-featured-card .supplier-buyer-facts span{font-size:9px!important}.supplier-featured-card .supplier-proof{display:flex!important;gap:10px 14px!important;flex-wrap:wrap!important;min-height:0!important}.supplier-featured-card .supplier-proof span{font-size:10px!important}.supplier-featured-card .supplier-actions{grid-template-columns:.9fr 1.1fr!important;margin-top:13px!important}.supplier-featured-card .supplier-actions button{height:38px!important;font-size:10.5px!important}
    .supplier-compact-card{display:grid!important;grid-template-columns:185px minmax(0,1fr)!important;min-height:0!important}.supplier-compact-card .supplier-cover{height:100%!important;min-height:260px!important;border-radius:0!important}.supplier-compact-card .supplier-card-body{padding:14px!important}.supplier-compact-card .supplier-title{grid-template-columns:36px minmax(0,1fr)!important}.supplier-compact-card .supplier-logo{width:36px!important;height:36px!important}.supplier-compact-card .supplier-title h3{font-size:14px!important}.supplier-compact-card .supplier-title small{font-size:9.5px!important}.supplier-compact-products{margin-top:11px!important;padding-top:10px!important;border-top:1px solid #eee9f0!important}.supplier-compact-card .supplier-product-thumbs{margin-top:8px!important}.supplier-compact-card .supplier-product-thumbs img{height:42px!important}.supplier-compact-stats{display:flex!important;gap:8px 12px!important;flex-wrap:wrap!important;margin-top:10px!important;color:#706875!important;font-size:9.5px!important}.supplier-compact-stats b{color:#342d38!important}.supplier-compact-card .supplier-actions{grid-template-columns:.85fr 1.15fr!important;margin-top:10px!important;padding-top:0!important}.supplier-compact-card .supplier-actions button{height:34px!important;font-size:10px!important}.buyer-supplier-card .supplier-verified{font-size:9px!important}.buyer-supplier-card .online-now{font-size:9px!important}

    /* Footer: light platform directory instead of a marketing landing-page footer. */
    .marketplace-footer{margin-top:32px!important;padding:0!important;background:#f5f3f6!important;color:#655e69!important;border-top:1px solid #ddd7e1!important;box-shadow:0 -8px 28px rgba(46,32,56,.035)!important}.footer-assurance{display:grid!important;grid-template-columns:repeat(4,1fr)!important;max-width:var(--max)!important;margin:auto!important;border-left:1px solid #e4dee7!important;border-right:1px solid #e4dee7!important;background:#fff!important}.footer-assurance>div{display:flex!important;align-items:center!important;gap:11px!important;min-height:72px!important;padding:0 20px!important;border-right:1px solid #e8e2ea!important;background:#fff!important}.footer-assurance>div:last-child{border-right:0!important}.footer-assurance i{display:flex!important;align-items:center!important;justify-content:center!important;min-width:36px!important;width:36px!important;height:36px!important;border-radius:9px!important;background:#f1ebf8!important;color:#6433b7!important;font-size:9px!important;font-style:normal!important;font-weight:850!important}.footer-assurance b{display:block!important;color:#332d37!important;font-size:12px!important}.footer-assurance small{display:block!important;margin-top:4px!important;color:#817987!important;font-size:9.5px!important;line-height:1.35!important}.footer-market-grid{display:grid!important;grid-template-columns:1.65fr repeat(5,1fr)!important;gap:28px!important;max-width:var(--max)!important;margin:auto!important;padding:36px 24px 30px!important}.footer-brand-market img{width:116px!important;filter:none!important}.footer-brand-market p{max-width:300px!important;margin:14px 0!important;color:#746c79!important;font-size:11px!important;line-height:1.7!important}.footer-role-ctas{display:flex!important;gap:8px!important}.footer-role-ctas button{height:34px!important;padding:0 13px!important;border:1px solid #d7cde2!important;border-radius:8px!important;background:#fff!important;color:#5c4a72!important;font-size:10px!important}.footer-role-ctas button:first-child{background:#7040d4!important;border-color:#7040d4!important;color:#fff!important}.footer-live{display:flex!important;align-items:center!important;gap:7px!important;margin-top:14px!important;color:#817786!important;font-size:10px!important}.footer-live i{width:6px!important;height:6px!important;border-radius:50%!important;background:#22b889!important;box-shadow:0 0 0 4px rgba(34,184,137,.1)!important}.footer-market-grid h4{margin:0 0 13px!important;color:#332c37!important;font-size:12px!important}.footer-market-grid a{display:block!important;margin:8px 0!important;color:#766e7c!important;font-size:10.5px!important;text-decoration:none!important}.footer-market-grid a:hover{color:#6030af!important}.footer-market-links{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:9px 13px!important;max-width:var(--max)!important;margin:auto!important;padding:15px 24px!important;border-top:1px solid #e1dbe4!important;border-bottom:1px solid #e1dbe4!important;color:#7e7583!important}.footer-market-links b{color:#4c4451!important;font-size:10px!important;letter-spacing:0!important;text-transform:none!important}.footer-market-links a,.footer-market-links button{padding:0!important;border:0!important;background:transparent!important;color:#786f7e!important;font-size:10px!important;text-decoration:none!important}.footer-market-links>span{flex:1!important}.marketplace-footer .footer-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;max-width:var(--max)!important;margin:auto!important;padding:15px 24px!important;border:0!important;color:#918995!important;font-size:9.5px!important}.marketplace-footer .footer-bottom>div{display:flex!important;gap:18px!important}.marketplace-footer .footer-bottom a{color:#7e7584!important;text-decoration:none!important}

    @media(max-width:1280px){.buyer-category-strip{grid-template-columns:1.3fr repeat(5,minmax(0,1fr))!important}.buyer-category-strip>button{padding-inline:10px!important}.buyer-category-strip>button small{font-size:9px!important}.buyer-product-grid{gap:11px!important}.buyer-product-card .product-media{height:165px!important}.supplier-shortlist-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important}.supplier-compact-card{grid-template-columns:150px minmax(0,1fr)!important}.supplier-main-products{grid-template-columns:minmax(0,1fr) 180px!important}.footer-market-grid{gap:20px!important}}
    @media(max-width:1020px){.product-filter-chips,.supplier-filter-chips{display:none!important}.buyer-category-strip{grid-template-columns:repeat(3,1fr)!important}.buyer-category-title{grid-column:1/-1!important;border-right:0!important;border-bottom:1px solid #ebe5ee!important}.buyer-category-strip>button:nth-last-child(-n+2){border-top:1px solid #eee9f0!important}.buyer-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.supplier-shortlist-grid{grid-template-columns:1fr!important;grid-template-rows:auto!important;min-height:0!important}.supplier-featured-card{grid-row:auto!important}.supplier-compact-card{grid-template-columns:210px minmax(0,1fr)!important;min-height:250px!important}.footer-assurance{grid-template-columns:repeat(2,1fr)!important}.footer-market-grid{grid-template-columns:1.4fr repeat(2,1fr)!important}.footer-market-grid>div:nth-child(n+4){display:none!important}}
    @media(max-width:640px){.buyer-product-market .section-head,.buyer-supplier-market .section-head{align-items:flex-start!important}.buyer-category-strip{grid-template-columns:repeat(2,1fr)!important}.buyer-category-title{grid-column:1/-1!important}.buyer-category-strip>button{min-height:72px!important}.buyer-category-strip>button:nth-child(n+4){border-top:1px solid #eee9f0!important}.buyer-product-grid{grid-template-columns:1fr!important}.buyer-product-card .product-media{height:200px!important}.supplier-featured-card{display:flex!important;flex-direction:column!important}.supplier-featured-card .supplier-cover{height:210px!important}.supplier-main-products{grid-template-columns:1fr!important}.supplier-featured-card .supplier-product-thumbs{margin-top:8px!important}.supplier-compact-card{display:flex!important;flex-direction:column!important;min-height:0!important}.supplier-compact-card .supplier-cover{height:180px!important;min-height:180px!important}.supplier-compact-card .supplier-product-thumbs img{height:50px!important}.footer-assurance{grid-template-columns:1fr!important}.footer-assurance>div{border-right:0!important;border-bottom:1px solid #e8e2ea!important}.footer-market-grid{grid-template-columns:1fr 1fr!important;gap:24px!important;padding:28px 18px!important}.footer-brand-market{grid-column:1/-1!important}.footer-market-grid>div:nth-child(4){display:block!important}.footer-market-links{padding-inline:18px!important}.footer-market-links>span{display:none!important}.marketplace-footer .footer-bottom{align-items:flex-start!important;flex-direction:column!important;gap:9px!important;padding-inline:18px!important}.marketplace-footer .footer-bottom>div{flex-wrap:wrap!important}}

/* ectip-v31-final-fixes */
.buyer-product-card .buyer-interest{top:10px!important;right:10px!important;bottom:auto!important;left:auto!important;width:auto!important;height:auto!important;max-width:58%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
    .product-buyer-facts small{text-transform:none!important;letter-spacing:0!important}
    .buyer-supplier-market .showroom-livebar.unified-market-toolbar{background:#f8f6fa!important;color:#716a76!important;border:1px solid #e5dfe9!important;box-shadow:none!important}
    .buyer-supplier-market .showroom-livebar.unified-market-toolbar b{color:#302a34!important}.buyer-supplier-market .showroom-livebar.unified-market-toolbar>span:not(.pulse-dot){color:#716a76!important}.buyer-supplier-market .showroom-livebar.unified-market-toolbar .supplier-filter-chips button{color:#726a78!important}.buyer-supplier-market .showroom-livebar.unified-market-toolbar .supplier-filter-chips button.active{background:#fff!important;color:#6431bf!important}
    .footer-market-grid h4{font-size:13px!important}.footer-market-grid a{font-size:11.5px!important;line-height:1.4!important}.footer-brand-market p{font-size:12px!important}.footer-assurance b{font-size:12.5px!important}.footer-assurance small{font-size:10px!important}.footer-market-links b,.footer-market-links a,.footer-market-links button{font-size:10.5px!important}.marketplace-footer .footer-bottom{font-size:10.5px!important}

/* ectip-v32-market-density-system */
/* V32 — marketplace density, clearer end-of-page rhythm, less repeated modules. */
    body[data-page-route="home"] .buyer-product-market{background:linear-gradient(180deg,#fff 0,#fbfafc 100%)!important}
    body[data-page-route="home"] .buyer-supplier-market{background:linear-gradient(180deg,#f8f6fb 0,#fff 42%)!important;border-color:#ddd5e5!important}
    .market-density-note{display:flex!important;align-items:center!important;gap:12px!important;min-height:38px!important;margin:14px 0 10px!important;padding:0 4px!important;color:#766e7b!important;font-size:11px!important}.market-density-note span{display:flex!important;align-items:center!important;gap:7px!important;color:#4f4656!important;font-weight:720!important}.market-density-note span i{width:6px!important;height:6px!important;border-radius:50%!important;background:#20b889!important;box-shadow:0 0 0 4px rgba(32,184,137,.10)!important}.market-density-note b{color:#6330b4!important;font-size:11px!important}.market-density-note em{margin-left:auto!important;font-style:normal!important;color:#918995!important;font-size:10.5px!important}

    /* Denser product marketplace: 5 x 2 on large desktop, 4 x 2 on normal desktop. */
    .buyer-product-card.enter,.buyer-supplier-card.enter{animation:none!important}
    .buyer-product-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}.buyer-product-card{min-width:0!important;border:1px solid #e6e0e8!important;border-radius:13px!important;background:#fff!important;box-shadow:0 7px 18px rgba(45,32,55,.045)!important;overflow:hidden!important}.buyer-product-card .product-media{height:150px!important;border-radius:0!important}.buyer-product-card .product-media img{transition:transform .28s ease!important}.buyer-product-card:hover .product-media img{transform:scale(1.025)!important}.buyer-product-card .verify{left:9px!important;top:9px!important;padding:4px 7px!important;font-size:9px!important}.buyer-product-card .buyer-interest{top:auto!important;left:auto!important;right:8px!important;bottom:8px!important;width:auto!important;height:auto!important;min-width:0!important;padding:4px 7px!important;font-size:9px!important;background:rgba(27,20,39,.72)!important;backdrop-filter:blur(7px)!important}.buyer-product-card .product-body{padding:11px 12px 12px!important}.buyer-product-card .product-topline{min-height:20px!important}.buyer-product-card .product-topline .chip{padding:3px 6px!important;font-size:9.5px!important}.buyer-product-card .product-topline>span:last-child{font-size:9.5px!important;color:#7f7486!important}.buyer-product-card h3{min-height:42px!important;margin:7px 0 5px!important;font-size:14px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.buyer-product-card .supplier-line{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:10px!important}.buyer-product-card .product-buyer-facts{grid-template-columns:1.1fr .8fr .9fr!important;gap:0!important;margin:9px 0!important;padding:9px 0!important;border-top:1px solid #eee9f0!important;border-bottom:1px solid #eee9f0!important}.buyer-product-card .product-buyer-facts>div{padding:0 7px!important}.buyer-product-card .product-buyer-facts>div:first-child{padding-left:0!important}.buyer-product-card .product-buyer-facts small{font-size:8.7px!important}.buyer-product-card .product-buyer-facts b{margin-top:3px!important;font-size:11.3px!important;white-space:nowrap!important}.buyer-product-card .product-badges{min-height:23px!important;gap:5px!important}.buyer-product-card .product-badges span{padding:3px 6px!important;font-size:8.8px!important}.buyer-product-card .product-actions{grid-template-columns:.85fr 1.15fr!important;gap:6px!important;margin-top:9px!important}.buyer-product-card .product-actions button{height:33px!important;font-size:10px!important;border-radius:8px!important}.buyer-category-strip{margin-bottom:0!important}.product-filterbar{margin-bottom:0!important}

    /* Supplier marketplace: one trust-rich feature + six compact suppliers. */
    .supplier-shortlist-grid{display:grid!important;grid-template-columns:minmax(0,1.08fr) repeat(2,minmax(0,.96fr))!important;grid-template-rows:repeat(3,minmax(0,1fr))!important;gap:12px!important;min-height:560px!important}.supplier-featured-card{grid-column:1!important;grid-row:1/4!important;min-height:0!important}.supplier-compact-card{display:grid!important;grid-template-columns:128px minmax(0,1fr)!important;min-height:0!important;border-radius:13px!important;overflow:hidden!important}.supplier-compact-card .supplier-cover{height:100%!important;min-height:0!important;border-radius:0!important}.supplier-compact-card .supplier-card-body{padding:11px 12px!important}.supplier-compact-card .supplier-title{grid-template-columns:32px minmax(0,1fr)!important;gap:8px!important}.supplier-compact-card .supplier-logo{width:32px!important;height:32px!important;font-size:9px!important}.supplier-compact-card .supplier-title h3{font-size:12.5px!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.supplier-compact-card .supplier-title small{font-size:9px!important}.supplier-compact-products{display:grid!important;grid-template-columns:minmax(0,1fr) 76px!important;align-items:end!important;gap:8px!important;margin-top:7px!important;padding-top:7px!important}.supplier-compact-products small{font-size:8.5px!important}.supplier-compact-products b{display:block!important;margin-top:3px!important;font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.supplier-compact-card .supplier-product-thumbs{grid-template-columns:repeat(2,1fr)!important;gap:3px!important;margin-top:0!important}.supplier-compact-card .supplier-product-thumbs img{height:34px!important;border-radius:5px!important}.supplier-compact-stats{gap:5px 9px!important;margin-top:7px!important;font-size:8.8px!important;line-height:1.25!important}.supplier-compact-card .supplier-actions{gap:5px!important;margin-top:7px!important}.supplier-compact-card .supplier-actions button{height:30px!important;font-size:9px!important}.supplier-compact-card .supplier-verified,.supplier-compact-card .online-now{font-size:8px!important;padding:4px 6px!important}.supplier-featured-card .supplier-cover{height:220px!important}.supplier-featured-card .supplier-card-body{padding:16px!important}.supplier-featured-card .supplier-title h3{font-size:17px!important}.supplier-featured-card .supplier-main-products{margin-top:12px!important}.supplier-featured-card .supplier-buyer-facts{margin-top:12px!important}.supplier-featured-card .supplier-proof{margin-top:12px!important}.supplier-featured-card .supplier-actions{margin-top:13px!important}.supplier-density-note{margin-top:12px!important}

    /* One concise, more expressive assurance layer replaces flow + live network + CTA. */
    .trade-assurance-hub{position:relative!important;display:grid!important;grid-template-columns:1.05fr 1.2fr .95fr!important;gap:0!important;max-width:var(--max)!important;margin:28px auto 0!important;border:1px solid #d9d0e3!important;border-radius:18px!important;background:linear-gradient(120deg,#f7f2ff 0,#f1edf7 38%,#ebe6f2 100%)!important;overflow:hidden!important;box-shadow:0 14px 34px rgba(46,32,56,.06)!important}.trade-assurance-hub:before{content:'';position:absolute;left:-100px;bottom:-150px;width:390px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(126,78,230,.14),rgba(126,78,230,0) 70%);pointer-events:none}.assurance-copy{position:relative!important;z-index:1!important;padding:30px 28px!important;border-right:1px solid rgba(101,77,129,.12)!important}.assurance-copy .eyebrow{font-size:10.5px!important;color:#7148a9!important}.assurance-copy h2{margin:8px 0 10px!important;font-size:25px!important;line-height:1.28!important;letter-spacing:-.02em!important}.assurance-copy p{margin:0!important;font-size:12px!important;line-height:1.75!important;color:#716779!important}.assurance-actions{display:flex!important;gap:8px!important;margin-top:18px!important}.assurance-actions .btn{height:38px!important;padding:0 14px!important;font-size:10.5px!important}.assurance-steps{display:grid!important;grid-template-columns:repeat(2,1fr)!important}.assurance-steps>div{display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;padding:24px 18px!important;border-right:1px solid rgba(101,77,129,.10)!important;border-bottom:1px solid rgba(101,77,129,.10)!important}.assurance-steps>div:nth-child(even){border-right:0!important}.assurance-steps>div:nth-last-child(-n+2){border-bottom:0!important}.assurance-steps i{display:flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border-radius:10px!important;background:#fff!important;color:#6e3ac7!important;font-size:9px!important;font-style:normal!important;font-weight:850!important;box-shadow:0 6px 14px rgba(80,52,107,.07)!important}.assurance-steps b{display:block!important;font-size:13px!important;color:#362f3c!important}.assurance-steps small{display:block!important;margin-top:5px!important;font-size:10px!important;line-height:1.55!important;color:#7d7382!important}.assurance-live-panel{position:relative!important;margin:16px!important;padding:18px!important;border:1px solid rgba(255,255,255,.42)!important;border-radius:15px!important;background:linear-gradient(145deg,rgba(41,29,60,.88),rgba(66,49,86,.78))!important;color:#fff!important;box-shadow:0 14px 28px rgba(47,31,66,.18)!important;backdrop-filter:blur(16px)!important}.assurance-live-head{display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:9px!important;color:#cfc4df!important}.assurance-live-head span{display:flex!important;align-items:center!important;gap:7px!important}.assurance-live-head i{width:6px!important;height:6px!important;border-radius:50%!important;background:#25d0a0!important;box-shadow:0 0 0 4px rgba(37,208,160,.15)!important}.assurance-live-head em{font-style:normal!important}.assurance-live-panel h3{margin:16px 0 6px!important;font-size:17px!important}.assurance-live-panel>p{margin:0!important;color:#d7cede!important;font-size:10.5px!important;line-height:1.55!important}.assurance-progress{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;margin-top:17px!important}.assurance-progress>i{height:5px!important;border-radius:99px!important;background:rgba(255,255,255,.14)!important;overflow:hidden!important}.assurance-progress u{display:block!important;height:100%!important;border-radius:99px!important;background:linear-gradient(90deg,#a078ff,#32d1a1)!important}.assurance-progress b{font-size:13px!important}.assurance-milestones{display:flex!important;justify-content:space-between!important;gap:4px!important;margin-top:13px!important;color:#a99fb6!important;font-size:8.5px!important}.assurance-milestones .done{color:#b9eedf!important}.assurance-milestones .active{color:#fff!important}.assurance-events{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:15px!important;padding-top:13px!important;border-top:1px solid rgba(255,255,255,.12)!important}.assurance-events span{min-width:0!important}.assurance-events b{display:block!important;font-size:9.5px!important}.assurance-events small{display:block!important;margin-top:3px!important;color:#bfb5ca!important;font-size:8.5px!important}

    /* Footer: dense platform directory, deep quiet base rather than marketing cards. */
    .marketplace-footer{margin-top:26px!important;padding:0!important;background:#1a1520!important;color:#bdb5c5!important;border-top:1px solid #2d2435!important;box-shadow:none!important}.footer-platform-top{display:grid!important;grid-template-columns:minmax(0,1.35fr) auto auto!important;gap:28px!important;align-items:center!important;max-width:var(--max)!important;margin:auto!important;padding:24px 24px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.footer-platform-top .footer-brand-market{display:flex!important;align-items:center!important;gap:16px!important;min-width:0!important}.footer-platform-top .footer-brand-market img{width:100px!important;filter:brightness(0) invert(1)!important}.footer-platform-top .footer-brand-market b{display:block!important;color:#fff!important;font-size:13px!important}.footer-platform-top .footer-brand-market p{margin:5px 0 0!important;max-width:none!important;color:#8f8796!important;font-size:10px!important;line-height:1.5!important}.footer-platform-top .footer-live{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;color:#a79eae!important;font-size:9.5px!important;white-space:nowrap!important}.footer-platform-top .footer-live i{width:6px!important;height:6px!important;border-radius:50%!important;background:#22c895!important;box-shadow:0 0 0 4px rgba(34,200,149,.10)!important}.footer-platform-top .footer-live b{color:#fff!important}.footer-platform-top .footer-role-ctas{display:flex!important;gap:7px!important}.footer-platform-top .footer-role-ctas button{height:34px!important;padding:0 14px!important;border:1px solid #4a3e52!important;border-radius:8px!important;background:#251d2d!important;color:#d7cfdd!important;font-size:9.5px!important}.footer-platform-top .footer-role-ctas button:first-child{background:#7242d2!important;border-color:#7242d2!important;color:#fff!important}.footer-market-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:34px!important;max-width:var(--max)!important;margin:auto!important;padding:30px 24px 28px!important}.footer-market-grid h4{margin:0 0 12px!important;color:#fff!important;font-size:11.5px!important}.footer-market-grid a{display:block!important;margin:7px 0!important;color:#9f97a6!important;font-size:10px!important;line-height:1.45!important;text-decoration:none!important}.footer-market-grid a:hover{color:#d8c9f5!important}.footer-market-links{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px 12px!important;max-width:var(--max)!important;margin:auto!important;padding:13px 24px!important;border-top:1px solid rgba(255,255,255,.07)!important;border-bottom:1px solid rgba(255,255,255,.07)!important;color:#8f8796!important}.footer-market-links b{color:#cfc7d5!important;font-size:9.5px!important}.footer-market-links a,.footer-market-links button{padding:0!important;border:0!important;background:transparent!important;color:#8f8796!important;font-size:9.5px!important;text-decoration:none!important}.footer-market-links>span{flex:1!important}.marketplace-footer .footer-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;max-width:var(--max)!important;margin:auto!important;padding:13px 24px 16px!important;border:0!important;color:#776f7e!important;font-size:9px!important}.marketplace-footer .footer-bottom>div{display:flex!important;gap:16px!important}.marketplace-footer .footer-bottom a{color:#817889!important;text-decoration:none!important}

    @media(max-width:1449px){.buyer-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.buyer-product-card .product-media{height:155px!important}.supplier-shortlist-grid{grid-template-columns:minmax(0,1.05fr) repeat(2,minmax(0,.975fr))!important}.supplier-compact-card{grid-template-columns:115px minmax(0,1fr)!important}}
    @media(max-width:1279px){.supplier-shortlist-grid{grid-template-columns:minmax(0,1.08fr) repeat(2,minmax(0,.96fr))!important}.supplier-compact-card{grid-template-columns:100px minmax(0,1fr)!important}.supplier-compact-products{grid-template-columns:1fr!important}.supplier-compact-card .supplier-product-thumbs{display:none!important}.supplier-compact-stats span:last-child{display:none!important}.trade-assurance-hub{grid-template-columns:1fr 1.15fr!important}.assurance-live-panel{grid-column:1/-1!important;margin:0 16px 16px!important}.footer-platform-top{grid-template-columns:1fr auto!important}.footer-platform-top .footer-live{grid-column:1/-1!important;grid-row:2!important;justify-content:flex-start!important}.footer-market-grid{gap:22px!important}}
    @media(max-width:1020px){.buyer-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.supplier-shortlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important;min-height:0!important}.supplier-featured-card{grid-column:1/-1!important;grid-row:auto!important;display:grid!important;grid-template-columns:42% 1fr!important}.supplier-featured-card .supplier-cover{height:100%!important;min-height:330px!important}.supplier-compact-card{grid-template-columns:110px minmax(0,1fr)!important;min-height:180px!important}.trade-assurance-hub{grid-template-columns:1fr!important}.assurance-copy{border-right:0!important;border-bottom:1px solid rgba(101,77,129,.12)!important}.footer-platform-top{grid-template-columns:1fr!important;gap:15px!important}.footer-platform-top .footer-live{grid-column:auto!important;grid-row:auto!important;flex-wrap:wrap!important}.footer-market-grid{grid-template-columns:repeat(3,1fr)!important}.footer-market-grid>div:nth-child(n+4){display:block!important}.market-density-note em{display:none!important}}
    @media(max-width:640px){.market-density-note{flex-wrap:wrap!important;gap:6px 10px!important}.market-density-note b{margin-left:auto!important}.buyer-product-grid{grid-template-columns:1fr!important}.buyer-product-card .product-media{height:205px!important}.supplier-shortlist-grid{grid-template-columns:1fr!important}.supplier-featured-card{display:flex!important;flex-direction:column!important}.supplier-featured-card .supplier-cover{height:205px!important;min-height:205px!important}.supplier-compact-card{grid-template-columns:105px minmax(0,1fr)!important;min-height:175px!important}.supplier-compact-card .supplier-cover{min-height:175px!important}.trade-assurance-hub{margin-top:20px!important}.assurance-copy{padding:24px 18px!important}.assurance-copy h2{font-size:22px!important}.assurance-steps{grid-template-columns:1fr!important}.assurance-steps>div{border-right:0!important;border-bottom:1px solid rgba(101,77,129,.10)!important}.assurance-steps>div:last-child{border-bottom:0!important}.assurance-live-panel{margin:0 12px 12px!important}.assurance-events{grid-template-columns:1fr!important}.footer-platform-top{padding:22px 18px!important}.footer-platform-top .footer-brand-market{align-items:flex-start!important}.footer-platform-top .footer-live{gap:8px 12px!important}.footer-market-grid{grid-template-columns:1fr 1fr!important;gap:24px 18px!important;padding:25px 18px!important}.footer-market-links{padding-inline:18px!important}.footer-market-links>span{display:none!important}.marketplace-footer .footer-bottom{align-items:flex-start!important;flex-direction:column!important;gap:8px!important;padding-inline:18px!important}.marketplace-footer .footer-bottom>div{flex-wrap:wrap!important}}

/* ectip-v33-home-commerce-system */
:root{--v33-purple:#6d3bd1;--v33-purple2:#8b63f2;--v33-blue:#5d7df2;--v33-cyan:#35c8ae;--v33-ink:#2f2934;--v33-line:#e5dfe8}
    /* The identity switch is intentionally the only bright interactive gateway below the hero. */
    body[data-page-route="home"] .platform-gateway{overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important}.platform-gateway .trust-band{overflow:hidden!important;border:1px solid var(--v33-line)!important;border-radius:15px 15px 0 0!important;background:#fff!important}
    .role-gateway{position:relative!important;isolation:isolate!important;display:grid!important;grid-template-columns:270px 460px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;margin-top:0!important;padding:18px 20px!important;min-height:152px!important;overflow:hidden!important;border:1px solid rgba(108,67,176,.18)!important;border-top:0!important;border-radius:0 0 18px 18px!important;background:linear-gradient(115deg,#20142f 0%,#35204f 38%,#2b2751 68%,#193b48 100%)!important;color:#fff!important;box-shadow:0 16px 34px rgba(49,31,68,.12)!important}
    .role-gateway:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(105deg,rgba(123,77,220,.20),transparent 42%,rgba(46,208,170,.10))}.role-gateway:after{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(90deg,#000,transparent 85%)}
    .role-gateway-orb{position:absolute!important;z-index:-1!important;width:220px!important;height:220px!important;border-radius:50%!important;filter:blur(58px)!important;opacity:.32!important;pointer-events:none!important;transition:.45s ease!important}.role-orb-a{left:24%;top:-140px;background:#9b62ff}.role-orb-b{right:0;bottom:-150px;background:#3bd7be}.role-gateway[data-role-theme="supplier"] .role-orb-a{left:45%;background:#754cff}.role-gateway[data-role-theme="supplier"] .role-orb-b{background:#5c8eff}.role-gateway[data-role-theme="organization"] .role-orb-a{left:62%;background:#9a5de8}.role-gateway[data-role-theme="organization"] .role-orb-b{background:#d19a4f}
    .role-gateway-intro{padding:4px 4px 4px 2px!important}.role-gateway-intro>span{font-size:10px!important;letter-spacing:.12em!important;color:#c7b8df!important;font-weight:820!important}.role-gateway-intro h2{margin:6px 0 7px!important;font-size:21px!important;line-height:1.25!important;letter-spacing:-.02em!important}.role-gateway-intro p{margin:0!important;font-size:11px!important;line-height:1.6!important;color:#c9c1d2!important}
    .role-selector{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;padding:7px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:15px!important;background:rgba(255,255,255,.065)!important;backdrop-filter:blur(15px)!important;box-shadow:inset 0 1px rgba(255,255,255,.10)!important}.role-selector button{position:relative!important;display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:8px!important;align-items:center!important;min-width:0!important;min-height:74px!important;padding:9px!important;border:1px solid transparent!important;border-radius:11px!important;background:transparent!important;color:#d8d0df!important;text-align:left!important;cursor:pointer!important;transition:.22s ease!important}.role-selector button:hover{background:rgba(255,255,255,.07)!important}.role-selector button.active{border-color:rgba(255,255,255,.24)!important;background:linear-gradient(145deg,rgba(255,255,255,.20),rgba(255,255,255,.09))!important;color:#fff!important;box-shadow:0 10px 20px rgba(16,9,28,.18)!important;transform:translateY(-1px)!important}.role-selector button>i{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:10px!important;background:rgba(255,255,255,.10)!important;color:#e8dcff!important;font-size:13px!important;font-style:normal!important;font-weight:860!important}.role-selector button.active>i{background:linear-gradient(135deg,#8a5bf1,#6551e6)!important;color:#fff!important;box-shadow:0 6px 14px rgba(104,67,205,.35)!important}.role-selector b{display:block!important;font-size:12px!important;white-space:nowrap!important}.role-selector small{display:block!important;margin-top:4px!important;font-size:8.6px!important;line-height:1.35!important;color:#afa6bb!important}.role-selector em{display:none!important;position:absolute!important;right:8px!important;top:8px!important;font-style:normal!important;font-size:9px!important;color:#8cf0d0!important}.role-selector button.active em{display:block!important}
    .role-gateway-panel{min-width:0!important;padding:10px 12px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:15px!important;background:rgba(255,255,255,.075)!important;backdrop-filter:blur(18px)!important;box-shadow:inset 0 1px rgba(255,255,255,.10)!important}.role-kpis{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;padding-bottom:9px!important;border-bottom:1px solid rgba(255,255,255,.11)!important}.role-kpis span{padding:0 10px!important}.role-kpis span+span{border-left:1px solid rgba(255,255,255,.10)!important}.role-kpis small{display:block!important;font-size:8.6px!important;color:#b8afc2!important}.role-kpis b{display:block!important;margin-top:3px!important;font-size:15px!important;color:#fff!important}.role-gateway .workbench-view{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;margin-top:8px!important}.role-gateway .workbench-view[hidden]{display:none!important}.role-gateway .role-action{min-width:0!important;min-height:58px!important;padding:9px 10px!important;border:0!important;border-right:1px solid rgba(255,255,255,.10)!important;border-radius:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important}.role-gateway .role-action:last-child{border-right:0!important}.role-gateway .role-action:hover{background:rgba(255,255,255,.08)!important;transform:none!important}.role-gateway .role-action b{font-size:11px!important;color:#fff!important}.role-gateway .role-action span{margin-top:4px!important;font-size:8.8px!important;line-height:1.35!important;color:#aaa1b5!important;-webkit-line-clamp:1!important}.role-gateway .role-action em{color:#9fdacc!important}

    /* Product-first B2B cards: image, product, price and trade terms are primary; badges are secondary. */
    .buyer-product-grid{gap:15px!important}.sourcing-product-card{border:0!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 22px rgba(48,34,59,.055)!important;overflow:hidden!important;transition:.2s ease!important}.sourcing-product-card:hover{transform:translateY(-3px)!important;box-shadow:0 16px 30px rgba(48,34,59,.10)!important}.sourcing-product-card .product-media{position:relative!important;display:block!important;height:178px!important;border-radius:14px!important;overflow:hidden!important;background:#f1eef3!important;text-decoration:none!important}.sourcing-product-card .product-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .28s ease!important}.sourcing-product-card:hover .product-media img{transform:scale(1.025)!important}.sourcing-product-card .verify{left:9px!important;top:9px!important;padding:5px 8px!important;border:0!important;border-radius:999px!important;background:rgba(242,255,250,.92)!important;color:#128760!important;font-size:8px!important;backdrop-filter:blur(8px)!important}.sourcing-product-card .buyer-interest{right:9px!important;bottom:9px!important;top:auto!important;height:auto!important;padding:5px 8px!important;border-radius:999px!important;background:rgba(26,20,31,.72)!important;color:#fff!important;font-size:8px!important;backdrop-filter:blur(7px)!important}.product-photo-action{position:absolute!important;right:9px!important;top:9px!important;opacity:0!important;padding:5px 8px!important;border-radius:999px!important;background:rgba(255,255,255,.90)!important;color:#5b2aaa!important;font-size:8px!important;font-weight:760!important;transition:.18s!important}.sourcing-product-card:hover .product-photo-action{opacity:1!important}.sourcing-product-card .product-body{padding:12px 12px 13px!important}.sourcing-product-card .product-topline{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:7px!important}.sourcing-product-card .product-topline .chip{padding:0!important;border:0!important;background:transparent!important;color:#7658a2!important;font-size:8.5px!important;font-weight:760!important}.sourcing-product-card .product-topline>span:last-child{font-size:8px!important;color:#8b838f!important}.sourcing-product-card h3{min-height:38px!important;margin:0!important;font-size:13px!important;line-height:1.45!important;font-weight:690!important}.sourcing-product-card h3 a{color:#2f2934!important;text-decoration:none!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.sourcing-price{display:flex!important;align-items:baseline!important;gap:7px!important;margin-top:10px!important}.sourcing-price b{font-size:18px!important;color:#e55d2d!important;letter-spacing:-.02em!important}.sourcing-price small{font-size:8.5px!important;color:#9a929f!important}.sourcing-terms{display:flex!important;gap:14px!important;margin-top:7px!important}.sourcing-terms span{display:flex!important;align-items:baseline!important;gap:4px!important}.sourcing-terms b{font-size:10px!important;color:#403945!important}.sourcing-terms small{font-size:8px!important;color:#938b98!important}.sourcing-product-card .supplier-line{display:flex!important;align-items:center!important;gap:5px!important;margin-top:10px!important;padding-top:9px!important;border-top:1px solid #eee9f0!important;font-size:8.6px!important;color:#766e7a!important;white-space:nowrap!important;overflow:hidden!important}.sourcing-product-card .supplier-line i{color:#19a478!important;font-style:normal!important}.sourcing-product-card .supplier-line span{overflow:hidden!important;text-overflow:ellipsis!important}.sourcing-proof{display:flex!important;gap:5px!important;margin-top:8px!important}.sourcing-proof span{padding:4px 6px!important;border-radius:5px!important;background:#f5f2f7!important;color:#7d7483!important;font-size:7.8px!important}.sourcing-product-card .product-actions{display:grid!important;grid-template-columns:1fr 1.15fr!important;gap:6px!important;margin-top:10px!important}.sourcing-product-card .product-actions a{display:flex!important;align-items:center!important;justify-content:center!important;height:31px!important;border:1px solid #ddd2ee!important;border-radius:8px!important;background:#fff!important;color:#6b39c9!important;text-decoration:none!important;font-size:9px!important;font-weight:720!important}.sourcing-product-card .product-actions .primary{border-color:#7040dd!important;background:#7040dd!important;color:#fff!important}
    #products .market-density-note{margin-bottom:12px!important}.buyer-category-strip{margin-bottom:10px!important}.buyer-category-strip>button{transition:.18s!important}.buyer-category-strip>button:hover{background:#fbf9fd!important;box-shadow:inset 0 -2px #7650cf!important}
    /* Supplier actions are real links in V33, keep their button affordance. */
    .buyer-supplier-market .supplier-actions a{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;height:31px!important;border:1px solid #ddd2ee!important;border-radius:8px!important;background:#fff!important;color:#6b39c9!important;text-decoration:none!important;font-size:9px!important;font-weight:720!important;line-height:1!important}.buyer-supplier-market .supplier-actions a.primary{border-color:#7040dd!important;background:#7040dd!important;color:#fff!important}.supplier-featured-card .supplier-actions a{height:34px!important;font-size:9.5px!important}
    /* Rhythm: market sections need a slightly stronger hierarchy without adding more cards. */
    #sourcing{background:linear-gradient(180deg,#fbf9fd,#fff)!important}.campaign-zone{background:linear-gradient(180deg,#fff,#fbf9fc)!important}.buyer-product-market{background:#fff!important}.buyer-supplier-market{background:linear-gradient(180deg,#fbfafd,#fff)!important}

    @media(max-width:1449px){.role-gateway{grid-template-columns:230px 420px minmax(0,1fr)!important;gap:14px!important}.sourcing-product-card .product-media{height:164px!important}}
    @media(max-width:1279px){.role-gateway{grid-template-columns:210px 390px minmax(0,1fr)!important;padding-inline:15px!important}.role-gateway-intro h2{font-size:18px!important}.role-selector button{grid-template-columns:30px minmax(0,1fr)!important}.role-selector button>i{width:30px!important;height:30px!important}.role-selector small{display:none!important}.role-kpis span:nth-child(3){display:none!important}.role-kpis{grid-template-columns:1fr 1fr!important}.role-gateway .role-action span{display:none!important}}
    @media(max-width:1020px){.role-gateway{grid-template-columns:1fr!important;gap:12px!important;padding:18px!important}.role-gateway-intro{display:none!important}.role-selector{grid-template-columns:repeat(3,1fr)!important}.role-selector small{display:block!important}.role-gateway .role-action span{display:block!important}.sourcing-product-card .product-media{height:200px!important}}
    @media(max-width:640px){.role-gateway{padding:14px!important}.role-selector{gap:5px!important;padding:5px!important}.role-selector button{grid-template-columns:1fr!important;text-align:center!important;min-height:66px!important}.role-selector button>i{margin:auto!important}.role-selector b{font-size:10.5px!important}.role-selector small{display:none!important}.role-kpis{grid-template-columns:repeat(3,1fr)!important}.role-kpis span:nth-child(3){display:block!important}.role-kpis small{font-size:7.6px!important}.role-kpis b{font-size:12px!important}.role-gateway .workbench-view{grid-template-columns:repeat(2,1fr)!important}.role-gateway .role-action{border-bottom:1px solid rgba(255,255,255,.08)!important}.sourcing-product-card .product-media{height:215px!important}.sourcing-product-card .product-actions a{height:36px!important;font-size:10px!important}}

/* ectip-v34-home-finalization */
:root{--v34-purple:#6e3fd5;--v34-purple2:#8b60f0;--v34-green:#17a579;--v34-ink:#2f2934;--v34-muted:#7b7381;--v34-line:#e5dfe8}
    /* Reduce CMS-block feeling: product/supplier markets live on the page rather than in giant cards. */
    body[data-page-route="home"] #products,body[data-page-route="home"] #suppliers{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;padding-left:0!important;padding-right:0!important;padding-top:26px!important;padding-bottom:8px!important}
    body[data-page-route="home"] #products .section-head,body[data-page-route="home"] #suppliers .section-head{padding:0 2px 18px!important;border:0!important;background:transparent!important}
    body[data-page-route="home"] #products .market-toolbar,body[data-page-route="home"] #suppliers .showroom-livebar{border:1px solid #e3dce8!important;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(10px)!important;box-shadow:0 7px 20px rgba(43,30,52,.035)!important}
    body[data-page-route="home"] #products .buyer-category-strip{border:1px solid #e7e1e9!important;border-radius:13px!important;background:#faf9fb!important;box-shadow:none!important}

    /* Role Gateway: stronger selected identity, glass depth, real motion when identity changes. */
    .role-gateway{grid-template-columns:240px 520px minmax(0,1fr)!important;min-height:184px!important;padding:21px 22px!important;background:linear-gradient(112deg,#1a1029 0%,#2f194a 34%,#292353 68%,#153f46 100%)!important;box-shadow:0 20px 44px rgba(43,27,61,.16)!important}
    .role-gateway:after{background-size:38px 38px!important;opacity:.75!important}.role-gateway-intro>span{font-size:10.5px!important}.role-gateway-intro h2{font-size:23px!important}.role-gateway-intro p{font-size:11.5px!important}
    .role-selector{position:relative!important;gap:9px!important;padding:8px!important;border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.075)!important;box-shadow:inset 0 1px rgba(255,255,255,.13),0 10px 28px rgba(13,7,23,.11)!important}
    .role-selector button{overflow:hidden!important;min-height:92px!important;padding:12px!important;border-radius:13px!important}.role-selector button:before{content:"";position:absolute;inset:0;opacity:0;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.24),transparent 45%),linear-gradient(135deg,rgba(143,92,255,.25),rgba(48,210,177,.08));transition:.28s}.role-selector button:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;transform:scaleX(0);background:linear-gradient(90deg,#a270ff,#53d5bd);box-shadow:0 0 14px rgba(111,84,255,.55);transition:.28s}.role-selector button.active:before{opacity:1}.role-selector button.active:after{transform:scaleX(1)}.role-selector button.active{transform:translateY(-3px)!important;border-color:rgba(255,255,255,.30)!important;box-shadow:0 13px 27px rgba(12,7,22,.25),inset 0 1px rgba(255,255,255,.20)!important}.role-selector button>i{width:38px!important;height:38px!important;border-radius:12px!important;font-size:14px!important}.role-selector button.active>i{animation:v34RolePulse 2.8s ease-in-out infinite}.role-selector b{font-size:13px!important}.role-selector small{font-size:9.2px!important}.role-selector em{z-index:2!important;right:10px!important;top:9px!important;padding:3px 5px!important;border-radius:999px!important;background:rgba(81,232,191,.12)!important}
    .role-gateway-panel{position:relative!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.role-gateway-panel:after{display:none!important}.role-kpis{display:none!important}.role-gateway .workbench-view{position:relative;z-index:1;gap:6px!important;margin-top:0!important}.role-gateway .role-action{position:relative!important;min-height:64px!important;padding:10px 11px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:10px!important;background:rgba(255,255,255,.025)!important}.role-gateway .role-action:hover{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.08)!important;transform:translateY(-2px)!important}.role-gateway .role-action b{font-size:11.5px!important}.role-gateway .role-action span{font-size:9.2px!important}.role-gateway.is-switching .role-gateway-panel{animation:v34PanelSwitch .32s ease}.role-gateway[data-role-theme="supplier"]{background:linear-gradient(112deg,#171128,#292052 46%,#183b5d 100%)!important}.role-gateway[data-role-theme="organization"]{background:linear-gradient(112deg,#20132e,#49234f 50%,#594326 100%)!important}
    @keyframes v34RolePulse{0%,100%{box-shadow:0 6px 14px rgba(104,67,205,.30)}50%{box-shadow:0 7px 20px rgba(120,80,238,.58)}}@keyframes v34PanelSwitch{0%{opacity:.62;transform:translateY(5px)}100%{opacity:1;transform:none}}

    /* Product cards: Alibaba-like scanning logic, but ECTIP visual language. */
    .buyer-product-grid{gap:13px!important}.market-product-card{border:0!important;border-radius:11px!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.market-product-card:hover{transform:none!important;box-shadow:none!important}.market-product-card .product-media{height:194px!important;border-radius:10px!important;background:#f0eef2!important;box-shadow:0 1px 0 rgba(40,29,47,.04)!important}.market-product-card:hover .product-media{box-shadow:0 12px 28px rgba(39,28,48,.11)!important}.market-product-card .verify{left:8px!important;top:8px!important;font-size:8.5px!important}.market-product-card .buyer-interest{right:8px!important;bottom:8px!important;font-size:8.2px!important}.market-product-card .product-body{padding:10px 2px 4px!important}.market-product-card .product-topline{margin-bottom:6px!important}.market-product-card .product-topline .chip{font-size:9px!important}.market-product-card .product-topline>span:last-child{font-size:8.5px!important}.market-product-card h3{min-height:39px!important;font-size:13.5px!important;line-height:1.42!important}.market-product-card .sourcing-price{margin-top:8px!important}.market-product-card .sourcing-price b{font-size:20px!important;color:#e45b2b!important}.market-product-card .sourcing-price small{font-size:8.8px!important}.trade-conditions{display:flex!important;align-items:center!important;gap:9px!important;margin-top:5px!important}.trade-conditions span{display:flex!important;align-items:baseline!important;gap:4px!important}.trade-conditions b{font-size:10.5px!important;color:#403a45!important}.trade-conditions small{font-size:8.2px!important;color:#918895!important}.trade-conditions>i{width:1px!important;height:11px!important;background:#ded7e1!important}.market-product-card .supplier-line{display:flex!important;margin-top:8px!important;padding-top:7px!important;border-top:1px solid #eee9f0!important;text-decoration:none!important;font-size:9px!important}.market-product-card .supplier-line:hover span{color:#6531bc!important}.product-capability-line{display:flex!important;gap:5px 10px!important;margin-top:6px!important;color:#837a88!important;font-size:8.3px!important}.product-capability-line span+span:before{content:"·";margin-right:8px;color:#b5adba}.product-market-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-top:9px!important}.product-market-actions .product-text-link{color:#766c7c!important;text-decoration:none!important;font-size:9px!important}.product-market-actions .product-text-link:hover{color:#6430ba!important;text-decoration:underline!important}.product-market-actions .primary{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:32px!important;min-width:86px!important;padding:0 13px!important;border-radius:8px!important;background:#7040dd!important;color:#fff!important;text-decoration:none!important;font-size:9.5px!important;font-weight:760!important;box-shadow:0 5px 11px rgba(112,64,221,.13)!important}.product-market-actions .primary:hover{background:#6232c8!important;box-shadow:0 7px 16px rgba(112,64,221,.22)!important}

    /* Supplier market: one horizontal editorial recommendation + six comparable shortlist cards. */
    .supplier-shortlist-grid{display:block!important;min-height:0!important}.supplier-featured-row{display:grid!important;grid-template-columns:35% minmax(0,1fr)!important;min-height:224px!important;border:1px solid #ded6e5!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 12px 28px rgba(43,30,52,.055)!important}.supplier-featured-media{position:relative!important;display:block!important;min-height:224px!important;overflow:hidden!important;background:#ece9ef!important}.supplier-featured-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(25,17,33,.45))}.supplier-featured-media img{width:100%!important;height:100%!important;object-fit:cover!important;transition:.28s!important}.supplier-featured-row:hover .supplier-featured-media img{transform:scale(1.018)!important}.supplier-featured-media>span,.supplier-featured-media>em{position:absolute!important;z-index:2!important;top:13px!important;padding:5px 8px!important;border-radius:999px!important;font-size:8.5px!important;font-style:normal!important;backdrop-filter:blur(8px)!important}.supplier-featured-media>span{left:13px;background:rgba(237,254,247,.94)!important;color:#11875f!important}.supplier-featured-media>em{right:13px;background:rgba(26,19,35,.70)!important;color:#fff!important}.supplier-featured-content{display:flex!important;flex-direction:column!important;padding:19px 21px!important}.supplier-featured-title{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:11px!important;align-items:center!important}.supplier-featured-title .supplier-logo{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;border-radius:12px!important;background:#f2ecfb!important;color:#6330bb!important;font-size:10px!important;font-weight:830!important}.supplier-featured-title small{font-size:9px!important;color:#7658a0!important;font-weight:780!important}.supplier-featured-title h3{margin:3px 0 3px!important;font-size:19px!important}.supplier-featured-title p{margin:0!important;color:#847b89!important;font-size:10px!important}.supplier-featured-middle{display:grid!important;grid-template-columns:minmax(0,1fr) 218px!important;gap:18px!important;align-items:end!important;margin-top:13px!important;padding-top:12px!important;border-top:1px solid #eee8f0!important}.supplier-featured-middle small{display:block!important;color:#8b8191!important;font-size:8.5px!important}.supplier-featured-middle b{display:block!important;margin-top:4px!important;font-size:12.5px!important}.supplier-featured-proofs{display:flex!important;gap:6px 12px!important;flex-wrap:wrap!important;margin-top:8px!important}.supplier-featured-proofs span{color:#69616f!important;font-size:8.8px!important}.supplier-featured-row .supplier-product-thumbs{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:5px!important}.supplier-featured-row .supplier-product-thumbs img{width:100%!important;height:54px!important;border-radius:8px!important;object-fit:cover!important}.supplier-featured-foot{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:16px!important;margin-top:auto!important;padding-top:13px!important}.supplier-featured-kpis{display:flex!important;gap:0!important}.supplier-featured-kpis span{min-width:80px!important;padding:0 15px!important}.supplier-featured-kpis span:first-child{padding-left:0!important}.supplier-featured-kpis span+span{border-left:1px solid #e9e3eb!important}.supplier-featured-kpis b{display:block!important;font-size:17px!important}.supplier-featured-kpis small{display:block!important;margin-top:2px!important;color:#8b8290!important;font-size:8.3px!important}.supplier-featured-foot .supplier-actions{display:flex!important;gap:7px!important}.supplier-featured-foot .supplier-actions a,.supplier-market-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:32px!important;padding:0 12px!important;border:1px solid #dcd1eb!important;border-radius:8px!important;background:#fff!important;color:#6934c3!important;text-decoration:none!important;font-size:9px!important;font-weight:720!important}.supplier-featured-foot .supplier-actions a.primary,.supplier-market-actions a.primary{border-color:#7040dd!important;background:#7040dd!important;color:#fff!important}
    .supplier-market-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin-top:13px!important}.supplier-market-card{display:grid!important;grid-template-columns:124px minmax(0,1fr)!important;min-height:172px!important;border:1px solid #e6e0e9!important;border-radius:13px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 7px 18px rgba(43,30,52,.035)!important;transition:.18s!important}.supplier-market-card:hover{transform:translateY(-2px)!important;border-color:#d8cce5!important;box-shadow:0 12px 24px rgba(43,30,52,.07)!important}.supplier-market-media{position:relative!important;display:block!important;min-height:172px!important;overflow:hidden!important;background:#eee!important}.supplier-market-media img{width:100%!important;height:100%!important;object-fit:cover!important}.supplier-market-media>span,.supplier-market-media>em{position:absolute!important;left:8px!important;padding:4px 6px!important;border-radius:999px!important;font-size:7.5px!important;font-style:normal!important;backdrop-filter:blur(6px)!important}.supplier-market-media>span{top:8px;background:rgba(237,254,247,.92)!important;color:#13865f!important}.supplier-market-media>em{bottom:8px;background:rgba(24,18,32,.65)!important;color:#fff!important}.supplier-market-body{display:flex!important;flex-direction:column!important;min-width:0!important;padding:11px 12px!important}.supplier-market-title{display:grid!important;grid-template-columns:31px minmax(0,1fr)!important;gap:8px!important;align-items:center!important}.supplier-market-title .supplier-logo{display:grid!important;place-items:center!important;width:31px!important;height:31px!important;border-radius:9px!important;background:#f3eff8!important;color:#6331b6!important;font-size:8.5px!important;font-weight:830!important}.supplier-market-title h3{margin:0!important;font-size:12.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.supplier-market-title small{display:block!important;margin-top:2px!important;color:#867d8b!important;font-size:8.2px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.supplier-market-products{display:grid!important;grid-template-columns:minmax(0,1fr) 72px!important;gap:8px!important;align-items:end!important;margin-top:8px!important;padding-top:7px!important;border-top:1px solid #eee9f0!important}.supplier-market-products small{font-size:7.8px!important;color:#918795!important}.supplier-market-products b{display:block!important;margin-top:2px!important;font-size:9.6px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.supplier-market-card .supplier-product-thumbs{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:3px!important}.supplier-market-card .supplier-product-thumbs img{width:100%!important;height:34px!important;border-radius:5px!important;object-fit:cover!important}.supplier-market-stats{display:flex!important;gap:5px 10px!important;align-items:center!important;margin-top:7px!important;color:#7c7380!important;font-size:8px!important;white-space:nowrap!important}.supplier-market-stats span+span:before{content:"·";margin-right:8px;color:#b5adba}.supplier-market-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;margin-top:auto!important;padding-top:7px!important}.supplier-market-actions a{height:27px!important;padding:0 8px!important;font-size:8px!important}

    /* Slightly stronger footer legibility and a calmer final transition. */
    .marketplace-footer .footer-platform-top{border-top:1px solid rgba(255,255,255,.07)!important}.marketplace-footer h4{font-size:11.5px!important}.marketplace-footer a{font-size:10.5px!important;line-height:1.9!important}.marketplace-footer .footer-brand-market p{font-size:10.5px!important;line-height:1.65!important}.marketplace-footer .footer-bottom{font-size:9.5px!important}.trade-assurance-hub{margin-bottom:0!important;border-radius:16px 16px 0 0!important}.marketplace-footer{margin-top:0!important}

    @media(max-width:1449px){.role-gateway{grid-template-columns:220px 450px minmax(0,1fr)!important}.market-product-card .product-media{height:180px!important}.supplier-market-card{grid-template-columns:108px minmax(0,1fr)!important}.supplier-featured-middle{grid-template-columns:minmax(0,1fr) 190px!important}}
    @media(max-width:1279px){.role-gateway{grid-template-columns:195px 390px minmax(0,1fr)!important;gap:12px!important}.role-gateway-intro h2{font-size:19px!important}.role-selector button{min-height:84px!important}.role-selector small{display:none!important}.supplier-market-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.supplier-market-card{grid-template-columns:116px minmax(0,1fr)!important}.supplier-featured-row{grid-template-columns:39% minmax(0,1fr)!important}.supplier-featured-middle{grid-template-columns:1fr!important}.supplier-featured-row .supplier-product-thumbs{display:none!important}}
    @media(max-width:1020px){.role-gateway{grid-template-columns:1fr!important}.role-gateway-intro{display:block!important}.role-selector{grid-template-columns:repeat(3,1fr)!important}.role-selector small{display:block!important}.market-product-card .product-media{height:215px!important}.supplier-featured-row{grid-template-columns:42% minmax(0,1fr)!important}.supplier-market-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
    @media(max-width:640px){.role-gateway{padding:16px!important}.role-gateway-intro h2{font-size:19px!important}.role-gateway-intro p{font-size:10px!important}.role-selector{grid-template-columns:repeat(3,1fr)!important}.role-selector button{grid-template-columns:1fr!important;min-height:72px!important;text-align:center!important}.role-selector button>i{margin:auto!important}.role-selector b{font-size:9.6px!important;white-space:nowrap!important}.role-selector small{display:none!important}.role-gateway .workbench-view{grid-template-columns:repeat(2,1fr)!important}.market-product-card .product-media{height:235px!important}.product-market-actions .primary{height:36px!important;min-width:102px!important;font-size:10px!important}.supplier-featured-row{grid-template-columns:1fr!important}.supplier-featured-media{min-height:200px!important}.supplier-featured-content{padding:15px!important}.supplier-featured-middle{grid-template-columns:1fr!important}.supplier-featured-foot{align-items:stretch!important;flex-direction:column!important}.supplier-featured-kpis span{min-width:0!important;flex:1!important}.supplier-featured-foot .supplier-actions a{flex:1!important;height:36px!important}.supplier-market-list{grid-template-columns:1fr!important}.supplier-market-card{grid-template-columns:112px minmax(0,1fr)!important}.supplier-market-media{min-height:170px!important}}

/* ectip-v35-home-closure */
/* V35 closure: one grid, one toolbar language, compact supplier recommendation, no redundant pre-content layers. */
    body[data-page-route="home"]{--home-edge:18px;--market-radius:16px;--module-radius:16px}
    body[data-page-route="home"] .page{max-width:1520px!important;padding-inline:18px!important}
    body[data-page-route="home"] #sourcing,
    body[data-page-route="home"] .campaign-zone,
    body[data-page-route="home"] #products,
    body[data-page-route="home"] .marketplace-ad-rail,
    body[data-page-route="home"] #suppliers,
    body[data-page-route="home"] .dual-section,
    body[data-page-route="home"] .trade-assurance-hub{width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}
    body[data-page-route="home"] #products,
    body[data-page-route="home"] #suppliers{padding:24px 0 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
    body[data-page-route="home"] #products .section-head,
    body[data-page-route="home"] #suppliers .section-head,
    body[data-page-route="home"] #products .compact-market-toolbar,
    body[data-page-route="home"] #suppliers .compact-market-toolbar,
    body[data-page-route="home"] #productGrid,
    body[data-page-route="home"] #supplierGrid{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
    body[data-page-route="home"] #products .section-head,
    body[data-page-route="home"] #suppliers .section-head{margin-bottom:14px!important}
    body[data-page-route="home"] #products .section-head p,
    body[data-page-route="home"] #suppliers .section-head p{max-width:700px!important;font-size:13px!important;line-height:1.62!important}
    body[data-page-route="home"] #products .section-head-actions .tabs,
    body[data-page-route="home"] #suppliers .section-head-actions .tabs{display:none!important}

    .compact-market-toolbar{display:flex!important;align-items:center!important;gap:8px!important;min-height:48px!important;margin:0 0 14px!important;padding:7px 9px!important;border:1px solid #e5dfe8!important;border-radius:11px!important;background:#f8f6fa!important;box-shadow:none!important;overflow:hidden!important}
    .toolbar-live{display:flex!important;align-items:center!important;gap:8px!important;min-width:235px!important;max-width:330px!important;overflow:hidden!important}.toolbar-live b{font-size:11px!important;color:#302a34!important;white-space:nowrap!important}.toolbar-live .ticker,.toolbar-live>span:last-child{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#7b7480!important;font-size:10.5px!important}.toolbar-filters{display:flex!important;align-items:center!important;gap:3px!important;min-width:0!important}.toolbar-filters button{height:30px!important;padding:0 9px!important;border:1px solid transparent!important;border-radius:7px!important;background:transparent!important;color:#6f6775!important;font-size:10.5px!important;font-weight:650!important;white-space:nowrap!important}.toolbar-filters button:hover{background:#fff!important}.toolbar-filters button.active{border-color:#ddd2e6!important;background:#fff!important;color:#6230b8!important;font-weight:790!important;box-shadow:0 3px 8px rgba(55,38,68,.06)!important}.toolbar-divider{display:block!important;width:1px!important;height:22px!important;flex:0 0 1px!important;background:#dfd8e4!important}.toolbar-count{margin-left:auto!important;color:#726979!important;font-size:10.5px!important;white-space:nowrap!important}.compact-market-toolbar .carousel-actions{margin-left:0!important;flex:0 0 auto!important}.compact-market-toolbar .carousel-actions button{width:30px!important;height:30px!important;border-radius:7px!important}
    .buyer-category-strip,.market-density-note,.supplier-density-note{display:none!important}

    /* Product cards: more readable, less micro-text. */
    .market-product-card .product-body{padding:11px 10px 12px!important}.market-product-card .product-topline{font-size:10.5px!important}.market-product-card h3{font-size:13.5px!important;line-height:1.38!important;min-height:38px!important}.market-product-card .sourcing-price b{font-size:17px!important}.market-product-card .sourcing-price small,.market-product-card .trade-conditions small,.market-product-card .supplier-line,.market-product-card .product-capability-line,.market-product-card .product-text-link{font-size:10.5px!important}.market-product-card .trade-conditions b{font-size:11.5px!important}.market-product-card .product-capability-line{gap:6px!important}.market-product-card .product-market-actions{margin-top:10px!important}.market-product-card .product-market-actions .primary{height:34px!important;font-size:10.5px!important}

    /* Featured supplier is intentionally compact; image can no longer stretch the row. */
    #supplierGrid{display:block!important}
    .supplier-featured-row{display:grid!important;grid-template-columns:31% minmax(0,1fr)!important;height:232px!important;min-height:232px!important;max-height:232px!important;margin:0 0 14px!important;border:1px solid #e2dbe7!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 20px rgba(46,32,56,.045)!important}
    .supplier-featured-media{height:232px!important;min-height:232px!important;max-height:232px!important;overflow:hidden!important}.supplier-featured-media img{width:100%!important;height:100%!important;object-fit:cover!important}.supplier-featured-content{display:flex!important;flex-direction:column!important;min-width:0!important;height:232px!important;padding:14px 16px!important;overflow:hidden!important}.supplier-featured-title h3{font-size:17px!important}.supplier-featured-title p{font-size:10.5px!important}.supplier-featured-middle{display:grid!important;grid-template-columns:minmax(0,1fr) 170px!important;gap:12px!important;margin-top:10px!important;padding-top:9px!important;border-top:1px solid #eee9f0!important}.supplier-featured-middle>div>small{font-size:10px!important}.supplier-featured-middle>div>b{font-size:11.5px!important;line-height:1.5!important}.supplier-featured-proofs{margin-top:7px!important;gap:5px!important}.supplier-featured-proofs span{font-size:9.8px!important}.supplier-featured-row .supplier-product-thumbs{grid-template-columns:repeat(3,1fr)!important;gap:5px!important}.supplier-featured-row .supplier-product-thumbs img{height:56px!important;border-radius:7px!important}.supplier-featured-foot{margin-top:auto!important;padding-top:8px!important}.supplier-featured-kpis span b{font-size:14px!important}.supplier-featured-kpis span small{font-size:9.5px!important}.supplier-featured-foot .supplier-actions a{height:31px!important;font-size:9.8px!important}
    .supplier-market-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;border:0!important;border-radius:0!important;overflow:visible!important}.supplier-market-card{min-height:188px!important;grid-template-columns:104px minmax(0,1fr)!important}.supplier-market-media{min-height:188px!important}.supplier-market-title h3{font-size:12px!important}.supplier-market-title small,.supplier-market-products small,.supplier-market-products b,.supplier-market-stats,.supplier-market-actions a{font-size:9.8px!important}.supplier-market-actions a{height:29px!important}

    /* Operational modules use radius; marketplace content stays open. */
    #sourcing,.campaign-zone,.marketplace-ad-rail{border-radius:var(--module-radius)!important}.dual-section{border-radius:var(--module-radius)!important;overflow:hidden!important}.trade-assurance-hub{border-radius:var(--module-radius) var(--module-radius) 0 0!important}.marketplace-footer .footer-platform-top,.marketplace-footer .footer-market-grid,.marketplace-footer .footer-market-links,.marketplace-footer .footer-bottom{width:calc(100% - 36px)!important;max-width:1484px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}

    @media(max-width:1280px){.toolbar-live{min-width:190px!important;max-width:245px!important}.toolbar-filters button{padding-inline:7px!important;font-size:10px!important}.supplier-featured-row{grid-template-columns:34% minmax(0,1fr)!important}.supplier-featured-middle{grid-template-columns:1fr!important}.supplier-featured-row .supplier-product-thumbs{display:none!important}.supplier-market-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
    @media(max-width:1020px){.compact-market-toolbar{flex-wrap:wrap!important;overflow:visible!important}.toolbar-live{flex:1 1 100%!important;max-width:none!important}.toolbar-divider{display:none!important}.toolbar-count{margin-left:auto!important}.supplier-featured-row{grid-template-columns:40% minmax(0,1fr)!important}.supplier-market-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
    @media(max-width:640px){body[data-page-route="home"] .page{padding-inline:12px!important}.marketplace-footer .footer-platform-top,.marketplace-footer .footer-market-grid,.marketplace-footer .footer-market-links,.marketplace-footer .footer-bottom{width:calc(100% - 24px)!important}.compact-market-toolbar{gap:6px!important;padding:8px!important}.toolbar-filters{width:100%!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}.product-filter-chips,.supplier-filter-chips{display:none!important}.toolbar-filters button{width:100%!important;padding:0 4px!important}.toolbar-count{margin-left:0!important}.supplier-featured-row{grid-template-columns:1fr!important;height:auto!important;min-height:0!important;max-height:none!important}.supplier-featured-media{height:188px!important;min-height:188px!important;max-height:188px!important}.supplier-featured-content{height:auto!important;min-height:220px!important}.supplier-market-list{grid-template-columns:1fr!important}}

/* ectip-v36-supplier-balance */
/* V36 — balance supplier marketplace and create breathing room before the platform close. */
    body[data-page-route="home"] #suppliers{margin-top:32px!important;padding-bottom:6px!important}
    body[data-page-route="home"] #supplierGrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:none!important;grid-auto-rows:auto!important;gap:14px!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important}
    .supplier-featured-row,.supplier-market-list{display:none!important}
    .supplier-equal-card{position:relative!important;display:flex!important;flex-direction:column!important;min-width:0!important;min-height:282px!important;border:1px solid #e3dde7!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 7px 18px rgba(46,32,56,.045)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
    .supplier-equal-card:hover{transform:translateY(-2px)!important;border-color:#d6cae4!important;box-shadow:0 13px 27px rgba(46,32,56,.075)!important}
    .supplier-equal-card.is-recommended{border-color:#d7c7ec!important;box-shadow:0 9px 22px rgba(91,52,153,.07)!important}
    .supplier-equal-card.is-recommended:before{content:'';position:absolute;left:0;right:0;top:0;height:3px;z-index:5;background:linear-gradient(90deg,#7a42de,#4f8fe6,#31b99b)}
    .supplier-equal-media{position:relative!important;display:block!important;height:118px!important;flex:0 0 118px!important;overflow:hidden!important;background:#ece8f0!important;color:inherit!important;text-decoration:none!important}
    .supplier-equal-media>img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .25s ease!important}.supplier-equal-card:hover .supplier-equal-media>img{transform:scale(1.025)!important}
    .supplier-equal-media:after{content:'';position:absolute;inset:42% 0 0;background:linear-gradient(180deg,transparent,rgba(22,16,31,.36))}
    .supplier-equal-verified,.supplier-recommend-tag,.supplier-equal-live{position:absolute!important;z-index:2!important;border-radius:999px!important;line-height:1!important;white-space:nowrap!important}
    .supplier-equal-verified{left:10px!important;top:10px!important;padding:6px 8px!important;background:rgba(255,255,255,.94)!important;color:#14855f!important;font-size:10px!important;font-weight:800!important;box-shadow:0 4px 10px rgba(25,19,31,.08)!important}
    .supplier-recommend-tag{right:10px!important;top:10px!important;padding:6px 8px!important;background:rgba(91,46,173,.92)!important;color:#fff!important;font-size:10px!important;font-weight:800!important;backdrop-filter:blur(8px)!important}
    .supplier-equal-live{left:10px!important;bottom:9px!important;padding:5px 8px!important;background:rgba(27,20,39,.74)!important;color:#e8e1f2!important;font-size:10px!important;font-style:normal!important;backdrop-filter:blur(7px)!important}
    .supplier-equal-body{display:flex!important;flex:1!important;flex-direction:column!important;min-width:0!important;padding:12px 13px 13px!important}
    .supplier-equal-title{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:9px!important;align-items:center!important}.supplier-equal-title .supplier-logo{width:34px!important;height:34px!important;border-radius:9px!important;font-size:10px!important}.supplier-equal-title h3{margin:0!important;font-size:13.5px!important;line-height:1.3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.supplier-equal-title small{display:block!important;margin-top:3px!important;color:#817985!important;font-size:10.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
    .supplier-equal-products{display:grid!important;grid-template-columns:minmax(0,1fr) 74px!important;gap:9px!important;align-items:end!important;margin-top:10px!important;padding-top:9px!important;border-top:1px solid #eee9f0!important}.supplier-equal-products small{display:block!important;color:#8a818e!important;font-size:10px!important}.supplier-equal-products b{display:block!important;margin-top:4px!important;font-size:11px!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.supplier-equal-products .supplier-product-thumbs{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:4px!important;margin:0!important}.supplier-equal-products .supplier-product-thumbs img{width:100%!important;height:32px!important;border-radius:5px!important;object-fit:cover!important;border:1px solid #e8e1eb!important}
    .supplier-equal-proof{display:flex!important;gap:6px!important;flex-wrap:wrap!important;margin-top:8px!important}.supplier-equal-proof span{padding:3px 6px!important;border-radius:5px!important;background:#f5f2f8!important;color:#665e6c!important;font-size:9.8px!important;line-height:1.35!important}
    .supplier-equal-stats{display:grid!important;grid-template-columns:repeat(3,1fr)!important;margin-top:9px!important;padding-top:8px!important;border-top:1px solid #eee9f0!important}.supplier-equal-stats span{min-width:0!important;padding:0 7px!important;border-right:1px solid #eee9f0!important}.supplier-equal-stats span:first-child{padding-left:0!important}.supplier-equal-stats span:last-child{padding-right:0!important;border-right:0!important}.supplier-equal-stats b{display:block!important;color:#322b37!important;font-size:12.5px!important}.supplier-equal-stats small{display:block!important;margin-top:2px!important;color:#88808c!important;font-size:9.5px!important}
    .supplier-equal-actions{display:grid!important;grid-template-columns:.85fr 1.15fr!important;gap:6px!important;margin-top:auto!important;padding-top:9px!important}.supplier-equal-actions a{display:flex!important;align-items:center!important;justify-content:center!important;height:31px!important;border:1px solid #d8cde3!important;border-radius:8px!important;background:#fff!important;color:#6334b2!important;text-decoration:none!important;font-size:10.5px!important;font-weight:740!important}.supplier-equal-actions .primary{border-color:#7040d7!important;background:#7040d7!important;color:#fff!important}.supplier-equal-actions a:hover{border-color:#b9a8d2!important}.supplier-equal-actions .primary:hover{background:#5f31c1!important}

    /* The close of the homepage breathes instead of stacking three dense blocks. */
    body[data-page-route="home"] .dual-section{margin-top:38px!important;gap:18px!important;border-radius:0!important;overflow:visible!important;background:transparent!important}
    body[data-page-route="home"] .dual-section .industry-card,
    body[data-page-route="home"] .dual-section .service-card{min-height:344px!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 10px 24px rgba(46,32,56,.05)!important}
    body[data-page-route="home"] .dual-section .service-card{padding:28px!important;background:#fff!important;border:1px solid #e3dde7!important}
    body[data-page-route="home"] .dual-section .service-list{margin-top:18px!important}
    body[data-page-route="home"] .trade-assurance-hub{margin-top:36px!important;margin-bottom:38px!important;border-radius:16px!important}

    @media(max-width:1280px){body[data-page-route="home"] #supplierGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:11px!important}.supplier-equal-card{min-height:286px!important}.supplier-equal-products{grid-template-columns:minmax(0,1fr) 62px!important}.supplier-equal-products .supplier-product-thumbs img{height:28px!important}.supplier-equal-proof span{font-size:9.3px!important;padding-inline:5px!important}}
    @media(max-width:1020px){body[data-page-route="home"] #supplierGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.supplier-equal-card{min-height:280px!important}.supplier-equal-products{grid-template-columns:minmax(0,1fr) 78px!important}.supplier-equal-products .supplier-product-thumbs img{height:34px!important}.dual-section{grid-template-columns:1fr!important}.dual-section .industry-card,.dual-section .service-card{min-height:330px!important}}
    @media(max-width:640px){body[data-page-route="home"] #suppliers{margin-top:26px!important}body[data-page-route="home"] #supplierGrid{grid-template-columns:1fr!important;gap:12px!important}.supplier-equal-card{min-height:0!important}.supplier-equal-media{height:154px!important;flex-basis:154px!important}.supplier-equal-body{padding:13px 14px 14px!important}.supplier-equal-title h3{font-size:14px!important}.supplier-equal-products{grid-template-columns:minmax(0,1fr) 86px!important}.supplier-equal-products .supplier-product-thumbs img{height:38px!important}.dual-section{margin-top:30px!important;gap:14px!important}.trade-assurance-hub{margin-top:30px!important;margin-bottom:30px!important}}

/* ectip-shell-locale-style */
body.shell-non-zh .nav-node .mega{display:none!important}
    body.shell-non-zh .nav-link .chev{display:none!important}

/* ectip-v36p3-optical-grid-closure */
/* P3: marketplace content uses the same optical baseline as boxed operating modules. */
    @media (min-width:641px){
      body[data-page-route="home"] #products,
      body[data-page-route="home"] #suppliers{padding-left:27px!important;padding-right:27px!important}
    }
    @media (max-width:640px){
      body[data-page-route="home"] #products,
      body[data-page-route="home"] #suppliers{padding-left:0!important;padding-right:0!important}
    }
    .supplier-equal-media>img{display:block!important}

/* ectip-v36p4-live-feed-style */
.live-feed-loading{display:grid;place-items:center;min-height:160px;border:1px dashed #ddd5e8;border-radius:12px;background:#faf9fc;color:#7b7284;font-size:12px}
    .live-feed-error{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:84px;padding:18px;border:1px solid #eadfe8;border-radius:12px;background:#fff;color:#5f5664;font-size:12px}
    .live-feed-error button{height:32px;padding:0 12px;border:1px solid #d7caea;border-radius:8px;background:#fff;color:#6f40d7;font-weight:700;cursor:pointer}
    .product-media .live-image-placeholder,.supplier-equal-media .live-image-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#f3f0f7,#ebe7f0);color:#8b8290;font-size:11px}
    .product-card[data-live-entity="1"] .buyer-interest{background:rgba(255,255,255,.94);color:#655b70}
    .live-source-note{font-size:9.5px;color:#7c7384;white-space:nowrap}
    @media(min-width:1021px){body[data-page-route="home"] .nav-node:nth-last-child(-n+2) .mega{left:auto!important;right:0!important}}

/* ectip-v36p5-home-closure-style */
@media (min-width:641px){
  body[data-page-route="home"] .dual-section,
  body[data-page-route="home"] .trade-assurance-hub{width:calc(100% - 54px)!important;margin-left:27px!important;margin-right:27px!important}
}
@media (max-width:640px){body[data-page-route="home"] .dual-section,body[data-page-route="home"] .trade-assurance-hub{width:100%!important;margin-left:0!important;margin-right:0!important}}
.home-contact-channels{position:fixed;z-index:82;right:18px;bottom:82px;display:flex;align-items:flex-end;gap:8px;pointer-events:auto}
.home-contact-actions{display:flex;align-items:stretch;gap:6px;padding:6px;border:1px solid rgba(112,67,231,.20);border-radius:13px;background:rgba(255,255,255,.97);box-shadow:0 14px 36px rgba(48,29,102,.16);backdrop-filter:blur(12px)}
.home-contact-actions[hidden]{display:none!important}.home-contact-item{display:grid;place-items:center;gap:3px;width:60px;min-height:52px;padding:6px 4px;border:1px solid transparent;border-radius:9px;background:#f7f4ff;color:#6535d4;cursor:pointer}.home-contact-item.is-phone{width:96px}.home-contact-item:hover{border-color:#d8cdf8;background:#eee8ff}.home-contact-item span{font-size:16px;font-weight:900;line-height:1}.home-contact-item b{max-width:90px;overflow-wrap:anywhere;font-size:9px;line-height:1.25;text-align:center}
.home-contact-toggle{display:flex;align-items:center;justify-content:center;gap:6px;min-width:104px;height:44px;padding:0 13px;border:1px solid rgba(112,67,231,.26);border-radius:999px;background:linear-gradient(145deg,#8157f0,#6033db);box-shadow:0 12px 28px rgba(79,44,174,.28);color:#fff;cursor:pointer}.home-contact-toggle span{font-size:14px;font-weight:900}.home-contact-toggle b{font-size:12px;font-weight:850;white-space:nowrap}
.home-contact-popover{position:fixed;z-index:83;right:18px;bottom:140px;width:min(252px,calc(100vw - 36px));padding:18px;border:1px solid rgba(112,67,231,.18);border-radius:14px;background:#fff;text-align:center;box-shadow:0 18px 45px rgba(37,24,83,.20)}.home-contact-popover[hidden]{display:none!important}.home-contact-popover button{position:absolute;right:8px;top:7px;width:28px;height:28px;border:0;border-radius:50%;background:#f5f2fb;color:#332b3a;font-size:18px}.home-contact-popover h3{margin:2px 28px 10px;font-size:17px}.home-contact-popover img{display:block;width:172px;max-width:78%;aspect-ratio:1;margin:0 auto 10px;object-fit:contain}.home-contact-popover p{margin:0 0 12px;color:#776e7e;font-size:11px}.home-contact-popover a{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 12px;border-radius:8px;background:#7041e4;color:#fff;font-size:10px;font-weight:800}
@media(max-width:640px){.home-contact-channels{right:10px;bottom:76px}.home-contact-actions{display:grid;grid-template-columns:repeat(2,minmax(58px,1fr));max-width:174px}.home-contact-actions[hidden]{display:none!important}.home-contact-item,.home-contact-item.is-phone{width:auto;min-width:0;min-height:50px}.home-contact-toggle{min-width:98px;height:42px;padding:0 11px}.home-contact-toggle b{font-size:11px}.home-contact-popover{right:10px;bottom:128px;width:min(238px,calc(100vw - 20px))}}

/* ectip-v36p8-integration-closure */
:root{--p8-edge:27px;--p8-purple:#7041e4;--p8-line:#e5deeb}
/* One marketplace grid: every main operating block shares the same outer baseline. */
@media(min-width:641px){
 body[data-page-route="home"] #sourcing,
 body[data-page-route="home"] .campaign-zone,
 body[data-page-route="home"] #products,
 body[data-page-route="home"] .marketplace-ad-rail,
 body[data-page-route="home"] #suppliers,
 body[data-page-route="home"] .dual-section,
 body[data-page-route="home"] .trade-assurance-hub{box-sizing:border-box!important;width:calc(100% - (var(--p8-edge) * 2))!important;margin-left:var(--p8-edge)!important;margin-right:var(--p8-edge)!important}
 body[data-page-route="home"] #products,body[data-page-route="home"] #suppliers{padding-left:0!important;padding-right:0!important}
}
@media(max-width:640px){:root{--p8-edge:0px}body[data-page-route="home"] #sourcing,body[data-page-route="home"] .campaign-zone,body[data-page-route="home"] #products,body[data-page-route="home"] .marketplace-ad-rail,body[data-page-route="home"] #suppliers,body[data-page-route="home"] .dual-section,body[data-page-route="home"] .trade-assurance-hub{width:100%!important;margin-left:0!important;margin-right:0!important}}
/* Fixed first-screen RFQ rail: eight real backend RFQs fit the approved height. */
body[data-page-route="home"] .rfq-rail{height:530px!important;min-height:530px!important;max-height:530px!important;display:flex!important;flex-direction:column!important;padding:10px 13px 12px!important}
body[data-page-route="home"] .rfq-list{flex:1!important;min-height:0!important;height:auto!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}
body[data-page-route="home"] .rfq-track{will-change:transform;transition:transform .42s ease}
body[data-page-route="home"] .rfq-item{height:45px!important;min-height:44px!important;padding:0 8px!important}
body[data-page-route="home"] .rfq-item b{font-size:10.2px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body[data-page-route="home"] .rfq-item small{font-size:7.8px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body[data-page-route="home"] .rfq-flag{width:29px!important;height:29px!important;flex:0 0 29px!important}
body[data-page-route="home"] .rfq-item em{min-width:76px!important}.rail-foot{flex:0 0 40px!important}
/* Global RFQ table no phantom loading / fixed visual rhythm. */
#sourcing .data-table>.live-feed-loading{grid-column:1/-1;min-height:230px}
/* Approved product density: maximum 10, five columns x two rows on desktop. Real API extras never stretch the grid. */
body[data-page-route="home"] #productGrid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important}
body[data-page-route="home"] #productGrid>.sourcing-product-card{min-width:0!important;width:auto!important}
@media(max-width:1180px){body[data-page-route="home"] #productGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:820px){body[data-page-route="home"] #productGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:520px){body[data-page-route="home"] #productGrid{grid-template-columns:1fr!important}}
/* Approved supplier density: maximum 8, four columns x two rows. */
body[data-page-route="home"] #supplierGrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
@media(max-width:1020px){body[data-page-route="home"] #supplierGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:640px){body[data-page-route="home"] #supplierGrid{grid-template-columns:1fr!important}}
/* Local mobile navigation drawer instead of jumping to a second UI system. */
.home-mobile-drawer{position:fixed;z-index:120;inset:0;background:rgba(18,13,53,.34);backdrop-filter:blur(5px);display:none}.home-mobile-drawer.open{display:block}.home-mobile-panel{position:absolute;right:0;top:0;width:min(360px,88vw);height:100%;padding:18px;background:#fff;box-shadow:-20px 0 55px rgba(24,13,53,.2);overflow:auto}.home-mobile-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.home-mobile-head img{width:98px}.home-mobile-head button{width:36px;height:36px;border:0;border-radius:10px;background:#f3effb;color:#5630ba;font-size:22px}.home-mobile-links{display:grid;gap:8px}.home-mobile-links button{min-height:48px;padding:0 14px;border:1px solid #e8e1ef;border-radius:11px;background:#fff;text-align:left;color:#39313f;font-weight:800}.home-mobile-links button.active{background:#f3effb;color:#6436d4;border-color:#d8cbf5}

/* ectip-v36p9-shell-closure */
@view-transition{navigation:auto}
::view-transition-old(root),::view-transition-new(root){animation-duration:.18s}
:root{--p9-section-pad:24px;--p9-rfq-row:41px}
/* All major homepage modules share one OUTER baseline. Inner content uses padding; no nested 27px deck offset. */
@media(min-width:641px){
 body[data-page-route="home"] #sourcing,body[data-page-route="home"] .campaign-zone,body[data-page-route="home"] #products,body[data-page-route="home"] .marketplace-ad-rail,body[data-page-route="home"] #suppliers,body[data-page-route="home"] .dual-section,body[data-page-route="home"] .trade-assurance-hub{width:100%!important;margin-left:0!important;margin-right:0!important}
 body[data-page-route="home"] #sourcing,body[data-page-route="home"] #products,body[data-page-route="home"] #suppliers{padding-left:var(--p9-section-pad)!important;padding-right:var(--p9-section-pad)!important}
body[data-page-route="home"] .role-gateway{padding-left:var(--p9-section-pad)!important;padding-right:var(--p9-section-pad)!important}
}
@media(max-width:640px){:root{--p9-section-pad:0px}body[data-page-route="home"] .role-gateway{padding-left:16px!important;padding-right:16px!important}body[data-page-route="home"] #sourcing,body[data-page-route="home"] .campaign-zone,body[data-page-route="home"] #products,body[data-page-route="home"] .marketplace-ad-rail,body[data-page-route="home"] #suppliers,body[data-page-route="home"] .dual-section,body[data-page-route="home"] .trade-assurance-hub{width:100%!important;margin-left:0!important;margin-right:0!important}}
/* Fixed first-screen rail stays 530px, but now fills it with ten live RFQs. */
body[data-page-route="home"] .rfq-rail{height:530px!important;min-height:530px!important;max-height:530px!important;padding:8px 13px 10px!important}
body[data-page-route="home"] .sync-note{flex:0 0 38px!important;margin:0 0 4px!important;padding:5px 8px!important}
body[data-page-route="home"] .rfq-list{flex:1!important;min-height:0!important;overflow:hidden!important}
body[data-page-route="home"] .rfq-track{height:auto!important;will-change:transform!important}
body[data-page-route="home"] .rfq-item{height:var(--p9-rfq-row)!important;min-height:var(--p9-rfq-row)!important;padding:0 7px!important;grid-template-columns:30px minmax(0,1fr) auto!important;gap:7px!important}
body[data-page-route="home"] .rfq-flag{width:27px!important;height:27px!important;flex:0 0 27px!important}
body[data-page-route="home"] .rfq-item b{font-size:9.7px!important}
body[data-page-route="home"] .rfq-item small{font-size:7.4px!important}
body[data-page-route="home"] .rfq-item em{min-width:68px!important;font-size:7.5px!important}
body[data-page-route="home"] .rail-foot{flex:0 0 40px!important;height:40px!important;margin-top:4px!important}
/* Prevent a sparse trailing API page (1-2 records) from replacing a complete 5x2/4x2 marketplace deck. */
body[data-page-route="home"] #productGrid{min-height:0!important}
body[data-page-route="home"] #supplierGrid{min-height:0!important}

/* ectip-v36p9-final-responsive */
@media(min-width:1021px) and (max-width:1440px){body[data-page-route="home"] .nav-link{padding-inline:8px!important;font-size:11px!important}body[data-page-route="home"] .nav-link:after{left:8px!important;right:8px!important}}
@media(max-width:640px){body[data-page-route="home"] .rfq-rail .rfq-item{display:grid!important;height:41px!important;min-height:41px!important}body[data-page-route="home"] .rfq-list{height:425px!important;min-height:425px!important}}

/* ectip-v36p9-batch3-live-ribbon-fix */
/* Batch3 whitelist: make the live RFQ ribbon user-facing and use the available space before truncating. */
body[data-page-route="home"] .hero-live-ribbon .ribbon-copy{min-width:0!important;max-width:none!important}
body[data-page-route="home"] .hero-live-ribbon .ribbon-copy b{max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}
body[data-page-route="home"] .hero-live-ribbon em{white-space:nowrap!important}
@media(min-width:1281px){body[data-page-route="home"] .hero-live-ribbon em{display:block!important}}
@media(max-width:1280px){body[data-page-route="home"] .hero-live-ribbon em{display:none!important}}
body[data-page-route="home"] .hero-live-ribbon[role="link"]{cursor:pointer!important}
@media(max-width:640px){body[data-page-route="home"] .hero-live-ribbon .ribbon-copy b{overflow:hidden!important;text-overflow:ellipsis!important}}

/* ectip-v36p9-batch1-nav-fix */
/* Batch1 whitelist: close the 641-1020px home navigation gap without changing routes or menu content. */
@media (min-width:641px) and (max-width:1020px){
  body[data-page-route="home"] .topbar{grid-template-columns:120px minmax(0,1fr) auto!important;column-gap:10px!important}
  body[data-page-route="home"] .platform-search{min-width:0!important}
  body[data-page-route="home"] .top-actions{min-width:0!important;gap:7px!important}
  body[data-page-route="home"] .mobile-trigger{display:block!important;width:44px;height:40px;border:1px solid #ded5e7!important;border-radius:10px!important;background:#fff!important;color:#5e34c8!important;font-size:20px!important}
}

/* ectip-v36p9-batch789-home-hardening */
/* Batch 7/8/9: RFQ ribbon collision fix + real-data pressure hardening. */
body[data-page-route="home"] .hero-live-ribbon{
  grid-template-columns:auto minmax(0,1fr) auto!important;
  overflow:hidden!important;
}
body[data-page-route="home"] .hero-live-ribbon .ribbon-copy{
  min-width:0!important;max-width:100%!important;overflow:hidden!important;
}
body[data-page-route="home"] .hero-live-ribbon .ribbon-copy b{
  display:block!important;min-width:0!important;max-width:100%!important;
  overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;
}
body[data-page-route="home"] .hero-live-ribbon em{
  min-width:max-content!important;justify-self:end!important;white-space:nowrap!important;
}
@media(min-width:1281px){body[data-page-route="home"] .hero-live-ribbon em{display:block!important}}
@media(max-width:1280px){body[data-page-route="home"] .hero-live-ribbon em{display:none!important}}
body[data-page-route="home"] .hero-live-ribbon[role="link"]{cursor:pointer!important}

/* Dynamic product/supplier/RFQ content must never widen its grid/card. */
body[data-page-route="home"] #productGrid>*,
body[data-page-route="home"] #supplierGrid>*,
body[data-page-route="home"] .product-body,
body[data-page-route="home"] .supplier-equal-body,
body[data-page-route="home"] .supplier-equal-title>div,
body[data-page-route="home"] .supplier-equal-products>div,
body[data-page-route="home"] .rfq-copy,
body[data-page-route="home"] .data-row .buyer>span{min-width:0!important}
body[data-page-route="home"] .product-body h3 a{
  display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;
  overflow:hidden!important;overflow-wrap:anywhere!important;word-break:break-word!important;
}
body[data-page-route="home"] .product-topline>span,
body[data-page-route="home"] .supplier-line span,
body[data-page-route="home"] .supplier-equal-title h3,
body[data-page-route="home"] .supplier-equal-title small,
body[data-page-route="home"] .rfq-copy b,
body[data-page-route="home"] .rfq-copy small,
body[data-page-route="home"] .data-row .buyer b,
body[data-page-route="home"] .data-row .buyer small,
body[data-page-route="home"] #productTicker,
body[data-page-route="home"] #showroomTicker,
body[data-page-route="home"] #sourcingTicker{
  min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;
}
body[data-page-route="home"] .supplier-equal-products b{
  display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;
  overflow:hidden!important;overflow-wrap:anywhere!important;word-break:break-word!important;
}
body[data-page-route="home"] .sourcing-price b,
body[data-page-route="home"] .trade-conditions b,
body[data-page-route="home"] .supplier-equal-stats b,
body[data-page-route="home"] .data-row .qty,
body[data-page-route="home"] .data-row .deadline,
body[data-page-route="home"] .data-row .match{
  min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;
}
body[data-page-route="home"] .live-image-placeholder{overflow:hidden!important;text-align:center!important}
body[data-page-route="home"] .market-product-card .product-body{overflow:hidden!important}
body[data-page-route="home"] .trade-conditions{min-width:0!important;max-width:100%!important;overflow:hidden!important}
body[data-page-route="home"] .trade-conditions>span{min-width:0!important;flex:1 1 0!important;overflow:hidden!important}
body[data-page-route="home"] .trade-conditions>span>b{min-width:0!important;max-width:100%!important;flex:1 1 auto!important}
body[data-page-route="home"] .trade-conditions>span>small{flex:0 0 auto!important}

/* ectip-b17-i18n-responsive */
/* B17: multilingual layout hardening. Keep native language names and allow long translated UI labels. */
html[dir="rtl"] body{direction:rtl}
html[dir="rtl"] .platform-search input,html[dir="rtl"] input[type="email"],html[dir="rtl"] input[type="tel"],html[dir="rtl"] .ltr{direction:ltr;text-align:left;unicode-bidi:plaintext}
body[class*="home-locale-"] .nav-link,body[class*="home-locale-"] button,body[class*="home-locale-"] a,body[class*="home-locale-"] .section-head,body[class*="home-locale-"] .workbench-card{min-width:0}
body.shell-non-zh .nav{gap:2px!important}
body.shell-non-zh .nav-link{white-space:normal!important;line-height:1.15!important;text-align:center!important;padding-inline:7px!important;overflow-wrap:normal!important;word-break:normal!important}
body[data-shell-lang="de"] .nav-link,body[data-shell-lang="fr"] .nav-link,body[data-shell-lang="ru"] .nav-link,body[data-shell-lang="pt"] .nav-link,body[data-shell-lang="es"] .nav-link{font-size:9.5px!important;padding-inline:5px!important}
body.shell-non-zh .role-switch button,body.shell-non-zh .login,body.shell-non-zh .nav-category-entry,body.shell-non-zh .nav-rfq-entry b{white-space:normal!important;line-height:1.1!important}
body.shell-non-zh .hero-copy h1,body.shell-non-zh .section h2,body.shell-non-zh .gateway-feature h2,body.shell-non-zh .workbench-card h3{overflow-wrap:break-word;word-break:normal}
body.shell-non-zh .hero-copy p,body.shell-non-zh .section p,body.shell-non-zh .workbench-card p,body.shell-non-zh .promo-card p,body.shell-non-zh .service-card p{overflow-wrap:anywhere}
html[dir="rtl"] .top-actions,html[dir="rtl"] .platform-utility>div{direction:rtl}
html[dir="rtl"] .platform-search{direction:rtl}
html[dir="rtl"] .platform-search input{text-align:right;direction:rtl}
html[dir="rtl"] .hero-copy,html[dir="rtl"] .section-head,html[dir="rtl"] .gateway-feature-copy,html[dir="rtl"] .workbench-card,html[dir="rtl"] .footer-grid{text-align:right}
html[dir="rtl"] .hero-live-ribbon,html[dir="rtl"] .market-toolbar,html[dir="rtl"] .showroom-livebar{direction:rtl}
@media(max-width:1280px){body.shell-non-zh .nav-link{font-size:9px!important;padding-inline:4px!important}body[data-shell-lang="de"] .nav-link,body[data-shell-lang="fr"] .nav-link,body[data-shell-lang="ru"] .nav-link{font-size:8.6px!important}}
@media(max-width:1020px){body.shell-non-zh .nav-link{font-size:inherit!important}body.shell-non-zh .mobile-trigger{display:block!important}}
@media(max-width:640px){body.shell-non-zh .hero-copy h1{font-size:clamp(27px,8vw,32px)!important}body.shell-non-zh .hero-copy p{font-size:10.5px!important;line-height:1.55!important}body.shell-non-zh .workbench-tabs{overflow-x:auto;scrollbar-width:none}body.shell-non-zh .workbench-tabs button{flex:0 0 auto!important;min-width:96px!important;white-space:normal!important}body.shell-non-zh .cta-actions>a,body.shell-non-zh .cta-actions>button{max-width:100%;white-space:normal!important;height:auto!important;min-height:38px!important;padding-block:8px!important}}

/* home-intl-inline-css */
/* Final homepage localization refinement. Module structure and routes are unchanged. */
body.shell-non-zh main,body.shell-non-zh footer{overflow-x:clip}
body.shell-non-zh .hero-market-panel{overflow:hidden!important;padding:12px 13px!important}
body.shell-non-zh #heroSignalHint{display:none!important}
body.shell-non-zh .hero-market-main{gap:7px!important;margin-block:7px!important}
body.shell-non-zh .hero-market-copy b{font-size:10.4px!important;line-height:1.16!important}
body.shell-non-zh .hero-market-stats>div span{font-size:8px!important;line-height:1.05!important;min-height:14px!important}
body.shell-non-zh .hero-market-foot{margin-top:5px!important;padding-top:5px!important;font-size:8px!important}
body.shell-non-zh .hero-copy p{max-width:455px!important;font-size:10.7px!important;line-height:1.42!important}
body.shell-non-zh .hero-actions .btn{white-space:nowrap!important}
body.shell-non-zh .hero-live-ribbon #heroLiveText{font-size:9.2px!important}

body.shell-non-zh .trust-item span:empty{display:none!important}
body.shell-non-zh .role-selector button{min-width:0!important;padding-inline:8px!important;gap:6px!important}
body.shell-non-zh .role-selector button>i{flex:0 0 23px!important;width:23px!important;height:23px!important;font-size:11px!important}
body.shell-non-zh .role-selector b{font-size:10px!important;line-height:1.12!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;display:block!important}
body.shell-non-zh .role-selector small{font-size:7.6px!important;line-height:1.15!important;white-space:normal!important;overflow:visible!important;display:block!important}
body.shell-non-zh .role-action{min-width:0!important;padding-inline:9px!important;gap:5px!important}
body.shell-non-zh .role-action b{font-size:9.8px!important;line-height:1.12!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;display:block!important}
body.shell-non-zh .role-action span{font-size:7.7px!important;line-height:1.15!important;white-space:normal!important;overflow:visible!important;display:block!important}
body.shell-non-zh .role-action span:empty{display:none!important}

body.shell-non-zh .campaign-zone-head p{max-width:520px!important}
body.shell-non-zh .campaign-small{min-width:0!important}
body.shell-non-zh .campaign-small b{font-size:12px!important;line-height:1.12!important;white-space:normal!important}
body.shell-non-zh .campaign-small span:empty{display:none!important}
body.shell-non-zh .campaign-main p:empty,.ad-slide p:empty{display:none!important}

body.shell-non-zh #productTicker,body.shell-non-zh #supplierTicker{max-width:155px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:8.6px!important}
body.shell-non-zh .buyer-product-grid>*,body.shell-non-zh .buyer-supplier-grid>*{min-width:0!important}
body.shell-non-zh .market-product-card,body.shell-non-zh .supplier-market-card{min-width:0!important;overflow:hidden!important}
body.shell-non-zh .market-product-card h3,body.shell-non-zh .supplier-market-card h3{overflow-wrap:anywhere!important}
body.shell-non-zh .ad-rail-label small:empty{display:none!important}
body.shell-non-zh .ad-rail-label b{font-size:10px!important}

body.shell-non-zh .service-card>p{margin-bottom:9px!important}
body.shell-non-zh .service-list button{min-width:0!important}
body.shell-non-zh .service-list b{font-size:10px!important;line-height:1.12!important;white-space:normal!important}
body.shell-non-zh .service-list small:empty{display:none!important}
body.shell-non-zh .service-icon{flex:0 0 27px!important;width:27px!important}

/* Compact floating contact avoids covering campaign/service/project cards. Function is unchanged. */
@media(min-width:1100px){body.shell-non-zh #homeContactToggle{width:46px!important;height:46px!important;min-width:46px!important;padding:0!important;border-radius:50%!important;right:14px!important;bottom:16px!important;display:flex!important;align-items:center!important;justify-content:center!important}body.shell-non-zh #homeContactToggle>b{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}body.shell-non-zh #homeContactToggle>span{margin:0!important;font-size:17px!important}}

/* Arabic keeps the approved left-category / center-hero / right-RFQ skeleton. Only textual content is RTL. */
body.home-locale-ar main,body.home-locale-ar footer{direction:ltr!important}
body.home-locale-ar main :is(h1,h2,h3,h4,p,small,b,span,label,.hero-copy,.hero-market-copy,.role-gateway-intro,.role-selector button span,.role-action,.section-head>div,.campaign-zone-head>div,.campaign-small>div,.service-list button>span,.assurance-copy,.assurance-steps span,.assurance-live-panel),body.home-locale-ar footer :is(h3,p,a,span,b,small){direction:rtl;text-align:right;unicode-bidi:plaintext}
body.home-locale-ar main :is(.hero-platform-id,.eyebrow,.ribbon-live,.hero-market-code,strong,[id*="Count"],[id*="Total"],[id*="Value"]){direction:ltr!important;unicode-bidi:isolate!important}
body.home-locale-ar .hero-shell>*{direction:ltr!important}
body.home-locale-ar .hero-market-panel{right:20px!important;left:auto!important}
body.home-locale-ar main .role-action em,body.home-locale-ar main .service-list em,body.home-locale-ar main .hub-list em{transform:rotate(180deg)}

@media(max-width:1366px) and (min-width:1100px){body.shell-non-zh .role-selector b{font-size:9.4px!important}body.shell-non-zh .role-selector small{font-size:7.1px!important}body.shell-non-zh .role-action b{font-size:9.1px!important}body.shell-non-zh .role-action span{font-size:7.2px!important}body.shell-non-zh .campaign-small b{font-size:11.2px!important}body.shell-non-zh #productTicker,body.shell-non-zh #supplierTicker{max-width:125px!important}}

/* B18 final density guards: no module geometry changes. */
body.shell-non-zh .role-selector button,body.shell-non-zh .role-action{overflow:hidden!important}
body.shell-non-zh .role-action b,body.shell-non-zh .role-action span{overflow-wrap:anywhere!important}
body.shell-non-zh .campaign-small div{min-width:0!important}
body.shell-non-zh .campaign-small small,body.shell-non-zh .campaign-small b,body.shell-non-zh .campaign-small span{overflow-wrap:anywhere!important}
body.shell-non-zh .data-head span,body.shell-non-zh .data-row>*{min-width:0!important}
body.shell-non-zh .rfq-item b,body.shell-non-zh .rfq-item small{min-width:0!important;overflow-wrap:anywhere!important}
body.home-locale-ar :is(.rfq-item,.data-row,.market-product-card,.supplier-market-card) :is([dir="ltr"],.ltr-token),body.home-locale-ar :is(#heroCount,.hero-market-code,[id*="Total"],[id*="Count"],[id*="Value"]){direction:ltr!important;unicode-bidi:isolate!important;text-align:left!important}
@media(max-width:1280px) and (min-width:1100px){body.shell-non-zh .role-selector button{padding-inline:6px!important}body.shell-non-zh .role-selector b{font-size:8.9px!important}body.shell-non-zh .role-selector small{font-size:6.8px!important}body.shell-non-zh .role-action{padding-inline:7px!important}body.shell-non-zh .role-action b{font-size:8.7px!important}body.shell-non-zh .role-action span{font-size:6.8px!important}body.shell-non-zh .campaign-small b{font-size:10.7px!important}body.shell-non-zh .hero-copy p{font-size:10.2px!important}}

/* B18 live-card safeguards when real data fills all slots. */
body.shell-non-zh .supplier-equal-title h3{white-space:normal!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;line-height:1.14!important;max-height:2.3em!important}
body.shell-non-zh .trade-conditions b{direction:ltr!important;unicode-bidi:isolate!important;white-space:nowrap!important;font-size:9px!important}
body.home-locale-ar .trade-conditions :is(b,small){direction:ltr!important;unicode-bidi:isolate!important;text-align:left!important}

/* B18 final compactness for real MOQ / lead-time values at narrow desktop widths. */
body.shell-non-zh .trade-conditions{gap:5px!important}
body.shell-non-zh .trade-conditions>span{gap:2px!important;min-width:0!important}
body.shell-non-zh .trade-conditions b{font-size:8.2px!important;letter-spacing:-.1px!important;min-width:0!important}
body.shell-non-zh .trade-conditions small{font-size:7.6px!important;letter-spacing:-.05px!important;min-width:0!important}
@media(max-width:1280px) and (min-width:1100px){body.shell-non-zh .trade-conditions{gap:3px!important}body.shell-non-zh .trade-conditions b{font-size:7.8px!important}body.shell-non-zh .trade-conditions small{font-size:7.2px!important}}

/* Keep supplier filter labels intact on 1280–1366 desktop without changing toolbar structure. */
@media(max-width:1366px) and (min-width:1100px){
  body.shell-non-zh .supplier-filterbar{gap:7px!important;padding-inline:9px!important}
  body.shell-non-zh .supplier-filterbar .toolbar-filters{gap:2px!important}
  body.shell-non-zh .supplier-filterbar .toolbar-filters button{padding-inline:5px!important;font-size:8.2px!important;letter-spacing:-.08px!important}
  body.shell-non-zh .supplier-filterbar .toolbar-divider{margin-inline:1px!important}
}

/* ectip-b23-targeted-b2b-preview */
/* B23 targeted preview: keep the existing homepage framework above the campaign area. */

/* HERO — structure unchanged, only photographic tone and overlay refinement */
body[data-page-route="home"] .hero-image{filter:saturate(.76) contrast(1.055) brightness(.94)!important;transform:scale(1.01)!important;animation:none!important}
body[data-page-route="home"] .hero-shade{background:linear-gradient(90deg,rgba(10,18,29,.94) 0%,rgba(15,26,42,.83) 42%,rgba(13,24,38,.43) 68%,rgba(9,16,26,.10) 100%)!important}
body[data-page-route="home"] .trade-flow{opacity:.17!important}
body[data-page-route="home"] .hero-scene-label{border-color:rgba(255,255,255,.13)!important;background:rgba(11,22,35,.56)!important;box-shadow:none!important;backdrop-filter:blur(7px)!important}
body[data-page-route="home"] .hero-aux-card,body[data-page-route="home"] .hero-data-card{border-color:rgba(255,255,255,.13)!important;background:rgba(10,21,34,.72)!important;box-shadow:0 10px 22px rgba(5,11,19,.16)!important;backdrop-filter:blur(7px)!important}
body[data-page-route="home"] .hero-live-ribbon{background:rgba(10,21,34,.72)!important;border-color:rgba(255,255,255,.14)!important;backdrop-filter:blur(7px)!important}

/* ROLE GATEWAY — same 3-column outer framework; strengthen the right-hand action area */
body[data-page-route="home"] .role-gateway{min-height:190px!important;background:linear-gradient(112deg,#1d1230 0%,#352052 33%,#27355b 68%,#164851 100%)!important}
body[data-page-route="home"] .role-gateway-panel{min-height:108px!important;display:flex!important;align-items:stretch!important}
body[data-page-route="home"] .role-gateway .workbench-view{width:100%!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;align-items:stretch!important}
body[data-page-route="home"] .role-gateway .role-action{min-height:104px!important;padding:13px 13px 12px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:28px auto 1fr!important;column-gap:8px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important;background:linear-gradient(150deg,rgba(255,255,255,.095),rgba(255,255,255,.035))!important;box-shadow:inset 0 1px rgba(255,255,255,.08),0 10px 22px rgba(10,8,25,.10)!important}
body[data-page-route="home"] .role-gateway .role-action:before{grid-column:1/2;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:26px!important;border-radius:8px!important;background:rgba(255,255,255,.11)!important;color:#d8ebff!important;font-size:8.5px!important;font-weight:850!important;letter-spacing:.03em!important}
body[data-page-route="home"] [data-workbench-view="buyer"] .role-action:nth-child(1):before{content:"RFQ"}body[data-page-route="home"] [data-workbench-view="buyer"] .role-action:nth-child(2):before{content:"✓"}body[data-page-route="home"] [data-workbench-view="buyer"] .role-action:nth-child(3):before{content:"B2B"}body[data-page-route="home"] [data-workbench-view="buyer"] .role-action:nth-child(4):before{content:"QC"}
body[data-page-route="home"] [data-workbench-view="supplier"] .role-action:nth-child(1):before{content:"RFQ"}body[data-page-route="home"] [data-workbench-view="supplier"] .role-action:nth-child(2):before{content:"SHOW"}body[data-page-route="home"] [data-workbench-view="supplier"] .role-action:nth-child(3):before{content:"AI"}body[data-page-route="home"] [data-workbench-view="supplier"] .role-action:nth-child(4):before{content:"WORK"}
body[data-page-route="home"] [data-workbench-view="organization"] .role-action:nth-child(1):before{content:"AI"}body[data-page-route="home"] [data-workbench-view="organization"] .role-action:nth-child(2):before{content:"IND"}body[data-page-route="home"] [data-workbench-view="organization"] .role-action:nth-child(3):before{content:"RFQ"}body[data-page-route="home"] [data-workbench-view="organization"] .role-action:nth-child(4):before{content:"DATA"}
body[data-page-route="home"] .role-gateway .role-action b{grid-column:1/3!important;margin-top:5px!important;font-size:12.2px!important;line-height:1.25!important}
body[data-page-route="home"] .role-gateway .role-action span{grid-column:1/2!important;margin-top:5px!important;font-size:9.2px!important;line-height:1.45!important;color:#c0b8ca!important;-webkit-line-clamp:2!important}
body[data-page-route="home"] .role-gateway .role-action em{grid-column:2/3!important;grid-row:3!important;align-self:end!important;justify-self:end!important;width:24px!important;height:24px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:rgba(91,211,186,.14)!important;color:#9fe6d6!important}
body[data-page-route="home"] .role-gateway .role-action:hover{transform:translateY(-2px)!important;border-color:rgba(166,218,226,.25)!important;background:linear-gradient(150deg,rgba(255,255,255,.14),rgba(255,255,255,.055))!important}

/* PRODUCT CENTER — internal framework redesigned into B2B category rows */
body[data-page-route="home"] #products{padding:24px!important;background:#fff!important;border-color:#e5e7eb!important}
body[data-page-route="home"] #products .market-toolbar{margin-bottom:14px!important;background:#f8fafc!important;border-color:#e5e7eb!important}
body[data-page-route="home"] #productGrid.b23-product-catalog{display:block!important}
.b23-product-catalog{border:1px solid #e6e8ec;border-radius:13px;overflow:hidden;background:#fff}
.b23-product-row{display:grid;grid-template-columns:176px minmax(0,1fr);min-height:178px}
.b23-product-row+.b23-product-row{border-top:1px solid #e8eaed}
.b23-product-category{position:relative;padding:18px 16px;background:linear-gradient(145deg,#f7f9fc,#f1f4f8);border-right:1px solid #e7e9ed;overflow:hidden}
.b23-product-category>span{display:block;color:#9aa4b0;font-size:10px;font-weight:800;letter-spacing:.14em}
.b23-product-category h3{margin:7px 0 5px;font-size:16px;color:#253449}
.b23-product-category p{margin:0;color:#788493;font-size:9.5px;line-height:1.5}
.b23-product-category>b{display:block;margin-top:13px;color:#516074;font-size:9px}
.b23-product-category button{position:absolute;left:16px;bottom:14px;border:0;background:transparent;color:#4c66a5;padding:0;font-size:9px;font-weight:800}
.b23-product-items{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-width:0}
.b23-product-card{min-width:0;padding:12px;border-right:1px solid #eceef1;background:#fff}.b23-product-card:last-child{border-right:0}.b23-product-card:hover{background:#fafbfd}
.b23-product-media{position:relative;display:block;height:78px;border-radius:9px;overflow:hidden;background:#f5f6f8;border:1px solid #eceef1}
.b23-product-media img{width:100%;height:100%;object-fit:cover}
.b23-product-media>span{position:absolute;left:6px;top:6px;padding:3px 5px;border-radius:5px;background:rgba(255,255,255,.94);color:#16815e;font-size:7px;font-weight:800}
.b23-product-info h4{height:36px;margin:8px 0 5px;font-size:11px;line-height:1.42;font-weight:700;overflow:hidden}.b23-product-info h4 a{color:#273342}
.b23-product-price{display:flex;align-items:baseline;gap:5px}.b23-product-price b{color:#d9542f;font-size:13px}.b23-product-price small{color:#9aa0a9;font-size:7px}
.b23-product-terms{display:grid;gap:2px;margin-top:5px;color:#7e8792;font-size:7.4px}.b23-product-terms b{color:#4b5563;font-weight:700}
.b23-product-supplier{display:block;margin-top:7px;padding-top:6px;border-top:1px solid #eff0f2;color:#66717f;font-size:7.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.b23-product-supplier:hover{color:#526aa7}
body.shell-non-zh .b23-product-row{grid-template-columns:190px minmax(0,1fr)}body.shell-non-zh .b23-product-category h3{font-size:14px}body.shell-non-zh .b23-product-info h4{height:43px;font-size:10.5px}

/* SUPPLIER SHOWROOM — one featured supplier + compact B2B shortlist */
body[data-page-route="home"] #suppliers{padding:24px!important;background:#fff!important;border-color:#e5e7eb!important}
body[data-page-route="home"] #supplierGrid.b23-supplier-market{display:grid!important;grid-template-columns:1.06fr 1.94fr!important;gap:13px!important}
.b23-supplier-featured{display:grid;grid-template-rows:174px auto;border:1px solid #e4e7eb;border-radius:13px;overflow:hidden;background:#fff}
.b23-supplier-featured-media{position:relative;overflow:hidden;background:#eef1f4}.b23-supplier-featured-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.84)}
.b23-supplier-featured-media>span{position:absolute;left:10px;top:10px;padding:5px 8px;border-radius:999px;background:rgba(244,255,249,.94);color:#147b59;font-size:8px;font-weight:850}
.b23-supplier-featured-body{padding:15px}.b23-supplier-featured-body>small{color:#65759a;font-size:8px;font-weight:800;letter-spacing:.08em}
.b23-supplier-featured-body h3{margin:5px 0 4px;font-size:15px;line-height:1.35;color:#273342}.b23-supplier-featured-body p{margin:0;color:#7d8692;font-size:9px;line-height:1.45}
.b23-supplier-featured-kpis{display:grid;grid-template-columns:repeat(3,1fr);margin-top:13px;border-top:1px solid #eceef1;border-bottom:1px solid #eceef1}
.b23-supplier-featured-kpis span{padding:9px 8px}.b23-supplier-featured-kpis span+span{border-left:1px solid #eceef1}.b23-supplier-featured-kpis b{display:block;font-size:14px;color:#293444}.b23-supplier-featured-kpis small{display:block;color:#8c949e;font-size:7px}
.b23-supplier-featured-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.b23-supplier-featured-actions a{height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #d9dee5;border-radius:8px;color:#465c82;font-size:9px;font-weight:750}.b23-supplier-featured-actions .primary{background:#526aa7;border-color:#526aa7;color:#fff}
.b23-supplier-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.b23-supplier-compact{display:grid;grid-template-columns:106px minmax(0,1fr);min-height:144px;border:1px solid #e5e8ec;border-radius:12px;overflow:hidden;background:#fff}.b23-supplier-compact:hover{border-color:#cfd7e3;box-shadow:0 9px 20px rgba(39,51,66,.07)}
.b23-supplier-thumb{display:block;min-height:100%;overflow:hidden;background:#eef1f3}.b23-supplier-thumb img{width:100%;height:100%;object-fit:cover;filter:saturate(.82)}
.b23-supplier-compact-body{min-width:0;padding:11px 11px 10px}.b23-supplier-compact-head{display:flex;justify-content:space-between;gap:7px;align-items:center}.b23-supplier-compact-head span{color:#147b59;font-size:7.5px;font-weight:800}.b23-supplier-compact-head em{font-style:normal;color:#8a929c;font-size:7px;white-space:nowrap}
.b23-supplier-compact h3{margin:6px 0 4px;color:#2d3745;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.b23-supplier-compact p{height:28px;margin:0;color:#707a86;font-size:8px;line-height:1.42;overflow:hidden}.b23-supplier-compact small{display:block;margin-top:5px;color:#98a0a9;font-size:7.5px}
.b23-supplier-compact-body>div:last-child{display:flex;gap:10px;margin-top:8px;padding-top:7px;border-top:1px solid #eef0f2}.b23-supplier-compact-body>div:last-child a{color:#50658f;font-size:8px;font-weight:750}

@media(max-width:1279px){body[data-page-route="home"] .role-gateway .role-action{min-height:96px!important}.b23-product-items{grid-template-columns:repeat(4,minmax(0,1fr))}.b23-product-card:nth-child(5){display:none}body[data-page-route="home"] #supplierGrid.b23-supplier-market{grid-template-columns:1fr!important}}
@media(max-width:1020px){body[data-page-route="home"] .role-gateway .workbench-view{grid-template-columns:repeat(2,1fr)!important}.b23-product-row{grid-template-columns:145px minmax(0,1fr)}.b23-product-items{grid-template-columns:repeat(3,minmax(0,1fr))}.b23-product-card:nth-child(n+4){display:none}}
@media(max-width:640px){body[data-page-route="home"] .role-gateway .workbench-view{grid-template-columns:repeat(2,1fr)!important}.b23-product-row{grid-template-columns:1fr}.b23-product-category{min-height:112px;border-right:0;border-bottom:1px solid #e7e9ed}.b23-product-category button{right:16px;left:auto;top:16px;bottom:auto}.b23-product-items{grid-template-columns:repeat(2,minmax(0,1fr))}.b23-product-card:nth-child(n+3){display:none}.b23-supplier-list{grid-template-columns:1fr}}

/* ectip-b25-harmonious-b2b */
:root{--b25-ink:#15263d;--b25-navy:#173654;--b25-blue:#2d5f8d;--b25-teal:#247575;--b25-soft:#f5f7fa;--b25-line:#dde4ec;--b25-price:#c34e2f;--b25-muted:#718095}
body[data-page-route="home"]{background:#f4f6f8!important}
body[data-page-route="home"] .platform-gateway{margin-bottom:0!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important}
body[data-page-route="home"] .platform-gateway .trust-band{border-radius:15px!important;border:1px solid #dce2e9!important;background:#fff!important;box-shadow:0 6px 18px rgba(20,38,62,.05)!important}
body[data-page-route="home"] .role-gateway{display:none!important}
.b25-zone-head,.b25-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.b25-zone-head small,.b25-section-head small{display:block;font-size:7px;font-weight:800;letter-spacing:.14em;color:#557797}.b25-zone-head h2,.b25-section-head h2{margin:4px 0 0;font-size:18px;letter-spacing:-.015em;color:var(--b25-ink)}.b25-zone-head p,.b25-section-head p{margin:5px 0 0;font-size:8px;color:var(--b25-muted)}.b25-zone-head>a,.b25-section-head>a{font-size:8px;text-decoration:none;color:#315f8b;font-weight:700;white-space:nowrap}
.b25-hot-zones{margin:14px 0 16px;padding:16px;border:1px solid var(--b25-line);border-radius:14px;background:linear-gradient(180deg,#fff,#f6f8fb);box-shadow:0 8px 22px rgba(20,38,62,.055)}
.b25-zone-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:12px}.b25-zone-card{position:relative;height:118px;border-radius:11px;overflow:hidden;text-decoration:none;background:#14334f;box-shadow:0 7px 16px rgba(20,43,69,.14);isolation:isolate}.b25-zone-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.03);z-index:-2}.b25-zone-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,29,48,.92),rgba(21,52,79,.52),rgba(21,52,79,.12));z-index:-1}.b25-zone-card span{position:absolute;inset:13px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;color:#fff}.b25-zone-card small{font-size:6.5px;color:#b9d8dc}.b25-zone-card b{margin-top:4px;font-size:12px}.b25-zone-card em{margin-top:3px;font-size:6.7px;font-style:normal;color:rgba(255,255,255,.75)}.b25-zone-card strong{margin-top:9px;font-size:6.8px}.b25-zone-card:hover{transform:translateY(-2px);transition:.18s ease}
.b25-product-center,.b25-service-banners,.b25-supplier-center{margin:16px 0;padding:18px;border:1px solid var(--b25-line);border-radius:15px;background:#fff;box-shadow:0 9px 26px rgba(20,38,62,.06)}
.b25-product-catalog{margin-top:14px;border:1px solid #e1e7ee;border-radius:12px;overflow:hidden}.b25-product-row{display:grid;grid-template-columns:168px minmax(0,1fr);min-height:192px;background:#fff}.b25-product-row:nth-child(even){background:#fbfcfd}.b25-product-row+.b25-product-row{border-top:1px solid #e3e8ee}.b25-product-category{position:relative;padding:18px 15px;border-right:1px solid #dce3eb;background:linear-gradient(145deg,#eef3f7,#e5edf3);overflow:hidden}.b25-product-category:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;right:-42px;top:-35px;background:rgba(45,95,141,.08)}.b25-product-category i{display:flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:7px;background:#193b5c;color:#fff;font-size:8px;font-style:normal;font-weight:800}.b25-product-category h3{margin:11px 0 5px;font-size:14px;color:#17324f}.b25-product-category p{font-size:7.4px;line-height:1.5;color:#64768a}.b25-product-category>b{display:block;margin-top:12px;font-size:8px;color:#315f8b}.b25-keywords{margin-top:6px;font-size:6.4px;color:#8793a1}.b25-product-category>a{position:absolute;left:15px;bottom:15px;font-size:7px;font-weight:700;color:#2f5b86;text-decoration:none}.b25-product-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:8px}.b25-product-card{padding:7px;border-right:1px solid #edf0f3;min-width:0}.b25-product-card:last-child{border-right:0}.b25-product-photo{position:relative;display:block;height:91px;border:1px solid #e1e6ec;border-radius:8px;overflow:hidden;background:#eef2f5}.b25-product-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) contrast(1.03)}.b25-product-photo span{position:absolute;left:6px;top:6px;padding:3px 5px;border-radius:4px;background:rgba(26,104,103,.9);color:#fff;font-size:6px}.b25-product-body h3{margin:7px 0 5px;height:28px;overflow:hidden;font-size:8.7px;line-height:1.4;color:#26394e}.b25-price{margin:0;font-size:10px!important;font-weight:800;color:var(--b25-price)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.b25-terms{display:flex;gap:3px;flex-wrap:wrap;margin-top:5px}.b25-terms span{padding:3px 4px;border-radius:4px;background:#f1f4f7;font-size:5.9px;color:#647184}.b25-product-body>small{display:block;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:6.2px;color:#6d7988}.b25-inquiry{display:inline-block;margin-top:6px;font-size:6.4px;font-weight:700;color:#315f8b;text-decoration:none}.b25-product-card:hover{background:#f8fafc;transform:translateY(-1px);transition:.16s ease}
.b25-service-title{margin-bottom:12px}.b25-service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.b25-service-card{position:relative;height:126px;border-radius:10px;overflow:hidden;text-decoration:none;background:#183653;box-shadow:0 6px 16px rgba(21,43,69,.12);isolation:isolate}.b25-service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.76) contrast(1.04);z-index:-2}.b25-service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,29,47,.12),rgba(10,29,47,.9));z-index:-1}.b25-service-card span{position:absolute;inset:auto 11px 10px;display:flex;flex-direction:column;align-items:flex-start;color:#fff}.b25-service-card i{font-size:6px;font-style:normal;letter-spacing:.13em;color:#acd2d5}.b25-service-card b{margin-top:4px;font-size:10.5px}.b25-service-card em{margin-top:3px;font-size:6.4px;font-style:normal;color:rgba(255,255,255,.72)}.b25-service-card strong{margin-top:8px;font-size:6.5px}
.b25-supplier-layout{display:grid;grid-template-columns:1.28fr 1fr;gap:11px;margin-top:13px;padding:11px;border-radius:12px;background:#f7f9fb;border:1px solid #e2e7ed}.b25-supplier-feature{display:grid;grid-template-columns:1.02fr 1fr;min-height:245px;border:1px solid #dbe2e9;border-radius:10px;overflow:hidden;background:#fff}.b25-feature-photo{position:relative;min-height:245px}.b25-feature-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) contrast(1.03)}.b25-feature-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(10,27,45,.72))}.b25-feature-photo span{position:absolute;left:12px;bottom:10px;z-index:1;color:#d4edef;font-size:6.3px;letter-spacing:.12em}.b25-feature-info{padding:16px}.b25-badge{font-size:7px;font-weight:800;color:#247575}.b25-badge i{margin-left:5px;padding:3px 5px;border-radius:4px;background:#e9f4f3;font-style:normal}.b25-feature-info h3{margin:10px 0 5px;font-size:13px;color:#1b3049}.b25-feature-info>p{font-size:7.5px;color:#6f7d8e}.b25-metrics{display:grid;grid-template-columns:repeat(3,1fr);margin:14px 0 10px;border-top:1px solid #e6ebf0;border-bottom:1px solid #e6ebf0}.b25-metrics span{text-align:center;padding:8px 4px}.b25-metrics span+span{border-left:1px solid #e6ebf0}.b25-metrics b{display:block;font-size:12px;color:#2b5b87}.b25-metrics small{font-size:5.8px;color:#909aa6}.b25-tags{display:flex;gap:4px;flex-wrap:wrap}.b25-tags span{padding:3px 5px;border:1px solid #dce3ea;border-radius:4px;font-size:5.8px;color:#6d7988}.b25-actions{display:flex;gap:6px;margin-top:13px}.b25-actions a{padding:7px 9px;border-radius:5px;background:#1d476f;color:#fff;text-decoration:none;font-size:6.8px;font-weight:700}.b25-actions a+a{background:#fff;color:#315f8b;border:1px solid #ced9e4}.b25-supplier-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.b25-supplier-grid article{display:grid;grid-template-columns:92px 1fr;min-height:117px;border:1px solid #dbe2e9;border-radius:9px;overflow:hidden;background:#fff}.b25-supplier-grid img{width:100%;height:100%;object-fit:cover;filter:saturate(.8)}.b25-supplier-grid article>div{padding:9px}.b25-supplier-grid span{font-size:5.9px;font-weight:800;color:#247575}.b25-supplier-grid h3{margin:5px 0 3px;font-size:8.3px;line-height:1.35;color:#23374d}.b25-supplier-grid p{font-size:6.2px;color:#778395;line-height:1.4}.b25-supplier-grid small{display:block;margin-top:4px;font-size:5.7px;color:#929ba7}.b25-supplier-grid a{display:inline-block;margin-top:6px;font-size:6.1px;font-weight:700;color:#315f8b;text-decoration:none}
body[data-page-route="home"] .dual-section{grid-template-columns:1fr!important;margin-top:16px!important}body[data-page-route="home"] .dual-section>.service-card{display:none!important}body[data-page-route="home"] .dual-section>.industry-card{min-height:300px!important;border:1px solid #dce4ec!important;border-radius:15px!important;box-shadow:0 9px 24px rgba(20,38,62,.06)!important}
@media(max-width:1050px){.b25-zone-grid,.b25-service-grid{grid-template-columns:repeat(3,1fr)}.b25-product-list{grid-template-columns:repeat(3,1fr)}.b25-product-card:nth-child(n+4){display:none}.b25-supplier-layout{grid-template-columns:1fr}}
@media(max-width:680px){.b25-zone-grid,.b25-service-grid{grid-template-columns:1fr 1fr}.b25-product-row{grid-template-columns:1fr}.b25-product-category{min-height:112px}.b25-product-list{grid-template-columns:1fr 1fr}.b25-product-card:nth-child(n+3){display:none}.b25-supplier-feature{grid-template-columns:1fr}.b25-supplier-grid{grid-template-columns:1fr}}

/* b28-purple-b2b-refined */
:root{--b28-purple:#6848b8;--b28-purple-2:#7c5bc8;--b28-deep:#3f2d78;--b28-deep2:#50358c;--b28-light:#f5f2fb;--b28-light2:#ebe5f6;--b28-ink:#263347;--b28-muted:#6f7b8d;--b28-line:#e3e3e9;--b28-bg:#f7f8fa;--b28-price:#d45d3f;--b28-green:#26836e}
.b28-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 15px}.b28-section-head>div{min-width:0}.b28-section-head small,.b28-flow-title small{display:block;margin-bottom:5px;color:#7867aa;font-size:9px;font-weight:900;letter-spacing:.12em}.b28-section-head h2,.b28-flow-title h2{margin:0;color:#2e2944;font-size:24px;line-height:1.2}.b28-section-head p,.b28-flow-title p{margin:6px 0 0;color:#758092;font-size:11px;line-height:1.5}.b28-section-head>a{flex:none;color:var(--b28-purple);text-decoration:none;font-size:10px;font-weight:900}
/* procurement signals */
.b28-market-entry{margin:17px 0 24px;padding:17px 0 3px;background:#fff;border-top:1px solid #e8e5ee}.b28-signal-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:2px solid var(--b28-purple);border-bottom:1px solid var(--b28-line);background:#fff}.b28-signal-card{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;min-height:132px;padding:12px 11px;color:inherit;text-decoration:none;border-right:1px solid var(--b28-line);transition:background .16s ease}.b28-signal-card:last-child{border-right:0}.b28-signal-card:hover{background:#faf9fd}.b28-signal-card>img{width:76px;height:100%;max-height:108px;object-fit:cover;background:#eef0f2}.b28-signal-copy{min-width:0;position:relative}.b28-live{display:inline-flex;align-items:center;height:16px;padding:0 5px;background:#efeafb;color:#5e419d;font-size:6.5px;font-weight:900;margin-right:4px}.b28-signal-copy>small{color:#847a96;font-size:7px;font-weight:800}.b28-signal-copy h3{margin:6px 0 4px;color:#2d384b;font-size:11px;line-height:1.35}.b28-signal-copy p{margin:0;color:#788393;font-size:7.5px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.b28-signal-metrics{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:8px}.b28-signal-metrics b{color:var(--b28-purple);font-size:9px}.b28-signal-metrics em{color:#7d8795;font-size:7px;font-style:normal}.b28-signal-metrics strong{margin-left:auto;color:#25836e;font-size:7px;font-weight:900}
/* product marketplace */
.b28-product-market{margin:26px 0 28px;background:#fff}.b28-product-head{margin-bottom:13px}.b28-product-nav{display:flex;align-items:center;gap:7px}.b28-product-nav span,.b28-product-nav a{height:30px;display:inline-flex;align-items:center;padding:0 11px;border:1px solid #ded9e8;background:#fff;color:#665b78;font-size:8.5px;text-decoration:none}.b28-product-nav .active{border-color:#d4c9ec;background:#f2edfa;color:#5c4098;font-weight:900}.b28-product-nav a{border:0;color:var(--b28-purple);font-weight:900}.b28-directory{border-top:2px solid var(--b28-purple);border-bottom:1px solid var(--b28-line)}.b28-product-row{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:306px;background:#fff}.b28-product-row:nth-child(even){background:#fcfcfd}.b28-product-row+.b28-product-row{border-top:1px solid var(--b28-line)}.b28-category-rail{display:grid;grid-template-rows:104px 1fr;position:relative;border-right:1px solid #dedbe6;background:linear-gradient(180deg,#f7f4fb,#f1eef7)}.b28-category-rail:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--b28-purple)}.b28-cat-visual{position:relative;overflow:hidden}.b28-cat-visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.96) contrast(1.02)}.b28-cat-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(62,42,112,.32),rgba(62,42,112,.04))}.b28-cat-visual span{position:absolute;left:12px;top:12px;z-index:2;display:grid;place-items:center;width:31px;height:26px;background:rgba(64,44,117,.92);color:#fff;font-size:8px;font-weight:900}.b28-cat-copy{padding:13px 14px 12px}.b28-cat-copy h3{margin:0;color:#30294d;font-size:18px}.b28-cat-copy>b{display:block;margin-top:5px;color:var(--b28-purple);font-size:9.5px}.b28-cat-copy p{margin:7px 0 0;color:#7b7487;font-size:8.5px;line-height:1.45}.b28-subcats{display:flex;gap:4px;flex-wrap:wrap;margin-top:9px}.b28-subcats a{padding:4px 6px;border:1px solid #ddd5eb;background:rgba(255,255,255,.72);color:#6d6284;font-size:7px;text-decoration:none}.b28-cat-all{display:inline-block;margin-top:11px;color:#5d4495;text-decoration:none;font-size:8px;font-weight:900}.b28-product-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:10px 8px}.b28-product-card{min-width:0;padding:6px 10px 11px;border-right:1px solid #e9e9ee}.b28-product-card:last-child{border-right:0}.b28-product-photo{position:relative;display:block;height:154px;overflow:hidden;background:#f0f1f3}.b28-product-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(1) contrast(1.01);transition:transform .24s ease}.b28-product-photo:hover img{transform:scale(1.02)}.b28-product-photo span{position:absolute;left:7px;top:7px;padding:4px 7px;background:rgba(96,68,169,.92);color:#fff;font-size:7.5px;font-weight:900}.b28-product-body h3{height:39px;margin:9px 0 6px;overflow:hidden;color:#283548;font-size:13px;line-height:1.45}.b28-price{margin:0;color:var(--b28-price);font-size:15px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.b28-termline{display:flex;align-items:center;gap:5px;margin-top:6px;color:#707b8a;font-size:8.5px;white-space:nowrap;overflow:hidden}.b28-termline i{color:#b0b4bc;font-style:normal}.b28-supplier{display:flex;align-items:center;gap:5px;margin-top:8px;padding-top:7px;border-top:1px solid #ececf0;color:#667486;font-size:9px;white-space:nowrap;overflow:hidden}.b28-supplier b{color:var(--b28-green)}.b28-supplier span{overflow:hidden;text-overflow:ellipsis}.b28-actionline{display:flex;align-items:center;justify-content:space-between;margin-top:9px}.b28-actionline a{color:#6d6280;text-decoration:none;font-size:8.5px;font-weight:800}.b28-actionline a:last-child{display:grid;place-items:center;min-width:54px;height:28px;padding:0 10px;background:var(--b28-purple);color:#fff}.b28-moreline{display:flex;justify-content:space-between;gap:18px;padding:12px 14px;background:#f8f7fa;border-bottom:1px solid #e2e0e7;color:#6c7888;font-size:8.5px}.b28-moreline a{flex:none;color:var(--b28-purple);font-weight:900;text-decoration:none}
/* trade flow */
.b28-trade-flow{margin:28px 0 30px;border:1px solid #ddd8e8;background:#fff}.b28-flow-title{display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:18px;padding:15px 18px;background:linear-gradient(90deg,#47317f,#6447aa);color:#fff}.b28-flow-title small{color:#d7cdf2}.b28-flow-title h2{color:#fff;font-size:18px}.b28-flow-title p{margin:0;color:rgba(255,255,255,.72);font-size:8.5px}.b28-flow-title a{color:#eee8fb;text-decoration:none;font-size:8.5px;font-weight:900}.b28-flow-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#fff}.b28-flow-step{position:relative;display:flex;gap:9px;min-height:115px;padding:16px 11px;color:inherit;text-decoration:none;border-right:1px solid #e7e4ed}.b28-flow-step:last-child{border-right:0}.b28-flow-step:hover{background:#faf8fd}.b28-flow-step>span{display:grid;place-items:center;width:30px;height:30px;flex:none;border:1px solid #cfc3e6;background:#f4effb;color:#5c4097;font-size:8px;font-weight:900}.b28-flow-step b{display:block;color:#353048;font-size:10.5px}.b28-flow-step em{display:block;margin-top:4px;color:#6b5d8c;font-size:7.5px;font-style:normal;font-weight:800}.b28-flow-step p{margin:5px 0 0;color:#7d8693;font-size:7.5px;line-height:1.45}.b28-flow-step>i{position:absolute;right:6px;top:18px;color:#b7aacd;font-style:normal;font-size:14px}.b28-flow-step:last-child>i{display:none}
/* supplier directory */
.b28-supplier-market{margin:29px 0 6px;padding-top:2px;background:#fff}.b28-supplier-filter{display:flex;gap:6px;flex-wrap:wrap;margin:-2px 0 12px}.b28-supplier-filter span{padding:6px 10px;border:1px solid #dedbe6;background:#fff;color:#6f6680;font-size:8.5px}.b28-supplier-filter .active{border-color:var(--b28-purple);background:var(--b28-purple);color:#fff}.b28-supplier-list{border-top:2px solid var(--b28-purple);border-bottom:1px solid #e2e2e7}.b28-supplier-row{display:grid;grid-template-columns:1.65fr 1.15fr .9fr .55fr;align-items:center;min-height:132px;border-bottom:1px solid #e6e6ea;background:#fff}.b28-supplier-row:last-child{border-bottom:0}.b28-supplier-row:nth-child(even){background:#fcfcfd}.b28-supplier-row:hover{background:#faf9fc}.b28-supplier-row>div{min-width:0;padding:13px 14px}.b28-company{display:flex;align-items:center;gap:11px}.b28-company>img{width:92px;height:78px;flex:none;object-fit:cover;background:#f1f2f4}.b28-company span{display:inline-block;padding:3px 6px;background:#eee9f8;color:#5b4394;font-size:6.8px;font-weight:900}.b28-company h3{margin:5px 0 2px;color:#2e3850;font-size:11px;line-height:1.35}.b28-company small{color:#85909e;font-size:7.5px}.b28-company p{margin:5px 0 0;color:#5f6c7e;font-size:8.5px;line-height:1.45}.b28-supplier-mid{border-left:1px solid #ecebf0;border-right:1px solid #ecebf0}.b28-cert{color:#716681;font-size:7.5px;line-height:1.4}.b28-response{display:grid;grid-template-columns:repeat(3,1fr);margin-top:10px}.b28-response span{text-align:center;padding:4px}.b28-response span+span{border-left:1px solid #ecebf0}.b28-response b{display:block;color:var(--b28-purple);font-size:11px}.b28-response small{display:block;margin-top:2px;color:#8b95a2;font-size:6.8px}.b28-products label{display:block;margin-bottom:7px;color:#7d8693;font-size:7px;font-weight:800}.b28-products>div{display:flex;gap:5px}.b28-products img{width:48px;height:48px;object-fit:cover;background:#f1f2f4}.b28-supplier-actions{display:grid;gap:6px}.b28-supplier-actions a{display:grid;place-items:center;height:30px;border:1px solid #d7d2e3;color:#66528e;text-decoration:none;font-size:8px;font-weight:900}.b28-supplier-actions a:last-child{border-color:var(--b28-purple);background:var(--b28-purple);color:#fff}
body[data-page-route="home"] .dual-section{margin-top:21px!important}
@media(max-width:1100px){.b28-signal-grid{grid-template-columns:repeat(3,1fr)}.b28-product-row{grid-template-columns:190px 1fr}.b28-product-list{grid-template-columns:repeat(3,1fr)}.b28-product-card:nth-child(n+4){display:none}.b28-flow-steps{grid-template-columns:repeat(3,1fr)}.b28-flow-step:nth-child(n+4){display:none}.b28-supplier-row{grid-template-columns:1.5fr 1fr .8fr}.b28-products{display:none}}
@media(max-width:700px){.b28-section-head,.b28-flow-title{align-items:flex-start;grid-template-columns:1fr;flex-direction:column}.b28-signal-grid{grid-template-columns:1fr 1fr}.b28-signal-card{grid-template-columns:68px 1fr}.b28-product-nav{display:none}.b28-product-row{grid-template-columns:1fr}.b28-category-rail{grid-template-columns:120px 1fr;grid-template-rows:1fr;min-height:136px}.b28-product-list{grid-template-columns:1fr 1fr}.b28-product-card:nth-child(n+3){display:none}.b28-flow-steps{grid-template-columns:1fr}.b28-flow-step:nth-child(n+4){display:flex}.b28-supplier-row{grid-template-columns:1fr}.b28-supplier-row>div{border:0;border-bottom:1px solid #efeff2}.b28-products{display:block}}

/* b29-harmonized-marketplace */
/* B29 — Harmonized purple B2B marketplace refinement.
   Scope: lower marketplace modules only. Existing header/Hero/RFQ framework is untouched. */
body.b29-refined{
  --b29-purple:#6139b8;
  --b29-purple-deep:#2a1748;
  --b29-purple-mid:#7953c8;
  --b29-purple-soft:#f5f1fb;
  --b29-purple-line:#ddd4eb;
  --b29-ink:#2a2530;
  --b29-muted:#746d7b;
  --b29-line:#e7e3e9;
  --b29-bg:#f6f5f8;
  --b29-green:#178664;
  --b29-price:#d7643d;
}

/* Shared lower-section rhythm */
body.b29-refined .b28-market-entry,
body.b29-refined .b28-product-market,
body.b29-refined .b28-trade-flow,
body.b29-refined .b28-supplier-market{
  max-width:100%!important;
}
body.b29-refined .b28-section-head{
  margin-bottom:15px!important;
  padding:0 2px!important;
}
body.b29-refined .b28-section-head small,
body.b29-refined .b28-flow-title small{
  color:#7a58bc!important;
  font-size:9px!important;
  font-weight:850!important;
  letter-spacing:.11em!important;
}
body.b29-refined .b28-section-head h2,
body.b29-refined .b28-flow-title h2{
  margin-top:4px!important;
  color:var(--b29-ink)!important;
  font-size:25px!important;
  line-height:1.18!important;
  letter-spacing:-.02em!important;
}
body.b29-refined .b28-section-head p,
body.b29-refined .b28-flow-title p{
  margin-top:5px!important;
  color:var(--b29-muted)!important;
  font-size:11px!important;
  line-height:1.55!important;
}
body.b29-refined .b28-section-head>a,
body.b29-refined .b28-flow-title>a{
  color:var(--b29-purple)!important;
  font-size:10px!important;
  font-weight:800!important;
}

/* 1. Live sourcing market: information-first, not banner-like */
body.b29-refined .b28-market-entry{
  margin:20px 0 30px!important;
  padding:19px 18px 18px!important;
  background:#fff!important;
  border:1px solid var(--b29-line)!important;
  border-radius:14px!important;
  box-shadow:0 8px 26px rgba(47,33,69,.045)!important;
}
body.b29-refined .b28-signal-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  overflow:hidden!important;
  border:1px solid var(--b29-line)!important;
  border-top:3px solid var(--b29-purple)!important;
  border-radius:10px!important;
  background:#fff!important;
}
body.b29-refined .b28-signal-card{
  grid-template-columns:88px minmax(0,1fr)!important;
  gap:11px!important;
  min-height:136px!important;
  padding:13px 12px!important;
  border-right:1px solid var(--b29-line)!important;
  background:#fff!important;
  transition:background .18s ease,box-shadow .18s ease!important;
}
body.b29-refined .b28-signal-card:hover{
  background:#faf8fd!important;
  box-shadow:inset 0 3px 0 rgba(97,57,184,.12)!important;
}
body.b29-refined .b28-signal-card>img{
  width:88px!important;
  height:108px!important;
  max-height:none!important;
  border-radius:7px!important;
  object-fit:cover!important;
  filter:saturate(.95) contrast(1.02)!important;
}
body.b29-refined .b28-live{
  height:18px!important;
  padding:0 6px!important;
  border-radius:4px!important;
  background:#efe9f8!important;
  color:#5d3ca4!important;
  font-size:7.5px!important;
}
body.b29-refined .b28-signal-copy>small{font-size:8.5px!important;color:#837b8c!important}
body.b29-refined .b28-signal-copy h3{
  margin:7px 0 4px!important;
  color:#302938!important;
  font-size:12.5px!important;
  line-height:1.35!important;
}
body.b29-refined .b28-signal-copy p{font-size:9px!important;color:#77707f!important}
body.b29-refined .b28-signal-metrics{gap:7px!important;margin-top:9px!important}
body.b29-refined .b28-signal-metrics b{color:var(--b29-purple)!important;font-size:10.5px!important}
body.b29-refined .b28-signal-metrics em{font-size:8.5px!important;color:#817988!important}
body.b29-refined .b28-signal-metrics strong{font-size:8.5px!important;color:var(--b29-green)!important}

/* 2. Product marketplace: continuous catalogue rows, clearer hierarchy */
body.b29-refined .b28-product-market{
  margin:30px 0 34px!important;
  padding:21px 18px 16px!important;
  background:#fff!important;
  border:1px solid var(--b29-line)!important;
  border-radius:14px!important;
  box-shadow:0 9px 28px rgba(47,33,69,.045)!important;
}
body.b29-refined .b28-product-nav{gap:8px!important}
body.b29-refined .b28-product-nav span,
body.b29-refined .b28-product-nav a{
  height:32px!important;
  padding:0 12px!important;
  border-radius:7px!important;
  border-color:#e2dce9!important;
  color:#6d6573!important;
  font-size:9.5px!important;
}
body.b29-refined .b28-product-nav .active{
  border-color:#d6c9e9!important;
  background:#f2edf8!important;
  color:#5c3ea1!important;
}
body.b29-refined .b28-directory{
  overflow:hidden!important;
  border:1px solid var(--b29-line)!important;
  border-top:3px solid var(--b29-purple)!important;
  border-radius:11px!important;
  background:#fff!important;
}
body.b29-refined .b28-product-row{
  grid-template-columns:220px minmax(0,1fr)!important;
  min-height:316px!important;
  background:#fff!important;
}
body.b29-refined .b28-product-row:nth-child(even){background:#fcfbfd!important}
body.b29-refined .b28-product-row+.b28-product-row{border-top:1px solid var(--b29-line)!important}
body.b29-refined .b28-category-rail{
  grid-template-rows:118px 1fr!important;
  border-right:1px solid var(--b29-line)!important;
  background:linear-gradient(180deg,#f8f6fb 0%,#f3f0f7 100%)!important;
}
body.b29-refined .b28-category-rail:before{width:3px!important;background:var(--b29-purple)!important}
body.b29-refined .b28-cat-visual img{filter:saturate(.98) contrast(1.02)!important}
body.b29-refined .b28-cat-visual:after{background:linear-gradient(90deg,rgba(42,23,72,.30),rgba(42,23,72,.03))!important}
body.b29-refined .b28-cat-visual span{
  left:12px!important;top:12px!important;width:32px!important;height:26px!important;
  border-radius:5px!important;background:rgba(52,30,90,.88)!important;font-size:8.5px!important
}
body.b29-refined .b28-cat-copy{padding:15px 15px 13px!important}
body.b29-refined .b28-cat-copy h3{font-size:18px!important;color:#332b3a!important}
body.b29-refined .b28-cat-copy>b{font-size:10.5px!important;color:var(--b29-purple)!important}
body.b29-refined .b28-cat-copy p{font-size:9.5px!important;color:#77707f!important}
body.b29-refined .b28-subcats{gap:5px!important;margin-top:10px!important}
body.b29-refined .b28-subcats a{
  padding:4px 7px!important;border-radius:5px!important;border-color:#ddd5e7!important;
  background:rgba(255,255,255,.78)!important;color:#6b6177!important;font-size:8px!important
}
body.b29-refined .b28-cat-all{margin-top:12px!important;color:#5b3d9e!important;font-size:9px!important}
body.b29-refined .b28-product-list{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:0!important;
  padding:11px 8px!important;
}
body.b29-refined .b28-product-card{
  padding:7px 10px 11px!important;
  border-right:1px solid #ece8ef!important;
  background:transparent!important;
}
body.b29-refined .b28-product-card:last-child{border-right:0!important}
body.b29-refined .b28-product-photo{
  height:150px!important;
  border-radius:8px!important;
  background:#f1f1f3!important;
}
body.b29-refined .b28-product-photo img{filter:saturate(1) contrast(1.015)!important}
body.b29-refined .b28-product-photo span{
  left:7px!important;top:7px!important;padding:4px 7px!important;border-radius:4px!important;
  background:rgba(55,35,85,.84)!important;font-size:7.5px!important
}
body.b29-refined .b28-product-body h3{
  height:40px!important;margin:9px 0 6px!important;color:#302a35!important;
  font-size:13px!important;line-height:1.45!important;font-weight:750!important
}
body.b29-refined .b28-price{color:var(--b29-price)!important;font-size:15.5px!important}
body.b29-refined .b28-termline{margin-top:6px!important;color:#6f6875!important;font-size:9.5px!important}
body.b29-refined .b28-supplier{
  gap:5px!important;margin-top:8px!important;padding-top:7px!important;border-top-color:#eeeaf0!important;
  color:#645d6c!important;font-size:9.5px!important
}
body.b29-refined .b28-supplier b{color:var(--b29-green)!important}
body.b29-refined .b28-actionline{margin-top:9px!important}
body.b29-refined .b28-actionline a{font-size:9.5px!important;color:#6b6175!important}
body.b29-refined .b28-actionline a:last-child{
  min-width:58px!important;height:29px!important;border-radius:6px!important;background:var(--b29-purple)!important;color:#fff!important
}
body.b29-refined .b28-moreline{
  margin-top:10px!important;padding:12px 13px!important;border:1px solid #ece7ef!important;border-radius:8px!important;
  background:#faf9fb!important;color:#706976!important;font-size:9.5px!important
}

/* 3. Trade workflow: process rail, not service-company banner */
body.b29-refined .b28-trade-flow{
  margin:34px 0!important;
  padding:22px 22px 20px!important;
  border-radius:14px!important;
  background:linear-gradient(112deg,#24153d 0%,#35205a 58%,#43256d 100%)!important;
  box-shadow:0 14px 34px rgba(35,20,60,.14)!important;
}
body.b29-refined .b28-flow-title{align-items:end!important}
body.b29-refined .b28-flow-title small{color:#c9b4ef!important}
body.b29-refined .b28-flow-title h2{color:#fff!important;font-size:24px!important}
body.b29-refined .b28-flow-title p{color:#c9c0d3!important;font-size:10.5px!important}
body.b29-refined .b28-flow-title>a{color:#eadfff!important}
body.b29-refined .b28-flow-steps{
  margin-top:17px!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.035)!important;
}
body.b29-refined .b28-flow-step{
  min-height:126px!important;
  padding:15px 14px!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.11)!important;
  border-radius:0!important;
  background:transparent!important;
}
body.b29-refined .b28-flow-step:last-child{border-right:0!important}
body.b29-refined .b28-flow-step:hover{background:rgba(255,255,255,.055)!important}
body.b29-refined .b28-flow-step>span{
  width:28px!important;height:22px!important;border-radius:5px!important;background:#7a56c6!important;color:#fff!important;font-size:8px!important
}
body.b29-refined .b28-flow-step b{color:#fff!important;font-size:12px!important}
body.b29-refined .b28-flow-step em{color:#c9bee0!important;font-size:8.5px!important}
body.b29-refined .b28-flow-step p{color:#aaa0b7!important;font-size:8.5px!important;line-height:1.45!important}
body.b29-refined .b28-flow-step i{color:#a888e3!important;font-size:11px!important}

/* 4. Supplier directory: richer comparison, less spreadsheet / less card wall */
body.b29-refined .b28-supplier-market{
  margin:34px 0 12px!important;
  padding:21px 18px 18px!important;
  background:#fff!important;
  border:1px solid var(--b29-line)!important;
  border-radius:14px!important;
  box-shadow:0 9px 28px rgba(47,33,69,.045)!important;
}
body.b29-refined .b28-supplier-filter{gap:7px!important;margin:0 0 13px!important}
body.b29-refined .b28-supplier-filter span{
  padding:6px 10px!important;border-radius:6px!important;border-color:#e0d9e7!important;
  color:#6b6273!important;font-size:9px!important;background:#fff!important
}
body.b29-refined .b28-supplier-filter .active{border-color:var(--b29-purple)!important;background:var(--b29-purple)!important;color:#fff!important}
body.b29-refined .b28-supplier-list{
  overflow:hidden!important;
  border:1px solid var(--b29-line)!important;
  border-top:3px solid var(--b29-purple)!important;
  border-radius:10px!important;
}
body.b29-refined .b28-supplier-row{
  grid-template-columns:1.75fr 1.12fr .92fr .58fr!important;
  min-height:140px!important;
  border-bottom:1px solid var(--b29-line)!important;
  background:#fff!important;
}
body.b29-refined .b28-supplier-row:nth-child(even){background:#fcfbfd!important}
body.b29-refined .b28-supplier-row:hover{background:#faf8fc!important;box-shadow:inset 3px 0 var(--b29-purple)!important}
body.b29-refined .b28-supplier-row>div{padding:14px!important}
body.b29-refined .b28-company{gap:12px!important}
body.b29-refined .b28-company>img{
  width:108px!important;height:86px!important;border-radius:8px!important;object-fit:cover!important;filter:saturate(.98) contrast(1.02)!important
}
body.b29-refined .b28-company span{
  padding:3px 6px!important;border-radius:4px!important;background:#eee9f7!important;color:#5d4096!important;font-size:7.5px!important
}
body.b29-refined .b28-company h3{margin:6px 0 3px!important;color:#302a35!important;font-size:12px!important}
body.b29-refined .b28-company small{font-size:8.5px!important;color:#817987!important}
body.b29-refined .b28-company p{margin-top:6px!important;color:#625b68!important;font-size:9.5px!important}
body.b29-refined .b28-supplier-mid{border-color:#ece8ef!important}
body.b29-refined .b28-cert{color:#6d6573!important;font-size:8.5px!important}
body.b29-refined .b28-response{margin-top:11px!important}
body.b29-refined .b28-response b{color:#493b58!important;font-size:12px!important}
body.b29-refined .b28-response small{font-size:7.5px!important;color:#88808f!important}
body.b29-refined .b28-products label{font-size:8px!important;color:#766e7c!important}
body.b29-refined .b28-products img{width:52px!important;height:52px!important;border-radius:6px!important}
body.b29-refined .b28-supplier-actions{gap:7px!important}
body.b29-refined .b28-supplier-actions a{
  height:32px!important;border-radius:6px!important;border-color:#dcd4e5!important;color:#654d8e!important;font-size:8.5px!important
}
body.b29-refined .b28-supplier-actions a:last-child{border-color:var(--b29-purple)!important;background:var(--b29-purple)!important;color:#fff!important}

/* Lower page continuity into industry belt */
body.b29-refined .b28-supplier-market + .dual-section{margin-top:30px!important}
body.b29-refined .dual-section{gap:15px!important}

@media(max-width:1200px){
  body.b29-refined .b28-signal-grid{grid-template-columns:repeat(3,1fr)!important}
  body.b29-refined .b28-product-row{grid-template-columns:195px minmax(0,1fr)!important}
  body.b29-refined .b28-product-list{grid-template-columns:repeat(3,1fr)!important}
  body.b29-refined .b28-product-card:nth-child(n+4){display:none!important}
  body.b29-refined .b28-flow-steps{grid-template-columns:repeat(3,1fr)!important}
  body.b29-refined .b28-flow-step:nth-child(n+4){display:none!important}
  body.b29-refined .b28-supplier-row{grid-template-columns:1.5fr 1fr .72fr!important}
  body.b29-refined .b28-products{display:none!important}
}
@media(max-width:720px){
  body.b29-refined .b28-market-entry,
  body.b29-refined .b28-product-market,
  body.b29-refined .b28-supplier-market{padding:15px 12px!important;border-radius:10px!important}
  body.b29-refined .b28-signal-grid{grid-template-columns:1fr!important}
  body.b29-refined .b28-signal-card{grid-template-columns:82px 1fr!important}
  body.b29-refined .b28-product-row{grid-template-columns:1fr!important}
  body.b29-refined .b28-category-rail{grid-template-columns:122px 1fr!important;grid-template-rows:1fr!important;min-height:138px!important}
  body.b29-refined .b28-product-list{grid-template-columns:1fr 1fr!important}
  body.b29-refined .b28-product-card:nth-child(n+3){display:none!important}
  body.b29-refined .b28-flow-steps{grid-template-columns:1fr!important}
  body.b29-refined .b28-flow-step{display:flex!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important}
  body.b29-refined .b28-supplier-row{grid-template-columns:1fr!important}
  body.b29-refined .b28-supplier-row>div{border:0!important;border-bottom:1px solid #eeeaf0!important}
  body.b29-refined .b28-products{display:block!important}
}

/* b30-final-qa-style */
/* B30 final QA: preserve approved framework, remove visual seams, harden responsive/i18n layout. */
body[data-page-route="home"] .trade-assurance-hub{display:none!important}

/* Industry belt: one continuous visual surface, no clipped final row / no artificial hard seam. */
body[data-page-route="home"] .dual-section{display:block!important;margin-top:26px!important;border-radius:18px!important;overflow:visible!important}
body[data-page-route="home"] .industry-card{position:relative!important;min-height:448px!important;height:auto!important;border-radius:18px!important;overflow:hidden!important;background:#160b38!important;box-shadow:0 14px 38px rgba(38,20,78,.12)!important}
body[data-page-route="home"] .industry-card>img{opacity:.48!important;filter:saturate(.92) contrast(1.03)!important}
body[data-page-route="home"] .industry-card:after{background:linear-gradient(90deg,rgba(19,8,50,.97) 0%,rgba(23,10,59,.91) 34%,rgba(29,14,70,.70) 58%,rgba(24,12,60,.54) 78%,rgba(22,11,56,.72) 100%)!important}
body[data-page-route="home"] .industry-copy{width:53%!important;padding:40px 38px 38px!important}
body[data-page-route="home"] .industry-copy h2{max-width:650px!important;margin:10px 0 14px!important;font-size:31px!important;line-height:1.22!important;letter-spacing:-.02em!important}
body[data-page-route="home"] .industry-copy p{max-width:650px!important;margin:0!important;color:rgba(236,231,248,.78)!important;font-size:13px!important;line-height:1.72!important}
body[data-page-route="home"] .hub-list{left:auto!important;right:22px!important;top:22px!important;bottom:22px!important;width:43.5%!important;height:auto!important;display:grid!important;grid-template-rows:repeat(4,minmax(82px,1fr))!important;gap:10px!important;align-content:stretch!important}
body[data-page-route="home"] .hub-list button{min-width:0!important;min-height:0!important;height:auto!important;grid-template-columns:42px minmax(0,1fr) 90px!important;gap:12px!important;padding:13px 14px!important;border:1px solid rgba(213,199,249,.20)!important;border-radius:12px!important;background:rgba(28,15,67,.80)!important;box-shadow:0 8px 22px rgba(6,2,24,.13)!important;backdrop-filter:blur(8px)!important;transform:none!important}
body[data-page-route="home"] .hub-list button:hover,body[data-page-route="home"] .hub-list button.active{background:linear-gradient(100deg,rgba(89,51,179,.92),rgba(113,69,211,.90))!important;border-color:rgba(226,216,255,.36)!important}
body[data-page-route="home"] .hub-list span{font-size:14px!important;line-height:1!important}
body[data-page-route="home"] .hub-list b{overflow-wrap:anywhere!important;font-size:13px!important;line-height:1.35!important}
body[data-page-route="home"] .hub-list small{margin-top:4px!important;overflow-wrap:anywhere!important;color:#cfc6de!important;font-size:10px!important;line-height:1.35!important}
body[data-page-route="home"] .hub-list em{min-width:0!important;transform:none!important;align-items:flex-end!important;color:#ded5ef!important;font-size:9px!important;line-height:1.35!important;text-align:right!important}
body[data-page-route="home"] .hub-list em strong{font-size:8px!important;color:#5be0b8!important}

/* Multilingual layout hardening for the marketplace sections added in B28/B29. */
.b28-market-entry,.b28-product-market,.b28-trade-flow,.b28-supplier-market,#industryBelts{min-width:0!important}
.b28-section-head>* ,.b28-signal-copy,.b28-cat-copy,.b28-product-body,.b28-flow-step>div,.b28-company>div,.b28-supplier-mid,.b28-products,.industry-copy,.hub-list button>*{min-width:0!important}
.b28-section-head h2,.b28-section-head p,.b28-signal-copy h3,.b28-signal-copy p,.b28-cat-copy h3,.b28-cat-copy p,.b28-product-body h3,.b28-flow-title h2,.b28-flow-title p,.b28-flow-step b,.b28-flow-step em,.b28-flow-step p,.b28-company h3,.b28-company p,.industry-copy h2,.industry-copy p{overflow-wrap:anywhere!important;word-break:normal!important}
.b28-product-body h3{height:auto!important;min-height:39px!important;max-height:none!important}
.b28-flow-title{align-items:center!important}.b28-flow-title>*{min-width:0!important}
.b28-flow-step{height:auto!important;min-height:124px!important}
.b28-signal-card{height:auto!important;min-height:118px!important}
.b28-supplier-row{height:auto!important;min-height:138px!important}

/* Long Latin/Cyrillic labels: allow natural wrapping rather than clipping. */
html[lang^="de"] .b28-section-head h2,html[lang^="ru"] .b28-section-head h2,html[lang^="fr"] .b28-section-head h2,html[lang^="pt"] .b28-section-head h2,html[lang^="es"] .b28-section-head h2{font-size:clamp(21px,2vw,27px)!important}
html[lang^="de"] .b28-product-nav,html[lang^="ru"] .b28-product-nav,html[lang^="fr"] .b28-product-nav,html[lang^="pt"] .b28-product-nav,html[lang^="es"] .b28-product-nav{flex-wrap:wrap!important;justify-content:flex-end!important}
html[lang^="de"] .b28-supplier-filter,html[lang^="ru"] .b28-supplier-filter,html[lang^="fr"] .b28-supplier-filter,html[lang^="pt"] .b28-supplier-filter,html[lang^="es"] .b28-supplier-filter{row-gap:8px!important}

/* RTL: keep marketplace card ordering stable while text reads naturally RTL. */
html[dir="rtl"] .b28-signal-grid,html[dir="rtl"] .b28-product-list,html[dir="rtl"] .b28-flow-steps,html[dir="rtl"] .b28-supplier-list,html[dir="rtl"] .hub-list{direction:ltr!important}
html[dir="rtl"] .b28-section-head,html[dir="rtl"] .b28-signal-copy,html[dir="rtl"] .b28-cat-copy,html[dir="rtl"] .b28-product-body,html[dir="rtl"] .b28-flow-title,html[dir="rtl"] .b28-flow-step>div,html[dir="rtl"] .b28-company>div,html[dir="rtl"] .industry-copy,html[dir="rtl"] .hub-list button{direction:rtl!important;text-align:right!important}
html[dir="rtl"] .b28-actionline,html[dir="rtl"] .b28-response,html[dir="rtl"] .b28-signal-metrics{direction:rtl!important}
html[dir="rtl"] .hub-list em{text-align:left!important;align-items:flex-start!important}

@media(max-width:1100px){
 body[data-page-route="home"] .industry-card{min-height:500px!important}
 body[data-page-route="home"] .industry-copy{width:51%!important;padding:34px 30px!important}
 body[data-page-route="home"] .hub-list{right:18px!important;top:18px!important;bottom:18px!important;width:46%!important;grid-template-rows:repeat(4,minmax(88px,1fr))!important}
 body[data-page-route="home"] .hub-list button{grid-template-columns:36px minmax(0,1fr) 72px!important;padding:11px 12px!important}
}
@media(max-width:760px){
 body[data-page-route="home"] .industry-card{min-height:760px!important}
 body[data-page-route="home"] .industry-copy{width:100%!important;padding:30px 24px 22px!important}
 body[data-page-route="home"] .industry-copy h2{font-size:27px!important}
 body[data-page-route="home"] .hub-list{left:18px!important;right:18px!important;top:auto!important;bottom:18px!important;width:auto!important;height:auto!important;grid-template-rows:repeat(4,minmax(86px,auto))!important}
 body[data-page-route="home"] .hub-list button{grid-template-columns:36px minmax(0,1fr) 76px!important}
 .b28-flow-title{grid-template-columns:1fr!important;align-items:flex-start!important}
}
@media(max-width:520px){
 body[data-page-route="home"] .industry-card{min-height:810px!important}
 body[data-page-route="home"] .hub-list button{grid-template-columns:30px minmax(0,1fr)!important}
 body[data-page-route="home"] .hub-list em{display:none!important}
}

/* b32-baseline-preserve-fixes */
/* B32 scope: preserve the approved B30 grid/section order. No homepage layout redesign. */
:root{--b32-purple:#6736cf;--b32-purple-dark:#3d236f;--b32-line:#e5dfeb}
.b32-hero-motion{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:0;transition:opacity .45s ease;filter:saturate(.92) contrast(1.03)}
.hero-stage.b32-motion-ready .b32-hero-motion{opacity:1}
.hero-stage.b32-motion-ready .hero-image{opacity:0!important}
@media(max-width:700px),(prefers-reduced-motion:reduce){.b32-hero-motion{display:none!important}.hero-stage.b32-motion-ready .hero-image{opacity:1!important}}

/* Do not allow old broad wrapping rules to turn B2B fields into vertical text. */
body[data-page-route="home"] .b28-product-body h3,
body[data-page-route="home"] .b28-price,
body[data-page-route="home"] .b28-termline,
body[data-page-route="home"] .b28-supplier,
body[data-page-route="home"] .b28-actionline a,
body[data-page-route="home"] .b28-company h3,
body[data-page-route="home"] .b28-response b,
body[data-page-route="home"] .b28-supplier-actions a{overflow-wrap:normal!important;word-break:normal!important}
body[data-page-route="home"] .b28-product-body h3,
body[data-page-route="home"] .b28-company h3{word-break:break-word!important}

.b32-directory-loading,.b32-supplier-loading{min-height:260px;display:grid;place-items:center;border-top:2px solid var(--b32-purple);border-bottom:1px solid var(--b32-line);background:linear-gradient(90deg,#fbf9fd,#fff);color:#766b83;font-size:13px}
.b32-supplier-loading{min-height:180px}
.b32-no-data{display:grid;place-items:center;min-height:150px;padding:28px;background:#fbfafc;color:#756d7d;font-size:13px;text-align:center}
.live-image-placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(135deg,#f0edf5,#f7f6f9);color:#8a8192;font-size:11px}

/* Keep B30 row logic, but sparse live categories expand rather than leave huge blank columns. */
@media(min-width:1101px){
 #b32ProductDirectory .b28-product-list[data-b32-count="1"]{grid-template-columns:1fr!important}
 #b32ProductDirectory .b28-product-list[data-b32-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 #b32ProductDirectory .b28-product-list[data-b32-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 #b32ProductDirectory .b28-product-list[data-b32-count="4"]{grid-template-columns:repeat(4,minmax(0,1fr))!important}
 #b32ProductDirectory .b28-product-list[data-b32-count="5"]{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
#b32ProductDirectory .b28-product-row{height:auto!important}
#b32ProductDirectory .b28-product-card{min-width:0!important}
#b32ProductDirectory .b28-product-photo{height:150px!important}
#b32ProductDirectory .b28-product-body h3{font-size:13px!important;line-height:1.42!important;min-height:37px;height:auto!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
#b32ProductDirectory .b28-price{font-size:14px!important}
#b32ProductDirectory .b28-termline,#b32ProductDirectory .b28-supplier,#b32ProductDirectory .b28-actionline a{font-size:9px!important}
#b32ProductDirectory .b28-cat-copy p{overflow-wrap:break-word!important}

/* B30 supplier directory geometry remains one supplier per row. */
#b32SupplierDirectory{display:block!important}
#b32SupplierDirectory .b28-supplier-row{display:grid!important;grid-template-columns:1.65fr 1.15fr .9fr .55fr!important;width:100%!important}
#b32SupplierDirectory .b28-company h3{font-size:12px!important;line-height:1.35!important}
#b32SupplierDirectory .b28-company p{font-size:9px!important}
#b32SupplierDirectory .b28-response b{font-size:12px!important}
#b32SupplierDirectory .b28-supplier-actions a{font-size:9px!important;white-space:nowrap!important}
#b32SupplierDirectory .b28-company>a{width:96px;height:80px;flex:0 0 96px;display:block;overflow:hidden;background:#f1f2f4}
#b32SupplierDirectory .b28-company>a img{display:block;width:100%!important;height:100%!important;object-fit:cover!important}

/* Five workflow steps must never disappear on common laptop widths. */
@media(max-width:1100px) and (min-width:701px){
 body.b29-refined .b28-flow-steps{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 body.b29-refined .b28-flow-step:nth-child(n+4){display:flex!important}
 body.b29-refined .b28-flow-step:nth-child(3){border-right:0!important}
 body.b29-refined .b28-flow-step:nth-child(n+4){border-top:1px solid rgba(255,255,255,.1)!important}
 #b32SupplierDirectory .b28-supplier-row{grid-template-columns:1.35fr 1fr .62fr!important}
 #b32SupplierDirectory .b28-products{display:none!important}
}
@media(max-width:700px){
 #b32ProductDirectory .b28-product-list{grid-template-columns:1fr 1fr!important}
 #b32ProductDirectory .b28-product-card:nth-child(n+3){display:none!important}
 #b32SupplierDirectory .b28-supplier-row{grid-template-columns:1fr!important}
 #b32SupplierDirectory .b28-products{display:block!important}
}

/* Arabic is RTL text, but card/metric visual sequences remain stable. */
html[dir="rtl"] #b32HotSignals,html[dir="rtl"] #b32ProductDirectory .b28-product-list,html[dir="rtl"] #b32SupplierDirectory{direction:ltr!important}
html[dir="rtl"] #b32HotSignals .b28-signal-copy,html[dir="rtl"] #b32ProductDirectory .b28-cat-copy,html[dir="rtl"] #b32ProductDirectory .b28-product-body,html[dir="rtl"] #b32SupplierDirectory .b28-company>div,html[dir="rtl"] #b32SupplierDirectory .b28-supplier-mid{direction:rtl!important;text-align:right!important}
html[lang="de"] #b32ProductDirectory .b28-product-body h3,html[lang="fr"] #b32ProductDirectory .b28-product-body h3,html[lang="ru"] #b32ProductDirectory .b28-product-body h3,html[lang="pt"] #b32ProductDirectory .b28-product-body h3,html[lang="es"] #b32ProductDirectory .b28-product-body h3{font-size:12px!important}

/* Section anchors should not tuck under the sticky navigation. */
#products,#suppliers,#services,.b28-market-entry,.b28-trade-flow{scroll-margin-top:112px}

/* Contact control stays compact until explicitly opened. */
#homeContactChannels:not(.is-expanded) #homeContactActions,#homeContactChannels:not(.is-expanded) #homeContactPopover{display:none!important}
#homeContactChannels{max-width:min(340px,calc(100vw - 24px))}

/* Industry belt: preserve B30 block while softening the active menu seam. */
body[data-page-route="home"] .hub-list button.active{background:rgba(111,67,219,.42)!important;box-shadow:inset 3px 0 #9a73f1!important}
body[data-page-route="home"] .hub-list button{box-shadow:none!important}
@media(max-width:760px){body[data-page-route="home"] .industry-card{min-height:0!important;height:auto!important;padding-bottom:18px!important}body[data-page-route="home"] .hub-list{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;margin:12px 18px 0!important;width:auto!important;height:auto!important}.industry-copy{position:relative!important;width:100%!important}}

@media(max-width:820px){
 #b32ProductDirectory .b28-price{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;font-size:11.5px!important;line-height:1.3!important;min-height:30px}
 #b32ProductDirectory .b28-termline{white-space:normal!important;overflow:visible!important;flex-wrap:wrap!important;gap:2px 4px!important;line-height:1.35!important}
}
@media(max-width:700px){
 body.b29-refined .b28-flow-step:nth-child(n+4){display:flex!important}
}

/* b35-hero-managed-four-media */
/* HF17: preserve the existing Hero layout; media for four slots is managed by the ECTIP back office. */
body[data-page-route="home"] .b35-hero-video-stack{
  position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;
}
body[data-page-route="home"] .b35-hero-video{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;opacity:0;
  transform:scale(1.006);
  transition:opacity .46s ease,filter .35s ease;
  background:#21123d;
}
body[data-page-route="home"] .b35-hero-video.is-active{opacity:1}
body[data-page-route="home"] .b35-hero-video[data-b35-hero-video="0"]{object-position:center 48%;filter:saturate(.90) contrast(1.035) brightness(.82)}
body[data-page-route="home"] .b35-hero-video[data-b35-hero-video="1"]{object-position:center 48%;filter:saturate(.86) contrast(1.03) brightness(.80)}
body[data-page-route="home"] .b35-hero-video[data-b35-hero-video="2"]{object-position:center 50%;filter:saturate(.86) contrast(1.04) brightness(.80)}
body[data-page-route="home"] .b35-hero-video[data-b35-hero-video="3"]{object-position:center 50%;filter:saturate(.88) contrast(1.04) brightness(.81)}
body[data-page-route="home"] .hero-stage.b35-real-video-ready .hero-image{opacity:.06!important}
body[data-page-route="home"] .hero-stage.b35-real-video-ready .hero-shade{
  background:linear-gradient(90deg,rgba(31,16,57,.975) 0%,rgba(42,22,75,.92) 35%,rgba(42,22,72,.69) 56%,rgba(31,16,57,.23) 82%,rgba(20,10,40,.09) 100%)!important;
}
@media(max-width:980px){
  body[data-page-route="home"] .b35-hero-video{filter:saturate(.84) contrast(1.03) brightness(.80)}
}
@media(prefers-reduced-motion:reduce){
  body[data-page-route="home"] .b35-hero-video-stack{display:block!important}
  body[data-page-route="home"] .b35-hero-video{transition:none!important}
}

/* hf171-hero-managed-media-authoritative-fix */
/* HF17.24: backend-managed Hero video is the only Hero media surface. */
body[data-page-route="home"] .b35-hero-video-stack{z-index:1!important;display:block!important}
body[data-page-route="home"] .hero-shade{z-index:2!important}
body[data-page-route="home"] .b35-hero-video{
  z-index:1!important;display:none!important;opacity:0!important;visibility:hidden!important;
  width:100%!important;height:100%!important;object-fit:cover!important;
  background:transparent!important;transition:filter .35s ease!important
}
body[data-page-route="home"] .b35-hero-video.is-active{
  display:block!important;opacity:1!important;visibility:visible!important
}

/* hf172-hero-video-poster-and-rotation-fix */
/* Retained selector id for cache-safe upgrades; no poster fallback is allowed. */
body[data-page-route="home"] .hero-stage.hf172-await-managed{background:#170d2e!important}

/* hf173-zero-poster-first-paint */
/* Zero poster: the document remains gated until the first real MP4 frame is playing. */
body[data-page-route="home"] .hero-stage.hf173-media-boot-pending{background:#170d2e!important}
body[data-page-route="home"] .hero-stage.hf173-media-boot-pending .b35-hero-video-stack{background:#170d2e!important}
body[data-page-route="home"] .b35-hero-video{background:#170d2e!important}

/* b36-product-directory-hardening */
/* B36 — production hardening for the existing B28/B29 product directory.
   No page re-layout: only fixes the existing product-center rail/card geometry and responsive behavior. */
#b32ProductDirectory{display:block!important;min-width:0!important;overflow:visible!important}
#b32ProductDirectory .b28-product-row{display:grid!important;grid-template-columns:210px minmax(0,1fr)!important;width:100%!important;min-width:0!important;min-height:306px!important;overflow:hidden!important}
#b32ProductDirectory .b28-category-rail{display:grid!important;grid-template-rows:104px minmax(0,1fr)!important;min-width:0!important;overflow:hidden!important}
#b32ProductDirectory .b28-cat-visual{position:relative!important;height:104px!important;min-height:104px!important;overflow:hidden!important}
#b32ProductDirectory .b28-cat-visual>img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:cover!important;object-position:center!important}
#b32ProductDirectory .b28-cat-visual>span{position:absolute!important;left:12px!important;top:12px!important;z-index:2!important;display:grid!important;place-items:center!important;width:31px!important;height:26px!important;margin:0!important}
#b32ProductDirectory .b28-cat-copy{min-width:0!important;overflow:hidden!important}
#b32ProductDirectory .b28-subcats{display:flex!important;gap:4px!important;flex-wrap:wrap!important;margin-top:9px!important}
#b32ProductDirectory .b28-subcats a{display:inline-flex!important;align-items:center!important;max-width:100%!important;white-space:nowrap!important}
#b32ProductDirectory .b28-cat-all{display:inline-block!important;margin-top:11px!important;white-space:nowrap!important}
#b32ProductDirectory .b28-product-list{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:100%!important;min-width:0!important;padding:10px 8px!important;overflow:hidden!important}
#b32ProductDirectory .b28-product-card{display:flex!important;flex-direction:column!important;min-width:0!important;width:auto!important;overflow:hidden!important}
#b32ProductDirectory .b28-product-photo{display:block!important;width:100%!important;height:154px!important;min-height:154px!important;overflow:hidden!important}
#b32ProductDirectory .b28-product-photo>img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#f5f5f7!important}
#b32ProductDirectory .b28-product-body{display:flex!important;flex:1!important;min-width:0!important;flex-direction:column!important}
#b32ProductDirectory .b28-product-body h3{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow-wrap:normal!important;word-break:normal!important}
#b32ProductDirectory .b28-price,#b32ProductDirectory .b28-termline,#b32ProductDirectory .b28-supplier{overflow-wrap:normal!important;word-break:normal!important}
#b32ProductDirectory .b28-actionline{margin-top:auto!important;padding-top:9px!important}
/* Never hide the 4th/5th real product. On smaller widths preserve all five through local horizontal scrolling. */
@media(max-width:1100px){
 #b32ProductDirectory .b28-product-row{grid-template-columns:190px minmax(0,1fr)!important}
 #b32ProductDirectory .b28-product-list{display:flex!important;gap:0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;scrollbar-width:thin!important}
 #b32ProductDirectory .b28-product-card{display:flex!important;flex:0 0 220px!important;scroll-snap-align:start!important}
 #b32ProductDirectory .b28-product-card:nth-child(n){display:flex!important}
}
@media(max-width:700px){
 #b32ProductDirectory .b28-product-row{grid-template-columns:1fr!important}
 #b32ProductDirectory .b28-category-rail{grid-template-columns:120px minmax(0,1fr)!important;grid-template-rows:136px!important;min-height:136px!important}
 #b32ProductDirectory .b28-cat-visual{height:136px!important;min-height:136px!important}
 #b32ProductDirectory .b28-product-list{display:flex!important;overflow-x:auto!important}
 #b32ProductDirectory .b28-product-card{display:flex!important;flex:0 0 205px!important}
 #b32ProductDirectory .b28-product-card:nth-child(n){display:flex!important}
}

/* hf177-trust-strip-only */
body[data-page-route="home"] .platform-gateway .trust-band{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  min-height:96px!important;
  border:1px solid #dfe4ea!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%)!important;
  box-shadow:0 7px 20px rgba(28,39,55,.045)!important;
  overflow:hidden!important;
}
body[data-page-route="home"] .platform-gateway .trust-item{
  position:relative!important;
  min-height:96px!important;
  padding:15px 22px 14px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:transparent!important;
}
body[data-page-route="home"] .platform-gateway .trust-item+.trust-item{border-left:1px solid #e8ebef!important}
body[data-page-route="home"] .platform-gateway .trust-item small{
  display:flex!important;align-items:center!important;gap:7px!important;
  font-size:12px!important;line-height:1.2!important;font-weight:650!important;
  color:#68707c!important;letter-spacing:0!important;text-transform:none!important;
}
body[data-page-route="home"] .platform-gateway .trust-item small:before{
  content:"";width:5px;height:5px;border-radius:50%;background:#7a49e8;box-shadow:0 0 0 3px rgba(122,73,232,.08);flex:0 0 auto;
}
body[data-page-route="home"] .platform-gateway .trust-item b{
  display:block!important;margin:7px 0 5px!important;
  font-size:30px!important;line-height:1!important;font-weight:720!important;
  color:#20252d!important;letter-spacing:-.035em!important;
}
body[data-page-route="home"] .platform-gateway .trust-item span{
  display:block!important;font-size:11px!important;line-height:1.35!important;
  color:#8a929d!important;letter-spacing:0!important;white-space:normal!important;
}
body[data-page-route="home"] .platform-gateway .trust-item:nth-child(4) b,
body[data-page-route="home"] .platform-gateway .trust-item:nth-child(5) b{color:#6739d4!important}
@media(max-width:900px){
  body[data-page-route="home"] .platform-gateway .trust-band{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body[data-page-route="home"] .platform-gateway .trust-item{min-height:84px!important;padding:13px 16px!important;border-top:1px solid #e8ebef!important}
  body[data-page-route="home"] .platform-gateway .trust-item:nth-child(odd){border-left:0!important}
  body[data-page-route="home"] .platform-gateway .trust-item:nth-child(5){grid-column:1/-1!important}
  body[data-page-route="home"] .platform-gateway .trust-item b{font-size:26px!important}
}
@media(max-width:520px){
  body[data-page-route="home"] .platform-gateway .trust-item{min-height:78px!important;padding:12px 14px!important}
  body[data-page-route="home"] .platform-gateway .trust-item small{font-size:11px!important}
  body[data-page-route="home"] .platform-gateway .trust-item b{font-size:24px!important}
  body[data-page-route="home"] .platform-gateway .trust-item span{font-size:10px!important}
}

/* ectip-hf17-14-production-two-sections */
/* HF17.14 production refinement — ONLY #products and #suppliers. */
body[data-page-route="home"] #products,
body[data-page-route="home"] #suppliers{background:#fff!important;border:1px solid #e7e9ed!important;border-radius:12px!important;box-shadow:none!important;padding:20px 20px 22px!important;overflow:hidden!important}
body[data-page-route="home"] #products .b28-section-head,
body[data-page-route="home"] #suppliers .b28-section-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin:0 0 14px!important;min-width:0!important}
body[data-page-route="home"] #products .b28-section-head>div,
body[data-page-route="home"] #suppliers .b28-section-head>div{min-width:0!important}
body[data-page-route="home"] #products .b28-section-head small,
body[data-page-route="home"] #products .b28-section-head p,
body[data-page-route="home"] #products .b28-product-nav>span,
body[data-page-route="home"] #suppliers .b28-section-head small,
body[data-page-route="home"] #suppliers .b28-section-head p,
body[data-page-route="home"] #suppliers .b28-supplier-filter{display:none!important}
body[data-page-route="home"] #products .b28-section-head h2,
body[data-page-route="home"] #suppliers .b28-section-head h2{margin:0!important;color:#202733!important;font-size:22px!important;line-height:1.2!important;font-weight:820!important;letter-spacing:-.02em!important;text-align:start!important}
body[data-page-route="home"] #products .b28-product-nav{margin-inline-start:auto!important}
body[data-page-route="home"] #products .b28-product-nav a,
body[data-page-route="home"] #suppliers .b28-section-head>a{display:inline-flex!important;align-items:center!important;min-height:32px!important;padding:0!important;border:0!important;background:transparent!important;color:#6540c8!important;font-size:11px!important;font-weight:760!important;white-space:nowrap!important;text-decoration:none!important}
body[data-page-route="home"] #products .b28-directory,
body[data-page-route="home"] #suppliers .b28-supplier-list{margin:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important}

/* PRODUCT CENTER: five stable industry rows; no homepage price/MOQ clutter. */
body[data-page-route="home"] #products #b32ProductDirectory{border:1px solid #e7e9ed!important;border-radius:8px!important;overflow:hidden!important;background:#fff!important}
body[data-page-route="home"] #products .hf1714-product-row{display:grid!important;grid-template-columns:176px minmax(0,1fr)!important;min-width:0!important;border-block-end:1px solid #eceef1!important;background:#fff!important}
body[data-page-route="home"] #products .hf1714-product-row:last-child{border-block-end:0!important}
body[data-page-route="home"] #products .hf1714-category-rail{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;padding:18px 16px!important;border-inline-end:1px solid #eceef1!important;background:#fafafa!important;text-align:start!important}
body[data-page-route="home"] #products .hf1714-category-rail h3{margin:0!important;color:#252c36!important;font-size:16px!important;line-height:1.28!important;font-weight:820!important;overflow-wrap:anywhere!important}
body[data-page-route="home"] #products .hf1714-category-rail p{display:none!important}
body[data-page-route="home"] #products .hf1714-subcats{display:flex!important;flex-wrap:wrap!important;gap:4px 9px!important;margin-top:9px!important;min-width:0!important}
body[data-page-route="home"] #products .hf1714-subcats a{max-width:100%!important;color:#676e78!important;font-size:9px!important;line-height:1.35!important;text-decoration:none!important;overflow-wrap:anywhere!important}
body[data-page-route="home"] #products .hf1714-subcats a:hover,
body[data-page-route="home"] #products .hf1714-category-all:hover{color:#5630b8!important}
body[data-page-route="home"] #products .hf1714-category-all{align-self:flex-start!important;margin-top:11px!important;color:#6840c7!important;font-size:9.5px!important;line-height:1.3!important;font-weight:760!important;text-decoration:none!important}
body[data-page-route="home"] #products .hf1714-product-list{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:start!important;gap:7px!important;min-width:0!important;padding:11px 12px 12px!important;background:#fff!important}
body[data-page-route="home"] #products .hf1714-product-card{display:flex!important;flex-direction:column!important;min-width:0!important;padding:4px 5px 7px!important;border:0!important;border-radius:6px!important;background:transparent!important;transition:background .16s ease!important}
body[data-page-route="home"] #products .hf1714-product-card:hover{background:#faf9fc!important}
body[data-page-route="home"] #products .hf1714-product-photo{display:block!important;height:132px!important;min-height:132px!important;overflow:hidden!important;border-radius:5px!important;background:#f6f7f8!important;text-decoration:none!important}
body[data-page-route="home"] #products .hf1714-media-frame{position:relative!important;display:grid!important;place-items:center!important;width:100%!important;height:100%!important;overflow:hidden!important;background:#f6f7f8!important}
body[data-page-route="home"] #products .hf1714-product-photo img{display:block!important;width:100%!important;height:100%!important;padding:6px!important;object-fit:contain!important;background:#f6f7f8!important;transition:transform .18s ease!important}
body[data-page-route="home"] #products .hf1714-product-card:hover .hf1714-product-photo img{transform:scale(1.018)!important}
body[data-page-route="home"] #products .hf1714-media-fallback{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;padding:12px!important;color:#9ba0a8!important;font-size:10px!important;line-height:1.4!important;text-align:center!important}
body[data-page-route="home"] #products .hf1714-media-fallback[hidden]{display:none!important}
body[data-page-route="home"] #products .hf1714-product-photo img[hidden]{display:none!important}
body[data-page-route="home"] #products .hf1714-product-card h3{display:-webkit-box!important;min-height:34px!important;margin:8px 2px 0!important;color:#303640!important;font-size:11px!important;line-height:1.5!important;font-weight:720!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:start!important;overflow-wrap:anywhere!important}
body[data-page-route="home"] #products .hf1714-product-card h3 a{color:inherit!important;text-decoration:none!important}
body[data-page-route="home"] #products .hf1714-product-card h3 a:hover{color:#5d36bf!important}
body[data-page-route="home"] #products .hf1714-product-empty{grid-column:1/-1!important;display:grid!important;place-items:center!important;min-height:170px!important;padding:20px!important;color:#989da5!important;font-size:11px!important;text-align:center!important}
body[data-page-route="home"] #products .b28-moreline{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:12px 0 0!important;padding:0 2px!important;border:0!important;background:transparent!important;color:#888e96!important;font-size:9.5px!important;min-width:0!important}
body[data-page-route="home"] #products .b28-moreline span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body[data-page-route="home"] #products .b28-moreline a{flex:0 0 auto!important;color:#6840c7!important;font-weight:740!important;text-decoration:none!important;white-space:nowrap!important}

/* SUPPLIER DIRECTORY: 3 x 2 on desktop, resilient to long names and missing images. */
body[data-page-route="home"] #suppliers{margin-top:32px!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;min-width:0!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-card{display:flex!important;flex-direction:column!important;min-width:0!important;min-height:182px!important;padding:13px!important;border:1px solid #e5e7eb!important;border-radius:7px!important;background:#fff!important;box-shadow:none!important;transition:border-color .16s ease,box-shadow .16s ease!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-card:hover{border-color:#d7dbe1!important;box-shadow:0 5px 16px rgba(30,35,45,.035)!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-main{display:grid!important;grid-template-columns:140px minmax(0,1fr)!important;gap:13px!important;min-width:0!important;align-items:start!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-cover{display:block!important;width:140px!important;height:108px!important;overflow:hidden!important;border:1px solid #eef0f2!important;border-radius:5px!important;background:#f5f6f7!important;text-decoration:none!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-cover .hf1714-media-frame{position:relative!important;display:grid!important;place-items:center!important;width:100%!important;height:100%!important;overflow:hidden!important;background:#f5f6f7!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-cover img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;background:#f5f6f7!important}
body[data-page-route="home"] #suppliers .hf1714-media-fallback{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;padding:10px!important;color:#9ba0a8!important;font-size:9.5px!important;line-height:1.4!important;text-align:center!important}
body[data-page-route="home"] #suppliers .hf1714-media-fallback[hidden]{display:none!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-cover img[hidden]{display:none!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-info{min-width:0!important;text-align:start!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-info h3{display:-webkit-box!important;margin:0!important;color:#252b34!important;font-size:12px!important;line-height:1.4!important;font-weight:820!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;overflow-wrap:anywhere!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-info h3 a{color:inherit!important;text-decoration:none!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-info h3 a:hover{color:#5d36bf!important}
body[data-page-route="home"] #suppliers .hf1714-verified{display:flex!important;align-items:center!important;gap:5px!important;margin-top:5px!important;color:#6540c8!important;font-size:8.6px!important;font-weight:730!important;min-width:0!important}
body[data-page-route="home"] #suppliers .hf1714-verified span{display:grid!important;place-items:center!important;flex:0 0 13px!important;width:13px!important;height:13px!important;border-radius:50%!important;background:#7044dd!important;color:#fff!important;font-size:8px!important}
body[data-page-route="home"] #suppliers .hf1714-location{display:-webkit-box!important;margin-top:5px!important;color:#80868f!important;font-size:8.7px!important;line-height:1.35!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important;overflow-wrap:anywhere!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-info p{display:-webkit-box!important;margin:6px 0 0!important;color:#555c65!important;font-size:8.8px!important;line-height:1.42!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;overflow-wrap:anywhere!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-top:auto!important;padding-top:10px!important;border-top:1px solid #f0f1f3!important;min-width:0!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-metrics{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:4px 0!important;min-width:0!important;color:#80868f!important;text-align:start!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-metrics span{position:relative!important;display:inline-flex!important;align-items:baseline!important;gap:3px!important;min-width:0!important;padding-inline:8px!important;white-space:nowrap!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-metrics span:first-child{padding-inline-start:0!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-metrics span+span:before{content:"·"!important;position:absolute!important;inset-inline-start:-2px!important;color:#b4b8bf!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-metrics b{color:#303741!important;font-size:9.4px!important;line-height:1.1!important;font-weight:800!important}
body[data-page-route="home"] #suppliers .hf1714-supplier-metrics small{color:#8a9099!important;font-size:7.7px!important;line-height:1.2!important}
body[data-page-route="home"] #suppliers .hf1714-contact{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;min-width:96px!important;max-width:145px!important;min-height:31px!important;padding:0 10px!important;border:1px solid #7550cf!important;border-radius:4px!important;background:#fff!important;color:#6038c2!important;font-size:8.8px!important;font-weight:750!important;line-height:1.2!important;text-align:center!important;text-decoration:none!important;white-space:normal!important;overflow-wrap:anywhere!important}
body[data-page-route="home"] #suppliers .hf1714-contact:hover{background:#f8f6fc!important}

html[dir="rtl"] body[data-page-route="home"] #products .hf1714-category-rail,
html[dir="rtl"] body[data-page-route="home"] #products .hf1714-product-card h3,
html[dir="rtl"] body[data-page-route="home"] #suppliers .hf1714-supplier-info,
html[dir="rtl"] body[data-page-route="home"] #suppliers .hf1714-supplier-metrics{text-align:right!important}
/* HF17.15 locale-density polish: keep the same geometry, reduce stacking in long-label languages. */
html[lang="de"] body[data-page-route="home"] #products .hf1714-category-rail h3,
html[lang="fr"] body[data-page-route="home"] #products .hf1714-category-rail h3,
html[lang="es"] body[data-page-route="home"] #products .hf1714-category-rail h3,
html[lang="pt"] body[data-page-route="home"] #products .hf1714-category-rail h3,
html[lang="ru"] body[data-page-route="home"] #products .hf1714-category-rail h3{font-size:15px!important;line-height:1.25!important}
html[lang="de"] body[data-page-route="home"] #products .hf1714-subcats a,
html[lang="fr"] body[data-page-route="home"] #products .hf1714-subcats a,
html[lang="es"] body[data-page-route="home"] #products .hf1714-subcats a,
html[lang="pt"] body[data-page-route="home"] #products .hf1714-subcats a,
html[lang="ru"] body[data-page-route="home"] #products .hf1714-subcats a{font-size:8.8px!important}

@media(max-width:1180px){
 body[data-page-route="home"] #products .hf1714-product-row{grid-template-columns:160px minmax(0,1fr)!important}
 body[data-page-route="home"] #products .hf1714-product-list{gap:5px!important;padding-inline:8px!important}
 body[data-page-route="home"] #products .hf1714-product-photo{height:118px!important;min-height:118px!important}
 body[data-page-route="home"] #suppliers .hf1714-supplier-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:900px){
 body[data-page-route="home"] #products .hf1714-product-row{grid-template-columns:150px minmax(0,1fr)!important}
 body[data-page-route="home"] #products .hf1714-product-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 body[data-page-route="home"] #products .hf1714-product-photo{height:128px!important;min-height:128px!important}
}
@media(max-width:680px){
 body[data-page-route="home"] #products,body[data-page-route="home"] #suppliers{padding:16px 14px 18px!important;border-radius:10px!important}
 body[data-page-route="home"] #products .b28-section-head,body[data-page-route="home"] #suppliers .b28-section-head{align-items:flex-start!important;gap:10px!important}
 body[data-page-route="home"] #products .b28-section-head h2,body[data-page-route="home"] #suppliers .b28-section-head h2{font-size:19px!important}
 body[data-page-route="home"] #products .hf1714-product-row{display:block!important}
 body[data-page-route="home"] #products .hf1714-category-rail{padding:13px 14px!important;border-inline-end:0!important;border-block-end:1px solid #eceef1!important}
 body[data-page-route="home"] #products .hf1714-category-rail p{display:none!important}
 body[data-page-route="home"] #products .hf1714-subcats{margin-top:7px!important}
 body[data-page-route="home"] #products .hf1714-product-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:10px!important}
 body[data-page-route="home"] #products .hf1714-product-photo{height:122px!important;min-height:122px!important}
 body[data-page-route="home"] #products .b28-moreline span{display:none!important}
 body[data-page-route="home"] #suppliers .hf1714-supplier-grid{grid-template-columns:1fr!important}
 body[data-page-route="home"] #suppliers .hf1714-supplier-main{grid-template-columns:112px minmax(0,1fr)!important;gap:11px!important}
 body[data-page-route="home"] #suppliers .hf1714-supplier-cover{width:112px!important;height:94px!important}
 body[data-page-route="home"] #suppliers .hf1714-supplier-bottom{align-items:flex-end!important}
}
@media(max-width:420px){
 body[data-page-route="home"] #products .hf1714-product-list{grid-template-columns:1fr 1fr!important;gap:5px!important}
 body[data-page-route="home"] #products .hf1714-product-photo{height:108px!important;min-height:108px!important}
 body[data-page-route="home"] #suppliers .hf1714-supplier-main{grid-template-columns:94px minmax(0,1fr)!important}
 body[data-page-route="home"] #suppliers .hf1714-supplier-cover{width:94px!important;height:86px!important}
 body[data-page-route="home"] #suppliers .hf1714-supplier-bottom{display:block!important}
 body[data-page-route="home"] #suppliers .hf1714-contact{width:100%!important;max-width:none!important;margin-top:9px!important}
}

/* ectip-hf17-17-product-depth */
/* HF17.17 — 7-row B2B product directory, more depth without adding homepage clutter. */
body[data-page-route="home"] #products{background:linear-gradient(180deg,#fff 0%,#fbfbfd 100%)!important}
body[data-page-route="home"] #products #b32ProductDirectory{
  display:grid!important;gap:10px!important;padding:10px!important;border:1px solid #e6e8ed!important;border-radius:12px!important;
  overflow:visible!important;background:#f5f6f8!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important
}
body[data-page-route="home"] #products .hf1714-product-row{
  border:1px solid #e4e7ec!important;border-radius:10px!important;overflow:hidden!important;background:#fff!important;
  box-shadow:0 4px 14px rgba(27,31,40,.045)!important;transition:box-shadow .18s ease,border-color .18s ease!important
}
body[data-page-route="home"] #products .hf1714-product-row:last-child{border-block-end:1px solid #e4e7ec!important}
body[data-page-route="home"] #products .hf1714-product-row:hover{border-color:#dce0e7!important;box-shadow:0 7px 20px rgba(27,31,40,.065)!important}
body[data-page-route="home"] #products .hf1714-category-rail{
  position:relative!important;padding:20px 17px!important;border-inline-start:3px solid #7044d8!important;border-inline-end:1px solid #e9e5f1!important;
  background:linear-gradient(145deg,#fbfaff 0%,#f6f4fb 100%)!important
}
body[data-page-route="home"] #products .hf1714-category-rail h3{font-size:16px!important;letter-spacing:-.01em!important}
body[data-page-route="home"] #products .hf1714-subcats{gap:5px 10px!important;margin-top:10px!important}
body[data-page-route="home"] #products .hf1714-subcats a{color:#68707b!important;font-size:9.2px!important}
body[data-page-route="home"] #products .hf1714-category-all{margin-top:12px!important;font-size:9.6px!important}
body[data-page-route="home"] #products .hf1714-product-list{gap:10px!important;padding:11px!important;background:#fff!important}
body[data-page-route="home"] #products .hf1714-product-card{
  padding:7px!important;border:1px solid #eceef2!important;border-radius:8px!important;background:#fff!important;
  box-shadow:0 2px 8px rgba(31,35,44,.035)!important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease!important
}
body[data-page-route="home"] #products .hf1714-product-card:hover{
  transform:translateY(-1px)!important;border-color:#ddd8ec!important;background:#fff!important;box-shadow:0 7px 18px rgba(51,39,78,.075)!important
}
body[data-page-route="home"] #products .hf1714-product-photo{
  height:134px!important;min-height:134px!important;border:1px solid #f0f1f3!important;border-radius:6px!important;
  background:linear-gradient(180deg,#fafbfc 0%,#f6f7f9 100%)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important
}
body[data-page-route="home"] #products .hf1714-media-frame{background:transparent!important}
body[data-page-route="home"] #products .hf1714-product-photo img{
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;padding:11px!important;box-sizing:border-box!important;
  object-fit:contain!important;object-position:center center!important;background:transparent!important;transform:none!important
}
body[data-page-route="home"] #products .b23-product-media img,
body[data-page-route="home"] #products .b32-product-card img,
body[data-page-route="home"] #products .product-card img{
  width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;padding:9px!important;background:#f7f7f9!important
}
body[data-page-route="home"] #products .hf1714-product-card:hover .hf1714-product-photo img{transform:scale(1.01)!important}
body[data-page-route="home"] #products .hf1714-product-card h3{min-height:35px!important;margin:8px 2px 1px!important;font-size:11.2px!important;line-height:1.5!important}
@media(max-width:1180px){body[data-page-route="home"] #products .hf1714-product-photo{height:124px!important;min-height:124px!important}}
@media(max-width:900px){body[data-page-route="home"] #products #b32ProductDirectory{gap:8px!important;padding:8px!important}body[data-page-route="home"] #products .hf1714-product-photo{height:130px!important;min-height:130px!important}}
@media(max-width:680px){body[data-page-route="home"] #products #b32ProductDirectory{padding:7px!important}body[data-page-route="home"] #products .hf1714-category-rail{border-inline-start:3px solid #7044d8!important;border-inline-end:0!important}body[data-page-route="home"] #products .hf1714-product-list{gap:7px!important;padding:8px!important}body[data-page-route="home"] #products .hf1714-product-photo{height:124px!important;min-height:124px!important;padding:0!important}}
@media(max-width:420px){body[data-page-route="home"] #products .hf1714-product-photo{height:112px!important;min-height:112px!important}body[data-page-route="home"] #products .hf1714-product-photo img{padding:9px!important}}

/* ectip-hf17-18-supplier-showroom-preview */
body[data-page-route="home"] #suppliers{position:relative!important;margin-top:32px!important;padding:26px 26px 24px!important;background:linear-gradient(180deg,#fff 0%,#fcfbff 100%)!important;border:1px solid #e7e8ed!important;border-radius:14px!important;box-shadow:0 10px 28px rgba(32,25,48,.035)!important}
body[data-page-route="home"] #suppliers .b28-section-head{position:relative!important;padding-inline-start:14px!important;margin-bottom:18px!important;align-items:center!important}
body[data-page-route="home"] #suppliers .b28-section-head:before{content:""!important;position:absolute!important;inset-inline-start:0!important;top:4px!important;width:4px!important;height:34px!important;border-radius:4px!important;background:#7044dd!important}
body[data-page-route="home"] #suppliers .b28-section-head small{display:none!important}
body[data-page-route="home"] #suppliers .b28-section-head h2{font-size:24px!important;line-height:1.2!important;letter-spacing:-.02em!important}
body[data-page-route="home"] #suppliers .b28-section-head p{margin-top:5px!important;color:#7d8290!important;font-size:11px!important;line-height:1.45!important}
body[data-page-route="home"] #suppliers .b28-section-head>a{color:#6840c7!important;font-size:10.5px!important;font-weight:760!important;text-decoration:none!important;white-space:nowrap!important}
body[data-page-route="home"] #suppliers .b28-supplier-filter{display:none!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;min-width:0!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-card{display:flex!important;flex-direction:column!important;min-width:0!important;min-height:226px!important;overflow:hidden!important;border:1px solid #e3e6ec!important;border-radius:10px!important;background:#fff!important;box-shadow:0 5px 15px rgba(28,33,45,.035)!important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-card:hover{transform:translateY(-2px)!important;border-color:#d6ccec!important;box-shadow:0 10px 24px rgba(42,32,65,.07)!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-top{display:grid!important;grid-template-columns:174px minmax(0,1fr)!important;gap:15px!important;min-width:0!important;padding:14px 14px 12px!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-cover{display:block!important;width:174px!important;height:142px!important;overflow:hidden!important;border:1px solid #eceef2!important;border-radius:8px!important;background:#f5f6f8!important;text-decoration:none!important}
body[data-page-route="home"] #suppliers .hf1718-media-frame{position:relative!important;display:grid!important;place-items:center!important;width:100%!important;height:100%!important;overflow:hidden!important;background:#f5f6f8!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-cover img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transition:transform .2s ease!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-card:hover .hf1718-supplier-cover img{transform:scale(1.025)!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-cover img[hidden]{display:none!important}
body[data-page-route="home"] #suppliers .hf1718-media-fallback{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;padding:12px!important;color:#989faa!important;font-size:10px!important;text-align:center!important}
body[data-page-route="home"] #suppliers .hf1718-media-fallback[hidden]{display:none!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-info{min-width:0!important;text-align:start!important;padding-top:1px!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-info h3{display:-webkit-box!important;margin:0!important;color:#202632!important;font-size:13.5px!important;line-height:1.4!important;font-weight:830!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;overflow-wrap:anywhere!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-info h3 a{color:inherit!important;text-decoration:none!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-info h3 a:hover{color:#5f36c0!important}
body[data-page-route="home"] #suppliers .hf1718-verified{display:flex!important;align-items:center!important;gap:5px!important;margin-top:6px!important;color:#6942ca!important;font-size:9.2px!important;font-weight:760!important}
body[data-page-route="home"] #suppliers .hf1718-verified span{display:grid!important;place-items:center!important;width:15px!important;height:15px!important;border-radius:50%!important;background:#7044dd!important;color:#fff!important;font-size:9px!important}
body[data-page-route="home"] #suppliers .hf1718-location{margin-top:6px!important;color:#8c929c!important;font-size:9px!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body[data-page-route="home"] #suppliers .hf1718-main-label{display:inline-flex!important;align-items:center!important;margin-top:11px!important;padding:4px 7px!important;border-radius:5px!important;background:#f3effc!important;color:#6942ca!important;font-size:8.7px!important;font-weight:760!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-info p{display:-webkit-box!important;margin:6px 0 0!important;color:#3f4651!important;font-size:10px!important;line-height:1.52!important;font-weight:560!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;overflow-wrap:anywhere!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-top:auto!important;padding:11px 14px!important;border-top:1px solid #edf0f3!important;background:#fdfdfe!important;min-width:0!important}
body[data-page-route="home"] #suppliers .hf1718-metrics{display:flex!important;align-items:center!important;gap:15px!important;min-width:0!important;color:#7e8590!important;font-size:9px!important;white-space:nowrap!important}
body[data-page-route="home"] #suppliers .hf1718-metrics span{min-width:0!important}
body[data-page-route="home"] #suppliers .hf1718-metrics b{color:#303743!important;font-size:10.5px!important;font-weight:820!important}
body[data-page-route="home"] #suppliers .hf1718-actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important}
body[data-page-route="home"] #suppliers .hf1718-view{color:#6840c7!important;font-size:9.3px!important;font-weight:760!important;text-decoration:none!important;white-space:nowrap!important}
body[data-page-route="home"] #suppliers .hf1718-contact{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:96px!important;height:32px!important;padding:0 12px!important;border:1px solid #744bdd!important;border-radius:5px!important;background:#fff!important;color:#6038c2!important;font-size:9px!important;font-weight:780!important;text-decoration:none!important;white-space:nowrap!important}
body[data-page-route="home"] #suppliers .hf1718-contact:hover{background:#7044dd!important;color:#fff!important}
body[data-page-route="home"] #suppliers .hf1718-trust-strip{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr)) auto!important;align-items:center!important;gap:0!important;margin-top:16px!important;padding:12px 14px!important;border:1px solid #e8e3f1!important;border-radius:9px!important;background:#faf8ff!important;min-width:0!important}
body[data-page-route="home"] #suppliers .hf1718-trust-strip>div{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important;padding-inline:12px!important;border-inline-end:1px solid #ece6f3!important}
body[data-page-route="home"] #suppliers .hf1718-trust-strip>div:first-child{padding-inline-start:0!important}
body[data-page-route="home"] #suppliers .hf1718-trust-strip i{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;flex:0 0 30px!important;border-radius:50%!important;background:#efe8ff!important;color:#6d43cf!important;font-style:normal!important;font-size:14px!important;font-weight:800!important}
body[data-page-route="home"] #suppliers .hf1718-trust-strip span{display:block!important;min-width:0!important}
body[data-page-route="home"] #suppliers .hf1718-trust-strip b{display:block!important;color:#303640!important;font-size:10px!important;line-height:1.25!important}
body[data-page-route="home"] #suppliers .hf1718-trust-strip small{display:block!important;margin-top:3px!important;color:#868c95!important;font-size:8.5px!important;line-height:1.3!important}
body[data-page-route="home"] #suppliers .hf1718-trust-strip>a{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:36px!important;margin-inline-start:14px!important;padding:0 18px!important;border-radius:6px!important;background:#7044dd!important;color:#fff!important;font-size:9.5px!important;font-weight:780!important;text-decoration:none!important;white-space:nowrap!important}
html[dir="rtl"] body[data-page-route="home"] #suppliers .hf1718-supplier-info{text-align:right!important}
@media(max-width:1240px){body[data-page-route="home"] #suppliers .hf1718-supplier-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-page-route="home"] #suppliers .hf1718-trust-strip{grid-template-columns:repeat(3,1fr)!important}body[data-page-route="home"] #suppliers .hf1718-trust-strip>a{grid-column:1/-1!important;margin:10px 0 0!important}}
@media(max-width:760px){body[data-page-route="home"] #suppliers{padding:18px 14px!important}body[data-page-route="home"] #suppliers .hf1718-supplier-grid{grid-template-columns:1fr!important}body[data-page-route="home"] #suppliers .hf1718-supplier-top{grid-template-columns:128px minmax(0,1fr)!important;gap:11px!important;padding:11px!important}body[data-page-route="home"] #suppliers .hf1718-supplier-cover{width:128px!important;height:116px!important}body[data-page-route="home"] #suppliers .hf1718-supplier-bottom{padding:10px 11px!important}body[data-page-route="home"] #suppliers .hf1718-trust-strip{grid-template-columns:1fr!important}body[data-page-route="home"] #suppliers .hf1718-trust-strip>div{border-inline-end:0!important;border-bottom:1px solid #ece6f3!important;padding:9px 0!important}}
@media(max-width:430px){body[data-page-route="home"] #suppliers .hf1718-supplier-top{grid-template-columns:102px minmax(0,1fr)!important}body[data-page-route="home"] #suppliers .hf1718-supplier-cover{width:102px!important;height:100px!important}body[data-page-route="home"] #suppliers .hf1718-supplier-info h3{font-size:12px!important}body[data-page-route="home"] #suppliers .hf1718-supplier-bottom{display:block!important}body[data-page-route="home"] #suppliers .hf1718-actions{justify-content:space-between!important;margin-top:9px!important}.hf1718-metrics{gap:10px!important}}

/* ectip-hf17-19-supplier-i18n-typography */
/* HF17.19 supplier directory typography + locale-density refinement. Layout unchanged. */
body[data-page-route="home"] #suppliers .b28-section-head h2{font-size:26px!important;line-height:1.18!important;font-weight:840!important}
body[data-page-route="home"] #suppliers .b28-section-head p{font-size:11.8px!important;line-height:1.5!important}
body[data-page-route="home"] #suppliers .b28-section-head>a{font-size:11px!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-card{min-height:238px!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-info h3{font-size:15.2px!important;line-height:1.34!important;font-weight:820!important;letter-spacing:-.012em!important}
body[data-page-route="home"] #suppliers .hf1718-verified{font-size:10.3px!important;line-height:1.3!important}
body[data-page-route="home"] #suppliers .hf1718-location{font-size:10.2px!important;line-height:1.4!important}
body[data-page-route="home"] #suppliers .hf1718-main-label{font-size:9.8px!important;line-height:1.25!important;padding:4px 8px!important}
body[data-page-route="home"] #suppliers .hf1718-supplier-info p{font-size:11.35px!important;line-height:1.5!important;font-weight:570!important}
body[data-page-route="home"] #suppliers .hf1718-metrics{gap:14px!important;font-size:10.1px!important}
body[data-page-route="home"] #suppliers .hf1718-metrics b{font-size:11.6px!important}
body[data-page-route="home"] #suppliers .hf1718-view{font-size:10.4px!important}
body[data-page-route="home"] #suppliers .hf1718-contact{min-width:102px!important;height:34px!important;font-size:10.3px!important;padding:0 13px!important}
body[data-page-route="home"] #suppliers .hf1718-trust-strip b{font-size:11.3px!important;line-height:1.3!important}
body[data-page-route="home"] #suppliers .hf1718-trust-strip small{font-size:9.5px!important;line-height:1.35!important}
body[data-page-route="home"] #suppliers .hf1718-trust-strip>a{font-size:10.3px!important;height:37px!important}
/* Long Latin/Cyrillic locales: slightly tighter typography, not smaller across the whole UI. */
body[data-shell-lang="de"] #suppliers .hf1718-supplier-info h3,body[data-shell-lang="fr"] #suppliers .hf1718-supplier-info h3,body[data-shell-lang="es"] #suppliers .hf1718-supplier-info h3,body[data-shell-lang="pt"] #suppliers .hf1718-supplier-info h3,body[data-shell-lang="ru"] #suppliers .hf1718-supplier-info h3{font-size:14.4px!important;line-height:1.32!important;letter-spacing:-.018em!important}
body[data-shell-lang="de"] #suppliers .hf1718-supplier-info p,body[data-shell-lang="fr"] #suppliers .hf1718-supplier-info p,body[data-shell-lang="es"] #suppliers .hf1718-supplier-info p,body[data-shell-lang="pt"] #suppliers .hf1718-supplier-info p,body[data-shell-lang="ru"] #suppliers .hf1718-supplier-info p{font-size:10.8px!important;line-height:1.46!important}
body[data-shell-lang="de"] #suppliers .hf1718-actions,body[data-shell-lang="fr"] #suppliers .hf1718-actions,body[data-shell-lang="es"] #suppliers .hf1718-actions,body[data-shell-lang="pt"] #suppliers .hf1718-actions,body[data-shell-lang="ru"] #suppliers .hf1718-actions{gap:8px!important}
body[data-shell-lang="de"] #suppliers .hf1718-view,body[data-shell-lang="fr"] #suppliers .hf1718-view,body[data-shell-lang="es"] #suppliers .hf1718-view,body[data-shell-lang="pt"] #suppliers .hf1718-view,body[data-shell-lang="ru"] #suppliers .hf1718-view{font-size:9.8px!important}
body[data-shell-lang="de"] #suppliers .hf1718-contact,body[data-shell-lang="fr"] #suppliers .hf1718-contact,body[data-shell-lang="es"] #suppliers .hf1718-contact,body[data-shell-lang="pt"] #suppliers .hf1718-contact,body[data-shell-lang="ru"] #suppliers .hf1718-contact{min-width:96px!important;font-size:9.7px!important;padding-inline:10px!important}
/* Arabic needs more line-height and controlled LTR islands for official Latin company names. */
body[data-shell-lang="ar"] #suppliers .hf1718-supplier-info h3{font-size:14.8px!important;line-height:1.44!important}
body[data-shell-lang="ar"] #suppliers .hf1718-supplier-info p{font-size:11.2px!important;line-height:1.62!important}
body[data-shell-lang="ar"] #suppliers .hf1718-verified,body[data-shell-lang="ar"] #suppliers .hf1718-location{font-size:10.5px!important}
body[data-shell-lang="ar"] #suppliers .hf1718-actions{gap:8px!important}
body[data-shell-lang="ar"] #suppliers .hf1718-view,body[data-shell-lang="ar"] #suppliers .hf1718-contact{font-size:10px!important}
body[data-shell-lang="ja"] #suppliers .hf1718-supplier-info h3,body[data-shell-lang="ko"] #suppliers .hf1718-supplier-info h3{font-size:14.7px!important;line-height:1.4!important}
@media(max-width:1240px){body[data-page-route="home"] #suppliers .hf1718-supplier-info h3{font-size:14.6px!important}}
@media(max-width:760px){body[data-page-route="home"] #suppliers .b28-section-head h2{font-size:23px!important}body[data-page-route="home"] #suppliers .hf1718-supplier-info h3{font-size:13.3px!important}body[data-page-route="home"] #suppliers .hf1718-supplier-info p{font-size:10.5px!important}body[data-page-route="home"] #suppliers .hf1718-metrics{font-size:9.8px!important}body[data-page-route="home"] #suppliers .hf1718-contact{font-size:10px!important}}

/* ectip-hf17-20-mobile-tablet-fix */
/* HF17.20: tablet/mobile access restoration. Desktop remains unchanged. */
.home-mobile-toolbox{display:grid;gap:12px;margin:0 0 16px;padding:13px;border:1px solid #e9e3ef;border-radius:14px;background:#faf8fc}
.home-mobile-language-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;color:#5b5261;font-size:12px;font-weight:800}
.home-mobile-language{width:100%;height:42px;min-width:0;padding:0 34px 0 11px;border:1px solid #ddd5e6;border-radius:10px;background:#fff;color:#403848;font-size:12px;font-weight:700;outline:none}
.home-mobile-contact-box{display:grid;gap:9px;padding-top:2px}
.home-mobile-contact-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;min-width:0}.home-mobile-contact-head b{font-size:12px;color:#3d3544}.home-mobile-contact-head span{min-width:0;color:#8a8191;font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-mobile-contact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.home-mobile-contact-grid button{display:grid;place-items:center;gap:4px;min-width:0;min-height:55px;padding:7px 3px;border:1px solid #e7dff0;border-radius:10px;background:#fff;color:#6034c8;cursor:pointer}.home-mobile-contact-grid button span{font-size:16px;font-weight:900;line-height:1}.home-mobile-contact-grid button b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#51495a;font-size:9.5px}.home-mobile-contact-grid button:active{background:#f2edfb}
@media (min-width:641px) and (max-width:1100px){
 body[data-page-route="home"] .topbar{height:64px!important;grid-template-columns:104px minmax(220px,1fr) auto!important;grid-template-rows:64px!important;grid-template-areas:"brand search actions"!important;column-gap:10px!important;padding-inline:14px!important}
 body[data-page-route="home"] .platform-utility,body[data-page-route="home"] .nav{display:none!important}
 body[data-page-route="home"] .platform-search{display:flex!important;width:100%!important;min-width:0!important;height:40px!important}
 body[data-page-route="home"] .top-actions{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important}
 body[data-page-route="home"] .top-actions .role-switch,body[data-page-route="home"] .top-actions .login{display:none!important}
 body[data-page-route="home"] .top-actions .language{display:block!important;width:96px!important;min-width:96px!important;height:40px!important;padding:0 26px 0 8px!important;font-size:10.5px!important}
 body[data-page-route="home"] .mobile-trigger{display:block!important;width:42px!important;height:40px!important;flex:0 0 42px!important;border:1px solid #ded5e7!important;border-radius:10px!important;background:#fff!important;color:#5e34c8!important;font-size:20px!important}
}
@media (max-width:640px){
 body[data-page-route="home"] .top-actions .language{display:none!important}
 .home-mobile-panel{width:min(360px,92vw);padding:15px 14px calc(20px + env(safe-area-inset-bottom))}
 .home-mobile-head{margin-bottom:12px}.home-mobile-toolbox{margin-bottom:13px;padding:11px}.home-mobile-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-mobile-contact-grid button{min-height:50px}
 .home-mobile-links{gap:7px}.home-mobile-links button{min-height:44px;font-size:12px}
 #homeContactChannels{display:flex!important;visibility:visible!important;opacity:1!important;z-index:110!important;right:10px!important;bottom:calc(72px + env(safe-area-inset-bottom))!important}
 #homeContactToggle{display:flex!important;min-width:96px!important;height:42px!important;padding-inline:10px!important}
}
@media (min-width:641px) and (max-width:1100px){#homeContactChannels{display:flex!important;visibility:visible!important;opacity:1!important;z-index:110!important;right:14px!important;bottom:24px!important}}
body.home-locale-ar .home-mobile-panel{right:auto;left:0}.home-locale-ar .home-mobile-language-row,.home-locale-ar .home-mobile-contact-head{direction:rtl}.home-locale-ar .home-mobile-links button{text-align:right}.home-locale-ar .home-mobile-contact-grid button{direction:rtl}

/* ectip-hf17-21-responsive-complete */
/* HF17.21: keep language control on the homepage header at every viewport.
   The drawer is navigation/contact only. Existing routes and business actions are untouched. */
@media (max-width:640px){
  body[data-page-route="home"] .topbar{
    height:64px!important;
    grid-template-columns:72px minmax(0,1fr) auto!important;
    grid-template-rows:64px!important;
    grid-template-areas:"brand search actions"!important;
    column-gap:6px!important;
    padding-inline:8px!important;
  }
  body[data-page-route="home"] .brand{width:70px!important;min-width:70px!important;height:54px!important}
  body[data-page-route="home"] .brand img{width:68px!important;max-width:68px!important}
  body[data-page-route="home"] .platform-search{height:38px!important;min-width:0!important}
  body[data-page-route="home"] .platform-search input{min-width:0!important;padding-inline:8px!important;font-size:10.5px!important}
  body[data-page-route="home"] .platform-search button{width:44px!important;min-width:44px!important;padding:0!important;font-size:10px!important}
  body[data-page-route="home"] .top-actions{display:flex!important;align-items:center!important;gap:4px!important;min-width:0!important}
  body[data-page-route="home"] .top-actions .role-switch,
  body[data-page-route="home"] .top-actions .login{display:none!important}
  body[data-page-route="home"] .top-actions .language{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:76px!important;
    min-width:76px!important;
    max-width:76px!important;
    height:38px!important;
    margin:0!important;
    padding:0 20px 0 6px!important;
    border:1px solid #ded5e7!important;
    border-radius:9px!important;
    background:#fff!important;
    color:#4d4454!important;
    font-size:9.8px!important;
    font-weight:720!important;
  }
  body[data-page-route="home"] .mobile-trigger{
    display:block!important;
    width:36px!important;min-width:36px!important;height:38px!important;flex:0 0 36px!important;
    margin:0!important;padding:0!important;
  }
  .home-mobile-toolbox{padding-top:11px!important}
  .home-mobile-contact-box{padding-top:0!important}
}
@media (max-width:374px){
  body[data-page-route="home"] .topbar{grid-template-columns:64px minmax(0,1fr) auto!important;padding-inline:6px!important;column-gap:4px!important}
  body[data-page-route="home"] .brand{width:62px!important;min-width:62px!important}
  body[data-page-route="home"] .brand img{width:60px!important;max-width:60px!important}
  body[data-page-route="home"] .top-actions .language{width:70px!important;min-width:70px!important;max-width:70px!important;font-size:9.2px!important;padding-right:17px!important}
  body[data-page-route="home"] .mobile-trigger{width:34px!important;min-width:34px!important;flex-basis:34px!important}
  body[data-page-route="home"] .platform-search button{width:40px!important;min-width:40px!important;font-size:9px!important}
}
@media (min-width:641px) and (max-width:1100px){
  body[data-page-route="home"] .top-actions .language{
    display:block!important;visibility:visible!important;opacity:1!important;
  }
}
/* Long-language density: keep the homepage header compact without hiding language access. */
@media(max-width:1100px){
  body.shell-non-zh[data-page-route="home"] .top-actions .language{font-size:9.5px!important}
}
body.home-locale-ar[data-page-route="home"] .top-actions .language{direction:rtl!important;padding-left:20px!important;padding-right:6px!important}

/* HF17.25/HF17.26 mobile-first performance and media integrity authority. */
body[data-page-route="home"] .hero-stage,
body[data-page-route="home"] .hero-stage.hf172-await-managed,
body[data-page-route="home"] .hero-stage.hf173-media-boot-pending,
body[data-page-route="home"] .hero-stage.hf173-media-boot-pending .b35-hero-video-stack,
body[data-page-route="home"] .b35-hero-video{background-color:transparent!important}
body[data-page-route="home"] #products .hf1714-product-photo,
body[data-page-route="home"] #products .hf1714-media-frame{background:#f7f7f9!important}
body[data-page-route="home"] #products .hf1714-product-photo img{
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
  object-fit:contain!important;object-position:center center!important;padding:9px!important;background:#f7f7f9!important
}
body[data-page-route="home"] #products .hf1714-product-list{min-width:0!important;overflow:hidden!important}
body[data-page-route="home"] #products .hf1714-product-card{min-width:0!important;overflow:hidden!important}
body[data-page-route="home"] #products .hf1714-category-rail{min-width:0!important;overflow:hidden!important;padding-inline:18px!important}
#homeContactChannels{right:max(12px,env(safe-area-inset-right))!important;bottom:calc(18px + env(safe-area-inset-bottom))!important}
@media(max-width:640px){
  #homeContactChannels{right:max(10px,env(safe-area-inset-right))!important;bottom:calc(74px + env(safe-area-inset-bottom))!important}
  body[data-page-route="home"] #products .hf1714-category-rail{padding-inline:14px!important}
}

/* hf1724-final-hitbox-and-hero-geometry */
/* Final authority: geometry/hit-area corrections only; visual language and page structure are unchanged. */
body[data-page-route="home"] .hero-stage{isolation:isolate}
body[data-page-route="home"] .b35-hero-video-stack,
body[data-page-route="home"] .hero-shade,
body[data-page-route="home"] .trade-flow,
body[data-page-route="home"] .hero-scene-label{pointer-events:none!important}
body[data-page-route="home"] .hero-content,
body[data-page-route="home"] .hero-live-ribbon,
body[data-page-route="home"] .hero-arrow{pointer-events:auto!important}
body[data-page-route="home"] .hero-content{z-index:6!important}
body[data-page-route="home"] .hero-live-ribbon,
body[data-page-route="home"] .hero-arrow{z-index:9!important}
body[data-page-route="home"] .hero-controls{right:auto!important}
body[data-page-route="home"] .hero-actions .btn{position:relative;z-index:1}
@media(max-width:640px){
  body[data-page-route="home"] .hero-stage{height:560px!important}
  body[data-page-route="home"] .hero-content{width:100%!important;padding:82px 18px 118px!important}
  body[data-page-route="home"] .hero-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;flex-wrap:nowrap!important}
  body[data-page-route="home"] .hero-actions .btn{width:100%!important;min-width:0!important;min-height:44px!important;flex:none!important;padding-inline:10px!important}
  body[data-page-route="home"] .hero-live-ribbon{left:18px!important;right:116px!important;bottom:16px!important;width:auto!important;min-width:0!important;min-height:52px!important;margin:0!important;transform:none!important}
  body[data-page-route="home"] .hero-arrow{bottom:23px!important;width:40px!important;height:40px!important;transform:none!important}
  body[data-page-route="home"] .hero-prev{left:auto!important;right:66px!important}
  body[data-page-route="home"] .hero-next{right:18px!important}
  body[data-page-route="home"] .hero-controls{display:none!important;left:auto!important;right:auto!important;transform:none!important}
  body[data-page-route="home"] .mobile-trigger{width:44px!important;min-width:44px!important;height:44px!important;flex:0 0 44px!important;position:relative!important;z-index:64!important}
  body[data-page-route="home"] .home-mobile-links button,
  body[data-page-route="home"] .home-mobile-contact-grid button{min-height:44px!important}
}
@media(max-width:374px){
  body[data-page-route="home"] .hero-content{padding-inline:14px!important}
  body[data-page-route="home"] .hero-live-ribbon{left:14px!important;right:110px!important}
  body[data-page-route="home"] .hero-prev{right:62px!important}
  body[data-page-route="home"] .hero-next{right:14px!important}
  body[data-page-route="home"] .mobile-trigger{width:42px!important;min-width:42px!important;flex-basis:42px!important}
}


/* HF17.26 mobile readability authority — typography only; layout/branding unchanged. */
@media(max-width:640px){
 body[data-page-route="home"] #products .hf1714-product-card :is(.hf1714-product-meta,.hf1714-product-company,.hf1714-product-moq,.hf1714-product-lead),
 body[data-page-route="home"] #suppliers :is(.hf1718-verified,.hf1718-location,.hf1718-main-label,.hf1718-metrics,.hf1718-view,.hf1718-contact),
 body[data-page-route="home"] :is(.rfq-item small,.rfq-item em,.data-head,.buyer small,.qty,.deadline,.match,.link-btn){font-size:max(11px,1em)!important;line-height:1.35!important}
 body[data-page-route="home"] #suppliers .hf1718-supplier-info p{font-size:11.5px!important}
 body[data-page-route="home"] #suppliers .hf1718-trust-strip small{font-size:11px!important}
}
