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-top:0;padding-left:0;padding-right: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)}.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;padding:0 var(--front-header-inline) 10px;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;font-size:9px;font-weight:400;line-height:1.2;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){footer.catalog-page-footer{min-height:14px;padding:0 var(--front-header-inline) 6px;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>.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)}.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}}
