*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:MgOpenModerna,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;background-color:#1a1f2e;color:#e8ecf4}.app{min-height:100vh;display:flex;flex-direction:column}.welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;background:radial-gradient(ellipse at 50% 0%,rgba(91,141,239,.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 100%,rgba(167,139,250,.06) 0%,transparent 50%);min-height:100vh}.welcome h1{font-family:MgOpenModernaBold,sans-serif;font-size:2.5rem;margin-bottom:1.5rem;letter-spacing:-.02em}.welcome-header{max-width:100%;width:500px;height:auto;margin-bottom:2rem;border-radius:12px}.welcome p{font-size:1.15rem;max-width:520px;margin-bottom:1.25rem;color:#b4bfd0;line-height:1.7}.welcome p:last-of-type{margin-bottom:2.5rem}.welcome button{padding:1rem 3rem;font-size:1.2rem;font-family:MgOpenModernaBold,sans-serif;background:#5b8def;color:#e8ecf4;border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 16px #5b8def40}.welcome button:hover{background:#6d9bf5;transform:translateY(-2px);box-shadow:0 6px 24px #5b8def59}.welcome button:active{transform:translateY(0);box-shadow:0 2px 8px #5b8def33}.progress-bar{position:fixed;top:0;left:0;right:0;height:3px;background:#e8ecf414;z-index:100}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#5b8def,#a78bfa);transition:width .4s cubic-bezier(.4,0,.2,1)}.questionnaire{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:100vh}.question{max-width:700px;width:100%;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.question-title{font-family:MgOpenModernaBold,sans-serif;font-size:1.8rem;color:#e8ecf4;margin-bottom:2rem;line-height:1.4;letter-spacing:-.01em}.question-number{display:block;font-size:.85rem;color:#6b7a8f;margin-bottom:.5rem;font-family:MgOpenModerna,sans-serif;text-transform:uppercase;letter-spacing:.05em}.choices{display:flex;flex-direction:column;gap:.75rem}.choice-button{width:100%;padding:1.25rem 1.5rem;font-size:1.1rem;font-family:MgOpenModerna,sans-serif;text-align:left;background:#e8ecf40a;color:#b4bfd0;border:1px solid rgba(232,236,244,.08);border-radius:10px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.choice-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#5b8def1f,#a78bfa14);opacity:0;transition:opacity .2s ease}.choice-button:hover{background:#5b8def1a;border-color:#5b8def4d;transform:translate(4px);color:#e8ecf4}.choice-button:hover:after{opacity:1}.choice-button:active{transform:translate(2px) scale(.995);transition:all .1s ease}.choice-button:focus{outline:none;border-color:#5b8def;box-shadow:0 0 0 2px #5b8def33}.choice-key{display:inline-block;width:28px;height:28px;line-height:26px;text-align:center;margin-right:1rem;background:#e8ecf414;border:1px solid rgba(232,236,244,.12);border-radius:6px;font-size:.85rem;color:#6b7a8f;position:relative;z-index:1;transition:all .2s ease}.choice-button:hover .choice-key{background:#5b8def33;border-color:#5b8def66;color:#5b8def}@keyframes spin{to{transform:rotate(360deg)}}.progress-steps{display:flex;flex-direction:column;gap:1.25rem;margin:2rem 0 1.5rem;text-align:left}.progress-step{display:flex;align-items:center;gap:.75rem;color:#6b7a8f;transition:color .4s ease}.progress-step.complete{color:#4ecdc4}.step-indicator{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.9rem;border-radius:50%;background:#e8ecf40d;transition:all .4s ease}.progress-step.complete .step-indicator{background:#4ecdc426}.step-spinner{width:18px;height:18px;border:2px solid rgba(232,236,244,.1);border-top-color:#a78bfa;border-radius:50%;animation:spin 1s linear infinite}.step-label{font-size:1rem}.progress-count{font-size:.9rem;color:#6b7a8f}.results-page{flex:1;min-height:100vh}.results-loading,.results-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;background:radial-gradient(ellipse at 50% 40%,rgba(167,139,250,.06) 0%,transparent 60%),#1a1f2e}.results-loading h2{font-family:MgOpenModernaBold,sans-serif;font-size:2rem;margin-bottom:1rem}.results-loading p{font-size:1.1rem;color:#b4bfd0;max-width:440px;margin-bottom:.5rem}.results-loading .bookmark-hint{font-size:.95rem;color:#6b7a8f;font-style:italic;margin-bottom:1rem}.results-loading .spinner{width:40px;height:40px;border:3px solid rgba(232,236,244,.1);border-top-color:#a78bfa;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.results-error h2{font-family:MgOpenModernaBold,sans-serif;font-size:2rem;margin-bottom:1rem}.results-error p{color:#b4bfd0;margin-bottom:2rem;max-width:440px}.results-error .back-home{padding:1rem 2.5rem;font-size:1.1rem;font-family:MgOpenModernaBold,sans-serif;background:#5b8def;color:#e8ecf4;border:none;border-radius:8px;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 16px #5b8def40}.results-error .back-home:hover{background:#6d9bf5;transform:translateY(-2px);box-shadow:0 6px 24px #5b8def59}.results-container{max-width:760px;margin:0 auto;padding:3rem 2rem 4rem;min-height:100vh;animation:fadeInUp .6s ease-out}.results-image{display:block;max-width:360px;width:100%;margin:0 auto 3rem;border-radius:12px;box-shadow:0 8px 32px #0000004d}.results-content{line-height:1.8}.results-content h1{font-family:MgOpenModernaBold,sans-serif;font-size:2.5rem;margin-top:0;margin-bottom:.5rem;letter-spacing:-.02em}.results-content h1+p,.results-content h1+em{color:#a78bfa;font-size:1.15rem}.results-content h2{font-family:MgOpenModernaBold,sans-serif;font-size:1.6rem;margin-top:2.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(232,236,244,.1);letter-spacing:-.01em}.results-content h3{font-family:MgOpenModernaBold,sans-serif;font-size:1.3rem;margin-top:1.5rem;margin-bottom:.5rem;color:#b4bfd0}.results-content p{margin-bottom:1rem;color:#c8d0de}.results-content ul,.results-content ol{margin-left:1.5rem;margin-bottom:1.25rem}.results-content li{margin-bottom:.6rem;color:#b4bfd0}.results-content li::marker{color:#5b8def}.results-content blockquote{border-left:3px solid #5b8def;padding:.75rem 1.25rem;margin:1.5rem 0;background:#5b8def0f;border-radius:0 8px 8px 0;color:#b4bfd0;font-style:italic}.results-content a{color:#a78bfa;text-decoration:none;border-bottom:1px solid rgba(167,139,250,.3);transition:all .2s ease}.results-content a:hover{color:#b9a3fb;border-bottom-color:#b9a3fb}.results-content strong{color:#e8ecf4}.results-content em{color:#b4bfd0}.results-content hr{border:none;border-top:1px solid rgba(232,236,244,.08);margin:2rem 0}.app-footer{text-align:center;padding:1.5rem;font-size:.8rem;color:#6b7a8f}.app-footer a{color:#6b7a8f;text-decoration:none;border-bottom:1px solid rgba(107,122,143,.3);transition:all .2s ease}.app-footer a:hover{color:#a78bfa;border-bottom-color:#a78bfa}@media(max-width:768px){.welcome-header{width:100%;max-width:350px}.welcome h1{font-size:2rem}.welcome p{font-size:1.05rem}.question-title{font-size:1.4rem}.choice-button{padding:1rem 1.25rem;font-size:1rem}.results-container{padding:2rem 1.25rem 3rem}.results-image{max-width:280px}.results-content h1{font-size:2rem}.results-content h2{font-size:1.35rem}}@media(max-width:480px){.welcome,.questionnaire{padding:1.5rem}.results-container{padding:1.5rem 1rem 2.5rem}.results-image{max-width:240px}}
