{category.title}
{question.points.toLocaleString('ru-RU')} {#if isCreative}
творческий
{/if}
{question.question}
{#if question.optionalHint}
{#if !hintShown}
(hintShown = true)} class="inline-flex items-center gap-2 rounded-full border border-white/15 bg-white/5 px-4 py-2 text-sm text-night-50/70 transition-colors hover:bg-white/10" > 💡 Показать подсказку
{:else}
💡 {question.optionalHint}
{/if}
{/if} {#if answerShown}
Ответ
{question.answer}
onAward(question.points)} class="inline-flex items-center gap-2 rounded-2xl bg-gradient-to-br from-mint-400 to-mint-300 px-6 py-3.5 text-base font-bold text-night-900 shadow-lg shadow-mint-400/30 transition-all duration-200 hover:scale-105 hover:shadow-mint-400/50 focus-visible:outline-none focus-visible:ring-4 focus-visible:ring-mint-400/50 active:scale-95" > ✓ {isCreative ? 'Засчитать творческий ответ' : 'Засчитать'}
+{question.points.toLocaleString('ru-RU')}
✕ Не засчитывать
Вернуться к табло
{:else}
(answerShown = true)} class="inline-flex items-center gap-2 rounded-2xl bg-gradient-to-br from-gold-400 to-ember-500 px-8 py-4 text-lg font-bold text-night-900 shadow-lg shadow-gold-400/30 transition-all duration-200 hover:scale-105 hover:shadow-gold-400/50 focus-visible:outline-none focus-visible:ring-4 focus-visible:ring-gold-400/50 active:scale-95" > 👁️ Показать ответ
← Вернуться к табло
{/if}