{#if getToasts().length > 0}
{#each getToasts() as t (t.id)} {@const style = variantStyles[t.variant] || variantStyles.info}
{t.message}
{/each}
{/if}