<turbo-stream action="append" target="home_scorers_list"><template>
    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 bg-gray-50 dark:bg-white/[0.03]">
  <div class="flex min-w-0 items-center gap-2.5">
    <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-[11px] font-bold bg-gray-100 text-gray-500 dark:bg-white/10 dark:text-white/50">26</span>
    <span class="truncate text-sm font-medium text-gray-900 dark:text-white">Li Monywe</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-600 dark:text-red-300">0</span>
    <span class="w-6 text-center text-gray-500 dark:text-white/55">0</span>
    <span class="w-8 text-center text-amber-600 dark:text-amber-300/90">4</span>
  </span>
</div>

    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 ">
  <div class="flex min-w-0 items-center gap-2.5">
    <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-[11px] font-bold bg-gray-100 text-gray-500 dark:bg-white/10 dark:text-white/50">27</span>
    <span class="truncate text-sm font-medium text-gray-900 dark:text-white">Omore</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-600 dark:text-red-300">0</span>
    <span class="w-6 text-center text-gray-500 dark:text-white/55">0</span>
    <span class="w-8 text-center text-amber-600 dark:text-amber-300/90">2</span>
  </span>
</div>

    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 bg-gray-50 dark:bg-white/[0.03]">
  <div class="flex min-w-0 items-center gap-2.5">
    <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-[11px] font-bold bg-gray-100 text-gray-500 dark:bg-white/10 dark:text-white/50">28</span>
    <span class="truncate text-sm font-medium text-gray-900 dark:text-white">Lee</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-600 dark:text-red-300">0</span>
    <span class="w-6 text-center text-gray-500 dark:text-white/55">0</span>
    <span class="w-8 text-center text-amber-600 dark:text-amber-300/90">1</span>
  </span>
</div>

    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 ">
  <div class="flex min-w-0 items-center gap-2.5">
    <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-[11px] font-bold bg-gray-100 text-gray-500 dark:bg-white/10 dark:text-white/50">29</span>
    <span class="truncate text-sm font-medium text-gray-900 dark:text-white">Baba Tosh</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-600 dark:text-red-300">0</span>
    <span class="w-6 text-center text-gray-500 dark:text-white/55">0</span>
    <span class="w-8 text-center text-amber-600 dark:text-amber-300/90">1</span>
  </span>
</div>

    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 bg-gray-50 dark:bg-white/[0.03]">
  <div class="flex min-w-0 items-center gap-2.5">
    <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-[11px] font-bold bg-gray-100 text-gray-500 dark:bg-white/10 dark:text-white/50">30</span>
    <span class="truncate text-sm font-medium text-gray-900 dark:text-white">Tugi</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-600 dark:text-red-300">0</span>
    <span class="w-6 text-center text-gray-500 dark:text-white/55">0</span>
    <span class="w-8 text-center text-amber-600 dark:text-amber-300/90">1</span>
  </span>
</div>

</template></turbo-stream>
<turbo-stream action="replace" target="home_scorers_load_more"><template>
  <div id="home_scorers_load_more" class="mt-4 border-t border-gray-100 pt-4 dark:border-white/10">
    <a data-turbo-stream="true" class="flex w-full items-center justify-center rounded-xl border border-gray-200 bg-white px-4 py-2.5 text-sm font-medium text-gray-600 transition hover:border-gray-300 hover:bg-gray-50 hover:text-gray-900 dark:border-white/15 dark:bg-white/[0.03] dark:text-white/75 dark:hover:border-white/30 dark:hover:bg-white/[0.06] dark:hover:text-white" href="/home/load_more_scorers?from_limit=30">
      Load more
      <span class="ml-2 text-xs tabular-nums text-gray-400 dark:text-white/40">(30 of 31)</span>
</a></div>

</template></turbo-stream>