.quiz-wrapper.svelte-6erfyi{max-width:52rem;margin:0 auto;padding:0 1.5rem;font-family:DM Sans,system-ui,-apple-system,sans-serif}.quiz-wrapper.compact.svelte-6erfyi{max-width:42rem}.progress-track.svelte-6erfyi{position:relative;height:4px;background:#e4e4e7;border-radius:999px;margin-bottom:3rem;overflow:hidden}[data-theme=dark] .progress-track.svelte-6erfyi{background:#27272a}.progress-fill.svelte-6erfyi{position:absolute;inset:0;width:0;background:linear-gradient(90deg,#4f46e5,#818cf8);border-radius:999px;transition:width .5s cubic-bezier(.22,1,.36,1)}.progress-label.svelte-6erfyi{position:absolute;right:0;top:12px;font-size:.8rem;font-weight:500;color:#71717a;letter-spacing:.02em}[data-theme=dark] .progress-label.svelte-6erfyi{color:#a1a1aa}.question-container.svelte-6erfyi{animation:svelte-6erfyi-slide-in-right .4s cubic-bezier(.22,1,.36,1) both}.slide-out-left.svelte-6erfyi{animation:svelte-6erfyi-slide-out-left-anim .35s cubic-bezier(.55,0,1,.45) both}.slide-out-right.svelte-6erfyi{animation:svelte-6erfyi-slide-out-right-anim .3s cubic-bezier(.55,0,1,.45) both}@keyframes svelte-6erfyi-slide-in-right{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes svelte-6erfyi-slide-out-left-anim{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}@keyframes svelte-6erfyi-slide-out-right-anim{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.question-number.svelte-6erfyi{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#4f46e5;margin-bottom:.75rem}[data-theme=dark] .question-number.svelte-6erfyi{color:#818cf8}.question-text.svelte-6erfyi{font-size:1.75rem;font-weight:700;line-height:1.25;color:#09090b;margin:0 0 .5rem;letter-spacing:-.02em}[data-theme=dark] .question-text.svelte-6erfyi{color:#fafafa}.question-subtitle.svelte-6erfyi{font-size:1rem;color:#71717a;line-height:1.5;margin:0 0 2rem}[data-theme=dark] .question-subtitle.svelte-6erfyi{color:#a1a1aa}.options-grid.svelte-6erfyi{display:grid;gap:.75rem}.options-grid-wide.svelte-6erfyi{grid-template-columns:1fr 1fr}@media(max-width:640px){.options-grid-wide.svelte-6erfyi{grid-template-columns:1fr}.question-text.svelte-6erfyi{font-size:1.35rem}}.option-card.svelte-6erfyi{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;background:#fff;border:1.5px solid #e4e4e7;border-radius:12px;cursor:pointer;text-align:left;font-family:inherit;font-size:.95rem;line-height:1.45;color:#27272a;transition:all .2s ease;animation:svelte-6erfyi-option-fade-in .4s cubic-bezier(.22,1,.36,1) both}@keyframes svelte-6erfyi-option-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.option-card.svelte-6erfyi:hover{border-color:#a5b4fc;background:#f5f3ff;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e514}.option-card.selected.svelte-6erfyi{border-color:#4f46e5;background:#eef2ff;box-shadow:0 0 0 3px #4f46e51f}[data-theme=dark] .option-card.svelte-6erfyi{background:#18181b;border-color:#3f3f46;color:#e4e4e7}[data-theme=dark] .option-card.svelte-6erfyi:hover{border-color:#6366f1;background:#1e1b4b}[data-theme=dark] .option-card.selected.svelte-6erfyi{border-color:#818cf8;background:#6366f126;box-shadow:0 0 0 3px #6366f126}.option-letter.svelte-6erfyi{display:flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;border-radius:6px;background:#f4f4f5;color:#52525b;font-size:.75rem;font-weight:700;letter-spacing:.02em;flex-shrink:0;transition:all .2s ease}.option-card.svelte-6erfyi:hover .option-letter:where(.svelte-6erfyi){background:#c7d2fe;color:#3730a3}.option-card.selected.svelte-6erfyi .option-letter:where(.svelte-6erfyi){background:#4f46e5;color:#fff}[data-theme=dark] .option-letter.svelte-6erfyi{background:#27272a;color:#a1a1aa}[data-theme=dark] .option-card.svelte-6erfyi:hover .option-letter:where(.svelte-6erfyi){background:#4338ca;color:#e0e7ff}[data-theme=dark] .option-card.selected.svelte-6erfyi .option-letter:where(.svelte-6erfyi){background:#6366f1;color:#fff}.option-text.svelte-6erfyi{padding-top:.15rem}.back-btn.svelte-6erfyi{display:inline-flex;align-items:center;gap:.375rem;margin-top:2rem;padding:.5rem 0;background:none;border:none;color:#71717a;font-family:inherit;font-size:.875rem;cursor:pointer;transition:color .15s ease}.back-btn.svelte-6erfyi:hover{color:#4f46e5}[data-theme=dark] .back-btn.svelte-6erfyi:hover{color:#818cf8}.results-container.svelte-6erfyi{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.22,1,.36,1)}.results-container.revealed.svelte-6erfyi{opacity:1;transform:translateY(0)}.results-header.svelte-6erfyi{text-align:center;margin-bottom:2rem}.results-badge.svelte-6erfyi{display:inline-block;padding:.35rem 1rem;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#4338ca;margin-bottom:1rem}[data-theme=dark] .results-badge.svelte-6erfyi{background:linear-gradient(135deg,#6366f126,#4338ca33);border-color:#6366f14d;color:#a5b4fc}.results-title.svelte-6erfyi{font-size:3rem;font-weight:800;color:#09090b;margin:0;letter-spacing:-.03em;line-height:1.1}[data-theme=dark] .results-title.svelte-6erfyi{color:#fafafa}.results-fullname.svelte-6erfyi{font-size:1.1rem;color:#71717a;margin:.5rem 0 0}[data-theme=dark] .results-fullname.svelte-6erfyi{color:#a1a1aa}.top-result-card.svelte-6erfyi{background:#fff;border:1.5px solid #e4e4e7;border-radius:1.25rem;padding:2.5rem;margin-bottom:3rem;position:relative;overflow:hidden}.top-result-card.svelte-6erfyi:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent)}[data-theme=dark] .top-result-card.svelte-6erfyi{background:#18181b;border-color:#3f3f46}.top-result-icon.svelte-6erfyi{width:3rem;height:3rem;color:var(--accent);margin-bottom:1.25rem}.top-result-icon.svelte-6erfyi svg{width:100%;height:100%}.top-result-tagline.svelte-6erfyi{font-size:1.2rem;font-weight:600;font-style:italic;color:var(--accent);margin:0 0 1rem;line-height:1.4}.top-result-description.svelte-6erfyi{font-size:1rem;line-height:1.65;color:#3f3f46;margin:0 0 2rem}[data-theme=dark] .top-result-description.svelte-6erfyi{color:#a1a1aa}.top-result-strengths.svelte-6erfyi h4:where(.svelte-6erfyi),.top-result-bestfor.svelte-6erfyi h4:where(.svelte-6erfyi){font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#71717a;margin:0 0 .75rem}[data-theme=dark] .top-result-strengths.svelte-6erfyi h4:where(.svelte-6erfyi),[data-theme=dark] .top-result-bestfor.svelte-6erfyi h4:where(.svelte-6erfyi){color:#a1a1aa}.top-result-strengths.svelte-6erfyi ul:where(.svelte-6erfyi){list-style:none;padding:0;margin:0 0 2rem;display:grid;gap:.5rem}.top-result-strengths.svelte-6erfyi li:where(.svelte-6erfyi){display:flex;align-items:center;gap:.625rem;font-size:.95rem;color:#27272a;line-height:1.4}[data-theme=dark] .top-result-strengths.svelte-6erfyi li:where(.svelte-6erfyi){color:#e4e4e7}.top-result-strengths.svelte-6erfyi li:where(.svelte-6erfyi) svg{flex-shrink:0}.top-result-bestfor.svelte-6erfyi p:where(.svelte-6erfyi){font-size:.95rem;color:#3f3f46;line-height:1.6;margin:0;padding:1rem;background:#f9fafb;border-radius:10px;border-left:3px solid var(--accent)}[data-theme=dark] .top-result-bestfor.svelte-6erfyi p:where(.svelte-6erfyi){color:#d4d4d8;background:#ffffff08}.runnerup-section.svelte-6erfyi{margin-bottom:3rem}.runnerup-heading.svelte-6erfyi{font-size:1.1rem;font-weight:700;color:#27272a;margin:0 0 1.25rem;letter-spacing:-.01em}[data-theme=dark] .runnerup-heading.svelte-6erfyi{color:#e4e4e7}.runnerup-grid.svelte-6erfyi{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:768px){.runnerup-grid.svelte-6erfyi{grid-template-columns:1fr}}.runnerup-card.svelte-6erfyi{background:#fff;border:1.5px solid #e4e4e7;border-radius:1rem;padding:1.5rem;position:relative;animation:svelte-6erfyi-option-fade-in .5s cubic-bezier(.22,1,.36,1) both}[data-theme=dark] .runnerup-card.svelte-6erfyi{background:#18181b;border-color:#3f3f46}.runnerup-rank.svelte-6erfyi{position:absolute;top:1rem;right:1rem;font-size:.7rem;font-weight:700;color:#a1a1aa;letter-spacing:.02em}.runnerup-icon.svelte-6erfyi{width:1.75rem;height:1.75rem;color:var(--accent);margin-bottom:.75rem}.runnerup-icon.svelte-6erfyi svg{width:100%;height:100%}.runnerup-name.svelte-6erfyi{font-size:1.1rem;font-weight:700;color:#09090b;margin:0 0 .125rem}[data-theme=dark] .runnerup-name.svelte-6erfyi{color:#fafafa}.runnerup-fullname.svelte-6erfyi{font-size:.75rem;color:#a1a1aa;margin:0 0 .5rem}.runnerup-tagline.svelte-6erfyi{font-size:.825rem;color:#52525b;line-height:1.45;margin:0 0 1rem}[data-theme=dark] .runnerup-tagline.svelte-6erfyi{color:#a1a1aa}.runnerup-score-bar.svelte-6erfyi{height:4px;background:#f4f4f5;border-radius:999px;overflow:hidden;margin-bottom:.375rem}[data-theme=dark] .runnerup-score-bar.svelte-6erfyi{background:#27272a}.runnerup-score-fill.svelte-6erfyi{height:100%;background:var(--accent);border-radius:999px;transition:width 1s cubic-bezier(.22,1,.36,1) .3s}.runnerup-match.svelte-6erfyi{font-size:.75rem;font-weight:600;color:var(--accent)}.full-breakdown.svelte-6erfyi{margin-bottom:3rem}.breakdown-heading.svelte-6erfyi{font-size:1.1rem;font-weight:700;color:#27272a;margin:0 0 1rem}[data-theme=dark] .breakdown-heading.svelte-6erfyi{color:#e4e4e7}.breakdown-list.svelte-6erfyi{display:grid;gap:.625rem}.breakdown-row.svelte-6erfyi{display:flex;align-items:center;gap:.75rem;padding:.625rem 0}.breakdown-rank.svelte-6erfyi{min-width:1.5rem;font-size:.8rem;font-weight:700;color:#a1a1aa;text-align:center}.breakdown-name.svelte-6erfyi{min-width:7rem;font-size:.9rem;font-weight:600;color:#27272a}[data-theme=dark] .breakdown-name.svelte-6erfyi{color:#e4e4e7}.breakdown-bar-track.svelte-6erfyi{flex:1;height:6px;background:#f4f4f5;border-radius:999px;overflow:hidden}[data-theme=dark] .breakdown-bar-track.svelte-6erfyi{background:#27272a}.breakdown-bar-fill.svelte-6erfyi{height:100%;background:var(--accent);border-radius:999px;transition:width .8s cubic-bezier(.22,1,.36,1)}.breakdown-score.svelte-6erfyi{min-width:1.5rem;text-align:right;font-size:.85rem;font-weight:700;color:#52525b}[data-theme=dark] .breakdown-score.svelte-6erfyi{color:#a1a1aa}.results-cta.svelte-6erfyi{text-align:center;padding:2.5rem 2rem;background:linear-gradient(135deg,#f5f3ff,#eef2ff);border:1.5px solid #e0e7ff;border-radius:1.25rem;margin-bottom:2rem}[data-theme=dark] .results-cta.svelte-6erfyi{background:linear-gradient(135deg,#4f46e514,#6366f10d);border-color:#6366f133}.cta-text.svelte-6erfyi{font-size:1.1rem;font-weight:500;color:#3f3f46;margin:0 0 1.5rem;line-height:1.5}[data-theme=dark] .cta-text.svelte-6erfyi{color:#d4d4d8}.cta-buttons.svelte-6erfyi{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.cta-primary.svelte-6erfyi{display:inline-flex;align-items:center;padding:.75rem 2rem;background:#4f46e5;color:#fff;border-radius:999px;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.cta-primary.svelte-6erfyi:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 16px #4f46e54d}.cta-secondary.svelte-6erfyi{display:inline-flex;align-items:center;padding:.75rem 2rem;background:transparent;color:#4f46e5;border:1.5px solid #c7d2fe;border-radius:999px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cta-secondary.svelte-6erfyi:hover{background:#eef2ff;border-color:#4f46e5}[data-theme=dark] .cta-secondary.svelte-6erfyi{color:#a5b4fc;border-color:#6366f14d}[data-theme=dark] .cta-secondary.svelte-6erfyi:hover{background:#6366f11a;border-color:#818cf8}@media(max-width:640px){.results-title.svelte-6erfyi{font-size:2.25rem}.top-result-card.svelte-6erfyi{padding:1.75rem}}.quiz-hero.svelte-1dn9p86{padding:5rem 1.5rem 3rem;text-align:center}.hero-inner.svelte-1dn9p86{max-width:42rem;margin:0 auto}.hero-badge.svelte-1dn9p86{display:inline-block;padding:.35rem 1rem;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#4338ca;margin-bottom:1.5rem;animation:svelte-1dn9p86-fade-in .6s ease-out both;font-family:DM Sans,system-ui,-apple-system,sans-serif}[data-theme=dark] .hero-badge.svelte-1dn9p86{background:linear-gradient(135deg,#6366f126,#4338ca33);border-color:#6366f14d;color:#a5b4fc}.hero-title.svelte-1dn9p86{font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:2.75rem;font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#09090b;margin:0 0 1rem;animation:svelte-1dn9p86-fade-in .6s ease-out .1s both}[data-theme=dark] .hero-title.svelte-1dn9p86{color:#fafafa}.hero-gradient.svelte-1dn9p86{display:block;background:linear-gradient(135deg,#4f46e5,#7c3aed,#2563eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle.svelte-1dn9p86{font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:1.125rem;color:#52525b;line-height:1.6;max-width:36rem;margin:0 auto;animation:svelte-1dn9p86-fade-in .6s ease-out .2s both}[data-theme=dark] .hero-subtitle.svelte-1dn9p86{color:#a1a1aa}@keyframes svelte-1dn9p86-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.quiz-section.svelte-1dn9p86{padding:0 0 4rem;animation:svelte-1dn9p86-fade-in .6s ease-out .3s both}.frameworks-footer.svelte-1dn9p86{padding:3rem 1.5rem 5rem;border-top:1px solid #e4e4e7}[data-theme=dark] .frameworks-footer.svelte-1dn9p86{border-color:#27272a}.frameworks-inner.svelte-1dn9p86{max-width:52rem;margin:0 auto;text-align:center}.frameworks-title.svelte-1dn9p86{font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#71717a;margin:0 0 1.25rem}[data-theme=dark] .frameworks-title.svelte-1dn9p86{color:#71717a}.frameworks-logos.svelte-1dn9p86{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.framework-pill.svelte-1dn9p86{padding:.4rem .875rem;background:#f4f4f5;border:1px solid #e4e4e7;border-radius:999px;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;color:#52525b;letter-spacing:.01em}[data-theme=dark] .framework-pill.svelte-1dn9p86{background:#1c1c1f;border-color:#3f3f46;color:#a1a1aa}@media(max-width:640px){.quiz-hero.svelte-1dn9p86{padding:3.5rem 1.5rem 2rem}.hero-title.svelte-1dn9p86{font-size:2rem}.hero-subtitle.svelte-1dn9p86{font-size:1rem}}
