/* V206 — Kariyer Köprüsü mobile player-card selection viewport stability. */
@media (max-width:820px), (orientation:landscape) and (pointer:coarse) and (max-height:600px){
  /* The generic 44vh navigation spacer is useful on setup screens, but during a
     live round it leaves a large valid scroll range after suggestions collapse. */
  body.kk-match-active .mobile-app-scroll-spacer-v154,
  html.kk-match-active .mobile-app-scroll-spacer-v154{
    display:none!important;
    height:0!important;
    min-height:0!important;
  }

  #root .app-shell.is-match-started .answer-area{
    overflow-anchor:auto!important;
    scroll-margin-top:12px!important;
    scroll-margin-bottom:calc(var(--wos-mobile-nav-h,68px) + env(safe-area-inset-bottom,0px) + 12px)!important;
  }
  #root .app-shell.is-match-started .player-suggestions{
    overflow-anchor:none!important;
  }

  /* Prevent a temporary over-scroll position from being visually preserved while
     the suggestion grid is removed on iOS Safari. */
  body.kk-match-active,
  body.kk-match-active #root,
  body.kk-match-active #root .app-shell.is-match-started{
    overscroll-behavior-y:none!important;
  }
}
