body.search-open{overflow:hidden}.global-search-btn{width:54px;min-width:54px;padding:0}.global-search-icon{background:currentColor;width:21px;height:21px;display:inline-block;-webkit-mask:url(/icons/search.svg) 50%/contain no-repeat;mask:url(/icons/search.svg) 50%/contain no-repeat}.global-search-overlay{z-index:10000;opacity:0;visibility:hidden;pointer-events:none;justify-content:center;align-items:flex-start;transition:opacity .22s,visibility .22s;display:flex;position:fixed;inset:0}.global-search-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.global-search-backdrop{-webkit-backdrop-filter:blur(8px);background:#14181c38;position:absolute;inset:0}.global-search-panel{z-index:2;border:1px solid var(--border);background:var(--surface);border-radius:24px;flex-direction:column;width:min(760px,100% - 40px);max-height:min(720px,100vh - 80px);margin-top:40px;transition:transform .22s;display:flex;position:relative;overflow:hidden;transform:translateY(-8px)scale(.985);box-shadow:0 26px 80px #14191e2e}.global-search-overlay.open .global-search-panel{transform:translateY(0)scale(1)}.global-search-header{border-bottom:1px solid var(--border);flex:none;align-items:center;gap:10px;padding:18px;display:flex}.global-search-input-wrap{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;flex:1;align-items:center;gap:10px;min-width:0;height:48px;padding:0 13px;display:flex}.global-search-input-wrap:focus-within{border-color:#f3754385;box-shadow:0 0 0 3px #f3754314}.global-search-input-icon{background:var(--text-muted);flex:0 0 19px;width:19px;height:19px;-webkit-mask:url(/icons/search.svg) 50%/contain no-repeat;mask:url(/icons/search.svg) 50%/contain no-repeat}.global-search-input{min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0;font-size:14px}.global-search-input::placeholder{color:var(--text-muted)}.global-search-input::-webkit-search-cancel-button{display:none}.global-search-clear{background:var(--border);width:26px;height:26px;color:var(--text-secondary);cursor:pointer;border:0;border-radius:50%;flex:0 0 26px;justify-content:center;align-items:center;padding:0;font-size:17px;line-height:1;display:none}.global-search-clear.visible{display:flex}.global-search-close{height:42px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;flex:none;padding:0 13px;font-size:12px;font-weight:500}.global-search-status{min-height:34px;color:var(--text-muted);flex:none;padding:10px 20px 6px;font-size:10px}.global-search-results{overscroll-behavior:contain;flex:1;min-height:0;padding:0 12px 14px;overflow:hidden auto}.global-search-result{min-height:86px;color:inherit;border-radius:15px;grid-template-columns:66px minmax(0,1fr) 26px;align-items:center;gap:13px;padding:10px;text-decoration:none;transition:background .18s,transform .18s;display:grid}.global-search-result:hover{background:var(--surface-soft);transform:translate(2px)}.global-search-result-thumb{border:1px solid var(--border);background:var(--surface-soft);width:66px;height:66px;color:var(--text-muted);border-radius:12px;justify-content:center;align-items:center;font-size:10px;display:flex;overflow:hidden}.global-search-result-thumb img{object-fit:contain;width:100%;height:100%;display:block}.global-search-result-info{min-width:0}.global-search-result-top{align-items:center;gap:8px;min-width:0;display:flex}.global-search-result-top strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.global-search-result-badge{color:var(--accent);background:#f375431a;border-radius:999px;flex:none;padding:5px 7px;font-size:8px;font-weight:600}.global-search-result-path{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:10px;overflow:hidden}.global-search-result-path span{color:var(--border-strong);margin:0 4px}.global-search-result-arrow{color:var(--text-muted);font-size:17px}.global-search-empty{min-height:280px;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:40px 20px;display:flex}.global-search-empty-icon{color:var(--accent);margin-bottom:5px;font-size:32px}.global-search-empty strong{color:var(--text);font-size:16px;font-weight:600}.global-search-empty>span:last-child{font-size:10px}@media (width<=600px){.global-search-btn{background:0 0;border:0;width:30px;min-width:30px;height:30px;padding:0}.global-search-icon{width:18px;height:18px}.global-search-overlay{align-items:stretch}.global-search-backdrop{background:var(--page-bg);-webkit-backdrop-filter:none}.global-search-panel{background:linear-gradient(135deg, var(--page-bg), var(--page-bg-2));width:100%;height:100dvh;max-height:none;box-shadow:none;border:0;border-radius:0;margin:0}.global-search-header{min-height:58px;padding:calc(8px + env(safe-area-inset-top)) 10px 8px;z-index:2;-webkit-backdrop-filter:blur(18px);background:#fafbfce0;position:sticky;top:0}html.theme-dark .global-search-header,body.dark-mode .global-search-header{background:#111214e6}.global-search-input-wrap{border-radius:12px;height:40px;padding:0 10px}.global-search-input{font-size:12px}.global-search-input-icon{flex-basis:17px;width:17px;height:17px}.global-search-close{height:40px;padding:0 5px;font-size:10px}.global-search-status{min-height:30px;padding:8px 13px 4px;font-size:8px}.global-search-results{padding:0 7px 20px}.global-search-result{border-radius:12px;grid-template-columns:56px minmax(0,1fr) 20px;gap:9px;min-height:74px;padding:8px 6px}.global-search-result-thumb{border-radius:10px;width:56px;height:56px}.global-search-result-top strong{font-size:12px}.global-search-result-badge{padding:4px 6px;font-size:6px}.global-search-result-path{margin-top:5px;font-size:8px}.global-search-result-arrow{font-size:14px}.global-search-empty{min-height:55vh}.global-search-empty strong{font-size:14px}.global-search-empty>span:last-child{font-size:9px}}@media (width<=380px){.global-search-header{padding-left:7px;padding-right:7px}.global-search-result{grid-template-columns:52px minmax(0,1fr) 18px}.global-search-result-thumb{width:52px;height:52px}}:root{--front-page-paper:#fff;--front-page-paper-2:#f6f4f1;--front-page-ink:#11100f;--front-page-muted:#69645f;--front-page-line:#19202421;--front-page-grid-line:#27333a0a;--front-header-height:70px;--front-header-inline:clamp(28px,4vw,68px);--front-content-gap:20px;--front-card-gap:16px;--front-sticky-surface:var(--front-page-paper);--front-sticky-border:#00000014;--front-sticky-filter:none;--front-page-background:radial-gradient(circle at 50% 42%,#fffffffa 0,#ffffffad 28%,transparent 58%), linear-gradient(135deg,var(--front-page-paper) 0%,var(--front-page-paper-2) 100%)}html.theme-dark,body.dark-mode{--front-page-paper:#0c0b0a;--front-page-paper-2:#171513;--front-page-ink:#f8f6f2;--front-page-muted:#aaa49e;--front-page-line:#e1ebef24;--front-page-grid-line:#fff1;--front-sticky-surface:var(--front-page-paper);--front-sticky-border:#ffffff1a;--front-sticky-filter:none;--front-page-background:radial-gradient(circle at 50% 42%,#ff842a14 0,#ffffff06 29%,transparent 58%), linear-gradient(135deg,var(--front-page-paper) 0%,var(--front-page-paper-2) 100%)}html,body{background:var(--front-page-paper)}.poster-app,.about-app,.catalog-page,.product-page{background:var(--front-page-background)}.catalog-page,.product-page{isolation:isolate;padding:0}.catalog-page:before,.product-page:before{content:"";z-index:-1;background-image:linear-gradient(var(--front-page-grid-line) 1px,transparent 1px), linear-gradient(90deg,var(--front-page-grid-line) 1px,transparent 1px);pointer-events:none;background-size:88px 88px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 10%,#000 53% 100%);mask-image:linear-gradient(90deg,#0000 10%,#000 53% 100%)}.poster-grid,.about-grid{background-image:linear-gradient(var(--front-page-grid-line) 1px,transparent 1px), linear-gradient(90deg,var(--front-page-grid-line) 1px,transparent 1px);background-size:88px 88px;-webkit-mask-image:linear-gradient(90deg,#0000 10%,#000 53% 100%);mask-image:linear-gradient(90deg,#0000 10%,#000 53% 100%)}.catalog-header,.product-header,.poster-header,.about-header{width:100%;min-height:var(--front-header-height);height:var(--front-header-height);flex:0 0 var(--front-header-height);padding:0 var(--front-header-inline);border-top:0;border-bottom:1px solid var(--front-page-line);box-shadow:none}.catalog-header-inner{align-items:center;width:100%;height:100%;display:flex;position:relative}.catalog-header{align-items:center;display:flex;position:relative}.catalog-header .catalog-heading{position:absolute}.catalog-header .header-actions{align-items:center;display:flex}:is(.catalog-header,.product-header,.poster-header,.about-header) :is(.catalog-heading,.product-header-title,.poster-header-title,.about-header-title){min-width:0;color:var(--front-page-ink);letter-spacing:.08em;white-space:nowrap;text-transform:uppercase;align-self:center;align-items:center;gap:12px;margin:0;padding:0;font-family:MiSans,sans-serif;font-size:16px;font-weight:400;line-height:normal;display:flex;overflow:hidden}.catalog-header .catalog-heading,.product-header .product-header-title{top:50%;bottom:auto;transform:translateY(-50%)}.catalog-header .catalog-heading{left:0}.product-header .product-header-title{left:var(--front-header-inline)}:is(.catalog-header,.product-header,.poster-header,.about-header) :is(.catalog-heading-main,.product-header-title strong,.poster-header-title strong,.about-header-title strong){min-width:0;color:var(--front-page-ink);letter-spacing:inherit;text-overflow:ellipsis;white-space:nowrap;flex:0 auto;font-family:inherit;font-size:clamp(16px,1.3vw,19px);font-weight:760;line-height:normal;overflow:hidden}:is(.catalog-header,.product-header,.poster-header,.about-header) :is(.catalog-heading-divider,.header-divider,.poster-header-divider,.about-header-divider){height:1em;color:var(--front-page-muted);font-family:inherit;font-size:inherit;letter-spacing:inherit;flex:none;align-self:center;align-items:center;margin:0;padding:0;font-weight:400;line-height:normal;display:inline-flex}:is(.catalog-header,.product-header,.poster-header,.about-header) :is(.catalog-heading-sub,.product-header-title>span:last-child,#poster-header-section,#about-header-section){min-width:0;color:var(--front-page-muted);letter-spacing:inherit;text-overflow:ellipsis;white-space:nowrap;flex:0 auto;font-family:inherit;font-size:clamp(13px,1vw,15px);font-weight:400;line-height:normal;overflow:hidden}.catalog-header .header-actions,.product-header .header-actions{position:absolute;top:50%;transform:translateY(-50%)}.catalog-header .header-actions{right:0}.product-header .header-actions{right:var(--front-header-inline)}.catalog-main,.product-main{width:100%;padding-right:var(--front-header-inline);padding-left:var(--front-header-inline);padding-top:var(--front-content-gap)}.catalog-mobile-toolbar>.series-group-nav{box-sizing:border-box;width:100%;max-width:none;margin:0 0 var(--front-card-gap);padding:0 var(--front-header-inline);box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:0;margin-left:0;margin-right:0;transform:none}footer.catalog-page-footer{width:100%;min-height:34px;color:var(--front-page-muted);letter-spacing:.08em;text-align:left;opacity:.78;flex:none;justify-content:flex-start;align-items:flex-end;margin-top:auto;padding:0 clamp(28px,4vw,68px) 10px;font-size:9px;font-weight:400;line-height:normal;display:flex}.wire-spec-page,.about-app{flex-direction:column;display:flex}@media (width>=601px){.about-app>.about-stage{flex:auto;height:auto;min-height:0}}@media (width<=600px){:is(.catalog-page:has(>footer.catalog-page-footer),.product-page:has(>footer.catalog-page-footer),.about-app:has(>footer.catalog-page-footer)){padding-bottom:0}footer.catalog-page-footer{box-sizing:border-box;text-align:left;justify-content:flex-start;width:100vw;min-height:26px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:12px clamp(28px,4vw,68px) 10px;font-size:6px}}html.theme-dark .series-group-nav,body.dark-mode .series-group-nav{background:0 0}@media (width>=769px){#app>.catalog-page,#app>.product-page{padding-top:0;padding-left:0;padding-right:0}#app>.catalog-page>.catalog-mobile-toolbar>.catalog-header,#app>.catalog-page>.catalog-header,#app>.product-page>.product-header{box-sizing:border-box;width:100%;min-height:var(--front-header-height);height:var(--front-header-height);flex:0 0 var(--front-header-height);padding:0 var(--front-header-inline);margin:0}#app>.catalog-page>.catalog-mobile-toolbar>.catalog-header>.catalog-header-inner,#app>.catalog-page>.catalog-header>.catalog-header-inner{align-items:center;width:100%;height:100%;display:flex;position:relative}#app .catalog-header .catalog-heading,#app .product-header .product-header-title{min-width:0;color:var(--front-page-ink);letter-spacing:.08em;white-space:nowrap;text-transform:uppercase;align-items:center;gap:12px;margin:0;padding:0;font-family:MiSans,sans-serif;font-size:16px;font-weight:400;line-height:normal;display:flex;position:absolute;top:50%;bottom:auto;overflow:hidden;transform:translateY(-50%)}#app .catalog-header .catalog-heading{left:0}#app .product-header .product-header-title{left:var(--front-header-inline)}#app .catalog-header .catalog-heading-main,#app .product-header .product-header-title strong{min-width:0;color:var(--front-page-ink);letter-spacing:inherit;text-overflow:ellipsis;white-space:nowrap;flex:0 auto;font-family:inherit;font-size:clamp(16px,1.3vw,19px);font-weight:760;line-height:normal;overflow:hidden}#app .catalog-header .catalog-heading-divider,#app .product-header .header-divider{height:1em;color:var(--front-page-muted);font-family:inherit;font-size:inherit;letter-spacing:inherit;flex:none;align-self:center;align-items:center;margin:0;padding:0;font-weight:400;line-height:normal;display:inline-flex}#app .catalog-header .catalog-heading-sub,#app .product-header .product-header-title>span:last-child{min-width:0;color:var(--front-page-muted);letter-spacing:inherit;text-overflow:ellipsis;white-space:nowrap;flex:0 auto;font-family:inherit;font-size:clamp(13px,1vw,15px);font-weight:400;line-height:normal;overflow:hidden}#app .catalog-header .header-actions,#app .product-header .header-actions{align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}#app .catalog-header .header-actions{right:0}#app .product-header .header-actions{right:var(--front-header-inline)}#app>.catalog-page>.catalog-mobile-toolbar>.catalog-header,#app>.catalog-page>.catalog-header,#app>.product-page>.product-header,.poster-header,.about-header{z-index:1000;isolation:isolate;background:var(--front-sticky-surface);border-bottom-color:var(--front-sticky-border);-webkit-backdrop-filter:var(--front-sticky-filter);position:sticky;top:0}.catalog-mobile-toolbar>.series-group-nav{top:var(--front-header-height,70px);z-index:100;isolation:isolate;border-bottom:1px solid var(--front-sticky-border);background:var(--front-sticky-surface);-webkit-backdrop-filter:var(--front-sticky-filter);position:sticky}.catalog-mobile-toolbar.has-quick-nav>.catalog-header{border-bottom-color:#0000}}@media (width<=600px){:root{--front-header-height:58px;--front-header-inline:14px;--front-content-gap:14px;--front-card-gap:14px}#app>.catalog-page,#app>.product-page{padding-top:0;padding-left:0;padding-right:0}#app>.catalog-page{--catalog-mobile-title-height:var(--front-header-height);--catalog-mobile-nav-height:48px}#app>.product-page{--mobile-page-gutter:var(--front-header-inline)}#app>.product-page>.product-header{margin:0}#app>.product-page>.product-main{padding-top:0}#app>.catalog-page>.catalog-mobile-toolbar>.catalog-header,#app>.catalog-page>.catalog-header,#app>.product-page>.product-header{width:100%;min-height:var(--front-header-height);height:var(--front-header-height);flex:0 0 var(--front-header-height);padding-right:var(--front-header-inline);padding-left:var(--front-header-inline)}.catalog-header,.product-header,.poster-header,.about-header{padding-inline:var(--front-header-inline)}:is(.catalog-header,.product-header,.poster-header,.about-header) :is(.catalog-heading,.product-header-title,.poster-header-title,.about-header-title){flex:auto;gap:5px;line-height:1;overflow:visible}.catalog-header .catalog-heading{left:0}.product-header .product-header-title{left:var(--front-header-inline)}:is(.catalog-header,.product-header,.poster-header,.about-header) :is(.catalog-heading-main,.product-header-title strong,.poster-header-title strong,.about-header-title strong){letter-spacing:-.035em;font-size:17px}:is(.catalog-header,.product-header,.poster-header,.about-header) :is(.catalog-heading-divider,.header-divider,.poster-header-divider,.about-header-divider,.catalog-heading-sub,.product-header-title>span:last-child,#poster-header-section,#about-header-section){font-size:11px}:is(.catalog-header,.product-header,.poster-header,.about-header) :is(.catalog-heading-sub,.product-header-title>span:last-child,#poster-header-section,#about-header-section){letter-spacing:-.01em}html[lang=en] :is(.catalog-header,.product-header,.poster-header,.about-header) :is(.catalog-heading,.product-header-title,.poster-header-title,.about-header-title){gap:3px}html[lang=en] :is(.catalog-header,.product-header,.poster-header,.about-header) :is(.catalog-heading-main,.product-header-title strong,.poster-header-title strong,.about-header-title strong){letter-spacing:-.045em;font-size:clamp(12.5px,3.5vw,14px)}html[lang=en] :is(.catalog-header,.product-header,.poster-header,.about-header) :is(.catalog-heading-sub,.product-header-title>span:last-child,#poster-header-section,#about-header-section){letter-spacing:-.035em;font-size:clamp(7.5px,2.2vw,9px)}.catalog-header .header-actions{right:0}.product-header .header-actions{right:var(--front-header-inline)}.catalog-mobile-toolbar{z-index:1000;background:var(--front-page-paper);box-shadow:none;-webkit-backdrop-filter:none;border:0}html.theme-dark .catalog-mobile-toolbar,body.dark-mode .catalog-mobile-toolbar{background:var(--front-page-paper)}html.theme-dark :is(.catalog-header,.product-header,.poster-header,.about-header) .header-btn,body.dark-mode :is(.catalog-header,.product-header,.poster-header,.about-header) .header-btn{color:#fff}.catalog-mobile-toolbar .catalog-header{padding-inline:var(--front-header-inline);border-bottom:1px solid var(--front-page-line);background:var(--front-page-paper)}.catalog-mobile-toolbar .series-group-nav{width:100%;max-width:none;min-height:var(--catalog-mobile-nav-height);height:var(--catalog-mobile-nav-height);flex-basis:var(--catalog-mobile-nav-height);padding:10px var(--front-header-inline) 6px;margin-left:0;margin-right:0;transform:none}.catalog-mobile-toolbar:not(.has-quick-nav)+.catalog-main,.catalog-mobile-toolbar.has-quick-nav+.catalog-main{padding-top:var(--front-content-gap)}}.header-actions{overflow:visible}.header-tools-more-btn{width:54px;min-width:54px;padding:0;position:relative}.header-tools-more-btn img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:21px;height:21px;display:block}.header-tools-more-btn.active{color:var(--text);border-color:var(--border-strong)}html.theme-dark .header-tools-more-btn img,body.dark-mode .header-tools-more-btn img{filter:brightness(0)invert()}.header-tools-menu-panel{z-index:1000;border:1px solid var(--button-border);background:var(--glass-bg-strong);-webkit-backdrop-filter:blur(20px);transform-origin:100% 0;border-radius:15px;width:210px;padding:7px;animation:.16s headerToolsMenuIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 18px 44px #14181c24,0 2px 8px #14181c0f}.header-tools-menu-panel[hidden]{display:none!important}html.theme-dark .header-tools-menu-panel,body.dark-mode .header-tools-menu-panel{box-shadow:0 20px 50px #00000052,0 2px 9px #0000002e}.header-tools-menu-row{width:100%;min-height:42px;color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:4px 5px 4px 12px;transition:background .16s,color .16s;display:flex}.header-tools-menu-row:hover{background:var(--surface-soft);color:var(--text)}.header-tools-menu-label{white-space:nowrap;flex:1;min-width:0;font-size:12px;font-weight:500;line-height:1}.header-tools-menu-control-slot{flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:34px;display:flex}.header-tools-menu-control{width:34px!important;min-width:34px!important;height:34px!important;color:var(--text-secondary)!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;gap:0!important;margin:0!important;padding:0!important;font-size:9px!important;display:inline-flex!important;transform:none!important}.header-tools-menu-control:hover{background:var(--surface-soft)!important;color:var(--text)!important}.header-tools-menu-control .nav-label{display:none!important}.header-tools-menu-control .nav-icon,.header-tools-menu-control img{width:18px;height:18px}@media (width<=600px){.product-header,.catalog-mobile-toolbar{z-index:2000;isolation:isolate;overflow:visible}.catalog-mobile-toolbar .catalog-header{z-index:2;overflow:visible}.product-header .header-actions,.catalog-header .header-actions{z-index:2100;pointer-events:auto;overflow:visible}.header-tools-more-btn{z-index:1;pointer-events:auto;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;width:30px!important;min-width:30px!important;height:30px!important;padding:0!important}.header-tools-more-btn img{width:18px;height:18px}.header-tools-menu-panel{z-index:2200;pointer-events:auto;-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-radius:13px;width:184px;padding:6px;top:calc(100% + 8px)}html.theme-dark .header-tools-menu-panel,body.dark-mode .header-tools-menu-panel{background:#1f2226f2}.header-tools-menu-row{min-height:40px;padding-left:10px}.header-tools-menu-label{font-size:10px}.header-tools-menu-control-slot{flex-basis:34px;width:34px;height:32px}.header-tools-menu-control{width:32px!important;min-width:32px!important;height:32px!important}.header-tools-menu-control img,.header-tools-menu-control .nav-icon{width:17px;height:17px}}.header-tools-menu-link{text-decoration:none}.header-tools-menu-arrow{color:var(--accent,#f37543);flex:none;font-size:15px;line-height:1}.header-tools-menu-link-icon-slot{flex:none;justify-content:center;align-items:center;width:34px;height:32px;display:inline-flex}.header-tools-menu-link-icon{object-fit:contain;opacity:.78;width:19px;height:19px;display:block}html.theme-dark .header-tools-menu-link-icon,body.dark-mode .header-tools-menu-link-icon{filter:brightness(0)invert();opacity:.82}@media (width<=600px){.header-tools-menu-link-icon-slot{flex-basis:34px;width:34px;height:32px}.header-tools-menu-link-icon{width:18px;height:18px}.catalog-page{overflow-x:visible}.catalog-mobile-toolbar,.catalog-page>.catalog-header,.product-header,.poster-header,.about-header{z-index:2000;background:var(--front-page-paper,#fff);box-shadow:none;-webkit-backdrop-filter:none;position:sticky;top:0}html.theme-dark :is(.catalog-mobile-toolbar,.catalog-page>.catalog-header,.product-header,.poster-header,.about-header),body.dark-mode :is(.catalog-mobile-toolbar,.catalog-page>.catalog-header,.product-header,.poster-header,.about-header){background:var(--front-page-paper,#0c0b0a)}}@media (width<=380px){.header-tools-menu-panel{width:176px;right:0}}@keyframes headerToolsMenuIn{0%{opacity:0;transform:translateY(-5px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.header-tools-menu-panel{animation:none}}:is(.poster-header,.about-header,.catalog-header,.product-header) .header-actions{gap:8px}:is(.poster-header,.about-header,.catalog-header,.product-header) .header-btn{border:1px solid var(--button-border);width:auto;min-width:42px;height:42px;color:var(--text-secondary);white-space:nowrap;-webkit-backdrop-filter:none;background:#fff3;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:0 11px;font-size:10px;font-weight:700;line-height:1;transition:background .2s,border-color .2s,transform .2s,color .2s;display:inline-flex}:is(.poster-header,.about-header,.catalog-header,.product-header) .header-btn:hover{border-color:var(--border-strong);background:var(--surface-soft);color:var(--text);transform:translateY(-1px)}:is(.poster-header,.about-header,.catalog-header,.product-header) .nav-icon{flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;margin:0;padding:0;line-height:1;display:inline-flex}:is(.poster-header,.about-header,.catalog-header,.product-header) .nav-icon img,:is(.poster-header,.about-header,.catalog-header,.product-header) .header-btn>img{object-fit:contain;flex:0 0 18px;width:18px;height:18px;margin:0;padding:0;display:block}:is(.poster-header,.about-header,.catalog-header,.product-header) .nav-label{white-space:nowrap;writing-mode:horizontal-tb;justify-content:center;align-items:center;margin:0;padding:0;font-family:MiSans,sans-serif;font-size:10px;font-weight:700;line-height:1;display:inline-flex}html.theme-dark :is(.poster-header,.about-header,.catalog-header,.product-header) .header-btn img,body.dark-mode :is(.poster-header,.about-header,.catalog-header,.product-header) .header-btn img{filter:brightness(0)invert()}:is(.poster-header,.about-header,.catalog-header,.product-header) .theme-btn{width:42px;min-width:42px;padding:0}:is(.poster-header,.about-header,.catalog-header,.product-header) .header-tools-more-btn{flex:0 0 42px;align-self:center;top:0;transform:none;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;margin:0!important;padding:0!important;display:inline-flex!important}:is(.poster-header,.about-header,.catalog-header,.product-header) .header-tools-more-btn img{width:18px;height:18px;margin:0;transform:none}:is(.poster-header,.about-header,.catalog-header,.product-header) .lang-btn{width:auto;min-width:48px;height:42px;padding:0 11px}@media (width<=600px){:is(.poster-header,.about-header,.catalog-header,.product-header) .header-actions{gap:4px}:is(.poster-header,.about-header,.catalog-header,.product-header) .nav-label{display:none}:is(.poster-header,.about-header,.catalog-header,.product-header) .header-btn{background:0 0;border:0;gap:0;width:32px;min-width:32px;height:32px;padding:0}:is(.poster-header,.about-header,.catalog-header,.product-header) .nav-icon,:is(.poster-header,.about-header,.catalog-header,.product-header) .nav-icon img,:is(.poster-header,.about-header,.catalog-header,.product-header) .header-btn>img{flex-basis:18px;width:18px;height:18px}:is(.poster-header,.about-header,.catalog-header,.product-header) .theme-btn{width:32px;min-width:32px;height:32px;padding:0}:is(.poster-header,.about-header,.catalog-header,.product-header) .lang-btn{width:auto;min-width:38px;height:32px;padding-inline:5px}:is(.poster-header,.about-header,.catalog-header,.product-header) .header-tools-more-btn{flex:0 0 32px;align-self:center;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;width:32px!important;min-width:32px!important;height:32px!important;margin:0!important;padding:0!important;top:0!important;transform:none!important}:is(.poster-header,.about-header,.catalog-header,.product-header) .header-tools-more-btn img{width:18px;height:18px;margin:0;transform:none}}.web-series-jumps{border-bottom:1px solid var(--web-selected-border);overscroll-behavior-x:contain;flex:none;gap:6px;min-width:0;padding:8px 12px;display:flex;overflow-x:auto}.web-series-jumps button{border:1px solid var(--web-selected-border);border-radius:var(--catalog-radius-999,999px);color:inherit;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;flex:none;padding:6px 12px;font-size:12px}.web-series-jumps button[aria-pressed=true]{background:var(--web-selected-bg,var(--catalog-color-dceef1,#dceef1));color:var(--web-selected-text)}.web-series-jumps button:focus-visible{outline:2px solid var(--catalog-color-00a5e3,#00a5e3);outline-offset:1px}@media (width>=601px){.web-product-navigation .web-category-picker nav:has(.web-series-jumps){grid-template-rows:auto auto minmax(0,1fr)}}.web-topbar-navigation,.web-product-navigation{display:none}@media (width>=601px){html[data-catalog-layout=shared][data-web-page=product] .web-product-navigation{z-index:100;flex:none;margin:0;display:flex;position:relative}.web-product-navigation .web-category-picker nav{width:min(860px, calc(100vw - var(--web-sidebar-width) - 2 * var(--web-content-gutter)));box-sizing:border-box;grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr);display:grid}.web-picker-products{overscroll-behavior:contain;min-width:0;max-height:min(480px,65vh);overflow-y:auto}.web-picker-categories{overscroll-behavior-x:contain;scrollbar-width:thin;border-bottom:1px solid var(--front-page-line);align-items:stretch;gap:4px;min-width:0;padding:2px 2px 8px;display:flex;overflow-x:auto}.web-picker-products{padding:12px 8px 4px;display:block}.web-picker-series+.web-picker-series{margin-top:18px}.web-picker-series-title{color:inherit;font:inherit;margin:0 0 8px;font-size:13px;font-weight:700;line-height:1.4}.web-picker-series-grid{grid-template-columns:repeat(auto-fill,minmax(min(120px,100%),1fr));gap:10px;display:grid}.web-category-picker nav .web-picker-product-card{border:1px solid var(--front-page-line);border-radius:var(--catalog-radius-10,10px);min-width:0;padding:8px;transition:background-color .18s,border-color .18s}.web-picker-thumbnail{aspect-ratio:1.15;border-radius:var(--catalog-radius-6,6px);place-items:center;width:100%;margin-bottom:8px;display:grid;overflow:hidden}.web-picker-thumbnail img{object-fit:contain;width:100%;height:100%}.web-picker-image-placeholder{width:44px;height:44px;color:var(--catalog-color-9da7ad,#9da7ad)}.web-picker-thumbnail [hidden]{display:none}.web-picker-image-placeholder svg{width:100%;height:100%}.web-picker-product-name{text-align:center;overflow-wrap:anywhere;font-size:12px;font-weight:600;display:block}.web-picker-categories button{white-space:nowrap;border-radius:var(--catalog-radius-8,8px);width:auto;color:inherit;font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;flex:1 0 auto;padding:10px;font-size:12px;display:block}.web-picker-categories button[aria-pressed=true]{background:var(--catalog-color-dceef1,#dceef1);color:var(--catalog-color-10161b,#10161b)}.web-picker-categories button[aria-current]{font-weight:700}.web-picker-empty{padding:12px;font-size:13px;display:block}html[data-catalog-layout=shared].web-sidebar-layout .web-app-shell-topbar .header-actions{min-width:0;width:100%!important;position:static!important;inset:auto!important;transform:none!important}html[data-catalog-layout=shared].web-sidebar-layout .web-topbar-navigation{flex:auto;align-items:center;gap:16px;min-width:0;margin-right:auto;display:flex}html[data-catalog-layout=shared].web-sidebar-layout .web-topbar-navigation .web-shell-breadcrumb{white-space:nowrap;flex:0 auto;width:auto;min-width:0;margin:0;font-size:12px;overflow-x:auto}.web-topbar-navigation .web-shell-breadcrumb>*{flex-shrink:0}.web-category-picker{color:var(--front-page-ink);flex:none;position:relative}.web-category-picker summary{border:1px solid var(--front-page-line);border-radius:var(--catalog-radius-999,999px);cursor:pointer;white-space:nowrap;align-items:center;gap:9px;padding:8px 12px;font-family:inherit;font-size:12px;font-weight:600;line-height:1.2;list-style:none;display:flex}.web-category-picker summary::-webkit-details-marker{display:none}.web-category-picker nav{border:1px solid var(--front-page-line);border-radius:var(--catalog-radius-12,12px);background:var(--catalog-color-fff,#fff);width:220px;box-shadow:var(--catalog-effect-044d65cb,0 8px 24px var(--catalog-color-10161b12,#10161b12));z-index:1100;padding:6px;position:absolute;top:calc(100% + 10px);left:0}.web-category-picker[open] nav{animation:.27s cubic-bezier(.22,1,.36,1) web-category-popover}.web-category-picker nav a{border-radius:var(--catalog-radius-8,8px);color:inherit;padding:10px 12px;font:500 13px/1.4 sans-serif;text-decoration:none;display:block}.web-category-picker nav a:hover{background:var(--catalog-color-10161b08,#10161b08)}.web-category-picker nav a[aria-current]{background:var(--catalog-color-dceef1,#dceef1);color:var(--catalog-color-10161b,#10161b)}.theme-dark .web-category-picker nav{background:var(--catalog-color-151b1f,#151b1f)}.theme-dark .web-category-picker nav a:hover{background:var(--catalog-color-ffffff12,#ffffff12)}@keyframes web-category-popover{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.web-category-picker[open] nav{animation:none}}}.web-quick-switch-arrows{display:none}@media (width>=601px){html[data-catalog-layout=shared][data-web-page=product] .viewer-stage{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);gap:12px}html[data-catalog-layout=shared][data-web-page=product] .quick-switch-panel{box-sizing:border-box;width:100%;height:auto;-webkit-backdrop-filter:var(--catalog-effect-74d55395,none);border-radius:var(--catalog-radius-14,14px);padding:10px 12px;position:relative;top:auto;background:var(--web-viewer-surface,var(--catalog-color-fff,#fff))!important;border:1px solid var(--front-page-line)!important;box-shadow:var(--catalog-effect-69fc7805,none)!important;grid-area:2/1!important}html[data-catalog-layout=shared][data-web-page=product] .quick-switch-header{flex-direction:row;justify-content:space-between;margin-bottom:8px;padding:0 4px}html[data-catalog-layout=shared][data-web-page=product] .quick-switch-title{font-size:11px}html[data-catalog-layout=shared][data-web-page=product] .quick-switch-count{margin-left:auto;font-size:10px}html[data-catalog-layout=shared][data-web-page=product] .web-quick-switch-arrows:not([hidden]){gap:4px;margin-left:8px;display:flex}html[data-catalog-layout=shared][data-web-page=product] .web-quick-switch-arrows button{border:1px solid var(--front-page-line);border-radius:var(--catalog-radius-6,6px);width:24px;height:22px;color:var(--front-page-ink);cursor:pointer;background:0 0;padding:0}html[data-catalog-layout=shared][data-web-page=product] .web-quick-switch-arrows button:disabled{opacity:.35;cursor:default}html[data-catalog-layout=shared][data-web-page=product] .product-thumb-list{touch-action:pan-x;scrollbar-width:thin;flex-direction:row;flex:none;align-items:flex-start;gap:8px;padding:2px;position:relative;overflow:auto hidden}html[data-catalog-layout=shared][data-web-page=product] .product-thumb-btn{width:84px;height:auto;min-height:80px;box-shadow:var(--catalog-effect-69fc7805,none);-webkit-backdrop-filter:var(--catalog-effect-74d55395,none);backdrop-filter:var(--catalog-effect-74d55395,none);background:0 0;border-color:#0000;flex-direction:column;flex:none;gap:5px;padding:7px}html[data-catalog-layout=shared][data-web-page=product] .product-thumb-btn img{width:60px;height:48px}html[data-catalog-layout=shared][data-web-page=product] .product-thumb-btn:after{content:attr(title);text-align:center;overflow-wrap:anywhere;width:100%;color:var(--front-page-ink);font-size:11px;font-weight:600;line-height:1.3;display:block}html[data-catalog-layout=shared][data-web-page=product] .product-thumb-btn.active{background:var(--catalog-color-dceef1,#dceef1);border-color:var(--catalog-color-00a5e3,#00a5e3)}html[data-catalog-layout=shared][data-web-page=product] .product-thumb-btn.active:after{color:var(--catalog-color-10161b,#10161b)}html[data-catalog-layout=shared][data-web-page=product] .product-thumb-active-dot{display:none}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell{grid-area:1/1;grid-template-rows:minmax(0,1fr) auto;gap:12px;display:grid}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell>.viewer-card{min-height:0}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar{border:1px solid var(--front-page-line);border-radius:var(--catalog-radius-14,14px);background:var(--web-viewer-surface,var(--catalog-color-fff,#fff));z-index:34;justify-self:center;align-items:center;max-width:100%;margin-bottom:0;padding:5px;display:flex}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-config-nav{background:0 0;border:0;flex-flow:row;flex:none;width:auto;min-width:0;height:auto;display:flex;position:static;transform:none}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar [hidden]{display:none!important}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-config-nav-button{border-radius:var(--catalog-radius-9,9px);white-space:nowrap;text-overflow:clip;border:0;flex:none;width:auto;height:36px;padding:0 12px;font-size:12px;overflow:visible}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-config-nav-button:after{display:none}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-config-nav-button.active{background:var(--catalog-color-dceef1,#dceef1);color:var(--catalog-color-10161b,#10161b)}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-tools{border-left:1px solid var(--front-page-line);width:auto;margin-left:6px;padding-left:6px;position:static;transform:none}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-reset-actions{flex-flow:wrap}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar :is(.viewer-reset-view,.animation-group-reset){width:auto;padding:8px 12px;font-size:11px}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-panel{width:max-content;max-width:calc(100% - 24px);bottom:0;left:50%;right:auto;top:auto!important;transform:translate(-50%)!important}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-content{max-height:min(280px,40vh);overflow-y:auto}html[data-catalog-layout=shared][data-web-page=product] .product-main{column-gap:16px}html[data-catalog-layout=shared][data-web-page=product] .product-detail-panel{border:1px solid var(--front-page-line);border-radius:var(--catalog-radius-14,14px);background:var(--web-viewer-surface,var(--catalog-color-fff,#fff));height:auto;max-height:100%;box-shadow:var(--catalog-effect-69fc7805,none);align-self:start;overflow:auto}html[data-catalog-layout=shared][data-web-page=product] .product-detail-panel .product-summary{padding:20px 24px 16px}html[data-catalog-layout=shared][data-web-page=product] .product-detail-panel .product-info{box-shadow:var(--catalog-effect-69fc7805,none);background:0 0;flex:0 auto;padding:18px 24px 24px}html[data-catalog-layout=shared][data-web-page=product].theme-dark{--web-viewer-surface:var(--catalog-color-151b1f,#151b1f)}}html[data-catalog-layout=shared][data-web-page=product] .product-info>.product-certifications{margin:12px 0 20px}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-content{height:auto;min-height:76px;max-height:min(280px,40vh);overflow:auto}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-section{height:auto;min-height:0;max-height:none;overflow:visible}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-panel{z-index:40;height:auto;max-height:min(280px,40vh)}@media (width<=600px){html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-nav-button{border:0!important;border-right:1px solid var(--front-page-line,var(--border))!important;border-radius:0!important;transform:none!important}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-nav-button:last-child{border-right:0!important}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-content{padding:12px}}@media (width>=601px){html[data-catalog-layout=shared][data-web-page=product] .product-main{grid-template-columns:minmax(0,1fr) clamp(480px,31vw,560px);column-gap:16px}html[data-catalog-layout=shared][data-web-page=product] .viewer-stage{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);gap:0;position:relative}html[data-catalog-layout=shared][data-web-page=product] .quick-switch-panel{box-sizing:border-box;border-radius:0;align-self:stretch;width:100%;height:auto;min-height:0;padding:12px 0 0;position:relative;top:auto;overflow:visible;box-shadow:var(--catalog-effect-69fc7805,none)!important;background:0 0!important;border:0!important;grid-area:2/1!important}html[data-catalog-layout=shared][data-web-page=product] .quick-switch-panel:before{content:"";top:0;left:calc(-1 * var(--web-content-gutter));background:var(--front-page-line);height:1px;position:absolute;right:-16px}html[data-catalog-layout=shared][data-web-page=product]{--web-workspace-surface:var(--catalog-color-ffffff80,#ffffff80)}html[data-catalog-layout=shared][data-web-page=product] .quick-switch-header{flex-direction:row;justify-content:space-between;gap:5px;margin-bottom:8px;padding:0}html[data-catalog-layout=shared][data-web-page=product] .quick-switch-title{font-size:9px}html[data-catalog-layout=shared][data-web-page=product] .quick-switch-count{margin:0;font-size:9px}html[data-catalog-layout=shared][data-web-page=product] .web-quick-switch-arrows{display:none!important}html[data-catalog-layout=shared][data-web-page=product] .product-thumb-list{touch-action:pan-x;scrollbar-width:thin;flex-direction:row;flex:none;align-items:center;gap:8px;padding:2px;position:relative;overflow:auto hidden}html[data-catalog-layout=shared][data-web-page=product] .product-thumb-btn{border-radius:var(--catalog-radius-10,10px);flex:none;gap:6px;width:max-content;min-width:104px;max-width:none;height:88px;min-height:88px;padding:8px 12px}html[data-catalog-layout=shared][data-web-page=product] .product-thumb-btn img{object-fit:contain;width:64px;height:48px}html[data-catalog-layout=shared][data-web-page=product] .product-thumb-btn:after{white-space:nowrap;text-overflow:clip;width:auto;max-width:none;font-size:11px;line-height:1.4;overflow:visible}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell{box-sizing:border-box;grid-area:1/1;grid-template-rows:minmax(0,1fr) auto;gap:8px;width:100%;height:100%;min-height:0;padding:0;display:grid;position:relative}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell>.viewer-card{width:100%;height:100%;min-height:0}html[data-catalog-layout=shared][data-web-page=product] .viewer-card #product-viewer{position:absolute;width:90%!important;height:90%!important;inset:5%!important}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar{box-sizing:border-box;width:auto;max-width:100%;max-height:none;box-shadow:var(--catalog-effect-69fc7805,none);background:0 0;border:0;border-radius:0;flex-flow:wrap;justify-content:center;padding:6px 0 12px;display:flex;position:relative;top:auto;right:auto;overflow:visible;transform:none}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-config-nav{flex-flow:wrap;width:auto}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-config-nav-button{white-space:nowrap;width:auto;height:auto;min-height:36px;padding:8px 10px;font-size:11px;line-height:1.3}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-tools{border-top:0;border-left:1px solid var(--front-page-line);width:auto;margin:0 0 0 8px;padding:0 0 0 8px}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-reset-actions{flex-direction:row;width:auto}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar :is(.viewer-reset-view,.animation-group-reset){white-space:nowrap;background:0 0;width:auto;padding:8px;font-size:11px}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-panel{width:max-content;max-width:calc(100% - 16px);bottom:4px;left:50%;right:auto;top:auto!important;transform:translate(-50%)!important}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-content{width:max-content;max-width:100%;max-height:min(240px,40vh);overflow:auto}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-section :is(.pattern-options,.accessory-options,.animation-group-options,.color-options,.color-groups-panel){flex-flow:row;align-items:center;gap:10px;max-width:100%;display:flex;overflow-x:auto}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-animation-section{flex-direction:row;align-items:center}html[data-catalog-layout=shared][data-web-page=product] .product-detail-panel{border:0;border-left:1px solid var(--front-page-line);height:100%;min-height:0;max-height:100%;box-shadow:var(--catalog-effect-69fc7805,none);background:0 0;border-radius:0;flex-direction:column;align-self:stretch;display:flex;overflow:hidden}html[data-catalog-layout=shared][data-web-page=product] .product-detail-panel .product-summary{flex:none;padding:20px 22px 16px}html[data-catalog-layout=shared][data-web-page=product] .product-detail-panel .product-info{min-height:0;box-shadow:var(--catalog-effect-69fc7805,none);background:0 0;border:0;flex:auto;padding:18px 22px 24px;overflow-y:auto}html[data-catalog-layout=shared][data-web-page=product] .spec-group-title{border-bottom:1px solid var(--front-page-line)}html[data-catalog-layout=shared][data-web-page=product] .web-wire-spec-item{grid-template-columns:minmax(0,1fr);gap:6px}html[data-catalog-layout=shared][data-web-page=product] .web-wire-spec-item .spec-value{white-space:normal;scrollbar-width:thin;min-width:0;max-width:100%;padding-bottom:6px;display:block;overflow-x:auto}html[data-catalog-layout=shared][data-web-page=product] .wire-spec-line{white-space:nowrap;overflow-wrap:normal;word-break:normal;font-size:13px;line-height:1.9;display:block}html[data-catalog-layout=shared][data-web-page=product].theme-dark{--web-workspace-surface:var(--catalog-color-151b1fbf,#151b1fbf)}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-config-nav{isolation:isolate;gap:6px;padding:4px;position:relative;overflow:visible}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-config-nav-button{z-index:1;border:1px solid var(--front-page-line);border-radius:var(--catalog-radius-999,999px);background:0 0;transition:color .18s,border-color .18s;position:relative}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-config-nav-button.active{color:var(--catalog-color-10161b,#10161b);background:0 0;border-color:#0000}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-config-nav-button:focus-visible{outline:2px solid var(--catalog-color-00a5e3,#00a5e3);outline-offset:2px}html[data-catalog-layout=shared][data-web-page=product] .web-tool-pill-indicator{pointer-events:none;z-index:0;position:absolute;top:0;left:0}html[data-catalog-layout=shared][data-web-page=product] .web-tool-pill-indicator>span{border-radius:var(--catalog-radius-999,999px);background:var(--catalog-color-dceef1,#dceef1);transform-origin:50%;width:100%;height:100%;box-shadow:var(--catalog-effect-98b604e6,inset 0 1px 0 var(--catalog-color-ffffff70,#ffffff70));display:block}html[data-catalog-layout=shared][data-web-page=product] .web-viewer-toolbar .viewer-reset-view{border-radius:var(--catalog-radius-999,999px);border:1px solid var(--front-page-line)}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-panel{opacity:1;visibility:visible;transition:opacity .24s,transform .28s cubic-bezier(.22,1,.36,1),visibility;transform:translate(-50%)translateY(0)!important}html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-panel:not(.is-content-open){opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s,transform .25s,visibility 0s .25s;transform:translate(-50%)translateY(8px)!important}@media (prefers-reduced-motion:reduce){html[data-catalog-layout=shared][data-web-page=product] .viewer-interaction-shell .viewer-config-panel{transition:opacity .12s,visibility 0s .12s;transform:translate(-50%)!important}}html[data-catalog-layout=shared].web-sidebar-layout .web-sidebar-motion{isolation:isolate;transition:background-color .8s,border-color .7s;animation:none!important}html[data-catalog-layout=shared].web-sidebar-layout .web-sidebar-motion .header-tools-menu-row{z-index:1}html[data-catalog-layout=shared].web-sidebar-layout .web-sidebar-motion .header-tools-menu-row.is-active{background:0 0}html[data-catalog-layout=shared].web-sidebar-layout .web-sidebar-motion .header-tools-menu-row.is-active:before{display:none}.web-sidebar-motion .web-sidebar-indicator{pointer-events:none;z-index:0;position:absolute;top:0}.web-sidebar-indicator>span{border-radius:var(--catalog-radius-7,7px);background:var(--catalog-color-dceef1,#dceef1);transform-origin:50%;width:100%;height:100%;display:block}.theme-dark .web-sidebar-indicator>span{background:var(--catalog-color-18333e,#18333e)}.web-sidebar-indicator>span:before{content:"";border-radius:var(--catalog-radius-2,2px);background:var(--catalog-color-00a5e3,#00a5e3);width:2px;position:absolute;top:8px;bottom:8px;left:0}html[data-catalog-layout=shared]:is([data-web-page=wire-specs],[data-web-page=wire-calculator]) :is(.wire-spec-hero,.wire-calculator-hero){animation:.76s cubic-bezier(.2,.78,.2,1) 90ms backwards web-shell-layer-in}html[data-catalog-layout=shared]:is([data-web-page=wire-specs],[data-web-page=wire-calculator]) :is(.wire-spec-tabs,.wire-calculator-tabs){animation:.8s cubic-bezier(.2,.78,.2,1) .18s backwards web-shell-layer-in}html[data-catalog-layout=shared]:is([data-web-page=wire-specs],[data-web-page=wire-calculator]) .wire-section-nav{animation:.8s cubic-bezier(.2,.78,.2,1) .24s backwards web-shell-layer-in}html[data-catalog-layout=shared]:is([data-web-page=wire-specs],[data-web-page=wire-calculator]) :is(.wire-spec-content,.wire-calculator-panels){animation:.8s cubic-bezier(.2,.78,.2,1) .28s backwards web-shell-layer-in}@media (prefers-reduced-motion:reduce){html[data-catalog-layout=shared]:is([data-web-page=wire-specs],[data-web-page=wire-calculator]) :is(.wire-spec-hero,.wire-calculator-hero,.wire-spec-tabs,.wire-calculator-tabs,.wire-section-nav,.wire-spec-content,.wire-calculator-panels){animation:none}}}:where(html[data-catalog-layout=shared] :is(.wire-spec-main,.wire-calculator-main) .web-tool-selection-track){position:relative}html[data-catalog-layout=shared] :is(.wire-spec-main,.wire-calculator-main) .web-tool-selection-track{isolation:isolate}html[data-catalog-layout=shared] :is(.wire-spec-main,.wire-calculator-main) .web-tool-selection-track button{z-index:1;position:relative}html[data-catalog-layout=shared] :is(.wire-spec-main,.wire-calculator-main) .web-tool-selection-track button.active{color:var(--web-selected-text)!important;background:0 0!important;border-color:#0000!important}html[data-catalog-layout=shared] :is(.wire-spec-main,.wire-calculator-main) .web-tool-selection-indicator{z-index:0;pointer-events:none;position:absolute;top:0;left:0}html[data-catalog-layout=shared] :is(.wire-spec-main,.wire-calculator-main) .web-tool-selection-indicator>span{box-sizing:border-box;border:1px solid var(--web-selected-border);border-radius:var(--catalog-radius-11,11px);background:var(--web-selected-bg);transform-origin:50%;width:100%;height:100%;display:block}html[data-catalog-layout=shared] :is(.wire-spec-main,.wire-calculator-main) .web-tool-selection-track button{transition:scale .22s cubic-bezier(.2,1.2,.4,1),color .24s,border-color .2s}
