/* V266 — Tur sonunda bütün geçerli futbolcuları eksiksiz göster. */
#root .round-result-modal .round-candidate-list,
#root .match-result-modal .round-candidate-list{
  width:100%;
  margin-top:12px;
}
#root .round-result-modal .round-candidate-grid,
#root .match-result-modal .round-candidate-grid{
  max-height:none!important;
  overflow:visible!important;
}
#root .round-candidate-grid>span.is-round-answer{
  border-color:#18a66b!important;
  background:linear-gradient(180deg,#effbf5,#e4f7ed)!important;
  color:#0f6944!important;
  box-shadow:inset 0 0 0 1px rgba(24,166,107,.10),0 8px 18px -16px rgba(24,166,107,.65)!important;
}
#root .round-candidate-grid>span.is-round-answer::after{
  content:' ✓';
  color:#16945f;
  font-weight:950;
}
@media(max-width:900px), (pointer:coarse){
  #root .round-result-modal .round-candidate-grid,
  #root .match-result-modal .round-candidate-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  /* V239 mobil sonucu yalnız özet karta indirgiyordu. V266'da aday havuzu
     özellikle görünür kalmalı; modalın KENDİ kaydırması listeyi taşır. */
  html body #root .round-result-modal > .round-candidate-list{
    display:block!important;
  }

  /* Özel oda: iki oyuncu da manuel devam eder. Ranked: aynı düğme 10 sn
     geri sayımı gösterir ama JS tarafından disabled tutulur. */
  html body #root .mode-online .round-continue-button{
    display:inline-flex!important;
    width:100%!important;
    justify-content:center!important;
  }
}
