.ubh-header,.ubh-header *{box-sizing:border-box}.ubh-header{position:relative;z-index:99990;width:100%;max-width:100vw;background:var(--ubh-bg);color:var(--ubh-text);border-bottom:1px solid var(--ubh-border);font-family:inherit;line-height:1.4;isolation:isolate}.ubh-header.is-sticky{position:sticky;top:0}.admin-bar .ubh-header.is-sticky{top:32px}.ubh-shell{width:min(100%,var(--ubh-max));min-height:var(--ubh-height);margin:0 auto;padding:0 18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px}.ubh-brand{display:flex;align-items:center;min-width:0;text-decoration:none!important;color:var(--ubh-text)!important}.ubh-brand img{display:block;width:auto;height:auto;max-width:min(var(--ubh-logo-w),42vw);max-height:calc(var(--ubh-height) - 16px);object-fit:contain;object-position:center;filter:drop-shadow(0 2px 5px rgba(0,0,0,.12))}.ubh-brand-text{display:flex;flex-direction:column;line-height:.82;letter-spacing:.08em}.ubh-brand-text strong{font-size:22px}.ubh-brand-text small{font-size:8px;letter-spacing:.45em;color:var(--ubh-accent);margin-top:7px}.ubh-nav{min-width:0;height:100%;display:flex;justify-content:center;align-self:stretch}.ubh-menu{list-style:none!important;margin:0!important;padding:0!important;display:flex;align-items:stretch;justify-content:center;gap:2px;min-width:0}.ubh-menu-item{position:relative;display:flex;align-items:stretch;margin:0!important;padding:0!important}.ubh-item-row{display:flex;align-items:stretch}.ubh-top-link{position:relative;display:flex;align-items:center;padding:0 13px;min-height:var(--ubh-height);white-space:nowrap;text-decoration:none!important;color:var(--ubh-text)!important;font-size:14px;font-weight:600;transition:color .18s ease,background .18s ease}.ubh-top-link:after{content:"";position:absolute;left:13px;right:13px;bottom:10px;height:2px;border-radius:4px;background:var(--ubh-accent);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.ubh-menu-item:hover>.ubh-item-row .ubh-top-link,.ubh-menu-item:focus-within>.ubh-item-row .ubh-top-link,.ubh-menu-item.is-current>.ubh-item-row .ubh-top-link{color:var(--ubh-accent)!important}.ubh-menu-item:hover>.ubh-item-row .ubh-top-link:after,.ubh-menu-item:focus-within>.ubh-item-row .ubh-top-link:after,.ubh-menu-item.is-current>.ubh-item-row .ubh-top-link:after{transform:scaleX(1)}.ubh-sub-toggle{display:none}.ubh-dropdown{position:absolute;top:calc(100% - 1px);inset-inline-start:0;z-index:30;min-width:260px;max-width:min(360px,90vw);max-height:min(62vh,520px);overflow:auto;list-style:none!important;margin:0!important;padding:8px!important;background:var(--ubh-dd-bg);border:1px solid var(--ubh-border);border-radius:0 0 12px 12px;box-shadow:0 16px 40px rgba(0,0,0,.22);opacity:0;visibility:hidden;transform:translateY(7px);pointer-events:none;transition:opacity .17s ease,transform .17s ease,visibility .17s}.ubh-menu-item:hover>.ubh-dropdown,.ubh-menu-item:focus-within>.ubh-dropdown{opacity:1;visibility:visible;transform:none;pointer-events:auto}.ubh-dropdown li{margin:0!important;padding:0!important}.ubh-dropdown a{display:block;padding:11px 12px;border-radius:8px;text-decoration:none!important;color:var(--ubh-text)!important;font-size:13px;font-weight:500;white-space:normal;overflow-wrap:anywhere;transition:background .15s ease,color .15s ease}.ubh-dropdown a:hover,.ubh-dropdown a:focus-visible{background:var(--ubh-hover);color:var(--ubh-accent)!important;outline:none}.ubh-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}.ubh-icon-button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ubh-border)!important;border-radius:9px!important;background:transparent!important;color:var(--ubh-text)!important;padding:0!important;margin:0!important;box-shadow:none!important;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.ubh-icon-button:hover,.ubh-icon-button:focus-visible,.ubh-icon-button[aria-expanded="true"]{border-color:var(--ubh-accent)!important;background:var(--ubh-hover)!important;color:var(--ubh-accent)!important;outline:2px solid transparent!important}.ubh-search-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.ubh-language{position:relative}.ubh-language-button{width:auto;min-width:46px;padding:0 10px!important}.ubh-language-code{font-size:12px;font-weight:800;letter-spacing:.04em}.ubh-language-panel{position:absolute;top:calc(100% + 10px);inset-inline-end:0;width:190px;max-height:min(65vh,430px);overflow:auto;background:var(--ubh-dd-bg);border:1px solid var(--ubh-border);border-radius:12px;padding:7px;box-shadow:0 18px 42px rgba(0,0,0,.24)}.ubh-language-panel a{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:8px;text-decoration:none!important;color:var(--ubh-text)!important;font-size:13px}.ubh-language-panel a:hover,.ubh-language-panel a:focus-visible{background:var(--ubh-hover);color:var(--ubh-accent)!important;outline:none}.ubh-flag{font-size:17px;line-height:1}.ubh-search-panel{border-top:1px solid var(--ubh-border);background:var(--ubh-bg);padding:12px 18px}.ubh-search-panel form{width:min(100%,var(--ubh-max));margin:0 auto;display:flex;gap:9px}.ubh-search-panel input{flex:1;min-width:0;height:44px;border:1px solid var(--ubh-border)!important;border-radius:9px!important;background:var(--ubh-dd-bg)!important;color:var(--ubh-text)!important;padding:0 14px!important;box-shadow:none!important;outline:none!important}.ubh-search-panel input:focus{border-color:var(--ubh-accent)!important}.ubh-search-panel button{height:44px;border:1px solid var(--ubh-accent)!important;border-radius:9px!important;background:var(--ubh-accent)!important;color:#071827!important;padding:0 18px!important;font-weight:700!important;box-shadow:none!important;cursor:pointer}.ubh-mobile-toggle{display:none;width:42px;height:42px;border:1px solid var(--ubh-border)!important;border-radius:9px!important;background:transparent!important;padding:10px!important;box-shadow:none!important;cursor:pointer}.ubh-mobile-toggle span{display:block;height:2px;background:var(--ubh-text);border-radius:2px;margin:4px 0;transition:transform .18s ease,opacity .18s ease}.ubh-mobile-toggle:focus-visible{outline:2px solid var(--ubh-accent);outline-offset:2px}.ubh-header a:focus-visible{outline:2px solid var(--ubh-accent);outline-offset:2px}.ubh-header [hidden]{display:none!important}@media (max-width:1200px){.ubh-shell{gap:12px;padding-inline:14px}.ubh-top-link{padding-inline:9px;font-size:13px}.ubh-top-link:after{left:9px;right:9px}.ubh-actions{gap:6px}}@media (max-width:1024px){.admin-bar .ubh-header.is-sticky{top:32px}.ubh-shell{grid-template-columns:auto 1fr auto;min-height:64px}.ubh-brand img{max-height:46px}.ubh-mobile-toggle{display:block;grid-column:2;grid-row:1;justify-self:end}.ubh-actions{grid-column:3;grid-row:1}.ubh-nav{display:none;grid-column:1/-1;grid-row:2;width:100%;height:auto;justify-content:stretch;border-top:1px solid var(--ubh-border);max-height:calc(100vh - 80px);overflow:auto;overscroll-behavior:contain}.ubh-header.is-menu-open .ubh-nav{display:block}.ubh-menu{display:block;width:100%;padding:8px 0 12px!important}.ubh-menu-item{display:block;width:100%}.ubh-item-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;width:100%}.ubh-top-link{min-height:48px;padding:0 10px;font-size:14px}.ubh-top-link:after{display:none}.ubh-sub-toggle{display:flex;align-items:center;justify-content:center;width:46px;border:0!important;border-inline-start:1px solid var(--ubh-border)!important;background:transparent!important;color:var(--ubh-muted)!important;font-size:22px!important;line-height:1!important;padding:0!important;box-shadow:none!important;cursor:pointer}.ubh-sub-toggle:hover,.ubh-sub-toggle:focus-visible{color:var(--ubh-accent)!important;background:var(--ubh-hover)!important;outline:none!important}.ubh-menu-item.is-open>.ubh-item-row .ubh-sub-toggle span{transform:rotate(45deg)}.ubh-sub-toggle span{display:block;transition:transform .18s ease}.ubh-dropdown{position:static;display:none;min-width:0;max-width:none;max-height:none;overflow:visible;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;background:rgba(255,255,255,.025);padding:5px 8px 8px 18px!important}.ubh-menu-item.is-open>.ubh-dropdown{display:block}.ubh-dropdown a{padding:10px 12px;font-size:13px}.ubh-language-panel{position:fixed;top:72px;right:12px;left:auto;max-width:calc(100vw - 24px);z-index:99999}.ubh-header[dir="rtl"] .ubh-language-panel{right:auto;left:12px}}@media (max-width:782px){.admin-bar .ubh-header.is-sticky{top:46px}}@media (max-width:620px){.ubh-shell{padding-inline:10px;gap:8px;grid-template-columns:minmax(90px,1fr) auto auto}.ubh-brand img{max-width:min(var(--ubh-logo-mobile-w),38vw);max-height:46px}.ubh-brand-text strong{font-size:18px}.ubh-actions{gap:5px}.ubh-icon-button{width:38px;height:38px}.ubh-language-button{min-width:40px;padding:0 7px!important}.ubh-search-panel{padding:10px}.ubh-search-panel form{gap:7px}.ubh-search-panel button{padding:0 13px!important}.ubh-dropdown{padding-inline-start:12px!important}}@media (max-width:420px){.ubh-shell{grid-template-columns:minmax(78px,1fr) auto auto}.ubh-brand img{max-width:min(var(--ubh-logo-mobile-w),36vw);max-height:42px}.ubh-language-code{font-size:11px}.ubh-icon-button,.ubh-mobile-toggle{width:36px;height:36px}.ubh-mobile-toggle{padding:8px!important}.ubh-search-panel form{display:grid;grid-template-columns:1fr auto}.ubh-search-panel input{width:100%}}@media (prefers-reduced-motion:reduce){.ubh-header *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.ubh-flag-img{display:block;width:24px;height:18px;flex:0 0 24px;border-radius:2px;object-fit:cover}.ubh-header.is-mobile-nav .ubh-shell{grid-template-columns:auto 1fr auto;min-height:64px;gap:10px}.ubh-header.is-mobile-nav .ubh-brand img{max-height:46px}.ubh-header.is-mobile-nav .ubh-mobile-toggle{display:block;grid-column:2;grid-row:1;justify-self:end}.ubh-header.is-mobile-nav .ubh-actions{grid-column:3;grid-row:1}.ubh-header.is-mobile-nav .ubh-nav{display:none;grid-column:1/-1;grid-row:2;width:100%;height:auto;justify-content:stretch;border-top:1px solid var(--ubh-border);max-height:calc(100vh - 80px);overflow:auto;overscroll-behavior:contain}.ubh-header.is-mobile-nav.is-menu-open .ubh-nav{display:block}.ubh-header.is-mobile-nav .ubh-menu{display:block;width:100%;padding:8px 0 12px!important}.ubh-header.is-mobile-nav .ubh-menu-item{display:block;width:100%}.ubh-header.is-mobile-nav .ubh-item-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;width:100%}.ubh-header.is-mobile-nav .ubh-top-link{min-height:48px;padding:0 10px;font-size:14px}.ubh-header.is-mobile-nav .ubh-top-link:after{display:none}.ubh-header.is-mobile-nav .ubh-sub-toggle{display:flex;align-items:center;justify-content:center;width:46px;border:0!important;border-inline-start:1px solid var(--ubh-border)!important;background:transparent!important;color:var(--ubh-muted)!important;font-size:22px!important;line-height:1!important;padding:0!important;box-shadow:none!important;cursor:pointer}.ubh-header.is-mobile-nav .ubh-sub-toggle:hover,.ubh-header.is-mobile-nav .ubh-sub-toggle:focus-visible{color:var(--ubh-accent)!important;background:var(--ubh-hover)!important;outline:none!important}.ubh-header.is-mobile-nav .ubh-menu-item.is-open>.ubh-item-row .ubh-sub-toggle span{transform:rotate(45deg)}.ubh-header.is-mobile-nav .ubh-sub-toggle span{display:block;transition:transform .18s ease}.ubh-header.is-mobile-nav .ubh-dropdown{position:static;display:none;min-width:0;max-width:none;max-height:none;overflow:visible;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;background:rgba(255,255,255,.025);padding:5px 8px 8px 18px!important}.ubh-header.is-mobile-nav .ubh-menu-item.is-open>.ubh-dropdown{display:block}.ubh-header.is-mobile-nav .ubh-dropdown a{padding:10px 12px;font-size:13px}.ubh-header.is-mobile-nav .ubh-language-panel{position:fixed;top:72px;right:12px;left:auto;max-width:calc(100vw - 24px);z-index:99999}.ubh-header.is-mobile-nav[dir="rtl"] .ubh-language-panel{right:auto;left:12px}