:root{--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--panel:#fff;--soft:#f8fafc;--brand:#0e7c5f;--brand-2:#0d9488;--brand-light:#ecfdf5;--gold:#d97706;--gold-soft:#fef3c7;--danger:#dc2626;--info:#2563eb;--surface:#f1f5f9;--surface-strong:#e2e8f0;--brand-dark:#064e3b;--radius-sm:6px;--radius:10px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 3px #0f172a0f,0 1px 2px #0f172a0a;--shadow-md:0 4px 12px #0f172a14,0 2px 4px #0f172a0a;--shadow-lg:0 12px 32px #0f172a1a,0 4px 8px #0f172a0a;--shadow-xl:0 20px 48px #0f172a1f,0 8px 16px #0f172a0f;--transition:.2s cubic-bezier(.4,0,.2,1);--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}*{box-sizing:border-box}body{color:var(--ink);background:var(--soft);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100vw;margin:0;line-height:1.6;overflow-x:hidden}img,video,iframe,table{max-width:100%;height:auto}input,textarea,select,button{max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.site-shell{min-height:100vh}.topbar{z-index:100;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px)saturate(180%);background:#ffffffeb;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:24px;width:min(1280px,100% - 48px);min-height:64px;margin:0 auto;display:flex}.brand{color:var(--brand);letter-spacing:-.01em;white-space:nowrap;align-items:center;gap:10px;font-size:22px;font-weight:800;text-decoration:none;display:flex}.brand:hover{opacity:.9}.brand span{background:linear-gradient(135deg,var(--brand),#0a6b52);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.footer-brand span{background:linear-gradient(135deg,var(--brand),#0a6b52);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700}.hero-brand-lockup span{color:#fff;text-shadow:0 2px 8px #0000004d;font-size:28px;font-weight:800}.brand-mark{border-radius:var(--radius-sm);color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-2));place-items:center;width:36px;height:36px;display:grid}.brand-logo{border-radius:var(--radius-sm);object-fit:contain;background:#fff;width:40px;height:40px}.nav-links{color:var(--muted);align-items:center;gap:24px;font-size:14px;font-weight:500;display:flex}.nav-links a{transition:color var(--transition);padding:6px 2px;position:relative}.nav-links a:after{content:"";background:var(--brand);transform-origin:0;height:2px;transition:transform var(--transition);border-radius:999px;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav-links a:hover{color:var(--ink)}.nav-links a:hover:after{transform:scaleX(1)}.nav-actions{align-items:center;gap:10px;display:flex}.ghost-btn,.solid-btn,.icon-btn,.language-select,.language-trigger{border-radius:var(--radius-sm);border:1px solid var(--line);cursor:pointer;background:#fff;height:40px;font-size:14px;font-weight:600}.ghost-btn{color:var(--ink);transition:all var(--transition);justify-content:center;align-items:center;padding:0 16px;display:inline-flex}.ghost-btn:hover{border-color:var(--brand);color:var(--brand);box-shadow:var(--shadow-sm)}.solid-btn{color:#fff;border-color:var(--brand);background:var(--brand);border-radius:var(--radius);transition:all var(--transition);justify-content:center;align-items:center;padding:0 20px;font-weight:700;display:inline-flex}.solid-btn:hover{background:var(--brand-dark);border-color:var(--brand-dark);transform:translateY(-1px);box-shadow:0 4px 14px #0e7c5f4d}.solid-btn:active{transform:translateY(0)}.language-select{min-width:96px;color:var(--ink);text-align:left;padding:0 28px 0 10px}.language-menu{flex:none;position:relative}.language-trigger{min-width:96px;color:var(--ink);justify-content:center;align-items:center;gap:7px;padding:0 10px;display:inline-flex}.language-caret{color:var(--muted);font-size:10px;line-height:1}.language-options{border:1px solid var(--line);border-radius:var(--radius-sm);min-width:112px;box-shadow:var(--shadow-md);z-index:140;background:#fff;padding:4px;position:absolute;top:calc(100% + 4px);right:0}.language-options button{width:100%;min-height:32px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:8px;padding:6px 8px;display:flex}.language-options button:hover{background:var(--brand-light)}.flag-icon{object-fit:cover;vertical-align:-1px;border-radius:2px;flex:0 0 18px;width:18px;height:12px;display:inline-block;box-shadow:inset 0 0 0 1px #0f172a1f}.language-select:focus,.language-trigger:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;box-shadow:0 0 0 3px #0e7c5f26}.icon-btn{width:40px;display:none}.hero{color:var(--ink);background:linear-gradient(135deg,#ecfdf5,#f0fdfa)}.hero-inner{text-align:center;align-content:center;justify-items:center;gap:26px;width:min(1200px,100% - 32px);min-height:400px;margin:0 auto;padding:42px 0;display:grid}.hero h1{letter-spacing:-.03em;max-width:760px;margin:0;font-size:clamp(34px,5vw,56px);font-weight:800;line-height:1.08}.hero p{max-width:680px;color:var(--muted);margin:0;font-size:18px;line-height:1.7}.search-panel{justify-items:center;gap:12px;width:min(720px,100%);display:grid}.search-row{grid-template-columns:1fr auto;gap:10px;width:min(600px,100%);display:grid}.search-row input{border:1px solid var(--line);border-radius:var(--radius);height:52px;transition:all var(--transition);padding:0 18px;font-size:15px}.search-row input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #0e7c5f1a}.filters{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.filter-chip{color:var(--ink);border:1px solid var(--line);cursor:pointer;transition:all var(--transition);background:#ffffffeb;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;display:inline-flex}.filter-chip:hover{border-color:var(--brand);background:var(--brand-light)}.filter-chip input{accent-color:var(--brand)}.filter-chip--sv{color:#b45309;background:#d9770614;border-color:#d9770640;font-weight:600}.filter-chip--sv:hover{background:#d9770626;border-color:#d97706}.filter-chip--sv input{accent-color:#d97706}.section{width:min(1280px,100% - 48px);margin:0 auto;padding:48px 0}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;display:flex}.section-head>div:first-child{text-align:left}.section-head:has(.sort-tabs)>div:first-child{text-align:left}.section-kicker{color:var(--brand);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800;display:inline-block;position:relative}.section-kicker:after{content:"";background:linear-gradient(90deg,var(--brand),var(--brand-2));border-radius:2px;width:32px;height:3px;position:absolute;bottom:-4px;left:0}.section-head h2{letter-spacing:-.02em;margin:0;font-size:28px;font-weight:800}.section-title-block{flex-direction:column;align-items:flex-start;gap:0;display:flex}.section-subtitle{color:var(--muted);text-align:left;max-width:540px;margin:8px 0 0;font-size:15px;line-height:1.6}.video-section .section-title-block,.product-library-head .section-title-block{align-items:flex-start}.product-library-head .section-subtitle{text-align:left}.section-head p{color:var(--muted);margin:6px 0 0;font-size:15px}.home-section .section-head h2{background:linear-gradient(135deg,var(--ink),var(--brand));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:32px}.video-section .section-head h2{font-size:32px}.sort-tabs{background:var(--surface);border-radius:var(--radius);gap:6px;padding:4px;display:flex}.sort-tabs button{border-radius:var(--radius-sm);cursor:pointer;color:var(--muted);transition:all var(--transition);background:0 0;border:none;padding:8px 14px;font-size:13px;font-weight:600}.sort-tabs button.active{color:#fff;background:var(--brand);box-shadow:var(--shadow-sm)}.sort-tabs button:hover:not(.active){color:var(--ink);background:#fff}.grid-3,.grid-4,.grid-2{gap:20px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--shadow-sm);transition:all var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);border-color:#cbd5e1;transform:translateY(-4px)}.product-image,.video-thumb,.factory-hero-image{object-fit:cover;background:linear-gradient(135deg,#f1f5f9,#f8fafc);width:100%;transition:transform .4s}.card:hover .product-image{transform:scale(1.03)}.product-image{aspect-ratio:4/3}.video-thumb{aspect-ratio:16/9}.card-body{padding:18px}.card h3{letter-spacing:-.01em;margin:0 0 8px;font-size:16px;font-weight:700;line-height:1.4}.meta{color:var(--muted);font-size:13px}.badge-line{flex-wrap:wrap;gap:6px;margin:10px 0;display:flex}.badge{color:#155e4f;letter-spacing:.02em;background:#ecfdf5;border-radius:999px;align-items:center;height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.sv-badge{color:#92400e;background:var(--gold-soft)}.card-actions{gap:8px;margin-top:14px;display:flex}.small-btn{border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;min-height:34px;transition:all var(--transition);background:#fff;justify-content:center;align-items:center;padding:7px 14px;font-size:13px;font-weight:600;display:inline-flex}.small-btn:hover{border-color:var(--brand);color:var(--brand)}.small-btn.primary{color:#fff;border-color:var(--brand);background:var(--brand)}.small-btn.primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.split{grid-template-columns:1.3fr .7fr;align-items:start;gap:24px;display:grid}.panel{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:24px}.panel p{line-height:1.7}.elevated-panel{box-shadow:var(--shadow-lg)}.factory-title{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.factory-title h1{margin:0;font-size:32px}.factory-hero-image{aspect-ratio:16/7;border-radius:var(--radius-lg)}.kv-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0;display:grid}.kv{border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:14px}.kv strong{color:var(--brand);margin-bottom:4px;display:block}.audit-list{gap:10px;display:grid}.audit-item{border-left:3px solid var(--brand);border-radius:0 var(--radius-sm)var(--radius-sm)0;background:var(--brand-light);padding:14px}.form-grid{gap:14px;display:grid}.form-grid input,.form-grid textarea,.form-grid select{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;min-height:44px;transition:all var(--transition);background:#fff;padding:11px 14px;font-size:14px}.form-grid input:hover,.form-grid textarea:hover,.form-grid select:hover{border-color:#cbd5e1}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus,.login-card input:focus,.login-card select:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #0e7c5f1a}.form-grid textarea{resize:vertical;min-height:96px}.form-field label{color:var(--muted);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.locked{color:var(--danger);border-radius:var(--radius);background:#fef2f2;border:1px solid #fecaca;padding:12px}.inline-notice{border-radius:var(--radius);background:var(--brand-light);color:var(--brand-dark);border:1px solid #bbf7d0;margin-top:14px;padding:12px 16px;font-size:14px;line-height:1.5}.dashboard{background:#f4f6f9;grid-template-columns:260px minmax(0,1fr);min-height:calc(100vh - 64px);display:grid}.side-menu{background:#fff;border-right:1px solid #e8eaed;padding:0}.side-profile{text-align:center;border-bottom:1px solid #f0f0f0;flex-direction:column;align-items:center;gap:6px;padding:28px 20px 22px;display:flex}.side-profile strong{color:#111827;font-size:15px;font-weight:700}.side-profile span{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;overflow:hidden}.side-menu a,.side-menu button{text-align:left;color:#4b5563;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:calc(100% - 16px);margin:2px 8px;padding:10px 14px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.side-menu a:hover,.side-menu button:hover{color:#111827;background:#f3f4f6}.side-menu a.active,.side-menu button.active{color:#0e7c5f;background:#e8f5f1;font-weight:700}.login-shell-v2{background:var(--soft);min-height:100vh}.login-shell-v2 .login-topbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#fffffff2}.login-v2-layout{flex-direction:column;justify-content:center;align-items:center;gap:28px;min-height:calc(100vh - 64px);padding:32px 20px 48px;display:flex}.login-v2-brand{flex-direction:column;align-items:center;gap:6px;display:flex}.login-v2-logo{border-radius:var(--radius);width:52px;height:52px;box-shadow:var(--shadow-sm);background:#fff}.login-v2-sitename{letter-spacing:-.02em;color:var(--ink);font-size:22px;font-weight:800}.login-v2-tagline{color:var(--muted);text-align:center;margin:4px 0 0;font-size:14px}.login-v2-card{border:1px solid var(--line);border-radius:var(--radius-xl);width:min(420px,100%);box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;gap:18px;padding:32px;display:flex}.login-v2-card h1{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.login-v2-desc{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.login-role-badges{justify-content:center;gap:10px;margin-top:14px;display:flex}.login-role-badges span{color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:600}.login-v2-choices{flex-direction:column;gap:12px;display:flex}.login-v2-choice{border:1px solid var(--line);border-radius:var(--radius-lg);text-align:left;cursor:pointer;width:100%;transition:all var(--transition);background:#fff;align-items:flex-start;gap:14px;padding:18px;display:flex}.login-v2-choice:hover{border-color:var(--brand);box-shadow:var(--shadow-md);transform:translateY(-1px)}.login-v2-choice-icon{border-radius:var(--radius);background:var(--brand-light);width:44px;height:44px;color:var(--brand);flex-shrink:0;justify-content:center;align-items:center;display:flex}.login-v2-choice strong{color:var(--ink);margin-bottom:4px;font-size:15px;display:block}.login-v2-choice span{color:var(--muted);font-size:13px;line-height:1.5}.login-v2-tabs{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.login-v2-tabs button{border-radius:var(--radius-sm);min-height:38px;color:var(--muted);cursor:pointer;transition:all var(--transition);background:0 0;border:0;font-size:14px;font-weight:700}.login-v2-tabs button.active{color:#fff;background:var(--brand);box-shadow:var(--shadow-sm)}.login-v2-fields{flex-direction:column;gap:12px;display:flex}.login-v2-fields input{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;min-height:46px;transition:all var(--transition);background:#fff;outline:none;padding:0 14px;font-size:14px}.login-v2-fields input:hover{border-color:#cbd5e1}.login-v2-fields input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #0e7c5f1a}.login-v2-fields .login-v2-select{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;min-height:46px;transition:all var(--transition);cursor:pointer;appearance:auto;color:#374151;background:#fff;outline:none;padding:0 14px;font-size:14px}.login-v2-fields .login-v2-select option[disabled]{color:#9ca3af}.login-v2-fields .login-v2-select:hover{border-color:#cbd5e1}.login-v2-fields .login-v2-select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #0e7c5f1a}.login-v2-code-row{grid-template-columns:1fr 120px;gap:8px;display:grid}.login-v2-code-btn{border:1px solid var(--brand);border-radius:var(--radius-sm);background:var(--brand-light);height:46px;color:var(--brand);cursor:pointer;white-space:nowrap;transition:all var(--transition);font-size:13px;font-weight:700}.login-v2-code-btn:hover:not(:disabled){background:var(--brand);color:#fff}.login-v2-code-btn:disabled{opacity:.5;cursor:not-allowed}.login-v2-notice{border-radius:var(--radius-sm);color:var(--danger);background:#fef2f2;border:1px solid #fecaca;padding:10px 14px;font-size:13px;line-height:1.5}.login-v2-notice:not(.error){background:var(--brand-light);color:var(--brand-dark);border-color:#a7f3d0}.login-v2-submit{border-radius:var(--radius);background:var(--brand);color:#fff;cursor:pointer;width:100%;min-height:48px;transition:all var(--transition);border:0;font-size:16px;font-weight:700}.login-v2-submit:hover{background:var(--brand-dark)}.login-v2-submit:active{transform:scale(.98)}.login-v2-switch{text-align:center;color:var(--muted);font-size:14px}.login-v2-switch button{color:var(--brand);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.login-v2-switch button:hover{text-decoration:underline}.login-v2-link{width:100%;color:var(--brand);cursor:pointer;text-align:center;transition:all var(--transition);background:0 0;border:0;padding:10px;font-size:14px;font-weight:600;display:block}.login-v2-link:hover{background:var(--brand-light);border-radius:var(--radius-sm)}.login-v2-trust{border-top:1px solid var(--line);justify-content:center;gap:18px;padding-top:10px;display:flex}.login-v2-trust span{color:var(--muted);align-items:center;gap:4px;font-size:12px;font-weight:500;display:inline-flex}.login-v2-trust svg{color:var(--brand)}.auth-page{grid-template-columns:minmax(0,.9fr) minmax(360px,520px);place-items:center stretch;gap:36px;width:min(1180px,100% - 48px);min-height:calc(100vh - 64px);margin:0 auto;padding:24px;display:grid}.auth-aside{color:#fff;border-radius:var(--radius-xl);min-height:480px;box-shadow:var(--shadow-xl);background:linear-gradient(135deg,#064e3beb,#0e7c5fc7),url(/img/warehouse-hero-wide.jpg) 50%/cover;flex-direction:column;justify-content:flex-end;padding:42px;display:flex}.auth-aside h1{letter-spacing:-.02em;max-width:520px;margin:0;font-size:clamp(28px,4vw,42px);line-height:1.15}.auth-aside p:not(.section-kicker){color:#ffffffd9;max-width:520px;margin:18px 0 0;line-height:1.75}.login-aside-metrics{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px;display:grid}.login-aside-metrics span{border-radius:var(--radius);color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;gap:4px;min-height:74px;padding:14px;font-size:13px;display:grid}.login-aside-metrics strong{color:#fff;font-size:18px}.factory-apply-aside{min-height:480px}.login-card{border:1px solid var(--line);border-radius:var(--radius-xl);width:min(440px,100%);box-shadow:var(--shadow-xl);background:#fff;gap:14px;padding:32px;display:grid}.login-card.auth-card{width:100%}.login-card.auth-card.wide-card{width:min(680px,100%)}.login-card h1{letter-spacing:-.02em;margin:0;font-size:28px;font-weight:800}.login-card p{color:var(--muted);margin:0;line-height:1.65}.login-card input,.login-card select{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;min-height:48px;transition:all var(--transition);background:#fff;padding:0 14px;font-size:14px}.login-card input:hover,.login-card select:hover{border-color:#cbd5e1}.login-brand{margin-bottom:6px}.code-row{grid-template-columns:1fr 122px;gap:8px;display:grid}.code-row .ghost-btn{width:100%;padding:0 10px}.auth-submit{border-radius:var(--radius);width:100%;min-height:48px;margin-top:2px;font-size:16px}.auth-switch{color:var(--muted);text-align:center;font-size:14px}.auth-switch a{color:var(--brand);font-weight:700}@media (max-width:768px){.login-v2-layout{padding:24px 16px 40px}.login-v2-card{padding:24px}}@media (max-width:560px){.login-v2-layout{gap:20px;padding:16px 12px 32px}.login-v2-card{gap:14px;padding:20px}.login-v2-card h1{font-size:20px}.login-v2-choice{padding:14px}.login-v2-trust{gap:10px}.auth-page{padding:12px}.login-aside-metrics{grid-template-columns:1fr}}@media (max-width:900px){.auth-page{grid-template-columns:1fr;max-width:520px}.auth-aside{min-height:240px}.factory-apply-aside{min-height:200px}}.two-col-form{grid-template-columns:repeat(2,minmax(0,1fr))}.full-field{grid-column:1/-1}.error-notice{color:var(--danger);background:#fef2f2;border:1px solid #fecaca}.dash-main{min-width:0;padding:36px 40px}.dash-head{margin-bottom:28px}.dash-head .section-kicker{letter-spacing:1.5px;color:#0e7c5f;text-transform:uppercase;margin:0;font-size:11px;font-weight:700}.dash-head h1{color:#111827;letter-spacing:-.02em;margin:6px 0 0;font-size:26px;font-weight:800}.dash-head p{color:#6b7280;margin:8px 0 0;font-size:14px}.buyer-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.buyer-stat{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:16px;padding:20px 22px;transition:box-shadow .15s;display:flex}.buyer-stat:hover{box-shadow:0 2px 8px #00000014}.buyer-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.buyer-stat-icon.svg-heart{color:#e91e63;background:#fce4ec}.buyer-stat-icon.svg-clipboard{color:#1976d2;background:#e3f2fd}.buyer-stat-icon.svg-message{color:#388e3c;background:#e8f5e9}.buyer-stat-icon.svg-bell{color:#f57c00;background:#fff3e0}.buyer-stat-label{color:#6b7280;margin-bottom:2px;font-size:13px}.buyer-stat-value{color:#111827;font-size:24px;font-weight:700}.coupon-empty{text-align:center;color:#6b7280;padding:32px}.coupon-empty p{margin:0}.coupon-empty p+p{margin-top:6px;font-size:13px}.coupon-list{gap:8px;padding:4px;display:grid}.coupon-item{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;display:flex}.coupon-value{color:#0e7c5f;margin-left:8px;font-weight:700}.coupon-min{color:#6b7280;margin-left:8px;font-size:12px}.coupon-expire{color:#9ca3af;font-size:12px}.dash-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:20px;padding:24px;box-shadow:0 1px 2px #0000000a}.dash-panel h2,.panel h2{color:#111827;margin:0 0 20px;font-size:17px;font-weight:700}.dash-order-summary{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.dash-order-stat{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:20px 16px;transition:box-shadow .15s}.dash-order-stat:hover{box-shadow:0 2px 8px #0000000f}.dash-order-stat__num{color:#0e7c5f;margin-bottom:4px;font-size:30px;font-weight:800;display:block}.dash-order-stat__label{color:#6b7280;font-size:13px}.profile-form{max-width:420px}.profile-form div{margin-bottom:12px}.profile-form input{border:1.5px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .15s;display:block}.profile-form input:focus{border-color:#0e7c5f}.profile-form input:disabled{color:#9ca3af;background:#f3f4f6}.rfq-page{gap:20px;display:grid}.rfq-hero{justify-content:space-between;align-items:flex-end;gap:20px;padding:4px 0 2px;display:flex}.rfq-hero h2{color:#111827;letter-spacing:0;margin:6px 0;font-size:28px;font-weight:800;line-height:1.2}.rfq-hero p{color:#6b7280;margin:0;font-size:14px}.rfq-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:18px;display:grid}.rfq-form-panel,.rfq-completeness-panel,.rfq-history-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #0f172a0a}.rfq-form-panel{min-width:0;padding:0}.rfq-section{border-bottom:1px solid #edf0f3;padding:22px 24px}.rfq-section:last-of-type{border-bottom:0}.rfq-section h3,.rfq-history-panel h3,.rfq-completeness-panel h3{color:#111827;letter-spacing:0;margin:0 0 18px;font-size:16px;font-weight:800}.rfq-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.rfq-field{gap:7px;min-width:0;margin-bottom:14px;display:grid}.rfq-field:last-child{margin-bottom:0}.rfq-field label{color:#374151;font-size:13px;font-weight:700}.rfq-field label span{color:#dc2626}.rfq-field input,.rfq-field select,.rfq-field textarea{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:4px;outline:none;width:100%;min-height:42px;padding:10px 12px;font-size:14px;line-height:1.4;transition:border-color .15s,box-shadow .15s}.rfq-field textarea{resize:vertical;min-height:132px}.rfq-field input:focus,.rfq-field select:focus,.rfq-field textarea:focus{border-color:#0e7c5f;box-shadow:0 0 0 3px #0e7c5f1f}.rfq-inline{grid-template-columns:minmax(0,1fr) 112px;align-items:center;gap:8px;display:grid}.rfq-currency-label{color:#374151;background:#f9fafb;border:1px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;min-height:42px;font-size:13px;font-weight:700;display:flex}.rfq-delivery{color:#4b5563;grid-template-columns:auto 110px auto;align-items:center;gap:8px;font-size:13px;display:grid}.rfq-upload-strip{cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;min-height:46px;padding:10px 12px;display:grid}.rfq-upload-strip input{display:none}.rfq-upload-strip span{color:#fff;background:#0e7c5f;border-radius:4px;justify-content:center;align-items:center;min-height:28px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.rfq-upload-strip strong{color:#111827;font-size:13px}.rfq-upload-strip em{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-style:normal;overflow:hidden}.rfq-submit-row{border-top:1px solid #edf0f3;justify-content:flex-start;padding:20px 24px 24px;display:flex}.rfq-submit-btn{border-radius:4px;min-width:160px}.rfq-completeness-panel{padding:20px;position:sticky;top:86px}.rfq-progress-ring{--rfq-progress:0%;background:conic-gradient(#0e7c5f var(--rfq-progress),#e5e7eb 0);border-radius:50%;place-items:center;width:132px;height:132px;margin:2px auto 18px;display:grid}.rfq-progress-ring>div{background:#fff;border-radius:50%;align-content:center;place-items:center;width:104px;height:104px;display:grid}.rfq-progress-ring strong{color:#111827;font-size:24px;line-height:1}.rfq-progress-ring span{color:#6b7280;margin-top:6px;font-size:12px}.rfq-completeness-panel ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.rfq-completeness-panel li{color:#4b5563;align-items:center;gap:8px;font-size:13px;display:flex}.rfq-completeness-panel li span{color:#b91c1c;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:800;display:inline-flex}.rfq-completeness-panel li.done span{color:#166534;background:#dcfce7}.rfq-history-panel{padding:22px 24px}.table-wrap{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.table{border-collapse:collapse;width:100%;font-size:13px}.table thead th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:11px 16px;font-size:12px;font-weight:600}.table tbody td{color:#374151;border-bottom:1px solid #f3f4f6;padding:12px 16px}.table tbody tr:last-child td{border-bottom:none}.table tbody tr td:only-child{text-align:center;color:#9ca3af;padding:32px 16px}.quote-contact-btn{color:#0e7c5f;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #0e7c5f;border-radius:6px;min-height:30px;padding:0 12px;font-size:12px;font-weight:800}.quote-contact-btn:hover{color:#fff;background:#0e7c5f}.buyer-inquiry-workspace{grid-template-columns:minmax(280px,.75fr) minmax(360px,1.25fr);gap:18px;display:grid}.buyer-inquiry-list{align-content:start;gap:8px;display:grid}.buyer-inquiry-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #eef2f7;border-radius:10px;gap:5px;width:100%;padding:12px 14px;display:grid;position:relative}.buyer-inquiry-item.active{background:#f0fdf4;border-color:#0e7c5f}.buyer-inquiry-item strong{color:#0f172a;font-size:13px}.buyer-inquiry-item span{color:#6b7280;font-size:12px;line-height:1.45}.buyer-inquiry-item small{color:#94a3b8;font-size:11px}.buyer-inquiry-item em{color:#166534;background:#dcfce7;border-radius:5px;padding:2px 6px;font-size:11px;font-style:normal;position:absolute;top:10px;right:10px}.buyer-inquiry-detail{background:#fff;border:1px solid #e5e7eb;border-radius:12px;gap:12px;padding:16px;display:grid}.buyer-inquiry-detail-head{border-bottom:1px solid #eef2f7;justify-content:space-between;gap:12px;padding-bottom:12px;display:flex}.buyer-inquiry-detail-head h3{margin:0 0 4px;font-size:16px}.buyer-inquiry-detail-head p{color:#6b7280;margin:0;font-size:12px}.buyer-inquiry-detail-head span{color:#047857;white-space:nowrap;background:#ecfdf5;border-radius:6px;align-self:start;padding:3px 8px;font-size:12px;font-weight:800}.buyer-inquiry-requirement{color:#334155;white-space:pre-wrap;background:#f8fafc;border-radius:8px;padding:12px;font-size:13px;line-height:1.6}.buyer-inquiry-messages{gap:10px;max-height:260px;display:grid;overflow-y:auto}.buyer-inquiry-message{background:#ecfdf5;border-radius:10px;padding:10px 12px}.buyer-inquiry-message.from-buyer{background:#f8fafc}.buyer-inquiry-message strong{color:#0e7c5f;font-size:12px}.buyer-inquiry-message p{color:#334155;white-space:pre-wrap;margin:4px 0 0;font-size:13px;line-height:1.55}.buyer-inquiry-message small{color:#94a3b8;margin-top:5px;font-size:11px;display:block}.buyer-inquiry-empty{color:#94a3b8;text-align:center;margin:0;padding:22px 12px;font-size:13px}.buyer-inquiry-detail textarea{resize:vertical;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 12px}.buyer-inquiry-detail textarea:focus{border-color:#0e7c5f}.buyer-inquiry-detail .solid-btn{justify-content:center}.profile-form label{color:var(--muted);margin-bottom:6px;font-size:13px;font-weight:700;display:block}.table-wrap{overflow-x:auto}.table{border-collapse:collapse;border:1px solid var(--line);border-radius:var(--radius);background:#fff;width:100%;overflow:hidden}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:12px 16px}.table th{color:var(--muted);background:var(--soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.table tbody tr:hover{background:var(--brand-light)}.table-link{color:#0e7c5f;font-weight:700;text-decoration:none}.table-link:hover{text-decoration:underline}.table-link--strong{color:#0f172a}.factory-page{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:24px;display:grid}.factory-main{gap:18px;min-width:0;display:grid}.factory-page>.factory-main,.factory-page>.inquiry-panel{min-width:0}.factory-page .factory-title{justify-content:space-between;align-items:end}.factory-page .factory-title h1{font-size:clamp(28px,3vw,42px);line-height:1.12}.cert-line{margin:0;padding:2px 0 0}.inquiry-panel{box-shadow:var(--shadow-xl);position:sticky;top:80px}.inquiry-panel h2+.form-grid,.inquiry-panel .inline-notice+h2{margin-top:12px}.contact-list div{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--soft);gap:4px;padding:12px;display:grid}.factory-detail{background:#f9fafb;min-height:100vh}.fd-hero{background:#fff;border-bottom:1px solid #e5e7eb;padding:32px 0}.fd-hero-inner{grid-template-columns:280px 1fr 260px;align-items:start;gap:28px;width:min(1280px,100% - 48px);margin:0 auto;display:grid}.fd-hero-img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:200px}.fd-hero-info h1{margin:0 0 4px;font-size:26px;font-weight:800;line-height:1.25}.fd-meta-row{color:#6b7280;flex-wrap:wrap;gap:16px;margin-top:10px;font-size:13px;display:flex}.fd-contact-card{border-radius:var(--radius-lg);background:#f0fdf4;border:1px solid #bbf7d0;padding:18px;font-size:14px}.fd-contact-card h4{margin:0 0 10px;font-size:15px}.fd-tabs-bar{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.fd-tabs-inner{gap:0;width:min(1280px,100% - 48px);margin:0 auto;display:flex}.fd-tab{color:#6b7280;cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-bottom:2px solid #0000;padding:14px 24px;font-size:14px;font-weight:600}.fd-tab:hover{color:var(--ink)}.fd-tab.active{color:var(--brand);border-bottom-color:var(--brand)}.fd-body{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:28px;width:min(1280px,100% - 48px);margin:24px auto 60px;display:grid}.fd-main-col{min-width:0}.fd-section{border-radius:var(--radius-lg);background:#fff;border:1px solid #e5e7eb;margin-bottom:0;padding:28px}.fd-section h2{border-bottom:1px solid #f0f0f0;margin:0 0 16px;padding-bottom:12px;font-size:18px}.fd-section h3{margin:0 0 8px;font-size:15px}.fd-info-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.fd-kv{background:#f9fafb;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:14px;display:flex}.fd-kv strong{color:#6b7280;font-weight:500}.fd-kv span{color:var(--ink);font-weight:600}.fd-cert-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.fd-cert-card{border-radius:var(--radius);transition:box-shadow var(--transition);background:#fff;border:1px solid #e5e7eb;overflow:hidden}.fd-cert-card:hover{box-shadow:var(--shadow-md)}.fd-cert-img{object-fit:cover;width:100%;height:160px}.fd-cert-placeholder{background:#f3f4f6;justify-content:center;align-items:center;width:100%;height:160px;font-size:40px;display:flex}.fd-cert-name{white-space:nowrap;text-overflow:ellipsis;padding:8px 12px;font-size:13px;font-weight:600;overflow:hidden}.fd-sidebar{position:sticky;top:60px}.fd-sidebar-section{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;border:1px solid #e5e7eb;padding:20px}.fd-sidebar-section h3{margin:0 0 14px;font-size:16px}.factory-inquiry-card{gap:14px;display:grid}.factory-inquiry-card label{color:var(--ink);gap:7px;font-size:13px;font-weight:700;display:grid}.factory-inquiry-card select{width:100%;height:42px;color:var(--ink);background:#fff;border:1px solid #dfe5ee;border-radius:6px;padding:0 12px;font-size:14px}.factory-inquiry-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.factory-inquiry-card .product-action{width:100%}.factory-product-card{flex-direction:column;display:flex;overflow:hidden}.factory-product-link{color:inherit;flex:1;text-decoration:none;display:block}.factory-product-actions{grid-template-columns:1fr 38px;gap:8px;padding:0 14px 14px;display:grid}.factory-product-actions .small-btn{min-width:0}@media (max-width:900px){.fd-hero-inner{grid-template-columns:1fr;gap:16px}.fd-hero-img{width:100%;height:200px}.fd-hero-info h1{font-size:22px}.fd-meta-row{gap:10px;font-size:12px}.fd-body{grid-template-columns:1fr;gap:16px}.fd-info-grid{grid-template-columns:1fr 1fr}.fd-section{padding:20px}.fd-sidebar{position:static}.fd-sidebar-section{box-shadow:var(--shadow-sm)}.fd-tabs-inner{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.fd-tabs-inner::-webkit-scrollbar{display:none}.fd-tab{white-space:nowrap;flex-shrink:0;padding:12px 16px;font-size:13px}}@media (max-width:500px){.fd-hero{padding:20px 0}.fd-hero-inner{gap:12px}.fd-hero-img{border-radius:10px;height:180px}.fd-hero-info h1{font-size:20px}.fd-contact-card{padding:14px;font-size:13px}.fd-info-grid{grid-template-columns:1fr;gap:8px}.fd-kv{padding:8px 12px;font-size:13px}.fd-section{border-radius:10px;padding:16px}.fd-section h2{margin:0 0 12px;padding-bottom:10px;font-size:16px}.fd-tab{padding:10px 14px;font-size:12px}.fd-cert-grid{grid-template-columns:1fr 1fr;gap:10px}.fd-cert-img,.fd-cert-placeholder{height:120px}.fd-body{width:min(1280px,100% - 24px);margin:16px auto 40px}.factory-inquiry-card select{height:44px;font-size:16px}.factory-inquiry-card .product-action{min-height:46px;font-size:15px}}.locked{gap:12px;display:grid}.locked p{margin:0}.contact-list strong{color:var(--muted);font-size:12px}.footer{background:var(--ink);color:#cbd5e1;border-top:1px solid #ffffff0d}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;width:min(1200px,100% - 32px);margin:0 auto;padding:48px 0 32px;display:grid}.footer h3{color:#fff;letter-spacing:.02em;margin:0 0 14px;font-size:14px;font-weight:700}.footer p{color:#94a3b8;margin:0;font-size:14px;line-height:1.7}.footer a{color:#94a3b8;transition:color var(--transition)}.footer a:hover{color:#fff}.about-hero{color:#fff;background:linear-gradient(90deg,#064e3be6,#064e3b59),url(/img/warehouse-hero-wide.jpg) 50%/cover;align-items:center;min-height:380px;display:grid}.about-hero-inner{width:min(1280px,100% - 48px);margin:0 auto;padding:80px 0}.eyebrow{color:#86efac;letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:800}.about-hero h1{letter-spacing:-.02em;max-width:760px;margin:0;font-size:clamp(32px,4.5vw,52px);line-height:1.1}.about-hero p{color:#d1fae5;max-width:680px;margin:20px 0 0;font-size:18px;line-height:1.7}.about-section{grid-template-columns:1.25fr .75fr;align-items:start;gap:28px;display:grid}.about-copy h2,.about-band h2{letter-spacing:-.02em;margin:0 0 12px;font-size:28px;font-weight:800}.about-copy p,.about-value p,.about-band p{color:var(--muted);line-height:1.8}.about-metrics{gap:12px;display:grid}.about-metrics div{border:1px solid var(--line);border-radius:var(--radius-lg);transition:all var(--transition);background:#fff;padding:20px}.about-metrics div:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.about-metrics strong{color:var(--brand);font-size:28px;font-weight:800;display:block}.about-metrics span{color:var(--muted)}.about-value h3{margin:0 0 8px;font-size:20px;font-weight:700}.about-features{gap:16px}.about-feature-card{text-align:center;padding:28px 20px}.about-feature-card h3{margin:14px 0 8px;font-size:17px;font-weight:700}.about-feature-card p{font-size:14px}.about-feature-icon{border-radius:var(--radius);background:var(--brand-light);width:52px;height:52px;color:var(--brand);place-items:center;margin:0 auto;display:grid}.about-band-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;display:flex}.about-band .ghost-btn{color:var(--brand)!important;border-color:var(--brand)!important;background:0 0!important}.about-band .ghost-btn:hover{background:var(--brand-light)!important}.about-band{background:linear-gradient(135deg,#0e7c5f0f,#d977060f),var(--soft)}.about-band>div{width:min(1280px,100% - 48px);margin:0 auto;padding:48px 0}.carousel{border-radius:var(--radius-xl);background:#000;width:100%;overflow:hidden}.carousel-inner{width:100%;max-height:400px;position:relative}.carousel-slide{display:none;position:relative}.carousel-slide.active{display:block}.carousel-slide img{object-fit:cover;width:100%;height:400px}.carousel-caption{color:#fff;background:linear-gradient(#0000,#000000b3);padding:24px;position:absolute;bottom:0;left:0;right:0}.carousel-caption h2{margin:0;font-size:24px}.carousel-dots{gap:8px;display:flex;position:absolute;bottom:16px;right:24px}.carousel-dots .dot{cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50%;width:10px;height:10px;padding:0}.carousel-dots .dot.active{background:#fff}.pagination{justify-content:center;align-items:center;gap:16px;padding:32px 0;display:flex}.pagination button{border:1px solid var(--line);color:var(--ink);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);background:#fff;padding:10px 18px;font-weight:600}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination button:not(:disabled):hover{border-color:var(--brand);color:var(--brand);box-shadow:var(--shadow-sm)}.pagination span{color:var(--muted);font-size:14px}.home-page{background:var(--soft)}.home-hero{isolation:isolate;color:#fff;background-image:linear-gradient(90deg,#064e3beb 0%,#064e3bb3 44%,#064e3b1f 100%),var(--hero-image);background-position:50%;background-size:cover;align-items:center;min-height:540px;display:grid;position:relative;overflow:hidden}.home-hero:after{content:"";z-index:-1;background:linear-gradient(transparent,var(--soft));height:120px;position:absolute;inset:auto 0 0}.home-hero-inner{width:min(1280px,100% - 48px);min-width:0;margin:0 auto;padding:72px 0 96px}.home-hero .eyebrow{color:#86efac}.home-hero h1{letter-spacing:-.03em;max-width:720px;margin:0 0 18px;font-size:clamp(36px,5vw,60px);font-weight:800;line-height:1.06}.home-hero .hero-copy{color:#d1fae5;max-width:600px;margin:0 0 28px;font-size:17px;line-height:1.7}.home-search{max-width:620px}.search-row{grid-template-columns:1fr auto;gap:10px;display:grid}.home-search .search-row input{border-radius:var(--radius);height:56px;box-shadow:var(--shadow-md);border:0;padding:0 20px;font-size:15px}.home-search .search-row .solid-btn{border-radius:var(--radius);height:56px;padding:0 28px;font-size:15px}.home-search .filters{margin-top:14px}.home-search .filter-chip{color:#d1fae5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff40}.home-search .filter-chip:hover{background:#fff3;border-color:#fff6}.trust-strip{color:#a7f3d0;gap:24px;margin-top:32px;font-size:13px;font-weight:600;display:flex}.trust-strip span{align-items:center;gap:6px;display:flex}.home-stats div{border-right:1px solid var(--line);gap:4px;padding:28px 32px;display:grid}.home-stats div:last-child{border-right:0}.home-stats strong{color:var(--brand);font-size:32px;font-weight:800}.home-stats span{color:var(--muted);font-size:14px;font-weight:500}.home-notice{width:min(1280px,100% - 48px);margin:16px auto 0}.home-product-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.product-card{flex-direction:column;height:100%;display:flex}.product-card .product-image-wrap{flex:none}.product-card .product-image{aspect-ratio:4/3;overflow:hidden}.product-card .card-body{flex-direction:column;flex:1;display:flex}.product-card .card-actions{margin-top:auto;padding-top:14px}.product-card-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.product-meta-row{color:var(--muted);justify-content:space-between;margin:8px 0 0;font-size:12px;display:flex}.product-card.compact h3{font-size:14px}.product-card.compact .card-actions{margin-top:auto;padding-top:8px}.product-card.compact .product-meta-row{display:none}.product-card.compact .card-actions{grid-template-columns:1fr 1fr 38px;gap:6px;display:grid}.product-card.compact .card-actions .small-btn{white-space:nowrap;min-width:0;padding-left:8px;padding-right:8px}.video-section{background:var(--surface)}.video-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.video-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition);background:#fff;overflow:hidden}.video-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.video-card .card-body{padding:16px}.product-library-head{align-items:center}.product-table-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.product-card.compact .card-body{padding:12px}@media (max-width:900px){.nav{min-height:56px;padding:0 4px}.nav-links{display:none}.icon-btn{justify-content:center;align-items:center;display:flex}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:clamp(28px,5vw,42px)}.home-hero{min-height:320px}.home-hero-inner{padding:32px 0 48px}.home-product-grid,.product-table-grid{grid-template-columns:repeat(2,1fr)}.video-grid,.about-section,.factory-page{grid-template-columns:1fr}.inquiry-panel{margin-top:16px;position:static}.dashboard{grid-template-columns:1fr}.side-menu{border-right:0;border-bottom:1px solid var(--line);-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:4px;padding:8px 12px;display:flex;overflow-x:auto}.side-menu::-webkit-scrollbar{display:none}.side-profile{display:none}.side-menu a,.side-menu button{white-space:nowrap;flex-shrink:0;padding:8px 14px;font-size:13px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:24px}.stat-row,.dash-order-summary{grid-template-columns:repeat(2,1fr)}.about-features{grid-template-columns:repeat(2,1fr)!important}.rfq-layout{grid-template-columns:1fr}.rfq-completeness-panel{order:-1;position:static}.rfq-grid-2{grid-template-columns:1fr}.brand{font-size:18px}.brand-logo{width:32px;height:32px}.brand-mark{width:30px;height:30px}.nav-actions{gap:6px}.ghost-btn,.solid-btn{height:36px;padding:0 12px;font-size:13px}.language-trigger{min-width:80px;font-size:13px}.section{padding:32px 0}.section-head h2{font-size:24px}.brand-logo-text{font-size:18px}}@media (max-width:560px){.grid-3,.grid-4,.grid-2,.home-product-grid,.video-grid,.product-table-grid{grid-template-columns:1fr}.home-hero h1{font-size:26px}.home-hero .hero-copy{font-size:14px}.home-hero .search-row{grid-template-columns:1fr;gap:8px}.home-hero .search-row .solid-btn{justify-content:center;width:100%}.home-stats{border-radius:12px;grid-template-columns:repeat(2,1fr);margin-top:-20px}.home-stats div{border-right:0;border-bottom:1px solid var(--line);padding:20px 16px}.home-stats div:nth-child(2n){border-right:none}.home-stats div:last-child{border-bottom:0}.home-stats strong{font-size:24px}.home-stats span{font-size:12px}.trust-strip{flex-direction:column;gap:8px;font-size:12px}.side-menu{grid-template-columns:1fr}.dash-main{padding:16px}.rfq-hero h2{font-size:22px}.rfq-section,.rfq-history-panel{padding:18px 14px}.rfq-submit-row{padding:16px 14px 18px}.rfq-inline{grid-template-columns:1fr}.rfq-delivery{grid-template-columns:1fr;align-items:stretch}.rfq-upload-strip{grid-template-columns:1fr auto}.rfq-upload-strip em{white-space:normal;grid-column:1/-1}.rfq-submit-btn{width:100%}.table th,.table td{padding:10px;font-size:13px}.stat-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:20px}.about-hero h1{font-size:28px}.about-hero p{font-size:15px}.about-hero-inner{padding:48px 0}.about-section{gap:16px}.about-copy h2,.about-band h2{font-size:22px}.about-band-actions{flex-direction:column}.about-band-actions .ghost-btn,.about-band-actions .solid-btn{justify-content:center;width:100%}.section{padding:28px 0}.section-head h2{font-size:22px}.section-head{flex-direction:column;align-items:flex-start;gap:12px}.choice-grid{grid-template-columns:1fr}.about-features{grid-template-columns:1fr!important}.dash-order-summary{grid-template-columns:1fr}.hero{min-height:auto}.hero-inner{gap:16px;min-height:auto;padding:28px 0}.hero p{font-size:15px}.search-row{grid-template-columns:1fr}.search-row .solid-btn{justify-content:center}.home-cta-inner{padding:40px 0}.home-cta h2{font-size:24px}.home-cta p{font-size:14px}.home-cta-actions{flex-direction:column;align-items:center}.home-cta .solid-btn,.home-cta .ghost-btn--light{justify-content:center;width:100%}.carousel-inner{max-height:240px}.carousel-slide img{height:240px}.kv-grid{grid-template-columns:1fr}.factory-title h1{font-size:24px}.brand-logo-text{font-size:17px}.brand-logo-sub{font-size:10px}}.cart-page,.checkout-page,.payment-page,.payment-result-page,.orders-page,.order-detail-page{background:var(--soft);min-height:100vh}.cart-main,.checkout-main,.payment-main,.payment-result-main,.orders-main,.order-detail-main{max-width:min(960px,100% - 48px);margin:0 auto;padding:32px 24px 80px}.cart-empty{text-align:center;color:var(--muted);padding:60px 0}.cart-empty .solid-btn{margin-top:16px}.cart-group{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:16px;overflow:hidden}.cart-group-header{background:var(--soft);border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:14px 18px;font-weight:600;display:flex}.cart-factory-name{font-size:15px;font-weight:700}.sv-badge-sm{background:var(--brand);color:#fff;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.cart-item{border-bottom:1px solid var(--line);align-items:center;gap:14px;padding:18px;display:flex}.cart-item:last-child{border-bottom:none}.cart-item__image{object-fit:cover;border-radius:var(--radius);flex-shrink:0;width:72px;height:72px}.cart-item__info{flex:1;min-width:0}.cart-item__name{white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-weight:600;overflow:hidden}.cart-item__sku{color:var(--muted);font-size:13px}.moq-tag{color:#92400e;background:#fef3c7;border-radius:999px;margin-left:4px;padding:2px 8px;font-size:11px;font-weight:600}.cart-item__qty{align-items:center;gap:6px;display:flex}.cart-item__qty button{border-radius:var(--radius-sm);border:1px solid var(--line);cursor:pointer;width:28px;height:28px;transition:all var(--transition);background:#fff;font-size:16px;line-height:1}.cart-item__qty button:hover{border-color:var(--brand);color:var(--brand)}.cart-item__qty span{text-align:center;min-width:28px;font-weight:700}.cart-item__price{text-align:right;min-width:80px}.cart-item__price .unit-price{color:var(--muted);font-size:13px}.cart-item__price .subtotal{color:var(--danger);font-weight:800}.cart-item__remove{color:var(--muted);cursor:pointer;transition:color var(--transition);background:0 0;border:none;padding:4px 8px;font-size:13px}.cart-item__remove:hover{color:var(--danger)}.cart-footer{z-index:10;border-top:1px solid var(--line);border-radius:var(--radius-xl)var(--radius-xl)0 0;background:#fff;justify-content:space-between;align-items:center;padding:18px 24px;display:flex;position:sticky;bottom:0;box-shadow:0 -4px 20px #0f172a14}.cart-footer__left{color:var(--muted);font-size:14px}.cart-footer__right{align-items:center;gap:12px;display:flex}.cart-footer__total{font-size:18px;font-weight:700}.cart-footer__total strong{color:var(--danger);font-size:22px}.cart-checkout-btn{margin-left:4px}@media (max-width:640px){.cart-main{max-width:100%;padding:20px 12px 112px}.cart-main h1{margin-bottom:16px!important;font-size:22px!important}.cart-group{border-radius:12px;margin-bottom:12px}.cart-group-header{min-width:0;padding:12px 14px}.cart-factory-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cart-item{grid-template-columns:84px minmax(0,1fr) auto;grid-template-areas:"image info remove""image qty price";align-items:center;gap:12px;padding:14px;display:grid}.cart-item__image{border-radius:10px;grid-area:image;width:84px;height:84px}.cart-item__info{grid-area:info;align-self:start;min-width:0}.cart-item__name{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;line-height:1.35;display:-webkit-box}.cart-item__sku{flex-wrap:wrap;align-items:center;gap:4px;line-height:1.45;display:flex}.moq-tag{margin-left:0}.cart-item__qty{grid-area:qty;justify-self:start;gap:8px}.cart-item__qty button{border-radius:10px;width:34px;height:34px}.cart-item__qty span{min-width:34px;font-size:18px}.cart-item__price{text-align:right;grid-area:price;justify-self:end;min-width:88px}.cart-item__price .unit-price{white-space:nowrap;font-size:12px}.cart-item__price .subtotal{white-space:nowrap;font-size:18px}.cart-item__remove{white-space:nowrap;grid-area:remove;place-self:start end;padding:2px 0 6px 10px}.cart-footer{width:100%;padding:14px 16px calc(14px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;gap:12px;left:0;right:0}.cart-footer__left{flex:none;max-width:54px;line-height:1.35}.cart-footer__right{flex:1;justify-content:flex-end;gap:10px;min-width:0}.cart-footer__total{white-space:nowrap;min-width:0;font-size:16px}.cart-footer__total strong{font-size:24px;line-height:1.1;display:block}.cart-checkout-btn{white-space:nowrap;flex:0 0 104px;justify-content:center;align-items:center;min-height:48px;margin-left:0;padding:0 14px;display:inline-flex}}@media (max-width:380px){.cart-item{grid-template-columns:76px minmax(0,1fr) auto;gap:10px;padding:12px}.cart-item__image{width:76px;height:76px}.cart-item__price{min-width:78px}.cart-footer{padding-left:12px;padding-right:12px}.cart-footer__total strong{font-size:22px}.cart-checkout-btn{flex-basis:92px}}.checkout-section{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:16px;padding:24px}.checkout-section h3{margin-bottom:14px;font-size:17px;font-weight:700}.checkout-item{border-bottom:1px solid var(--line);align-items:center;gap:14px;padding:10px 0;display:flex}.checkout-item:last-child{border-bottom:none}.checkout-item__image{object-fit:cover;border-radius:var(--radius-sm);width:48px;height:48px}.checkout-item__info{flex:1}.checkout-item__price{color:var(--muted);font-size:13px}.checkout-item__subtotal{text-align:right;min-width:80px;font-weight:700}.checkout-summary{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);margin-bottom:16px;padding:24px}.checkout-summary__row{color:var(--muted);justify-content:space-between;padding:6px 0;display:flex}.checkout-summary__total{border-top:2px solid var(--line);color:var(--ink);margin-top:10px;padding-top:14px;font-size:20px;font-weight:800}.checkout-summary__total span:last-child{color:var(--danger)}.secured-order-page{background:#f1f4f8}.secured-order-main{width:min(1240px,100% - 48px);margin:0 auto;padding:22px 0 80px}.secured-order-title{align-items:center;gap:10px;margin-bottom:18px;display:flex}.secured-order-title h1{margin:0;font-size:22px;font-weight:900}.secured-shield{color:#fff;background:#84cc16;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:900;display:inline-flex}.order-notice{margin-bottom:16px}.secured-order-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:22px;display:grid}.secured-order-left{gap:18px;display:grid}.order-card-section{background:#fff;border:1px solid #e8edf3;border-radius:2px;padding:22px 20px}.order-card-section h2{margin:0 0 18px;font-size:18px;font-weight:900}.order-card-section h2 a{color:#1677ff;margin-left:8px;font-size:13px;font-weight:600}.order-form-row{gap:6px;margin-bottom:14px;display:grid}.order-form-row:last-child{margin-bottom:0}.order-form-row.two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.order-form-row label{color:#475569;grid-template-columns:140px minmax(0,1fr);align-items:start;gap:10px;font-size:14px;display:grid}.order-form-row label>span{text-align:right;padding-top:8px}.order-form-row input,.order-form-row textarea,.order-remark{background:#fff;border:1px solid #cfd8e3;border-radius:2px;outline:none;width:100%;min-height:34px;padding:7px 10px}.order-form-row textarea{resize:vertical;min-height:54px}.order-form-row input:focus,.order-form-row textarea:focus,.order-remark:focus{border-color:#1677ff}.order-field-help{color:#94a3b8;grid-column:2;margin:-4px 0 0 150px;font-size:12px}.address-row{grid-template-columns:140px minmax(0,1fr);align-items:start;gap:10px}.address-row>span{text-align:right;color:#475569;padding-top:2px;font-size:14px}.order-add-address{color:#1677ff;cursor:pointer;background:0 0;border:0;width:fit-content;padding:0;font-weight:800}.order-address-preview{background:#fff;border:1px solid #d7e0eb;border-left:3px solid #1677ff;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.order-address-preview p{color:#1f2937;flex:1;margin:0;line-height:1.55}.order-address-preview button{color:#1677ff;cursor:pointer;white-space:nowrap;background:0 0;border:0;font-weight:800}.address-modal-backdrop{z-index:3000;background:#0000007a;justify-content:center;align-items:flex-start;padding-top:96px;display:flex;position:fixed;inset:0}.address-modal{background:#fff;border-radius:4px;width:530px;max-width:calc(100vw - 32px);box-shadow:0 18px 46px #0f172a47}.address-modal-head{border-bottom:1px solid #e5eaf1;justify-content:space-between;align-items:center;height:48px;padding:0 20px;display:flex}.address-modal-head h2{margin:0;font-size:16px;font-weight:900}.address-modal-head button{color:#9ca3af;cursor:pointer;background:0 0;border:0;font-size:28px;line-height:1}.address-modal-body{gap:12px;padding:16px 20px 18px;display:grid}.address-modal-body label{grid-template-columns:160px minmax(0,1fr);align-items:center;gap:12px;display:grid}.address-modal-body label>span{color:#6b7280;text-align:right;font-size:14px}.address-modal-body label.required>span:before{content:"* ";color:#ef4444;font-weight:900}.address-modal-body input,.address-modal-body select{color:#1f2937;width:100%;height:32px;font:inherit;background:#fff;border:1px solid #cfd7e3;border-radius:2px;padding:0 10px}.address-modal-body input::placeholder{color:#aeb7c4}.address-phone-row{grid-template-columns:96px 1fr;display:grid}.address-phone-row input:first-child{border-right:0;border-radius:2px 0 0 2px}.address-phone-row input:last-child{border-radius:0 2px 2px 0}.address-modal-actions{border-top:1px solid #e5eaf1;justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.address-modal-actions button{color:#374151;cursor:pointer;background:#fff;border:1px solid #9ca3af;border-radius:3px;min-width:74px;height:34px;font-weight:800}.address-modal-actions button:last-child{color:#fff;background:#ef4444;border-color:#ef4444}.order-seller-line{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;display:flex}.order-seller-line strong{color:#334155}.order-seller-line em{color:#fff;background:#d97706;border-radius:4px;padding:1px 6px;font-size:11px;font-style:normal;font-weight:800}.order-seller-line button{color:#1677ff;cursor:pointer;background:0 0;border:0;font-weight:700}.order-product-table{border:1px solid #e8edf3;overflow-x:auto}.order-product-head,.order-product-row{grid-template-columns:48px minmax(260px,1fr) 130px 150px 150px;align-items:center;min-width:760px;display:grid}.order-product-head{color:#0f172a;background:#f4f7fb;font-size:13px;font-weight:900}.order-product-head span,.order-product-row>span,.order-product-row>strong{padding:12px 10px}.order-product-row{border-top:1px solid #e8edf3;font-size:14px}.order-product-cell{align-items:center;gap:12px;min-width:0;padding:12px 10px;display:flex}.order-product-cell img{border-radius:var(--radius-sm);object-fit:cover;flex:none;width:72px;height:72px}.order-product-cell strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.order-product-cell small{color:var(--muted);margin-top:4px;display:block}.order-qty-control{align-items:center;padding:12px 10px;display:inline-flex}.order-qty-control button,.order-qty-control input{background:#fff;border:1px solid #cfd8e3;height:30px}.order-qty-control button{cursor:pointer;width:32px}.order-qty-control input{text-align:center;border-left:0;border-right:0;width:70px}.order-products-total{justify-content:flex-end;gap:18px;padding-top:16px;font-size:18px;display:flex}.order-products-total span{color:var(--muted)}.logistics-section{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.logistics-section h2{grid-column:1/-1;margin-bottom:0}.logistics-section div{gap:8px;font-size:14px;display:flex}.logistics-section span{color:var(--muted)}.value-service{cursor:pointer;border:1px solid #cfd8e3;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.value-service.active{border-color:var(--brand);background:var(--brand-light)}.value-service p{color:var(--muted);margin:4px 0 0;font-size:13px}.value-service>span{color:#ef4444;white-space:nowrap;font-size:13px;font-weight:800}.order-remark{resize:vertical;min-height:90px}.secured-order-right{gap:18px;display:grid;position:sticky;top:88px}.order-summary-card,.order-protection-card{background:#fff;border:1px solid #e8edf3;padding:20px}.order-summary-card h2{margin:0 0 12px;font-size:18px}.order-summary-card h2 span{color:#334155;font-size:13px;font-weight:500}.order-summary-card p,.order-protection-card span,.order-protection-card p{color:#64748b;font-size:14px;line-height:1.45}.summary-line{border-top:1px solid #e8edf3;justify-content:space-between;margin-top:14px;padding-top:14px;display:flex}.summary-line span{color:#ef4444;font-size:18px;font-weight:900}.terms-check{color:#475569;grid-template-columns:auto 1fr;gap:8px;margin:14px 0;font-size:13px;display:grid}.order-summary-card button{color:#fff;cursor:pointer;background:#ef4444;border:0;border-radius:2px;width:100%;min-height:44px;font-weight:900}.order-summary-card button:disabled{opacity:.55;cursor:not-allowed}.order-protection-card{gap:18px;display:grid}.order-protection-card div{gap:4px;display:grid}.order-protection-card strong{color:#0f172a}.order-protection-card p{background:#f8fafc;margin:0;padding:12px}@media (max-width:1000px){.secured-order-layout{grid-template-columns:1fr}.secured-order-right{position:static}.order-product-table{border-radius:0;margin:0 -8px}.order-product-head,.order-product-row{min-width:600px;font-size:12px}.order-product-head span,.order-product-row>span,.order-product-row>strong{padding:8px 6px}.order-product-cell{gap:8px;padding:8px 6px}.order-product-cell img{width:56px;height:56px}.order-qty-control button,.order-qty-control input{height:28px}.order-qty-control button{width:28px}.order-qty-control input{width:52px}}@media (max-width:720px){.secured-order-main{width:min(100% - 16px,1240px);padding:12px 0 60px}.secured-order-title h1{font-size:18px}.order-card-section{padding:16px 14px}.order-card-section h2{font-size:16px}.order-form-row.two-col,.logistics-section,.value-service,.address-row{grid-template-columns:1fr}.address-row>span{text-align:left;padding-top:0}.order-form-row label{grid-template-columns:1fr}.order-form-row label>span{text-align:left;padding-top:0}.order-field-help{grid-column:auto;margin-left:0}.order-products-total{flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:16px}.address-modal-backdrop{align-items:flex-start;padding:24px 12px;overflow-y:auto}.address-modal-body label{grid-template-columns:1fr;gap:6px}.address-modal-body label>span{text-align:left}.address-phone-row{grid-template-columns:80px 1fr}.order-summary-card,.order-protection-card{padding:16px}.summary-line{font-size:14px}.summary-line span{font-size:16px}}.payment-card{border:1px solid var(--line);border-radius:var(--radius-xl);text-align:center;max-width:480px;box-shadow:var(--shadow-xl);background:#fff;margin:0 auto;padding:36px}.payment-card h2{margin-bottom:20px;font-weight:800}.payment-info{text-align:left;margin-bottom:20px}.payment-info__row{border-bottom:1px solid var(--line);justify-content:space-between;padding:10px 0;font-size:14px;display:flex}.payment-amount{color:var(--danger);margin:24px 0;font-size:40px;font-weight:800}.payment-btn{background:#1677ff;border-color:#1677ff}.payment-btn:hover{background:#0958d9;border-color:#0958d9}.payment-result{text-align:center;padding:60px 0}.payment-result__icon{margin-bottom:16px;font-size:72px}.payment-result--success .payment-result__icon{color:var(--brand)}.payment-result--fail .payment-result__icon{color:var(--danger)}.payment-result--timeout .payment-result__icon{color:var(--gold)}.payment-result__spinner{border:4px solid var(--line);border-top-color:var(--brand);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.orders-tabs{background:var(--surface);border-radius:var(--radius);gap:4px;margin-bottom:24px;padding:4px;display:flex;overflow-x:auto}.orders-tab{cursor:pointer;color:var(--muted);border-radius:var(--radius-sm);white-space:nowrap;transition:all var(--transition);background:0 0;border:none;padding:10px 18px;font-size:14px;font-weight:500}.orders-tab.active{color:#fff;background:var(--brand);box-shadow:var(--shadow-sm);font-weight:700}.orders-tab:hover:not(.active){color:var(--ink);background:#fff}.order-card{border:1px solid var(--line);border-radius:var(--radius-lg);color:var(--ink);box-shadow:var(--shadow-sm);transition:all var(--transition);background:#fff;margin-bottom:12px;padding:20px 24px;text-decoration:none;display:block}.order-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.order-card__header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.order-card__no{font-size:14px;font-weight:700}.order-card__status{font-size:13px;font-weight:700}.order-card__body{margin-bottom:10px}.order-card__factory{color:var(--muted);margin-bottom:4px;font-size:13px}.order-card__item{color:var(--muted);font-size:13px}.order-card__more{color:var(--muted);font-size:12px}.order-card__footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:10px;display:flex}.order-card__date{color:var(--muted);font-size:12px}.order-card__amount{color:var(--danger);font-size:18px;font-weight:800}.order-card__actions{border-top:1px solid var(--line);gap:8px;margin-top:10px;padding-top:10px;display:flex}.order-detail-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.order-timeline{justify-content:space-between;margin-bottom:28px;padding:0 8px;display:flex;position:relative}.order-timeline:before{content:"";background:var(--line);border-radius:2px;height:3px;position:absolute;top:16px;left:24px;right:24px}.order-timeline__step{text-align:center;z-index:1;flex:1;position:relative}.order-timeline__dot{background:var(--line);width:32px;height:32px;box-shadow:0 0 0 2px var(--line);transition:all var(--transition);border:3px solid #fff;border-radius:50%;margin:0 auto 8px}.order-timeline__step.done .order-timeline__dot{background:var(--brand);box-shadow:0 0 0 2px var(--brand),0 0 0 6px var(--brand-light)}.order-timeline__label{color:var(--muted);font-size:12px;font-weight:500}.order-timeline__step.done .order-timeline__label{color:var(--brand);font-weight:700}.order-timeline__time{color:var(--muted);margin-top:2px;font-size:11px}.order-info-grid{grid-template-columns:1fr 1fr;gap:10px 24px;display:grid}.order-info-grid .label{color:var(--muted);margin-right:8px;font-size:13px}.order-amount-grid{flex-direction:column;gap:8px;display:flex}.order-amount-grid>div{justify-content:space-between;display:flex}.order-amount-total{border-top:2px solid var(--line);margin-top:10px;padding-top:12px;font-size:20px;font-weight:800}.order-amount-total span:last-child{color:var(--danger)}.secured-detail-page{color:#1f2937;background:#f2f5f9;min-height:100vh}.secured-detail-topbar{background:#fff;border-bottom:1px solid #dde3ec}.secured-detail-topbar nav{justify-content:space-between;align-items:center;width:min(1200px,100% - 48px);height:64px;margin:0 auto;display:flex}.secured-detail-brand{color:#111827;align-items:center;gap:10px;font-weight:800;text-decoration:none;display:inline-flex}.secured-detail-brand img{object-fit:contain;width:36px;height:auto;max-height:36px}.secured-detail-topbar nav>div{align-items:center;gap:24px;display:flex}.secured-detail-topbar a{color:#374151;font-size:14px;text-decoration:none}.secured-detail-main{width:min(1160px,100% - 48px);margin:0 auto;padding:18px 0 72px}.secured-detail-loading{text-align:center;color:#6b7280;padding:48px}.secured-breadcrumb{color:#6b7280;margin-bottom:12px;font-size:13px}.secured-detail-title{align-items:center;gap:8px;margin-bottom:14px;display:flex}.secured-detail-title h1{flex:1;margin:0;font-size:22px;font-weight:800;line-height:1.2}.secured-detail-title button{color:#1677ff;cursor:pointer;background:0 0;border:0;font-weight:600}.secured-status-card,.secured-detail-section{background:#fff;border:1px solid #dde3ec}.secured-status-card{margin-bottom:20px}.secured-status-meta{color:#6b7280;border-bottom:1px solid #e5eaf1;align-items:center;gap:28px;padding:12px 18px;font-size:13px;display:flex}.secured-status-meta a{color:#1677ff;margin-left:auto;text-decoration:none}.secured-status-body{grid-template-columns:minmax(280px,1fr) 1.25fr;gap:30px;padding:18px;display:grid}.secured-status-body h2{color:#f59e0b;margin:0 0 8px;font-size:18px;font-weight:800}.secured-status-body p{color:#6b7280;margin:0;line-height:1.6}.danger-text{color:var(--danger)!important;margin-top:6px!important}.secured-progress{grid-template-columns:repeat(4,1fr);align-items:start;gap:0;padding-top:4px;display:grid;position:relative}.secured-progress:before{content:"";background:#d8dee8;height:2px;position:absolute;top:14px;left:9%;right:9%}.secured-progress-step{z-index:1;text-align:center;color:#9ca3af;font-size:13px;position:relative}.secured-progress-step span{background:#fff;border:2px solid #d1d5db;border-radius:50%;width:10px;height:10px;margin:5px auto 10px;display:block}.secured-progress-step.active span{background:#1d9bf0;border-color:#1d9bf0}.secured-progress-step strong{font-weight:600;line-height:1.35;display:block}.secured-progress-step small{margin-top:4px;line-height:1.35;display:block}.secured-tabs{background:#fff;border:1px solid #dde3ec;border-bottom:0;display:flex}.secured-tabs button{cursor:pointer;color:#374151;background:#fff;border:0;border-right:1px solid #dde3ec;min-width:126px;height:44px;padding:0 18px;font-weight:600}.secured-tabs button.active{color:#ef4444;border-top:3px solid #ef4444}.secured-detail-section{padding:20px 18px 28px}.secured-detail-section h2{border-bottom:1px solid #e5eaf1;margin:0 0 22px;padding-bottom:18px;font-size:20px;font-weight:800}.secured-block{margin-bottom:34px}.secured-block h3{margin:0 0 16px;font-size:16px;font-weight:800}.secured-address-grid{grid-template-columns:1fr 1fr 1fr;align-items:stretch;gap:110px;display:grid}.secured-info-box{border:1px solid #d8dee8;min-height:112px;padding:16px 18px;font-size:14px;line-height:1.65}.secured-info-box p{margin:0 0 4px}.secured-info-box span{color:#6b7280}.secured-info-box h4{margin:0 0 10px;font-size:14px}.secured-info-box.accent{border-left:4px solid #1d9bf0}.secured-info-box.accent.red{border-left-color:#ef4444}.secured-two-col,.secured-logistics-grid{color:#6b7280;grid-template-columns:1fr 1fr;gap:18px 80px;display:grid}.secured-two-col strong,.secured-logistics-grid strong{color:#111827}.secured-seller-line{color:#6b7280;align-items:center;gap:10px;margin-bottom:14px;display:flex}.secured-seller-line strong{color:#111827}.secured-seller-line button{color:#1677ff;cursor:pointer;background:0 0;border:0;font-weight:600}.secured-products-table,.secured-payment-table{border:1px solid #d8dee8}.secured-products-head,.secured-products-row{grid-template-columns:48px 1.6fr 1.1fr 1fr .8fr 1fr;align-items:center;gap:14px;padding:12px 14px;display:grid}.secured-products-head,.secured-payment-head{background:#f4f7fb;font-size:13px;font-weight:800}.secured-products-row{border-top:1px solid #e5eaf1;min-height:94px;font-size:14px}.secured-product-name{align-items:center;gap:12px;display:flex}.secured-product-name img{object-fit:cover;border-radius:4px;width:72px;height:72px}.secured-products-total{text-align:right;color:#6b7280;padding:18px 0 0;font-size:17px}.secured-products-total strong{color:#111827;font-size:20px}.secured-cost-table{border-collapse:collapse;border:1px solid #d8dee8;width:100%}.secured-cost-table th,.secured-cost-table td{text-align:left;border:1px solid #d8dee8;padding:14px 18px}.secured-cost-table th{background:#f4f7fb;font-weight:800}.secured-payment-head,.secured-payment-row{grid-template-columns:1fr 1.25fr 1fr 1fr 1fr .8fr;align-items:center;gap:12px;padding:14px 18px;display:grid}.secured-payment-row{border-top:1px solid #e5eaf1}.secured-empty-table,.secured-empty-panel{color:#6b7280;background:#fff;place-items:center;min-height:130px;display:grid}.secured-actions{justify-content:flex-end;align-items:center;gap:12px;padding-top:10px;display:flex}.order-waiting-pill{color:#92400e;background:#fffbeb;border:1px solid #fbbf24;border-radius:6px;align-items:center;min-height:40px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}@media (max-width:900px){.secured-detail-topbar nav,.secured-detail-main{width:min(100% - 24px,1160px)}.secured-status-body,.secured-address-grid,.secured-two-col,.secured-logistics-grid{grid-template-columns:1fr;gap:14px}.secured-products-head{display:none}.secured-products-row{grid-template-columns:32px 1fr}.secured-products-row>span:nth-child(n+3),.secured-products-row>strong{grid-column:2}.secured-payment-head,.secured-payment-row{grid-template-columns:1fr}}.cart-badge{background:var(--danger);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:-6px;right:-10px;box-shadow:0 2px 6px #dc26264d}.product-price-row{align-items:baseline;gap:6px;margin:6px 0;display:flex}.product-price{color:var(--danger);font-size:18px;font-weight:800}.product-sku-count{color:var(--muted);font-size:12px;font-weight:500}.data-table{border-collapse:collapse;width:100%;font-size:14px}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--line);padding:12px 16px}.data-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;background:var(--soft);font-size:12px;font-weight:700}.data-table td{vertical-align:middle}.data-table tbody tr:hover{background:var(--brand-light)}.payment-methods{margin-top:20px}.payment-method-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.payment-method-btn{border:2px solid var(--line);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition);background:#fff;flex-direction:column;align-items:center;gap:8px;padding:20px 14px;display:flex}.payment-method-btn:hover{border-color:var(--brand);background:var(--brand-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.payment-method-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.payment-method-btn--alipay{border-color:#1677ff30}.payment-method-btn--alipay:hover{background:#f0f5ff;border-color:#1677ff}.payment-method-icon{font-size:16px;font-weight:800}.payment-method-btn--alipay .payment-method-icon{color:#1677ff}.payment-method-btn--wechat .payment-method-icon,.payment-method-btn--wechat-h5 .payment-method-icon{color:#07c160}.payment-method-desc{color:var(--muted);font-size:12px}.qr-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.qr-modal{border-radius:var(--radius-xl);text-align:center;min-width:320px;box-shadow:var(--shadow-xl);background:#fff;padding:36px}.qr-modal h3{margin-bottom:24px;font-size:20px;font-weight:800}.qr-code-container{justify-content:center;margin-bottom:16px;display:flex}.qr-code-img{border:2px solid var(--line);border-radius:var(--radius);width:200px;height:200px}.qr-hint{color:var(--ink);font-size:14px;font-weight:600}.qr-hint-sub{color:var(--muted);margin-top:4px;font-size:12px}@media (max-width:600px){.payment-method-grid{grid-template-columns:1fr}.home-product-grid{grid-template-columns:repeat(2,1fr)}.product-table-grid{grid-template-columns:repeat(2,1fr);gap:10px}.payment-card{max-width:100%;margin:0 12px;padding:24px 18px}.payment-amount{font-size:32px}.checkout-section{border-radius:12px;padding:16px 14px}.checkout-section h3{font-size:15px}.checkout-item{gap:10px;padding:8px 0}.checkout-item__image{width:40px;height:40px}.checkout-item__subtotal{min-width:64px;font-size:13px}.checkout-summary{padding:16px}.checkout-main{padding:16px 12px 80px}.checkout-main h1{font-size:20px!important}.orders-tabs{gap:2px}.orders-tab{padding:8px 12px;font-size:12px}.order-card{padding:14px 16px}.order-card__header{flex-wrap:wrap;gap:4px}.orders-main{padding:16px 12px 80px}.orders-main h1{font-size:20px!important}}.nav-cart-link{color:var(--ink);transition:color var(--transition);align-items:center;display:inline-flex;position:relative}.nav-cart-link:hover{color:var(--brand)}.nav-user{align-items:center;gap:8px;display:flex}.nav-avatar{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border-radius:50%;place-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:grid}.nav-username{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:13px;font-weight:600;overflow:hidden}.trust-item{align-items:center;gap:6px;display:flex}.trust-item svg{flex-shrink:0}.product-image-wrap{color:inherit;text-decoration:none;display:block;position:relative;overflow:hidden}.product-image-wrap:hover .product-image{transition:transform .3s;transform:scale(1.03)}.product-card h3 a{color:inherit;text-decoration:none}.product-card h3 a:hover{color:var(--primary)}.product-sv-ribbon{color:#fff;letter-spacing:.02em;border-radius:0 var(--radius-sm)var(--radius-sm)0;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#d97706,#f59e0b);padding:4px 12px 4px 10px;font-size:11px;font-weight:800;position:absolute;top:12px;left:0}.cart-add-btn{color:var(--brand)!important;border-color:var(--brand)!important;background:var(--brand-light)!important}.cart-add-btn:hover{background:var(--brand)!important;color:#fff!important}.icon-only-btn{justify-content:center;align-items:center;width:34px;padding:0;display:inline-flex}.icon-only-btn:hover svg{fill:var(--brand);stroke:var(--brand)}.icon-only-btn.active{color:#ef4444;background:#fff5f5;border-color:#ef4444}.icon-only-btn:disabled{cursor:wait;opacity:.7}.home-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#064e3bf2,#0e7c5fe0),url(/img/warehouse-hero-wide.jpg) 50%/cover}.home-cta-inner{width:min(800px,100% - 48px);margin:0 auto;padding:72px 0}.home-cta h2{letter-spacing:-.02em;margin:0 0 14px;font-size:clamp(28px,4vw,40px);font-weight:800}.home-cta p{color:#a7f3d0;max-width:560px;margin:0 auto 28px;font-size:17px;line-height:1.7}.home-cta-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.home-cta .solid-btn{min-height:52px;color:var(--brand);background:#fff;border-color:#fff;padding:0 32px;font-size:16px}.home-cta .solid-btn:hover{background:#ffffffe6;box-shadow:0 4px 20px #ffffff4d}.home-cta .ghost-btn--light{-webkit-backdrop-filter:none;backdrop-filter:none;min-height:52px;padding:0 32px;font-size:16px;font-weight:700;color:#fff!important;background:0 0!important;border-color:#fff!important}.home-cta .ghost-btn--light:hover{box-shadow:0 4px 20px #fff3;background:#ffffff26!important}.factory-panel{background:var(--soft);min-height:100vh}.factory-panel-main{width:min(860px,100% - 32px);margin:0 auto;padding:32px 16px 80px}.factory-panel-main h1{margin-bottom:24px;font-size:24px}.panel-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:20px;padding:24px}.panel-card h2{margin-bottom:4px;font-size:18px}.panel-hint{color:var(--muted);margin-bottom:8px;font-size:14px}.upload-zone{border:2px dashed var(--line);border-radius:var(--radius-lg);text-align:center;cursor:pointer;transition:all var(--transition);background:var(--soft);margin-top:12px;padding:48px 24px}.upload-zone:hover{border-color:var(--brand);background:#0e7c5f0a}.upload-zone__title{margin:12px 0 4px;font-size:15px;font-weight:600}.upload-zone__hint{color:var(--muted);font-size:13px}.progress-bar{background:var(--line);border-radius:3px;height:6px;overflow:hidden}.progress-bar__fill{background:var(--brand);border-radius:3px;height:100%;transition:width .3s}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-grid label{color:var(--muted);font-size:13px}.form-grid input,textarea{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;margin-top:4px;padding:10px 12px;font-size:14px;display:block}.form-grid input:focus,textarea:focus{border-color:var(--brand);outline:none}@media (max-width:600px){.form-grid{grid-template-columns:1fr}}.panel-tabs{border-bottom:2px solid var(--line);gap:4px;margin-bottom:20px;display:flex}.panel-tab{color:var(--muted);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 20px;font-size:14px;font-weight:600}.panel-tab:hover{color:var(--ink)}.panel-tab.active{color:var(--brand);border-bottom-color:var(--brand)}.product-list{flex-direction:column;gap:12px;display:flex}.product-list-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:14px}.product-list-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.product-list-main{flex:1;align-items:center;gap:12px;min-width:280px;display:flex}.product-list-thumb{border:1px solid var(--line);width:72px;height:54px;color:var(--muted);background:#fff;border-radius:8px;place-items:center;font-size:12px;font-weight:800;display:grid;overflow:hidden}.product-list-thumb img{object-fit:cover;width:100%;height:100%}.product-list-main strong{display:block}.product-list-main span{color:var(--muted);margin-top:3px;font-size:12px;display:block}.product-list-main p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.sku-row{border-radius:var(--radius-sm);background:#fff;align-items:center;gap:10px;margin-top:4px;padding:6px 10px;font-size:13px;display:flex}.sku-name{min-width:90px;font-weight:600}.sku-price{color:var(--brand);min-width:70px;font-weight:700}.sku-form-box{border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin-top:8px;padding:16px}.sku-form-box h3{margin-bottom:10px;font-size:15px}.product-editor{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;gap:16px;margin-bottom:18px;padding:18px;display:grid}.product-editor-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:14px;display:flex}.product-editor-head h3{margin:0 0 4px;font-size:18px}.product-editor-head p{color:var(--muted);margin:0;font-size:13px}.product-editor-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.product-editor-kicker{color:#0e7c5f;margin-bottom:5px;font-size:12px;font-weight:900;display:inline-flex}.product-editor-score{color:#047857;background:#ecfdf5;border-radius:8px;align-self:center;padding:7px 10px;font-size:12px;font-weight:900}.product-editor-nav{flex-wrap:wrap;gap:8px;display:flex}.product-editor-nav a{color:#475569;background:#f8fafc;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;text-decoration:none}.product-editor-nav a:hover{color:#047857;background:#ecfdf5}.product-editor-grid{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:16px;display:grid}.product-editor-media{gap:10px;display:grid}.product-editor-media input,.product-editor-section>label>input,.product-editor-section textarea,.product-editor-section input{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;padding:10px 12px;font-size:13px}.product-image-frame{aspect-ratio:4/3;border:1px dashed var(--line);border-radius:var(--radius);background:var(--soft);color:var(--muted);place-items:center;font-weight:800;display:grid;overflow:hidden}.product-image-frame img{object-fit:cover;width:100%;height:100%}.upload-dropzone{cursor:pointer;text-align:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;transition:all .15s;display:flex}.upload-dropzone:hover{background:#f0fdf4;border-color:#0e7c5f}.upload-remove-btn{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;line-height:1;display:flex;position:absolute;top:6px;right:6px}.upload-remove-btn:hover{background:#dc2626cc}.product-editor-section{gap:12px;display:grid}.product-editor-section h4{color:var(--ink);margin:0;font-size:14px}.product-editor-section label{color:var(--muted);gap:6px;font-size:13px;display:grid}.product-editor-section textarea{resize:vertical;min-height:90px}.product-decoration-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:16px;display:grid}.product-decoration-fields{gap:16px;min-width:0;display:grid}.product-section-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.product-section-title-row p{color:var(--muted);margin:4px 0 0;font-size:12px}.product-section-title-row span{color:#475569;white-space:nowrap;background:#f1f5f9;border-radius:7px;padding:5px 8px;font-size:11px;font-weight:800}.product-editor-preview{gap:12px;min-width:0;display:grid;position:sticky;top:18px}.product-preview-card,.product-preview-block{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden}.product-preview-media{aspect-ratio:4/3;color:#94a3b8;background:#f8fafc;place-items:center;font-size:13px;font-weight:800;display:grid}.product-preview-media img{object-fit:cover;width:100%;height:100%}.product-preview-body{gap:8px;padding:14px;display:grid}.product-preview-label{color:#0e7c5f;font-size:11px;font-weight:900}.product-preview-body h4{color:#0f172a;margin:0;font-size:17px}.product-preview-body p{color:#475569;margin:0;font-size:13px;line-height:1.55}.product-preview-tags{flex-wrap:wrap;gap:6px;display:flex}.product-preview-tags span{color:#047857;background:#f0fdf4;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:800}.product-preview-body dl{gap:7px;margin:0;display:grid}.product-preview-body dl div{grid-template-columns:64px minmax(0,1fr);gap:8px;font-size:12px;display:grid}.product-preview-body dt{color:#94a3b8}.product-preview-body dd{color:#334155;margin:0}.product-preview-block{padding:14px}.product-preview-block strong{color:#0f172a;margin-bottom:8px;font-size:13px;display:block}.product-preview-block p{color:#94a3b8;margin:0;font-size:12px}.product-preview-block ul{color:#334155;margin:0;padding-left:18px;font-size:12px;line-height:1.7}.product-preview-specs{gap:6px;display:grid}.product-preview-specs span{color:#334155;border-bottom:1px solid #f1f5f9;grid-template-columns:92px minmax(0,1fr);gap:8px;padding:7px 0;font-size:12px;display:grid}.product-preview-specs b{color:#64748b}@media (max-width:900px){.product-editor-head,.product-editor-grid,.product-decoration-layout{grid-template-columns:1fr}.product-editor-head{display:grid}.product-editor-preview{position:static}}.chat-page{background:linear-gradient(#f0f4f8 0%,#f8fafc 100%);min-height:100vh}.chat-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100vh;display:flex}.chat-loading p{color:var(--muted);font-size:14px}.chat-loading-dots{gap:6px;display:flex}.chat-loading-dots span{background:var(--brand);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both chat-loading-bounce}.chat-loading-dots span:first-child{animation-delay:-.32s}.chat-loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes chat-loading-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-container{width:min(1200px,100%);height:calc(100vh - 60px);box-shadow:var(--shadow-lg);background:#fff;border-radius:0;margin:0 auto;display:flex;overflow:hidden}.chat-sidebar{background:#fff;border-right:1px solid #eef1f5;flex-direction:column;flex-shrink:0;width:340px;display:flex}.chat-sidebar-header{background:linear-gradient(#fff 0%,#fafbfc 100%);border-bottom:1px solid #eef1f5;padding:16px 20px}.chat-sidebar-header h3{color:#1a1a2e;align-items:center;gap:10px;margin:0;font-size:16px;font-weight:700;display:flex}.chat-sidebar-header svg{color:var(--brand);flex-shrink:0}.chat-sidebar-subtitle{color:#d97706;background:#fffbeb;border-radius:20px;margin-left:auto;padding:2px 10px;font-size:11px;font-weight:500}.chat-sidebar-list{flex:1;overflow-y:auto}.chat-sidebar-list::-webkit-scrollbar{width:4px}.chat-sidebar-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.chat-sidebar-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chat-sidebar-empty{color:#cbd5e1;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 20px;display:flex}.chat-sidebar-empty p{color:var(--muted);margin:0;font-size:13px}.chat-contact{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:14px 16px;transition:all .2s;display:flex;position:relative}.chat-contact:after{content:"";background:#f3f4f6;height:1px;position:absolute;bottom:0;left:16px;right:16px}.chat-contact:last-child:after{display:none}.chat-contact:hover{background:#f8fafc}.chat-contact.active{background:linear-gradient(135deg,#0e7c5f0f 0%,#0d948814 100%)}.chat-contact.active:before{content:"";background:var(--brand);border-radius:0 3px 3px 0;width:3px;position:absolute;top:6px;bottom:6px;left:0}.chat-contact-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:700;transition:transform .2s;display:flex;box-shadow:0 2px 8px #0000001a}.chat-contact:hover .chat-contact-avatar{transform:scale(1.05)}.chat-contact-info{flex:1;min-width:0}.chat-contact-name-row{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.chat-contact-name{color:#1a1a2e;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.chat-contact-time{color:#9ca3af;flex-shrink:0;margin-left:8px;font-size:11px}.chat-contact-preview{justify-content:space-between;align-items:center;display:flex}.chat-contact-msg{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:12px;overflow:hidden}.chat-unread-badge{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:10px;font-weight:700;animation:2s infinite chat-badge-pulse;display:flex;box-shadow:0 2px 6px #ef44444d}@keyframes chat-badge-pulse{0%,to{box-shadow:0 2px 6px #ef44444d}50%{box-shadow:0 2px 12px #ef444480}}.chat-main{background:#f9fafb;flex-direction:column;flex:1;min-width:0;display:flex}.chat-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.chat-empty-icon{width:120px;height:120px;color:var(--brand);background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.chat-empty-icon svg{opacity:.7}.chat-empty h2{color:#374151;margin:0;font-size:18px;font-weight:700}.chat-empty p{color:#9ca3af;margin:0;font-size:14px}.chat-header{background:linear-gradient(#fff 0%,#fafbfc 100%);border-bottom:1px solid #eef1f5;align-items:center;gap:12px;padding:14px 20px;display:flex;box-shadow:0 1px 4px #00000005}.chat-back-btn{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:none}.chat-back-btn:hover{color:#111827;background:#f3f4f6}.chat-header-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:700;display:flex;box-shadow:0 2px 8px #00000014}.chat-header-info{flex:1;min-width:0}.chat-header-info strong{color:#1a1a2e;font-size:15px;font-weight:700;display:block}.chat-header-status{color:#10b981;align-items:center;gap:5px;margin-top:2px;font-size:12px;display:flex}.chat-online-dot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:1.5s infinite chat-online-pulse;display:inline-block;box-shadow:0 0 0 2px #10b98133}@keyframes chat-online-pulse{0%,to{box-shadow:0 0 0 2px #10b98133}50%{box-shadow:0 0 0 5px #10b9811a}}.chat-header-ids{color:#9ca3af;margin-left:12px;font-size:11px;display:inline}.chat-messages{background:linear-gradient(#f9fafb 0%,#f3f4f6 100%);flex-direction:column;flex:1;gap:6px;padding:20px 24px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:5px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chat-date-separator{justify-content:center;align-items:center;padding:16px 0 12px;display:flex}.chat-date-separator span{color:#9ca3af;background:#ffffffd9;border:1px solid #e5e7eb;border-radius:20px;padding:4px 16px;font-size:12px;font-weight:600;box-shadow:0 1px 2px #00000008}.chat-bubble{align-self:flex-start;max-width:72%;animation:.3s ease-out chat-bubble-in}.chat-bubble.mine{align-self:flex-end}@keyframes chat-bubble-in{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-bubble-sender{color:var(--brand);margin-bottom:3px;margin-left:4px;font-size:11px;font-weight:600}.chat-bubble-text{word-break:break-word;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:10px 16px;font-size:14px;line-height:1.6;position:relative;box-shadow:0 1px 2px #0000000a}.chat-bubble:not(.mine) .chat-bubble-text{border-bottom-left-radius:6px}.chat-bubble.mine .chat-bubble-text{background:linear-gradient(135deg,var(--brand),#0a6b52);color:#fff;border-color:#0000;border-bottom-right-radius:6px;box-shadow:0 2px 8px #0e7c5f33}.chat-bubble-time{color:#9ca3af;margin-top:4px;margin-left:4px;font-size:10px}.chat-bubble.mine .chat-bubble-time{text-align:right;margin-left:0;margin-right:4px}.chat-input-bar{background:linear-gradient(#fafbfc 0%,#fff 100%);border-top:1px solid #eef1f5;padding:12px 20px 16px}.chat-input-wrapper{background:#f3f4f6;border:2px solid #0000;border-radius:28px;align-items:center;gap:8px;padding:4px 4px 4px 20px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.chat-input-wrapper:focus-within{border-color:var(--brand);background:#fff;box-shadow:0 1px 8px #0e7c5f1a}.chat-input-wrapper input{color:#1a1a2e;background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-size:14px}.chat-input-wrapper input::placeholder{color:#b0b7c3}.chat-input-wrapper input:disabled{opacity:.5}.chat-send-btn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 2px 8px #0e7c5f40}.chat-send-btn:hover{background:var(--brand-dark);transform:scale(1.05)}.chat-send-btn:disabled{cursor:not-allowed;box-shadow:none;background:#d1d5db;transform:none}.chat-send-btn:disabled:hover{transform:none}.chat-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite chat-spin}@keyframes chat-spin{to{transform:rotate(360deg)}}.chat-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin:0 20px 12px;padding:10px 16px;font-size:13px;animation:.3s chat-error-in}@keyframes chat-error-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.admin-badge{color:#d97706;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:3px 10px;font-size:12px;font-weight:600}@media (max-width:768px){.chat-container{height:calc(100vh - 56px);box-shadow:none;border-radius:0}.chat-sidebar{z-index:20;max-width:100%;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:translate(0);width:100%!important}.chat-sidebar.closed{transform:translate(-100%)}.chat-main{width:100%!important}.chat-messages{padding:12px 16px}.chat-bubble{max-width:85%}.chat-input-bar{padding:10px 12px 14px}.chat-input-wrapper{padding:2px 2px 2px 14px}.chat-input-wrapper input{font-size:16px}.chat-back-btn{display:flex}.chat-empty h2{font-size:16px}.chat-empty .chat-empty-icon{width:90px;height:90px}.chat-empty .chat-empty-icon svg{width:56px;height:56px}.chat-header{padding:10px 14px}.chat-contact{padding:12px 14px}.chat-contact-name{font-size:15px}}.adm-shell{background:#f5f6f8;min-height:100vh;display:flex}.adm-sidebar{color:#c8cdd3;background:#1a2332;flex-direction:column;flex-shrink:0;width:220px;font-size:13px;display:flex}.adm-side-logo{color:#fff;border-bottom:1px solid #ffffff14;align-items:center;gap:10px;padding:22px 20px;font-size:16px;font-weight:700;display:flex}.adm-side-logo a{color:#fff;text-decoration:none}.adm-admin-tag{color:#aab4c0;background:#ffffff26;border-radius:3px;margin-left:auto;padding:2px 8px;font-size:10px}.adm-side-nav{flex:1;padding:8px 0}.adm-side-item{color:#8b95a5;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:10px 20px;font-size:13px;transition:all .12s;display:flex}.adm-side-item:hover{color:#d0d5dd;background:#ffffff0d}.adm-side-item.active{color:#fff;background:#ffffff1a;font-weight:600}.adm-side-badge{color:#fff;background:#dc3545;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:auto;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}.adm-side-footer{border-top:1px solid #ffffff14;padding:14px 20px;font-size:12px}.adm-side-footer a{color:#6b7a8d;text-decoration:none}.adm-side-footer a:hover{color:#fff}.adm-main{flex-direction:column;flex:1;display:flex;overflow:auto}.adm-topbar{background:#fff;border-bottom:1px solid #e8ebf0;justify-content:space-between;align-items:center;height:56px;padding:0 32px;display:flex}.adm-topbar-title{color:#1a1a2e;font-size:16px;font-weight:700}.adm-topbar-actions{align-items:center;gap:16px;display:flex}.adm-content{flex:1;padding:32px;overflow:auto}.adm-loading{text-align:center;color:#9ca3af;padding:60px 20px;font-size:14px}.adm-stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px;display:grid}.adm-stat-card{background:#fff;border-radius:10px;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 4px #0000000a}.adm-stat-bullet{border-radius:2px;flex-shrink:0;width:4px;height:40px}.adm-stat-label{color:#8b95a5;margin-bottom:4px;font-size:12px}.adm-stat-value{color:#111827;font-size:28px;font-weight:800;line-height:1}.adm-card{background:#fff;border-radius:10px;margin-bottom:20px;overflow:hidden;box-shadow:0 1px 4px #0000000a}.adm-card--highlight{border-left:3px solid #d97706}.adm-card-header{border-bottom:1px solid #f0f1f3;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.adm-card-header h3{color:#111827;margin:0;font-size:14px;font-weight:700}.adm-card-body{padding:20px 24px}.adm-card-body.no-pad{padding:0}.adm-quick-actions{flex-wrap:wrap;gap:10px;display:flex}.adm-count{color:#9ca3af;font-size:12px}.adm-table{border-collapse:collapse;width:100%;font-size:13px}.adm-table thead th{text-align:left;color:#6b7a8d;text-transform:uppercase;letter-spacing:.5px;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:10px 16px;font-size:11px;font-weight:600}.adm-table tbody td{color:#374151;border-bottom:1px solid #f3f4f6;padding:11px 16px}.adm-table tbody tr:hover{background:#f6f8fb}.adm-table tr.adm-even{background:#fafbfc}.adm-table .adm-td-mid{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.adm-code{background:#f3f4f6;border-radius:3px;padding:2px 8px;font-family:monospace;font-size:11px}.w60{width:60px}.w80{width:80px}.w90{width:90px}.w110{width:110px}.w160{width:160px}.muted{color:#9ca3af}.adm-badge{border-radius:3px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}.adm-badge.success{color:#065f46;background:#d1fae5}.adm-badge.warning{color:#92400e;background:#fef3c7}.adm-badge.info{color:#1e40af;background:#dbeafe}.adm-badge.danger{color:#991b1b;background:#fee2e2}.adm-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:4px;padding:7px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .12s;display:inline-flex}.adm-btn-primary{color:#fff;background:#0e7c5f}.adm-btn-primary:hover{background:#0c6a50}.adm-btn-outline{color:#0e7c5f;background:#fff;border:1.5px solid #0e7c5f}.adm-btn-outline:hover{background:#e8f5f1}.adm-btn-ghost{color:#6b7280;background:0 0}.adm-btn-ghost:hover{color:#374151;background:#f3f4f6}.adm-btn-danger{color:#dc3545;background:0 0}.adm-btn-danger:hover{background:#fef2f2}.adm-btn-sm{border-radius:4px;padding:4px 12px;font-size:12px}.adm-form-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.adm-label{color:#374151;font-size:13px;font-weight:600}.adm-input{background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;outline:none;padding:8px 12px;font-size:13px;transition:border-color .15s}.adm-input:focus{border-color:#0e7c5f}.adm-select{background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;padding:8px 12px;font-size:13px}.adm-role-badge{white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:3px 12px;font-size:12px;font-weight:700;display:inline-flex}.adm-role-badge.admin{color:#991b1b;background:#fee2e2}.adm-role-badge.factory{color:#1e40af;background:#dbeafe}.adm-role-badge.buyer{color:#065f46;background:#d1fae5}.adm-pending-item{border-bottom:1px solid #f0f1f3;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.adm-pending-item:last-child{border-bottom:none}.adm-input-number{width:80px}.factory-inquiry-workspace{grid-template-columns:minmax(280px,.75fr) minmax(360px,1.25fr);gap:18px;margin-top:14px;display:grid}.factory-inquiry-workspace>.inline-notice{grid-column:1/-1}.factory-inquiry-list{align-content:start;gap:8px;display:grid}.factory-inquiry-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #eef2f7;border-radius:10px;gap:5px;width:100%;padding:12px 14px;display:grid;position:relative}.factory-inquiry-item.active{background:#f0fdf4;border-color:#0e7c5f}.factory-inquiry-item strong{color:#0f172a;font-size:13px}.factory-inquiry-item span{color:#6b7280;font-size:12px;line-height:1.45}.factory-inquiry-item small{color:#94a3b8;font-size:11px}.factory-inquiry-item em{color:#92400e;background:#fef3c7;border-radius:5px;padding:2px 6px;font-size:11px;font-style:normal;position:absolute;top:10px;right:10px}.factory-inquiry-detail{background:#fff;border:1px solid #e5e7eb;border-radius:12px;gap:12px;padding:16px;display:grid}.factory-inquiry-detail-head{border-bottom:1px solid #eef2f7;justify-content:space-between;gap:12px;padding-bottom:12px;display:flex}.factory-inquiry-detail-head h3{margin:0 0 4px;font-size:16px}.factory-inquiry-detail-head p{color:#6b7280;margin:0;font-size:12px}.factory-inquiry-detail-head span{color:#047857;white-space:nowrap;background:#ecfdf5;border-radius:6px;align-self:start;padding:3px 8px;font-size:12px;font-weight:700}.factory-inquiry-requirement{color:#334155;white-space:pre-wrap;background:#f8fafc;border-radius:8px;padding:12px;font-size:13px;line-height:1.6}.factory-inquiry-messages{gap:10px;max-height:260px;display:grid;overflow-y:auto}.factory-inquiry-message{background:#f8fafc;border-radius:10px;padding:10px 12px}.factory-inquiry-message.from-factory{background:#ecfdf5}.factory-inquiry-message strong{color:#0e7c5f;font-size:12px}.factory-inquiry-message p{color:#334155;white-space:pre-wrap;margin:4px 0 0;font-size:13px;line-height:1.55}.factory-inquiry-empty{color:#94a3b8;margin:0;font-size:13px}.factory-inquiry-detail textarea{resize:vertical;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 12px}.factory-inquiry-detail textarea:focus{border-color:#0e7c5f}.factory-inquiry-detail .adm-btn{justify-content:center}.factory-empty-text{color:#6b7280;text-align:center;margin:0;padding:28px 12px}.factory-order-list{gap:12px;display:grid}.factory-order-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;gap:14px;padding:16px;display:grid}.factory-order-card__head,.factory-order-card__foot{justify-content:space-between;align-items:center;gap:14px;display:flex}.factory-order-no{color:#0e7c5f;font-size:15px;font-weight:800;text-decoration:none}.factory-order-no:hover{text-decoration:underline}.factory-order-card p,.factory-order-card span{color:#6b7280;margin:0;font-size:12px}.factory-order-status{background:#f3f4f6;border-radius:999px;padding:4px 9px;font-weight:800;color:#475569!important}.factory-order-status.pending_confirm,.factory-order-status.pending_payment{background:#fef3c7;color:#92400e!important}.factory-order-status.paid,.factory-order-status.processing{background:#dbeafe;color:#1d4ed8!important}.factory-order-status.shipped{background:#e0f2fe;color:#0369a1!important}.factory-order-status.delivered{background:#dcfce7;color:#166534!important}.factory-order-status.cancelled,.factory-order-status.closed{background:#fee2e2;color:#991b1b!important}.factory-order-card__body{background:#f8fafc;border-radius:10px;grid-template-columns:1.2fr 1.6fr .7fr;gap:12px;padding:12px;display:grid}.factory-order-card__body div{align-content:start;gap:5px;display:grid}.factory-order-card__body strong{color:#0f172a;font-size:13px}.factory-order-amount{font-weight:900;color:#0f172a!important;font-size:16px!important}@media (max-width:900px){.factory-inquiry-workspace{grid-template-columns:1fr}.factory-order-card__head,.factory-order-card__foot{flex-direction:column;align-items:flex-start}.factory-order-card__body{grid-template-columns:1fr}}.factory-rfq-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.factory-rfq-list{gap:14px;display:grid}.factory-rfq-categories{gap:8px;margin-bottom:16px;padding-bottom:2px;display:flex;overflow-x:auto}.factory-rfq-categories button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:999px;flex:none;align-items:center;gap:7px;min-height:34px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.factory-rfq-categories button.active{color:#047857;background:#ecfdf5;border-color:#0e7c5f}.factory-rfq-categories b{color:#64748b;background:#eef2f7;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;display:inline-flex}.factory-rfq-categories button.active b{color:#fff;background:#0e7c5f}.factory-rfq-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;gap:14px;padding:16px;display:grid}.factory-rfq-card-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.factory-rfq-card-head h3{color:#0f172a;margin:0 0 6px;font-size:17px;font-weight:800;line-height:1.35}.factory-rfq-card-head p{color:#6b7280;margin:0;font-size:12px}.factory-rfq-card-head p span{margin-left:12px}.factory-rfq-card-head em{color:#047857;background:#ecfdf5;border-radius:6px;flex-shrink:0;padding:4px 9px;font-size:12px;font-style:normal;font-weight:800}.factory-rfq-card-head em.quoted{color:#1d4ed8;background:#dbeafe}.factory-rfq-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.factory-rfq-meta span{color:#0f172a;background:#f8fafc;border-radius:8px;min-width:0;padding:10px 12px;font-size:13px}.factory-rfq-meta b{color:#64748b;margin-bottom:4px;font-size:12px;display:block}.factory-rfq-requirement{color:#334155;white-space:pre-wrap;background:#f8fafc;border-radius:8px;max-height:260px;padding:12px;font-size:13px;line-height:1.65;overflow-y:auto}.factory-rfq-actions{color:#94a3b8;align-items:center;gap:12px;font-size:12px;display:flex}.factory-rfq-quote-form{background:#f6fffb;border:1px solid #d8eee7;border-radius:10px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;padding:14px;display:grid}.factory-rfq-quote-form label{color:#334155;gap:6px;font-size:13px;font-weight:800;display:grid}.factory-rfq-quote-form label.wide{grid-column:1/-1}.factory-rfq-quote-form input,.factory-rfq-quote-form textarea{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:10px 12px;font-weight:500}.factory-rfq-quote-form textarea{resize:vertical}.factory-rfq-quote-form input:focus,.factory-rfq-quote-form textarea:focus{border-color:#0e7c5f;box-shadow:0 0 0 3px #0e7c5f1f}.factory-rfq-quote-actions{grid-column:1/-1;align-items:center;gap:8px;display:flex}.factory-rfq-notice{margin:0 0 12px}.factory-rfq-empty{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;place-items:center;gap:6px;min-height:180px;display:grid}.factory-rfq-empty strong{color:#0f172a;font-size:16px}@media (max-width:760px){.factory-rfq-head,.factory-rfq-card-head,.factory-rfq-actions{flex-direction:column;align-items:stretch}.factory-rfq-meta,.factory-rfq-quote-form{grid-template-columns:1fr}.factory-rfq-card-head p span{margin-top:4px;margin-left:0;display:block}}.account-page{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:20px;display:grid}.account-menu{background:#fff;min-height:620px;padding:18px 10px}.account-menu-group{margin-bottom:26px}.account-menu-group h3{color:#111827;margin:0 0 8px;padding:0 10px;font-size:14px;font-weight:800}.account-menu button{color:#1f2937;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;width:100%;min-height:34px;padding:8px 10px;font-size:13px;display:block}.account-menu button.active,.account-menu button:hover{background:#e7ebf0}.account-content{min-height:620px;padding:18px 0 60px}.account-content h2{color:#111827;margin:0 0 10px;font-size:20px;font-weight:800}.account-content>p{color:#374151;margin:0 0 14px;font-size:14px}.account-white-card{background:#fff;width:min(100%,980px);min-height:420px;padding:34px 40px}.account-white-card.compact{min-height:260px}.account-white-card h3{margin:0 0 14px;font-size:17px}.account-avatar-row,.account-info-row{color:#7b8491;grid-template-columns:170px minmax(0,1fr);align-items:center;gap:14px;min-height:36px;font-size:14px;display:grid}.account-avatar-row>span,.account-info-row>span{text-align:right}.account-avatar{color:#fff;background:#7aa8d8;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;font-size:42px;font-weight:800;display:inline-flex}.account-info-row strong{color:#374151;font-size:14px;font-weight:500}.account-info-row em{color:#ef4444;background:#eef2ff;margin-left:10px;padding:2px 6px;font-size:12px;font-style:normal}.account-info-row input,.account-info-row textarea,.account-password-form input,.account-empty-card textarea{border:1px solid #d8dee7;border-radius:2px;outline:none;width:min(100%,420px);padding:8px 10px}.account-info-row textarea,.account-empty-card textarea{resize:vertical;width:min(100%,620px)}.account-actions{gap:10px;margin:18px 0 0 184px;display:flex}.account-red-btn,.account-plain-btn,.account-outline-btn{cursor:pointer;border-radius:3px;min-height:34px;padding:7px 18px;font-weight:700}.account-red-btn{color:#fff;background:#ef4444;border:0}.account-red-btn:disabled{opacity:.55;cursor:not-allowed}.account-plain-btn{color:#374151;background:#f3f4f6;border:0}.account-outline-btn{color:#1f2937;background:#fff;border:1px solid #cfd8e3}.account-password-form{gap:14px;max-width:440px;display:grid}.account-password-form label{color:#374151;gap:6px;font-size:13px;font-weight:700;display:grid}.account-empty-card{align-content:start;gap:18px;display:grid}.account-empty-box{color:#6b7280;background:#fff;place-items:center;min-height:220px;display:grid}.account-cert-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.account-cert-grid button{color:#374151;cursor:pointer;background:#f0f0f0;border:0;min-height:150px}.account-cert-grid button:hover{background:#e5e7eb}.account-upload-panel{background:#fafafa;border:1px solid #d8dee7;gap:12px;margin-top:18px;padding:18px;display:grid}.account-upload-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-upload-head h3{margin:0}.account-upload-head button{color:#6b7280;cursor:pointer;background:0 0;border:0}.account-upload-panel label{color:#374151;gap:6px;font-size:13px;font-weight:700;display:grid}.account-upload-panel input[type=text],.account-upload-panel label:not(.account-file-picker) input{border:1px solid #d8dee7;outline:none;width:min(100%,420px);padding:8px 10px}.account-file-picker{cursor:pointer;background:#fff;border:1px dashed #c7d0dc;justify-content:center;align-items:center;width:min(100%,420px);min-height:42px;display:flex!important}.account-file-picker input{display:none}.account-file-picker span{color:#374151;font-weight:700}.account-upload-preview{object-fit:cover;background:#fff;border:1px solid #e5e7eb;width:180px;max-height:140px}.account-muted{color:#6b7280;margin-top:16px;font-size:13px}.account-cert-list{gap:10px;margin-top:22px;display:grid}.account-cert-list h3{margin:0 0 4px}.account-cert-item{border:1px solid #e5e7eb;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.account-cert-item img,.account-cert-placeholder{object-fit:cover;color:#9ca3af;background:#f3f4f6;place-items:center;width:76px;height:58px;font-size:12px;display:grid}.account-cert-item strong{font-size:14px;display:block}.account-cert-item span{color:#6b7280;font-size:12px}.account-cert-item p{color:#b91c1c;margin:3px 0 0;font-size:12px}.cert-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:2px 8px;font-size:11px;font-style:normal;font-weight:800;display:inline-flex}.cert-status.approved{color:#065f46;background:#d1fae5}.cert-status.pending{color:#92400e;background:#fef3c7}.cert-status.rejected{color:#991b1b;background:#fee2e2}.factory-cert-grid{grid-template-columns:repeat(auto-fill,minmax(220px,260px));align-items:stretch;gap:16px;margin-top:14px;display:grid}.factory-cert-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;min-height:260px;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.factory-cert-image,.factory-cert-placeholder{aspect-ratio:4/3;object-fit:cover;background:#f3f4f6;width:100%}.factory-cert-placeholder{color:#94a3b8;place-items:center;font-size:13px;display:grid}.factory-cert-body{gap:9px;padding:12px;display:grid}.factory-cert-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.factory-cert-title-row strong{color:#111827;word-break:break-word;min-width:0;font-size:14px;line-height:1.35}.factory-cert-title-row .small-btn{color:#dc2626;flex-shrink:0;height:30px;min-height:30px;padding:0 10px}.factory-cert-reject{color:#991b1b;background:#fff1f2;border:1px solid #fecaca;border-radius:8px;margin:0;padding:9px 10px;font-size:12px;line-height:1.5}.factory-cert-reject b{font-weight:800}.admin-cert-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.admin-cert-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.admin-cert-card img,.admin-cert-placeholder{object-fit:cover;color:#9ca3af;background:#f3f4f6;place-items:center;width:100%;height:150px;display:grid}.admin-cert-body{gap:6px;padding:12px;display:grid}.admin-cert-body strong{font-size:14px}.admin-cert-body span{color:#6b7280;font-size:12px}.admin-cert-body p{color:#b91c1c;margin:0;font-size:12px}.admin-cert-actions{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}@media (max-width:900px){.account-page{grid-template-columns:1fr}.account-menu{min-height:0}.account-white-card{padding:22px}.account-avatar-row,.account-info-row{grid-template-columns:1fr;gap:5px}.account-avatar-row>span,.account-info-row>span{text-align:left}.account-actions{margin-left:0}.account-cert-grid{grid-template-columns:1fr}.account-cert-item{grid-template-columns:64px minmax(0,1fr)}.account-cert-item .cert-status{grid-column:2;justify-self:start}}.adm-pending-item{background:#fffbeb;border:1px solid #fef3c7;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:16px 20px;display:flex}.adm-pending-info strong{font-size:14px}.adm-pending-meta{color:#6b7280;margin-left:10px;font-size:12px}.adm-pending-actions{gap:8px;display:flex}.adm-sv-toggle{cursor:pointer;background:#d1d5db;border:none;border-radius:11px;width:40px;height:22px;transition:background .2s;position:relative}.adm-sv-toggle.on{background:#0e7c5f}.adm-sv-toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:left .2s;position:absolute;top:2px;left:2px}.adm-sv-toggle.on:after{left:20px}.adm-notice{border-radius:8px;margin-bottom:20px;padding:10px 16px;font-size:13px;font-weight:500}.adm-notice.success{color:#065f46;background:#d1fae5}.adm-notice.error{color:#991b1b;background:#fee2e2}.footer-brand{color:#fff;align-items:center;gap:10px;margin-bottom:14px;font-size:20px;font-weight:800;display:flex}.footer-logo{border-radius:var(--radius-sm);background:#ffffff1a;width:36px;height:36px}.footer-links{gap:8px;margin:0;padding:0;list-style:none;display:grid}.footer-links a{color:#94a3b8;transition:color var(--transition)}.footer-links a:hover{color:#fff}.footer-badges{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.footer-badge{color:#94a3b8;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;height:26px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.home-stats{z-index:2;border:1px solid var(--line);border-radius:var(--radius-xl);width:min(1280px,100% - 48px);box-shadow:var(--shadow-lg);background:#fff;grid-template-columns:repeat(4,1fr);margin:-40px auto 0;display:grid;position:relative;overflow:hidden}.product-detail-page{background:#fff;min-height:100vh}.product-detail-main{width:min(1280px,100% - 48px);margin:0 auto;padding:24px 0 72px}.product-notice{margin-bottom:16px}.product-buybox{grid-template-columns:minmax(360px,1.08fr) minmax(360px,.92fr);align-items:start;gap:40px;display:grid}.product-gallery{position:sticky;top:88px}.product-rank-badge{color:#92400e;background:#fef3c7;border-radius:999px;align-items:center;margin-bottom:10px;padding:5px 12px;font-size:12px;font-weight:800;display:inline-flex}.product-main-media{border:1px solid var(--line);border-radius:var(--radius);background:#f8fafc;justify-content:center;align-items:center;min-height:420px;display:flex;overflow:hidden}.product-main-media img{aspect-ratio:4/3;object-fit:contain;width:100%;height:100%;max-height:520px;display:block}.product-thumbs{justify-content:center;gap:12px;margin-top:18px;padding-bottom:4px;display:flex;overflow-x:auto}.product-thumbs button{border:2px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;background:#fff;flex:none;width:72px;height:72px;padding:0;overflow:hidden}.product-thumbs button.active{border-color:var(--ink)}.product-thumbs img{object-fit:cover;width:100%;height:100%;display:block}.product-inquiry-basket{color:var(--ink);cursor:pointer;background:0 0;border:0;margin:16px auto 0;font-size:13px;text-decoration:underline;display:block}.product-purchase-panel{background:#fff}.secure-line{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.secure-line span{color:#15803d;background:#ecfdf5;border-radius:999px;align-items:center;min-height:22px;padding:2px 8px;font-size:12px;font-weight:800;display:inline-flex}.product-title-row{grid-template-columns:minmax(0,1fr) 42px;align-items:start;gap:12px;display:grid}.product-purchase-panel h1{letter-spacing:0;margin:0 0 10px;font-size:24px;line-height:1.35}.product-factory-link{color:var(--muted);align-items:center;gap:8px;margin-bottom:18px;font-size:14px;display:inline-flex}.product-factory-link span{color:#fff;background:#d97706;border-radius:4px;padding:2px 7px;font-size:11px;font-weight:800}.product-favorite-icon{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #d8dee8;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.product-favorite-icon:hover,.product-favorite-icon.active{color:#0e7c5f;background:#ecfdf5;border-color:#0e7c5f}.product-favorite-icon:disabled{opacity:.65;cursor:wait}.product-price-block{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0}.product-price-block strong{color:#111827;font-size:32px;font-weight:900;line-height:1.1;display:block}.product-price-block span{color:var(--muted);margin-top:4px;font-size:13px;display:block}.product-sku-picker{margin-top:18px}.product-section-title{margin-bottom:10px;font-size:14px;font-weight:800}.product-sku-picker button{border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:#fff;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;width:100%;margin-bottom:8px;padding:10px 12px;display:grid}.product-sku-picker button.active{border-color:var(--brand);background:var(--brand-light)}.product-sku-picker span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:700;overflow:hidden}.product-sku-picker strong{color:var(--danger)}.product-sku-picker small{color:var(--muted);white-space:nowrap}.product-action-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0 12px;display:grid}.product-action-row--two{grid-template-columns:repeat(2,minmax(0,1fr))}.product-action{min-height:44px;color:var(--ink);cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:999px;font-size:14px;font-weight:800}.product-action.primary{color:#fff;background:#ef4444;border-color:#ef4444}.product-action.inquiry{color:#ef4444;border-color:#ef4444}.product-action.chat{justify-content:center;align-items:center;gap:8px;display:inline-flex}.product-action:disabled{opacity:.55;cursor:not-allowed}.chat-dot{border:3px solid #3b82f6;border-radius:50%;width:14px;height:14px;display:inline-block}.sample-line{color:var(--muted);margin:0 0 18px;font-size:13px}.product-info-list,.product-protection{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.product-info-list h2,.product-protection h2{margin:0 0 12px;font-size:18px}.product-info-list dl{gap:8px;margin:0;display:grid}.product-info-list dl div{grid-template-columns:140px 1fr;gap:20px;font-size:14px;display:grid}.product-info-list dt{color:var(--muted)}.product-info-list dd{margin:0;font-weight:700}.product-protection{gap:12px;display:grid}.product-protection div{gap:2px;font-size:13px;display:grid}.product-protection span{color:var(--muted)}.product-inquiry-panel{border:1px solid var(--line);border-radius:var(--radius);max-width:720px;box-shadow:var(--shadow-sm);background:#fff;margin-top:28px;padding:22px}.product-inquiry-head{justify-content:space-between;align-items:start;gap:16px;margin-bottom:16px;display:flex}.product-inquiry-head h2{margin:0;font-size:22px}.product-inquiry-head button{background:var(--surface);border-radius:var(--radius-sm);cursor:pointer;border:0;padding:7px 12px}.product-inquiry-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.product-inquiry-form input,.product-inquiry-form textarea{border:1px solid var(--line);border-radius:var(--radius-sm);outline:none;width:100%;padding:10px 12px}.product-inquiry-form textarea,.product-inquiry-form button{grid-column:1/-1}.product-lower-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);gap:20px;margin-top:28px;display:grid}.product-description-panel h2,.product-supplier-card h2{margin:0 0 10px;font-size:20px}.product-description-panel p,.product-supplier-card p{color:var(--muted);margin:0}.product-rich-block{border-top:1px solid var(--line);margin-top:20px;padding-top:18px}.product-rich-block h3{margin:0 0 12px;font-size:16px}.product-rich-block ul{color:#334155;margin:0;padding-left:18px;line-height:1.75}.product-spec-table{border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.product-spec-table div{grid-template-columns:minmax(120px,.42fr) minmax(0,1fr);min-width:0;display:grid}.product-spec-table dt,.product-spec-table dd{border-bottom:1px solid var(--line);margin:0;padding:10px 12px;font-size:13px;line-height:1.45}.product-spec-table dt{color:var(--muted);background:#f8fafc;font-weight:700}.product-spec-table dd{color:#1f2937}.product-tier-table{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.product-tier-table span{border:1px solid var(--line);color:var(--brand);background:#fff;border-radius:6px;padding:7px 10px;font-size:13px;font-weight:800}.supplier-meta{color:var(--muted);gap:6px;margin:14px 0;font-size:13px;display:grid}.inquiry-page{background:#fff;flex-direction:column;min-height:100vh;display:flex}.inquiry-header{width:min(980px,100% - 48px);margin:0 auto;padding:18px 0 34px}.inquiry-brand{color:#111827;align-items:center;gap:16px;font-size:16px;font-weight:500;display:inline-flex}.inquiry-brand img{object-fit:contain;width:176px;height:48px}.inquiry-wrap{flex:1;width:min(940px,100% - 48px);margin:0 auto}.inquiry-notice{margin:0 0 16px}.inquiry-product-box{background:#f3f6fa;border:1px solid #d7dde5;margin-bottom:22px;overflow:hidden}.inquiry-supplier{color:#334155;border-bottom:1px solid #d7dde5;min-height:52px;padding:15px 20px;font-size:14px;font-weight:700}.inquiry-product-row{grid-template-columns:72px minmax(180px,1fr) minmax(200px,300px) 190px;align-items:center;gap:16px;min-width:0;padding:20px;display:grid}.inquiry-product-row img{object-fit:cover;background:#fff;width:72px;height:72px}.inquiry-product-row a{color:#1677d2;font-size:14px;line-height:1.6}.inquiry-quantity{grid-template-columns:minmax(0,1fr) 76px;justify-self:end;width:100%;min-width:0;max-width:190px;display:grid}.inquiry-quantity input,.inquiry-quantity select,.inquiry-sku-line select,.inquiry-field input,.inquiry-field textarea{color:#334155;background:#fff;border:1px solid #cfd8e3;outline:none;min-width:0;min-height:40px;padding:9px 12px}.inquiry-quantity select{border-left:0}.inquiry-product-spec{color:var(--muted);grid-template-columns:90px minmax(0,1fr);align-items:center;gap:10px;min-width:0;font-size:13px;display:grid}.inquiry-product-spec select{width:100%;min-width:0}.inquiry-field{margin-bottom:22px}.inquiry-field label{color:#1f2937;margin-bottom:8px;font-size:16px;font-weight:500;display:block}.inquiry-field label span{color:#ef4444;margin-left:2px}.inquiry-field textarea{resize:vertical;width:100%;min-height:160px;display:block}.inquiry-field.compact input{width:min(300px,100%)}.inquiry-attach-row{background:#f5f7fa;border:1px solid #cfd8e3;border-top:0;justify-content:space-between;align-items:center;min-height:38px;padding:0 10px;display:flex}.inquiry-attach-row button{color:#1677d2;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px}.inquiry-attach-row span{color:#64748b;font-size:13px}.inquiry-submit{color:#fff;cursor:pointer;background:#ef4444;border:0;border-radius:3px;min-width:160px;min-height:42px;padding:0 22px;font-size:16px;font-weight:700}.inquiry-submit:disabled{opacity:.55;cursor:not-allowed}.inquiry-submit.as-link{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.inquiry-footer{color:#64748b;text-align:center;background:#e5e7eb;place-content:center;gap:12px;min-height:160px;margin-top:80px;font-size:12px;display:grid}@media (max-width:760px){.inquiry-header,.inquiry-wrap{width:min(100% - 24px,980px)}.inquiry-product-row{grid-template-columns:64px minmax(0,1fr)}.inquiry-quantity,.inquiry-product-spec{grid-column:1/-1;justify-self:stretch;max-width:none}.inquiry-brand img{width:128px}}@media (min-width:761px) and (max-width:1120px){.inquiry-product-row{grid-template-columns:72px minmax(0,1fr) 260px}.inquiry-quantity{grid-column:3;justify-self:end;max-width:190px}.inquiry-product-spec{grid-column:2/4;grid-template-columns:90px minmax(0,320px)}}@media (max-width:920px){.product-buybox,.product-lower-grid{grid-template-columns:1fr}.product-gallery{position:static}.product-main-media{min-height:260px}.product-purchase-panel h1{font-size:20px}.product-price-block strong{font-size:26px}.product-price-block{padding:14px 0}.product-action-row{gap:8px}}@media (max-width:640px){.product-detail-main{width:min(100% - 20px,1280px);padding-top:10px;padding-bottom:48px}.product-buybox{gap:20px}.product-main-media{border-radius:8px;min-height:220px}.product-main-media img{max-height:360px}.product-thumbs{gap:8px;margin-top:12px}.product-thumbs button{width:56px;height:56px}.product-purchase-panel h1{font-size:18px;line-height:1.3}.product-title-row{gap:8px}.product-favorite-icon{width:36px;height:36px}.product-price-block strong{font-size:24px}.product-sku-picker button{grid-template-columns:1fr 1fr;gap:4px 8px;padding:10px;font-size:13px}.product-sku-picker span{white-space:normal;grid-column:1/-1;font-size:14px}.product-sku-picker strong{justify-self:start;font-size:15px}.product-sku-picker small{justify-self:end}.product-action-row{grid-template-columns:repeat(2,1fr)}.product-action{border-radius:12px;min-height:48px;font-size:14px}.product-action.primary{grid-column:1/-1;min-height:50px;font-size:16px}.product-info-list dl div,.product-inquiry-form{grid-template-columns:1fr}.product-info-list dl div{gap:4px}.product-info-list dt{font-size:12px}.product-spec-table{grid-template-columns:1fr}.product-spec-table div{grid-template-columns:1fr 2fr}.product-lower-grid{gap:14px;margin-top:20px}.product-description-panel,.product-supplier-card{padding:18px}.product-description-panel h2,.product-supplier-card h2{font-size:17px}.supplier-meta{gap:4px;font-size:12px}.product-supplier-card .ghost-btn{justify-content:center;width:100%;min-height:42px}.product-inquiry-basket{border:1px solid var(--line);border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:40px;text-decoration:none;display:flex}}@media (max-width:380px){.product-action-row{grid-template-columns:1fr}.product-action.primary{grid-column:auto}.product-sku-picker button{grid-template-columns:1fr}.product-sku-picker small{justify-self:start}}.home-page-v2{background:#f5f5f5}.search-bar-section{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 0}.search-bar-inner{width:min(1280px,100% - 48px);margin:0 auto}.search-bar-form{grid-template-columns:1fr auto;gap:10px;display:grid}.search-bar-form input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;height:48px;padding:0 18px;font-size:15px;transition:border-color .2s}.search-bar-form input:focus{border-color:var(--brand);outline:none}.search-bar-form .solid-btn{border-radius:8px;height:48px;padding:0 28px;font-size:15px}.category-pills-bar{scrollbar-width:none;-ms-overflow-style:none;gap:8px;width:min(1280px,100% - 48px);margin:0 auto;padding:12px 0;display:flex;overflow-x:auto}.category-pills-bar::-webkit-scrollbar{display:none}.cat-pill{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:20px;flex:none;padding:7px 18px;font-size:14px;font-weight:500;transition:all .2s}.cat-pill:hover{border-color:var(--brand);color:var(--brand)}.cat-pill.active{background:var(--brand);color:#fff;border-color:var(--brand)}.quick-entries-section{background:#fff;border-bottom:1px solid #e5e7eb}.quick-entries{grid-template-columns:repeat(4,1fr);gap:12px;width:min(1280px,100% - 48px);margin:0 auto;padding:20px 0;display:grid}.quick-entry{color:var(--ink);cursor:pointer;background:#f9fafb;border:0;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:18px 10px;font-family:inherit;text-decoration:none;transition:all .2s;display:flex}.quick-entry:hover{border-color:var(--brand);background:#ecfdf5;transform:translateY(-2px)}.quick-entry svg{color:var(--brand)}.quick-entry span{color:var(--ink);font-size:14px;font-weight:700}.quick-entry small{color:var(--muted);font-size:12px}.home-notice-v2{color:#92400e;background:#fef3c7;border-radius:8px;width:min(1280px,100% - 48px);margin:12px auto 0;padding:10px 16px;font-size:14px}.stats-bar-section{background:#fff;border-bottom:1px solid #e5e7eb}.stats-bar{grid-template-columns:repeat(4,1fr);width:min(1280px,100% - 48px);margin:0 auto;padding:20px 0;display:grid}.stats-bar div{text-align:center;border-right:1px solid #e5e7eb}.stats-bar div:last-child{border-right:0}.stats-bar strong{color:var(--brand);font-size:28px;font-weight:800;display:block}.stats-bar span{color:var(--muted);margin-top:2px;font-size:13px;display:block}.section-new{width:min(1280px,100% - 48px);margin:0 auto;padding:40px 0}.section-new-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:20px;display:flex}.section-new-kicker{letter-spacing:.08em;color:var(--brand);text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:700}.section-new h2{letter-spacing:-.02em;color:var(--ink);margin:0 0 6px;font-size:24px;font-weight:800}.section-new-sub{color:var(--muted);margin:0;font-size:14px}.section-new-link{color:var(--brand);white-space:nowrap;font-size:14px;font-weight:600;text-decoration:none}.section-new-link:hover{text-decoration:underline}.h-scroll{scrollbar-width:thin;scrollbar-color:#d1d5db transparent;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.h-scroll::-webkit-scrollbar{height:6px}.h-scroll::-webkit-scrollbar-track{background:0 0}.h-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.h-scroll>.product-card{flex:0 0 260px;min-width:260px}.h-scroll-loading{width:100%;min-height:120px;color:var(--muted);justify-content:center;align-items:center;font-size:14px;display:flex}.product-grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.product-grid-5{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.full-span-5{text-align:center;grid-column:1/-1}.filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.filter-chip-new{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #d1d5db;border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.filter-chip-new:hover{border-color:var(--brand);color:var(--brand)}.filter-chip-new.active{background:var(--brand);color:#fff;border-color:var(--brand)}.filter-chip-new.filter-chip--sv{color:#92400e;background:#fffbeb;border-color:#f59e0b}.filter-chip-new.filter-chip--sv.active{color:#fff;background:#f59e0b;border-color:#f59e0b}.filter-chip-new input{opacity:0;width:0;height:0;position:absolute}.sort-tabs-new{gap:6px;display:flex}.sort-tabs-new button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .2s}.sort-tabs-new button:hover{border-color:var(--brand)}.sort-tabs-new button.active{background:var(--brand);color:#fff;border-color:var(--brand)}.section-factory-videos{border-top:1px solid #e5e7eb;padding-top:40px}.video-card-new{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:0 0 340px;min-width:340px;transition:all .25s;overflow:hidden;box-shadow:0 1px 3px #0000000f}.video-card-new:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.video-thumb-new{object-fit:cover;background:#000;width:100%;height:200px}.video-card-body{padding:14px 16px}.video-card-body h3{color:var(--ink);margin:0 0 8px;font-size:15px;font-weight:700}.cta-section-new{background:var(--brand);color:#fff;text-align:center;padding:56px 24px}.cta-section-new h2{letter-spacing:-.02em;margin:0 0 12px;font-size:28px;font-weight:800}.cta-section-new p{color:#d1fae5;max-width:560px;margin:0 auto 24px;font-size:15px;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.cta-section-new .solid-btn{min-height:48px;color:var(--brand);background:#fff;border-radius:8px;padding:0 32px;font-size:15px;font-weight:700}.cta-section-new .solid-btn:hover{background:#ecfdf5;box-shadow:0 4px 16px #ffffff40}.cta-section-new .ghost-btn{color:#fff;background:0 0;border:2px solid #ffffff80;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.cta-section-new .ghost-btn:hover{background:#ffffff1a;border-color:#fff}@media (max-width:1024px){.product-grid-5{grid-template-columns:repeat(4,1fr)}.product-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.quick-entries{grid-template-columns:repeat(2,1fr)}.product-grid-5{grid-template-columns:repeat(3,1fr)}.stats-bar{grid-template-columns:repeat(2,1fr)}.stats-bar div{border-bottom:1px solid #e5e7eb;border-right:0;padding:10px 0}.stats-bar div:nth-child(odd){border-right:1px solid #e5e7eb}.section-new{padding:28px 0}.h-scroll>.product-card{flex:0 0 220px;min-width:220px}.video-card-new{flex:0 0 280px;min-width:280px}}@media (max-width:560px){.quick-entries{grid-template-columns:repeat(2,1fr);gap:8px}.product-grid-3,.product-grid-5{grid-template-columns:repeat(2,1fr)}.section-new-head{flex-direction:column;align-items:flex-start}.h-scroll>.product-card{flex:0 0 200px;min-width:200px}.video-card-new{flex:0 0 260px;min-width:260px}}.hp4{background:#f2f3f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hp4-top{z-index:100;background:#fff;border-bottom:1px solid #dfe2e6;position:sticky;top:0}.hp4-top-inner{align-items:center;gap:24px;width:min(1340px,100% - 40px);margin:0 auto;padding:10px 0;display:flex}.hp4-logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.hp4-logo img{border-radius:8px;width:40px;height:40px}.hp4-logo-text{flex-direction:column;display:flex}.hp4-logo-text strong{color:#1a1a1a;font-size:17px;font-weight:800;line-height:1.2}.hp4-logo-text small{color:#6b7280;white-space:nowrap;font-size:11px}.hp4-search{border:2px solid var(--brand);border-radius:4px;flex:1;max-width:620px;height:42px;display:flex;overflow:hidden}.hp4-search-type{color:#374151;cursor:pointer;white-space:nowrap;background:#f4f5f7;border-right:1px solid #dfe2e6;align-items:center;gap:4px;padding:0 12px;font-size:13px;display:flex}.hp4-search input{color:#1a1a1a;border:0;outline:none;flex:1;padding:0 14px;font-size:14px}.hp4-search input::placeholder{color:#9ca3af}.hp4-search button{background:var(--brand);color:#fff;cursor:pointer;border:0;justify-content:center;align-items:center;width:52px;display:flex}.hp4-search button:hover{background:#065f46}.hp4-top-links{flex-shrink:0;align-items:center;gap:16px;display:flex}.hp4-top-link{color:#4b5563;white-space:nowrap;align-items:center;gap:4px;font-size:13px;text-decoration:none;display:flex}.hp4-top-link:hover{color:var(--brand)}.hp4-top-link.cart{position:relative}.hp4-top-link.cart em{color:#fff;background:#e74c3c;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-style:normal;display:flex;position:absolute;top:-8px;right:-12px}.hp4-lang{position:relative}.hp4-lang button{color:#4b5563;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:4px;font-size:12px;display:flex}.hp4-lang button:hover{color:var(--brand)}.hp4-lang img{border:1px solid #d1d5db;border-radius:2px;width:18px;height:12px}.hp4-lang-drop{z-index:200;background:#fff;border:1px solid #dfe2e6;border-radius:6px;min-width:120px;padding:4px;position:absolute;top:100%;right:0;box-shadow:0 4px 12px #0000001a}.hp4-lang-drop button{cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:13px;display:flex}.hp4-lang-drop button:hover{background:#f3f4f6}.hp4-user{align-items:center;gap:8px;display:flex}.hp4-avatar{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.hp4-user a{color:#6b7280;font-size:12px;text-decoration:none}.hp4-user a:hover{color:#e74c3c}.hp4-btn{white-space:nowrap;cursor:pointer;border:0;border-radius:4px;justify-content:center;align-items:center;padding:8px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.hp4-btn-primary{background:var(--brand);color:#fff}.hp4-btn-primary:hover{background:#065f46}.hp4-btn-outline{border:1px solid var(--brand);color:var(--brand);background:0 0}.hp4-btn-outline:hover{background:var(--brand);color:#fff}.hp4-btn-signin{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.hp4-btn-signin:hover{background:#e5e7eb}.hp4-btn-join{background:var(--brand);color:#fff}.hp4-sub{background:var(--brand)}.hp4-sub-inner{gap:0;width:min(1340px,100% - 40px);margin:0 auto;display:flex}.hp4-sub-inner a{color:#ffffffd9;padding:9px 20px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s}.hp4-sub-inner a:hover,.hp4-sub-inner a.active{color:#fff;background:#ffffff1f}.hp4-main{grid-template-columns:250px 1fr 260px;gap:14px;width:min(1340px,100% - 40px);margin:16px auto;display:grid}.hp4-left{background:#fff;border:1px solid #dfe2e6;border-radius:6px;flex-direction:column;max-height:calc(100vh - 86px);display:flex;position:sticky;top:70px}.hp4-left-title{color:#1a1a1a;border-bottom:1px solid #dfe2e6;flex-shrink:0;align-items:center;gap:8px;padding:12px 14px;font-size:14px;font-weight:700;display:flex}.hp4-cats{scrollbar-width:thin;scrollbar-color:#d1d5db transparent;flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.hp4-cats::-webkit-scrollbar{width:4px}.hp4-cats::-webkit-scrollbar-track{background:0 0}.hp4-cats::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.hp4-cats-item{cursor:pointer;color:#374151;flex-shrink:0;justify-content:space-between;align-items:center;padding:11px 14px;font-size:13px;transition:all .12s;display:flex}.hp4-cats-item:hover,.hp4-cats-item.active{color:var(--brand);background:#f0fdf6}.hp4-cats-item.active{font-weight:600}.hp4-cats-item.muted{color:#9ca3af;cursor:default}.hp4-cats-item svg{opacity:.3}.hp4-cats-item:hover svg,.hp4-cats-item.active svg{opacity:.6}.hp4-cat-group{border-bottom:1px solid #f3f4f6}.hp4-cat-group:last-child{border-bottom:0}.hp4-cat-name{font-size:13px;font-weight:700}.hp4-subcats{margin:0;padding:0 0 6px 14px;list-style:none}.hp4-subcats-item{cursor:pointer;color:#6b7280;padding:5px 10px;font-size:12px;line-height:1.5;transition:all .12s}.hp4-subcats-item:hover,.hp4-subcats-item.active{color:var(--brand);font-weight:600}.hp4-subcats-more{cursor:pointer;color:var(--brand);padding:4px 10px;font-size:11px;font-weight:600}.hp4-catgrid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.hp4-catgrid-item{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;align-items:center;gap:6px;padding:16px 10px;text-decoration:none;transition:all .15s;display:flex}.hp4-catgrid-item:hover{border-color:var(--brand);color:var(--brand);box-shadow:0 2px 8px #0000000f}.hp4-catgrid-item strong{text-align:center;font-size:13px;font-weight:600}.hp4-catgrid-item small{color:#9ca3af;font-size:11px}.hp4-center{flex-direction:column;gap:14px;display:flex}.hp4-banner{background:linear-gradient(135deg,var(--brand)0%,#065f46 100%);border-radius:6px;justify-content:space-between;align-items:center;gap:20px;padding:28px;display:flex}.hp4-banner-text{flex:1}.hp4-banner-text h1{color:#fff;letter-spacing:-.3px;margin:0 0 6px;font-size:22px;font-weight:800}.hp4-banner-text p{color:#fffc;margin:0 0 16px;font-size:13px}.hp4-banner-actions{gap:10px;display:flex}.hp4-banner-actions .hp4-btn-primary{color:var(--brand);background:#fff}.hp4-banner-actions .hp4-btn-primary:hover{background:#ecfdf5}.hp4-banner-actions .hp4-btn-outline{color:#fff;border-color:#ffffff80}.hp4-banner-actions .hp4-btn-outline:hover{background:#ffffff26;border-color:#fff}.hp4-banner-entries{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.hp4-banner-entry{text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;flex-direction:column;align-items:center;gap:3px;min-width:100px;padding:14px 12px;text-decoration:none;transition:all .15s;display:flex}.hp4-banner-entry:hover{background:#fff3}.hp4-entry-icon{color:#fff}.hp4-banner-entry strong{color:#fff;font-size:12px}.hp4-banner-entry small{color:#ffffffb3;font-size:11px}.hp4-carousel{aspect-ratio:2;background:#000;border-radius:6px;max-height:460px;position:relative;overflow:hidden}.hp4-carousel-track{height:100%;transition:transform .5s ease-in-out;display:flex}.hp4-carousel-slide{flex:0 0 100%;position:relative}.hp4-carousel-slide img{object-fit:cover;width:100%;height:100%}.hp4-carousel-caption{color:#fff;background:linear-gradient(#0000,#000000a6);padding:12px 18px;font-size:14px;font-weight:600;position:absolute;bottom:0;left:0;right:0}.hp4-carousel-dots{gap:6px;display:flex;position:absolute;bottom:12px;right:16px}.hp4-carousel-dots button{cursor:pointer;background:#fff6;border:0;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s}.hp4-carousel-dots button.active{background:#fff}.hp4-stats{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.hp4-stats div{text-align:center;background:#fff;border:1px solid #dfe2e6;border-radius:6px;padding:14px 12px}.hp4-stats strong{color:var(--brand);font-size:22px;font-weight:800;display:block}.hp4-stats span{color:#6b7280;margin-top:2px;font-size:11px;display:block}.hp4-pills{flex-wrap:wrap;gap:8px;display:flex}.hp4-pills button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:5px 14px;font-size:12px;transition:all .15s}.hp4-pills button:hover{border-color:var(--brand);color:var(--brand)}.hp4-pills button.active{background:var(--brand);border-color:var(--brand);color:#fff}.hp4-section{background:#fff;border:1px solid #dfe2e6;border-radius:6px;padding:20px}.hp4-section-head{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.hp4-section-head h2{color:#1a1a1a;margin:0 0 2px;font-size:17px;font-weight:700}.hp4-section-head p{color:#9ca3af;margin:0;font-size:12px}.hp4-section-more{color:var(--brand);white-space:nowrap;font-size:13px;font-weight:600;text-decoration:none}.hp4-section-more:hover{text-decoration:underline}.hp4-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.hp4-empty{text-align:center;color:#9ca3af;grid-column:1/-1;padding:30px;font-size:14px}.hp4-card{background:#fff;border:1px solid #e8eaed;border-radius:6px;transition:all .15s;position:relative;overflow:hidden}.hp4-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000f}.hp4-card-img{aspect-ratio:1;background:#f8fafc;display:block;position:relative;overflow:hidden}.hp4-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .2s}.hp4-card:hover .hp4-card-img img{transform:scale(1.04)}.hp4-card-badge{color:#fff;background:#f59e0b;border-radius:3px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:6px;left:6px}.hp4-card-cart{cursor:pointer;opacity:0;background:#ffffffe6;border:1px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:opacity .15s;display:flex;position:absolute;bottom:6px;right:6px}.hp4-card:hover .hp4-card-cart{opacity:1}.hp4-card-cart:hover{background:var(--brand);color:#fff;border-color:var(--brand)}.hp4-card-cart:disabled{opacity:.4;cursor:default}.hp4-card-body{padding:10px;position:relative}.hp4-card-price{color:#e74c3c;margin-bottom:4px;font-size:15px;font-weight:700;display:block}.hp4-card-body h4{color:#1a1a1a;margin:0 0 4px;font-size:13px;font-weight:500;line-height:1.4}.hp4-card-body h4 a{color:inherit;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-decoration:none;display:-webkit-box;overflow:hidden}.hp4-card-body h4 a:hover{color:var(--brand)}.hp4-card-meta{color:#9ca3af;justify-content:space-between;align-items:center;font-size:11px;display:flex}.hp4-card-factory{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;max-width:65%;text-decoration:none;overflow:hidden}.hp4-card-factory:hover{color:var(--brand);text-decoration:underline}.hp4-card-fav{cursor:pointer;color:#d1d5db;background:0 0;border:0;padding:2px;position:absolute;top:8px;right:10px}.hp4-card-fav:hover,.hp4-card-fav.active{color:#f59e0b}.hp4-card-fav:disabled{opacity:.4;cursor:default}.hp4-right{flex-direction:column;gap:12px;display:flex;position:sticky;top:70px}.hp4-right-card{background:#fff;border:1px solid #dfe2e6;border-radius:6px;padding:16px}.hp4-right-head{color:#1a1a1a;border-bottom:1px solid #f3f4f6;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:10px;font-size:14px;font-weight:700;display:flex}.hp4-right-head svg{color:var(--brand)}.hp4-factory-item{border-radius:6px;align-items:center;gap:10px;padding:8px;text-decoration:none;transition:background .1s;display:flex}.hp4-factory-item:hover{background:#f9fafb}.hp4-factory-item img{object-fit:cover;border:1px solid #f3f4f6;border-radius:4px;width:42px;height:42px}.hp4-factory-item div{min-width:0}.hp4-factory-item strong{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;display:block;overflow:hidden}.hp4-factory-item small{color:#9ca3af;font-size:11px;display:block}.hp4-tag{color:#92400e;background:#fef3c7;border-radius:2px;margin-top:2px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-block}.hp4-rfq{text-align:center}.hp4-rfq svg{color:var(--brand);margin-bottom:8px}.hp4-rfq strong{margin-bottom:4px;font-size:14px;display:block}.hp4-rfq p{color:#9ca3af;margin:0 0 12px;font-size:12px}.hp4-trust{flex-direction:column;gap:8px;display:flex}.hp4-trust-item{color:#4b5563;align-items:center;gap:8px;font-size:12px;display:flex}.hp4-trust-item svg{color:var(--brand);flex-shrink:0}.hp4-notice{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:4px;width:min(1340px,100% - 40px);margin:0 auto 12px;padding:10px 14px;font-size:13px}.hp4-footer{background:#fff;border-top:1px solid #dfe2e6;margin-top:32px}.hp4-footer-inner{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;width:min(1340px,100% - 40px);margin:0 auto;padding:40px 0;display:grid}.hp4-footer-brand{flex-direction:column;gap:12px;display:flex}.hp4-footer-logo{align-items:center;gap:8px;display:flex}.hp4-footer-logo img{width:32px;height:32px}.hp4-footer-logo span{color:#1a1a1a;font-size:16px;font-weight:800}.hp4-footer-brand p{color:#6b7280;margin:0;font-size:13px;line-height:1.7}.hp4-footer-badges{gap:8px;display:flex}.hp4-footer-badges span{color:#6b7280;background:#f3f4f6;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600}.hp4-footer-inner h3{color:#1a1a1a;margin:0 0 12px;font-size:14px;font-weight:700}.hp4-footer-inner ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.hp4-footer-inner ul li,.hp4-footer-inner ul li a{color:#6b7280;font-size:13px;text-decoration:none}.hp4-footer-inner ul li a:hover{color:var(--brand)}.hp4-footer-bottom{text-align:center;color:#9ca3af;border-top:1px solid #f3f4f6;width:min(1340px,100% - 40px);margin:0 auto;padding:14px 0;font-size:12px}@media (max-width:1100px){.hp4-main{grid-template-columns:1fr}.hp4-left,.hp4-right{display:none}.hp4-grid{grid-template-columns:repeat(3,1fr)}.hp4-banner{flex-direction:column}.hp4-banner-entries{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.hp4-top-inner{flex-wrap:wrap;gap:12px}.hp4-search{flex:100%;order:3;max-width:none}.hp4-grid,.hp4-stats,.hp4-banner-entries{grid-template-columns:repeat(2,1fr)}.hp4-footer-inner{grid-template-columns:1fr 1fr}.hp4-sub-inner{scrollbar-width:none;overflow-x:auto}.hp4-top-links .hp4-top-link{display:none}.hp4-top-links .hp4-top-link.cart{display:flex}}@media (max-width:480px){.hp4-grid{grid-template-columns:repeat(2,1fr);gap:8px}.hp4-logo-text small{display:none}.hp4-banner{padding:16px}.hp4-banner-text h1{font-size:18px}.hp4-section{padding:14px}}.mod-home{color:#1a1a2e;background:#f4f6f8;font-family:Inter,SF Pro Display,-apple-system,Microsoft YaHei,sans-serif}.mod-util{background:#fff;border-bottom:1px solid #eef0f2}.mod-util-inner{justify-content:space-between;width:min(1300px,100% - 40px);margin:0 auto;padding:8px 0;font-size:12px;display:flex}.mod-util a{color:#6b7280;align-items:center;gap:5px;padding:0 12px;text-decoration:none;transition:color .15s;display:inline-flex}.mod-util a:hover{color:var(--brand)}.mod-util-left,.mod-util-right{align-items:center;display:flex}.mod-lang-btn:hover{background:#f3f4f6}.mod-header{background:#fff;border-bottom:1px solid #eef0f2;padding:16px 0}.mod-header-inner{align-items:center;gap:30px;width:min(1300px,100% - 40px);margin:0 auto;display:flex}.mod-logo{flex-direction:column;flex-shrink:0;text-decoration:none;display:flex}.mod-logo-text{color:var(--brand);letter-spacing:-.5px;font-size:26px;font-weight:800;line-height:1.1}.mod-logo-sub{color:#9ca3af;letter-spacing:.02em;margin-top:-1px;font-size:11px}.mod-tagline{color:#6b7280;text-align:center;flex:1;max-width:380px;font-size:13px;line-height:1.5}.mod-search{border:2px solid #e5e7eb;border-radius:12px;flex:1;max-width:650px;height:48px;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000a}.mod-search-select{color:#374151;cursor:pointer;background:#f9fafb;align-items:center;gap:5px;padding:0 16px;font-size:13px;font-weight:500;display:flex}.mod-search input{color:#1a1a2e;border:0;outline:none;flex:1;padding:0 16px;font-size:15px}.mod-search input::placeholder{color:#9ca3af}.mod-search-btn{background:var(--brand);color:#fff;cursor:pointer;border:0;justify-content:center;align-items:center;width:56px;transition:background .15s;display:flex}.mod-search-btn:hover{background:#065f46}.mod-header-links{flex-shrink:0;align-items:center;gap:12px;font-size:14px;display:flex}.mod-header-links a{color:#374151;font-weight:500;text-decoration:none;transition:color .15s}.mod-header-links a:hover{color:var(--brand)}.mod-btn-join{background:var(--brand);border-radius:10px;padding:10px 20px;font-weight:600;color:#fff!important}.mod-nav{background:var(--brand)}.mod-nav-inner{width:min(1300px,100% - 40px);margin:0 auto;display:flex}.mod-nav-inner a{color:#ffffffe0;padding:12px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s}.mod-nav-inner a:hover,.mod-nav-inner a.active{color:#fff;background:#ffffff1a}.mod-nav-right{align-items:center;margin-left:auto;padding:0 12px;display:flex}.mod-lang-btn{cursor:pointer;color:#6b7280;background:0 0;border:0;border-radius:6px;align-items:center;gap:4px;padding:4px 6px;font-size:12px;transition:background .15s;display:flex}.mod-lang-btn:hover{color:#374151;background:#f3f4f6}.mod-lang-btn img{border-radius:2px;width:16px;height:11px}.mod-main{grid-template-columns:205px 1fr 255px;gap:16px;width:min(1300px,100% - 40px);margin:20px auto 40px;display:grid}.mod-sidebar{background:#fff;border-radius:12px;flex-direction:column;max-height:calc(100vh - 32px);display:flex;position:sticky;top:16px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.mod-sidebar-title{color:#1a1a2e;background:#f9fafb;border-bottom:1px solid #f3f4f6;flex-shrink:0;padding:14px 18px;font-size:15px;font-weight:700}.mod-cat-list{flex:1;margin:0;padding:4px 0;list-style:none;overflow-y:auto}.mod-cat-list li{cursor:pointer;color:#4b5563;padding:11px 18px;font-size:13px;transition:all .12s}.mod-cat-list li:hover{color:var(--brand);background:#f0fdf6}.mod-cat-list li.active{color:var(--brand);border-right:3px solid var(--brand);background:#ecfdf5;font-weight:600}.mod-center{flex-direction:column;gap:16px;display:flex}.mod-carousel{aspect-ratio:2.5;background:#e5e7eb;border-radius:12px;max-height:400px;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000f}.mod-carousel-fb{background:linear-gradient(135deg,var(--brand)0%,#059669 100%)}.mod-carousel-track{height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.mod-carousel-slide{flex:0 0 100%;position:relative}.mod-carousel-slide img{object-fit:cover;width:100%;height:100%}.mod-carousel-cap{color:#fff;background:linear-gradient(#0000,#0000008c);padding:16px 20px;font-size:15px;font-weight:600;position:absolute;bottom:0;left:0;right:0}.mod-carousel-dots{gap:6px;display:flex;position:absolute;bottom:14px;right:18px}.mod-carousel-dots button{cursor:pointer;background:#ffffff59;border:0;border-radius:50%;width:10px;height:10px;padding:0;transition:all .2s}.mod-carousel-dots button.active{background:#fff;transform:scale(1.2)}.mod-quick-strip{width:min(1300px,100% - 40px);margin:0 auto 20px}.mod-quick-row{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.mod-quick-card{color:#1a1a2e;background:#fff;border-radius:12px;align-items:center;gap:14px;padding:20px 18px;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.mod-quick-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.mod-qc-icon{color:var(--brand);opacity:.8}.mod-quick-card strong{color:#1a1a2e;font-size:14px;font-weight:600;display:block}.mod-quick-card small{color:#9ca3af;margin-top:2px;font-size:12px;display:block}.mod-section{box-shadow:none;background:0 0;border-radius:0;padding:24px 0}.mod-section-hd{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.mod-section-hd h2{color:#1a1a2e;letter-spacing:-.3px;margin:0;font-size:19px;font-weight:700}.mod-section-hd h2 small{color:#9ca3af;margin-top:4px;font-size:13px;font-weight:400;display:block}.mod-section-hd a{color:var(--brand);border-radius:8px;padding:6px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s}.mod-section-hd a:hover{background:#f0fdf6}.mod-prod-grid{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.mod-card{color:inherit;background:#fff;border:1px solid #f3f4f6;border-radius:12px;text-decoration:none;transition:all .25s;overflow:hidden}.mod-card:hover{border-color:#e5e7eb;transform:translateY(-3px);box-shadow:0 8px 30px #0000001a}.mod-card-img{aspect-ratio:1;background:#f8fafc;position:relative;overflow:hidden}.mod-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.mod-card-badge{background:var(--brand);color:#fff;letter-spacing:.5px;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:700;position:absolute;top:8px;left:8px}.mod-card-badge.video{background:#2563eb;top:8px;left:auto;right:8px}.mod-stats-banner{background:linear-gradient(135deg,var(--brand),#059669);padding:16px 0}.mod-stats-banner-inner{align-items:center;gap:30px;width:min(1300px,100% - 40px);margin:0 auto;display:flex}.mod-stats-item{text-align:center;flex:1}.mod-stats-item strong{color:#fff;font-size:28px;font-weight:800;line-height:1;display:block}.mod-stats-item span{color:#ffffffbf;margin-top:4px;font-size:13px;display:block}.mod-stats-desc{color:#ffffffd9;white-space:nowrap;margin:0 0 0 auto;font-size:14px}@media (max-width:768px){.mod-stats-banner-inner{flex-wrap:wrap;gap:16px}.mod-stats-item{flex:none;min-width:70px}.mod-stats-item strong{font-size:22px}.mod-stats-desc{display:none}}.mod-card-body{padding:12px 14px 14px}.mod-card-name{color:#374151;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:13px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.mod-card-meta{justify-content:space-between;align-items:center;display:flex}.mod-card-price{color:var(--brand);font-size:15px;font-weight:700}.mod-card-moq{color:#9ca3af;font-size:11px}.mod-right{flex-direction:column;gap:16px;display:flex;position:sticky;top:16px}.mod-right-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000a}.mod-right-title{color:#1a1a2e;border-bottom:2px solid var(--brand);margin-bottom:16px;padding-bottom:12px;font-size:16px;font-weight:700}.mod-right-list{flex-direction:column;gap:12px;display:flex}.mod-right-item{border-radius:10px;gap:12px;padding:8px;text-decoration:none;transition:background .15s;display:flex}.mod-right-item:hover{background:#f9fafb}.mod-right-item img{object-fit:cover;border-radius:8px;flex-shrink:0;width:60px;height:60px}.mod-right-item div{flex-direction:column;gap:4px;min-width:0;display:flex}.mod-right-name{color:#374151;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.mod-right-price{color:var(--brand);font-size:14px;font-weight:700}.mod-right-more{text-align:center;color:var(--brand);border-radius:8px;margin-top:14px;padding:8px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:block}.mod-right-more:hover{background:#f0fdf6}.mod-stats-row{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.mod-stats-row div{text-align:center;background:#fff;border-radius:12px;padding:24px 16px;box-shadow:0 1px 3px #0000000a}.mod-stats-row strong{color:var(--brand);margin-bottom:4px;font-size:28px;font-weight:800;display:block}.mod-stats-row span{color:#9ca3af;font-size:13px}.mod-stats-col{flex-direction:column;gap:14px;display:flex}.mod-stats-col div{text-align:center;border-bottom:1px solid #f3f4f6;padding:10px 0}.mod-stats-col div:last-child{border-bottom:0}.mod-stats-col strong{color:var(--brand);font-size:24px;font-weight:800;display:block}.mod-stats-col span{color:#9ca3af;font-size:12px}.mod-footer{color:#9ca3af;background:#1a1a2e;margin-top:50px}.mod-footer-inner{width:min(1300px,100% - 40px);margin:0 auto;padding:40px 0 20px}.mod-footer-links{grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:30px;display:grid}.mod-footer-links dl{margin:0}.mod-footer-links dt{color:#fff;margin-bottom:14px;font-size:15px;font-weight:700}.mod-footer-links dd{margin:0 0 8px}.mod-footer-links dd a{color:#9ca3af;font-size:13px;text-decoration:none;transition:color .15s}.mod-footer-links dd a:hover{color:#fff}.mod-footer-bot{text-align:center;border-top:1px solid #2d2d44;padding-top:18px;font-size:13px}@media (max-width:1024px){.mod-main{grid-template-columns:1fr}.mod-prod-grid{grid-template-columns:repeat(3,1fr)}.mod-stats-row{grid-template-columns:repeat(2,1fr)}.mod-sidebar{border-radius:10px;flex-direction:column;max-height:none;position:static}.mod-sidebar-title{padding:10px 14px;font-size:14px}.mod-cat-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:none;gap:6px;padding:8px 10px;display:flex;overflow:auto hidden}.mod-cat-list::-webkit-scrollbar{display:none}.mod-cat-list li{white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;padding:7px 14px;font-size:12px}.mod-cat-list li:hover{border-color:var(--brand);background:#f0fdf6}.mod-cat-list li.active{background:var(--brand);color:#fff;border-color:var(--brand);border-right:none}.mod-right{display:none}}@media (max-width:768px){.mod-prod-grid{grid-template-columns:repeat(2,1fr);gap:10px}.mod-quick-row{grid-template-columns:repeat(2,1fr);gap:8px}.mod-header-inner{flex-wrap:wrap;gap:8px;padding:0 4px}.mod-header{padding:10px 0}.mod-logo-text{font-size:22px}.mod-search{border-radius:10px;flex:100%;order:3;max-width:none;height:44px}.mod-search-select{padding:0 10px;font-size:12px}.mod-search input{padding:0 12px;font-size:14px}.mod-search-btn{width:46px}.mod-tagline{display:none}.mod-header-links{gap:6px;font-size:13px}.mod-btn-join{border-radius:8px;padding:8px 14px;font-size:12px}.mod-nav-inner{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.mod-nav-inner::-webkit-scrollbar{display:none}.mod-nav-inner a{white-space:nowrap;flex-shrink:0;padding:11px 16px;font-size:13px}.mod-footer-links{grid-template-columns:repeat(2,1fr);gap:24px}.mod-stats-banner-inner{gap:12px;padding:0 8px}.mod-stats-item{flex:none;min-width:60px}.mod-stats-item strong{font-size:20px}.mod-stats-item span{font-size:11px}.mod-stats-desc{display:none}.mod-quick-card{gap:10px;padding:14px 12px}.mod-quick-card strong{font-size:13px}.mod-card-name{font-size:12px}.mod-card-body{padding:8px 10px 10px}.mod-card-price{font-size:14px}.mod-section-hd h2{font-size:17px}.mod-section-hd{flex-wrap:wrap;gap:8px}.mod-section-hd a{font-size:13px}.mod-sidebar{border-radius:8px}.mod-sidebar-title{padding:8px 12px;font-size:13px}.mod-cat-list{gap:4px;padding:6px 8px}.mod-cat-list li{border-radius:4px;padding:5px 10px;font-size:11px}}@media (max-width:480px){.mod-prod-grid{grid-template-columns:repeat(2,1fr);gap:8px}.mod-carousel{aspect-ratio:16/9;border-radius:8px;max-height:220px}.mod-section{border-radius:0;padding:14px 0}.mod-main{width:min(1300px,100% - 16px);margin:12px auto 24px}.mod-quick-strip{width:min(1300px,100% - 16px);margin:0 auto 12px}.mod-stats-banner{padding:10px 0}.mod-header-links{gap:4px}.mod-lang-btn{padding:4px;font-size:11px}.mod-lang-btn img{width:14px;height:9px}.mod-footer{margin-top:32px}.mod-footer-inner{padding:28px 0 16px}.mod-footer-links{gap:18px}.mod-footer-links dt{margin-bottom:10px;font-size:13px}.mod-footer-links dd a{font-size:12px}.mod-footer-bot{font-size:11px}.mod-sidebar{border-radius:6px;margin-bottom:2px}.mod-sidebar-title{padding:6px 10px;font-size:12px}.mod-cat-list{gap:3px;padding:4px 6px}.mod-cat-list li{border-radius:4px;padding:4px 8px;font-size:10px}}.mod-card-img{aspect-ratio:4/3}.mod-card-name{font-size:14px}.mod-card-price{font-size:16px}.brand-logo-text{color:var(--brand);font-size:22px;font-weight:800;line-height:1.1}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);gap:10px}.products-body{width:min(1300px,100% - 20px);padding:12px 0 40px}.products-filters{border-radius:8px;padding:12px 14px}.products-cats{gap:4px}.products-cats button{padding:3px 10px;font-size:11px}}@media (max-width:560px){.products-grid{grid-template-columns:repeat(2,1fr);gap:8px}.products-filters{margin-bottom:10px;padding:10px 12px}.products-filters-inner{gap:8px}.products-sorts{gap:4px}.products-sorts button{padding:4px 10px;font-size:12px}.products-body{padding:8px 0 32px}}@media (max-width:768px){.adm-shell{flex-direction:column}.adm-sidebar{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;padding:0;overflow-x:auto;width:100%!important}.adm-sidebar::-webkit-scrollbar{display:none}.adm-sidebar .adm-side-logo{display:none}.adm-side-nav{flex-direction:row;gap:0}.adm-side-item{white-space:nowrap;flex-shrink:0;padding:10px 14px;font-size:12px}.adm-side-footer{display:none}.adm-main{min-width:0;margin:0}.adm-topbar{flex-wrap:wrap;gap:8px;padding:10px 16px}.adm-content{min-width:0;padding:12px 16px}.adm-stats{grid-template-columns:repeat(2,1fr);gap:10px}.adm-table,.adm-card-body.no-pad{-webkit-overflow-scrolling:touch;overflow-x:auto}.adm-table{min-width:600px}.adm-pending-item{flex-direction:column;align-items:flex-start;gap:8px}.adm-pending-actions{flex-wrap:wrap;gap:8px;width:100%;display:flex}.adm-pending-actions button{flex:1;min-width:80px}.adm-form-row{flex-direction:column}.panel-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.panel-tabs::-webkit-scrollbar{display:none}.panel-tab{white-space:nowrap;flex-shrink:0}.dashboard{min-height:auto}.dash-main{min-width:0;padding:16px}.buyer-stats{grid-template-columns:repeat(2,1fr)}.factory-panel-main{padding:16px 12px 60px}.factory-panel-main h1{font-size:20px}.panel-card{padding:16px}.account-page{grid-template-columns:1fr}.account-menu{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:2px;min-height:0;padding:8px;display:flex;overflow-x:auto}.account-menu::-webkit-scrollbar{display:none}.account-menu-group{flex-shrink:0;gap:4px;margin-bottom:0;display:flex}.account-menu-group h3{display:none}.account-menu button{white-space:nowrap;flex-shrink:0;width:auto}.account-white-card{padding:18px}.account-content{padding:12px 0 40px}.account-content h2{font-size:18px}}@media (max-width:480px){.adm-stats{grid-template-columns:1fr}.adm-side-item{padding:8px 10px;font-size:11px}.admin-cert-grid{grid-template-columns:1fr}.adm-topbar,.adm-content{padding:8px 12px}.dash-head h1{font-size:20px}.dash-head p{font-size:13px}.buyer-stats{grid-template-columns:1fr}}@media (max-width:560px){.two-col-form{grid-template-columns:1fr}.mod-quick-row{grid-template-columns:repeat(2,1fr)}.mod-logo-text{font-size:20px}.mod-tagline{display:none}.buyer-stats{grid-template-columns:repeat(2,1fr);gap:10px}.buyer-stat{gap:10px;padding:14px 12px}.buyer-stat-value{font-size:20px}.buyer-inquiry-workspace{grid-template-columns:1fr}.buyer-inquiry-detail{padding:12px}.buyer-inquiry-detail-head{flex-wrap:wrap}.rfq-page{gap:12px}.rfq-hero{flex-direction:column;align-items:flex-start}.dash-panel{padding:16px}.profile-form{max-width:100%}.login-card{padding:20px}.login-card h1{font-size:22px}.auth-page{width:min(100% - 20px,520px);padding:12px}.auth-aside{border-radius:12px;min-height:180px;padding:24px}.auth-aside h1{font-size:22px}.login-aside-metrics{gap:6px}.login-aside-metrics span{min-height:auto;padding:10px}.code-row,.login-v2-code-row{grid-template-columns:1fr}}@media (max-width:480px){.mod-nav-inner{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.mod-nav-inner::-webkit-scrollbar{display:none}.mod-nav-inner a{flex-shrink:0}.mod-header-links{gap:6px}.mod-btn-join{padding:8px 14px;font-size:12px}.cart-footer{padding-bottom:calc(14px + env(safe-area-inset-bottom,0px))}.mod-footer{padding-bottom:env(safe-area-inset-bottom,0px)}.product-detail-main{padding-bottom:calc(48px + env(safe-area-inset-bottom,0px))}.table-wrap{position:relative}.table-wrap:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#0000000d);width:20px;position:absolute;top:0;bottom:0;right:0}}.products-catalog{background:#f4f6f8;min-height:100vh}.products-body{width:min(1300px,100% - 40px);margin:0 auto;padding:20px 0 60px}.products-filters{background:#fff;border-radius:12px;margin-bottom:16px;padding:16px 20px;box-shadow:0 1px 3px #0000000a}.products-filters-inner{flex-direction:column;gap:12px;display:flex}.products-sorts{gap:8px;display:flex}.products-sorts button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 16px;font-size:13px;transition:all .15s}.products-sorts button:hover{border-color:var(--brand)}.products-sorts button.active{background:var(--brand);color:#fff;border-color:var(--brand)}.products-cats{flex-wrap:wrap;gap:6px;display:flex}.products-cats button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:4px 12px;font-size:12px;transition:all .15s}.products-cats button:hover{border-color:var(--brand);color:var(--brand)}.products-cats button.active{background:var(--brand);color:#fff;border-color:var(--brand)}.products-grid-wrap{min-height:300px}.products-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.products-empty{text-align:center;color:#9ca3af;padding:60px 20px;font-size:15px}.products-load-more{text-align:center;padding:30px 0}.brand-logo-sub{color:#999;font-size:11px;font-weight:400}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mod-section{animation:.5s ease-out fadeInUp}.mod-section:nth-child(2){animation-delay:80ms}.mod-section:nth-child(3){animation-delay:.16s}.mod-section:nth-child(4){animation-delay:.24s}.mod-section:nth-child(5){animation-delay:.32s}.mod-card{transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s cubic-bezier(.25,.46,.45,.94),border-color .3s}.mod-card:hover{box-shadow:0 16px 40px #0000001f,0 0 0 1px var(--brand);transform:translateY(-6px)scale(1.02)}.mod-card-img img{transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.mod-card:hover .mod-card-img img{transform:scale(1.1)}.mod-btn-join:active{transform:scale(.95)}.mod-quick-card:active{transform:scale(.97)}.mod-quick-card:hover{box-shadow:0 8px 30px #0e7c5f26,0 0 0 1px var(--brand);transform:translateY(-3px)}.mod-qc-icon{transition:transform .3s,opacity .3s}.mod-quick-card:hover .mod-qc-icon{opacity:1;transform:scale(1.15)}.mod-right-item{animation:.4s ease-out both slideUp}.mod-right-item:first-child{animation-delay:50ms}.mod-right-item:nth-child(2){animation-delay:.1s}.mod-right-item:nth-child(3){animation-delay:.15s}.mod-right-item:nth-child(4){animation-delay:.2s}.mod-right-item:nth-child(5){animation-delay:.25s}.mod-right-item:nth-child(6){animation-delay:.3s}.mod-right-item:nth-child(7){animation-delay:.35s}.mod-right-item:nth-child(8){animation-delay:.4s}.mod-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite shimmer}.mod-search{transition:border-color .3s,box-shadow .3s}.mod-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px #0e7c5f1a,0 4px 20px #0e7c5f14}.mod-carousel-slide{transition:opacity .6s}.mod-nav-inner a{position:relative}.mod-nav-inner a:after{content:"";background:#fff;width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.mod-nav-inner a:hover:after,.mod-nav-inner a.active:after{width:60%}.mod-cat-list li{position:relative;overflow:hidden}.mod-cat-list li:before{content:"";background:var(--brand);opacity:0;transition:opacity .2s;position:absolute;inset:0}.mod-cat-list li:active:before{opacity:.06}.mod-right-item{border-radius:8px;transition:transform .2s,background .2s,box-shadow .2s}.mod-right-item:hover{background:#f0fdf6;transform:translate(4px);box-shadow:0 2px 8px #0e7c5f14}.mod-footer-links dd a{padding-left:0;transition:padding-left .2s,color .2s}.mod-footer-links dd a:hover{color:#fff;padding-left:4px}.mod-card-badge{animation:2s ease-in-out infinite pulse}.mod-stats-row div{animation:.4s ease-out scaleIn}.mod-stats-row div:first-child{animation-delay:0s}.mod-stats-row div:nth-child(2){animation-delay:.1s}.mod-stats-row div:nth-child(3){animation-delay:.2s}.mod-stats-row div:nth-child(4){animation-delay:.3s}
