<turbo-stream action="append" target="home_scorers_list"><template>
    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 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-white/10 text-white/50">16</span>
    <span class="truncate text-sm font-medium text-white">Geff</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-300">1</span>
    <span class="w-6 text-center text-white/55">0</span>
    <span class="w-8 text-center 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-white/10 text-white/50">17</span>
    <span class="truncate text-sm font-medium text-white">Kotches</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-300">0</span>
    <span class="w-6 text-center text-white/55">2</span>
    <span class="w-8 text-center text-amber-300/90">0</span>
  </span>
</div>

    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 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-white/10 text-white/50">18</span>
    <span class="truncate text-sm font-medium text-white">Kenpachi</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-300">0</span>
    <span class="w-6 text-center text-white/55">2</span>
    <span class="w-8 text-center 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-white/10 text-white/50">19</span>
    <span class="truncate text-sm font-medium text-white">Kip</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-300">0</span>
    <span class="w-6 text-center text-white/55">1</span>
    <span class="w-8 text-center text-amber-300/90">0</span>
  </span>
</div>

    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 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-white/10 text-white/50">20</span>
    <span class="truncate text-sm font-medium text-white">Uzamarki</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-300">0</span>
    <span class="w-6 text-center text-white/55">1</span>
    <span class="w-8 text-center text-amber-300/90">0</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-white/10 pt-4">
    <a data-turbo-stream="true" class="flex w-full items-center justify-center rounded-xl border border-white/15 bg-white/[0.03] px-4 py-2.5 text-sm font-medium text-white/75 transition hover:border-white/30 hover:bg-white/[0.06] hover:text-white" href="/home/load_more_scorers?from_limit=20">
      Load more
      <span class="ml-2 text-xs tabular-nums text-white/40">(20 of 24)</span>
</a></div>

</template></turbo-stream>