.quiz-page.svelte-1eaotym{flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.quiz-container.svelte-1eaotym{width:100%;max-width:680px}.quiz-header.svelte-1eaotym{align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.back-link.svelte-1eaotym{color:var(--muted);white-space:nowrap;font-size:.9rem;text-decoration:none;transition:color .2s}.back-link.svelte-1eaotym:hover{color:var(--text)}.progress-wrapper.svelte-1eaotym{flex:1;align-items:center;gap:1rem;display:flex}.progress-track.svelte-1eaotym{background:var(--surface-2);border-radius:3px;flex:1;height:6px;overflow:hidden}.progress-fill.svelte-1eaotym{background:var(--accent);border-radius:3px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.progress-label.svelte-1eaotym{color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.8rem}.question-area.svelte-1eaotym{transition:opacity .25s,transform .25s}.question-area.fading.svelte-1eaotym{opacity:0;transform:translate(-12px)}.question-number.svelte-1eaotym{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.8rem;font-weight:600}.question-text.svelte-1eaotym{color:var(--text);margin:0 0 2rem;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;line-height:1.3}.options-grid.svelte-1eaotym{gap:.75rem;margin-bottom:2rem;display:grid}.option-btn.svelte-1eaotym{background:var(--surface);border:2px solid var(--border);cursor:pointer;text-align:left;border-radius:12px;align-items:center;padding:1rem 1.25rem;transition:all .18s;display:flex}.option-btn.svelte-1eaotym:hover{border-color:var(--accent);background:var(--surface-hover);transform:translate(4px)}.option-btn.selected.svelte-1eaotym{border-color:var(--accent);background:var(--accent-subtle);box-shadow:0 0 0 1px var(--accent)}.option-text.svelte-1eaotym{color:var(--text);font-size:1rem;font-weight:500}.question-actions.svelte-1eaotym{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.next-btn.svelte-1eaotym{background:var(--accent);color:var(--bg);cursor:pointer;letter-spacing:.02em;border:none;border-radius:10px;padding:.875rem 2rem;font-size:1rem;font-weight:700;transition:all .18s}.next-btn.svelte-1eaotym:hover:not(:disabled){background:var(--accent-bright);transform:translateY(-2px);box-shadow:0 4px 16px #f973164d}.next-btn.svelte-1eaotym:disabled{opacity:.35;cursor:not-allowed}.dispute-link.svelte-1eaotym{color:var(--muted);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-size:.78rem;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;transition:color .2s}.dispute-link.svelte-1eaotym:hover{color:var(--text-dim)}.loading-screen.svelte-1eaotym{color:var(--muted);flex-direction:column;align-items:center;gap:1.5rem;display:flex}.loading-spinner.svelte-1eaotym{border:3px solid var(--surface-2);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite svelte-1eaotym-spin}@keyframes svelte-1eaotym-spin{to{transform:rotate(360deg)}}.empty-state.svelte-1eaotym{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:400px;display:flex}.empty-icon.svelte-1eaotym{font-size:3rem}.empty-state.svelte-1eaotym h2:where(.svelte-1eaotym){color:var(--text);font-size:1.5rem;font-weight:700}.empty-state.svelte-1eaotym p:where(.svelte-1eaotym){color:var(--muted);font-size:.95rem}.back-home.svelte-1eaotym{color:var(--accent);margin-top:.5rem;font-size:.9rem;text-decoration:none}.modal-backdrop.svelte-1eaotym{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;background:#1e120880;justify-content:center;align-items:center;padding:1.5rem;animation:.2s svelte-1eaotym-fadeIn;display:flex;position:fixed;inset:0}@keyframes svelte-1eaotym-fadeIn{0%{opacity:0}}.modal.svelte-1eaotym{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:480px;padding:2rem;animation:.25s cubic-bezier(.4,0,.2,1) svelte-1eaotym-slideUp}@keyframes svelte-1eaotym-slideUp{0%{opacity:0;transform:translateY(20px)}}.modal-title.svelte-1eaotym{color:var(--text);margin:0 0 .75rem;font-size:1.2rem;font-weight:700}.modal-desc.svelte-1eaotym{color:var(--text-dim);margin:0 0 1rem;font-size:.9rem;line-height:1.6}.response-text.svelte-1eaotym{color:var(--text-dim)}.modal-highlight.svelte-1eaotym{background:var(--accent-subtle);border:1px solid var(--accent);color:var(--accent-bright);border-radius:8px;margin:.5rem 0 1.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.dispute-textarea.svelte-1eaotym{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);resize:vertical;box-sizing:border-box;border-radius:8px;margin-bottom:1.25rem;padding:.75rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.dispute-textarea.svelte-1eaotym:focus{border-color:var(--accent);outline:none}.modal-actions.svelte-1eaotym{justify-content:flex-end;gap:.75rem;display:flex}.modal-cancel.svelte-1eaotym{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;transition:all .2s}.modal-cancel.svelte-1eaotym:hover{border-color:var(--text-dim);color:var(--text-dim)}.modal-submit.svelte-1eaotym{background:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .18s}.modal-submit.svelte-1eaotym:hover:not(:disabled){background:var(--accent-bright)}.modal-submit.svelte-1eaotym:disabled{opacity:.4;cursor:not-allowed}
