{#if loading}

Loading today’s Bloom…

{:else} {#if isFree}

Free Play · {isWild ? 'Wild Bloom' : 'Center Circle'}

{/if}
{found.length}
{fullBloom ? 'Full Bloom 🌸' : tier.name} {found.length} {found.length === 1 ? 'word' : 'words'}
{#if isFree} {:else} {/if}
{#if current} {#each current.split('') as ch, i (i)} {ch.toUpperCase()} {/each} {:else} Type or tap letters {/if}
{#if isWild} {#each wildRing as letter, i (letter)} {/each} {:else} {#each outer as letter, i (letter)} {/each} {/if}
{#if fullShown}

🌸 Full Bloom — you found today's whole bloom. Lovely.

{/if} {#if found.length}
{#each found.slice().sort() as w (w)} {w} {/each}
{/if} {/if}