goto(href)} onkeydown={(e) => { if (e.key === 'Enter') goto(href); }}>
{ e.stopPropagation(); onPauseToggle?.(); }} aria-label={paused ? 'Resume' : 'Pause'}> {#if paused}
{:else}
{/if}
{elapsed}
{#if restTotal > 0 && restSeconds > 0}
e.stopPropagation()}>
onRestAdjust?.(-30)}>-30s
onRestSkip?.()}>{formatRest(restSeconds)}
onRestAdjust?.(30)}>+30s
{:else}
{t('active_workout', lang)}
{/if}