/* Tournament Live Hub: prioritize the game feed and shared chat above the fold. */
.ga-th-page .ga-th-hero{
  padding:8px 12px !important;
  margin-bottom:8px !important;
  border-radius:14px !important;
  min-height:0 !important;
}
.ga-th-page .ga-th-hero-row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
.ga-th-page .ga-th-hero .ga-th-kicker,
.ga-th-page .ga-th-hero p{
  display:none !important;
}
.ga-th-page .ga-th-hero h1{
  margin:0 !important;
  font-size:clamp(1rem,1.5vw,1.35rem) !important;
  line-height:1.05 !important;
  white-space:nowrap !important;
}
.ga-th-page .ga-th-hero .ga-th-actions{
  margin-left:auto !important;
  gap:6px !important;
}
.ga-th-page .ga-th-hero .ga-th-link{
  padding:7px 10px !important;
  min-height:34px !important;
  border-radius:9px !important;
  font-size:11px !important;
}
.ga-th-page .ga-th-grid{
  gap:8px !important;
}
.ga-th-page .ga-th-player{
  padding:8px !important;
}
.ga-th-page .ga-th-meta{
  margin-bottom:7px !important;
}
.ga-th-page .ga-th-sub{
  display:none !important;
}
.ga-th-page .ga-th-chat{
  min-height:0 !important;
  display:flex !important;
  flex-direction:column !important;
}
.ga-th-page .ga-th-chat-head{
  padding:8px 10px 5px !important;
  flex:0 0 auto !important;
}
.ga-th-page .ga-th-chat-head .ga-th-kicker,
.ga-th-page .ga-th-chat-head p{
  display:none !important;
}
.ga-th-page .ga-th-chat-head h2{
  margin:0 !important;
  font-size:1rem !important;
  line-height:1.2 !important;
}
.ga-th-page .ga-th-chat-body{
  height:auto !important;
  min-height:0 !important;
  flex:1 1 auto !important;
}
.ga-th-page .ga-th-chat-body>div{
  height:100% !important;
}

@media (min-width:951px){
  .ga-th-page{
    margin-top:0 !important;
  }
  .ga-th-page .ga-th-grid{
    grid-template-columns:minmax(0,1.72fr) minmax(330px,.58fr) !important;
    align-items:stretch !important;
  }
  .ga-th-page .ga-th-chat{
    height:clamp(500px,calc(100vh - 245px),760px) !important;
  }
  .ga-th-page .ga-th-chat-body{
    height:calc(100% - 37px) !important;
  }
}

@media (max-width:950px){
  .ga-th-page .ga-th-hero{
    padding:7px 9px !important;
  }
  .ga-th-page .ga-th-hero h1{
    font-size:1rem !important;
  }
  .ga-th-page .ga-th-hero .ga-th-link{
    padding:6px 8px !important;
    font-size:10px !important;
  }
  .ga-th-page .ga-th-chat{
    min-height:460px !important;
  }
}
