:root{--color-bg-primary:#0b1426;--color-bg-secondary:#0f1d32;--color-bg-tertiary:#142644;--color-bg-card:#111d30;--color-bg-hover:#1a2d4a;--color-bg-input:#0d1829;--color-accent:#ff6b00;--color-accent-hover:#ff8533;--color-accent-glow:#ff6b0040;--color-blue:#3b82f6;--color-blue-hover:#60a5fa;--color-blue-glow:#3b82f633;--color-text-primary:#e8edf2;--color-text-secondary:#94a3b8;--color-text-muted:#64748b;--color-text-accent:#ff6b00;--color-border:#1e3050;--color-border-hover:#2a4060;--color-success:#00c853;--color-warning:#ffb300;--color-danger:#ff3d00;--color-info:#29b6f6;--font-sans:var(--font-inter), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:var(--font-jetbrains-mono), "Fira Code", monospace;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:96px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-glow-accent:0 0 20px var(--color-accent-glow);--shadow-glow-blue:0 0 20px var(--color-blue-glow);--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--max-width:1400px;--header-height:64px;--sidebar-width:280px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}html[data-scroll-behavior=smooth]{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg-primary);color:var(--color-text-primary);min-height:100vh;line-height:1.6}a{color:var(--color-blue);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-blue-hover)}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-primary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-border-hover)}.container{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.text-muted{color:var(--color-text-muted)}.text-secondary{color:var(--color-text-secondary)}.font-mono{font-family:var(--font-mono)}.btn{justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--font-sans);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none;padding:10px 20px;font-size:14px;font-weight:600;display:inline-flex}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:var(--color-accent-hover);box-shadow:var(--shadow-glow-accent);transform:translateY(-1px)}.btn-secondary{background:var(--color-bg-tertiary);color:var(--color-text-primary);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-bg-hover);border-color:var(--color-border-hover)}.btn-outline{color:var(--color-accent);border:1px solid var(--color-accent);background:0 0}.btn-outline:hover{background:var(--color-accent);color:#fff}.btn-sm{padding:6px 12px;font-size:12px}.btn-lg{padding:14px 28px;font-size:16px}.input{width:100%;font-family:var(--font-sans);color:var(--color-text-primary);background:var(--color-bg-input);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-fast);outline:none;padding:10px 16px;font-size:14px}.input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow)}.input::placeholder{color:var(--color-text-muted)}select.input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}select.input option{background:var(--color-bg-primary);color:var(--color-text-primary)}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-base)}.card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-md)}.card-glass{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);padding:var(--space-lg);background:#111d30b3;border:1px solid #1e305080}.badge{text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-full);align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.badge-success{color:var(--color-success);background:#00c85326}.badge-danger{color:var(--color-danger);background:#ff3d0026}.badge-warning{color:var(--color-warning);background:#ffb30026}.badge-info{color:var(--color-info);background:#29b6f626}.table-wrapper{border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:14px}.table th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);white-space:nowrap;padding:12px 16px;font-size:12px;font-weight:600}.table td{border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);padding:12px 16px}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:var(--color-bg-hover)}.table td.part-number{font-family:var(--font-mono);color:var(--color-blue);font-weight:600}.header{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);height:var(--header-height);background:#0b1426eb;position:sticky;top:0}.header-inner{height:100%;max-width:var(--max-width);padding:0 var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-lg);margin:0 auto;display:flex}.logo{align-items:center;gap:var(--space-sm);color:var(--color-text-primary);flex-shrink:0;font-size:20px;font-weight:800;text-decoration:none;display:flex}.logo-icon{background:linear-gradient(135deg, var(--color-accent), #ff8533);border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:900;display:flex}.logo span{color:var(--color-accent)}.search-bar{flex:1;max-width:600px;position:relative}.search-bar .input{background:var(--color-bg-secondary);border-color:var(--color-border);border-radius:var(--radius-full);height:42px;padding-left:44px;padding-right:100px}.search-bar .input:focus{background:var(--color-bg-input)}.search-icon{color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.search-btn{background:var(--color-accent);color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast);border:none;padding:6px 16px;font-size:13px;font-weight:600;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.search-btn:hover{background:var(--color-accent-hover)}.header-actions{align-items:center;gap:var(--space-md);flex-shrink:0;display:flex}.header-action{color:var(--color-text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.header-action:hover{color:var(--color-text-primary);background:var(--color-bg-tertiary)}.header-action .count{background:var(--color-accent);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;min-width:18px;height:18px;font-size:10px;font-weight:700;display:flex}.category-bar{background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);overflow:hidden}.category-bar-inner{max-width:var(--max-width);padding:0 var(--space-md);scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:0;margin:0 auto;display:flex;overflow-x:auto}.category-bar-inner::-webkit-scrollbar{display:none}.cat-link{color:var(--color-text-secondary);white-space:nowrap;transition:all var(--transition-fast);border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:5px;padding:10px 11px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.cat-link:hover{color:var(--color-accent);background:var(--color-bg-tertiary);border-bottom-color:var(--color-accent)}.cat-link.active{color:var(--color-accent);border-bottom-color:var(--color-accent)}.cat-more-wrapper{flex-shrink:0;position:relative}.cat-more-btn{cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;font-family:inherit}.cat-more-btn:hover{color:var(--color-accent);background:var(--color-bg-tertiary)}.cat-more-dropdown{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);z-index:100;min-width:200px;padding:6px;animation:.15s ease-out dropdown-in;position:absolute;top:100%;right:0;box-shadow:0 12px 40px #0006}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cat-more-item{color:var(--color-text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:9px 14px;font-size:13px;font-weight:500;text-decoration:none;display:block}.cat-more-item:hover{background:var(--color-bg-tertiary);color:var(--color-accent)}.cat-more-all{border-top:1px solid var(--color-border);color:var(--color-accent);margin-top:4px;padding-top:10px;font-weight:600}.hero{padding:var(--space-4xl) 0;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% -20%,#ff6b0014,#0000),radial-gradient(60% 50% at 80%,#3b82f60f,#0000);position:absolute;inset:0}.hero-content{text-align:center;max-width:700px;margin:0 auto;position:relative}.hero h1{margin-bottom:var(--space-lg);letter-spacing:-1px;font-size:48px;font-weight:900;line-height:1.1}.hero h1 .highlight{background:linear-gradient(135deg, var(--color-accent), #ffb347);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--color-text-secondary);margin-bottom:var(--space-xl);font-size:18px;line-height:1.7}.hero-search{max-width:560px;margin:0 auto var(--space-xl);position:relative}.hero-search .input{border-radius:var(--radius-xl);background:var(--color-bg-secondary);border:1px solid var(--color-border-hover);height:54px;padding-left:50px;padding-right:120px;font-size:16px}.hero-search .input:focus{border-color:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-glow)}.hero-search .search-icon{font-size:18px;left:18px}.hero-search .search-btn{padding:10px 24px;font-size:15px;right:6px}.hero-stats{justify-content:center;gap:var(--space-2xl);margin-top:var(--space-xl);display:flex}.hero-stat{text-align:center}.hero-stat-value{color:var(--color-text-primary);font-size:28px;font-weight:800}.hero-stat-label{color:var(--color-text-muted);margin-top:2px;font-size:13px}.section{padding:var(--space-3xl) 0}.section-header{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.section-title{letter-spacing:-.5px;font-size:24px;font-weight:800}.section-subtitle{color:var(--color-text-muted);margin-top:4px;font-size:14px}.view-all{color:var(--color-accent);align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex}.view-all:hover{color:var(--color-accent-hover)}.category-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));display:grid}.category-card{text-align:center;padding:var(--space-lg);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base);color:var(--color-text-primary);flex-direction:column;align-items:center;text-decoration:none;display:flex}.category-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-glow-accent);transform:translateY(-4px)}.category-icon{border-radius:var(--radius-lg);width:56px;height:56px;margin-bottom:var(--space-md);background:linear-gradient(135deg, var(--color-bg-tertiary), var(--color-bg-hover));border:1px solid var(--color-border);justify-content:center;align-items:center;font-size:24px;display:flex}.category-card:hover .category-icon{border-color:var(--color-accent);background:linear-gradient(135deg,#ff6b0026,#ff6b000d)}.category-card h3{margin-bottom:4px;font-size:14px;font-weight:600}.category-card .count{color:var(--color-text-muted);font-size:12px}.features-grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.feature-card{text-align:center;padding:var(--space-xl);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-base)}.feature-card:hover{border-color:var(--color-border-hover);transform:translateY(-2px)}.feature-icon{width:64px;height:64px;margin:0 auto var(--space-md);border-radius:var(--radius-xl);background:linear-gradient(135deg, var(--color-bg-tertiary), var(--color-bg-hover));justify-content:center;align-items:center;font-size:28px;display:flex}.feature-card h3{margin-bottom:var(--space-sm);font-size:16px;font-weight:700}.feature-card p{color:var(--color-text-muted);font-size:13px;line-height:1.6}.brands-marquee-wrapper{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.brands-scroll{gap:var(--space-xl);width:max-content;animation:40s linear infinite marquee-scroll;display:flex}.brands-scroll:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-item{padding:var(--space-sm) var(--space-xl);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-muted);transition:all var(--transition-fast);cursor:pointer;white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:600;text-decoration:none}.brand-item:hover{color:var(--color-accent);border-color:var(--color-accent);background:var(--color-bg-hover);box-shadow:0 0 12px var(--color-accent-glow)}.footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:var(--space-3xl) 0 var(--space-xl)}.footer-grid{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.footer-brand{max-width:300px}.footer-brand p{color:var(--color-text-muted);margin-top:var(--space-md);font-size:13px;line-height:1.7}.footer-col{flex-direction:column;display:flex}.footer-col h4{color:var(--color-text-secondary);margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:700}.footer-col a{color:var(--color-text-muted);transition:color var(--transition-fast);padding:5px 0;font-size:13px;line-height:1.4;text-decoration:none;display:block}.footer-col a:hover{color:var(--color-accent)}.footer-bottom{border-top:1px solid var(--color-border);padding-top:var(--space-lg);color:var(--color-text-muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}.footer-certs{gap:var(--space-md);align-items:center;display:flex}.footer-cert{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-muted);padding:4px 10px;font-size:11px;font-weight:600}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{gap:var(--space-xl);grid-template-columns:1fr 1fr}.hero h1{font-size:36px}}@media (max-width:768px){:root{--header-height:56px}.container{padding:0 var(--space-md)}.header-actions .header-action span{display:none}.hero{padding:var(--space-2xl) 0}.hero h1{font-size:28px}.hero p{font-size:15px}.hero-stats{gap:var(--space-lg)}.hero-stat-value{font-size:22px}.category-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.footer-grid{gap:var(--space-lg);grid-template-columns:1fr}.footer-bottom{gap:var(--space-md);text-align:center;flex-direction:column}.search-bar{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px var(--color-accent-glow)}50%{box-shadow:0 0 40px var(--color-accent-glow)}}@keyframes slide-in{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:.5s forwards fadeInUp}.animate-fade-in-delay-1{opacity:0;animation-delay:.1s}.animate-fade-in-delay-2{opacity:0;animation-delay:.2s}.animate-fade-in-delay-3{opacity:0;animation-delay:.3s}.animate-fade-in-delay-4{opacity:0;animation-delay:.4s}.product-header{gap:var(--space-2xl);margin-bottom:var(--space-2xl);display:flex}.product-info{flex:1}.product-part-number{font-family:var(--font-mono);margin-bottom:var(--space-sm);font-size:32px;font-weight:800}.product-manufacturer{color:var(--color-text-secondary);margin-bottom:var(--space-md);font-size:16px}.product-status{margin-bottom:var(--space-lg);align-items:center;gap:6px;display:inline-flex}.status-dot{border-radius:var(--radius-full);width:8px;height:8px}.status-dot.in-stock{background:var(--color-success)}.status-dot.out-of-stock{background:var(--color-danger)}.status-dot.obsolete{background:var(--color-warning)}.price-tiers{gap:var(--space-sm);grid-template-columns:repeat(auto-fill,minmax(120px,1fr));display:grid}.price-tier{text-align:center;padding:var(--space-md);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md)}.price-tier .qty{color:var(--color-text-muted);margin-bottom:4px;font-size:12px}.price-tier .price{color:var(--color-accent);font-size:16px;font-weight:700}.breadcrumb{align-items:center;gap:var(--space-sm);padding:var(--space-md) 0;color:var(--color-text-muted);font-size:13px;display:flex}.breadcrumb a{color:var(--color-text-muted)}.breadcrumb a:hover{color:var(--color-accent)}.breadcrumb .separator{color:var(--color-border)}.rfq-float{bottom:var(--space-xl);right:var(--space-xl);z-index:90;position:fixed}.rfq-float .btn{border-radius:var(--radius-full);box-shadow:var(--shadow-lg);padding:14px 24px;font-size:15px;animation:2s ease-in-out infinite pulse-glow}.product-page-layout{gap:var(--space-2xl);grid-template-columns:1fr 360px;align-items:start;display:grid}.product-main{min-width:0}.product-header-section{margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--color-border)}.product-availability{align-items:center;gap:var(--space-lg);flex-wrap:wrap;display:flex}.product-quick-info{gap:var(--space-md);margin-bottom:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.quick-info-item{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md);text-align:center}.quick-info-label{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);margin-bottom:4px;font-size:11px;display:block}.quick-info-value{color:var(--color-text-primary);font-size:14px;font-weight:600;display:block}.product-section{margin-bottom:var(--space-xl)}.product-section-title{margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:2px solid var(--color-accent);font-size:18px;font-weight:700;display:inline-block}.specs-table td:first-child{background:var(--color-bg-secondary)}.product-sidebar{top:calc(var(--header-height) + 60px);position:sticky}.sidebar-action-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xl)}.sidebar-action-card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-md)}.sidebar-info-row{align-items:center;gap:var(--space-sm);color:var(--color-text-secondary);padding:6px 0;font-size:13px;display:flex}@media (max-width:1024px){.product-page-layout{grid-template-columns:1fr}.product-sidebar{position:static}.product-quick-info{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.product-part-number{font-size:24px}.product-quick-info{grid-template-columns:1fr 1fr}.price-tiers{grid-template-columns:repeat(3,1fr)}}.category-page-layout{gap:var(--space-xl);grid-template-columns:260px 1fr;align-items:start;display:grid}.category-sidebar{top:calc(var(--header-height) + 60px);position:sticky}.filter-section{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-md);margin-bottom:var(--space-md)}.filter-title{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-secondary);margin-bottom:var(--space-sm);padding-bottom:var(--space-sm);border-bottom:1px solid var(--color-border);font-size:13px;font-weight:700}.filter-list{flex-direction:column;gap:2px;display:flex}.filter-item{color:var(--color-text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:center;gap:6px;padding:6px 8px;font-size:13px;text-decoration:none;display:flex}.filter-item:hover{background:var(--color-bg-hover);color:var(--color-accent)}.filter-item.active{color:var(--color-accent);border-left:2px solid var(--color-accent);background:#ff6b001f;font-weight:600}.category-main{min-width:0}.category-header-area{justify-content:space-between;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.all-categories-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.all-cat-card{padding:var(--space-lg)}.all-cat-header{align-items:center;gap:var(--space-md);color:var(--color-text-primary);margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border);text-decoration:none;display:flex}.all-cat-header:hover h2{color:var(--color-accent)}.all-cat-children{gap:var(--space-xs);flex-wrap:wrap;display:flex}.all-cat-child-link{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-muted);transition:all var(--transition-fast);padding:4px 10px;font-size:12px;text-decoration:none}.all-cat-child-link:hover{color:var(--color-accent);border-color:var(--color-accent);background:#ff6b0014}.pagination{justify-content:center;align-items:center;gap:var(--space-sm);margin-top:var(--space-xl);display:flex}.pagination-btn{min-width:36px;height:36px;color:var(--color-text-secondary);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-fast);justify-content:center;align-items:center;padding:0 12px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.pagination-btn:hover{background:var(--color-bg-hover);border-color:var(--color-border-hover);color:var(--color-text-primary)}.pagination-btn.active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.pagination-dots{color:var(--color-text-muted);padding:0 4px}.search-page-header{margin-bottom:var(--space-lg)}.search-page-form .hero-search{margin-bottom:var(--space-xl)}.empty-state{text-align:center;padding:var(--space-3xl) var(--space-lg)}.empty-state h3{margin-bottom:var(--space-sm);font-size:20px;font-weight:700}.empty-state p{color:var(--color-text-muted);max-width:450px;margin:0 auto;line-height:1.7}@media (max-width:1024px){.category-page-layout{grid-template-columns:1fr}.category-sidebar{gap:var(--space-md);display:flex;position:static;overflow-x:auto}.filter-section{flex-shrink:0;min-width:200px;margin-bottom:0}}@media (max-width:768px){.all-categories-grid{grid-template-columns:1fr}.category-header-area{flex-direction:column}}.rfq-header{justify-content:space-between;align-items:flex-start;gap:var(--space-xl);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.rfq-benefits{gap:var(--space-md);flex-wrap:wrap;display:flex}.rfq-benefit{color:var(--color-text-secondary);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;display:flex}.rfq-section{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-lg)}.rfq-section-title{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border);font-size:18px;font-weight:700;display:flex}.rfq-parts-header{gap:var(--space-sm);padding:0 0 var(--space-sm);margin-bottom:var(--space-sm);display:flex}.rfq-col-label{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);font-size:11px;font-weight:600}.rfq-part-row{gap:var(--space-sm);margin-bottom:var(--space-sm);align-items:center;display:flex}.rfq-contact-grid{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.rfq-field{flex-direction:column;gap:6px;display:flex}.rfq-label{color:var(--color-text-secondary);font-size:13px;font-weight:600}.rfq-submit-area{justify-content:space-between;align-items:center;gap:var(--space-lg);padding:var(--space-lg) 0;display:flex}.rfq-success-card{text-align:center;padding:var(--space-3xl);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);max-width:600px;margin:0 auto}.btn-icon-danger{border:1px solid var(--color-border);border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;font-size:14px;display:flex}.btn-icon-danger:hover:not(:disabled){border-color:var(--color-danger);color:var(--color-danger);background:#ff3d001a}.btn-icon-danger:disabled{opacity:.3;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.rfq-bom-description{color:var(--color-text-muted);margin-bottom:var(--space-md);font-size:14px;line-height:1.6}.rfq-bom-dropzone{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-2xl) var(--space-xl);border:2px dashed var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-secondary);cursor:pointer;text-align:center;flex-direction:column;transition:all .25s;display:flex}.rfq-bom-dropzone:hover{border-color:var(--color-accent);background:#ff6b000a}.rfq-bom-dropzone.drag-active{border-color:var(--color-accent);background:#ff6b0014;transform:scale(1.01);box-shadow:0 0 0 4px #ff6b001a}.rfq-bom-dropzone-icon{width:64px;height:64px;color:var(--color-accent);background:#ff6b001a;border-radius:50%;justify-content:center;align-items:center;transition:transform .25s;display:flex}.rfq-bom-dropzone:hover .rfq-bom-dropzone-icon{transform:translateY(-2px)}.rfq-bom-dropzone.drag-active .rfq-bom-dropzone-icon{background:#ff6b002e;transform:scale(1.1)}.rfq-bom-dropzone-text{flex-direction:column;gap:4px;display:flex}.rfq-bom-dropzone-text strong{color:var(--color-text-primary);font-size:15px;font-weight:700}.rfq-bom-dropzone-text span{color:var(--color-text-muted);font-size:13px}.rfq-bom-dropzone-formats{color:var(--color-text-muted);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-full);padding:6px 14px;font-size:11px}.rfq-bom-file-preview{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);background:#10b9810f;border:1px solid #10b98140;animation:.3s fade-in;display:flex}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.rfq-bom-file-info{align-items:center;gap:var(--space-md);min-width:0;display:flex}.rfq-bom-file-icon{flex-shrink:0;font-size:28px}.rfq-bom-file-details{flex-direction:column;gap:2px;min-width:0;display:flex}.rfq-bom-file-name{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.rfq-bom-file-size{color:var(--color-text-muted);font-size:12px}.rfq-bom-file-remove{border-radius:var(--radius-md);color:#f87171;cursor:pointer;background:0 0;border:1px solid #ef44444d;flex-shrink:0;align-items:center;gap:4px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.rfq-bom-file-remove:hover{background:#ef44441a;border-color:#ef444480}.rfq-message-hint{color:var(--color-text-muted);margin-bottom:var(--space-sm);font-size:13px;line-height:1.6}@media (max-width:768px){.rfq-parts-header{display:none}.rfq-part-row{flex-wrap:wrap}.rfq-part-row .input{flex:45%!important}.rfq-contact-grid{grid-template-columns:1fr}.rfq-contact-grid .rfq-field[style*=span\ 2]{grid-column:span 1!important}.rfq-submit-area,.rfq-header{flex-direction:column}.rfq-bom-dropzone{padding:var(--space-xl) var(--space-md)}.rfq-bom-file-preview{flex-direction:column;align-items:flex-start}}.manufacturer-header{align-items:center;gap:var(--space-lg);margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--color-border);display:flex}.manufacturer-logo-placeholder{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--color-bg-tertiary), var(--color-bg-hover));border:1px solid var(--color-border);width:72px;height:72px;color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;font-size:28px;font-weight:800;display:flex}.manufacturer-cat-badge{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-secondary);transition:all var(--transition-fast);align-items:center;gap:4px;padding:6px 14px;font-size:13px;text-decoration:none;display:inline-flex}.manufacturer-cat-badge:hover{border-color:var(--color-accent);color:var(--color-accent);background:#ff6b0014}.manufacturer-cat-badge .count{color:var(--color-text-muted);font-size:11px}.manufacturers-letter-index{margin-bottom:var(--space-xl);padding:var(--space-md);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-wrap:wrap;gap:4px;display:flex}.letter-link{width:36px;height:36px;color:var(--color-text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:14px;font-weight:700;text-decoration:none;display:flex}.letter-link:hover{background:var(--color-accent);color:#fff}.manufacturer-letter-group{margin-bottom:var(--space-xl)}.letter-heading{color:var(--color-accent);padding-bottom:var(--space-sm);border-bottom:2px solid var(--color-accent);margin-bottom:var(--space-md);font-size:24px;font-weight:800;display:inline-block}.manufacturer-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.manufacturer-card{align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);transition:all var(--transition-fast);text-decoration:none;display:flex}.manufacturer-card:hover{border-color:var(--color-accent);background:var(--color-bg-hover);transform:translateY(-2px)}.manufacturer-logo-sm{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--color-bg-tertiary), var(--color-bg-hover));border:1px solid var(--color-border);width:42px;height:42px;color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex}.manufacturer-name{font-size:14px;font-weight:600}.manufacturer-count{color:var(--color-text-muted);font-size:12px}.text-accent{color:var(--color-accent)}.text-success{color:var(--color-success)}.text-danger{color:var(--color-danger)}@media (max-width:768px){.manufacturer-grid{grid-template-columns:1fr}.manufacturer-header{text-align:center;flex-direction:column}}.rfq-cart-indicator{position:relative}.rfq-count-badge{border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;animation:.3s badge-pop;display:flex;background:var(--color-accent)!important;color:#fff!important;font-size:11px!important;font-weight:700!important}@keyframes badge-pop{0%{transform:scale(0)}50%{transform:scale(1.3)}to{transform:scale(1)}}.rfq-add-btn{transition:all .2s;position:relative}.rfq-add-btn.added,.btn-success{background:var(--color-success)!important;border-color:var(--color-success)!important;color:#fff!important}.rfq-cart-btn-icon{border:1px solid var(--color-border);background:var(--color-bg-secondary);width:28px;height:28px;color:var(--color-text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.rfq-cart-btn-icon:hover{border-color:var(--color-accent);color:var(--color-accent);background:#ff6b001a}.rfq-cart-btn-icon.in-cart{border-color:var(--color-accent);color:var(--color-accent)}.rfq-mini-toast{background:var(--color-success);color:#fff;white-space:nowrap;pointer-events:none;z-index:100;border-radius:4px;margin-bottom:4px;padding:4px 8px;font-size:11px;font-weight:600;animation:.3s toast-in;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.rfq-mini-toast:after{content:"";border:4px solid #0000;border-top-color:var(--color-success);position:absolute;top:100%;left:50%;transform:translate(-50%)}.rfq-toast-popup{background:var(--color-success);color:#fff;text-align:center;z-index:100;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;animation:.3s toast-in;position:absolute;top:-40px;left:0;right:0}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.rfq-cart-count-header{color:var(--color-accent);vertical-align:middle;background:#ff6b001a;border-radius:20px;margin-left:12px;padding:4px 12px;font-size:14px;font-weight:500;display:inline-block}.rfq-part-row{position:relative}.rfq-part-row.from-cart{border-left:3px solid var(--color-accent);margin-left:-15px;padding-left:12px}.rfq-cart-badge{background:var(--color-accent);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.mobile-menu-toggle{border:1px solid var(--color-border);border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:none}.mobile-menu-toggle:hover{background:var(--color-bg-tertiary);border-color:var(--color-border-hover)}@media (max-width:1024px){.search-bar{max-width:400px}.hero h1{font-size:36px}.hero-stats{gap:var(--space-lg)}.hero-stat-value{font-size:24px}.features-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{gap:var(--space-xl);grid-template-columns:1fr 1fr}.product-page-layout{grid-template-columns:1fr}.product-sidebar{position:static}.product-quick-info{grid-template-columns:repeat(2,1fr)}.category-page-layout{grid-template-columns:1fr}.category-sidebar{gap:var(--space-md);display:flex;position:static;overflow-x:auto}.filter-section{flex-shrink:0;min-width:200px;margin-bottom:0}}@media (max-width:768px){:root{--header-height:56px}.container{padding:0 var(--space-md)}.header{height:auto;min-height:var(--header-height);padding:var(--space-sm) 0}.header-inner{flex-wrap:wrap;justify-content:center}.search-bar{width:100%;max-width:100%;margin-top:var(--space-sm);order:3}.mobile-menu-toggle,.header-actions .header-action span:not(.count){display:none}.header-actions{gap:var(--space-sm)}.header-action{padding:8px}.logo{font-size:16px}.logo-icon{width:28px;height:28px;font-size:14px}.category-bar-inner{padding:0 var(--space-md)}.cat-link{padding:10px 12px;font-size:12px}.hero{padding:var(--space-2xl) 0}.hero h1{letter-spacing:-.5px;font-size:26px}.hero p{font-size:15px}.hero-search .input{height:48px;padding-left:44px;padding-right:100px;font-size:14px}.hero-search .search-btn{padding:8px 16px;font-size:13px}.hero-stats{gap:var(--space-md);flex-wrap:wrap;justify-content:center}.hero-stat{flex:none;min-width:80px}.hero-stat-value{font-size:20px}.hero-stat-label{font-size:11px}.category-grid{gap:var(--space-sm);grid-template-columns:repeat(2,1fr)}.category-card{padding:var(--space-md)}.category-icon{width:44px;height:44px;margin-bottom:var(--space-sm);font-size:20px}.category-card h3{font-size:13px}.features-grid{gap:var(--space-md);grid-template-columns:1fr}.feature-card{padding:var(--space-lg);text-align:left;gap:var(--space-md);align-items:flex-start;display:flex}.feature-icon{flex-shrink:0;width:48px;height:48px;margin:0;font-size:22px}.table-wrapper{margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));border-left:none;border-right:none;border-radius:0}.table th,.table td{padding:10px 12px;font-size:13px}.card{padding:var(--space-md)}.section{padding:var(--space-2xl) 0}.section-header{gap:var(--space-sm);margin-bottom:var(--space-lg);text-align:center;flex-direction:column;align-items:center}.section-title{font-size:20px}.btn-lg{padding:12px 20px;font-size:14px}.footer-grid{gap:var(--space-lg);grid-template-columns:1fr}.footer-brand{text-align:center;max-width:100%}.footer-col{text-align:center}.footer-bottom{gap:var(--space-md);text-align:center;flex-direction:column}.footer-certs{flex-wrap:wrap;justify-content:center}.product-part-number{font-size:22px}.product-quick-info{gap:var(--space-sm);grid-template-columns:1fr 1fr}.price-tiers{gap:var(--space-xs);grid-template-columns:repeat(3,1fr)}.price-tier{padding:var(--space-sm)}.price-tier .qty{font-size:11px}.price-tier .price{font-size:14px}.rfq-header{text-align:center;flex-direction:column;align-items:center}.rfq-benefits{justify-content:center}.rfq-parts-header{display:none}.rfq-part-row{flex-wrap:wrap}.rfq-part-row .input{min-width:120px;flex:45%!important}.rfq-contact-grid{grid-template-columns:1fr}.rfq-contact-grid .rfq-field[style*=span\ 2]{grid-column:span 1!important}.rfq-submit-area{text-align:center;flex-direction:column}.rfq-bom-dropzone{padding:var(--space-lg) var(--space-md)}.rfq-bom-file-preview{flex-direction:column;align-items:flex-start}.all-categories-grid{grid-template-columns:1fr}.category-header-area{flex-direction:column}.manufacturer-grid{grid-template-columns:1fr}.manufacturer-header{text-align:center;flex-direction:column}.manufacturers-letter-index{justify-content:center}.letter-link{width:32px;height:32px;font-size:12px}.search-page-form .hero-search{margin-bottom:var(--space-md)}.rfq-float{bottom:var(--space-md);right:var(--space-md)}.rfq-float .btn{padding:12px 18px;font-size:14px}.pagination{gap:var(--space-xs);flex-wrap:wrap}.pagination-btn{min-width:32px;height:32px;font-size:12px}.breadcrumb{flex-wrap:wrap;font-size:12px}.blog-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero h1{font-size:22px}.hero-stats{gap:var(--space-sm)}.hero-stat-value{font-size:18px}.category-grid{gap:var(--space-xs);grid-template-columns:1fr 1fr}.category-card{padding:var(--space-sm)}.category-icon{width:36px;height:36px;margin-bottom:var(--space-xs);font-size:16px}.category-card h3{font-size:12px}.product-quick-info{grid-template-columns:1fr}.price-tiers{grid-template-columns:repeat(2,1fr)}.rfq-part-row .input{flex:100%!important}.rfq-benefit{padding:6px 10px;font-size:12px}.brand-item{padding:var(--space-sm) var(--space-md);font-size:12px}.manufacturer-card{padding:var(--space-sm)}}@media (hover:none) and (pointer:coarse){.btn,.header-action,.cat-link,.filter-item,.pagination-btn{min-height:44px}.card:hover,.category-card:hover,.manufacturer-card:hover,.feature-card:hover{transform:none}}.product-toc{gap:var(--space-sm);margin-bottom:var(--space-lg);padding:var(--space-md);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-wrap:wrap;display:flex}.product-toc-item{color:var(--color-text-secondary);border-radius:var(--radius-full);transition:all var(--transition-fast);white-space:nowrap;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.product-toc-item:hover{color:var(--color-accent);background:var(--color-bg-tertiary)}.product-toc-num{width:20px;height:20px;color:var(--color-accent);border-radius:var(--radius-full);background:#ff6b001f;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.product-app-areas{gap:var(--space-sm);flex-wrap:wrap;display:flex}.product-app-tag{color:var(--color-text-secondary);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-full);transition:all var(--transition-fast);align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.product-app-tag:hover{color:var(--color-blue);border-color:var(--color-blue);background:#3b82f614}.product-faq-list{gap:var(--space-sm);flex-direction:column;display:flex}.product-faq-item{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:border-color var(--transition-fast);overflow:hidden}.product-faq-item[open]{border-color:var(--color-accent)}.product-faq-q{padding:var(--space-md) var(--space-lg);color:var(--color-text-primary);cursor:pointer;align-items:center;gap:var(--space-sm);font-size:14px;font-weight:600;list-style:none;display:flex}.product-faq-q::-webkit-details-marker{display:none}.product-faq-q:before{content:"Q";width:24px;height:24px;color:var(--color-accent);border-radius:var(--radius-full);background:#ff6b001f;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.product-faq-q:after{content:"+";color:var(--color-text-muted);transition:transform var(--transition-fast);margin-left:auto;font-size:18px}.product-faq-item[open] .product-faq-q:after{content:"−";color:var(--color-accent)}.product-faq-a{padding:0 var(--space-lg) var(--space-lg) calc(var(--space-lg) + 32px);color:var(--color-text-secondary);font-size:14px;line-height:1.7}.product-rich-desc p:last-child{margin-bottom:0}@media (max-width:640px){.product-toc{padding:var(--space-sm);gap:4px}.product-toc-item{padding:4px 10px;font-size:12px}}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_d432afc-module__KqAuEG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_d432afc-module__KqAuEG__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d72c019e91ffb82f-s.13p4wivrd1jdu.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8557ac4879842fb9-s.0c55c1p2uepsl.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c847346577a98de0-s.0onzgp6v4x1o7.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/db08d2e20377160a-s.0dy25cxsth5_b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8394f9d71e076efc-s.0ivtmx8_gg.-p.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/19087af2bdec32b5-s.p.08sa_orub7ous.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_61afb175-module__z_lOda__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal;font-weight:400}.jetbrains_mono_61afb175-module__z_lOda__variable{--font-jetbrains-mono:"JetBrains Mono", "JetBrains Mono Fallback"}
