.AuthModal-module__jrbLjq__overlay{background:var(--bg-overlay);-webkit-backdrop-filter:blur(8px);z-index:9999;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AuthModal-module__jrbLjq__modal{background:var(--bg-modal);border:1px solid var(--border);width:100%;max-width:420px;box-shadow:var(--shadow-modal);border-radius:1.25rem;max-height:90vh;padding:2rem;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);font-size:1.2rem;font-weight:800}.AuthModal-module__jrbLjq__closeBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:.4rem;justify-content:center;align-items:center;padding:.35rem;transition:color .2s,background .2s;display:flex}.AuthModal-module__jrbLjq__closeBtn:hover{color:var(--text-primary);background:var(--bg-card-hover)}.AuthModal-module__jrbLjq__tabs{background:var(--bg-card);border-radius:.6rem;gap:.25rem;margin-bottom:1.75rem;padding:.25rem;display:flex}.AuthModal-module__jrbLjq__tab{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:.4rem;flex:1;padding:.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.AuthModal-module__jrbLjq__tab.AuthModal-module__jrbLjq__active{background:var(--gradient-primary);color:var(--text-primary)}.AuthModal-module__jrbLjq__field{margin-bottom:1rem}.AuthModal-module__jrbLjq__label{color:var(--text-secondary);letter-spacing:.01em;margin-bottom:.4rem;font-size:.78rem;font-weight:600;display:block}.AuthModal-module__jrbLjq__inputWrap{align-items:center;display:flex;position:relative}.AuthModal-module__jrbLjq__inputIcon{color:var(--text-tertiary);pointer-events:none;flex-shrink:0;position:absolute;left:.75rem}.AuthModal-module__jrbLjq__input{background:var(--bg-card);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:.6rem;outline:none;min-width:0;padding:.65rem .9rem .65rem 2.35rem;font-size:.875rem;transition:border-color .2s,background .2s}.AuthModal-module__jrbLjq__input::placeholder{color:var(--text-muted)}.AuthModal-module__jrbLjq__input:focus{border-color:var(--border-focus);background:var(--bg-input-focus)}.AuthModal-module__jrbLjq__inputWithAction{padding-right:2.5rem}.AuthModal-module__jrbLjq__eyeBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;transition:color .2s;display:flex;position:absolute;right:.65rem}.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(--bg-blue-subtle);border:1px solid var(--border-blue-subtle);color:var(--text-blue-light);cursor:pointer;white-space:nowrap;border-radius:.6rem;flex-shrink:0;padding:.65rem .9rem;font-size:.78rem;font-weight:600;line-height:1.4;transition:background .2s,border-color .2s,opacity .2s}.AuthModal-module__jrbLjq__sendCodeBtn:hover:not(:disabled){background:var(--bg-blue-subtle);border-color:var(--border-focus)}.AuthModal-module__jrbLjq__sendCodeBtn:disabled{opacity:.5;cursor:not-allowed}.AuthModal-module__jrbLjq__error{background:var(--bg-error);border:1px solid var(--border-error);color:var(--text-error);border-radius:.5rem;margin-top:.5rem;margin-bottom:.25rem;padding:.55rem .9rem;font-size:.8rem;line-height:1.5}.AuthModal-module__jrbLjq__submitBtn{justify-content:center;width:100%;margin-top:.75rem}
.UserMenu-module__cEmsTq__wrapper{position:relative}.UserMenu-module__cEmsTq__loginBtn{background:var(--bg-white-06);border:1px solid var(--border-white-10);height:36px;color:var(--text-secondary);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.UserMenu-module__cEmsTq__loginBtn:hover{border-color:var(--border-white-20);color:var(--text-primary);background:var(--bg-white-10)}@media (max-width:768px){.UserMenu-module__cEmsTq__loginBtn .UserMenu-module__cEmsTq__loginBtnText{display:none}.UserMenu-module__cEmsTq__loginBtn{gap:0;height:36px;padding:0 .5rem}}.UserMenu-module__cEmsTq__loginBtnMobile{background:var(--bg-white-06);border:1px solid var(--border-white-10);width:100%;color:var(--text-primary);cursor:pointer;border-radius:.6rem;align-items:center;gap:.6rem;padding:.7rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.UserMenu-module__cEmsTq__loginBtnMobile:hover{background:var(--bg-white-10);border-color:var(--border-white-20)}.UserMenu-module__cEmsTq__avatarBtn{background:var(--bg-white-04);border:1px solid var(--border-white-08);cursor:pointer;border-radius:2rem;justify-content:center;align-items:center;gap:.5rem;height:36px;padding:0 .75rem 0 .35rem;transition:all .2s;display:flex}.UserMenu-module__cEmsTq__avatarBtn:hover{border-color:var(--border-white-15);background:var(--bg-white-08)}.UserMenu-module__cEmsTq__avatar{background:var(--gradient-primary);width:28px;height:28px;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.UserMenu-module__cEmsTq__userName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:80px;font-size:.85rem;font-weight:500;overflow:hidden}.UserMenu-module__cEmsTq__avatarBtnMobile{background:var(--bg-white-04);border:1px solid var(--border-white-08);border-radius:.6rem;align-items:center;gap:.75rem;width:100%;padding:.7rem 1rem;text-decoration:none;transition:background .2s;display:flex}.UserMenu-module__cEmsTq__avatarBtnMobile:hover{background:var(--bg-white-08)}.UserMenu-module__cEmsTq__userNameMobile{color:var(--text-primary);font-size:.9rem;font-weight:600}.UserMenu-module__cEmsTq__dropdown{background:var(--bg-dropdown);border:1px solid var(--border-white-10);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);min-width:180px;box-shadow:var(--shadow-dropdown);z-index:150;border-radius:.75rem;padding:.5rem;position:absolute;top:calc(100% + 8px);right:0}.UserMenu-module__cEmsTq__dropdownItem{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;width:100%;padding:.6rem .75rem;font-size:.875rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.UserMenu-module__cEmsTq__dropdownItem:hover{background:var(--bg-white-06);color:var(--text-primary)}.UserMenu-module__cEmsTq__divider{background:var(--bg-white-06);height:1px;margin:.35rem 0}.UserMenu-module__cEmsTq__logoutItem{color:var(--text-red-light)}.UserMenu-module__cEmsTq__logoutItem:hover{background:var(--bg-red-8);color:var(--text-red-light)}.UserMenu-module__cEmsTq__dropdownOverlay{z-index:149;position:fixed;inset:0}
.Navbar-module__O8Na-a__header{z-index:100;background:var(--bg-navbar);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #0000;transition:background .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__O8Na-a__header.Navbar-module__O8Na-a__scrolled{background:var(--bg-navbar-scrolled);border-bottom-color:var(--border)}.Navbar-module__O8Na-a__inner{justify-content:space-between;align-items:center;height:64px;display:flex}.Navbar-module__O8Na-a__logo{flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.Navbar-module__O8Na-a__logoIcon{background:var(--gradient-primary);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Navbar-module__O8Na-a__logoName{color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:800;line-height:1.1}.Navbar-module__O8Na-a__logoSub{color:var(--text-tertiary);letter-spacing:.12em;font-size:.55rem;font-weight:600}.Navbar-module__O8Na-a__desktopNav{align-items:center;gap:.25rem;display:flex}.Navbar-module__O8Na-a__navLink{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.25rem;padding:.4rem .9rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:flex}.Navbar-module__O8Na-a__navLink:hover{color:var(--text-primary);background:var(--bg-white-05)}.Navbar-module__O8Na-a__catWrapper{position:relative}.Navbar-module__O8Na-a__catDropdown{background:var(--bg-dropdown);border:1px solid var(--border-white-10);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);min-width:220px;box-shadow:var(--shadow-dropdown);z-index:10;border-radius:.75rem;padding:.5rem;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.Navbar-module__O8Na-a__catItem{color:var(--text-secondary);border-radius:.5rem;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.875rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.Navbar-module__O8Na-a__catItem:hover{background:var(--bg-white-05);color:var(--text-primary)}.Navbar-module__O8Na-a__catDot{background:var(--cat-color,var(--text-tertiary));border-radius:50%;flex-shrink:0;width:8px;height:8px}.Navbar-module__O8Na-a__catCount{color:var(--text-tertiary);margin-left:auto;font-size:.75rem}.Navbar-module__O8Na-a__rightActions{align-items:center;gap:.75rem;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:all .2s;display:flex}.Navbar-module__O8Na-a__langBtn:hover{background:var(--bg-white-05);color:var(--text-primary)}.Navbar-module__O8Na-a__langDropdown{background:var(--bg-dropdown);border:1px solid var(--border-white-10);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);min-width:120px;box-shadow:var(--shadow-dropdown-sm);z-index:10;border-radius:.6rem;padding:.35rem;position:absolute;top:calc(100% + 6px);right:0}.Navbar-module__O8Na-a__langOption{text-align:left;width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.4rem;padding:.5rem .75rem;font-size:.85rem;transition:all .15s;display:block}.Navbar-module__O8Na-a__langOption:hover,.Navbar-module__O8Na-a__langOption.Navbar-module__O8Na-a__active{background:var(--bg-white-06);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__mobileMenu{border-top:1px solid var(--border-white-08);background:var(--bg-navbar-scrolled);padding:1rem 1.5rem}.Navbar-module__O8Na-a__mobileLink{color:var(--text-secondary);border-bottom:1px solid var(--border-white-05);padding:.75rem 0;font-size:.95rem;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-white-06);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-tertiary);flex-shrink:0}.Navbar-module__O8Na-a__mobileLangOpt{border:1px solid var(--border-white-08);background:var(--bg-white-04);color:var(--text-secondary);cursor:pointer;border-radius:.5rem;padding:.45rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.Navbar-module__O8Na-a__mobileLangOpt:hover{color:var(--text-primary);border-color:var(--border-white-15)}.Navbar-module__O8Na-a__mobileLangOptActive{background:var(--bg-gradient-active-mobile);border-color:var(--border-indigo-40);color:var(--text-primary)}@media (max-width:768px){.Navbar-module__O8Na-a__desktopNav{display:none}.Navbar-module__O8Na-a__menuBtn{display:block}.Navbar-module__O8Na-a__langBtnText,.Navbar-module__O8Na-a__langBtnChevron{display:none}.Navbar-module__O8Na-a__langBtn{width:36px;height:36px}}@media (max-width:480px){.Navbar-module__O8Na-a__logoSub{display:none}.Navbar-module__O8Na-a__rightActions{gap:.4rem}}.Navbar-module__O8Na-a__catOverlay{z-index:9;position:fixed;inset:0}
.Logo-module__5AlQXG__logo{color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.Logo-module__5AlQXG__logoIcon{flex-shrink:0;transition:transform .3s}.Logo-module__5AlQXG__logo:hover .Logo-module__5AlQXG__logoIcon{transform:scale(1.05)}.Logo-module__5AlQXG__textContainer{flex-direction:column;gap:2px;display:flex}.Logo-module__5AlQXG__logoText{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif;font-weight:700;line-height:1.2}.Logo-module__5AlQXG__logoDescription{color:var(--text-primary);opacity:.7;margin-top:6px;font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif;font-weight:400;line-height:1.2}.Logo-module__5AlQXG__small{gap:10px}.Logo-module__5AlQXG__small .Logo-module__5AlQXG__logoText{font-size:18px}.Logo-module__5AlQXG__small .Logo-module__5AlQXG__logoDescription{font-size:12px}.Logo-module__5AlQXG__medium{gap:12px}.Logo-module__5AlQXG__medium .Logo-module__5AlQXG__logoText{font-size:24px}.Logo-module__5AlQXG__medium .Logo-module__5AlQXG__logoDescription{font-size:14px}.Logo-module__5AlQXG__large{gap:14px}.Logo-module__5AlQXG__large .Logo-module__5AlQXG__logoText{font-size:30px}.Logo-module__5AlQXG__large .Logo-module__5AlQXG__logoDescription{font-size:16px}@media (prefers-color-scheme:dark){.Logo-module__5AlQXG__logoText{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Logo-module__5AlQXG__logoDescription{opacity:.8}}@media (max-width:768px){.Logo-module__5AlQXG__logo{gap:8px}.Logo-module__5AlQXG__small .Logo-module__5AlQXG__logoText{font-size:16px}.Logo-module__5AlQXG__medium .Logo-module__5AlQXG__logoText{font-size:20px}.Logo-module__5AlQXG__large .Logo-module__5AlQXG__logoText{font-size:24px}}
.Footer-module__yg9ahW__footer{background:var(--bg-footer);border-top:1px solid var(--border-white-06);padding-top:4rem}.Footer-module__yg9ahW__grid{border-bottom:1px solid var(--border-white-06);grid-template-columns:2fr repeat(4,1fr);gap:3rem;padding-bottom:3rem;display:grid}.Footer-module__yg9ahW__brand{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.Footer-module__yg9ahW__brandIcon{background:var(--gradient-primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Footer-module__yg9ahW__brandName{color:var(--text-primary);font-size:1rem;font-weight:800}.Footer-module__yg9ahW__brandSub{color:var(--text-tertiary);letter-spacing:.1em;font-size:.55rem}.Footer-module__yg9ahW__brandDesc{color:var(--text-tertiary);max-width:260px;margin-top:10px;font-size:.875rem;line-height:1.7}.Footer-module__yg9ahW__colTitle{color:var(--text-primary);letter-spacing:.04em;margin-bottom:1.25rem;font-size:.875rem;font-weight:700}.Footer-module__yg9ahW__linkList{list-style:none}.Footer-module__yg9ahW__linkList li{margin-bottom:.6rem}.Footer-module__yg9ahW__link{color:var(--text-tertiary);font-size:.875rem;text-decoration:none;transition:color .2s}.Footer-module__yg9ahW__link:hover{color:var(--text-secondary)}.Footer-module__yg9ahW__linkWithIcon{color:var(--text-tertiary);align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.Footer-module__yg9ahW__linkWithIcon:hover{color:var(--text-secondary)}.Footer-module__yg9ahW__linkIcon{opacity:.7;flex-shrink:0}.Footer-module__yg9ahW__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.Footer-module__yg9ahW__copyright{color:var(--text-muted);font-size:.8rem}.Footer-module__yg9ahW__bottomInfo{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Footer-module__yg9ahW__licenseInfo{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.8rem;display:flex}.Footer-module__yg9ahW__licenseItem{color:var(--text-muted);font-size:.8rem}.Footer-module__yg9ahW__licenseItem+.Footer-module__yg9ahW__licenseItem:before{content:"|";color:var(--text-tertiary);margin-right:.75rem}.Footer-module__yg9ahW__licenseLink{color:var(--text-muted);text-decoration:none;transition:color .2s}.Footer-module__yg9ahW__licenseLink:hover{color:var(--text-tertiary)}.Footer-module__yg9ahW__bottomLinks{gap:1.5rem;display:flex}.Footer-module__yg9ahW__bottomLink{color:var(--text-muted);font-size:.8rem;text-decoration:none;transition:color .2s}.Footer-module__yg9ahW__bottomLink:hover{color:var(--text-tertiary)}@media (max-width:768px){.Footer-module__yg9ahW__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:480px){.Footer-module__yg9ahW__grid{grid-template-columns:1fr}.Footer-module__yg9ahW__footer{padding-top:2.5rem}.Footer-module__yg9ahW__bottom{flex-direction:column;align-items:flex-start;gap:.75rem}.Footer-module__yg9ahW__bottomLinks{gap:1rem}}
.HeroSearchInput-module__EUnIuG__searchBox{width:100%;max-width:580px;margin:0 auto;position:relative}.HeroSearchInput-module__EUnIuG__searchInput{background:var(--bg-white-06);border:1px solid var(--border-white-10);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:1rem;outline:none;padding:1rem 1.25rem 1rem 3rem;font-size:1rem;transition:all .3s}.HeroSearchInput-module__EUnIuG__searchInput:focus{border-color:var(--border-focus);background:var(--bg-input-focus)}.HeroSearchInput-module__EUnIuG__searchInput::placeholder{color:var(--text-tertiary)}.HeroSearchInput-module__EUnIuG__searchIcon{color:var(--text-tertiary);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.HeroSearchInput-module__EUnIuG__suggestions{background:var(--bg-modal);border:1px solid var(--border);z-index:10;border-radius:.75rem;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden}.HeroSearchInput-module__EUnIuG__suggestionItem{color:var(--text-secondary);padding:.75rem 1rem;font-size:.9rem;text-decoration:none;transition:background .15s;display:block}.HeroSearchInput-module__EUnIuG__suggestionItem:hover{background:var(--bg-card-hover);color:var(--text-primary)}.HeroSearchInput-module__EUnIuG__searchBtn{padding:.55rem 1.25rem;font-size:.85rem;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}
.HeroSection-module___UGK9W__section{align-items:center;min-height:100vh;padding-top:64px;display:flex;position:relative;overflow:hidden}.HeroSection-module___UGK9W__bg{opacity:.5;position:absolute;inset:0}.HeroSection-module___UGK9W__orb{opacity:.04;filter:blur(80px);pointer-events:none;border-radius:50%;animation:4s ease-in-out infinite HeroSection-module___UGK9W__pulse-glow;position:absolute}.HeroSection-module___UGK9W__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.HeroSection-module___UGK9W__left{z-index:1;position:relative}.HeroSection-module___UGK9W__badge{background:var(--bg-blue-subtle);border:1px solid var(--border-blue-subtle);color:var(--text-blue-light);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;animation:.6s forwards HeroSection-module___UGK9W__fade-up;display:inline-flex}.HeroSection-module___UGK9W__badgeDot{background:var(--text-blue-light);border-radius:50%;width:6px;height:6px;animation:2s infinite HeroSection-module___UGK9W__pulse-glow;display:inline-block}.HeroSection-module___UGK9W__title{letter-spacing:-.03em;margin-bottom:1rem;font-size:3.25rem;font-weight:900;line-height:1.1;animation:.7s .1s both HeroSection-module___UGK9W__fade-up}.HeroSection-module___UGK9W__titleLine{color:var(--text-primary)}.HeroSection-module___UGK9W__desc{color:var(--text-secondary);max-width:480px;margin-bottom:2rem;font-size:1rem;line-height:1.8;animation:.7s .2s both HeroSection-module___UGK9W__fade-up}.HeroSection-module___UGK9W__pills{flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;animation:.7s .4s both HeroSection-module___UGK9W__fade-up;display:flex}.HeroSection-module___UGK9W__pill{border:1px solid color-mix(in srgb, var(--pill-color,var(--text-tertiary)) 25%, transparent);color:var(--pill-color,var(--text-tertiary));background:color-mix(in srgb, var(--pill-color,var(--text-tertiary)) 7%, transparent);border-radius:2rem;padding:.3rem .9rem;font-size:.78rem;font-weight:500;text-decoration:none;transition:background .2s}.HeroSection-module___UGK9W__pill:hover{background:color-mix(in srgb, var(--pill-color,var(--text-tertiary)) 18%, transparent)}.HeroSection-module___UGK9W__pillMore{border:1px solid var(--border);color:var(--text-tertiary);border-radius:2rem;align-items:center;gap:.25rem;padding:.3rem .9rem;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:flex}.HeroSection-module___UGK9W__pillMore:hover{color:var(--text-secondary);border-color:var(--border-hover)}.HeroSection-module___UGK9W__stats{gap:2.5rem;animation:.7s .5s both HeroSection-module___UGK9W__fade-up;display:flex}.HeroSection-module___UGK9W__stat{flex-direction:column;display:flex}.HeroSection-module___UGK9W__statValue{color:var(--stat-color,var(--text-blue-light));font-size:1.75rem;font-weight:800;line-height:1}.HeroSection-module___UGK9W__statLabel{color:var(--text-tertiary);margin-top:.25rem;font-size:.8rem}.HeroSection-module___UGK9W__orbitalViz{width:100%;padding-bottom:100%;display:none;position:relative}.HeroSection-module___UGK9W__orbitalInner{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.HeroSection-module___UGK9W__ring{border-radius:50%;position:absolute}.HeroSection-module___UGK9W__ringDot{border-radius:50%;width:8px;height:8px;position:absolute;top:-4px;left:50%;transform:translate(-50%)}.HeroSection-module___UGK9W__orbCenter{background:var(--gradient-primary);border:1px solid var(--border-focus);border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:absolute}.HeroSection-module___UGK9W__catBadge{background:var(--bg-modal);border:1px solid color-mix(in srgb, var(--cat-color,var(--text-tertiary)) 25%, transparent);white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.6rem;padding:.4rem .7rem;position:absolute;top:50%;left:50%}.HeroSection-module___UGK9W__catBadgeName{color:var(--cat-color,var(--text-tertiary));font-size:.78rem;font-weight:700}.HeroSection-module___UGK9W__catBadgeCount{color:var(--text-tertiary);font-size:.68rem}@media (min-width:901px){.HeroSection-module___UGK9W__orbitalViz{display:block}}@media (max-width:900px){.HeroSection-module___UGK9W__grid{grid-template-columns:1fr}.HeroSection-module___UGK9W__title{font-size:2.5rem}}@media (max-width:480px){.HeroSection-module___UGK9W__section{padding-bottom:2.5rem}.HeroSection-module___UGK9W__title{font-size:1.9rem}.HeroSection-module___UGK9W__stats{flex-wrap:wrap;gap:1.5rem}.HeroSection-module___UGK9W__desc{font-size:.95rem}}
.home-module__JvD--G__errorState{min-height:100vh;color:var(--text-tertiary);justify-content:center;align-items:center;display:flex}
.BrandMarquee-module__uqYiUG__section{border-top:1px solid var(--section-divider);border-bottom:1px solid var(--section-divider);padding:2.5rem 0;position:relative;overflow:hidden}.BrandMarquee-module__uqYiUG__fadeLeft{background:linear-gradient(90deg, var(--bg-primary), transparent);z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0;left:0}.BrandMarquee-module__uqYiUG__fadeRight{background:linear-gradient(-90deg, var(--bg-primary), transparent);z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0;right:0}.BrandMarquee-module__uqYiUG__label{text-align:center;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1.5rem;font-size:.7rem;font-weight:600}.BrandMarquee-module__uqYiUG__track{gap:1.5rem;width:max-content;display:flex}.BrandMarquee-module__uqYiUG__brandCard{background:var(--bg-white-03);border:1px solid var(--border-white-06);border-radius:.75rem;flex-shrink:0;align-items:center;gap:.75rem;padding:.6rem 1.25rem;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.BrandMarquee-module__uqYiUG__brandCard:hover{border-color:color-mix(in srgb, var(--brand-color,var(--text-tertiary)) 30%, transparent);background:color-mix(in srgb, var(--brand-color,var(--text-tertiary)) 6%, transparent)}.BrandMarquee-module__uqYiUG__brandLogo{background:color-mix(in srgb, var(--brand-color,var(--text-tertiary)) 13%, transparent);width:32px;height:32px;color:var(--brand-color,var(--text-tertiary));border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:flex}.BrandMarquee-module__uqYiUG__brandName{color:var(--text-primary);white-space:nowrap;font-size:.85rem;font-weight:600}.BrandMarquee-module__uqYiUG__brandCountry{color:var(--text-tertiary);font-size:.7rem}
.InquiryButton-module__HPPNWa__trigger{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:inline-flex}.InquiryButton-module__HPPNWa__overlay{background:var(--bg-overlay);z-index:50;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.InquiryButton-module__HPPNWa__modal{background:var(--bg-modal);border:1px solid var(--border);border-radius:1.25rem;width:90%;max-width:520px;max-height:90vh;padding:2rem;overflow-y:auto}.InquiryButton-module__HPPNWa__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.InquiryButton-module__HPPNWa__modalTitle{color:var(--text-primary);font-size:1.15rem;font-weight:700}.InquiryButton-module__HPPNWa__closeBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;padding:.25rem}.InquiryButton-module__HPPNWa__productInfo{background:var(--bg-card);border-radius:.75rem;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem;display:flex}.InquiryButton-module__HPPNWa__productThumb{object-fit:cover;border-radius:.5rem;width:56px;height:56px}.InquiryButton-module__HPPNWa__productName{color:var(--text-primary);font-size:.9rem;font-weight:600}.InquiryButton-module__HPPNWa__productBrand{color:var(--text-tertiary);font-size:.8rem}.InquiryButton-module__HPPNWa__successBox{text-align:center;padding:2rem 0}.InquiryButton-module__HPPNWa__successTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.InquiryButton-module__HPPNWa__successDesc{color:var(--text-secondary);font-size:.9rem}.InquiryButton-module__HPPNWa__actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.InquiryButton-module__HPPNWa__overlayBlur{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.InquiryButton-module__HPPNWa__quantityField{margin-bottom:1rem}.InquiryButton-module__HPPNWa__messageField{margin-bottom:1.25rem}.InquiryButton-module__HPPNWa__errorBox{background:var(--bg-red-subtle);border:1px solid var(--border-red-subtle);color:var(--text-red-light);border-radius:.5rem;margin-bottom:1rem;padding:.6rem .9rem;font-size:.8rem}.InquiryButton-module__HPPNWa__submitBtn{justify-content:center;width:100%}
.CategorySection-module__EHteta__sectionHeader{text-align:center;margin-bottom:3rem}.CategorySection-module__EHteta__sectionLabel{letter-spacing:.2em;color:var(--accent-blue);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.CategorySection-module__EHteta__sectionTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.CategorySection-module__EHteta__sectionSub{color:var(--text-tertiary);font-size:.95rem}.CategorySection-module__EHteta__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.CategorySection-module__EHteta__cardLink{text-decoration:none;display:block}.CategorySection-module__EHteta__card{cursor:pointer;padding:1.5rem;transition:border-color .3s,transform .3s,box-shadow .3s}.CategorySection-module__EHteta__card:hover{border-color:color-mix(in srgb, var(--cat-color,var(--text-tertiary)) 38%, transparent);box-shadow:0 12px 40px color-mix(in srgb, var(--cat-color,var(--text-tertiary)) 12%, transparent);transform:translateY(-4px)}.CategorySection-module__EHteta__iconBox{background:color-mix(in srgb, var(--cat-color,var(--text-tertiary)) 9%, transparent);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.CategorySection-module__EHteta__cardTitle{color:var(--text-primary);margin-bottom:.35rem;font-size:1rem;font-weight:700}.CategorySection-module__EHteta__cardSub{color:var(--text-tertiary);margin-bottom:.75rem;font-size:.78rem}.CategorySection-module__EHteta__cardFooter{justify-content:space-between;align-items:center;display:flex}.CategorySection-module__EHteta__cardCount{color:var(--cat-color,var(--text-tertiary));background:color-mix(in srgb, var(--cat-color,var(--text-tertiary)) 8%, transparent);border-radius:1rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.CategorySection-module__EHteta__cardArrow{color:var(--cat-color,var(--text-tertiary));opacity:.6}.CategorySection-module__EHteta__footer{text-align:center;margin-top:2rem}@media (max-width:1024px){.CategorySection-module__EHteta__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.CategorySection-module__EHteta__grid{grid-template-columns:repeat(2,1fr)}.CategorySection-module__EHteta__sectionTitle{font-size:1.75rem}}@media (max-width:480px){.CategorySection-module__EHteta__grid{grid-template-columns:1fr}}
.FavoriteButton-module__hHae-G__button{cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.FavoriteButton-module__hHae-G__button:disabled{cursor:wait}.FavoriteButton-module__hHae-G__buttonSm{padding:.35rem}.FavoriteButton-module__hHae-G__buttonMd{padding:.5rem}.FavoriteButton-module__hHae-G__active{background:var(--bg-red-subtle);border:1px solid var(--border-red-subtle)}.FavoriteButton-module__hHae-G__inactive{background:var(--bg-card);border:1px solid var(--border)}
.ProductsSection-module__x8l13G__section{background:var(--bg-white-01)}.ProductsSection-module__x8l13G__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.ProductsSection-module__x8l13G__headerLabel{letter-spacing:.2em;color:var(--accent-purple);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.ProductsSection-module__x8l13G__headerTitle{color:var(--text-primary);font-size:2.25rem;font-weight:800}.ProductsSection-module__x8l13G__headerSub{color:var(--text-tertiary);margin-top:.4rem;font-size:.9rem}.ProductsSection-module__x8l13G__viewAllBtn{font-size:.85rem}.ProductsSection-module__x8l13G__productCardLink{text-decoration:none}.ProductsSection-module__x8l13G__tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.ProductsSection-module__x8l13G__tab{border:1px solid var(--border-white-08);cursor:pointer;background:var(--bg-white-04);color:var(--text-tertiary);border-radius:.75rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.ProductsSection-module__x8l13G__tab:hover{border-color:var(--border-white-15);color:var(--text-secondary)}.ProductsSection-module__x8l13G__tab.ProductsSection-module__x8l13G__active{background:var(--gradient-primary);color:var(--text-primary);box-shadow:var(--shadow-indigo-glow);border-color:#0000}.ProductsSection-module__x8l13G__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.ProductsSection-module__x8l13G__productCard{cursor:pointer;transition:border-color .3s,transform .3s,box-shadow .3s;overflow:hidden}.ProductsSection-module__x8l13G__productCard:hover{border-color:color-mix(in srgb, var(--prod-color,var(--text-tertiary)) 31%, transparent);box-shadow:0 20px 60px color-mix(in srgb, var(--prod-color,var(--text-tertiary)) 12%, transparent);transform:translateY(-6px)}.ProductsSection-module__x8l13G__cardHeader{background:var(--prod-gradient);justify-content:center;align-items:center;height:160px;display:flex;position:relative;overflow:hidden}.ProductsSection-module__x8l13G__cardGridOverlay{background-image:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);background-size:24px 24px;position:absolute;inset:0}.ProductsSection-module__x8l13G__cardBadges{gap:.4rem;display:flex;position:absolute;top:.75rem;left:.75rem}.ProductsSection-module__x8l13G__badgeNew{background:var(--bg-green-20);border:1px solid var(--border-green-40);color:var(--text-green-light);border-radius:.4rem;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.ProductsSection-module__x8l13G__badgeSale{background:var(--bg-red-20);border:1px solid var(--border-red-40);color:var(--text-red-light);border-radius:.4rem;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.ProductsSection-module__x8l13G__priceOverlay{background:var(--bg-price-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-primary);border-radius:.5rem;padding:.3rem .7rem;font-size:.78rem;font-weight:700;position:absolute;bottom:.75rem;right:.75rem}.ProductsSection-module__x8l13G__cardBody{padding:1.1rem}.ProductsSection-module__x8l13G__cardMeta{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ProductsSection-module__x8l13G__brandBadge{color:var(--prod-color,var(--text-tertiary));background:color-mix(in srgb, var(--prod-color,var(--text-tertiary)) 8%, transparent);border-radius:.35rem;padding:.2rem .5rem;font-size:.72rem;font-weight:700}.ProductsSection-module__x8l13G__catLabel{color:var(--text-tertiary);font-size:.72rem}.ProductsSection-module__x8l13G__productName{color:var(--text-primary);margin-bottom:.6rem;font-size:.95rem;font-weight:700;line-height:1.3}.ProductsSection-module__x8l13G__specs{flex-wrap:wrap;gap:.35rem;margin-bottom:.7rem;display:flex}.ProductsSection-module__x8l13G__spec{color:var(--text-secondary);background:var(--bg-white-05);border:1px solid var(--border-white-06);border-radius:.3rem;padding:.15rem .5rem;font-size:.68rem}.ProductsSection-module__x8l13G__rating{align-items:center;gap:.25rem;margin-bottom:.75rem;font-size:.75rem;display:flex}.ProductsSection-module__x8l13G__ratingVal{color:var(--accent-yellow);margin-left:.25rem;font-weight:600}.ProductsSection-module__x8l13G__ratingCount{color:var(--text-muted)}.ProductsSection-module__x8l13G__tags{flex-wrap:wrap;gap:.35rem;margin-bottom:.85rem;display:flex}.ProductsSection-module__x8l13G__tag{color:var(--prod-color,var(--text-tertiary));background:color-mix(in srgb, var(--prod-color,var(--text-tertiary)) 8%, transparent);border:1px solid color-mix(in srgb, var(--prod-color,var(--text-tertiary)) 19%, transparent);border-radius:1rem;padding:.15rem .5rem;font-size:.68rem}.ProductsSection-module__x8l13G__cardFooter{border-top:1px solid var(--border-white-06);justify-content:space-between;align-items:center;padding-top:.85rem;display:flex}.ProductsSection-module__x8l13G__price{color:var(--text-primary);font-size:1rem;font-weight:800}.ProductsSection-module__x8l13G__originalPrice{color:var(--text-tertiary);font-size:.72rem;text-decoration:line-through}.ProductsSection-module__x8l13G__priceLabel{color:var(--text-secondary);font-size:.8rem}.ProductsSection-module__x8l13G__priceHint{color:var(--text-tertiary);font-size:.68rem}.ProductsSection-module__x8l13G__btnBuy{background:var(--gradient-primary);color:var(--text-primary);cursor:pointer;border:none;border-radius:.5rem;padding:.45rem .9rem;font-size:.78rem;font-weight:600;transition:opacity .2s}.ProductsSection-module__x8l13G__btnBuy:hover{opacity:.85}.ProductsSection-module__x8l13G__btnInquiry{color:var(--prod-color,var(--text-tertiary));border:1px solid color-mix(in srgb, var(--prod-color,var(--text-tertiary)) 31%, transparent);cursor:pointer;background:0 0;border-radius:.5rem;padding:.45rem .9rem;font-size:.78rem;font-weight:600;transition:background .2s}.ProductsSection-module__x8l13G__btnInquiry:hover{background:color-mix(in srgb, var(--prod-color,var(--text-tertiary)) 8%, transparent)}@media (max-width:1024px){.ProductsSection-module__x8l13G__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ProductsSection-module__x8l13G__grid{grid-template-columns:1fr}.ProductsSection-module__x8l13G__headerTitle{font-size:1.75rem}}
.CompareButton-module__Wj_CzW__button{cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.CompareButton-module__Wj_CzW__button:disabled{cursor:wait}.CompareButton-module__Wj_CzW__active{background:var(--bg-blue-subtle);border:1px solid var(--border-blue-subtle)}.CompareButton-module__Wj_CzW__inactive{background:var(--bg-card);border:1px solid var(--border)}
.product-detail-module__1v-AAa__mainGrid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.product-detail-module__1v-AAa__specsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.product-detail-module__1v-AAa__relatedGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@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)}}@media (max-width:480px){.product-detail-module__1v-AAa__specsGrid,.product-detail-module__1v-AAa__relatedGrid{grid-template-columns:1fr}}
.products-module__V7B1qq__pageTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.products-module__V7B1qq__layout{gap:2rem;padding:2rem 0;display:flex}.products-module__V7B1qq__sidebar{flex-shrink:0;width:220px}.products-module__V7B1qq__sidebarSection{margin-bottom:2rem}.products-module__V7B1qq__content{flex:1;min-width:0}.products-module__V7B1qq__productGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.products-module__V7B1qq__pagination{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}@media (max-width:1024px){.products-module__V7B1qq__productGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-module__V7B1qq__pageTitle{font-size:1.75rem}.products-module__V7B1qq__layout{flex-direction:column;gap:0}.products-module__V7B1qq__sidebar{border-bottom:1px solid var(--border-white-06);grid-template-columns:1fr 1fr;gap:0 2rem;width:100%;margin-bottom:1.5rem;padding-bottom:1.5rem;display:grid}.products-module__V7B1qq__sidebarSection{margin-bottom:0}}@media (max-width:600px){.products-module__V7B1qq__productGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.products-module__V7B1qq__pageTitle{font-size:1.5rem}.products-module__V7B1qq__sidebar,.products-module__V7B1qq__productGrid{grid-template-columns:1fr}}
.ContactForm-module__UoqRnG__wrapper{padding:4rem 1.5rem}.ContactForm-module__UoqRnG__grid{grid-template-columns:1fr 1.6fr;gap:4rem;max-width:900px;margin:0 auto;display:grid}.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:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ContactForm-module__UoqRnG__infoIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ContactForm-module__UoqRnG__infoLabel{color:var(--text-tertiary);margin-bottom:.2rem;font-size:.78rem}.ContactForm-module__UoqRnG__infoValue{color:var(--text-primary);font-size:.95rem;font-weight:600}.ContactForm-module__UoqRnG__workHoursBox{background:var(--bg-blue-6);border:1px solid var(--border-blue-15);border-radius:.75rem;margin-top:2rem;padding:1.25rem}.ContactForm-module__UoqRnG__workHoursText{color:var(--text-secondary);font-size:.875rem;line-height:1.7}.ContactForm-module__UoqRnG__successBox{text-align:center;background:var(--bg-green-5);border:1px solid var(--border-green-20);border-radius:1rem;padding:4rem 2rem}.ContactForm-module__UoqRnG__successIcon{margin:0 auto 1.25rem}.ContactForm-module__UoqRnG__successTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.ContactForm-module__UoqRnG__successDesc{color:var(--text-secondary);margin-bottom:1.5rem}.ContactForm-module__UoqRnG__formBox{background:var(--bg-white-02);border:1px solid var(--border-white-08);border-radius:1.25rem;padding:2rem}.ContactForm-module__UoqRnG__formTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.ContactForm-module__UoqRnG__messageField{margin-bottom:1.5rem}.ContactForm-module__UoqRnG__submitBtn{justify-content:center;width:100%}
.FeaturesSection-module__fjSKOq__header{text-align:center;margin-bottom:3rem}.FeaturesSection-module__fjSKOq__label{letter-spacing:.2em;color:var(--accent-green);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.FeaturesSection-module__fjSKOq__title{color:var(--text-primary);margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.FeaturesSection-module__fjSKOq__sub{color:var(--text-tertiary);font-size:.95rem}.FeaturesSection-module__fjSKOq__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.FeaturesSection-module__fjSKOq__card{text-align:center;padding:2rem 1.5rem;transition:border-color .3s,transform .3s}.FeaturesSection-module__fjSKOq__card:hover{border-color:color-mix(in srgb, var(--feat-color,var(--text-tertiary)) 31%, transparent);transform:translateY(-4px)}.FeaturesSection-module__fjSKOq__iconBox{background:var(--feat-gradient);width:64px;height:64px;box-shadow:0 8px 24px color-mix(in srgb, var(--feat-color,var(--text-tertiary)) 19%, transparent);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.FeaturesSection-module__fjSKOq__featTitle{color:var(--text-primary);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.FeaturesSection-module__fjSKOq__featDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}@media (max-width:1024px){.FeaturesSection-module__fjSKOq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.FeaturesSection-module__fjSKOq__grid{grid-template-columns:1fr}.FeaturesSection-module__fjSKOq__title{font-size:1.75rem}.FeaturesSection-module__fjSKOq__card{padding:1.5rem 1.25rem}}
.ToolCategoryCard-module__xcalKG__card{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;padding:1.75rem;transition:all .3s}.ToolCategoryCard-module__xcalKG__toolBadge{background:var(--bg-green-subtle);color:var(--text-green-light);border-radius:1rem;margin-left:.5rem;padding:.1rem .5rem;font-size:.65rem}.ToolCategoryCard-module__xcalKG__card:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-2px)}.ToolCategoryCard-module__xcalKG__header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.ToolCategoryCard-module__xcalKG__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.ToolCategoryCard-module__xcalKG__title{color:var(--text-primary);font-size:1rem;font-weight:700}.ToolCategoryCard-module__xcalKG__desc{color:var(--text-tertiary);margin-bottom:1.25rem;font-size:.82rem;line-height:1.6}.ToolCategoryCard-module__xcalKG__toolList{flex-direction:column;gap:.5rem;display:flex}.ToolCategoryCard-module__xcalKG__toolItem{background:var(--bg-white-02);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.6rem .75rem;transition:background .2s;display:flex}.ToolCategoryCard-module__xcalKG__toolItem:hover{background:var(--bg-white-04)}.ToolCategoryCard-module__xcalKG__toolName{color:var(--text-secondary);font-size:.82rem}.ToolCategoryCard-module__xcalKG__toolBadge{background:var(--bg-green-subtle);color:var(--text-green-light);border:1px solid var(--border-green-subtle);border-radius:1rem;padding:.15rem .5rem;font-size:.7rem}.ToolCategoryCard-module__xcalKG__count{color:var(--text-tertiary);margin-top:.75rem;font-size:.75rem}
.about-module__4Ejatq__errorState{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.about-module__4Ejatq__main{padding-top:64px}.about-module__4Ejatq__hero{text-align:center;padding:6rem 0 4rem;position:relative;overflow:hidden}.about-module__4Ejatq__heroGlow{pointer-events:none;background:radial-gradient(#3b82f614 0%,#0000 70%);width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-module__4Ejatq__heroContent{position:relative}.about-module__4Ejatq__heroLabel{background:var(--bg-blue-subtle);border:1px solid var(--border-blue-subtle);color:var(--text-blue-light);border-radius:2rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.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__statItem{text-align:center}.about-module__4Ejatq__statNum{font-size:2rem;font-weight:900;line-height:1}.about-module__4Ejatq__statLabel{color:var(--text-tertiary);margin-top:.35rem;font-size:.85rem}.about-module__4Ejatq__mission{border-top:1px solid var(--section-divider);padding:4rem 0}.about-module__4Ejatq__missionContent{max-width:800px}.about-module__4Ejatq__missionTitle{color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:1.75rem;font-weight:800}.about-module__4Ejatq__missionDesc{color:var(--text-secondary);text-align:center;font-size:1rem;line-height:1.9}.about-module__4Ejatq__values{padding:4rem 0}.about-module__4Ejatq__valuesTitle{color:var(--text-primary);text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:800}.about-module__4Ejatq__valueCard{text-align:center;padding:1.75rem}.about-module__4Ejatq__valueIconWrap{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;display:flex}.about-module__4Ejatq__valueTitle{color:var(--text-primary);margin-bottom:.6rem;font-size:1rem;font-weight:700}.about-module__4Ejatq__valueDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}.about-module__4Ejatq__team{border-top:1px solid var(--section-divider);padding:4rem 0}.about-module__4Ejatq__teamContent{text-align:center}.about-module__4Ejatq__teamTitle{color:var(--text-primary);margin-bottom:2.5rem;font-size:1.75rem;font-weight:800}.about-module__4Ejatq__teamRow{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.about-module__4Ejatq__teamCard{min-width:180px;padding:2rem 3rem}.about-module__4Ejatq__teamNum{margin-bottom:.25rem;font-size:2.25rem;font-weight:900}.about-module__4Ejatq__teamName{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:700}.about-module__4Ejatq__teamDesc{color:var(--text-tertiary);font-size:.85rem}.about-module__4Ejatq__cta{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__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}
.brand-detail-module__qpTbfG__main{min-height:100vh;padding-top:64px}.brand-detail-module__qpTbfG__containerInner{padding:3rem 1.5rem}.brand-detail-module__qpTbfG__breadcrumb{color:var(--text-tertiary);align-items:center;gap:.35rem;margin-bottom:2rem;font-size:.85rem;display:flex}.brand-detail-module__qpTbfG__breadcrumbLink{color:var(--text-tertiary);text-decoration:none}.brand-detail-module__qpTbfG__breadcrumbCurrent{color:var(--text-primary)}.brand-detail-module__qpTbfG__brandHeader{background:var(--bg-card);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__qpTbfG__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__qpTbfG__brandInfo{flex:1}.brand-detail-module__qpTbfG__brandTitleRow{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.brand-detail-module__qpTbfG__brandName{color:var(--text-primary);font-size:2rem;font-weight:900}.brand-detail-module__qpTbfG__brandMeta{color:var(--text-tertiary);margin-bottom:.75rem;font-size:.95rem}.brand-detail-module__qpTbfG__brandDescription{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.brand-detail-module__qpTbfG__productsTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.brand-detail-module__qpTbfG__productsGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.brand-detail-module__qpTbfG__productLink{text-decoration:none}.brand-detail-module__qpTbfG__productCard{transition:border-color .3s,transform .3s;overflow:hidden}.brand-detail-module__qpTbfG__productVisual{justify-content:center;align-items:center;height:140px;display:flex}.brand-detail-module__qpTbfG__productBody{padding:1rem}.brand-detail-module__qpTbfG__productName{color:var(--text-primary);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.brand-detail-module__qpTbfG__productCategory{color:var(--text-tertiary);margin-bottom:.5rem;font-size:.8rem}.brand-detail-module__qpTbfG__productPrice{color:var(--text-primary);font-size:1rem;font-weight:800}.brand-detail-module__qpTbfG__productPriceNegotiable{color:var(--text-tertiary);font-size:.85rem}@media (max-width:1024px){.brand-detail-module__qpTbfG__productsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.brand-detail-module__qpTbfG__productsGrid{grid-template-columns:1fr}.brand-detail-module__qpTbfG__brandHeader{text-align:center;flex-direction:column}.brand-detail-module__qpTbfG__brandTitleRow{justify-content:center}}
.brands-module__Nzp0Tq__errorFallback{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.brands-module__Nzp0Tq__main{min-height:100vh;padding-top:64px}.brands-module__Nzp0Tq__hero{text-align:center;padding:5rem 0 3.5rem;position:relative;overflow:hidden}.brands-module__Nzp0Tq__heroGradient{pointer-events:none;background:radial-gradient(#7c3aed14 0%,#0000 70%);width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brands-module__Nzp0Tq__heroContent{position:relative}.brands-module__Nzp0Tq__heroLabel{background:var(--bg-purple-subtle);border:1px solid var(--border-purple-subtle);color:var(--text-purple-light);border-radius:2rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.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__heroTotal{color:var(--text-tertiary);font-size:.9rem}.brands-module__Nzp0Tq__breadcrumbWrap{padding:0 1.5rem 1rem}.brands-module__Nzp0Tq__breadcrumbNav{color:var(--text-tertiary);align-items:center;gap:.35rem;font-size:.85rem;display:flex}.brands-module__Nzp0Tq__breadcrumbLink{color:var(--text-tertiary);text-decoration:none}.brands-module__Nzp0Tq__breadcrumbCurrent{color:var(--text-primary)}.brands-module__Nzp0Tq__gridWrap{padding:1rem 1.5rem 4rem}.brands-module__Nzp0Tq__brandLink{text-decoration:none}.brands-module__Nzp0Tq__brandCard{cursor:pointer;align-items:center;gap:1.25rem;padding:1.75rem;transition:border-color .3s,transform .3s;display:flex}.brands-module__Nzp0Tq__brandLogo{letter-spacing:-.02em;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.1rem;font-weight:900;display:flex}.brands-module__Nzp0Tq__brandInfo{flex:1;min-width:0}.brands-module__Nzp0Tq__brandNameRow{align-items:center;gap:.5rem;margin-bottom:.3rem;display:flex}.brands-module__Nzp0Tq__brandName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:800;overflow:hidden}.brands-module__Nzp0Tq__brandCertifiedIcon{flex-shrink:0}.brands-module__Nzp0Tq__brandCountry{color:var(--text-tertiary);margin-bottom:.5rem;font-size:.8rem}.brands-module__Nzp0Tq__brandMeta{align-items:center;gap:.5rem;display:flex}.brands-module__Nzp0Tq__brandProductCount{border-radius:.35rem;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.brands-module__Nzp0Tq__brandCertifiedBadge{color:var(--accent-green);background:var(--bg-green-subtle);border-radius:.35rem;padding:.15rem .5rem;font-size:.72rem}.brands-module__Nzp0Tq__emptyState{text-align:center;color:var(--text-tertiary);padding:4rem 0}.brands-module__Nzp0Tq__emptyMessage{margin-bottom:1.5rem}
.careers-module__-TrJdG__main{padding-top:64px}.careers-module__-TrJdG__hero{text-align:center;padding:6rem 0 4rem;position:relative;overflow:hidden}.careers-module__-TrJdG__heroGradient{pointer-events:none;background:radial-gradient(#7c3aed12 0%,#3b82f60d 50%,#0000 70%);width:900px;height:450px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.careers-module__-TrJdG__heroContent{position:relative}.careers-module__-TrJdG__heroDesc{color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;font-size:1.05rem;line-height:1.8}.careers-module__-TrJdG__whySection{border-top:1px solid var(--section-divider);padding:4rem 0}.careers-module__-TrJdG__whyTitle{color:var(--text-primary);text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:800}.careers-module__-TrJdG__whyCard{padding:1.75rem}.careers-module__-TrJdG__positionsSection{border-top:1px solid var(--section-divider);padding:4rem 0}.careers-module__-TrJdG__positionsTitle{color:var(--text-primary);text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:800}.careers-module__-TrJdG__positionsList{flex-direction:column;gap:1rem;max-width:720px;margin:0 auto;display:flex}.careers-module__-TrJdG__positionCard{justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.careers-module__-TrJdG__positionTitle{color:var(--text-primary);margin-bottom:.35rem;font-size:1.05rem;font-weight:700}.careers-module__-TrJdG__positionMeta{color:var(--text-tertiary);gap:1rem;font-size:.82rem;display:flex}.careers-module__-TrJdG__positionMetaItem{align-items:center;gap:.3rem;display:flex}.careers-module__-TrJdG__applyLink{white-space:nowrap;border-radius:.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none}
.contact-module__AUWb0W__errorState{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.contact-module__AUWb0W__main{min-height:100vh;padding-top:64px}.contact-module__AUWb0W__hero{text-align:center;border-bottom:1px solid var(--section-divider);padding:5rem 0 3rem;position:relative;overflow:hidden}.contact-module__AUWb0W__heroGlow{pointer-events:none;background:radial-gradient(#10b98112 0%,#0000 70%);width:600px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-module__AUWb0W__heroContent{position:relative}.contact-module__AUWb0W__heroLabel{background:var(--bg-green-subtle);border:1px solid var(--border-green-subtle);color:var(--text-green-light);border-radius:2rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.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:500px;margin:0 auto;font-size:1rem}
.cookies-module__TgxlBW__errorFallback{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.cookies-module__TgxlBW__main{padding-top:64px}.cookies-module__TgxlBW__heroSection{text-align:center;border-bottom:1px solid var(--section-divider);padding:5rem 0 3rem}.cookies-module__TgxlBW__breadcrumbNav{color:var(--text-tertiary);justify-content:center;align-items:center;gap:.35rem;margin-bottom:2rem;font-size:.82rem;display:flex}.cookies-module__TgxlBW__breadcrumbLink{color:var(--text-tertiary);text-decoration:none}.cookies-module__TgxlBW__breadcrumbCurrent{color:var(--text-secondary)}.cookies-module__TgxlBW__iconWrapper{background:var(--gradient-yellow-dark);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.cookies-module__TgxlBW__heroTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:2.75rem;font-weight:900}.cookies-module__TgxlBW__heroSubtitle{color:var(--text-tertiary);font-size:.85rem}.cookies-module__TgxlBW__contentSection{padding:4rem 0}.cookies-module__TgxlBW__contentContainer{max-width:800px}.cookies-module__TgxlBW__introText{color:var(--text-secondary);margin-bottom:2.5rem;font-size:.9rem;line-height:1.9}.cookies-module__TgxlBW__sectionBlock{margin-bottom:2.5rem}.cookies-module__TgxlBW__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--bg-card-hover);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.cookies-module__TgxlBW__sectionTitleLg{color:var(--text-primary);border-bottom:1px solid var(--bg-card-hover);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.cookies-module__TgxlBW__sectionText{color:var(--text-secondary);font-size:.9rem;line-height:1.9}.cookies-module__TgxlBW__sectionTextWithMargin{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.9}.cookies-module__TgxlBW__cookieTypeList{flex-direction:column;gap:.75rem;display:flex}.cookies-module__TgxlBW__cookieTypeCard{background:var(--bg-white-02);border:1px solid var(--bg-card-hover);border-radius:.75rem;gap:1rem;padding:1.25rem;display:flex}.cookies-module__TgxlBW__cookieDot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.35rem}.cookies-module__TgxlBW__cookieTypeInfo{flex:1}.cookies-module__TgxlBW__cookieTypeName{color:var(--text-primary);margin-bottom:.35rem;font-size:.95rem;font-weight:600}.cookies-module__TgxlBW__requiredBadge{background:var(--bg-blue-subtle);color:var(--text-blue-light);border:1px solid #3b82f64d;border-radius:2rem;margin-left:.5rem;padding:.1rem .5rem;font-size:.72rem}.cookies-module__TgxlBW__cookieTypeDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.7}.cookies-module__TgxlBW__settingsActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.cookies-module__TgxlBW__btnAcceptAll{background:var(--gradient-blue-dark);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}.cookies-module__TgxlBW__btnNecessaryOnly{background:var(--bg-white-04);border:1px solid var(--border-white-10);color:var(--text-secondary);cursor:pointer;border-radius:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}.cookies-module__TgxlBW__btnSaveSettings{background:var(--bg-green-subtle);color:var(--text-green-light);cursor:pointer;border:1px solid #10b9814d;border-radius:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}.cookies-module__TgxlBW__savedIndicator{color:var(--text-green-light);align-items:center;gap:.4rem;font-size:.85rem;display:flex}
.integration-module__a1LmuW__main{padding-top:64px}.integration-module__a1LmuW__errorState{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.integration-module__a1LmuW__heroSection{text-align:center;padding:6rem 0 4rem;position:relative;overflow:hidden}.integration-module__a1LmuW__heroGradient{pointer-events:none;background:radial-gradient(#10b98112 0%,#3b82f60d 50%,#0000 70%);width:900px;height:450px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.integration-module__a1LmuW__heroContent{position:relative}.integration-module__a1LmuW__heroBadge{background:var(--bg-green-subtle);border:1px solid var(--border-green-subtle);color:var(--text-green-light);border-radius:2rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.integration-module__a1LmuW__heroTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3.25rem;font-weight:900;line-height:1.15}.integration-module__a1LmuW__heroDesc{color:var(--text-secondary);max-width:580px;margin:0 auto 3rem;font-size:1.05rem;line-height:1.8}.integration-module__a1LmuW__servicesSection{border-top:1px solid var(--section-divider);padding:4rem 0}.integration-module__a1LmuW__serviceCard{padding:1.75rem}.integration-module__a1LmuW__processSection{border-top:1px solid var(--section-divider);padding:4rem 0}.integration-module__a1LmuW__processTitle{color:var(--text-primary);text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:800}.integration-module__a1LmuW__processGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.integration-module__a1LmuW__stepCard{text-align:center;background:var(--bg-white-02);border:1px solid var(--border-white-06);border-radius:1rem;padding:2rem 1.5rem;position:relative}.integration-module__a1LmuW__stepConnector{background:var(--border-white-10);z-index:1;width:24px;height:2px;position:absolute;top:50%;right:-.75rem;transform:translateY(-50%)}.integration-module__a1LmuW__ctaSection{text-align:center;border-top:1px solid var(--section-divider);padding:5rem 0}.integration-module__a1LmuW__ctaTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800}.integration-module__a1LmuW__ctaDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.integration-module__a1LmuW__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.integration-module__a1LmuW__stepNumber{opacity:.4;margin-bottom:.75rem;font-size:2rem;font-weight:900;line-height:1}.integration-module__a1LmuW__stepBlue{color:var(--accent-blue)}.integration-module__a1LmuW__stepPurple{color:var(--accent-purple)}.integration-module__a1LmuW__stepGreen{color:var(--accent-green)}.integration-module__a1LmuW__stepYellow{color:var(--accent-yellow)}.integration-module__a1LmuW__iconBlue{background:var(--gradient-blue-dark)}.integration-module__a1LmuW__iconYellow{background:var(--gradient-yellow-dark)}.integration-module__a1LmuW__iconGreen{background:var(--gradient-green-dark)}.integration-module__a1LmuW__iconPurple{background:var(--gradient-purple-dark)}@media (max-width:1024px){.integration-module__a1LmuW__processGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.integration-module__a1LmuW__heroTitle{font-size:2.25rem}.integration-module__a1LmuW__processGrid{grid-template-columns:repeat(2,1fr)}.integration-module__a1LmuW__heroSection{padding:4rem 0 3rem}.integration-module__a1LmuW__servicesSection,.integration-module__a1LmuW__processSection{padding:3rem 0}}@media (max-width:480px){.integration-module__a1LmuW__heroTitle{font-size:1.75rem}.integration-module__a1LmuW__processGrid{grid-template-columns:1fr}.integration-module__a1LmuW__heroSection{padding:3rem 0 2rem}.integration-module__a1LmuW__servicesSection,.integration-module__a1LmuW__processSection{padding:2rem 0}}
.press-module__yov7XG__main{padding-top:64px}.press-module__yov7XG__hero{text-align:center;padding:6rem 0 4rem;position:relative;overflow:hidden}.press-module__yov7XG__heroContainer{position:relative}.press-module__yov7XG__heroBadge{margin-bottom:1.5rem}.press-module__yov7XG__heroTitle{margin-bottom:0}.press-module__yov7XG__heroDesc{max-width:580px;margin:0 auto 3rem}.press-module__yov7XG__newsSection{padding:4rem 0}.press-module__yov7XG__newsGrid{flex-direction:column;gap:1.5rem;display:flex}.press-module__yov7XG__newsCard{padding:1.75rem}.press-module__yov7XG__newsDate{color:var(--text-tertiary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8rem;display:flex}.press-module__yov7XG__newsTitle{color:var(--text-primary);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.press-module__yov7XG__newsDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}.press-module__yov7XG__newsSectionTitle{align-items:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.press-module__yov7XG__mediaSection{padding:4rem 0}.press-module__yov7XG__mediaGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.press-module__yov7XG__mediaCard{padding:2rem}.press-module__yov7XG__cardIconBlue{background:var(--gradient-blue-dark);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.press-module__yov7XG__cardIconPurple{background:var(--gradient-purple-dark);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.press-module__yov7XG__contactDesc{margin-bottom:1.5rem}.press-module__yov7XG__contactLink{background:var(--bg-purple-subtle);border:1px solid var(--border-purple-subtle);color:var(--text-purple-light);border-radius:.5rem;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.press-module__yov7XG__kitBtn{background:var(--bg-blue-subtle);border:1px solid var(--border-blue-subtle);color:var(--text-blue-light);cursor:pointer;border-radius:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}@media (max-width:768px){.press-module__yov7XG__mediaGrid{grid-template-columns:1fr}}
.privacy-module__4C257G__errorState{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.privacy-module__4C257G__main{padding-top:64px}.privacy-module__4C257G__hero{text-align:center;border-bottom:1px solid var(--section-divider);padding:5rem 0 3rem}.privacy-module__4C257G__breadcrumb{color:var(--text-tertiary);justify-content:center;align-items:center;gap:.35rem;margin-bottom:2rem;font-size:.82rem;display:flex}.privacy-module__4C257G__breadcrumbLink{color:var(--text-tertiary);text-decoration:none}.privacy-module__4C257G__breadcrumbLink:hover,.privacy-module__4C257G__breadcrumbCurrent{color:var(--text-secondary)}.privacy-module__4C257G__heroIcon{background:var(--gradient-blue-dark);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.privacy-module__4C257G__heroTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:2.75rem;font-weight:900}.privacy-module__4C257G__heroSubtitle{color:var(--text-tertiary);font-size:.85rem}.privacy-module__4C257G__contentSection{padding:4rem 0}.privacy-module__4C257G__contentContainer{max-width:800px}.privacy-module__4C257G__sectionBlock{margin-bottom:2.5rem}.privacy-module__4C257G__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--bg-card-hover);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.privacy-module__4C257G__sectionContent{color:var(--text-secondary);font-size:.9rem;line-height:1.9}
.product-detail-page-module__9hrIzW__main{min-height:100vh;padding-top:64px}.product-detail-page-module__9hrIzW__containerInner{padding:3rem 1.5rem}.product-detail-page-module__9hrIzW__breadcrumb{color:var(--text-tertiary);align-items:center;gap:.35rem;margin-bottom:2rem;font-size:.85rem;display:flex}.product-detail-page-module__9hrIzW__breadcrumbLink{color:var(--text-tertiary);text-decoration:none}.product-detail-page-module__9hrIzW__breadcrumbCurrent{color:var(--text-primary)}.product-detail-page-module__9hrIzW__visualWrap{aspect-ratio:4/3;border-radius:1.5rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative;overflow:hidden}.product-detail-page-module__9hrIzW__visualGrid{background-image:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);background-size:32px 32px;position:absolute;inset:0}.product-detail-page-module__9hrIzW__tagsRow{flex-wrap:wrap;gap:.5rem;display:flex}.product-detail-page-module__9hrIzW__tag{border-radius:1rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600}.product-detail-page-module__9hrIzW__infoRow{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.product-detail-page-module__9hrIzW__brandLink{border-radius:.4rem;padding:.3rem .75rem;font-size:.82rem;font-weight:700;text-decoration:none}.product-detail-page-module__9hrIzW__categoryText{color:var(--text-tertiary);font-size:.82rem}.product-detail-page-module__9hrIzW__newBadge{color:var(--text-green-light);background:var(--bg-green-subtle);border:1px solid var(--border-green-subtle);border-radius:1rem;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.product-detail-page-module__9hrIzW__productTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:1.9rem;font-weight:900;line-height:1.2}.product-detail-page-module__9hrIzW__ratingRow{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.product-detail-page-module__9hrIzW__starsRow{gap:.2rem;display:flex}.product-detail-page-module__9hrIzW__ratingValue{color:var(--accent-yellow);font-weight:700}.product-detail-page-module__9hrIzW__reviewCount{color:var(--text-tertiary);font-size:.875rem}.product-detail-page-module__9hrIzW__priceCard{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.product-detail-page-module__9hrIzW__priceRow{align-items:baseline;gap:.75rem;margin-bottom:.25rem;display:flex}.product-detail-page-module__9hrIzW__priceValue{color:var(--text-primary);font-size:2rem;font-weight:900}.product-detail-page-module__9hrIzW__originalPrice{color:var(--text-tertiary);font-size:1rem;text-decoration:line-through}.product-detail-page-module__9hrIzW__discountBadge{color:var(--text-red-light);background:var(--bg-red-subtle);border-radius:.35rem;padding:.2rem .5rem;font-size:.8rem;font-weight:700}.product-detail-page-module__9hrIzW__priceNote{color:var(--text-tertiary);font-size:.8rem}.product-detail-page-module__9hrIzW__negotiableTitle{color:var(--text-secondary);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.product-detail-page-module__9hrIzW__negotiableNote{color:var(--text-tertiary);font-size:.85rem}.product-detail-page-module__9hrIzW__specsSection{margin-bottom:1.5rem}.product-detail-page-module__9hrIzW__specsTitle{color:var(--text-secondary);letter-spacing:.08em;margin-bottom:1rem;font-size:.875rem;font-weight:700}.product-detail-page-module__9hrIzW__specItem{background:var(--bg-card);border:1px solid var(--border-white-06);color:var(--text-primary);border-radius:.6rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.product-detail-page-module__9hrIzW__ctaRow{flex-wrap:wrap;gap:.75rem;display:flex}.product-detail-page-module__9hrIzW__ctaButton{flex:1}.product-detail-page-module__9hrIzW__ctaInquiry{flex:1;justify-content:center}.product-detail-page-module__9hrIzW__descriptionSection{background:var(--bg-white-02);border:1px solid var(--border-white-06);border-radius:1rem;margin-top:3rem;padding:2rem}.product-detail-page-module__9hrIzW__descriptionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.product-detail-page-module__9hrIzW__descriptionText{color:var(--text-secondary);line-height:1.8}.product-detail-page-module__9hrIzW__relatedSection{margin-top:4rem}.product-detail-page-module__9hrIzW__relatedTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.product-detail-page-module__9hrIzW__relatedLink{text-decoration:none}.product-detail-page-module__9hrIzW__relatedCard{padding:1rem;transition:border-color .3s;overflow:hidden}.product-detail-page-module__9hrIzW__relatedVisual{border-radius:.6rem;justify-content:center;align-items:center;height:100px;margin-bottom:.75rem;display:flex}.product-detail-page-module__9hrIzW__relatedBrandName{margin-bottom:.3rem;font-size:.78rem;font-weight:700}.product-detail-page-module__9hrIzW__relatedProductName{color:var(--text-primary);font-size:.875rem;font-weight:600;line-height:1.3}@media (max-width:768px){.product-detail-page-module__9hrIzW__productTitle,.product-detail-page-module__9hrIzW__priceValue{font-size:1.5rem}}@media (max-width:480px){.product-detail-page-module__9hrIzW__ctaRow{flex-direction:column}.product-detail-page-module__9hrIzW__descriptionSection{padding:1.25rem}}
.products-page-module__nd1MKa__errorState{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.products-page-module__nd1MKa__main{min-height:100vh;padding-top:64px}.products-page-module__nd1MKa__pageHeader{border-bottom:1px solid var(--border-white-06);padding:4rem 0 2rem}.products-page-module__nd1MKa__totalInfo{color:var(--text-tertiary);font-size:.95rem}.products-page-module__nd1MKa__sidebarHeading{color:var(--text-secondary);letter-spacing:.08em;margin-bottom:1rem;font-size:.85rem;font-weight:700}.products-page-module__nd1MKa__filterItem{color:var(--text-tertiary);border-radius:.5rem;justify-content:space-between;align-items:center;margin-bottom:.25rem;padding:.5rem .75rem;font-size:.875rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.products-page-module__nd1MKa__filterItem:hover{background:var(--bg-card)}.products-page-module__nd1MKa__filterCount{opacity:.7;font-size:.75rem}.products-page-module__nd1MKa__brandFilterItem{color:var(--text-tertiary);border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:.5rem .75rem;font-size:.875rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.products-page-module__nd1MKa__brandFilterItem:hover{background:var(--bg-card)}.products-page-module__nd1MKa__brandDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.products-page-module__nd1MKa__brandName{flex:1}.products-page-module__nd1MKa__brandCount{opacity:.6;font-size:.72rem}.products-page-module__nd1MKa__emptyResults{text-align:center;color:var(--text-tertiary);padding:4rem 0}.products-page-module__nd1MKa__emptyResultsText{font-size:1.1rem}.products-page-module__nd1MKa__viewAllLink{margin-top:1.5rem;display:inline-flex}.products-page-module__nd1MKa__pageLink{background:var(--bg-white-04);width:36px;height:36px;color:var(--text-tertiary);border:1px solid var(--border);border-radius:.5rem;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.products-page-module__nd1MKa__pageLinkActive{background:var(--gradient-primary);color:#fff;border:none}.products-page-module__nd1MKa__productCardLink{text-decoration:none}.products-page-module__nd1MKa__productCard{transition:border-color .3s,transform .3s;overflow:hidden}.products-page-module__nd1MKa__productImageArea{justify-content:center;align-items:center;height:140px;display:flex;position:relative}.products-page-module__nd1MKa__newBadge{background:var(--bg-green-20);border:1px solid var(--border-green-40);color:var(--text-green-light);border-radius:.35rem;padding:.15rem .45rem;font-size:.62rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.products-page-module__nd1MKa__productInfo{padding:1rem}.products-page-module__nd1MKa__productBrandName{margin-bottom:.4rem;font-size:.72rem;font-weight:700}.products-page-module__nd1MKa__productName{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:700;line-height:1.3}.products-page-module__nd1MKa__ratingRow{align-items:center;gap:.25rem;margin-bottom:.6rem;display:flex}.products-page-module__nd1MKa__ratingValue{color:var(--accent-yellow);margin-left:.2rem;font-size:.72rem}.products-page-module__nd1MKa__priceDivider{border-top:1px solid var(--border-white-06);padding-top:.6rem}.products-page-module__nd1MKa__priceValue{color:var(--text-primary);font-size:1rem;font-weight:800}.products-page-module__nd1MKa__priceNegotiable{color:var(--text-tertiary);font-size:.8rem}
.quotation-module__uKzPOG__errorState{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.quotation-module__uKzPOG__main{padding-top:64px}.quotation-module__uKzPOG__hero{text-align:center;padding:6rem 0 4rem;position:relative;overflow:hidden}.quotation-module__uKzPOG__heroGlow{pointer-events:none;background:radial-gradient(#3b82f612 0%,#10b9810d 50%,#0000 70%);width:900px;height:450px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.quotation-module__uKzPOG__heroContent{position:relative}.quotation-module__uKzPOG__heroLabel{background:var(--bg-blue-subtle);border:1px solid var(--border-blue-subtle);color:var(--text-blue-light);border-radius:2rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.quotation-module__uKzPOG__heroTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3.25rem;font-weight:900;line-height:1.15}.quotation-module__uKzPOG__heroDesc{color:var(--text-secondary);max-width:580px;margin:0 auto 3rem;font-size:1.05rem;line-height:1.8}.quotation-module__uKzPOG__stepsSection{border-top:1px solid var(--section-divider);padding:4rem 0}.quotation-module__uKzPOG__stepsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.quotation-module__uKzPOG__stepCard{text-align:center;background:var(--bg-white-02);border:1px solid var(--border-white-06);border-radius:1rem;padding:2rem 1.5rem;position:relative}.quotation-module__uKzPOG__stepConnector{background:var(--border-white-10);z-index:1;width:24px;height:2px;position:absolute;top:50%;right:-.75rem;transform:translateY(-50%)}.quotation-module__uKzPOG__stepIconWrap{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1rem;display:flex}.quotation-module__uKzPOG__stepNum{opacity:.4;margin-bottom:.5rem;font-size:1.5rem;font-weight:900;line-height:1}.quotation-module__uKzPOG__stepTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.quotation-module__uKzPOG__stepDesc{color:var(--text-tertiary);font-size:.82rem;line-height:1.6}.quotation-module__uKzPOG__featuresSection{border-top:1px solid var(--section-divider);padding:4rem 0}.quotation-module__uKzPOG__featureCard{padding:1.75rem}.quotation-module__uKzPOG__featureIconWrap{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.quotation-module__uKzPOG__featureTitle{color:var(--text-primary);margin-bottom:.6rem;font-size:1rem;font-weight:700}.quotation-module__uKzPOG__featureDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}.quotation-module__uKzPOG__ctaSection{text-align:center;border-top:1px solid var(--section-divider);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__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:1024px){.quotation-module__uKzPOG__stepsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.quotation-module__uKzPOG__stepsGrid{grid-template-columns:1fr}.quotation-module__uKzPOG__stepConnector{display:none}.quotation-module__uKzPOG__heroTitle{font-size:2.25rem}}
.repair-module__mSBupa__errorState{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.repair-module__mSBupa__main{padding-top:64px}.repair-module__mSBupa__hero{text-align:center;padding:6rem 0 4rem;position:relative;overflow:hidden}.repair-module__mSBupa__heroGlow{pointer-events:none;background:radial-gradient(#3b82f612 0%,#7c3aed0d 50%,#0000 70%);width:900px;height:450px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.repair-module__mSBupa__heroContent{position:relative}.repair-module__mSBupa__breadcrumb{color:var(--text-tertiary);justify-content:center;align-items:center;gap:.35rem;margin-bottom:2rem;font-size:.82rem;display:flex}.repair-module__mSBupa__breadcrumb a{color:var(--text-tertiary);text-decoration:none}.repair-module__mSBupa__breadcrumb a:hover,.repair-module__mSBupa__breadcrumbCurrent{color:var(--text-secondary)}.repair-module__mSBupa__heroLabel{background:var(--bg-blue-subtle);border:1px solid var(--border-blue-subtle);color:var(--text-blue-light);border-radius:2rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.repair-module__mSBupa__heroTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3.25rem;font-weight:900;line-height:1.15}.repair-module__mSBupa__heroDesc{color:var(--text-secondary);max-width:580px;margin:0 auto 3rem;font-size:1.05rem;line-height:1.8}.repair-module__mSBupa__statsRow{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.repair-module__mSBupa__statItem{text-align:center}.repair-module__mSBupa__statNum{font-size:2rem;font-weight:900;line-height:1}.repair-module__mSBupa__statLabel{color:var(--text-tertiary);margin-top:.35rem;font-size:.82rem}.repair-module__mSBupa__servicesSection{border-top:1px solid var(--section-divider);padding:4rem 0}.repair-module__mSBupa__serviceCard{padding:1.75rem}.repair-module__mSBupa__serviceIconWrap{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.repair-module__mSBupa__serviceTitle{color:var(--text-primary);margin-bottom:.6rem;font-size:1rem;font-weight:700}.repair-module__mSBupa__serviceDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}.repair-module__mSBupa__processSection{border-top:1px solid var(--section-divider);padding:4rem 0}.repair-module__mSBupa__processTitle{color:var(--text-primary);text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:800}.repair-module__mSBupa__stepsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.repair-module__mSBupa__stepCard{text-align:center;background:var(--bg-white-02);border:1px solid var(--border-white-06);border-radius:1rem;padding:2rem 1.5rem;position:relative}.repair-module__mSBupa__stepConnector{background:var(--border-white-10);z-index:1;width:24px;height:2px;position:absolute;top:50%;right:-.75rem;transform:translateY(-50%)}.repair-module__mSBupa__stepNumber{opacity:.4;margin-bottom:.75rem;font-size:2rem;font-weight:900;line-height:1}.repair-module__mSBupa__stepTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.repair-module__mSBupa__stepDesc{color:var(--text-tertiary);font-size:.82rem;line-height:1.6}.repair-module__mSBupa__ctaSection{text-align:center;border-top:1px solid var(--section-divider);padding:5rem 0}.repair-module__mSBupa__ctaTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800}.repair-module__mSBupa__ctaDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.repair-module__mSBupa__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:1024px){.repair-module__mSBupa__stepsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.repair-module__mSBupa__hero{padding:4rem 0 3rem}.repair-module__mSBupa__heroTitle{font-size:2.25rem}.repair-module__mSBupa__statsRow{gap:2rem}.repair-module__mSBupa__stepsGrid{grid-template-columns:repeat(2,1fr)}.repair-module__mSBupa__stepConnector{display:none}}@media (max-width:480px){.repair-module__mSBupa__hero{padding:3rem 0 2rem}.repair-module__mSBupa__heroTitle{font-size:1.75rem}.repair-module__mSBupa__statsRow{gap:1.5rem}.repair-module__mSBupa__stepsGrid{grid-template-columns:1fr}}
.solutions-module__EcCCea__errorState{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.solutions-module__EcCCea__main{padding-top:64px}.solutions-module__EcCCea__hero{text-align:center;padding:6rem 0 4rem;position:relative;overflow:hidden}.solutions-module__EcCCea__heroGlow{pointer-events:none;background:radial-gradient(#7c3aed14 0%,#3b82f60d 50%,#0000 70%);width:900px;height:450px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.solutions-module__EcCCea__heroContent{position:relative}.solutions-module__EcCCea__breadcrumb{color:var(--text-tertiary);justify-content:center;align-items:center;gap:.35rem;margin-bottom:2rem;font-size:.82rem;display:flex}.solutions-module__EcCCea__breadcrumbLink{color:var(--text-tertiary);text-decoration:none}.solutions-module__EcCCea__breadcrumbLink:hover,.solutions-module__EcCCea__breadcrumbCurrent{color:var(--text-secondary)}.solutions-module__EcCCea__heroLabel{background:var(--bg-purple-subtle);border:1px solid var(--border-purple-subtle);color:var(--text-purple-light);border-radius:2rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.solutions-module__EcCCea__heroTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3.25rem;font-weight:900;line-height:1.15}.solutions-module__EcCCea__heroDesc{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.8}.solutions-module__EcCCea__buttonRow{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.solutions-module__EcCCea__services{border-top:1px solid var(--section-divider);padding:4rem 0}.solutions-module__EcCCea__serviceCard{padding:1.75rem}.solutions-module__EcCCea__serviceIcon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.solutions-module__EcCCea__serviceTitle{color:var(--text-primary);margin-bottom:.6rem;font-size:1rem;font-weight:700}.solutions-module__EcCCea__serviceDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}.solutions-module__EcCCea__industries{border-top:1px solid var(--section-divider);padding:4rem 0}.solutions-module__EcCCea__industriesTitle{color:var(--text-primary);text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:800}.solutions-module__EcCCea__industriesList{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.solutions-module__EcCCea__industryTag{border-radius:.75rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600}.solutions-module__EcCCea__process{border-top:1px solid var(--section-divider);padding:4rem 0}.solutions-module__EcCCea__processTitle{color:var(--text-primary);text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:800}.solutions-module__EcCCea__processGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.solutions-module__EcCCea__processGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.solutions-module__EcCCea__processGrid{grid-template-columns:1fr}}.solutions-module__EcCCea__processStep{text-align:center;background:var(--bg-white-02);border:1px solid var(--border-white-06);border-radius:1rem;padding:2rem 1.5rem;position:relative}.solutions-module__EcCCea__stepConnector{background:var(--border-white-10);z-index:1;width:24px;height:2px;position:absolute;top:50%;right:-.75rem;transform:translateY(-50%)}@media (max-width:1024px){.solutions-module__EcCCea__stepConnector{display:none}}.solutions-module__EcCCea__stepNumber{opacity:.4;margin-bottom:.75rem;font-size:2rem;font-weight:900;line-height:1}.solutions-module__EcCCea__stepTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.solutions-module__EcCCea__stepDesc{color:var(--text-tertiary);font-size:.82rem;line-height:1.6}.solutions-module__EcCCea__cta{text-align:center;border-top:1px solid var(--section-divider);padding:5rem 0}.solutions-module__EcCCea__ctaTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800}.solutions-module__EcCCea__ctaDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}
.support-module__pUB6nG__errorState{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.support-module__pUB6nG__main{padding-top:64px}.support-module__pUB6nG__hero{text-align:center;padding:6rem 0 4rem;position:relative;overflow:hidden}.support-module__pUB6nG__heroGradient{pointer-events:none;background:radial-gradient(#ef444412 0%,#3b82f60d 50%,#0000 70%);width:900px;height:450px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.support-module__pUB6nG__heroContent{position:relative}.support-module__pUB6nG__breadcrumb{color:var(--text-tertiary);justify-content:center;align-items:center;gap:.35rem;margin-bottom:2rem;font-size:.82rem;display:flex}.support-module__pUB6nG__breadcrumbLink{color:var(--text-tertiary);text-decoration:none}.support-module__pUB6nG__breadcrumbLink:hover,.support-module__pUB6nG__breadcrumbCurrent{color:var(--text-secondary)}.support-module__pUB6nG__heroBadge{background:var(--bg-red-subtle);border:1px solid var(--border-red-subtle);color:var(--text-red-light);border-radius:2rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.support-module__pUB6nG__heroTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3.25rem;font-weight:900;line-height:1.15}.support-module__pUB6nG__heroTitleAccent{color:var(--accent-red)}.support-module__pUB6nG__heroDesc{color:var(--text-secondary);max-width:580px;margin:0 auto 3rem;font-size:1.05rem;line-height:1.8}.support-module__pUB6nG__servicesSection{border-top:1px solid var(--section-divider);padding:4rem 0}.support-module__pUB6nG__serviceCard{padding:1.75rem}.support-module__pUB6nG__serviceIcon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.support-module__pUB6nG__serviceTitle{color:var(--text-primary);margin-bottom:.6rem;font-size:1rem;font-weight:700}.support-module__pUB6nG__serviceDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}.support-module__pUB6nG__slaSection{border-top:1px solid var(--section-divider);padding:4rem 0}.support-module__pUB6nG__slaTitle{color:var(--text-primary);text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:800}.support-module__pUB6nG__slaGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:800px;margin:0 auto;display:grid}.support-module__pUB6nG__slaCard{text-align:center;padding:2rem}.support-module__pUB6nG__slaTime{margin-bottom:.5rem;font-size:2rem;font-weight:900;line-height:1}.support-module__pUB6nG__slaLevel{color:var(--text-primary);margin-bottom:.35rem;font-size:1rem;font-weight:700}.support-module__pUB6nG__slaDesc{color:var(--text-tertiary);font-size:.8rem}.support-module__pUB6nG__ctaSection{text-align:center;border-top:1px solid var(--section-divider);padding:5rem 0}.support-module__pUB6nG__ctaTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800}.support-module__pUB6nG__ctaDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.support-module__pUB6nG__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.support-module__pUB6nG__hero{padding:4rem 0 3rem}.support-module__pUB6nG__heroTitle{font-size:2.25rem}.support-module__pUB6nG__slaGrid{grid-template-columns:1fr}}@media (max-width:480px){.support-module__pUB6nG__hero{padding:3rem 0 2rem}.support-module__pUB6nG__heroTitle{font-size:1.75rem}}
.terms-module__Da1iLW__errorState{text-align:center;color:var(--text-tertiary);padding:8rem 2rem}.terms-module__Da1iLW__main{padding-top:64px}.terms-module__Da1iLW__hero{text-align:center;border-bottom:1px solid var(--section-divider);padding:5rem 0 3rem}.terms-module__Da1iLW__breadcrumb{color:var(--text-tertiary);justify-content:center;align-items:center;gap:.35rem;margin-bottom:2rem;font-size:.82rem;display:flex}.terms-module__Da1iLW__breadcrumbLink{color:var(--text-tertiary);text-decoration:none}.terms-module__Da1iLW__breadcrumbLink:hover,.terms-module__Da1iLW__breadcrumbCurrent{color:var(--text-secondary)}.terms-module__Da1iLW__heroIcon{background:var(--gradient-purple-dark);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.terms-module__Da1iLW__heroTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:2.75rem;font-weight:900}.terms-module__Da1iLW__heroSubtitle{color:var(--text-tertiary);font-size:.85rem}.terms-module__Da1iLW__contentSection{padding:4rem 0}.terms-module__Da1iLW__contentContainer{max-width:800px}.terms-module__Da1iLW__sectionBlock{margin-bottom:2.5rem}.terms-module__Da1iLW__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--bg-card-hover);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.terms-module__Da1iLW__sectionContent{color:var(--text-secondary);font-size:.9rem;line-height:1.9}
.tools-module__BgZVQq__unavailable{min-height:100vh;color:var(--text-tertiary);justify-content:center;align-items:center;display:flex}.tools-module__BgZVQq__main{min-height:100vh;padding-top:80px}.tools-module__BgZVQq__hero{background:var(--gradient-primary);text-align:center;color:#fff;padding:60px 20px}.tools-module__BgZVQq__heroInner{max-width:1200px;margin:0 auto}.tools-module__BgZVQq__heroIcon{margin-bottom:20px}.tools-module__BgZVQq__heroTitle{margin-bottom:16px;font-size:48px;font-weight:700}.tools-module__BgZVQq__heroDesc{opacity:.9;font-size:20px}.tools-module__BgZVQq__categoriesSection{max-width:1400px;margin:0 auto;padding:40px 20px}.tools-module__BgZVQq__categoriesGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;display:grid}
.user-layout-module__VUcq8a__layoutWrapper{padding-top:64px}.user-layout-module__VUcq8a__wrapper{min-height:calc(100vh - 64px);display:flex}.user-layout-module__VUcq8a__sidebar{border-right:1px solid var(--border-white-06);background:var(--bg-white-01);flex-shrink:0;width:220px;padding:2rem 1rem}.user-layout-module__VUcq8a__sidebarLabel{color:var(--text-muted);letter-spacing:.15em;margin-bottom:1rem;padding:0 .75rem;font-size:.7rem;font-weight:700}.user-layout-module__VUcq8a__main{flex:1;min-width:0;padding:2rem;overflow:auto}.user-layout-module__VUcq8a__loginPrompt{min-height:50vh;color:var(--text-tertiary);justify-content:center;align-items:center;display:flex}.user-layout-module__VUcq8a__navLink{color:var(--text-tertiary);background:0 0;border-radius:.6rem;align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.65rem .75rem;font-size:.875rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.user-layout-module__VUcq8a__navLinkActive{color:var(--text-primary);background:var(--bg-card-hover)}.user-layout-module__VUcq8a__navLinkIconActive{color:var(--text-green-light)}@media (max-width:768px){.user-layout-module__VUcq8a__wrapper{flex-direction:column}.user-layout-module__VUcq8a__sidebar{border-right:none;border-bottom:1px solid var(--border-white-06);width:100%;padding:.75rem 1rem}.user-layout-module__VUcq8a__sidebarLabel{display:none}.user-layout-module__VUcq8a__sidebarNav{flex-wrap:wrap;gap:.25rem;display:flex}.user-layout-module__VUcq8a__main{padding:1.25rem 1rem}}@media (max-width:480px){.user-layout-module__VUcq8a__main{padding:1rem}}
.CTASection-module__8E-qYG__section{padding:5rem 0;position:relative;overflow:hidden}.CTASection-module__8E-qYG__glow{background:radial-gradient(ellipse, var(--bg-indigo-12) 0%, transparent 70%);pointer-events:none;width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CTASection-module__8E-qYG__inner{text-align:center;max-width:700px;margin:0 auto;position:relative}.CTASection-module__8E-qYG__badge{background:var(--bg-indigo-subtle);border:1px solid var(--border-indigo-subtle);color:var(--accent-indigo-light);border-radius:2rem;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}.CTASection-module__8E-qYG__title{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:2.75rem;font-weight:900;line-height:1.1}.CTASection-module__8E-qYG__titleLine{color:var(--text-primary)}.CTASection-module__8E-qYG__desc{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.CTASection-module__8E-qYG__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.CTASection-module__8E-qYG__title{font-size:2rem}}@media (max-width:480px){.CTASection-module__8E-qYG__section{padding:3rem 0}.CTASection-module__8E-qYG__title{font-size:1.75rem}}
