@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}html[data-v-54f36043],body[data-v-54f36043]{height:100%;width:100%;margin:0;padding:0;background:#f9fafb;font-family:Inter,system-ui,sans-serif;box-sizing:border-box}body[data-v-54f36043]{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100vw;overflow:auto;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease}.container[data-v-54f36043]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:680px;max-width:95vw;background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001f,0 8px 32px #0000000f;color:#222;display:flex;flex-direction:column;padding:3.5rem 3rem;margin:auto;flex-shrink:0}.title[data-v-54f36043]{text-align:center;font-weight:800;font-size:3.4rem;margin-bottom:2.5rem;color:#111827;-webkit-user-select:text;user-select:text}.card[data-v-54f36043]{flex:1 1 auto;overflow:visible;padding-right:0;transition:all .5s ease}.progress[data-v-54f36043]{font-weight:700;color:#4b5563;margin-bottom:1rem;font-size:1.3rem}.question-text[data-v-54f36043]{font-size:1.8rem;margin-bottom:2rem;line-height:1.5;font-weight:600;-webkit-user-select:text;user-select:text}.option-label[data-v-54f36043]{position:relative;display:flex;align-items:center;gap:20px;font-size:1.4rem;cursor:pointer;padding:14px 18px;border-radius:12px;transition:background-color .3s ease;-webkit-user-select:none;user-select:none;font-weight:500}.option-label[data-v-54f36043]:hover{background-color:#f0f9ff}.option-label.checked[data-v-54f36043]{background-color:#bae6fd;border:2px solid #3b82f6}.radio-input[data-v-54f36043]{opacity:0;position:absolute;pointer-events:none}.custom-radio[data-v-54f36043]{width:24px;height:24px;border:3px solid #9ca3af;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .3s ease}.option-label.checked .custom-radio[data-v-54f36043]{border-color:#2563eb}.option-label.checked .custom-radio[data-v-54f36043]:after{content:"";width:12px;height:12px;background-color:#2563eb;border-radius:50%}.btn[data-v-54f36043]{display:inline-block;padding:1rem 2.5rem;background-color:#2563eb;color:#fff;font-weight:700;font-size:1.4rem;border:none;border-radius:14px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .3s ease,box-shadow .3s ease;box-shadow:0 6px 16px #2563eb66;margin-top:1rem;align-self:flex-start}.btn[data-v-54f36043]:hover:not(.disabled){background-color:#1d4ed8;box-shadow:0 8px 20px #1d4ed880}.btn.disabled[data-v-54f36043],.btn[data-v-54f36043]:disabled{cursor:not-allowed;background-color:#93c5fd;box-shadow:none;color:#dbeafe}.reset-btn[data-v-54f36043]{margin-top:3.5rem;align-self:center}.result-card[data-v-54f36043]{text-align:center;font-size:1.6rem}.result-title[data-v-54f36043]{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#111827;-webkit-user-select:text;user-select:text}.intro-card[data-v-54f36043]{text-align:center;font-size:1.6rem}.intro-text[data-v-54f36043]{font-size:1.6rem;line-height:1.6;font-weight:500;color:#374151;margin-bottom:.8rem;-webkit-user-select:text;user-select:text}.start-btn[data-v-54f36043]{align-self:center;padding:1.2rem 3rem;font-size:1.5rem;background-color:#10b981;box-shadow:0 6px 16px #10b98166}.start-btn[data-v-54f36043]:hover{background-color:#059669;box-shadow:0 8px 20px #05966980}.fade-enter-active[data-v-54f36043],.fade-leave-active[data-v-54f36043]{transition:all .5s ease}.fade-enter-from[data-v-54f36043],.fade-leave-to[data-v-54f36043]{opacity:0;transform:translateY(20px)}.fade-enter-to[data-v-54f36043],.fade-leave-from[data-v-54f36043]{opacity:1;transform:translateY(0)}@media (max-width: 720px),(max-height: 650px){.container[data-v-54f36043]{width:90vw;padding:2.5rem 2rem}.title[data-v-54f36043]{font-size:2.4rem;margin-bottom:1.8rem}.progress[data-v-54f36043]{font-size:1.1rem}.question-text[data-v-54f36043]{font-size:1.4rem;margin-bottom:1.5rem}.option-label[data-v-54f36043]{font-size:1.2rem;padding:10px 14px;gap:14px}.custom-radio[data-v-54f36043]{width:20px;height:20px;border-width:2.5px}.option-label.checked .custom-radio[data-v-54f36043]:after{width:10px;height:10px}.btn[data-v-54f36043]{font-size:1.1rem;padding:.75rem 2rem;margin-top:.8rem}.reset-btn[data-v-54f36043]{margin-top:2rem}.result-title[data-v-54f36043]{font-size:1.6rem;margin-bottom:1rem}}[data-v-54f36043]{transition:all .3s ease}
