.Pagination-module__Ih5jkq__pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:1.5rem 0;display:flex}.Pagination-module__Ih5jkq__pageBtn{border:1px solid var(--border-primary);border-radius:var(--radius-md);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#fff;justify-content:center;align-items:center;padding:0;display:flex}.Pagination-module__Ih5jkq__pageBtn:hover:not(:disabled){border-color:var(--text-accent);color:var(--text-accent);background:var(--color-accent-glow)}.Pagination-module__Ih5jkq__pageBtn:disabled{opacity:.4;cursor:not-allowed;background:#f8fafc}.Pagination-module__Ih5jkq__disabled{opacity:.4;cursor:not-allowed;pointer-events:none;background:#f8fafc;text-decoration:none}.Pagination-module__Ih5jkq__pageNumbers{align-items:center;gap:.4rem;display:flex}.Pagination-module__Ih5jkq__pageNumber{border:1px solid var(--border-primary);border-radius:var(--radius-md);min-width:38px;height:38px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#fff;justify-content:center;align-items:center;padding:0 .5rem;font-size:.9rem;font-weight:600;display:flex}.Pagination-module__Ih5jkq__pageNumber:hover:not(.Pagination-module__Ih5jkq__pageActive){border-color:var(--text-accent);color:var(--text-accent);background:var(--color-accent-glow)}.Pagination-module__Ih5jkq__pageActive{background:var(--gradient-primary);color:#fff;border-color:#0000;box-shadow:0 4px 12px #0066cc40}.Pagination-module__Ih5jkq__dots{color:var(--text-tertiary);padding:0 .25rem;font-weight:700}@media (max-width:640px){.Pagination-module__Ih5jkq__pageNumber{min-width:34px;height:34px}.Pagination-module__Ih5jkq__pageBtn{width:34px;height:34px}}
.pages-module__TR8MMG__main{padding-top:var(--header-height);background:var(--surface-primary);min-height:100vh}.pages-module__TR8MMG__pageHeader{background:var(--gradient-hero);padding:var(--space-4xl)0 var(--space-3xl);text-align:center;position:relative;overflow:hidden}.pages-module__TR8MMG__pageHeader:before{content:"";opacity:.03;background-image:linear-gradient(#0066cc1a 1px,#0000 1px),linear-gradient(90deg,#0066cc1a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.pages-module__TR8MMG__pageTitle{font-family:var(--font-display);font-size:var(--text-4xl);background:var(--gradient-primary);-webkit-text-fill-color:transparent;margin-bottom:var(--space-sm);-webkit-background-clip:text;background-clip:text;font-weight:800;position:relative}.pages-module__TR8MMG__pageSubtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:640px;margin:0 auto;position:relative}.pages-module__TR8MMG__breadcrumb{align-items:center;gap:var(--space-sm);font-size:var(--text-xs);color:var(--text-tertiary);margin-bottom:var(--space-sm);justify-content:center;display:flex}.pages-module__TR8MMG__breadcrumb a:hover{color:var(--text-accent)}.pages-module__TR8MMG__breadcrumbCurrent{color:var(--text-secondary);font-weight:600}.pages-module__TR8MMG__content{padding:var(--space-3xl)var(--space-xl)var(--space-4xl)}.pages-module__TR8MMG__newsTabs{gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;justify-content:center;display:flex}.pages-module__TR8MMG__tabBtn{border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--text-tertiary);border:1px solid var(--border-primary);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:.5rem 1.25rem;font-weight:600}.pages-module__TR8MMG__tabBtn:hover{color:var(--text-primary);border-color:var(--border-accent)}.pages-module__TR8MMG__tabBtnActive{color:#fff!important;background:var(--gradient-primary)!important;border-color:#0000!important}.pages-module__TR8MMG__newsGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.pages-module__TR8MMG__newsCard{flex-direction:column;padding:0;display:flex;overflow:hidden}.pages-module__TR8MMG__newsCardImage{border-bottom:1px solid var(--border-primary);background:linear-gradient(135deg,#0066cc0a,#6c5ce70a);justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.pages-module__TR8MMG__newsImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-base)}.pages-module__TR8MMG__newsCard:hover .pages-module__TR8MMG__newsImage{transform:scale(1.05)}.pages-module__TR8MMG__newsCardBadge{top:var(--space-md);left:var(--space-md);background:var(--gradient-primary);border-radius:var(--radius-full);color:#fff;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;font-size:.65rem;font-weight:700;position:absolute}.pages-module__TR8MMG__newsCardBody{padding:var(--space-xl);flex-direction:column;flex:1;display:flex}.pages-module__TR8MMG__newsCardDate{font-size:var(--text-xs);color:var(--text-tertiary);margin-bottom:.25rem;font-weight:500}.pages-module__TR8MMG__newsCardTitle{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-sm);font-weight:700;line-height:1.4}.pages-module__TR8MMG__newsCardDesc{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-md);flex:1;line-height:1.7}.pages-module__TR8MMG__newsReadMore:hover{color:var(--text-accent);gap:.75rem}.pages-module__TR8MMG__newsDetail{max-width:900px;padding:var(--space-3xl);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:#fff;margin:0 auto}.pages-module__TR8MMG__newsDetailHeader{text-align:center;margin-bottom:var(--space-3xl);padding-bottom:var(--space-2xl);border-bottom:1px solid var(--border-primary)}.pages-module__TR8MMG__newsDetailImageWrap{margin:0 calc(var(--space-3xl)*-1)var(--space-2xl);max-height:480px;overflow:hidden}.pages-module__TR8MMG__newsDetailImage{object-fit:cover;width:100%;height:auto}.pages-module__TR8MMG__newsDetailCategory{background:var(--color-accent-glow);color:var(--text-accent);border-radius:var(--radius-full);font-size:var(--text-xs);text-transform:uppercase;margin-bottom:var(--space-md);padding:.3rem .8rem;font-weight:700;display:inline-block}.pages-module__TR8MMG__newsDetailTitle{font-family:var(--font-display);font-size:var(--text-3xl);color:var(--text-primary);margin-bottom:var(--space-md);font-weight:800;line-height:1.2}.pages-module__TR8MMG__newsDetailMeta{justify-content:center;align-items:center;gap:var(--space-md);font-size:var(--text-sm);color:var(--text-tertiary);display:flex}.pages-module__TR8MMG__newsDetailDivider{opacity:.3}.pages-module__TR8MMG__newsDetailLead{font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-2xl);padding-left:var(--space-lg);border-left:4px solid var(--color-accent);font-weight:500;line-height:1.6}.pages-module__TR8MMG__newsDetailContent p{margin-bottom:var(--space-lg);font-size:var(--text-base);color:var(--text-secondary);line-height:1.8}.pages-module__TR8MMG__newsDetailFooter{margin-top:var(--space-4xl);padding-top:var(--space-2xl);border-top:1px solid var(--border-primary);justify-content:space-between;align-items:center;gap:var(--space-xl);flex-wrap:wrap;display:flex}.pages-module__TR8MMG__newsShare{align-items:center;gap:var(--space-md);font-weight:600;font-size:var(--text-sm);color:var(--text-secondary);display:flex}.pages-module__TR8MMG__sharePlaceholder{gap:var(--space-sm);display:flex}.pages-module__TR8MMG__shareIcon{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:50%;width:32px;height:32px}.pages-module__TR8MMG__notFound{text-align:center;padding:var(--space-5xl)0}.pages-module__TR8MMG__notFound h1{font-family:var(--font-display);font-size:var(--text-4xl);margin-bottom:var(--space-xl)}.pages-module__TR8MMG__partnerSectionTitle{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:.25rem;font-weight:700}.pages-module__TR8MMG__partnerSectionDesc{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-xl)}.pages-module__TR8MMG__partnerGroup{margin-bottom:var(--space-3xl)}.pages-module__TR8MMG__partnerGrid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.pages-module__TR8MMG__partnerCard{padding:var(--space-xl);text-align:center}.pages-module__TR8MMG__partnerCardLogo{width:64px;height:64px;margin:0 auto var(--space-md);border-radius:var(--radius-lg);border:1px solid var(--border-primary);font-family:var(--font-display);font-weight:800;font-size:var(--text-lg);color:var(--text-accent);background:linear-gradient(135deg,#0066cc0f,#6c5ce70f) padding-box padding-box;justify-content:center;align-items:center;display:flex}.pages-module__TR8MMG__partnerCardName{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.pages-module__TR8MMG__ctaBanner{margin-top:var(--space-2xl);padding:var(--space-3xl);background:var(--gradient-card);border:1px solid var(--border-accent);border-radius:var(--radius-xl);text-align:center}.pages-module__TR8MMG__ctaBannerTitle{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:var(--space-sm);font-weight:700}.pages-module__TR8MMG__ctaBannerDesc{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:var(--space-xl);max-width:500px;margin-left:auto;margin-right:auto}.pages-module__TR8MMG__casesGrid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.pages-module__TR8MMG__caseCard{padding:var(--space-2xl);position:relative;overflow:hidden}.pages-module__TR8MMG__caseCard:before{content:"";background:var(--gradient-primary);opacity:0;height:3px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.pages-module__TR8MMG__caseCard:hover:before{opacity:1}.pages-module__TR8MMG__caseIndustry{background:var(--color-accent-glow);border:1px solid var(--border-accent);border-radius:var(--radius-full);color:var(--text-accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-md);padding:.2rem .6rem;font-size:.65rem;font-weight:700;display:inline-block}.pages-module__TR8MMG__caseTitle{font-family:var(--font-display);font-size:var(--text-xl);color:var(--text-primary);margin-bottom:var(--space-sm);font-weight:700}.pages-module__TR8MMG__caseDesc{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-lg);line-height:1.7}.pages-module__TR8MMG__caseMeta{gap:var(--space-sm);flex-direction:column;display:flex}.pages-module__TR8MMG__caseMetaItem{font-size:var(--text-xs);gap:.5rem;display:flex}.pages-module__TR8MMG__caseMetaLabel{color:var(--text-tertiary);min-width:100px;font-weight:600}.pages-module__TR8MMG__caseMetaValue{color:var(--text-accent);font-weight:600}.pages-module__TR8MMG__introSection{max-width:800px;margin:0 auto var(--space-3xl);text-align:center}.pages-module__TR8MMG__introText{font-size:var(--text-lg);color:var(--text-secondary);line-height:1.8}.pages-module__TR8MMG__missionGrid{gap:var(--space-xl);margin-bottom:var(--space-3xl);grid-template-columns:repeat(2,1fr);display:grid}.pages-module__TR8MMG__missionCard{padding:var(--space-2xl);text-align:center}.pages-module__TR8MMG__missionIcon{width:56px;height:56px;margin:0 auto var(--space-md);border-radius:var(--radius-lg);background:var(--color-accent-glow);border:1px solid var(--border-accent);color:var(--text-accent);justify-content:center;align-items:center;display:flex}.pages-module__TR8MMG__missionTitle{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-sm);font-weight:700}.pages-module__TR8MMG__missionText{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.7}.pages-module__TR8MMG__sectionLabel{font-family:var(--font-display);font-size:var(--text-2xl);background:var(--gradient-primary);-webkit-text-fill-color:transparent;text-align:center;margin-bottom:var(--space-2xl);-webkit-background-clip:text;background-clip:text;font-weight:700}.pages-module__TR8MMG__valuesGrid{gap:var(--space-md);margin-bottom:var(--space-3xl);grid-template-columns:repeat(4,1fr);display:grid}.pages-module__TR8MMG__valueCard{padding:var(--space-xl);text-align:center}.pages-module__TR8MMG__valueTitle{font-family:var(--font-display);font-size:var(--text-base);color:var(--text-accent);margin-bottom:var(--space-xs);font-weight:700}.pages-module__TR8MMG__valueDesc{font-size:var(--text-xs);color:var(--text-tertiary);line-height:1.6}.pages-module__TR8MMG__timeline{max-width:700px;margin:0 auto var(--space-3xl);padding-left:40px;position:relative}.pages-module__TR8MMG__timeline:before{content:"";background:var(--border-accent);opacity:.3;width:2px;position:absolute;top:0;bottom:0;left:15px}.pages-module__TR8MMG__timelineItem{margin-bottom:var(--space-xl);padding-left:var(--space-xl);position:relative}.pages-module__TR8MMG__timelineItem:before{content:"";background:var(--gradient-primary);border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:4px;left:-32px}.pages-module__TR8MMG__timelineYear{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-accent);margin-bottom:.15rem;font-weight:800}.pages-module__TR8MMG__timelineEvent{font-size:var(--text-sm);color:var(--text-secondary)}.pages-module__TR8MMG__certsGrid{gap:var(--space-md);margin-bottom:var(--space-3xl);text-align:center;grid-template-columns:repeat(4,1fr);display:grid}.pages-module__TR8MMG__certCard{padding:var(--space-xl)}.pages-module__TR8MMG__certName{font-family:var(--font-display);font-size:var(--text-base);color:var(--text-accent);font-weight:700}.pages-module__TR8MMG__contactLayout{gap:var(--space-3xl);grid-template-columns:1.2fr .8fr;align-items:start;display:grid}.pages-module__TR8MMG__contactCard{padding:var(--space-3xl)}.pages-module__TR8MMG__contactCardTitle{font-family:var(--font-display);font-size:var(--text-2xl);margin-bottom:var(--space-2xl);color:var(--text-primary);font-weight:700}.pages-module__TR8MMG__contactForm{gap:var(--space-lg);flex-direction:column;display:flex}.pages-module__TR8MMG__formGrid{gap:var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.pages-module__TR8MMG__formGroup{flex-direction:column;gap:.5rem;display:flex}.pages-module__TR8MMG__formGroup label{font-size:var(--text-xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.pages-module__TR8MMG__formGroup input,.pages-module__TR8MMG__formGroup select,.pages-module__TR8MMG__formGroup textarea{border:1px solid var(--border-primary);border-radius:var(--radius-md);font-family:inherit;font-size:var(--text-sm);transition:all var(--transition-fast);background:#fff;padding:.75rem 1rem}.pages-module__TR8MMG__formGroup input:focus,.pages-module__TR8MMG__formGroup select:focus,.pages-module__TR8MMG__formGroup textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-glow);outline:none}.pages-module__TR8MMG__submitBtn{margin-top:var(--space-md);align-self:flex-start}.pages-module__TR8MMG__successMessage{text-align:center;padding:var(--space-2xl)0}.pages-module__TR8MMG__successIcon{color:#fff;width:64px;height:64px;margin:0 auto var(--space-lg);background:#10b981;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;display:flex}.pages-module__TR8MMG__infoGroupTitle{font-family:var(--font-display);font-size:var(--text-xl);margin-bottom:var(--space-xl);font-weight:700}.pages-module__TR8MMG__infoItems{gap:var(--space-xl);margin-bottom:var(--space-2xl);flex-direction:column;display:flex}.pages-module__TR8MMG__infoItem{gap:var(--space-md);display:flex}.pages-module__TR8MMG__infoIcon{background:var(--color-accent-glow);width:44px;height:44px;color:var(--text-accent);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;display:flex}.pages-module__TR8MMG__infoBody h4{font-size:var(--text-sm);color:var(--text-primary);margin-bottom:.25rem;font-weight:700}.pages-module__TR8MMG__infoBody p,.pages-module__TR8MMG__infoBody a{font-size:var(--text-sm);color:var(--text-secondary)}.pages-module__TR8MMG__infoBody a:hover{color:var(--text-accent)}.pages-module__TR8MMG__mapWrap{border-radius:var(--radius-lg);border:1px solid var(--border-primary);overflow:hidden}.pages-module__TR8MMG__mapPlaceholder{justify-content:center;align-items:center;gap:var(--space-md);height:250px;color:var(--text-tertiary);font-size:var(--text-xs);background:#eef2f7;flex-direction:column;font-weight:500;display:flex}@media (max-width:1024px){.pages-module__TR8MMG__newsGrid{grid-template-columns:repeat(2,1fr)}.pages-module__TR8MMG__partnerGrid{gap:var(--space-2xl)}.pages-module__TR8MMG__partnersList{grid-template-columns:repeat(2,1fr)}.pages-module__TR8MMG__casesGrid,.pages-module__TR8MMG__contactLayout{grid-template-columns:1fr}.pages-module__TR8MMG__valuesGrid,.pages-module__TR8MMG__certsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.pages-module__TR8MMG__pageTitle{font-size:var(--text-2xl)}.pages-module__TR8MMG__content{padding:var(--space-2xl)var(--space-lg)var(--space-3xl)}.pages-module__TR8MMG__formGrid,.pages-module__TR8MMG__newsGrid,.pages-module__TR8MMG__partnersList,.pages-module__TR8MMG__missionGrid,.pages-module__TR8MMG__valuesGrid,.pages-module__TR8MMG__certsGrid{grid-template-columns:1fr}.pages-module__TR8MMG__contactLayout{gap:var(--space-2xl)}}.pages-module__TR8MMG__partnerGrid{gap:var(--space-4xl);flex-direction:column;display:flex}.pages-module__TR8MMG__partnerCategoryHeader{margin-bottom:var(--space-xl);border-bottom:2px solid var(--border-primary);padding-bottom:var(--space-md)}.pages-module__TR8MMG__categoryTitle{font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:var(--space-xs);font-family:var(--font-display);font-weight:700}.pages-module__TR8MMG__categoryDesc{color:var(--text-tertiary);font-size:var(--text-sm);max-width:600px}.pages-module__TR8MMG__partnersList{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.pages-module__TR8MMG__partnerCard{padding:var(--space-2xl);text-align:center;flex-direction:column;align-items:center;height:100%;display:flex}.pages-module__TR8MMG__partnerLogoPlaceholder{width:64px;height:64px;margin-bottom:var(--space-lg);color:var(--text-accent);background:var(--color-accent-glow);border-radius:var(--radius-lg);border:1px solid var(--border-accent);justify-content:center;align-items:center;display:flex}.pages-module__TR8MMG__partnerName{font-size:var(--text-lg);margin-bottom:var(--space-sm);color:var(--text-primary);font-weight:700}.pages-module__TR8MMG__partnerMeta{font-size:var(--text-xs);color:var(--text-tertiary);gap:var(--space-xs);margin-top:auto;display:flex}.pages-module__TR8MMG__dot{opacity:.3}.pages-module__TR8MMG__ctaSection{margin-top:var(--space-5xl);text-align:center}.pages-module__TR8MMG__ctaCard{padding:var(--space-4xl);max-width:800px;margin:0 auto}.pages-module__TR8MMG__ctaTitle{font-size:var(--text-3xl);margin-bottom:var(--space-md);font-family:var(--font-display);font-weight:800}.pages-module__TR8MMG__ctaDesc{color:var(--text-secondary);margin-bottom:var(--space-2xl);font-size:var(--text-lg)}
.products-module__j9cd3G__main{padding-top:var(--header-height);background:var(--surface-primary);min-height:100vh}.products-module__j9cd3G__pageHeader{background:var(--gradient-hero);padding:var(--space-4xl)0 var(--space-3xl);text-align:center;position:relative;overflow:hidden}.products-module__j9cd3G__pageHeader:before{content:"";opacity:.03;background-image:linear-gradient(#0066cc26 1px,#0000 1px),linear-gradient(90deg,#0066cc26 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.products-module__j9cd3G__pageTitle{font-family:var(--font-display);font-size:var(--text-4xl);background:var(--gradient-primary);-webkit-text-fill-color:transparent;margin-bottom:var(--space-sm);-webkit-background-clip:text;background-clip:text;font-weight:800;position:relative}.products-module__j9cd3G__pageSubtitle{font-size:var(--text-lg);color:var(--text-secondary);position:relative}.products-module__j9cd3G__content{gap:var(--space-xl);padding-top:var(--space-2xl);padding-bottom:var(--space-4xl);grid-template-columns:270px 1fr;display:grid}.products-module__j9cd3G__sidebar{top:calc(var(--header-height) + var(--space-xl));max-height:calc(100vh - var(--header-height) - var(--space-2xl));border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-sm);background:#fff;align-self:start;position:sticky;overflow-y:auto}.products-module__j9cd3G__sidebar::-webkit-scrollbar{width:4px}.products-module__j9cd3G__sidebar::-webkit-scrollbar-thumb{background:#c5cdd8;border-radius:4px}.products-module__j9cd3G__sidebarTitle{font-family:var(--font-display);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.12em;padding-bottom:var(--space-md);margin-bottom:var(--space-sm);border-bottom:1px solid var(--border-primary);font-size:.7rem;font-weight:700}.products-module__j9cd3G__catMainBtn{width:100%;font-size:var(--text-sm);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:0 0;border:none;align-items:center;gap:.65rem;padding:.7rem .85rem;font-weight:600;display:flex;position:relative}.products-module__j9cd3G__catMainBtn:hover{color:var(--text-primary);background:#0066cc0a}.products-module__j9cd3G__catMainActive{color:var(--text-accent)!important;background:var(--color-accent-glow)!important}.products-module__j9cd3G__catMainActive:before{content:"";background:var(--gradient-primary);border-radius:2px;width:3px;position:absolute;top:20%;bottom:20%;left:0}.products-module__j9cd3G__catMainLabel{flex:1}.products-module__j9cd3G__catChevron{opacity:.5;flex-shrink:0;transition:transform .25s}.products-module__j9cd3G__catChevronOpen{opacity:1;transform:rotate(180deg)}.products-module__j9cd3G__catGroup{margin-bottom:2px}.products-module__j9cd3G__catSubs{max-height:0;transition:max-height .35s;overflow:hidden}.products-module__j9cd3G__catSubsOpen{max-height:600px}.products-module__j9cd3G__catSubBtn{width:100%;color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast);text-align:left;border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;gap:.5rem;padding:.45rem .85rem .45rem 2.5rem;font-size:.78rem;display:flex}.products-module__j9cd3G__catSubBtn:hover{color:var(--text-primary);background:#0066cc0a}.products-module__j9cd3G__catSubActive{font-weight:600;color:var(--text-accent)!important}.products-module__j9cd3G__catSubDot{background:var(--text-tertiary);width:5px;height:5px;transition:background var(--transition-fast);border-radius:50%;flex-shrink:0}.products-module__j9cd3G__catSubDotActive{background-color:var(--primary-color);width:6px;height:6px;box-shadow:0 0 8px var(--primary-color);border-radius:50%;margin-right:.75rem}.products-module__j9cd3G__catSubActive .products-module__j9cd3G__catSubDot{background:var(--text-accent)}.products-module__j9cd3G__filterSection{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--border-primary)}.products-module__j9cd3G__filterSectionTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-md);justify-content:space-between;align-items:center;font-size:.7rem;font-weight:700;display:flex}.products-module__j9cd3G__filterList{flex-direction:column;gap:.25rem;display:flex}.products-module__j9cd3G__filterItem{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:center;gap:.65rem;padding:.35rem .5rem;font-size:.82rem;display:flex}.products-module__j9cd3G__filterItem:hover{color:var(--text-primary);background:#0066cc0a}.products-module__j9cd3G__filterItem input[type=checkbox]{appearance:none;cursor:pointer;border:1.5px solid #d1d5db;border-radius:4px;width:16px;height:16px;transition:all .2s;position:relative}.products-module__j9cd3G__filterItem input[type=checkbox]:checked{background:var(--text-accent);border-color:var(--text-accent)}.products-module__j9cd3G__filterItem input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.products-module__j9cd3G__filterValue{flex:1}.products-module__j9cd3G__filterCount{color:var(--text-tertiary);background:#f1f5f9;border-radius:10px;padding:.1rem .4rem;font-size:.7rem}.products-module__j9cd3G__mainContent{min-width:0}.products-module__j9cd3G__breadcrumbBar{justify-content:space-between;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.products-module__j9cd3G__breadcrumbLabel{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-primary);font-weight:700}.products-module__j9cd3G__resultCount{font-size:var(--text-sm);color:var(--text-tertiary);align-items:center;gap:.75rem;display:flex}.products-module__j9cd3G__resultCount strong{color:var(--text-accent)}.products-module__j9cd3G__clearAllBtn{color:#dc2626;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);background:#dc26260f;border:1px solid #dc262626;padding:.25rem .6rem;font-size:.7rem;font-weight:600}.products-module__j9cd3G__clearAllBtn:hover{background:#dc26261a}.products-module__j9cd3G__tableWrap{border:1px solid var(--border-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);-webkit-overflow-scrolling:touch;z-index:1;background:#fff;position:relative;overflow-x:auto}@media (min-width:1025px){.products-module__j9cd3G__tableWrap{overflow-x:visible}}.products-module__j9cd3G__table{border-collapse:collapse;width:100%;font-size:var(--text-sm);table-layout:fixed}.products-module__j9cd3G__table thead th{text-align:left;border-bottom:1px solid var(--border-primary);white-space:nowrap;background:#f8fafc;padding:0;position:relative}.products-module__j9cd3G__table thead th:first-child{border-top-left-radius:var(--radius-lg)}.products-module__j9cd3G__table thead th:last-child{border-top-right-radius:var(--radius-lg)}.products-module__j9cd3G__thPhoto{font-size:var(--text-xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;width:60px;font-weight:600;padding:.75rem .6rem!important}.products-module__j9cd3G__table tbody td{color:var(--text-secondary);border-bottom:1px solid var(--border-primary);white-space:nowrap;text-overflow:ellipsis;padding:.55rem .75rem;font-size:.82rem;overflow:hidden}.products-module__j9cd3G__tableRow{transition:background var(--transition-fast)}.products-module__j9cd3G__tableRow:hover{background:#0066cc05}.products-module__j9cd3G__tableRow:last-child td{border-bottom:none}.products-module__j9cd3G__tdPhoto{padding:.35rem .6rem!important}.products-module__j9cd3G__productThumb{border-radius:var(--radius-sm);border:1px solid var(--border-primary);background:#f5f7fa;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.products-module__j9cd3G__thumbImage{object-fit:cover;width:100%;height:100%}.products-module__j9cd3G__partLink{color:var(--text-accent);letter-spacing:.02em;font-family:monospace;font-size:.82rem;font-weight:700}.products-module__j9cd3G__partLink:hover{text-decoration:underline}.products-module__j9cd3G__pkgBadge{border-radius:var(--radius-full);color:var(--text-accent);background:#0066cc0f;border:1px solid #0066cc26;padding:.15rem .5rem;font-size:.68rem;font-weight:600;display:inline-block}.products-module__j9cd3G__viewBtn{font-size:var(--text-xs);color:var(--text-accent);border:1px solid var(--border-accent);border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap;align-items:center;padding:.3rem .65rem;font-weight:600;display:inline-flex}.products-module__j9cd3G__viewBtn:hover{background:var(--color-accent-glow);color:var(--text-accent)}.products-module__j9cd3G__filterCol{position:relative}.products-module__j9cd3G__filterTrigger{font-size:var(--text-xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;border:none;align-items:center;gap:.4rem;width:100%;padding:.7rem .75rem;font-weight:600;display:flex}.products-module__j9cd3G__filterTrigger:hover{color:var(--text-accent)}.products-module__j9cd3G__filterTrigger:hover .products-module__j9cd3G__filterIcon{color:var(--text-accent);opacity:1}.products-module__j9cd3G__filterActive{color:var(--text-accent)!important}.products-module__j9cd3G__filterActive .products-module__j9cd3G__filterIcon{color:var(--text-accent)!important;opacity:1!important}.products-module__j9cd3G__filterLabel{text-align:left;flex:1}.products-module__j9cd3G__filterCircle{width:18px;height:18px;transition:all var(--transition-fast);background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.products-module__j9cd3G__filterTrigger:hover .products-module__j9cd3G__filterCircle{background:var(--text-accent)}.products-module__j9cd3G__filterChevron{color:var(--text-tertiary);transition:all var(--transition-fast)}.products-module__j9cd3G__filterTrigger:hover .products-module__j9cd3G__filterChevron{color:#fff}.products-module__j9cd3G__filterActive .products-module__j9cd3G__filterCircle{background:var(--text-accent)}.products-module__j9cd3G__filterActive .products-module__j9cd3G__filterChevron{color:#fff}.products-module__j9cd3G__filterPopup{z-index:100;border:1px solid var(--border-primary);border-radius:var(--radius-lg);background:#fff;min-width:320px;max-width:480px;animation:.2s products-module__j9cd3G__filterPopupIn;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 12px 40px #0000001f}@keyframes products-module__j9cd3G__filterPopupIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.products-module__j9cd3G__filterPopupHeader{border-bottom:1px solid var(--border-primary);font-size:var(--text-sm);color:var(--text-primary);background:#f8fafc;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-weight:700;display:flex}.products-module__j9cd3G__filterPopupClose{border:1px solid var(--border-primary);width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.products-module__j9cd3G__filterPopupClose:hover{color:#dc2626;background:#dc26260f;border-color:#dc262633}.products-module__j9cd3G__filterPopupBody{grid-template-columns:repeat(3,1fr);gap:.15rem .5rem;max-height:280px;padding:.75rem 1rem;display:grid;overflow-y:auto}.products-module__j9cd3G__filterPopupBody::-webkit-scrollbar{width:4px}.products-module__j9cd3G__filterPopupBody::-webkit-scrollbar-thumb{background:#c5cdd8;border-radius:4px}.products-module__j9cd3G__filterOption{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:center;gap:.4rem;padding:.35rem .4rem;font-size:.78rem;display:flex}.products-module__j9cd3G__filterOption:hover{color:var(--text-primary);background:#0066cc0a}.products-module__j9cd3G__filterOption input[type=radio]{appearance:none;cursor:pointer;width:14px;height:14px;transition:all var(--transition-fast);border:2px solid #c5cdd8;border-radius:50%;flex-shrink:0;position:relative}.products-module__j9cd3G__filterOption input[type=radio]:checked{border-color:var(--text-accent)}.products-module__j9cd3G__filterOption input[type=radio]:checked:after{content:"";background:var(--text-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:2px;left:2px}.products-module__j9cd3G__filterPopupFooter{border-top:1px solid var(--border-primary);background:#f8fafc;justify-content:flex-end;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.products-module__j9cd3G__filterClearBtn{color:var(--text-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:.35rem .85rem;font-size:.75rem;font-weight:600}.products-module__j9cd3G__filterClearBtn:hover{color:#dc2626;border-color:#dc262633}.products-module__j9cd3G__filterConfirmBtn{color:#fff;background:var(--gradient-primary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);border:none;padding:.35rem 1rem;font-size:.75rem;font-weight:700}.products-module__j9cd3G__filterConfirmBtn:hover{opacity:.9;transform:translateY(-1px)}.products-module__j9cd3G__empty{text-align:center;padding:var(--space-4xl);color:var(--text-tertiary)}.products-module__j9cd3G__empty p{margin-top:var(--space-md);font-size:var(--text-base)}@media (max-width:1024px){.products-module__j9cd3G__content{grid-template-columns:230px 1fr}.products-module__j9cd3G__filterPopupBody{grid-template-columns:repeat(2,1fr)}.products-module__j9cd3G__filterPopup{min-width:260px}}@media (max-width:768px){.products-module__j9cd3G__content{grid-template-columns:1fr}.products-module__j9cd3G__sidebar{max-height:none;position:static}.products-module__j9cd3G__pageTitle{font-size:var(--text-2xl)}.products-module__j9cd3G__filterPopup{width:90vw;max-width:400px;max-height:80vh;position:fixed;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.products-module__j9cd3G__filterPopupBody{grid-template-columns:repeat(2,1fr);max-height:50vh}}.products-module__j9cd3G__pagination{justify-content:center;align-items:center;gap:var(--space-md);margin-top:var(--space-2xl);padding:var(--space-xl)0;display:flex}.products-module__j9cd3G__pageBtn{border:1px solid var(--border-primary);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#fff;padding:.5rem 1rem;font-weight:600}.products-module__j9cd3G__pageBtn:hover:not(:disabled){border-color:var(--color-accent);color:var(--text-accent)}.products-module__j9cd3G__pageBtn:disabled{opacity:.5;cursor:not-allowed}.products-module__j9cd3G__pageNumbers{gap:var(--space-xs);display:flex}.products-module__j9cd3G__pageNumber{border:1px solid var(--border-primary);border-radius:var(--radius-md);width:36px;height:36px;font-size:var(--text-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#fff;justify-content:center;align-items:center;font-weight:600;display:flex}.products-module__j9cd3G__pageNumber:hover{border-color:var(--color-accent);color:var(--text-accent)}.products-module__j9cd3G__pageActive{background:var(--gradient-primary)!important;color:#fff!important;border-color:#0000!important}.products-module__j9cd3G__skeleton{background:#e2e8f0 linear-gradient(90deg,#e2e8f0 0,#f1f5f9 40px,#e2e8f0 80px) 0 0/200px 100% no-repeat;border-radius:4px;width:100%;line-height:1;animation:1.2s linear infinite products-module__j9cd3G__skeletonPulse;display:inline-block}@keyframes products-module__j9cd3G__skeletonPulse{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}
