:root{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow-x:hidden}body{display:flex;justify-content:center;align-items:center;min-width:320px;min-height:100vh;max-width:1920px;margin:0 auto}button{border:none;font-family:inherit;cursor:pointer;transition:all .3s ease}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.quiz-container.svelte-1lto2fu{max-width:800px;width:100%;margin:0 auto;padding:2rem;border-radius:1.5rem;background:#ffffffe6;box-shadow:0 8px 32px #1f268726;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .5s ease}@media (max-width: 768px){.quiz-container.svelte-1lto2fu{padding:1.5rem}.question.svelte-1lto2fu h2:where(.svelte-1lto2fu){font-size:1.5rem}.option.svelte-1lto2fu{padding:.8rem 1rem}.option-text.svelte-1lto2fu{font-size:1rem}}@media (max-width: 480px){.quiz-container.svelte-1lto2fu{padding:1rem}.question.svelte-1lto2fu h2:where(.svelte-1lto2fu){font-size:1.3rem;margin-bottom:1.5rem}.option.svelte-1lto2fu{padding:.7rem .8rem}}.fade-out.svelte-1lto2fu{opacity:.5}.progress-container.svelte-1lto2fu{width:100%;height:8px;background:#f0f0f0;border-radius:4px;margin-bottom:1.5rem;overflow:hidden}.progress-bar.svelte-1lto2fu{height:100%;background:linear-gradient(90deg,#f96,#ff5e62);border-radius:4px;transition:width .5s ease}.question-number.svelte-1lto2fu{font-size:1rem;color:#666;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.emoji.svelte-1lto2fu{font-size:1.5rem}.question.svelte-1lto2fu h2:where(.svelte-1lto2fu){font-size:1.8rem;font-weight:700;color:#333;margin-bottom:2rem;line-height:1.4}.options.svelte-1lto2fu{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.option.svelte-1lto2fu{display:flex;align-items:center;padding:1rem 1.5rem;border-radius:1rem;background:#fff;border:2px solid #eee;cursor:pointer;transition:all .3s ease;text-align:left;gap:1rem}.option.svelte-1lto2fu:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a;border-color:#f96}.option.selected.svelte-1lto2fu{background:linear-gradient(90deg,#f96,#ff5e62);color:#fff;border-color:transparent}.option-id.svelte-1lto2fu{font-weight:700;font-size:1.2rem;color:#ff5e62;min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ff5e621a}.option.selected.svelte-1lto2fu .option-id:where(.svelte-1lto2fu){color:#fff;background:#fff3}.option-text.svelte-1lto2fu{font-size:1.1rem;flex:1}.navigation.svelte-1lto2fu{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.nav-button.svelte-1lto2fu{background:none;border:none;color:#ff5e62;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:2rem;transition:all .3s ease}.nav-button.svelte-1lto2fu:hover{background:#ff5e621a}.dots.svelte-1lto2fu{display:flex;gap:.5rem}.dot.svelte-1lto2fu{width:8px;height:8px;border-radius:50%;background:#ddd;transition:all .3s ease}.dot.active.svelte-1lto2fu{background:#ff5e62;transform:scale(1.5)}th.svelte-zi3md2{color:#000;text-shadow:0px 0px 2px rgba(255,255,255,.8)}.result-container.svelte-zi3md2{max-width:800px;width:100%;margin:0 auto;padding:3rem;padding-top:200px;border-radius:1.5rem;background:#fff;box-shadow:0 8px 32px #1f268726;text-align:center;animation:svelte-zi3md2-fadeIn 1s ease}@media (max-width: 768px){.result-container.svelte-zi3md2{padding:2rem;padding-top:150px;padding-left:30px;padding-right:30px;max-width:400px}}@media (max-width: 480px){.result-container.svelte-zi3md2{padding:1.5rem;padding-top:120px}}.selected.svelte-zi3md2{background-color:var(--accent-color);color:#fff;font-weight:700}.total-row.svelte-zi3md2{background-color:#f5f5f5;font-weight:700}.note.svelte-zi3md2{font-style:italic;margin-top:1rem;font-size:.9rem;color:#666}.archetype-table.svelte-zi3md2{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}.archetype-table.svelte-zi3md2 th:where(.svelte-zi3md2),.archetype-table.svelte-zi3md2 td:where(.svelte-zi3md2){padding:.75rem;border:1px solid #ddd;text-align:center}.archetype-table.svelte-zi3md2 th:where(.svelte-zi3md2){background-color:var(--accent-color, #4a90e2);color:#000;font-weight:700;text-shadow:0px 0px 2px rgba(255,255,255,.8)}.archetype-title.svelte-zi3md2{margin-top:2rem;font-weight:700}.characteristics-table.svelte-zi3md2{margin-top:1rem}.characteristics-table.svelte-zi3md2 tr.highlighted:where(.svelte-zi3md2){background-color:rgba(var(--accent-color-rgb, 74, 144, 226),.2);font-weight:700}.characteristics-table.svelte-zi3md2 td:where(.svelte-zi3md2){text-align:left}@media (max-width: 768px){.result-container.svelte-zi3md2{padding:2rem}h1.svelte-zi3md2{font-size:2rem}.icon.svelte-zi3md2{font-size:4rem}.action-buttons.svelte-zi3md2{flex-direction:column;gap:.8rem}}@media (max-width: 480px){.result-container.svelte-zi3md2{padding:1.5rem}h1.svelte-zi3md2{font-size:1.8rem}.result-description.svelte-zi3md2 p:where(.svelte-zi3md2){font-size:1rem}}@keyframes svelte-zi3md2-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.result-header.svelte-zi3md2{margin-bottom:2rem}.icon.svelte-zi3md2{font-size:5rem;margin-bottom:1rem;animation:svelte-zi3md2-pulse 2s infinite}@keyframes svelte-zi3md2-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}h1.svelte-zi3md2{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:1rem}.archetype-name.svelte-zi3md2{color:var(--accent-color);position:relative;display:inline-block}.archetype-name.svelte-zi3md2:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:var(--accent-color);border-radius:3px}.result-description.svelte-zi3md2{margin-bottom:2rem}.result-description.svelte-zi3md2 p:where(.svelte-zi3md2){font-size:1.2rem;line-height:1.6;color:#555}.traits.svelte-zi3md2{margin-bottom:2rem}h3.svelte-zi3md2{font-size:1.3rem;color:#333;margin-bottom:1rem}.traits-list.svelte-zi3md2{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.trait.svelte-zi3md2{background:var(--accent-color);color:#fff;padding:.5rem 1.2rem;border-radius:2rem;font-weight:600;font-size:1rem;box-shadow:0 4px 10px #0000001a;transition:all .3s ease}.trait.svelte-zi3md2:hover{transform:translateY(-3px);box-shadow:0 6px 15px #00000026}.summary-section.svelte-zi3md2{margin-top:2rem;margin-bottom:2rem;background-color:#f8f9fa;padding:1.5rem;border-radius:1rem}.table-container.svelte-zi3md2{overflow-x:auto;margin-top:1rem;width:100%}@media (max-width: 800px){.table-container.svelte-zi3md2{overflow-x:scroll;-webkit-overflow-scrolling:touch;width:100%;position:relative;display:block;max-width:100%}.archetype-table.svelte-zi3md2{min-width:600px;table-layout:fixed;display:table}}.archetype-table.svelte-zi3md2{width:100%;border-collapse:collapse;text-align:left;font-size:.9rem}.archetype-table.svelte-zi3md2 th:where(.svelte-zi3md2),.archetype-table.svelte-zi3md2 td:where(.svelte-zi3md2){padding:.75rem;border-bottom:1px solid #e0e0e0}.archetype-table.svelte-zi3md2 th:where(.svelte-zi3md2){background-color:#f1f1f1;font-weight:600}.archetype-table.svelte-zi3md2 tr.highlighted:where(.svelte-zi3md2){background-color:rgba(var(--accent-color-rgb),.1);font-weight:600}@media (max-width: 768px){.archetype-table.svelte-zi3md2{font-size:.7rem}.archetype-table.svelte-zi3md2 th:where(.svelte-zi3md2),.archetype-table.svelte-zi3md2 td:where(.svelte-zi3md2){padding:.4rem}.result-container.svelte-zi3md2{font-size:.85rem}.result-header.svelte-zi3md2{margin-top:4rem}.result-header.svelte-zi3md2 h1:where(.svelte-zi3md2){font-size:1.5rem}.result-description.svelte-zi3md2 p:where(.svelte-zi3md2){font-size:.85rem}.traits.svelte-zi3md2 h3:where(.svelte-zi3md2),.summary-section.svelte-zi3md2 h3:where(.svelte-zi3md2),.archetype-title.svelte-zi3md2{font-size:1.1rem}.traits-list.svelte-zi3md2{font-size:.8rem}.note.svelte-zi3md2{font-size:.75rem}.restart-button.svelte-zi3md2{font-size:.9rem;padding:.8rem 2rem}}@media (max-width: 480px){.archetype-table.svelte-zi3md2{font-size:.65rem;min-width:450px}.archetype-table.svelte-zi3md2 th:where(.svelte-zi3md2),.archetype-table.svelte-zi3md2 td:where(.svelte-zi3md2){padding:.3rem}.result-container.svelte-zi3md2{margin-top:5rem;padding-top:5rem;font-size:.8rem;padding-left:.5rem;padding-right:.5rem}.result-header.svelte-zi3md2{margin-top:2rem}.result-header.svelte-zi3md2 h1:where(.svelte-zi3md2){font-size:1.3rem}.result-description.svelte-zi3md2 p:where(.svelte-zi3md2){font-size:.8rem}.traits.svelte-zi3md2 h3:where(.svelte-zi3md2),.summary-section.svelte-zi3md2 h3:where(.svelte-zi3md2),.archetype-title.svelte-zi3md2{font-size:1rem}.traits-list.svelte-zi3md2{font-size:.75rem}.note.svelte-zi3md2{font-size:.7rem}.restart-button.svelte-zi3md2{font-size:.85rem;padding:.7rem 1.5rem}.action-buttons.svelte-zi3md2{margin-top:1.5rem;gap:.7rem}}.action-buttons.svelte-zi3md2{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.restart-button.svelte-zi3md2{background:var(--accent-color);color:#fff;border:none;padding:1rem 2.5rem;border-radius:2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.restart-button.svelte-zi3md2:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000026}body{margin:0;padding:0 0 60px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;color:#333;position:relative}.top-header.svelte-1n46o8q{background-color:#fff;padding:.5rem;box-shadow:0 2px 10px #0000001a;text-align:center;position:fixed;top:0;left:0;width:100%;z-index:100}.logo.svelte-1n46o8q{height:35px;max-width:180px;object-fit:contain}.copyright.svelte-1n46o8q{text-align:center;padding:1rem;background-color:#fff;box-shadow:0 -2px 10px #0000001a;position:fixed;bottom:0;left:0;width:100%;font-size:.9rem;color:#666}main.svelte-1n46o8q{width:100%;min-height:100vh;padding:calc(7rem + 35px) 1rem 2rem 1rem;box-sizing:border-box;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.app-container.svelte-1n46o8q{max-width:900px;width:100%;margin:0 auto;padding:1rem}header.svelte-1n46o8q{text-align:center;margin-bottom:2rem;animation:svelte-1n46o8q-fadeIn 1s ease}@keyframes svelte-1n46o8q-fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.title.svelte-1n46o8q{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(90deg,#f96,#ff5e62);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.subtitle.svelte-1n46o8q{font-size:1.2rem;color:#555;margin-bottom:2rem}.instructions.svelte-1n46o8q{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 15px #0000001a;margin-bottom:2rem;text-align:left}.instructions.svelte-1n46o8q h2:where(.svelte-1n46o8q){font-size:1.3rem;margin-top:0;margin-bottom:1rem;color:#333;display:flex;align-items:center;gap:.5rem}.instructions.svelte-1n46o8q p:where(.svelte-1n46o8q){margin:.5rem 0;color:#555;line-height:1.5}@media (max-width: 768px){main.svelte-1n46o8q{padding-top:calc(4rem + 35px)}.app-container.svelte-1n46o8q{margin-top:5rem;padding-top:5rem;font-size:.9rem}header.svelte-1n46o8q{margin-top:7rem}.title.svelte-1n46o8q{font-size:1.8rem;margin-top:6rem}.subtitle.svelte-1n46o8q{font-size:.9rem;margin-top:1.5rem}.instructions.svelte-1n46o8q{margin-top:3rem;font-size:.85rem}.instructions.svelte-1n46o8q h2:where(.svelte-1n46o8q){font-size:1.1rem}}@media (max-width: 480px){main.svelte-1n46o8q{padding-top:calc(3rem + 35px);padding-left:.5rem;padding-right:.5rem}.app-container.svelte-1n46o8q{margin-top:40rem;padding-top:3rem;font-size:.85rem}header.svelte-1n46o8q{margin-top:5rem}.title.svelte-1n46o8q{font-size:1.5rem;margin-top:4rem}.subtitle.svelte-1n46o8q{font-size:.8rem;margin-top:1rem}.instructions.svelte-1n46o8q{margin-top:2rem;font-size:.8rem}.instructions.svelte-1n46o8q h2:where(.svelte-1n46o8q){font-size:1rem}.copyright.svelte-1n46o8q{font-size:.8rem;padding:.7rem}.logo.svelte-1n46o8q{height:30px;max-width:150px}}
