/* Header/category rail overrides for v1.5. */
body.gogotv-child{font-family:var(--gogo-font)}
.gogo-site-header{position:sticky;top:0;z-index:99980;background:rgba(10,12,15,.96);border-bottom:1px solid var(--gogo-line);backdrop-filter:saturate(125%) blur(10px);-webkit-backdrop-filter:saturate(125%) blur(10px)}
.admin-bar .gogo-site-header{top:32px}
.gogo-site-header__inner{height:var(--gogo-header-h);gap:30px}
.gogo-site-brand{font-size:25px;letter-spacing:-.065em}
.gogo-site-nav{gap:24px}
.gogo-site-nav a,.gogo-site-nav button{font-size:14px;color:#d8dce3}
.gogo-site-actions{gap:13px}
.gogo-header-icon,.gogo-header-profile{min-width:44px;min-height:44px;width:44px;height:44px}
.gogo-header-icon svg,.gogo-header-profile svg{width:22px;height:22px}
.gogo-header-profile{background:#edf1f7;color:#8390a5}

.gogo-category-rail-wrap{position:relative;z-index:30;background:var(--gogo-bg);border-bottom:1px solid rgba(255,255,255,.035)}
.gogo-category-rail{width:min(var(--gogo-shell),calc(100% - (var(--gogo-pad) * 2)));margin:0 auto;display:flex;gap:8px;overflow-x:auto;padding:10px 0;scrollbar-width:none;overscroll-behavior-inline:contain;scroll-snap-type:x proximity}
.gogo-category-rail::-webkit-scrollbar{display:none}
.gogo-category-rail a{flex:0 0 auto;min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gogo-line);background:#171a20;color:#c8cdd5;text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap;scroll-snap-align:start}
.gogo-category-rail a:hover,.gogo-category-rail a:focus-visible{border-color:rgba(255,255,255,.22);background:#20242b;color:#fff}
.gogo-address-strip{min-height:46px;margin-top:0}

@media(max-width:782px){.admin-bar .gogo-site-header{top:46px}}
@media(max-width:767px){
  .gogo-site-header__inner{width:calc(100% - 20px);gap:8px}
  .gogo-site-brand{font-size:20px}
  .gogo-site-nav{display:none}
  .gogo-site-actions{gap:1px}
  .gogo-header-icon,.gogo-header-profile{min-width:40px;min-height:40px;width:40px;height:40px}
  .gogo-header-icon svg,.gogo-header-profile svg{width:20px;height:20px}
  .gogo-category-rail{width:100%;padding:8px 8px 9px;gap:6px}
  .gogo-category-rail a{min-height:34px;padding:0 10px;font-size:11px;background:#1a1d22}
  .gogo-address-strip{width:calc(100% - 16px);min-height:42px;margin:0 auto 6px;padding:0 10px;font-size:11px}
  .gogo-address-strip strong{font-size:11px}
}
