/* Canonical GearCheck Lab site chrome — loaded last on every HTML page */
:root{--gcl-chrome-max:1520px;--gcl-chrome-pad:clamp(18px,4vw,64px);--gcl-chrome-cyan:#43e7ff;--gcl-chrome-line:#174159;--gcl-chrome-bg:#030812;--gcl-chrome-panel:#071824}

/* One utility strip everywhere. Suppress the older speed-test-only strip/pseudo implementation. */
.network-utility{display:none!important}
.app:before{content:none!important;display:none!important}
.gcl-utility-bar{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(67,231,255,.18);background:linear-gradient(90deg,#061827,#0a2940 48%,#061827);color:#c8e3ec;font:800 .68rem/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.075em;text-transform:uppercase;position:relative;z-index:60}
.gcl-utility-inner{width:min(100%,var(--gcl-chrome-max));padding-inline:var(--gcl-chrome-pad);display:flex;align-items:center;justify-content:space-between;gap:28px}
.gcl-utility-lead{display:flex;align-items:center;gap:10px;white-space:nowrap;color:#e0f5fa}
.gcl-utility-lead:before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--gcl-chrome-cyan);box-shadow:0 0 14px var(--gcl-chrome-cyan)}
.gcl-utility-points{display:flex;align-items:center;justify-content:flex-end;gap:clamp(18px,2.2vw,34px);color:#8fe5f3}
.gcl-utility-points span{white-space:nowrap}

/* Static-page header geometry */
.shell>header,body>.shell>header{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;column-gap:32px!important;min-height:92px!important;height:auto!important;padding:14px 0!important;margin:0!important;position:relative!important;top:auto!important;background:rgba(3,8,18,.95)!important;border-bottom:1px solid rgba(67,231,255,.18)!important;backdrop-filter:blur(16px)!important;overflow:visible!important}
.shell>header .brand,body>.shell>header .brand{align-self:center!important;margin:0!important;line-height:1!important}
.shell>header nav,body>.shell>header nav{justify-self:end!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;flex-wrap:nowrap!important;margin:0!important;padding:0!important;min-height:44px!important}
.shell>header nav a,body>.shell>header nav a{box-sizing:border-box!important;height:44px!important;min-height:44px!important;padding:0 18px!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;border:1px solid var(--gcl-chrome-line)!important;border-radius:999px!important;background:linear-gradient(180deg,#081b29,#06131e)!important;color:#dceff6!important;font-size:.78rem!important;font-weight:850!important;white-space:nowrap!important;vertical-align:middle!important}

/* React homepage/lab header geometry */
.app>header{display:grid!important;grid-template-columns:auto minmax(260px,1fr) auto auto!important;align-items:center!important;column-gap:26px!important;width:min(calc(100% - 40px),var(--gcl-chrome-max))!important;min-height:92px!important;height:auto!important;margin:0 auto!important;padding:14px 0!important;position:relative!important;top:auto!important;background:rgba(3,8,18,.95)!important;border-bottom:1px solid rgba(67,231,255,.18)!important;backdrop-filter:blur(16px)!important;overflow:visible!important}
.app>header .brand{align-self:center!important;margin:0!important;line-height:1!important}
.app>header nav{justify-self:center!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;flex-wrap:nowrap!important;margin:0!important;padding:0!important;min-height:44px!important}
.app>header nav a{box-sizing:border-box!important;height:44px!important;min-height:44px!important;padding:0 18px!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;border:1px solid var(--gcl-chrome-line)!important;border-radius:999px!important;background:linear-gradient(180deg,#081b29,#06131e)!important;color:#dceff6!important;font:850 .76rem/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;white-space:nowrap!important;vertical-align:middle!important}
.app>header .system{justify-self:end!important;align-self:center!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;margin:0!important;padding:0 15px!important;line-height:1!important}
.app>header .menu{justify-self:end!important;align-self:center!important;margin:0!important}

/* Breadcrumbs sit below the site header, never above the utility/header chrome. */
.gcl-breadcrumb{width:min(100%,var(--gcl-chrome-max))!important;max-width:var(--gcl-chrome-max)!important;margin:0 auto!important;padding:14px var(--gcl-chrome-pad) 0!important;min-height:42px!important;display:flex!important;align-items:center!important;gap:10px!important;line-height:1.25!important}

/* Ensure the speed-test theme cannot re-expand or offset the now-shared header. */
body .shell>header{height:auto!important}
body .shell>header nav{transform:none!important;top:auto!important}

@media(max-width:1180px){
  .gcl-utility-inner{padding-inline:24px}
  .gcl-utility-points{gap:16px;font-size:.62rem}
  .shell>header,body>.shell>header{column-gap:20px!important}
  .shell>header nav,body>.shell>header nav,.app>header nav{gap:8px!important}
  .shell>header nav a,body>.shell>header nav a,.app>header nav a{height:42px!important;min-height:42px!important;padding-inline:14px!important;font-size:.72rem!important}
  .app>header{grid-template-columns:auto minmax(220px,1fr) auto auto!important;column-gap:18px!important}
  .app>header .system{font-size:.62rem!important;padding-inline:12px!important}
}

@media(max-width:900px){
  .gcl-utility-bar{min-height:40px}
  .gcl-utility-inner{padding-inline:16px;justify-content:center}
  .gcl-utility-points{display:none}
  .gcl-utility-lead{font-size:.62rem;text-align:center;white-space:normal}
  .shell>header,body>.shell>header{min-height:76px!important;grid-template-columns:auto auto!important;justify-content:space-between!important}
  .app>header{width:calc(100% - 28px)!important;min-height:76px!important;grid-template-columns:auto 1fr auto!important;column-gap:12px!important}
  .shell>header nav,body>.shell>header nav,.app>header nav{display:none!important}
  .shell>header nav.open,body>.shell>header nav.open,.app>header nav.open{display:flex!important;position:absolute!important;top:76px!important;left:0!important;right:0!important;width:100%!important;padding:14px!important;min-height:0!important;background:#06111cf7!important;border:1px solid #174159!important;border-radius:14px!important;box-shadow:0 20px 50px #000a!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;z-index:80!important}
  .shell>header nav.open a,body>.shell>header nav.open a,.app>header nav.open a{width:100%!important;height:44px!important;min-height:44px!important}
  .app>header .system{display:none!important}
  .gcl-breadcrumb{padding-inline:16px!important;padding-top:10px!important;min-height:36px!important;font-size:.72rem!important;overflow-x:auto!important;white-space:nowrap!important}
}

@media(max-width:560px){
  .gcl-utility-bar{min-height:38px}
  .gcl-utility-lead{font-size:.57rem;letter-spacing:.045em}
  .shell>header,body>.shell>header{min-height:70px!important}
  .app>header{width:calc(100% - 24px)!important;min-height:70px!important}
  .shell>header nav.open,body>.shell>header nav.open,.app>header nav.open{top:70px!important}
}
