/* V3.3 public-coherence shell candidate. Offline only; no production deployment. */
body.v33-pilot-shell .v33-header{position:relative;flex-wrap:wrap;gap:10px}
body.v33-pilot-shell .v33-brand{text-decoration:none;color:var(--v33-ink)}
body.v33-pilot-shell .v33-brand small{display:block;max-width:225px;font-size:9px;line-height:1.25;text-transform:uppercase;letter-spacing:.1em;color:#667085;font-weight:850}
body.v33-pilot-shell .v33-nav a,body.v33-pilot-shell .v33-subscribe{display:inline-flex;align-items:center;min-height:44px}
body.v33-pilot-shell .v33-menu-toggle{display:none;min-width:44px;min-height:44px;align-items:center;justify-content:center;gap:7px;border:1px solid #d0d5dd;border-radius:999px;background:#101828;color:#fff;padding:0 12px;font:800 13px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer}
body.v33-pilot-shell .v33-menu-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
body.v33-pilot-shell .v33-menu-toggle:focus-visible,body.v33-pilot-shell .v33-mobile-nav a:focus-visible{outline:3px solid #60a5fa;outline-offset:3px}
body.v33-pilot-shell .v33-mobile-nav[hidden]{display:none!important}
body.v33-pilot-shell .v33-mobile-nav{flex:0 0 100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:10px;background:#f3f5f8;border:1px solid #e4e7ec;border-radius:16px}
body.v33-pilot-shell .v33-mobile-nav a{display:flex;align-items:center;min-height:44px;padding:9px 12px;border-radius:11px;color:#344054;text-decoration:none;font-size:14px;font-weight:760}
body.v33-pilot-shell .v33-mobile-nav a.v33-active{background:#101828;color:#fff}
@media(max-width:980px){body.v33-pilot-shell .v33-menu-toggle{display:inline-flex}body.v33-pilot-shell .v33-subscribe,body.v33-pilot-shell .v33-header>.v33-nav{display:none}}
@media(max-width:640px){body.v33-pilot-shell .v33-ticker{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;scrollbar-width:thin;white-space:nowrap;-webkit-overflow-scrolling:touch}body.v33-pilot-shell .v33-ticker>*{flex:0 0 auto;scroll-snap-align:start}body.v33-pilot-shell .v33-mobile-nav{grid-template-columns:1fr}}
@media(max-width:420px){body.v33-pilot-shell .v33-brand{min-width:0;gap:9px}body.v33-pilot-shell .v33-brand small{max-width:160px;font-size:8px}body.v33-pilot-shell .v33-menu-toggle span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}
@media(prefers-reduced-motion:reduce){body.v33-pilot-shell .v33-menu-toggle,body.v33-pilot-shell .v33-mobile-nav a{scroll-behavior:auto;transition:none!important}}

/* V3.3.7 global public shell: shared premium header/footer on Astra fallback routes. */
body.v33-global-shell-active #masthead,
body.v33-global-shell-active header#masthead,
body.v33-global-shell-active .site-header,
body.v33-global-shell-active #colophon,
body.v33-global-shell-active .site-footer{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.v33-global-shell-active .v33-global-shell{
  box-sizing:border-box;
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:14px 20px 0;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--v33-ink);
}
body.v33-global-shell-active .v33-global-header-shell .v33-header{margin-bottom:0}
body.v33-global-shell-active .v33-global-footer-shell{padding-top:0;padding-bottom:28px}
body.v33-global-shell-active .v33-global-footer-shell .v33-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 24px;
  border:1px solid #e4e7ec;
  border-radius:22px;
  background:#101828;
  color:#d0d5dd;
}
body.v33-global-shell-active .v33-global-footer-shell .v33-footer p{margin:0;font-size:13px}
body.v33-global-shell-active .v33-global-footer-shell .v33-footer nav{display:flex;flex-wrap:wrap;gap:14px}
body.v33-global-shell-active .v33-global-footer-shell .v33-footer a{color:#fff;text-decoration:none;font-size:13px;font-weight:700}
@media(max-width:640px){
  body.v33-global-shell-active .v33-global-shell{padding-left:12px;padding-right:12px}
  body.v33-global-shell-active .v33-global-footer-shell .v33-footer{align-items:flex-start;flex-direction:column;padding:20px}
}
