.quiz-container.svelte-1fpm8h7{min-height:100%;max-width:640px;margin:0 auto;display:flex;flex-direction:column;font-family:var(--game-font-display);color:var(--game-text)}.quiz-menu.svelte-1fpm8h7{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem}.quiz-header.svelte-1fpm8h7{text-align:center;padding:2rem 1rem 1.5rem}.quiz-title.svelte-1fpm8h7{font-size:var(--game-font-size-hero);font-weight:var(--game-font-weight-bold);color:var(--game-accent);margin:0 0 .5rem}.quiz-subtitle.svelte-1fpm8h7{font-size:var(--game-font-size-body);color:var(--game-text);margin:0 0 .25rem}.quiz-rules.svelte-1fpm8h7{font-size:var(--game-font-size-sm);color:var(--game-text-muted);margin:0}.category-grid.svelte-1fpm8h7{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding:0 1rem}.category-card.svelte-1fpm8h7{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .75rem;background:var(--game-surface);border:2px solid var(--game-border);border-radius:var(--game-radius);cursor:pointer;transition:border-color .15s,transform .1s;min-height:var(--game-touch-min)}.category-card.svelte-1fpm8h7:hover{border-color:var(--cat-color)}.category-card.svelte-1fpm8h7:active{transform:scale(.97)}.category-icon.svelte-1fpm8h7{font-size:2rem}.category-name.svelte-1fpm8h7{font-size:var(--game-font-size-sm);font-weight:var(--game-font-weight-bold);color:var(--game-text);text-align:center}.category-count.svelte-1fpm8h7{font-size:.75rem;color:var(--game-text-muted)}.quiz-game.svelte-1fpm8h7{display:flex;flex-direction:column;padding:0 1rem;gap:.75rem}.quiz-progress-bar.svelte-1fpm8h7{width:100%;height:4px;background:var(--game-border);border-radius:2px;overflow:hidden}.quiz-progress-fill.svelte-1fpm8h7{height:100%;background:var(--game-primary);transition:width .3s ease}.quiz-status.svelte-1fpm8h7{display:flex;justify-content:space-between;align-items:center}.quiz-status-left.svelte-1fpm8h7{display:flex;align-items:center;gap:.5rem}.quiz-q-number.svelte-1fpm8h7{font-size:var(--game-font-size-sm);font-weight:var(--game-font-weight-bold);color:var(--game-text-muted)}.streak-badge.svelte-1fpm8h7{background:var(--game-accent);color:#1a1a2e;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:var(--game-font-weight-bold)}.quiz-score.svelte-1fpm8h7{font-size:var(--game-font-size-sm);color:var(--game-success);font-weight:var(--game-font-weight-bold)}.timer-bar.svelte-1fpm8h7{width:100%;height:6px;background:var(--game-border);border-radius:3px;overflow:hidden;transition:background .3s}.timer-bar.timer-urgent.svelte-1fpm8h7{background:#ef476f33}.timer-fill.svelte-1fpm8h7{height:100%;background:var(--game-success);transition:width 1s linear;border-radius:3px}.timer-bar.timer-urgent.svelte-1fpm8h7 .timer-fill:where(.svelte-1fpm8h7){background:var(--game-danger)}.timer-text.svelte-1fpm8h7{text-align:right;font-size:var(--game-font-size-sm);font-weight:var(--game-font-weight-bold);color:var(--game-text-muted);transition:color .3s}.timer-text.timer-urgent.svelte-1fpm8h7{color:var(--game-danger);animation:svelte-1fpm8h7-pulse-text .5s ease-in-out infinite alternate}@keyframes svelte-1fpm8h7-pulse-text{0%{opacity:1}to{opacity:.5}}.question-card.svelte-1fpm8h7{background:var(--game-surface);border:1px solid var(--game-border);border-radius:var(--game-radius);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;position:relative}.question-category-tag.svelte-1fpm8h7{font-size:.75rem;color:var(--game-primary);font-weight:var(--game-font-weight-medium);text-transform:uppercase;letter-spacing:.05em;margin:0}.question-text.svelte-1fpm8h7{font-size:var(--game-font-size-title);font-weight:var(--game-font-weight-bold);line-height:1.4;margin:0}.options-grid.svelte-1fpm8h7{display:flex;flex-direction:column;gap:.5rem}.option-btn.svelte-1fpm8h7{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--game-surface-light);border:2px solid var(--game-border);border-radius:var(--game-radius-sm);cursor:pointer;transition:border-color .15s,background .15s,transform .1s;min-height:var(--game-touch-min);text-align:left;color:var(--game-text);font-size:var(--game-font-size-body)}.option-btn.svelte-1fpm8h7:not(.option-disabled):hover{border-color:var(--game-primary)}.option-btn.svelte-1fpm8h7:not(.option-disabled):active{transform:scale(.98)}.option-btn.option-disabled.svelte-1fpm8h7{cursor:default}.option-btn.option-correct.svelte-1fpm8h7{border-color:var(--game-success);background:#06d6a026;animation:svelte-1fpm8h7-flash-correct .4s ease}.option-btn.option-wrong.svelte-1fpm8h7{border-color:var(--game-danger);background:#ef476f26;animation:svelte-1fpm8h7-shake .4s ease}.option-btn.option-selected.svelte-1fpm8h7:not(.option-correct):not(.option-wrong){border-color:var(--game-primary)}.option-letter.svelte-1fpm8h7{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff14;font-weight:var(--game-font-weight-bold);font-size:var(--game-font-size-sm);flex-shrink:0;color:var(--game-text-muted)}.option-correct.svelte-1fpm8h7 .option-letter:where(.svelte-1fpm8h7){background:var(--game-success);color:#1a1a2e}.option-wrong.svelte-1fpm8h7 .option-letter:where(.svelte-1fpm8h7){background:var(--game-danger);color:#fff}.option-text.svelte-1fpm8h7{flex:1}@keyframes svelte-1fpm8h7-flash-correct{0%,to{background:#06d6a026}50%{background:#06d6a059}}@keyframes svelte-1fpm8h7-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.feedback-bar.svelte-1fpm8h7{text-align:center;padding:.5rem;font-weight:var(--game-font-weight-bold);font-size:var(--game-font-size-body)}.feedback-correct.svelte-1fpm8h7{color:var(--game-success)}.feedback-wrong.svelte-1fpm8h7{color:var(--game-danger)}.feedback-timeout.svelte-1fpm8h7{color:var(--game-text-muted)}.quiz-summary.svelte-1fpm8h7{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem}.summary-header.svelte-1fpm8h7{text-align:center;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.summary-title.svelte-1fpm8h7{font-size:var(--game-font-size-hero);font-weight:var(--game-font-weight-bold);color:var(--game-accent);margin:0}.summary-score-circle.svelte-1fpm8h7{width:6rem;height:6rem;border-radius:50%;border:4px solid var(--game-primary);display:flex;flex-direction:column;align-items:center;justify-content:center}.summary-score-number.svelte-1fpm8h7{font-size:2rem;font-weight:var(--game-font-weight-bold);line-height:1;color:var(--game-accent)}.summary-score-label.svelte-1fpm8h7{font-size:var(--game-font-size-sm);color:var(--game-text-muted)}.summary-category.svelte-1fpm8h7{font-size:var(--game-font-size-sm);color:var(--game-text-muted);margin:0}.summary-stats.svelte-1fpm8h7{display:flex;flex-direction:column;gap:0;padding:0 1rem;background:var(--game-surface);border-radius:var(--game-radius);margin:0 1rem;border:1px solid var(--game-border);overflow:hidden}.stat-row.svelte-1fpm8h7{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--game-border)}.stat-row.svelte-1fpm8h7:last-child{border-bottom:none}.stat-label.svelte-1fpm8h7{color:var(--game-text-muted);font-size:var(--game-font-size-sm)}.stat-value.svelte-1fpm8h7{font-weight:var(--game-font-weight-bold);font-size:var(--game-font-size-sm)}.stat-bonus.svelte-1fpm8h7 .stat-value:where(.svelte-1fpm8h7){color:var(--game-accent)}.stat-total.svelte-1fpm8h7{background:#ffffff08}.stat-total.svelte-1fpm8h7 .stat-value:where(.svelte-1fpm8h7){color:var(--game-success);font-size:var(--game-font-size-body)}.answer-review.svelte-1fpm8h7{padding:0 1rem;display:flex;flex-direction:column;gap:.5rem}.review-title.svelte-1fpm8h7{font-size:var(--game-font-size-body);font-weight:var(--game-font-weight-bold);color:var(--game-text-muted);margin:0}.review-row.svelte-1fpm8h7{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:var(--game-radius-sm);background:var(--game-surface);border:1px solid var(--game-border)}.review-num.svelte-1fpm8h7{width:1.5rem;font-size:var(--game-font-size-sm);font-weight:var(--game-font-weight-bold);color:var(--game-text-muted);flex-shrink:0}.review-q.svelte-1fpm8h7{flex:1;font-size:.8rem;color:var(--game-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-icon.svelte-1fpm8h7{flex-shrink:0;display:flex;align-items:center}.summary-actions.svelte-1fpm8h7{padding:0 1rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}.summary-back-link.svelte-1fpm8h7{color:var(--game-text-muted);font-size:var(--game-font-size-sm);text-decoration:none}.summary-back-link.svelte-1fpm8h7:hover{color:var(--game-text)}
