/* v13.26.69 — one safe vertical scroll path for standalone Live + stale-lock recovery. */
html.ctp-v132669-live-page,
html.ctp-v132669-live-page body{
  position:static!important;
  width:100%!important;
  height:auto!important;
  min-height:100%!important;
  max-height:none!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior-y:auto!important;
  touch-action:pan-y pinch-zoom!important;
  -webkit-overflow-scrolling:touch!important;
}
html.ctp-v132669-live-page body{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))!important}
html.ctp-v132669-live-page #page,
html.ctp-v132669-live-page #content,
html.ctp-v132669-live-page main,
html.ctp-v132669-live-page .site,
html.ctp-v132669-live-page .site-content,
html.ctp-v132669-live-page .ctt-live-page,
html.ctp-v132669-live-page .ctp2555-live-zone,
html.ctp-v132669-live-page .ctp2555-live-broadcast,
html.ctp-v132669-live-page .ctt-live-shell{
  position:relative!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  contain:none!important;
  touch-action:pan-y pinch-zoom!important;
  overscroll-behavior:auto!important;
}
html.ctp-v132669-live-page .ctp2555-live-broadcast{overflow:hidden!important}
html.ctp-v132669-live-page .ctt-live-eventlist{overflow-x:auto!important;overflow-y:hidden!important;touch-action:pan-x pan-y!important}
html.ctp-v132669-live-page #ctp-app-bottom-nav{touch-action:manipulation!important}
html.ctp-v132669-live-page:not(.ctp-live-modal-open) body.ctp584-shell-open{overflow-y:auto!important}
@media(max-width:700px){
  html.ctp-v132669-live-page .ctp2555-live-zone{width:100%!important;margin:10px 0!important;border-radius:18px!important}
  html.ctp-v132669-live-page .ctt-live-eventlist{padding:7px!important;gap:7px!important}
  html.ctp-v132669-live-page .ctt124-event{flex-basis:min(78vw,270px)!important}
}

/* v13.26.70: critical Champion blocks paint immediately so scrolling into them does not trigger a large deferred-layout hitch. */
#ctp-app-dashboard #ctp46-top-greeting,
#ctp-app-dashboard #ctp57-hero,
#ctp-app-dashboard #ctp-hero-daily-v1,
#ctp-app-dashboard #ctp2553-command-center{content-visibility:visible!important;contain:none!important}
/* Browser-native rendering containment for long live lists without JS scroll listeners. */
.ctp2555-live-broadcast .ctt124-event{contain:layout style paint}
