/* KVANTYRA REPEAT PREMIUM HEADER V345_R6
   Scroll-reserve ownership repair over V342_R3 + V344_R5.
   The accepted initial top gap stays unchanged, but now belongs to the
   scrolling shell instead of the fixed overlay root. */

/* V270 kept the Telegram-safe top reserve on the fixed viewport itself.
   That made an empty dark strip survive after the wordmark had scrolled away. */
html body #kvTrendsV125QuickRepeat.kv-trends-v270-mounted.kv-repeat-v342-mounted{
  padding-top:0!important;
}

/* Move the same reserve into the only scroll owner. At scrollTop=0 the media
   begins at the accepted position; during a swipe this padding leaves together
   with the wordmark and the content can continue beneath Telegram's controls. */
html body #kvTrendsV125QuickRepeat.kv-trends-v270-mounted.kv-repeat-v342-mounted > .kv-trends-v125-shell{
  padding-top:var(--kv-trends-v270-top,var(--kv-trends-v269-top,96px))!important;
}

