.AuthModal-module__jrbLjq__overlay{background:var(--bg-overlay);-webkit-backdrop-filter:saturate(180%)blur(20px);z-index:9999;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AuthModal-module__jrbLjq__modal{background:var(--bg-glass-heavy);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__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;margin-bottom:16px;padding:16px}.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}@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}}
.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}
.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}}
.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__imageArea{background:var(--product-accent-bg);justify-content:center;align-items:center;height:140px;display:flex;position:relative}.ProductListCard-module__uat3Kq__image{object-fit:contain;width:60%;height:60%}.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{padding:1rem}.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);margin-bottom:.35rem;font-size:.9rem;font-weight:700;line-height:1.3}.ProductListCard-module__uat3Kq__model{color:var(--text-secondary);margin-bottom:.35rem;font-size:.78rem}.ProductListCard-module__uat3Kq__priceRow{border-top:1px solid var(--border);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)}
.InquiryModal-module__XhobDW__overlay{z-index:1000;background:var(--bg-overlay);-webkit-backdrop-filter:saturate(180%)blur(20px);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.InquiryModal-module__XhobDW__modal{background:var(--bg-glass-heavy);border:1px solid var(--border);width:100%;max-width:480px;max-height:90vh;box-shadow:var(--shadow-2xl);border-radius:12px;padding:24px;position:relative;overflow-y:auto}.InquiryModal-module__XhobDW__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.InquiryModal-module__XhobDW__title{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.InquiryModal-module__XhobDW__closeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:4px;transition:color .15s}.InquiryModal-module__XhobDW__closeBtn:hover{color:var(--text-primary)}.InquiryModal-module__XhobDW__productHint{background:var(--bg-subtle);color:var(--text-secondary);border-radius:6px;margin-bottom:12px;padding:8px 12px;font-size:14px}.InquiryModal-module__XhobDW__successWrap{text-align:center;padding:32px 0}.InquiryModal-module__XhobDW__successIcon{color:var(--accent-green);margin-bottom:12px;font-size:48px}.InquiryModal-module__XhobDW__successText{color:var(--accent-green);font-size:16px;font-weight:500}.InquiryModal-module__XhobDW__successCloseBtn{border:1px solid var(--border);background:var(--bg-card);cursor:pointer;color:var(--text-secondary);border-radius:6px;margin-top:16px;padding:8px 24px;font-size:14px;transition:all .15s}.InquiryModal-module__XhobDW__successCloseBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.InquiryModal-module__XhobDW__field{margin-bottom:12px}.InquiryModal-module__XhobDW__label{color:var(--text-primary);margin-bottom:4px;font-size:14px;font-weight:500;display:block}.InquiryModal-module__XhobDW__required{color:var(--accent-pink)}.InquiryModal-module__XhobDW__input{border:1px solid var(--border-input);box-sizing:border-box;background:var(--bg-subtle);width:100%;color:var(--text-primary);border-radius:6px;outline:none;padding:8px 12px;font-size:14px;transition:border-color .2s}.InquiryModal-module__XhobDW__input:focus{border-color:var(--accent-blue)}.InquiryModal-module__XhobDW__textarea{border:1px solid var(--border-input);box-sizing:border-box;resize:vertical;background:var(--bg-subtle);width:100%;color:var(--text-primary);border-radius:6px;outline:none;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.InquiryModal-module__XhobDW__textarea:focus{border-color:var(--accent-blue)}.InquiryModal-module__XhobDW__error{color:var(--accent-pink);margin-bottom:12px;font-size:13px}.InquiryModal-module__XhobDW__submitBtn{background:var(--accent-blue);width:100%;color:var(--text-inverse);cursor:pointer;border:none;border-radius:8px;padding:10px 0;font-size:15px;font-weight:500;transition:background .15s}.InquiryModal-module__XhobDW__submitBtn:hover:not(:disabled){background:var(--accent-blue-hover)}.InquiryModal-module__XhobDW__submitBtn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:480px){.InquiryModal-module__XhobDW__overlay{align-items:flex-end}.InquiryModal-module__XhobDW__modal{border-radius:12px 12px 0 0;width:100%;max-width:100%;max-height:85vh;padding:1.5rem 1rem}.InquiryModal-module__XhobDW__header{margin-bottom:12px}.InquiryModal-module__XhobDW__title{font-size:16px}.InquiryModal-module__XhobDW__field{margin-bottom:10px}.InquiryModal-module__XhobDW__input,.InquiryModal-module__XhobDW__textarea{padding:6px 10px;font-size:13px}.InquiryModal-module__XhobDW__submitBtn{padding:8px 0;font-size:14px}}
.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}}
.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}}
.ProductStatusButtons-module__gHz_Kq__buttons{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.ProductStatusButtons-module__gHz_Kq__favBtn{cursor:pointer;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.ProductStatusButtons-module__gHz_Kq__favBtn:hover{border-color:var(--accent-pink);color:var(--accent-pink);background:var(--bg-pink-subtle,#fff0f6)}.ProductStatusButtons-module__gHz_Kq__favBtnActive{border-color:var(--accent-pink);color:var(--accent-pink);background:var(--bg-pink-subtle,#fff0f6);}.ProductStatusButtons-module__gHz_Kq__inquiryBtn{cursor:pointer;background:var(--accent-blue);color:var(--text-inverse);border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #2563eb40}.ProductStatusButtons-module__gHz_Kq__inquiryBtn:hover{background:var(--accent-blue-hover,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb59}.ProductStatusButtons-module__gHz_Kq__buyBtn{cursor:pointer;background:var(--accent-blue);color:var(--text-inverse);border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #2563eb40}.ProductStatusButtons-module__gHz_Kq__buyBtn:hover{background:var(--accent-blue-hover,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb59}.ProductStatusButtons-module__gHz_Kq__statusBadge{border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.ProductStatusButtons-module__gHz_Kq__statusInStock{background:var(--bg-green-subtle,#f0fdf4);color:var(--accent-green);}.ProductStatusButtons-module__gHz_Kq__statusLowStock{background:var(--bg-amber-subtle,#fffbeb);color:var(--accent-amber);}.ProductStatusButtons-module__gHz_Kq__statusOutOfStock{background:var(--bg-pink-subtle,#fff0f6);color:var(--accent-pink);}.ProductStatusButtons-module__gHz_Kq__statusDiscontinued{background:var(--bg-subtle);color:var(--text-muted);}
.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}}
.product-detail-module__1v-AAa__main{background:var(--bg-secondary);min-height:100vh;padding-top:64px}.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__imageCard img{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__mainGrid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.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__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__stockRow{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.product-detail-module__1v-AAa__tagsRow{flex-wrap:wrap;gap:.5rem;display:flex}.product-detail-module__1v-AAa__ctaRow{flex-wrap:wrap;gap:.75rem;display:flex}.product-detail-module__1v-AAa__specGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.product-detail-module__1v-AAa__priceCard{margin-bottom:1.5rem;padding:1.25rem 1.5rem}.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__techParamsTitle{color:var(--text-muted);letter-spacing:.08em;margin-bottom:1rem;font-size:.85rem;font-weight:700}.product-detail-module__1v-AAa__specItem{background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;padding:.75rem 1rem}.product-detail-module__1v-AAa__specItemLabel{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem}.product-detail-module__1v-AAa__specItemValue{color:var(--text-primary);font-size:.875rem;font-weight:500}.product-detail-module__1v-AAa__descriptionCard{margin-top:3rem;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);line-height:1.8}.product-detail-module__1v-AAa__relatedSection{margin-top:4rem}.product-detail-module__1v-AAa__relatedTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.product-detail-module__1v-AAa__relatedGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.product-detail-module__1v-AAa__relatedProductImage{background:var(--product-accent-bg);border-radius:.75rem;justify-content:center;align-items:center;height:100px;margin-bottom:.75rem;display:flex;overflow:hidden}.product-detail-module__1v-AAa__relatedBrandName{color:var(--accent-blue);margin-bottom:.3rem;font-size:.78rem;font-weight:700}.product-detail-module__1v-AAa__relatedProductName{color:var(--text-primary);font-size:.875rem;font-weight:600;line-height:1.3}.product-detail-module__1v-AAa__breadcrumbLink{color:var(--text-muted);text-decoration:none}.product-detail-module__1v-AAa__breadcrumbCurrent{color:var(--text-primary)}.product-detail-module__1v-AAa__contentContainer{padding:2rem 1.5rem 4rem}.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}.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__chipBadge{background:var(--accent-blue-lighter);color:var(--text-primary);border-radius:.5rem;padding:.35rem .75rem;font-size:.82rem;font-weight:600}.product-detail-module__1v-AAa__chipBadgeGreen{background:var(--accent-green-light);color:var(--accent-green);border-radius:.5rem;padding:.35rem .75rem;font-size:.82rem;font-weight:600}.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:var(--accent-amber-light);border:1px solid var(--accent-amber-border);}.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__priceRow{align-items:baseline;gap:.75rem;margin-bottom:.25rem;display:flex}.product-detail-module__1v-AAa__techParamsSection{margin-bottom:1.5rem}.product-detail-module__1v-AAa__specItemFull{grid-column:1/-1;}.product-detail-module__1v-AAa__datasheetLink{margin-bottom:1.5rem;display:inline-flex}.product-detail-module__1v-AAa__relatedProductCard{padding:1rem;overflow:hidden}.product-detail-module__1v-AAa__relatedProductImg{object-fit:cover;border-radius:.75rem;width:100%;height:100%}.product-detail-module__1v-AAa__relatedLink{text-decoration:none}@media (max-width:900px){.product-detail-module__1v-AAa__mainGrid{grid-template-columns:1fr;gap:2rem}.product-detail-module__1v-AAa__relatedGrid{grid-template-columns:repeat(2,1fr)}.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__imageCard{aspect-ratio:auto;min-height:200px;margin-bottom:.75rem}.product-detail-module__1v-AAa__specGrid,.product-detail-module__1v-AAa__relatedGrid{grid-template-columns:1fr}.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:2rem;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}}
.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}}
.BrandMarquee-module__uqYiUG__section{background:var(--bg-secondary);padding:4rem 0;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:-.01em;font-size:1.75rem;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__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.4rem}.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.2rem}.BrandMarquee-module__uqYiUG__card{width:110px;height:90px;padding:.75rem .5rem}}
