.quiz-card.svelte-1w8almc{background:#fff;border-radius:20px;border:1px solid rgba(27,20,100,.07);padding:20px 20px 18px;display:flex;flex-direction:column;gap:14px;font-family:Poppins,sans-serif;box-shadow:0 8px 32px #1b146414,0 2px 8px #1b14640a}.quiz-header.svelte-1w8almc{display:flex;align-items:center;justify-content:space-between;gap:12px}.quiz-brand.svelte-1w8almc{display:flex;align-items:center;gap:7px;flex-shrink:0}.quiz-brand-dot.svelte-1w8almc{width:9px;height:9px;border-radius:50%;background:#d4547a;box-shadow:0 0 0 3px #d4547a33}.quiz-brand-name.svelte-1w8almc{font-weight:800;font-size:13px;color:#1b1464;letter-spacing:-.02em}.quiz-header-right.svelte-1w8almc{display:flex;align-items:center;gap:8px;min-width:0;flex:1;justify-content:flex-end}.quiz-progress.svelte-1w8almc{display:flex;gap:4px;flex:1;max-width:80px}.quiz-pip.svelte-1w8almc{height:4px;flex:1;border-radius:999px;background:#1b14641a;transition:background .4s ease}.quiz-pip--active.svelte-1w8almc{background:#d4547a}.quiz-step-badge.svelte-1w8almc{font-size:11px;font-weight:700;color:#1b146473;letter-spacing:.02em;flex-shrink:0}.quiz-sentence-wrap.svelte-1w8almc{position:relative;margin-top:10px}.quiz-sentence.svelte-1w8almc{background:#fdf8f5;border:1.5px solid rgba(212,84,122,.15);border-left:3px solid #d4547a;border-radius:14px;padding:14px 16px}.quiz-sentence--success.svelte-1w8almc{border-left-color:#22c55e;border-color:#22c55e33;background:#f8fdf9}.quiz-sentence-text.svelte-1w8almc{font-size:14.5px;color:#1b1464;font-weight:500;line-height:3;margin:0}.quiz-question-block.svelte-1w8almc{display:flex;flex-direction:column;gap:9px}.quiz-question-label.svelte-1w8almc{display:flex;align-items:flex-start;gap:8px}.quiz-question-pip.svelte-1w8almc{flex-shrink:0;width:3px;height:3px;border-radius:50%;background:#d4547a;margin-top:7px}.quiz-question-text.svelte-1w8almc{font-size:13px;font-weight:600;color:#374151;line-height:1.5}.quiz-options.svelte-1w8almc{display:flex;flex-direction:column;gap:6px}.quiz-option.svelte-1w8almc{display:flex;align-items:center;gap:10px;padding:10px 12px 10px 10px;border-radius:10px;border:1.5px solid rgba(27,20,100,.1);background:#fff;text-align:left;width:100%;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .12s ease;font-family:inherit}.quiz-option.svelte-1w8almc:hover:not(:disabled){border-color:#d4547a73;background:#d4547a08;transform:translate(2px)}.quiz-option--correct.svelte-1w8almc{border-color:#22c55e;background:#f0fdf4}.quiz-option--wrong.svelte-1w8almc{border-color:#ef4444;background:#fef2f2}.quiz-option--dim.svelte-1w8almc{opacity:.38;pointer-events:none}.quiz-option-letter.svelte-1w8almc{flex-shrink:0;width:22px;height:22px;border-radius:6px;background:#d4547a1a;color:#d4547a;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.quiz-option-letter--correct.svelte-1w8almc{background:#22c55e;color:#fff}.quiz-option-letter--wrong.svelte-1w8almc{background:#ef4444;color:#fff}.quiz-option-text.svelte-1w8almc{flex:1;font-size:12.5px;color:#374151;line-height:1.45;font-weight:500}.quiz-option-arrow.svelte-1w8almc{font-size:16px;color:#d4547a66;opacity:0;transition:opacity .15s ease;line-height:1}.quiz-option.svelte-1w8almc:hover:not(:disabled) .quiz-option-arrow:where(.svelte-1w8almc){opacity:1}.quiz-footer-group.svelte-1w8almc{display:flex;flex-direction:column;gap:10px}.quiz-feedback.svelte-1w8almc{display:flex;align-items:flex-start;gap:9px;padding:11px 13px;border-radius:10px;border:1px solid}.quiz-feedback--correct.svelte-1w8almc{background:#f0fdf4;border-color:#bbf7d0}.quiz-feedback--wrong.svelte-1w8almc{background:#fffbeb;border-color:#fde68a}.quiz-feedback-icon.svelte-1w8almc{flex-shrink:0;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.quiz-feedback-icon--correct.svelte-1w8almc{background:#22c55e;color:#fff}.quiz-feedback-icon--wrong.svelte-1w8almc{background:#f59e0b;color:#fff}.quiz-feedback-text.svelte-1w8almc{font-size:12px;line-height:1.6;color:#374151;margin:0;font-weight:500}.quiz-btn-primary.svelte-1w8almc{width:100%;display:flex;align-items:center;justify-content:center;gap:5px;padding:11px 20px;background:#d4547a;color:#fff;border:none;border-radius:10px;font-family:inherit;font-weight:700;font-size:13px;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;box-shadow:0 4px 14px #d4547a47;letter-spacing:.01em}.quiz-btn-primary.svelte-1w8almc:hover{background:#c0466a;transform:translateY(-1px);box-shadow:0 6px 18px #d4547a5c}.quiz-btn-ghost.svelte-1w8almc{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;background:transparent;color:#9ca3af;border:1.5px solid rgba(27,20,100,.1);border-radius:10px;font-family:inherit;font-weight:600;font-size:12.5px;cursor:pointer;transition:background .15s ease,color .15s ease}.quiz-btn-ghost.svelte-1w8almc:hover{background:#1b14640a;color:#6b7280}.quiz-completed-header.svelte-1w8almc{display:flex;align-items:flex-start;gap:12px}.quiz-completed-ring.svelte-1w8almc{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#d4547a,#c0466a);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #d4547a59}.quiz-completed-title.svelte-1w8almc{font-size:16px;font-weight:800;color:#1b1464;margin:0 0 3px;line-height:1.2}.quiz-completed-sub.svelte-1w8almc{font-size:12px;color:#9ca3af;margin:0;line-height:1.5}.manip-trace{position:relative;display:inline}.manip-ghost{position:absolute;top:-14px;left:50%;transform:translate(-50%);font-size:.62rem;font-style:italic;color:#d4547a;opacity:.7;line-height:1;white-space:nowrap;pointer-events:none;animation:svelte-1w8almc-ghost-appear .4s ease-out}@keyframes svelte-1w8almc-ghost-appear{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:.7;transform:translate(-50%) translateY(0)}}
