@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
*{box-sizing:border-box}.assessment-container{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);min-height:100vh;padding:2rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.assessment-wrapper,.user-form-wrapper,.results-wrapper,.intro-wrapper{max-width:700px;margin:0 auto;animation:.5s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.assessment-header{text-align:center;margin-bottom:2.5rem}.assessment-title{color:#fff;margin-bottom:.75rem;font-size:2.25rem;font-weight:800;line-height:1.2}.assessment-subtitle{color:rgba(255,255,255,.7);margin-bottom:2rem;font-size:1.125rem;font-weight:500}.progress-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem}.progress-info{color:#fff;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.progress-category{color:rgba(255,255,255,.6);font-weight:500}.progress-bar{background:rgba(255,255,255,.15);border-radius:100px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:100px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.question-card{background:#fff;border-radius:16px;margin-bottom:1.5rem;padding:2.5rem;animation:.4s ease-out slideIn;box-shadow:0 20px 60px rgba(0,0,0,.4)}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.question-number{text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin-bottom:1rem;font-size:.75rem;font-weight:700}.question-text{color:#0f172a;margin-bottom:2rem;font-size:1.5rem;font-weight:700;line-height:1.4}.answer-buttons{flex-direction:column;gap:.875rem;display:flex}.answer-btn{cursor:pointer;color:#334155;text-align:left;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;padding:1.125rem 1.5rem;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.answer-btn:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translate(4px)}.answer-btn.selected{transform:translate(6px)scale(1.01);box-shadow:0 8px 24px rgba(0,0,0,.12)}.answer-icon{flex-shrink:0;font-size:1.5rem}.answer-label{flex:1}.back-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:10px;margin:0 auto;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s;display:block}.back-button:hover{background:rgba(255,255,255,.15)}.user-form-wrapper{background:#fff;border-radius:16px;max-width:480px;padding:2.5rem;box-shadow:0 20px 60px rgba(0,0,0,.4)}.form-header{text-align:center;margin-bottom:2rem}.completion-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:2rem;font-weight:800;display:flex;box-shadow:0 8px 24px rgba(59,130,246,.3)}.form-header h2{color:#0f172a;margin-bottom:.5rem;font-size:1.875rem;font-weight:800}.form-header p{color:#64748b;font-size:1rem;font-weight:500}.user-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#334155;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:700}.form-group input{border:2px solid #e2e8f0;border-radius:10px;padding:1rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .3s}.form-group input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1.125rem 2rem;font-size:1.0625rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 8px 24px rgba(59,130,246,.25)}.submit-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(59,130,246,.35)}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.arrow{font-size:1.25rem;transition:transform .3s}.submit-button:hover .arrow{transform:translate(3px)}.privacy-note{text-align:center;color:#64748b;margin-top:.5rem;font-size:.8125rem;font-weight:500}.intro-wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding-top:2rem;display:flex}.intro-badge{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.chaos-slider-container{background:#fff;border-radius:24px;width:100%;max-width:600px;margin:2rem 0;padding:3rem 2rem;box-shadow:0 25px 60px rgba(0,0,0,.5)}.slider-label-row{justify-content:space-between;margin-bottom:2rem;font-size:1.125rem;font-weight:800;display:flex}.label-chaos{color:#ef4444;align-items:center;gap:.5rem;display:flex}.label-order{color:#3b82f6;align-items:center;gap:.5rem;display:flex}.slider-track-wrapper{background:#f1f5f9;border-radius:100px;height:60px;padding:4px;position:relative;overflow:hidden}.slider-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;z-index:10;background:0 0;outline:none;width:100%;height:100%;position:relative}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:grab;z-index:20;background:0 0;border:none;border-radius:50%;width:60px;height:60px;position:relative}.slider-input::-moz-range-thumb{cursor:grab;z-index:20;background:0 0;border:none;border-radius:50%;width:60px;height:60px;position:relative}.slider-input:active::-webkit-slider-thumb{cursor:grabbing}.slider-visual-thumb{color:#3b82f6;pointer-events:none;z-index:5;background:#fff;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .1s cubic-bezier(.4,0,.2,1),box-shadow .2s,border-color .2s;display:flex;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 4px 15px rgba(0,0,0,.15)}.slider-input:active+.slider-visual-thumb,.slider-input:hover+.slider-visual-thumb{border-color:#3b82f6;transform:translate(-50%,-50%)scale(1.1);box-shadow:0 8px 25px rgba(59,130,246,.25)}.slider-icon{stroke-width:2.5px;width:24px;height:24px}.slider-fill{opacity:.3;pointer-events:none;background:linear-gradient(90deg,#ef4444 0%,#3b82f6 100%);border-radius:100px;position:absolute;top:0;bottom:0;left:0}.instruction-text{color:#64748b;margin-top:1.5rem;font-size:.9rem;font-weight:500}.results-wrapper{max-width:800px}.results-header{text-align:center;margin-bottom:2.5rem}.results-icon{border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 1.5rem;font-size:2.75rem;animation:.5s cubic-bezier(.34,1.56,.64,1) scaleIn;display:flex;box-shadow:0 12px 40px rgba(0,0,0,.3)}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.diagnosis-title{margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.1}.diagnosis-headline{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}.diagnosis-subheadline{color:rgba(255,255,255,.8);font-size:1.125rem;font-weight:500;line-height:1.5}.results-content{flex-direction:column;gap:2rem;display:flex}.results-top-section{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.score-chart-container{background:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.chart-wrapper{width:100%;max-width:400px;height:300px;margin-top:1rem;position:relative}.score-chart-container h3,.primary-insight-card h3,.insight-card h3{text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin-bottom:1rem;font-size:.875rem;font-weight:800}.primary-insight-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid rgba(0,0,0,.05);border-radius:20px;flex-direction:column;justify-content:center;padding:2.5rem;display:flex;box-shadow:0 10px 30px rgba(0,0,0,.1)}.truth-text{color:#0f172a;background:linear-gradient(90deg,#0f172a,#334155);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:1.75rem;font-style:italic;font-weight:800;line-height:1.3}.reality-check{background:rgba(241,245,249,.8);border-left:4px solid #3b82f6;border-radius:12px;padding:1.5rem}.reality-check h4{color:#3b82f6;text-transform:uppercase;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.reality-check p{color:#475569;font-size:1.0625rem;line-height:1.6}.insights-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.insight-card{background:#fff;border-radius:20px;padding:2rem;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.insight-card:hover{transform:translateY(-5px)}.insight-card .card-icon{margin-bottom:1rem;font-size:2.5rem}.insight-card.warning{border-top:5px solid #f59e0b}.insight-card.future{border-top:5px solid #8b5cf6}.insight-card p{color:#334155;font-size:1.125rem;font-weight:500;line-height:1.6}@media (max-width:900px){.results-top-section{grid-template-columns:1fr}}@media (max-width:640px){.insights-grid{grid-template-columns:1fr}}.solution-card{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-left:4px solid #3b82f6}.solution-card p{color:#1e3a8a;margin-bottom:.5rem;font-size:1.125rem;font-weight:600;line-height:1.7}.solution-card p:last-child{margin-bottom:0}.solution-emphasis{color:#1e40af;font-size:1.25rem;font-weight:800}.cta-section{text-align:center;background:#f8fafc;border:2px solid #e2e8f0}.cta-section h3{text-transform:none;letter-spacing:normal;margin-bottom:.75rem;font-size:1.5rem}.cta-section>p{color:#475569;margin-bottom:1.75rem;font-size:1.0625rem;font-weight:500}.cta-buttons{flex-direction:column;gap:.875rem;margin-bottom:1rem;display:flex}.cta-primary,.cta-secondary{cursor:pointer;border:none;border-radius:10px;padding:1.125rem 2rem;font-family:inherit;font-size:1.0625rem;font-weight:700;transition:all .3s}.cta-primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 8px 24px rgba(59,130,246,.25)}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(59,130,246,.35)}.cta-secondary{color:#1e40af;background:#fff;border:2px solid #3b82f6}.cta-secondary:hover{background:#eff6ff;transform:translateY(-2px)}.cta-note{color:#64748b;margin-top:.5rem;font-size:.875rem;font-style:italic}@media (max-width:768px){.assessment-title{font-size:1.875rem}.question-text{font-size:1.25rem}.question-card,.user-form-wrapper{padding:2rem 1.5rem}.diagnosis-title{font-size:2rem}.diagnosis-headline{font-size:1.25rem}.reality-card,.truth-card,.impact-card,.future-card,.category-breakdown,.solution-card,.cta-section{padding:1.5rem}}@media (max-width:480px){.assessment-container{padding:1.5rem .75rem}.assessment-title{font-size:1.5rem}.question-text{font-size:1.125rem}.answer-btn{padding:1rem;font-size:.9375rem}.answer-icon{font-size:1.25rem}.cta-buttons{flex-direction:column}.chaos-slider-container{padding:2rem 1.5rem}}.PhoneInput{align-items:center;width:100%;display:flex}.PhoneInputInput{color:#0f172a;background:#fff;border:2px solid #e2e8f0;border-radius:10px;flex:1;min-width:0;padding:1rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .3s}.PhoneInputInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.PhoneInputCountry{margin-right:.75rem}.PhoneInputCountrySelect{cursor:pointer}.PhoneInputCountryIcon{width:24px;height:16px;box-shadow:0 1px 3px rgba(0,0,0,.1)}
:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
