<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">6</span>
    <span class="truncate text-sm font-medium text-gray-900 dark:text-white">Kaguna</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">4</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">7</span>
    <span class="truncate text-sm font-medium text-gray-900 dark:text-white">Harrison</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">3</span>
    <span class="w-6 text-center text-gray-500 dark:text-white/55">4</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">8</span>
    <span class="truncate text-sm font-medium text-gray-900 dark:text-white">Erico</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">3</span>
    <span class="w-6 text-center text-gray-500 dark:text-white/55">4</span>
    <span class="w-8 text-center text-amber-600 dark:text-amber-300/90">0</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">9</span>
    <span class="truncate text-sm font-medium text-gray-900 dark:text-white">Sabi</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">3</span>
    <span class="w-6 text-center text-gray-500 dark:text-white/55">3</span>
    <span class="w-8 text-center text-amber-600 dark:text-amber-300/90">3</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">10</span>
    <span class="truncate text-sm font-medium text-gray-900 dark:text-white">Quantum</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">3</span>
    <span class="w-6 text-center text-gray-500 dark:text-white/55">1</span>
    <span class="w-8 text-center text-amber-600 dark:text-amber-300/90">2</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=10">
      Load more
      <span class="ml-2 text-xs tabular-nums text-gray-400 dark:text-white/40">(10 of 31)</span>
</a></div>

</template></turbo-stream>