/* KVANTYRA REPEAT PREMIUM HEADER V344_R5
   Final motion and glyph precision layer over V342_R3.
   - the wordmark keeps its accepted initial position, then leaves with shell scroll;
   - both action glyphs use one exact 24x24 coordinate system without optical nudges. */

html body #kvTrendsV125QuickRepeat.kv-repeat-v342-mounted{
  --kv-repeat-v344-wordmark-offset:0px;
}

/*
  The overlay root is intentionally fixed, but the wordmark visually follows the
  only scroll owner through a value supplied by V344 JS. At scrollTop=0 this is
  pixel-identical to V342; after scrolling it exits upward with the content.
*/
html body #kvTrendsV125QuickRepeat.kv-repeat-v342-mounted > .kv-repeat-v342-wordmark{
  position:absolute!important;
  z-index:360!important;
  top:var(--kv-repeat-v342-brand-top)!important;
  left:50%!important;
  right:auto!important;
  margin:0!important;
  transform:translate3d(-50%,var(--kv-repeat-v344-wordmark-offset),0)!important;
  translate:none!important;
  will-change:transform!important;
}

/* Exact geometric centre: no inherited offsets and no per-icon pixel nudges. */
html body #kvTrendsV125QuickRepeat.kv-repeat-v342-mounted .kv-trends-v125-media > .kv-trends-v125-back,
html body #kvTrendsV125QuickRepeat.kv-repeat-v342-mounted .kv-trends-v125-media > .kv-trends-v125-share{
  display:grid!important;
  place-items:center!important;
}

html body #kvTrendsV125QuickRepeat.kv-repeat-v342-mounted .kv-trends-v125-media > .kv-trends-v125-back > svg,
html body #kvTrendsV125QuickRepeat.kv-repeat-v342-mounted .kv-trends-v125-media > .kv-trends-v125-share > svg{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:20px!important;
  min-width:20px!important;
  max-width:20px!important;
  height:20px!important;
  min-height:20px!important;
  max-height:20px!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  translate:none!important;
  transform-origin:12px 12px!important;
  overflow:visible!important;
  pointer-events:none!important;
  shape-rendering:geometricPrecision!important;
}

@media(prefers-reduced-motion:reduce){
  html body #kvTrendsV125QuickRepeat.kv-repeat-v342-mounted > .kv-repeat-v342-wordmark{
    will-change:auto!important;
  }
}

