.AuthModal-module__jrbLjq__overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AuthModal-module__jrbLjq__modal{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-2xl);width:100%;max-width:420px;box-shadow:var(--shadow-2xl);max-height:90vh;padding:2rem;animation:.3s cubic-bezier(.25,.46,.45,.94) AuthModal-module__jrbLjq__scale-in;position:relative;overflow-y:auto}.AuthModal-module__jrbLjq__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.AuthModal-module__jrbLjq__title{color:var(--text-primary);letter-spacing:-.03em;font-size:1.3rem;font-weight:800}.AuthModal-module__jrbLjq__closeBtn{background:var(--bg-muted);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-full);border:none;justify-content:center;align-items:center;padding:.4rem;transition:all .25s;display:flex}.AuthModal-module__jrbLjq__closeBtn:hover{color:var(--text-primary);background:var(--bg-strong)}.AuthModal-module__jrbLjq__tabs{background:var(--bg-muted);border-radius:var(--radius-full);gap:.15rem;margin-bottom:1.75rem;padding:.2rem;display:flex}.AuthModal-module__jrbLjq__tab{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;flex:1;padding:.5rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.AuthModal-module__jrbLjq__tab.AuthModal-module__jrbLjq__active{background:var(--gradient-btn-primary);color:var(--text-inverse);box-shadow:var(--shadow-btn-primary)}.AuthModal-module__jrbLjq__field{margin-bottom:1rem}.AuthModal-module__jrbLjq__label{color:var(--text-secondary);letter-spacing:-.01em;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.AuthModal-module__jrbLjq__inputWrap{align-items:center;display:flex;position:relative}.AuthModal-module__jrbLjq__inputIcon{color:var(--text-muted);pointer-events:none;flex-shrink:0;position:absolute;left:.85rem}.AuthModal-module__jrbLjq__input{background:var(--bg-subtle);border:1px solid var(--border-input);border-radius:var(--radius-lg);width:100%;color:var(--text-primary);min-width:0;box-shadow:var(--shadow-inset);outline:none;padding:.7rem .95rem .7rem 2.5rem;font-size:.88rem;transition:all .3s}.AuthModal-module__jrbLjq__input::placeholder{color:var(--text-tertiary)}.AuthModal-module__jrbLjq__input:focus{border-color:var(--accent-blue);background:var(--accent-blue-lighter);box-shadow:var(--shadow-accent-glow), var(--shadow-inset)}.AuthModal-module__jrbLjq__inputWithAction{padding-right:2.5rem}.AuthModal-module__jrbLjq__eyeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;transition:color .2s;display:flex;position:absolute;right:.75rem}.AuthModal-module__jrbLjq__eyeBtn:hover{color:var(--text-secondary)}.AuthModal-module__jrbLjq__codeRow{align-items:center;gap:.6rem;display:flex}.AuthModal-module__jrbLjq__codeInput{flex:1;min-width:0}.AuthModal-module__jrbLjq__sendCodeBtn{background:var(--accent-blue-light);border:1px solid var(--accent-blue-border);border-radius:var(--radius-lg);color:var(--accent-blue);cursor:pointer;white-space:nowrap;flex-shrink:0;padding:.7rem .9rem;font-size:.78rem;font-weight:600;line-height:1.4;transition:all .3s}.AuthModal-module__jrbLjq__sendCodeBtn:hover:not(:disabled){background:var(--accent-blue-glow);border-color:var(--accent-blue-border-strong);box-shadow:var(--shadow-accent-glow);transform:translateY(-1px)}.AuthModal-module__jrbLjq__sendCodeBtn:disabled{opacity:.5;cursor:not-allowed}.AuthModal-module__jrbLjq__error{background:var(--accent-pink-light);border:1px solid var(--accent-pink-border);border-radius:var(--radius-md);color:var(--accent-pink);margin-top:.5rem;margin-bottom:.25rem;padding:.6rem .95rem;font-size:.82rem;line-height:1.5}.AuthModal-module__jrbLjq__success{background:var(--accent-green-light);border:1px solid var(--accent-green-border);border-radius:var(--radius-md);color:var(--accent-green);margin-top:.5rem;margin-bottom:.25rem;padding:.6rem .95rem;font-size:.82rem;line-height:1.5}.AuthModal-module__jrbLjq__submitBtn{border-radius:var(--radius-full);justify-content:center;width:100%;margin-top:.75rem}
.UserModal-module__d6Sjxa__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s UserModal-module__d6Sjxa__fadeIn;display:flex;position:fixed;inset:0}.UserModal-module__d6Sjxa__modal{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:560px;max-height:80vh;animation:.25s UserModal-module__d6Sjxa__slideUp;display:flex;box-shadow:0 20px 60px #00000026}.UserModal-module__d6Sjxa__modalWide{max-width:680px}.UserModal-module__d6Sjxa__header{border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.UserModal-module__d6Sjxa__title{color:#1a1a1a;margin:0;font-size:16px;font-weight:600}.UserModal-module__d6Sjxa__closeBtn{color:#999;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:22px;line-height:1;transition:color .15s}.UserModal-module__d6Sjxa__closeBtn:hover{color:#333}.UserModal-module__d6Sjxa__body{flex:1;padding:20px;overflow-y:auto}.UserModal-module__d6Sjxa__footer{border-top:1px solid #f0f0f0;flex-shrink:0;justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.UserModal-module__d6Sjxa__listItem{border-bottom:1px solid #f5f5f5;align-items:center;gap:12px;padding:12px 0;display:flex}.UserModal-module__d6Sjxa__listItem:last-child{border-bottom:none}.UserModal-module__d6Sjxa__itemImage{object-fit:cover;background:#f5f5f5;border-radius:8px;flex-shrink:0;width:56px;height:56px}.UserModal-module__d6Sjxa__itemInfo{flex:1;min-width:0}.UserModal-module__d6Sjxa__itemName{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.UserModal-module__d6Sjxa__itemMeta{color:#999;margin-top:4px;font-size:12px}.UserModal-module__d6Sjxa__itemAction{flex-shrink:0}.UserModal-module__d6Sjxa__badge{border-radius:4px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}.UserModal-module__d6Sjxa__badgePending{color:#d48806;background:#fff7e6}.UserModal-module__d6Sjxa__badgeConfirmed{color:#0958d9;background:#e6f7ff}.UserModal-module__d6Sjxa__badgePaid{color:#389e0d;background:#f6ffed}.UserModal-module__d6Sjxa__badgeShipped{color:#1677ff;background:#e6f7ff}.UserModal-module__d6Sjxa__badgeCompleted{color:#52c41a;background:#f6ffed}.UserModal-module__d6Sjxa__badgeCancelled{color:#cf1322;background:#fff1f0}.UserModal-module__d6Sjxa__badgeRefunded{color:#722ed1;background:#f9f0ff}.UserModal-module__d6Sjxa__btnPrimary{cursor:pointer;color:#fff;background:#1677ff;border:none;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:500;transition:background .15s}.UserModal-module__d6Sjxa__btnPrimary:hover{background:#0958d9}.UserModal-module__d6Sjxa__btnDanger{cursor:pointer;color:#cf1322;background:#fff1f0;border:none;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:500;transition:background .15s}.UserModal-module__d6Sjxa__btnDanger:hover{background:#ffccc7}.UserModal-module__d6Sjxa__btnGhost{cursor:pointer;color:#333;background:#fff;border:1px solid #d9d9d9;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .15s}.UserModal-module__d6Sjxa__btnGhost:hover{color:#1677ff;border-color:#1677ff}.UserModal-module__d6Sjxa__empty{text-align:center;color:#999;padding:40px 20px;font-size:14px}.UserModal-module__d6Sjxa__emptyIcon{margin-bottom:12px;font-size:40px}.UserModal-module__d6Sjxa__paymentMethodCard{gap:0;display:flex}.UserModal-module__d6Sjxa__paymentMethodItem{color:#666;text-align:center;background:#fafafa;border:1px solid #d9d9d9;border-radius:8px;width:100%;padding:12px 16px;font-size:14px;font-weight:500}.UserModal-module__d6Sjxa__paymentMethodItemActive{color:#fff;background:#1677ff;border-color:#1677ff}.UserModal-module__d6Sjxa__paymentTabs{border:1px solid #d9d9d9;border-radius:8px;gap:0;margin-bottom:20px;display:flex;overflow:hidden}.UserModal-module__d6Sjxa__paymentTab{cursor:pointer;color:#666;background:#fafafa;border:none;flex:1;padding:12px;font-size:14px;font-weight:500;transition:all .15s}.UserModal-module__d6Sjxa__paymentTab:not(:last-child){border-right:1px solid #d9d9d9}.UserModal-module__d6Sjxa__paymentTabActive{color:#fff;background:#1677ff}.UserModal-module__d6Sjxa__paymentTab:hover:not(.UserModal-module__d6Sjxa__paymentTabActive){background:#f0f0f0}.UserModal-module__d6Sjxa__paymentContent{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:120px;display:flex}.UserModal-module__d6Sjxa__qrCode{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;justify-content:center;align-items:center;width:180px;height:180px;display:flex}.UserModal-module__d6Sjxa__paymentHint{color:#666;text-align:center;font-size:13px}.UserModal-module__d6Sjxa__orderSummary{background:#fafafa;border-radius:8px;align-items:center;gap:12px;margin-bottom:16px;padding:16px;display:flex}.UserModal-module__d6Sjxa__orderSummaryImg{object-fit:cover;background:#f0f0f0;border-radius:8px;flex-shrink:0;width:64px;height:64px}.UserModal-module__d6Sjxa__orderSummaryInfo{flex:1;min-width:0}.UserModal-module__d6Sjxa__orderSummaryName{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:14px;font-weight:600;overflow:hidden}.UserModal-module__d6Sjxa__orderSummarySku{color:#999;margin-bottom:4px;font-size:12px}.UserModal-module__d6Sjxa__orderSummaryPrice{color:#1a1a1a;font-size:14px;font-weight:600}.UserModal-module__d6Sjxa__orderSummaryInquiry{color:#d48806;font-size:13px;font-weight:500}.UserModal-module__d6Sjxa__orderSummaryRow{color:#666;justify-content:space-between;margin-bottom:4px;font-size:13px;display:flex}.UserModal-module__d6Sjxa__orderSummaryTotal{color:#1a1a1a;border-top:1px solid #e8e8e8;justify-content:space-between;margin-top:8px;padding-top:8px;font-size:15px;font-weight:600;display:flex}.UserModal-module__d6Sjxa__formGroup{margin-bottom:16px}.UserModal-module__d6Sjxa__formLabel{color:#333;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.UserModal-module__d6Sjxa__formLabelHint{color:#999;margin-left:4px;font-weight:400}.UserModal-module__d6Sjxa__qtyRow{border:1px solid #d9d9d9;border-radius:8px;align-items:center;gap:0;width:fit-content;display:flex;overflow:hidden}.UserModal-module__d6Sjxa__qtyBtn{color:#333;cursor:pointer;background:#fafafa;border:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:500;transition:background .15s;display:flex}.UserModal-module__d6Sjxa__qtyBtn:hover:not(:disabled){background:#f0f0f0}.UserModal-module__d6Sjxa__qtyBtn:disabled{color:#d9d9d9;cursor:not-allowed}.UserModal-module__d6Sjxa__qtyInput{text-align:center;color:#1a1a1a;-moz-appearance:textfield;background:#fff;border:none;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;outline:none;width:60px;height:36px;font-size:14px;font-weight:500}.UserModal-module__d6Sjxa__qtyInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.UserModal-module__d6Sjxa__qtyInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.UserModal-module__d6Sjxa__textarea{color:#1a1a1a;resize:vertical;border:1px solid #d9d9d9;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .15s}.UserModal-module__d6Sjxa__textarea:focus{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1a}.UserModal-module__d6Sjxa__textarea::placeholder{color:#bfbfbf}.UserModal-module__d6Sjxa__errorRow{color:#cf1322;background:#fff1f0;border:1px solid #ffccc7;border-radius:8px;align-items:center;gap:6px;margin-bottom:16px;padding:10px 12px;font-size:13px;display:flex}.UserModal-module__d6Sjxa__errorIcon{flex-shrink:0}.UserModal-module__d6Sjxa__confirmSuccess{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:32px 20px;display:flex}.UserModal-module__d6Sjxa__confirmIcon{color:#52c41a;margin-bottom:16px}.UserModal-module__d6Sjxa__confirmTitle{color:#1a1a1a;margin:0 0 8px;font-size:18px;font-weight:700}.UserModal-module__d6Sjxa__confirmDesc{color:#666;margin:0 0 24px;font-size:14px}.UserModal-module__d6Sjxa__btnInner{align-items:center;gap:6px;display:inline-flex}@keyframes UserModal-module__d6Sjxa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes UserModal-module__d6Sjxa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.UserModal-module__d6Sjxa__modal{border-radius:8px;width:95%;max-height:90vh}.UserModal-module__d6Sjxa__header{padding:12px 14px}.UserModal-module__d6Sjxa__title{font-size:14px}.UserModal-module__d6Sjxa__body{padding:14px}.UserModal-module__d6Sjxa__footer{flex-wrap:wrap;padding:10px 14px}.UserModal-module__d6Sjxa__itemImage{width:44px;height:44px}.UserModal-module__d6Sjxa__itemName{font-size:13px}.UserModal-module__d6Sjxa__itemMeta{font-size:11px}.UserModal-module__d6Sjxa__paymentTabs{flex-direction:column}.UserModal-module__d6Sjxa__paymentTab:not(:last-child){border-bottom:1px solid #d9d9d9;border-right:none}.UserModal-module__d6Sjxa__qrCode{width:150px;height:150px}.UserModal-module__d6Sjxa__orderSummaryImg{width:48px;height:48px}.UserModal-module__d6Sjxa__orderSummaryName{font-size:13px}.UserModal-module__d6Sjxa__qtyInput{width:50px}.UserModal-module__d6Sjxa__confirmSuccess{padding:24px 16px}.UserModal-module__d6Sjxa__confirmTitle{font-size:16px}}
.UserMenu-module__cEmsTq__menuContainer{position:relative}.UserMenu-module__cEmsTq__trigger{border:1px solid var(--border,#e5e7eb);background:var(--bg-card,#fff);cursor:pointer;color:var(--text-secondary,#374151);border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;transition:all .15s;display:flex}.UserMenu-module__cEmsTq__trigger:hover{border-color:var(--accent-blue,#1677ff);color:var(--accent-blue,#1677ff)}.UserMenu-module__cEmsTq__userName{text-overflow:ellipsis;white-space:nowrap;max-width:100px;overflow:hidden}.UserMenu-module__cEmsTq__chevron{transition:transform .2s}.UserMenu-module__cEmsTq__chevronOpen{transform:rotate(180deg)}.UserMenu-module__cEmsTq__dropdown{background:var(--bg-primary,#fff);border:1px solid var(--border,#e5e7eb);z-index:100;border-radius:12px;min-width:200px;padding:.5rem 0;animation:.15s UserMenu-module__cEmsTq__slideDown;position:absolute;top:100%;right:0;box-shadow:0 8px 30px #0000001f}.UserMenu-module__cEmsTq__menuItem{width:100%;color:var(--text-secondary,#374151);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:8px 16px;font-size:13px;transition:background .1s;display:flex}.UserMenu-module__cEmsTq__menuItem:hover{background:var(--bg-secondary,#f5f5f5);color:var(--accent-blue,#1677ff)}.UserMenu-module__cEmsTq__menuIcon{color:var(--text-muted,#9ca3af);align-items:center;display:flex}.UserMenu-module__cEmsTq__menuItem:hover .UserMenu-module__cEmsTq__menuIcon{color:var(--accent-blue,#1677ff)}.UserMenu-module__cEmsTq__divider{background:var(--border,#f0f0f0);height:1px;margin:4px 8px}@keyframes UserMenu-module__cEmsTq__slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.UserMenu-module__cEmsTq__trigger{padding:4px 8px;font-size:12px}.UserMenu-module__cEmsTq__userName{max-width:60px}.UserMenu-module__cEmsTq__dropdown{min-width:160px;right:-8px}}
.ThemeToggle-module__yrvpAa__btn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.ThemeToggle-module__yrvpAa__btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.ThemeToggle-module__yrvpAa__placeholder{width:36px;height:36px;display:inline-block}
.Navbar-module__O8Na-a__header{z-index:100;background:var(--bg-glass);-webkit-backdrop-filter:saturate(180%)blur(20px);border-bottom:1px solid #0000;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:fixed;top:0;left:0;right:0}.Navbar-module__O8Na-a__header.Navbar-module__O8Na-a__scrolled{background:var(--bg-glass-heavy);border-bottom-color:var(--border);box-shadow:var(--shadow-sm)}.Navbar-module__O8Na-a__inner{justify-content:space-between;align-items:center;height:52px;display:flex}.Navbar-module__O8Na-a__logo{flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.Navbar-module__O8Na-a__desktopNav{align-items:center;gap:.15rem;display:flex}.Navbar-module__O8Na-a__navLink{color:var(--text-secondary);border-radius:var(--radius-full);cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;align-items:center;gap:.25rem;padding:.4rem .85rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.Navbar-module__O8Na-a__navLink:hover{color:var(--text-primary);background:var(--border)}.Navbar-module__O8Na-a__catWrapper{position:relative}.Navbar-module__O8Na-a__catDropdown{background:var(--bg-glass-heavy);border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:saturate(180%)blur(20px);min-width:240px;box-shadow:var(--shadow-xl);z-index:10;opacity:0;visibility:hidden;padding:.5rem;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%)translateY(4px)}.Navbar-module__O8Na-a__catWrapper:hover .Navbar-module__O8Na-a__catDropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__O8Na-a__catWrapper:before{content:"";height:12px;position:absolute;top:100%;left:0;right:0}.Navbar-module__O8Na-a__catItem{border-radius:var(--radius-md);color:var(--text-secondary);align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__O8Na-a__catItem:hover{background:var(--border);color:var(--text-primary)}.Navbar-module__O8Na-a__catCount{color:var(--text-muted);margin-left:auto;font-size:.75rem}.Navbar-module__O8Na-a__searchBox{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-full);align-items:center;width:34px;height:34px;transition:width .3s cubic-bezier(.25,.46,.45,.94),background .2s;display:flex;overflow:hidden}.Navbar-module__O8Na-a__searchBoxExpanded{background:var(--bg-primary);border-color:var(--accent-blue-border-hover);width:200px}.Navbar-module__O8Na-a__searchIconBtn{width:34px;min-width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.Navbar-module__O8Na-a__searchBoxExpanded .Navbar-module__O8Na-a__searchIconBtn{color:var(--accent-blue)}.Navbar-module__O8Na-a__searchInput{color:var(--text-primary);opacity:0;background:0 0;border:none;outline:none;width:100%;padding:0 .5rem 0 0;font-size:.82rem;transition:opacity .2s}.Navbar-module__O8Na-a__searchBoxExpanded .Navbar-module__O8Na-a__searchInput{opacity:1}.Navbar-module__O8Na-a__searchInput::placeholder{color:var(--text-muted)}.Navbar-module__O8Na-a__notifBtn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,color .2s;display:flex;position:relative}.Navbar-module__O8Na-a__notifBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.Navbar-module__O8Na-a__notifBadge{background:var(--accent-pink);color:#fff;text-align:center;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:-4px;right:-6px}.Navbar-module__O8Na-a__notifWrapper{position:relative}.Navbar-module__O8Na-a__notifDropdown{background:var(--bg-card);border:1px solid var(--border);width:340px;max-height:400px;box-shadow:var(--shadow-lg);z-index:100;border-radius:10px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.Navbar-module__O8Na-a__notifHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.Navbar-module__O8Na-a__notifTitle{color:var(--text-primary);font-size:14px;font-weight:700}.Navbar-module__O8Na-a__notifMarkAll{color:var(--accent-blue);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px}.Navbar-module__O8Na-a__notifMarkAll:hover{text-decoration:underline}.Navbar-module__O8Na-a__notifList{max-height:340px;overflow-y:auto}.Navbar-module__O8Na-a__notifEmpty{text-align:center;color:var(--text-muted);padding:24px 14px;font-size:13px}.Navbar-module__O8Na-a__notifItem{border-bottom:1px solid var(--border-light);cursor:pointer;padding:10px 14px;transition:background .1s}.Navbar-module__O8Na-a__notifItem:hover{background:var(--bg-subtle)}.Navbar-module__O8Na-a__notifItem:last-child{border-bottom:none}.Navbar-module__O8Na-a__notifUnread{background:var(--accent-blue-light)}.Navbar-module__O8Na-a__notifItemTitle{color:var(--text-primary);margin-bottom:2px;font-size:13px;font-weight:600}.Navbar-module__O8Na-a__notifItemContent{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.Navbar-module__O8Na-a__notifItemTime{color:var(--text-muted);margin-top:4px;font-size:11px}.Navbar-module__O8Na-a__rightActions{align-items:center;gap:.6rem;display:flex}.Navbar-module__O8Na-a__langWrapper{position:relative}.Navbar-module__O8Na-a__langBtn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.Navbar-module__O8Na-a__langBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.Navbar-module__O8Na-a__langBackdrop{z-index:9;position:fixed;inset:0}.Navbar-module__O8Na-a__langDropdown{background:var(--bg-glass-heavy);border:1px solid var(--border);border-radius:var(--radius-md);-webkit-backdrop-filter:saturate(180%)blur(20px);min-width:120px;box-shadow:var(--shadow-lg);z-index:10;padding:.35rem;animation:.2s Navbar-module__O8Na-a__fade-up;position:absolute;top:calc(100% + 8px);right:0}.Navbar-module__O8Na-a__langOption{text-align:left;width:100%;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.45rem .75rem;font-size:.82rem;transition:all .15s;display:block}.Navbar-module__O8Na-a__langOption:hover,.Navbar-module__O8Na-a__langOption.Navbar-module__O8Na-a__active{background:var(--border);color:var(--text-primary)}.Navbar-module__O8Na-a__menuBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.25rem;display:none}.Navbar-module__O8Na-a__mobileSearch{margin-bottom:.75rem}.Navbar-module__O8Na-a__mobileSearch .Navbar-module__O8Na-a__searchBox{border-radius:var(--radius-md);width:100%;height:40px}.Navbar-module__O8Na-a__mobileSearch .Navbar-module__O8Na-a__searchBoxExpanded{width:100%}.Navbar-module__O8Na-a__mobileSearch .Navbar-module__O8Na-a__searchIconBtn{width:40px;min-width:40px;height:40px}.Navbar-module__O8Na-a__mobileSearch .Navbar-module__O8Na-a__searchInput{opacity:1}.Navbar-module__O8Na-a__mobileMenu{border-top:1px solid var(--border);background:var(--bg-glass-heavy);-webkit-backdrop-filter:saturate(180%)blur(20px);padding:1rem 1.5rem}.Navbar-module__O8Na-a__mobileLink{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:.75rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.Navbar-module__O8Na-a__mobileLink:hover{color:var(--text-primary)}.Navbar-module__O8Na-a__mobileActions{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;margin-top:.75rem;padding-top:1rem;display:flex}.Navbar-module__O8Na-a__mobileLangRow{align-items:center;gap:.5rem;display:flex}.Navbar-module__O8Na-a__mobileLangIcon{color:var(--text-muted);flex-shrink:0}.Navbar-module__O8Na-a__mobileLangOpt{border-radius:var(--radius-full);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;padding:.4rem .9rem;font-size:.82rem;font-weight:500;transition:all .25s}.Navbar-module__O8Na-a__mobileLangOpt:hover{color:var(--text-primary);border-color:var(--border-hover)}.Navbar-module__O8Na-a__mobileLangOptActive{background:var(--gradient-accent-medium);border-color:var(--accent-blue-border-hover);color:var(--accent-blue)}@media (max-width:768px){.Navbar-module__O8Na-a__desktopNav{display:none}.Navbar-module__O8Na-a__menuBtn{display:block}.Navbar-module__O8Na-a__notifDropdown{width:calc(100vw - 2rem);right:-1rem}.Navbar-module__O8Na-a__searchBox{display:none}}@media (max-width:480px){.Navbar-module__O8Na-a__rightActions{gap:.3rem}.Navbar-module__O8Na-a__notifDropdown{width:calc(100vw - 1rem);right:-.5rem}}
.Logo-module__5AlQXG__logo{align-items:center;gap:.5rem;display:flex}.Logo-module__5AlQXG__small{gap:.4rem}.Logo-module__5AlQXG__medium{gap:.5rem}.Logo-module__5AlQXG__large{gap:.6rem}.Logo-module__5AlQXG__logoIcon{flex-shrink:0}.Logo-module__5AlQXG__textContainer{flex-direction:column;line-height:1.1;display:flex}.Logo-module__5AlQXG__logoText{background:var(--logo-gradient);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.Logo-module__5AlQXG__small .Logo-module__5AlQXG__logoText{font-size:1rem}.Logo-module__5AlQXG__large .Logo-module__5AlQXG__logoText{font-size:1.5rem}.Logo-module__5AlQXG__logoDescription{color:var(--logo-description);letter-spacing:.08em;margin-top:2px;font-size:.7rem}.Logo-module__5AlQXG__small .Logo-module__5AlQXG__logoDescription{font-size:.6rem}.Logo-module__5AlQXG__large .Logo-module__5AlQXG__logoDescription{font-size:.8rem}
.NewsletterForm-module__NlotsW__wrapper{margin-top:.5rem}.NewsletterForm-module__NlotsW__desc{color:var(--text-muted);margin:0 0 .5rem;font-size:.78rem;line-height:1.5}.NewsletterForm-module__NlotsW__row{gap:.5rem;margin-right:2rem;display:flex}.NewsletterForm-module__NlotsW__input{border:1px solid var(--border);background:var(--bg-primary);min-width:0;color:var(--text-primary);border-radius:8px;outline:none;flex:1;padding:.45rem .65rem;font-size:.8rem;transition:border-color .15s}.NewsletterForm-module__NlotsW__input:focus{border-color:var(--accent-blue)}.NewsletterForm-module__NlotsW__input:disabled{opacity:.6}.NewsletterForm-module__NlotsW__btn{background:var(--accent-blue);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;padding:.45rem .85rem;font-size:.8rem;font-weight:600;transition:opacity .15s}.NewsletterForm-module__NlotsW__btn:hover{opacity:.85}.NewsletterForm-module__NlotsW__btn:disabled{opacity:.6;cursor:not-allowed}.NewsletterForm-module__NlotsW__success{color:var(--accent-green);margin:.5rem 0 0;font-size:.78rem}.NewsletterForm-module__NlotsW__error{color:var(--accent-orange);margin:.5rem 0 0;font-size:.78rem}
.Footer-module__yg9ahW__footer{border-top:1px solid var(--border);background:var(--bg-secondary);padding:3rem 0 0}.Footer-module__yg9ahW__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}.Footer-module__yg9ahW__brandCol{flex-direction:column;gap:1rem;display:flex}.Footer-module__yg9ahW__logo{text-decoration:none;display:inline-flex}.Footer-module__yg9ahW__brandDesc{color:var(--text-muted);max-width:280px;font-size:.85rem;line-height:1.6}.Footer-module__yg9ahW__linkCol{flex-direction:column;gap:.75rem;display:flex}.Footer-module__yg9ahW__colTitle{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:700}.Footer-module__yg9ahW__linkList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__yg9ahW__link{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .15s}.Footer-module__yg9ahW__link:hover{color:var(--text-primary)}.Footer-module__yg9ahW__linkWithIcon{color:var(--text-muted);word-break:break-all;align-items:center;gap:.5rem;font-size:.82rem;text-decoration:none;transition:color .15s;display:flex}.Footer-module__yg9ahW__linkWithIcon:hover{color:var(--text-primary)}.Footer-module__yg9ahW__linkIcon{color:var(--text-muted);flex-shrink:0}.Footer-module__yg9ahW__addressItem{color:var(--text-muted);align-items:flex-start;gap:.5rem;font-size:.82rem;line-height:1.5;display:flex}.Footer-module__yg9ahW__bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.25rem 0;display:flex}.Footer-module__yg9ahW__bottomInfo{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Footer-module__yg9ahW__copyright{color:var(--text-muted);margin:0;font-size:.78rem}.Footer-module__yg9ahW__licenseItem{color:var(--text-muted);font-size:.78rem}.Footer-module__yg9ahW__licenseLink{color:var(--text-muted);text-decoration:none;transition:color .15s}.Footer-module__yg9ahW__licenseLink:hover{color:var(--text-primary)}.Footer-module__yg9ahW__bottomLinks{align-items:center;gap:1.25rem;display:flex}.Footer-module__yg9ahW__bottomLink{color:var(--text-muted);font-size:.78rem;text-decoration:none;transition:color .15s}.Footer-module__yg9ahW__bottomLink:hover{color:var(--text-primary)}@media (max-width:768px){.Footer-module__yg9ahW__grid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__yg9ahW__brandCol{grid-column:1/-1}.Footer-module__yg9ahW__bottom{flex-direction:column;align-items:flex-start}.Footer-module__yg9ahW__bottomLinks{gap:.75rem}}@media (max-width:480px){.Footer-module__yg9ahW__grid{grid-template-columns:1fr;gap:1.5rem}.Footer-module__yg9ahW__brandDesc{max-width:100%}.Footer-module__yg9ahW__bottomInfo{flex-direction:column;align-items:flex-start;gap:.5rem}}
.BackToTop-module__OXu7XW__button{z-index:998;border:1px solid var(--border);background:var(--bg-primary);width:2.5rem;height:2.5rem;color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,box-shadow .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 2px 8px #0000001f}.BackToTop-module__OXu7XW__button:hover{background:var(--accent-blue);color:#fff;box-shadow:0 4px 12px #0000002e}
.home-module__JvD--G__main{padding-top:64px}.home-module__JvD--G__heroSection{text-align:center;padding:5rem 0 4rem;position:relative;overflow:hidden}.home-module__JvD--G__heroGlow{background:radial-gradient(ellipse, var(--accent-blue-light) 0%, var(--accent-pink-light) 50%, transparent 70%);pointer-events:none;width:1000px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-module__JvD--G__heroContent{position:relative}.home-module__JvD--G__heroTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.1}.home-module__JvD--G__heroDesc{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.8}.home-module__JvD--G__heroActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.home-module__JvD--G__categoriesSection{border-top:1px solid var(--border-light);padding:3rem 0}.home-module__JvD--G__categoriesTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.home-module__JvD--G__categoriesGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.home-module__JvD--G__categoryCard{background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem;text-decoration:none;display:flex}.home-module__JvD--G__categoryIcon{background:var(--bg-subtle);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.home-module__JvD--G__categoryName{color:var(--text-primary);font-size:.9rem;font-weight:600}.home-module__JvD--G__whySection{border-top:1px solid var(--border-light);padding:4rem 0}.home-module__JvD--G__whyTitle{color:var(--text-primary);text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:800}.home-module__JvD--G__whyGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.home-module__JvD--G__whyCard{background:var(--bg-subtle);border:1px solid var(--border);text-align:center;border-radius:1rem;padding:2rem}.home-module__JvD--G__whyCardTitle{color:var(--text-primary);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.home-module__JvD--G__whyCardDesc{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.7}.home-module__JvD--G__ctaSection{text-align:center;border-top:1px solid var(--border-light);padding:5rem 0}.home-module__JvD--G__ctaTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800}.home-module__JvD--G__ctaDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.home-module__JvD--G__ctaActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.home-module__JvD--G__heroSection{padding:3rem 0 2.5rem}.home-module__JvD--G__heroTitle{margin-bottom:1rem;font-size:2rem}.home-module__JvD--G__heroDesc{margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.home-module__JvD--G__heroGlow{width:600px;height:300px}.home-module__JvD--G__categoriesGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.home-module__JvD--G__whySection{padding:2.5rem 0}.home-module__JvD--G__whyTitle{margin-bottom:1.5rem;font-size:1.35rem}.home-module__JvD--G__whyGrid{grid-template-columns:1fr;gap:1rem}.home-module__JvD--G__whyCard{padding:1.5rem}.home-module__JvD--G__ctaSection{padding:3rem 0}.home-module__JvD--G__ctaTitle{font-size:1.5rem}.home-module__JvD--G__ctaDesc{font-size:.9rem}}@media (max-width:480px){.home-module__JvD--G__heroTitle{font-size:1.6rem}.home-module__JvD--G__heroDesc{font-size:.88rem}.home-module__JvD--G__categoriesGrid{grid-template-columns:repeat(2,1fr);gap:.5rem}.home-module__JvD--G__categoryCard{gap:.5rem;padding:.75rem}.home-module__JvD--G__categoryIcon{width:32px;height:32px;font-size:.9rem}.home-module__JvD--G__categoryName{font-size:.8rem}.home-module__JvD--G__whyCard{padding:1.25rem}.home-module__JvD--G__whyCardTitle{font-size:.95rem}.home-module__JvD--G__whyCardDesc{font-size:.8rem}.home-module__JvD--G__ctaTitle{font-size:1.25rem}}
.ProductListCard-module__uat3Kq__link{text-decoration:none}.ProductListCard-module__uat3Kq__link .card{flex-direction:column;height:100%;display:flex}.ProductListCard-module__uat3Kq__imageArea{background:var(--product-accent-bg);justify-content:center;align-items:center;height:140px;display:flex;position:relative;overflow:hidden}.ProductListCard-module__uat3Kq__image{object-fit:cover;width:100%;height:100%}.ProductListCard-module__uat3Kq__newBadge{background:var(--accent-green-light);border:1px solid var(--accent-green-border);color:var(--accent-green);border-radius:9999px;padding:.15rem .55rem;font-size:.62rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.ProductListCard-module__uat3Kq__rfqBadge{background:var(--accent-orange-light);border:1px solid var(--accent-orange-border);color:var(--accent-orange);border-radius:9999px;padding:.15rem .55rem;font-size:.62rem;font-weight:700;position:absolute;top:.5rem;right:.5rem}.ProductListCard-module__uat3Kq__info{flex-direction:column;flex:1;padding:1rem;display:flex}.ProductListCard-module__uat3Kq__brandName{color:var(--accent-blue);margin-bottom:.4rem;font-size:.72rem;font-weight:700}.ProductListCard-module__uat3Kq__productName{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.35rem;font-size:.9rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.ProductListCard-module__uat3Kq__model{color:var(--text-secondary);margin-bottom:.35rem;font-size:.78rem}.ProductListCard-module__uat3Kq__priceRow{border-top:1px solid var(--border);margin-top:auto;padding-top:.6rem}.ProductListCard-module__uat3Kq__price{color:var(--text-primary);font-size:1rem;font-weight:800}.ProductListCard-module__uat3Kq__priceNegotiable{color:var(--text-muted);font-size:.8rem}.ProductListCard-module__uat3Kq__overlay{opacity:0;pointer-events:none;background:#ffffffd9;border-radius:0 0 0 .75rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;transition:opacity .2s;display:flex;position:absolute;top:0;bottom:0;right:0}.ProductListCard-module__uat3Kq__imageArea:hover .ProductListCard-module__uat3Kq__overlay{opacity:1;pointer-events:auto}.ProductListCard-module__uat3Kq__actionBtn{border:1px solid var(--border);background:var(--bg-card);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.ProductListCard-module__uat3Kq__actionBtn:hover,.ProductListCard-module__uat3Kq__actionBtnActive{border-color:var(--accent-blue);color:var(--accent-blue);background:var(--accent-blue-light)}.ProductListCard-module__uat3Kq__stockBadge{border-radius:9999px;padding:.15rem .55rem;font-size:.62rem;font-weight:700;line-height:1.3;position:absolute;bottom:.5rem;left:.5rem}.ProductListCard-module__uat3Kq__stock1{background:var(--accent-green-light);border:1px solid var(--accent-green-border);color:var(--accent-green)}.ProductListCard-module__uat3Kq__stock2{background:var(--accent-orange-light);border:1px solid var(--accent-orange-border);color:var(--accent-orange)}.ProductListCard-module__uat3Kq__stock3{background:var(--accent-blue-light);border:1px solid var(--accent-blue-border);color:var(--accent-blue)}.ProductListCard-module__uat3Kq__stock0{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-muted)}
.ProductsSection-module__x8l13G__section{padding:6rem 0}.ProductsSection-module__x8l13G__header{text-align:center;margin-bottom:3rem}.ProductsSection-module__x8l13G__label{background:var(--accent-blue-light);border:1px solid var(--accent-blue-border);border-radius:var(--radius-full);color:var(--accent-blue);align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}.ProductsSection-module__x8l13G__title{letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.2rem;font-weight:700}.ProductsSection-module__x8l13G__subtitle{color:var(--text-secondary);max-width:520px;margin:0 auto;font-size:1rem}.ProductsSection-module__x8l13G__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-3d);transition:all .35s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.ProductsSection-module__x8l13G__card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-3d-hover);transform:translateY(-6px)scale(1.01)}.ProductsSection-module__x8l13G__card:before{content:"";background:var(--gradient-card-shine);pointer-events:none;z-index:1;height:1px;position:absolute;top:0;left:0;right:0}.ProductsSection-module__x8l13G__imageWrap{aspect-ratio:16/10;background:var(--bg-secondary);position:relative;overflow:hidden}.ProductsSection-module__x8l13G__imageWrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ProductsSection-module__x8l13G__card:hover .ProductsSection-module__x8l13G__imageWrap img{transform:scale(1.05)}.ProductsSection-module__x8l13G__tag{background:var(--product-tag-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);color:var(--text-primary);z-index:2;padding:.25rem .65rem;font-size:.7rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.ProductsSection-module__x8l13G__body{padding:1.25rem}.ProductsSection-module__x8l13G__cardTitle{letter-spacing:-.01em;margin-bottom:.35rem;font-size:1rem;font-weight:600}.ProductsSection-module__x8l13G__cardDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ProductsSection-module__x8l13G__cardFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.ProductsSection-module__x8l13G__price{color:var(--accent-blue);font-size:.9rem;font-weight:700}.ProductsSection-module__x8l13G__viewBtn{color:var(--accent-blue);align-items:center;gap:.25rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:gap .25s;display:inline-flex}.ProductsSection-module__x8l13G__viewBtn:hover{gap:.4rem}.ProductsSection-module__x8l13G__accentCard{background:var(--product-accent-bg);border:1px solid var(--accent-blue-border);border-radius:var(--radius-xl);padding:2rem;transition:all .35s;position:relative;overflow:hidden}.ProductsSection-module__x8l13G__accentCard:hover{background:var(--product-accent-bg-hover);border-color:var(--accent-blue-border-hover);box-shadow:var(--shadow-accent-glow);transform:translateY(-4px)}.ProductsSection-module__x8l13G__accentCard:before{content:"";background:var(--gradient-card-shine);pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}.ProductsSection-module__x8l13G__accentIcon{border-radius:var(--radius-lg);background:var(--accent-blue-light);width:48px;height:48px;color:var(--accent-blue);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.ProductsSection-module__x8l13G__accentTitle{letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.ProductsSection-module__x8l13G__accentDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.ProductsSection-module__x8l13G__tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.ProductsSection-module__x8l13G__tab{background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;white-space:nowrap;border-radius:9999px;flex-shrink:0;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .2s}.ProductsSection-module__x8l13G__tab:hover{box-shadow:var(--shadow-sm);color:var(--text-primary)}.ProductsSection-module__x8l13G__tabActive{background:var(--accent-blue);color:var(--text-inverse);border-color:var(--accent-blue);box-shadow:var(--shadow-accent-strong)}.ProductsSection-module__x8l13G__tabActive:hover{color:var(--text-inverse);box-shadow:var(--shadow-accent-strong-hover)}.ProductsSection-module__x8l13G__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.ProductsSection-module__x8l13G__viewAll{color:var(--accent-blue);font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s}.ProductsSection-module__x8l13G__viewAll:hover{opacity:.8}@media (max-width:1024px){.ProductsSection-module__x8l13G__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ProductsSection-module__x8l13G__section{padding:3.5rem 0}.ProductsSection-module__x8l13G__title{font-size:1.6rem}.ProductsSection-module__x8l13G__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.ProductsSection-module__x8l13G__grid{grid-template-columns:1fr}}
.BrandMarquee-module__uqYiUG__section{padding:6rem 0 4rem;overflow:hidden}.BrandMarquee-module__uqYiUG__header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.BrandMarquee-module__uqYiUG__label{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-blue);margin-bottom:.375rem;font-size:.75rem;font-weight:700}.BrandMarquee-module__uqYiUG__title{color:var(--text-primary);letter-spacing:-.02em;font-size:2rem;font-weight:700}.BrandMarquee-module__uqYiUG__viewAll{background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border);white-space:nowrap;border-radius:9999px;align-items:center;gap:.25rem;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.BrandMarquee-module__uqYiUG__viewAll:hover{color:var(--accent-blue);border-color:var(--accent-blue);box-shadow:var(--shadow-sm)}.BrandMarquee-module__uqYiUG__trackOuter{max-width:1280px;margin:0 auto;padding:0 1.5rem}.BrandMarquee-module__uqYiUG__trackWrapper{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.BrandMarquee-module__uqYiUG__track{gap:1.25rem;width:max-content;animation:40s linear infinite BrandMarquee-module__uqYiUG__marquee;display:flex}.BrandMarquee-module__uqYiUG__track:hover{animation-play-state:paused}.BrandMarquee-module__uqYiUG__card{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:1rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.75rem;width:160px;height:120px;padding:1.25rem 1rem;text-decoration:none;transition:all .3s;display:flex}.BrandMarquee-module__uqYiUG__card:hover{border-color:var(--accent-blue);box-shadow:var(--shadow-md);transform:translateY(-2px)}.BrandMarquee-module__uqYiUG__logo{object-fit:contain;filter:grayscale(.3);width:80px;height:36px;transition:filter .3s}.BrandMarquee-module__uqYiUG__card:hover .BrandMarquee-module__uqYiUG__logo{filter:grayscale(0)}.BrandMarquee-module__uqYiUG__fallback{background:var(--gradient-accent-soft);width:48px;height:48px;color:var(--accent-blue);letter-spacing:-.02em;border-radius:.75rem;justify-content:center;align-items:center;font-size:1rem;font-weight:800}.BrandMarquee-module__uqYiUG__brandName{color:var(--text-secondary);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.75rem;font-weight:600;line-height:1.3;overflow:hidden}.BrandMarquee-module__uqYiUG__card:hover .BrandMarquee-module__uqYiUG__brandName{color:var(--text-primary)}@keyframes BrandMarquee-module__uqYiUG__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.BrandMarquee-module__uqYiUG__section{padding:2.5rem 0}.BrandMarquee-module__uqYiUG__header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.BrandMarquee-module__uqYiUG__title{font-size:1.6rem}.BrandMarquee-module__uqYiUG__card{width:130px;height:100px;padding:1rem .75rem}.BrandMarquee-module__uqYiUG__logo{width:60px;height:28px}.BrandMarquee-module__uqYiUG__fallback{width:36px;height:36px;font-size:.85rem}.BrandMarquee-module__uqYiUG__brandName{font-size:.68rem}}@media (max-width:480px){.BrandMarquee-module__uqYiUG__section{padding:2rem 0}.BrandMarquee-module__uqYiUG__title{font-size:1.3rem}.BrandMarquee-module__uqYiUG__card{width:110px;height:90px;padding:.75rem .5rem}}
.NewsSection-module__Dagx-q__section{padding:4rem 0}.NewsSection-module__Dagx-q__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.NewsSection-module__Dagx-q__title{color:var(--text-primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:800}.NewsSection-module__Dagx-q__viewAll{color:var(--accent-blue);font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s}.NewsSection-module__Dagx-q__viewAll:hover{opacity:.8}.NewsSection-module__Dagx-q__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.NewsSection-module__Dagx-q__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;text-decoration:none;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex;overflow:hidden}.NewsSection-module__Dagx-q__card:hover{border-color:var(--accent-blue);transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.NewsSection-module__Dagx-q__imageWrapper{aspect-ratio:16/9;background:var(--bg-subtle);width:100%;overflow:hidden}.NewsSection-module__Dagx-q__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.NewsSection-module__Dagx-q__card:hover .NewsSection-module__Dagx-q__image{transform:scale(1.05)}.NewsSection-module__Dagx-q__cardBody{flex-direction:column;flex:1;padding:1rem 1.25rem 1.25rem;display:flex}.NewsSection-module__Dagx-q__cardTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.4}.NewsSection-module__Dagx-q__cardSummary{color:var(--text-secondary);flex:1;margin-bottom:.75rem;font-size:.85rem;line-height:1.6}.NewsSection-module__Dagx-q__cardMeta{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.8rem;display:flex}.NewsSection-module__Dagx-q__cardDate{align-items:center;gap:.3rem;display:flex}.NewsSection-module__Dagx-q__cardAuthor{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:1024px){.NewsSection-module__Dagx-q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.NewsSection-module__Dagx-q__section{padding:3rem 0}.NewsSection-module__Dagx-q__title{font-size:1.35rem}.NewsSection-module__Dagx-q__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.NewsSection-module__Dagx-q__section{padding:2rem 0}.NewsSection-module__Dagx-q__grid{grid-template-columns:1fr;gap:.75rem}}
.RecentlyViewed-module__aNKAZq__section{margin-top:2.5rem}.RecentlyViewed-module__aNKAZq__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.RecentlyViewed-module__aNKAZq__title{color:var(--text-primary);font-size:1.25rem;font-weight:700}.RecentlyViewed-module__aNKAZq__clearBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:.8rem;transition:all .15s;display:inline-flex}.RecentlyViewed-module__aNKAZq__clearBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.RecentlyViewed-module__aNKAZq__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:900px){.RecentlyViewed-module__aNKAZq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.RecentlyViewed-module__aNKAZq__grid{grid-template-columns:1fr}}
.HeroSearchClient-module__rN9xba__wrapper{max-width:640px;margin:0 auto 2.5rem;position:relative}.HeroSearchClient-module__rN9xba__form{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:14px;align-items:center;padding:4px 6px 4px 18px;display:flex}.HeroSearchClient-module__rN9xba__icon{color:var(--text-muted);flex-shrink:0}.HeroSearchClient-module__rN9xba__input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:12px;font-size:16px}.HeroSearchClient-module__rN9xba__btn{background:var(--accent-blue);color:var(--text-inverse);cursor:pointer;border:none;border-radius:10px;margin-left:8px;padding:10px 20px;font-size:14px;font-weight:600}.HeroSearchClient-module__rN9xba__btn:hover{background:var(--accent-blue-hover)}.HeroSearchClient-module__rN9xba__dropdown{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:50;border-radius:12px;max-height:360px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.HeroSearchClient-module__rN9xba__dropdownHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:.6rem 1rem;font-size:.72rem;font-weight:700}.HeroSearchClient-module__rN9xba__dropdownLoading,.HeroSearchClient-module__rN9xba__dropdownEmpty{text-align:center;color:var(--text-muted);padding:1rem;font-size:.85rem}.HeroSearchClient-module__rN9xba__suggestionItem{color:var(--text-primary);align-items:center;gap:.75rem;padding:.6rem 1rem;text-decoration:none;transition:background .15s;display:flex}.HeroSearchClient-module__rN9xba__suggestionItem:hover{background:var(--accent-blue-lighter)}.HeroSearchClient-module__rN9xba__suggestionImage{border:1px solid var(--border);background:var(--bg-secondary);width:36px;height:36px;color:var(--text-muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.HeroSearchClient-module__rN9xba__suggestionInfo{flex-direction:column;min-width:0;display:flex}.HeroSearchClient-module__rN9xba__suggestionName{text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:600;overflow:hidden}.HeroSearchClient-module__rN9xba__suggestionBrand{color:var(--text-muted);font-size:.72rem}
.RelatedProductsSection-module__NmcG3q__section{margin-top:2.5rem}.RelatedProductsSection-module__NmcG3q__title{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.RelatedProductsSection-module__NmcG3q__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:900px){.RelatedProductsSection-module__NmcG3q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.RelatedProductsSection-module__NmcG3q__grid{grid-template-columns:1fr}}
.product-detail-module__1v-AAa__main{background:var(--bg-secondary);min-height:100vh;padding-top:64px}.product-detail-module__1v-AAa__contentContainer{max-width:1280px;margin:0 auto;padding:2rem 1.5rem 4rem}.product-detail-module__1v-AAa__breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:2rem;font-size:.85rem;display:flex}.product-detail-module__1v-AAa__breadcrumbLink{color:var(--text-muted);text-decoration:none;transition:color .2s}.product-detail-module__1v-AAa__breadcrumbLink:hover{color:var(--text-primary)}.product-detail-module__1v-AAa__breadcrumbCurrent{color:var(--text-primary);font-weight:500}.product-detail-module__1v-AAa__mainGrid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.product-detail-module__1v-AAa__imageCard{background:linear-gradient(135deg, var(--accent-blue-lighter), var(--accent-blue-light));aspect-ratio:4/3;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative;overflow:hidden}.product-detail-module__1v-AAa__imageCardImg{object-fit:cover;width:100%;height:100%}.product-detail-module__1v-AAa__inquiryBadge{background:var(--accent-orange-light);border:1px solid var(--accent-orange-border);color:var(--accent-orange);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-detail-module__1v-AAa__tagsRow{flex-wrap:wrap;gap:.5rem;display:flex}.product-detail-module__1v-AAa__tagBadge{color:var(--accent-blue);background:var(--accent-blue-light);border:1px solid var(--accent-blue-border);border-radius:9999px;padding:.3rem .75rem;font-size:.8rem;font-weight:600}.product-detail-module__1v-AAa__brandRow{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.product-detail-module__1v-AAa__brandBadge{color:var(--accent-blue);background:var(--accent-blue-light);border-radius:9999px;padding:.3rem .75rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .2s}.product-detail-module__1v-AAa__brandBadge:hover{background:var(--accent-blue-glow)}.product-detail-module__1v-AAa__categoryLabel{color:var(--text-muted);font-size:.82rem}.product-detail-module__1v-AAa__newBadge{color:var(--accent-green);background:var(--accent-green-light);border:1px solid var(--accent-green-border);border-radius:9999px;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.product-detail-module__1v-AAa__productTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.15}.product-detail-module__1v-AAa__chipInfoRow{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.product-detail-module__1v-AAa__chipBadge{background:var(--accent-blue-lighter);color:var(--text-primary);border-radius:.5rem;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.product-detail-module__1v-AAa__chipBadgeGreen{background:var(--accent-green-light);color:var(--accent-green);border-radius:.5rem;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.product-detail-module__1v-AAa__stockRow{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.product-detail-module__1v-AAa__stockBadge{border-radius:9999px;padding:.3rem .75rem;font-size:.78rem;font-weight:600}.product-detail-module__1v-AAa__stockBadgeGreen{color:var(--accent-green);background:var(--accent-green-light);border:1px solid var(--accent-green-border);}.product-detail-module__1v-AAa__stockBadgeAmber{color:var(--accent-amber);background:#f59e0b1a;border:1px solid #f59e0b40;}.product-detail-module__1v-AAa__stockBadgePink{color:var(--accent-pink);background:var(--accent-pink-light);border:1px solid var(--accent-pink-border);}.product-detail-module__1v-AAa__infoBadge{background:var(--bg-subtle);color:var(--text-secondary);border-radius:9999px;padding:.3rem .75rem;font-size:.78rem;font-weight:600}.product-detail-module__1v-AAa__priceCard{margin-bottom:1.5rem;padding:1.25rem 1.5rem}.product-detail-module__1v-AAa__priceRow{align-items:baseline;gap:.75rem;margin-bottom:.25rem;display:flex}.product-detail-module__1v-AAa__priceValue{color:var(--text-primary);font-size:2rem;font-weight:900}.product-detail-module__1v-AAa__priceNote{color:var(--text-muted);font-size:.8rem}.product-detail-module__1v-AAa__priceInquiry{color:var(--text-secondary);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.product-detail-module__1v-AAa__priceInquiryNote{color:var(--text-muted);font-size:.85rem}.product-detail-module__1v-AAa__ctaRow{flex-wrap:wrap;gap:.75rem;display:flex}.product-detail-module__1v-AAa__techParamsSection{margin-top:2rem;margin-bottom:1.5rem}.product-detail-module__1v-AAa__techParamsTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1rem;font-weight:700}.product-detail-module__1v-AAa__specGrid{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:.75rem;overflow:hidden}.product-detail-module__1v-AAa__specItem{border-bottom:1px solid var(--border-light);align-items:baseline;gap:.5rem;padding:.75rem 1rem;display:flex}.product-detail-module__1v-AAa__specItem:nth-child(odd){background:var(--bg-subtle)}.product-detail-module__1v-AAa__specItem:last-child{border-bottom:none}.product-detail-module__1v-AAa__specItemLabel{color:var(--text-muted);flex-shrink:0;min-width:160px;font-size:.8rem;font-weight:600}.product-detail-module__1v-AAa__specItemValue{color:var(--text-primary);word-break:break-word;font-size:.875rem;font-weight:500}.product-detail-module__1v-AAa__specItemFull{border-bottom:1px solid var(--border-light);align-items:baseline;gap:.5rem;padding:.75rem 1rem;display:flex}.product-detail-module__1v-AAa__specItemFull:nth-child(odd){background:var(--bg-subtle)}.product-detail-module__1v-AAa__specItemFull:last-child{border-bottom:none}.product-detail-module__1v-AAa__datasheetLink{align-items:center;gap:.5rem;margin-top:1rem;display:inline-flex}.product-detail-module__1v-AAa__descriptionCard{margin-top:2rem;padding:2rem}.product-detail-module__1v-AAa__descriptionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.product-detail-module__1v-AAa__descriptionContent{color:var(--text-secondary);font-size:.875rem;line-height:1.8}.product-detail-module__1v-AAa__descriptionContent p{margin-bottom:.75rem}.product-detail-module__1v-AAa__descriptionContent ul,.product-detail-module__1v-AAa__descriptionContent ol{margin-bottom:.75rem;margin-left:1.5rem}@media (max-width:900px){.product-detail-module__1v-AAa__mainGrid{grid-template-columns:1fr;gap:2rem}.product-detail-module__1v-AAa__productTitle{font-size:1.5rem}}@media (max-width:480px){.product-detail-module__1v-AAa__main{padding-top:48px}.product-detail-module__1v-AAa__contentContainer{padding:1rem 1rem 3rem}.product-detail-module__1v-AAa__imageCard{aspect-ratio:auto;min-height:200px;margin-bottom:.75rem}.product-detail-module__1v-AAa__specItemLabel{min-width:120px}.product-detail-module__1v-AAa__productTitle{font-size:1.25rem}.product-detail-module__1v-AAa__breadcrumb{margin-bottom:1rem;font-size:.78rem}.product-detail-module__1v-AAa__priceCard{padding:1rem}.product-detail-module__1v-AAa__priceValue{font-size:1.5rem}.product-detail-module__1v-AAa__descriptionCard{margin-top:1.5rem;padding:1.25rem}.product-detail-module__1v-AAa__relatedSection{margin-top:2rem}.product-detail-module__1v-AAa__relatedTitle{font-size:1.15rem}.product-detail-module__1v-AAa__ctaRow{flex-direction:column}}
.HotSearchTags-module__LiVleW__container{align-items:center;gap:12px;max-width:640px;margin:0 auto;padding:0 18px;display:flex}.HotSearchTags-module__LiVleW__label{color:var(--text-muted);white-space:nowrap;font-size:13px;font-weight:600}.HotSearchTags-module__LiVleW__tags{flex-wrap:wrap;gap:8px;display:flex}.HotSearchTags-module__LiVleW__tag{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:20px;padding:4px 12px;font-size:13px;text-decoration:none;transition:all .2s;display:inline-block}.HotSearchTags-module__LiVleW__tag:hover{color:var(--accent-blue);background:var(--bg-hover);border-color:var(--accent-blue)}
.AnnouncementBar-module__ofqxBa__link{text-decoration:none;display:block}.AnnouncementBar-module__ofqxBa__bar{background:var(--accent-blue);color:#fff;align-items:center;gap:8px;height:36px;padding:0 16px;display:flex;overflow:hidden}.AnnouncementBar-module__ofqxBa__icon{opacity:.9;flex-shrink:0}.AnnouncementBar-module__ofqxBa__marqueeWrapper{flex:1;position:relative;overflow:hidden}.AnnouncementBar-module__ofqxBa__marqueeContent{white-space:nowrap;animation:20s linear infinite AnnouncementBar-module__ofqxBa__marquee;display:flex}.AnnouncementBar-module__ofqxBa__text{color:#fff;padding-right:80px;font-size:13px;font-weight:500}@keyframes AnnouncementBar-module__ofqxBa__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
.CompareClient-module__wQaYca__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 1rem;display:flex}.CompareClient-module__wQaYca__btnPrimary{background:var(--accent-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.CompareClient-module__wQaYca__btnPrimary:hover{opacity:.9}.CompareClient-module__wQaYca__spinner{border:3px solid var(--border);border-top-color:var(--accent-blue);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite CompareClient-module__wQaYca__spin}@keyframes CompareClient-module__wQaYca__spin{to{transform:rotate(360deg)}}.CompareClient-module__wQaYca__tableWrap{border:1px solid var(--border);background:var(--bg-card);border-radius:12px;overflow-x:auto}.CompareClient-module__wQaYca__table{border-collapse:collapse;width:100%;font-size:.875rem}.CompareClient-module__wQaYca__table th,.CompareClient-module__wQaYca__table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:.75rem 1rem}.CompareClient-module__wQaYca__table thead th{background:var(--bg-subtle);font-weight:600;position:sticky;top:0}.CompareClient-module__wQaYca__labelCol{width:140px;min-width:140px;color:var(--text-secondary);background:var(--bg-subtle);font-weight:600}.CompareClient-module__wQaYca__productCol{text-align:center;min-width:200px;position:relative}.CompareClient-module__wQaYca__productImg{object-fit:contain;border-radius:8px;width:80px;height:80px;margin:0 auto 8px;display:block}.CompareClient-module__wQaYca__productName{color:var(--text-primary);margin-bottom:4px;font-size:.85rem;font-weight:600;text-decoration:none;display:block}.CompareClient-module__wQaYca__productName:hover{color:var(--accent-blue)}.CompareClient-module__wQaYca__productSku{color:var(--text-muted);font-size:.75rem}.CompareClient-module__wQaYca__removeBtn{background:var(--bg-subtle);width:24px;height:24px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:8px;right:8px}.CompareClient-module__wQaYca__removeBtn:hover{background:var(--accent-red);color:#fff}.CompareClient-module__wQaYca__labelCell{color:var(--text-secondary);background:var(--bg-subtle);white-space:nowrap;font-weight:500}.CompareClient-module__wQaYca__valueCell{color:var(--text-primary)}@media (max-width:768px){.CompareClient-module__wQaYca__tableWrap{border-radius:8px}.CompareClient-module__wQaYca__table{font-size:.8rem}.CompareClient-module__wQaYca__table th,.CompareClient-module__wQaYca__table td{padding:.5rem .75rem}.CompareClient-module__wQaYca__labelCol{width:100px;min-width:100px}.CompareClient-module__wQaYca__productCol{min-width:140px}.CompareClient-module__wQaYca__productImg{width:50px;height:50px}}@media (max-width:480px){.CompareClient-module__wQaYca__labelCol{width:80px;min-width:80px}.CompareClient-module__wQaYca__productCol{min-width:120px}}
.ProductsPageClient-module__rAOAZa__sortWrap{align-items:center;gap:8px;display:flex}.ProductsPageClient-module__rAOAZa__sortLabel{color:var(--text-secondary);white-space:nowrap;font-size:.8rem}.ProductsPageClient-module__rAOAZa__sortSelect{border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);cursor:pointer;border-radius:8px;outline:none;padding:.4rem .75rem;font-size:.8rem;transition:border-color .15s}.ProductsPageClient-module__rAOAZa__sortSelect:focus{border-color:var(--accent-blue)}
.ContactForm-module__UoqRnG__wrapper{max-width:1100px;margin:0 auto;padding:0 1.5rem}.ContactForm-module__UoqRnG__grid{grid-template-columns:1fr 1.6fr;align-items:start;gap:3rem;display:grid}.ContactForm-module__UoqRnG__infoCol{background:var(--bg-secondary);border-radius:16px;padding:2rem}.ContactForm-module__UoqRnG__infoTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.ContactForm-module__UoqRnG__infoItem{align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;display:flex}.ContactForm-module__UoqRnG__infoIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ContactForm-module__UoqRnG__infoLabel{color:var(--text-muted);margin-bottom:.15rem;font-size:.8rem}.ContactForm-module__UoqRnG__infoValue{color:var(--text-primary);font-size:.9rem;font-weight:500}.ContactForm-module__UoqRnG__workHours{border-top:1px solid var(--border);color:var(--text-secondary);margin-top:1.5rem;padding-top:1.25rem;font-size:.85rem;line-height:1.7}.ContactForm-module__UoqRnG__formCol{background:var(--bg-secondary);border-radius:16px;padding:2rem}.ContactForm-module__UoqRnG__form{flex-direction:column;gap:1rem;display:flex}.ContactForm-module__UoqRnG__formTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.ContactForm-module__UoqRnG__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ContactForm-module__UoqRnG__formGroup{flex-direction:column;gap:.4rem;display:flex}.ContactForm-module__UoqRnG__formLabel{color:var(--text-secondary);font-size:.85rem;font-weight:600}.ContactForm-module__UoqRnG__formInput{border:1px solid var(--border);background:var(--bg-primary);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:10px;padding:.7rem 1rem;font-size:.9rem;transition:border-color .2s}.ContactForm-module__UoqRnG__formInput:focus{border-color:var(--accent-blue);outline:none}.ContactForm-module__UoqRnG__formTextarea{border:1px solid var(--border);background:var(--bg-primary);width:100%;color:var(--text-primary);resize:vertical;box-sizing:border-box;border-radius:10px;min-height:120px;padding:.7rem 1rem;font-size:.9rem}.ContactForm-module__UoqRnG__formTextarea:focus{border-color:var(--accent-blue);outline:none}.ContactForm-module__UoqRnG__formError{color:var(--accent-red);margin-top:.2rem;font-size:.78rem}.ContactForm-module__UoqRnG__successBox{text-align:center;padding:2rem}.ContactForm-module__UoqRnG__successBox h3{color:var(--text-primary);margin-top:1rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ContactForm-module__UoqRnG__successBox p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}@media (max-width:768px){.ContactForm-module__UoqRnG__grid{grid-template-columns:1fr;gap:1.5rem}.ContactForm-module__UoqRnG__infoCol,.ContactForm-module__UoqRnG__formCol{padding:1.5rem}.ContactForm-module__UoqRnG__formRow{grid-template-columns:1fr}}@media (max-width:480px){.ContactForm-module__UoqRnG__wrapper{padding:0 .75rem}.ContactForm-module__UoqRnG__infoCol,.ContactForm-module__UoqRnG__formCol{padding:1.25rem}.ContactForm-module__UoqRnG__infoTitle{font-size:1.1rem}.ContactForm-module__UoqRnG__formTitle{margin-bottom:1rem;font-size:1.1rem}.ContactForm-module__UoqRnG__formInput,.ContactForm-module__UoqRnG__formTextarea{padding:.6rem .75rem;font-size:.85rem}}
.NewProductsSection-module__AgwzqW__section{padding:3rem 0}.NewProductsSection-module__AgwzqW__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.NewProductsSection-module__AgwzqW__title{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.NewProductsSection-module__AgwzqW__viewAll{color:var(--accent-blue);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.NewProductsSection-module__AgwzqW__viewAll:hover{opacity:.8}.NewProductsSection-module__AgwzqW__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (max-width:1024px){.NewProductsSection-module__AgwzqW__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.NewProductsSection-module__AgwzqW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.NewProductsSection-module__AgwzqW__grid{grid-template-columns:1fr}}
.about-module__4Ejatq__main{padding-top:64px}.about-module__4Ejatq__heroSection{text-align:center;padding:6rem 0 4rem;position:relative;overflow:hidden}.about-module__4Ejatq__heroGlow{background:radial-gradient(ellipse, var(--accent-blue-glow) 0%, transparent 70%);pointer-events:none;width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-module__4Ejatq__heroTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3rem;font-weight:900}.about-module__4Ejatq__heroDesc{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.8}.about-module__4Ejatq__statsRow{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.about-module__4Ejatq__missionSection{border-top:1px solid var(--border);padding:4rem 0}.about-module__4Ejatq__sectionTitle{color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:1.75rem;font-weight:800}.about-module__4Ejatq__sectionDesc{color:var(--text-secondary);text-align:center;font-size:1rem;line-height:1.9}.about-module__4Ejatq__valuesSection{padding:4rem 0}.about-module__4Ejatq__valuesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.about-module__4Ejatq__teamSection{border-top:1px solid var(--border);padding:4rem 0}.about-module__4Ejatq__teamGrid{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.about-module__4Ejatq__ctaSection{text-align:center;padding:5rem 0}.about-module__4Ejatq__ctaTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800}.about-module__4Ejatq__ctaDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.about-module__4Ejatq__ctaActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.about-module__4Ejatq__heroSection{padding:3rem 0 2rem}.about-module__4Ejatq__heroTitle{font-size:2rem}.about-module__4Ejatq__heroDesc{margin-bottom:1.5rem;font-size:.95rem}.about-module__4Ejatq__statsRow{gap:1.5rem}.about-module__4Ejatq__sectionTitle{font-size:1.4rem}.about-module__4Ejatq__valuesGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.about-module__4Ejatq__ctaTitle{font-size:1.5rem}}@media (max-width:480px){.about-module__4Ejatq__heroSection{padding:2rem 0 1.5rem}.about-module__4Ejatq__heroTitle{font-size:1.6rem}.about-module__4Ejatq__heroDesc{font-size:.9rem}.about-module__4Ejatq__statsRow{gap:1rem}.about-module__4Ejatq__valuesGrid{grid-template-columns:1fr}.about-module__4Ejatq__teamGrid{gap:1.5rem}.about-module__4Ejatq__ctaSection{padding:3rem 0}}
.brand-detail-module__I19cFq__main{min-height:100vh;padding-top:64px}.brand-detail-module__I19cFq__breadcrumb{color:var(--text-muted);align-items:center;gap:.35rem;margin-bottom:2rem;font-size:.85rem;display:flex}.brand-detail-module__I19cFq__brandHeader{background:var(--bg-secondary);border:1px solid var(--border);border-radius:1.5rem;align-items:center;gap:2rem;margin-bottom:3rem;padding:2.5rem;display:flex}.brand-detail-module__I19cFq__brandLogo{border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;font-size:1.4rem;font-weight:900;display:flex}.brand-detail-module__I19cFq__brandInfo{flex:1;min-width:0}.brand-detail-module__I19cFq__brandNameRow{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.brand-detail-module__I19cFq__brandName{color:var(--text-primary);font-size:2rem;font-weight:900}.brand-detail-module__I19cFq__brandMeta{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem}.brand-detail-module__I19cFq__brandDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.brand-detail-module__I19cFq__productsTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.brand-detail-module__I19cFq__productsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.brand-detail-module__I19cFq__productImageArea{background:var(--product-accent-bg);justify-content:center;align-items:center;height:140px;display:flex}.brand-detail-module__I19cFq__productInfo{padding:1rem}.brand-detail-module__I19cFq__productName{color:var(--text-primary);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.brand-detail-module__I19cFq__productCategory{color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem}.brand-detail-module__I19cFq__productPrice{color:var(--text-primary);font-size:1rem;font-weight:800}.brand-detail-module__I19cFq__productPriceInquiry{color:var(--text-muted);font-size:.85rem}@media (max-width:768px){.brand-detail-module__I19cFq__brandHeader{gap:1.25rem;padding:1.5rem}.brand-detail-module__I19cFq__brandLogo{border-radius:14px;width:64px;height:64px;font-size:1.1rem}.brand-detail-module__I19cFq__brandName{font-size:1.5rem}.brand-detail-module__I19cFq__productsGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}}@media (max-width:480px){.brand-detail-module__I19cFq__brandHeader{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.brand-detail-module__I19cFq__brandLogo{border-radius:12px;width:56px;height:56px;font-size:1rem}.brand-detail-module__I19cFq__brandName{font-size:1.25rem}.brand-detail-module__I19cFq__productsTitle{font-size:1.15rem}.brand-detail-module__I19cFq__productsGrid{grid-template-columns:1fr;gap:.75rem}.brand-detail-module__I19cFq__productImageArea{height:120px}}
.brands-module__Nzp0Tq__main{min-height:100vh;padding-top:64px}.brands-module__Nzp0Tq__heroSection{text-align:center;padding:5rem 0 3.5rem;position:relative;overflow:hidden}.brands-module__Nzp0Tq__heroGlow{background:var(--gradient-accent-glow);pointer-events:none;width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brands-module__Nzp0Tq__heroTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1rem;font-size:3rem;font-weight:900}.brands-module__Nzp0Tq__heroDesc{color:var(--text-secondary);max-width:560px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.8}.brands-module__Nzp0Tq__heroCount{color:var(--text-muted);font-size:.9rem}.brands-module__Nzp0Tq__breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.85rem;display:flex}.brands-module__Nzp0Tq__brandsGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:768px){.brands-module__Nzp0Tq__heroSection{padding:3rem 0 2rem}.brands-module__Nzp0Tq__heroTitle{font-size:1.75rem}.brands-module__Nzp0Tq__heroDesc{margin-bottom:1.5rem;font-size:.95rem}.brands-module__Nzp0Tq__brandsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.brands-module__Nzp0Tq__heroSection{padding:2rem 0 1.5rem}.brands-module__Nzp0Tq__heroTitle{font-size:1.5rem}.brands-module__Nzp0Tq__brandsGrid{grid-template-columns:1fr;gap:.75rem}}
.compare-module__0w_NYa__main{min-height:100vh;padding-top:64px}.compare-module__0w_NYa__title{color:var(--text-primary);margin-bottom:2rem;font-size:1.75rem;font-weight:800}@media (max-width:768px){.compare-module__0w_NYa__title{margin-bottom:1.5rem;font-size:1.35rem}}@media (max-width:480px){.compare-module__0w_NYa__title{margin-bottom:1rem;font-size:1.15rem}}
.contact-module__AUWb0W__main{padding-top:64px}.contact-module__AUWb0W__heroSection{text-align:center;padding:5rem 0 3rem;position:relative;overflow:hidden}.contact-module__AUWb0W__heroGlow{background:radial-gradient(ellipse, var(--accent-blue-glow) 0%, transparent 70%);pointer-events:none;width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-module__AUWb0W__heroTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1rem;font-size:2.75rem;font-weight:900}.contact-module__AUWb0W__heroDesc{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.8}.contact-module__AUWb0W__contactSection{padding:3rem 0 5rem}@media (max-width:768px){.contact-module__AUWb0W__heroSection{padding:3rem 0 2rem}.contact-module__AUWb0W__heroTitle{font-size:1.75rem}.contact-module__AUWb0W__heroDesc{font-size:.95rem}}@media (max-width:480px){.contact-module__AUWb0W__heroSection{padding:2rem 0 1.5rem}.contact-module__AUWb0W__heroTitle{font-size:1.5rem}}
.content-module__sfUVxq__main{padding-top:64px}.content-module__sfUVxq__heroSection{text-align:center;border-bottom:1px solid var(--border-light);padding:5rem 0 3rem}.content-module__sfUVxq__heroTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:2.75rem;font-weight:900}.content-module__sfUVxq__heroDate{color:var(--text-muted);font-size:.85rem}.content-module__sfUVxq__contentSection{padding:4rem 0}.content-module__sfUVxq__contentInner{max-width:800px}.content-module__sfUVxq__intro{color:var(--text-secondary);margin-bottom:2.5rem;font-size:.9rem;line-height:1.9}.content-module__sfUVxq__section{margin-bottom:2.5rem}.content-module__sfUVxq__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--border);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.content-module__sfUVxq__sectionContent{color:var(--text-secondary);font-size:.9rem;line-height:1.9}.content-module__sfUVxq__cookieList{flex-direction:column;gap:.75rem;display:flex}.content-module__sfUVxq__cookieItem{background:var(--bg-subtle);border:1px solid var(--border);border-radius:.75rem;gap:1rem;padding:1.25rem;display:flex}.content-module__sfUVxq__cookieDot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.35rem}.content-module__sfUVxq__cookieName{color:var(--text-primary);margin-bottom:.35rem;font-size:.95rem;font-weight:600}.content-module__sfUVxq__requiredBadge{background:var(--badge-required-bg);border:1px solid var(--badge-required-border);color:var(--badge-required-text);border-radius:2rem;margin-left:.5rem;padding:.1rem .5rem;font-size:.72rem}.content-module__sfUVxq__cookieDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.7}@media (max-width:768px){.content-module__sfUVxq__heroSection{padding:3rem 0 2rem}.content-module__sfUVxq__heroTitle{font-size:2rem}.content-module__sfUVxq__contentSection{padding:2.5rem 0}}@media (max-width:480px){.content-module__sfUVxq__heroSection{padding:2rem 0 1.5rem}.content-module__sfUVxq__heroTitle{font-size:1.5rem}.content-module__sfUVxq__contentSection{padding:1.5rem 0}.content-module__sfUVxq__sectionTitle{font-size:1rem}.content-module__sfUVxq__cookieItem{gap:.75rem;padding:1rem}}
.help-detail-module__6X1LcG__main{min-height:60vh;padding:2rem 0 4rem}.help-detail-module__6X1LcG__breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.8rem;display:flex}.help-detail-module__6X1LcG__breadcrumbLink{color:var(--text-secondary);text-decoration:none}.help-detail-module__6X1LcG__breadcrumbLink:hover{color:var(--accent-blue)}.help-detail-module__6X1LcG__breadcrumbSep{color:var(--text-muted)}.help-detail-module__6X1LcG__breadcrumbCurrent{color:var(--text-primary);font-weight:600}.help-detail-module__6X1LcG__article{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2.5rem}.help-detail-module__6X1LcG__articleTitle{color:var(--text-primary);margin:0 0 .75rem;font-size:1.75rem;font-weight:800;line-height:1.3}.help-detail-module__6X1LcG__articleMeta{color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1rem;font-size:.8rem}.help-detail-module__6X1LcG__articleContent{color:var(--text-primary);font-size:.95rem;line-height:1.8}.help-detail-module__6X1LcG__articleContent h2{color:var(--text-primary);margin:2rem 0 .75rem;font-size:1.3rem;font-weight:700}.help-detail-module__6X1LcG__articleContent h3{margin:1.5rem 0 .5rem;font-size:1.1rem;font-weight:600}.help-detail-module__6X1LcG__articleContent p{margin:.75rem 0}.help-detail-module__6X1LcG__articleContent ul,.help-detail-module__6X1LcG__articleContent ol{margin:.75rem 0;padding-left:1.5rem}.help-detail-module__6X1LcG__articleContent li{margin:.3rem 0}.help-detail-module__6X1LcG__articleContent a{color:var(--accent-blue);text-decoration:underline}.help-detail-module__6X1LcG__articleContent code{background:var(--bg-secondary);border-radius:4px;padding:.15rem .4rem;font-size:.85em}.help-detail-module__6X1LcG__articleContent pre{background:var(--bg-secondary);border-radius:8px;margin:1rem 0;padding:1rem;overflow-x:auto}.help-detail-module__6X1LcG__backLink{text-align:center;margin-top:2rem}.help-detail-module__6X1LcG__backLink a{color:var(--accent-blue);font-size:.9rem;font-weight:600;text-decoration:none}.help-detail-module__6X1LcG__backLink a:hover{text-decoration:underline}
.help-module__RNSzKW__heroSection{text-align:center;padding:5rem 2rem 3rem;position:relative;overflow:hidden}.help-module__RNSzKW__heroGlow{background:radial-gradient(ellipse at 50% 0%, var(--accent-blue-glow) 0%, transparent 70%);opacity:.6;pointer-events:none;position:absolute;inset:0}.help-module__RNSzKW__heroTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:2rem;font-weight:900}.help-module__RNSzKW__heroDesc{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:.95rem}.help-module__RNSzKW__main{min-height:60vh}.help-module__RNSzKW__contentSection{padding:2rem 0 4rem}.help-module__RNSzKW__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.help-module__RNSzKW__categoryCard{border:1px solid var(--border);background:var(--bg-card);cursor:pointer;text-align:center;border-radius:12px;padding:1.5rem;text-decoration:none;transition:border-color .2s,transform .2s}.help-module__RNSzKW__categoryCard:hover{border-color:var(--accent-blue-border-hover);transform:translateY(-2px)}.help-module__RNSzKW__categoryCardIcon{background:var(--accent-blue-light);border:1px solid var(--accent-blue-border);width:48px;height:48px;color:var(--accent-blue);border-radius:12px;justify-content:center;align-items:center;margin:0 auto .75rem;display:flex}.help-module__RNSzKW__categoryCardName{color:var(--text-primary);margin-bottom:.3rem;font-size:.9rem;font-weight:700}.help-module__RNSzKW__categoryCardCount{color:var(--text-muted);font-size:.78rem}.help-module__RNSzKW__articleList{margin-top:2rem}.help-module__RNSzKW__articleItem{border:1px solid var(--border);background:var(--bg-card);border-radius:10px;margin-bottom:.75rem;padding:1rem 1.25rem;text-decoration:none;transition:border-color .2s;display:block}.help-module__RNSzKW__articleItem:hover{border-color:var(--accent-blue-border-hover)}.help-module__RNSzKW__articleItemTitle{color:var(--text-primary);margin-bottom:.3rem;font-size:.9rem;font-weight:700}.help-module__RNSzKW__articleItemDate{color:var(--text-muted);font-size:.75rem}@media (max-width:480px){.help-module__RNSzKW__categoryGrid{grid-template-columns:1fr}}
.news-detail-module__8bJaaa__main{min-height:80vh;padding-top:64px}.news-detail-module__8bJaaa__breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.news-detail-module__8bJaaa__articleLayout{gap:2rem;display:flex}.news-detail-module__8bJaaa__articleMain{flex:1;min-width:0}.news-detail-module__8bJaaa__coverImageWrapper{border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.news-detail-module__8bJaaa__coverImage{border-radius:12px;width:100%;display:block}.news-detail-module__8bJaaa__articleTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.3}.news-detail-module__8bJaaa__articleMeta{color:var(--text-muted);border-bottom:1px solid var(--border-subtle);align-items:center;gap:1.25rem;margin-bottom:2rem;padding-bottom:1rem;font-size:.85rem;display:flex}.news-detail-module__8bJaaa__metaItem{align-items:center;gap:.35rem;display:flex}.news-detail-module__8bJaaa__articleContent{color:var(--text-primary);font-size:1rem;line-height:1.8}.news-detail-module__8bJaaa__articleContent h2{margin-top:2rem;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.news-detail-module__8bJaaa__articleContent h3{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.news-detail-module__8bJaaa__articleContent p{margin-bottom:1rem}.news-detail-module__8bJaaa__articleContent img{border-radius:8px;max-width:100%;height:auto;margin:1.5rem 0}.news-detail-module__8bJaaa__articleContent a{color:var(--accent-blue);text-decoration:underline}.news-detail-module__8bJaaa__articleContent ul,.news-detail-module__8bJaaa__articleContent ol{margin-bottom:1rem;padding-left:1.5rem}.news-detail-module__8bJaaa__articleContent blockquote{border-left:3px solid var(--accent-blue);background:var(--bg-subtle);color:var(--text-secondary);margin:1.5rem 0;padding:.75rem 1.25rem}.news-detail-module__8bJaaa__articleContent table{border-collapse:collapse;width:100%;margin:1.5rem 0}.news-detail-module__8bJaaa__articleContent th,.news-detail-module__8bJaaa__articleContent td{border:1px solid var(--border-subtle);text-align:left;padding:.5rem .75rem}.news-detail-module__8bJaaa__articleContent th{background:var(--bg-subtle);font-weight:600}.news-detail-module__8bJaaa__articleContent code{background:var(--bg-subtle);border-radius:4px;padding:.15rem .35rem;font-size:.9em}.news-detail-module__8bJaaa__articleContent pre{background:var(--bg-subtle);border-radius:8px;margin:1.5rem 0;padding:1rem;overflow-x:auto}.news-detail-module__8bJaaa__articleContent pre code{background:0 0;padding:0}.news-detail-module__8bJaaa__relatedSection{border-top:1px solid var(--border-subtle);padding:3rem 0 4rem}.news-detail-module__8bJaaa__relatedTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.news-detail-module__8bJaaa__relatedGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.news-detail-module__8bJaaa__relatedCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;text-decoration:none;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex;overflow:hidden}.news-detail-module__8bJaaa__relatedCard:hover{border-color:var(--accent-blue);transform:translateY(-3px);box-shadow:0 6px 16px #0000000f}.news-detail-module__8bJaaa__relatedImageWrapper{aspect-ratio:16/9;background:var(--bg-subtle);width:100%;overflow:hidden}.news-detail-module__8bJaaa__relatedImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.news-detail-module__8bJaaa__relatedCard:hover .news-detail-module__8bJaaa__relatedImage{transform:scale(1.05)}.news-detail-module__8bJaaa__relatedCardBody{padding:.75rem 1rem 1rem}.news-detail-module__8bJaaa__relatedCardTitle{color:var(--text-primary);margin-bottom:.4rem;font-size:.9rem;font-weight:700;line-height:1.35}.news-detail-module__8bJaaa__relatedDate{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.75rem;display:flex}@media (max-width:768px){.news-detail-module__8bJaaa__articleTitle{font-size:1.5rem}.news-detail-module__8bJaaa__articleMeta{flex-wrap:wrap;gap:.75rem}.news-detail-module__8bJaaa__relatedGrid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.news-detail-module__8bJaaa__articleTitle{font-size:1.25rem}.news-detail-module__8bJaaa__relatedGrid{grid-template-columns:1fr}}
.news-module__8jfDUW__main{min-height:80vh}.news-module__8jfDUW__heroSection{text-align:center;background:linear-gradient(#1e78e60a 0%,#0000 100%);padding:5rem 0 3.5rem;position:relative;overflow:hidden}.news-module__8jfDUW__heroGlow{pointer-events:none;background:radial-gradient(#1e78e61f 0%,#0000 70%);width:600px;height:300px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.news-module__8jfDUW__heroTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.5rem;font-weight:800;position:relative}.news-module__8jfDUW__heroDesc{color:var(--text-secondary);max-width:540px;margin:0 auto;font-size:1.05rem;line-height:1.6;position:relative}.news-module__8jfDUW__breadcrumb{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.news-module__8jfDUW__categoryTabs{flex-wrap:wrap;gap:.5rem;display:flex}.news-module__8jfDUW__categoryTab{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:999px;padding:.45rem 1.15rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.news-module__8jfDUW__categoryTab:hover{border-color:var(--accent-blue);color:var(--accent-blue)}.news-module__8jfDUW__categoryTabActive{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue)}.news-module__8jfDUW__categoryTabActive:hover{color:#fff;opacity:.9}.news-module__8jfDUW__articlesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.news-module__8jfDUW__articleCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;text-decoration:none;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex;overflow:hidden}.news-module__8jfDUW__articleCard:hover{border-color:var(--accent-blue);transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.news-module__8jfDUW__imageWrapper{aspect-ratio:16/9;background:var(--bg-subtle);width:100%;overflow:hidden}.news-module__8jfDUW__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.news-module__8jfDUW__articleCard:hover .news-module__8jfDUW__image{transform:scale(1.05)}.news-module__8jfDUW__cardBody{flex-direction:column;flex:1;padding:1.1rem 1.25rem 1.25rem;display:flex}.news-module__8jfDUW__cardTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:700;line-height:1.4}.news-module__8jfDUW__cardSummary{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:.75rem;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.news-module__8jfDUW__cardMeta{color:var(--text-muted);align-items:center;gap:1rem;font-size:.8rem;display:flex}.news-module__8jfDUW__cardDate,.news-module__8jfDUW__cardAuthor{align-items:center;gap:.3rem;display:flex}.news-module__8jfDUW__noResults{text-align:center;color:var(--text-muted);padding:5rem 1rem}.news-module__8jfDUW__noResults p{margin-bottom:1rem;font-size:1.05rem}.news-module__8jfDUW__pagination{justify-content:center;align-items:center;gap:1rem;padding:2rem 0;display:flex}.news-module__8jfDUW__pageBtn{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:8px;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.news-module__8jfDUW__pageBtn:hover{border-color:var(--accent-blue);color:var(--accent-blue)}.news-module__8jfDUW__pageInfo{color:var(--text-muted);font-size:.85rem}@media (max-width:1024px){.news-module__8jfDUW__articlesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.news-module__8jfDUW__heroSection{padding:4rem 0 2.5rem}.news-module__8jfDUW__heroTitle{font-size:1.8rem}.news-module__8jfDUW__heroDesc{font-size:.95rem}.news-module__8jfDUW__articlesGrid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.news-module__8jfDUW__heroSection{padding:3rem 0 2rem}.news-module__8jfDUW__heroTitle{font-size:1.5rem}.news-module__8jfDUW__articlesGrid{grid-template-columns:1fr;gap:.75rem}}
.products-module__V7B1qq__main{background:var(--bg-primary);min-height:100vh;padding-top:52px}.products-module__V7B1qq__filterSection{border-bottom:1px solid var(--border-light);padding:1.5rem 0}.products-module__V7B1qq__filterSection:first-child{padding-top:2rem}.products-module__V7B1qq__filterTitle{color:var(--text-primary);margin:0 0 1rem;font-size:1rem;font-weight:700}.products-module__V7B1qq__filterGrid{grid-template-columns:repeat(6,1fr);gap:.6rem;display:grid}.products-module__V7B1qq__brandGrid{grid-template-columns:repeat(8,1fr);gap:.6rem;display:grid}.products-module__V7B1qq__filterTag{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem .75rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex;overflow:hidden}.products-module__V7B1qq__filterTag:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:color-mix(in srgb, var(--accent-blue) 6%, var(--bg-card))}.products-module__V7B1qq__filterTagActive{border-color:var(--accent-blue);color:var(--accent-blue);background:color-mix(in srgb, var(--accent-blue) 10%, var(--bg-card));font-weight:600}.products-module__V7B1qq__productSection{padding:2rem 0 3rem}.products-module__V7B1qq__productTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;display:flex}.products-module__V7B1qq__productCount{color:var(--text-muted);background:var(--bg-subtle);border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:500}.products-module__V7B1qq__productGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.products-module__V7B1qq__empty{text-align:center;color:var(--text-muted);padding:4rem 2rem;font-size:.9rem}.products-module__V7B1qq__productHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.products-module__V7B1qq__pagination{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:6px;margin-top:2rem;padding-top:1.5rem;display:flex}.products-module__V7B1qq__pageBtn{border:1px solid var(--border);background:var(--bg-card);min-width:36px;height:36px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.products-module__V7B1qq__pageBtn:hover{border-color:var(--accent-blue);color:var(--accent-blue)}.products-module__V7B1qq__pageBtnActive{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff}.products-module__V7B1qq__pageBtnActive:hover{color:#fff;opacity:.9}@media (max-width:1200px){.products-module__V7B1qq__filterGrid{grid-template-columns:repeat(5,1fr)}.products-module__V7B1qq__brandGrid{grid-template-columns:repeat(6,1fr)}.products-module__V7B1qq__productGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.products-module__V7B1qq__filterGrid,.products-module__V7B1qq__brandGrid{grid-template-columns:repeat(4,1fr)}.products-module__V7B1qq__productGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.products-module__V7B1qq__filterGrid,.products-module__V7B1qq__brandGrid{grid-template-columns:repeat(3,1fr)}.products-module__V7B1qq__productGrid{grid-template-columns:1fr}}
.quotation-module__uKzPOG__main{padding-top:64px}.quotation-module__uKzPOG__heroSection{text-align:center;padding:5rem 0 3rem;position:relative;overflow:hidden}.quotation-module__uKzPOG__heroGlow{background:radial-gradient(ellipse, var(--accent-blue-glow) 0%, transparent 70%);pointer-events:none;width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.quotation-module__uKzPOG__heroTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1rem;font-size:2.75rem;font-weight:900}.quotation-module__uKzPOG__heroDesc{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.8}.quotation-module__uKzPOG__stepsSection{padding:4rem 0}.quotation-module__uKzPOG__stepsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.quotation-module__uKzPOG__stepCard{text-align:center;padding:2rem 1rem}.quotation-module__uKzPOG__stepNumber{background:var(--accent-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}.quotation-module__uKzPOG__stepTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.quotation-module__uKzPOG__stepDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.quotation-module__uKzPOG__advantagesSection{border-top:1px solid var(--border);padding:4rem 0}.quotation-module__uKzPOG__advantagesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.quotation-module__uKzPOG__advantageCard{text-align:center;padding:1.75rem}.quotation-module__uKzPOG__advantageIcon{margin-bottom:1rem;font-size:2rem}.quotation-module__uKzPOG__advantageTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.quotation-module__uKzPOG__advantageDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.quotation-module__uKzPOG__ctaSection{text-align:center;padding:5rem 0}.quotation-module__uKzPOG__ctaTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800}.quotation-module__uKzPOG__ctaDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.quotation-module__uKzPOG__ctaActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.quotation-module__uKzPOG__heroSection{padding:3rem 0 2rem}.quotation-module__uKzPOG__heroTitle{font-size:1.75rem}.quotation-module__uKzPOG__heroDesc{font-size:.95rem}.quotation-module__uKzPOG__stepsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.quotation-module__uKzPOG__advantagesGrid{grid-template-columns:1fr;gap:1rem}.quotation-module__uKzPOG__ctaTitle{font-size:1.5rem}}@media (max-width:480px){.quotation-module__uKzPOG__heroSection{padding:2rem 0 1.5rem}.quotation-module__uKzPOG__heroTitle{font-size:1.5rem}.quotation-module__uKzPOG__stepsGrid{grid-template-columns:1fr}.quotation-module__uKzPOG__stepCard{padding:1.25rem .5rem}.quotation-module__uKzPOG__ctaSection{padding:3rem 0}}
.StatsSection-module__05dj7W__section{border-top:1px solid var(--border-light);padding:4rem 0}.StatsSection-module__05dj7W__row{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.StatsSection-module__05dj7W__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;transition:transform .3s,box-shadow .3s;display:flex}.StatsSection-module__05dj7W__card:hover{box-shadow:var(--shadow-accent-glow);transform:translateY(-4px)}.StatsSection-module__05dj7W__icon{border-radius:var(--radius-lg);background:var(--accent-blue-light);width:56px;height:56px;color:var(--accent-blue);flex-shrink:0;justify-content:center;align-items:center;display:flex}.StatsSection-module__05dj7W__number{color:var(--text-primary);letter-spacing:-.03em;font-size:2.5rem;font-weight:800;line-height:1}.StatsSection-module__05dj7W__label{color:var(--text-secondary);font-size:.9rem;font-weight:600}@media (max-width:1024px){.StatsSection-module__05dj7W__row{grid-template-columns:repeat(2,1fr);gap:1.5rem}.StatsSection-module__05dj7W__number{font-size:2rem}}@media (max-width:480px){.StatsSection-module__05dj7W__section{padding:2.5rem 0}.StatsSection-module__05dj7W__row{grid-template-columns:repeat(2,1fr);gap:1rem}.StatsSection-module__05dj7W__card{padding:1.25rem .75rem}.StatsSection-module__05dj7W__icon{width:44px;height:44px}.StatsSection-module__05dj7W__number{font-size:1.5rem}.StatsSection-module__05dj7W__label{font-size:.8rem}}
