@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";:root{color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#faf3ee;color:#283233;font-synthesis:none}.dark{color-scheme:light;background:#faf3ee;color:#283233}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:0;overflow-x:hidden;background:linear-gradient(180deg,#faf3ee,#f3e8df)}button,a{-webkit-tap-highlight-color:transparent}.hidden{display:none}button{font:inherit}button:focus-visible,a:focus-visible{outline:3px solid #8ebbb4;outline-offset:3px}.app-shell{width:100%;min-height:100dvh;padding:24px 16px 40px;background:linear-gradient(180deg,#faf3ee,#f3e8df)}.start-screen,.loading-screen{display:grid;place-items:center}.start-card,.question-screen,.clarification-screen,.loading-card,.report{width:min(100%,760px)}.start-card{padding:36px 24px 28px;border:1px solid rgba(88,77,63,.08);border-radius:28px;background:#fffdfad6;box-shadow:0 20px 55px #4a382912}.start-card h1{margin-bottom:18px;font-size:clamp(2rem,8vw,3.7rem);font-weight:500;letter-spacing:-.015em;line-height:1.1}.eyebrow{width:52px;height:4px;margin-bottom:24px;border-radius:99px;background:#2c5f5a}h1,h2,h3,p{margin-top:0}h1,h2{color:#244f4b;font-family:Playfair Display,Georgia,serif;font-weight:600;letter-spacing:-.025em}h1{margin-bottom:16px;font-size:clamp(2.25rem,10vw,4.4rem);line-height:1.04}h2{margin-bottom:16px;font-size:clamp(1.55rem,6vw,2.2rem);line-height:1.14}h3{margin-bottom:10px;color:#244f4b;font-size:1rem;line-height:1.42}p,li{font-size:1rem;line-height:1.62}.lead{margin-bottom:27px;color:#4f5b59;font-size:1.05rem}.start-list{display:grid;gap:15px;margin:0 0 32px;padding:0;list-style:none}.start-list li{display:grid;grid-template-columns:14px minmax(0,1fr);gap:12px;color:#33403e}.start-list li:before{content:"✦";margin-top:.1em;color:#78a99f;font-size:.86rem;font-weight:400;line-height:1}.primary-button,.secondary-button,.text-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;border:0;border-radius:15px;padding:13px 19px;cursor:pointer;font-weight:600;line-height:1.35;text-align:center;text-decoration:none;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.primary-button{width:100%;background:#2c5f5a;color:#fffdf9;box-shadow:0 9px 22px #2c5f5a33}.primary-button:hover{background:#234f4b}.primary-button:disabled{cursor:not-allowed;background:#9fb9b5;box-shadow:none}.primary-button.compact{width:auto}.secondary-button{width:100%;border:1px solid #b4cbc5;background:transparent;color:#2c5f5a}.secondary-button:hover{background:#edf5f2}.text-button{min-height:44px;padding:10px 2px;background:transparent;color:#2c5f5a}.question-screen,.clarification-screen{margin-inline:auto;padding-bottom:calc(92px + env(safe-area-inset-bottom))}.question-header{margin-bottom:16px}.question-header h1{margin:8px 0 0;font-size:clamp(1.5rem,7vw,1.75rem);font-weight:500;letter-spacing:-.015em;line-height:1.15}.part{margin-bottom:10px;color:#527873;font-size:.83rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.progress-track,.bar-track{overflow:hidden;width:100%;height:6px;border-radius:999px;background:#2c5f5a1f}.progress-track{margin-bottom:18px}.progress-track span,.bar-track span{display:block;height:100%;border-radius:inherit;background:#2c5f5a;transition:width .22s ease}.questions,.clarification-options{display:grid;gap:20px}.question-card,.clarification-screen{padding:22px;border:1px solid rgba(88,77,63,.08);border-radius:24px;background:#fffdfae0;box-shadow:0 12px 32px #4a38290b}.clarification-screen h1{margin-bottom:24px;font-size:clamp(1.75rem,8vw,2.8rem)}.question-card h2{color:#303e3d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.12rem;font-weight:600;letter-spacing:0;line-height:1.45}.answers{display:grid;gap:10px}.answer{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:11px;width:100%;min-height:54px;border:1px solid #ded6ce;border-radius:15px;padding:13px;background:#fffdfb;color:#3a4644;cursor:pointer;font-size:.95rem;line-height:1.45;text-align:left;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.answer:hover,.answer.selected{border-color:#5f9890;background:#edf6f2}.answer.selected{color:#234f4b}.answer span{display:grid;place-items:center;width:25px;height:25px;border:1px solid #a9c8c2;border-radius:50%;color:#2c5f5a;font-size:.75rem;font-weight:700}.answer.selected span{border-color:#2c5f5a;background:#2c5f5a;color:#fff}.clarification-options{margin-bottom:23px}.clarification-answer{min-height:72px}.navigation{position:fixed!important;z-index:20;right:auto;bottom:0;left:0;width:100vw;min-height:73px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px max(16px,calc((100vw - 760px)/2)) calc(10px + env(safe-area-inset-bottom));border-top:1px solid rgba(88,77,63,.1);background:#fffdfb;box-shadow:0 -8px 26px #4a382912}@media(max-width:420px){.app-shell{padding:14px 14px 0}.question-screen,.clarification-screen{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.question-header{margin-bottom:10px}.part{margin-bottom:6px;font-size:.72rem}.progress-track{height:4px;margin-bottom:12px}.question-header h1{margin-top:6px;font-size:clamp(1.35rem,6.5vw,1.55rem)}.questions{gap:0}.question-card,.clarification-screen{padding:14px;border-radius:20px}.question-card h2{margin-bottom:10px;font-size:1rem;line-height:1.32}.answers,.clarification-options{gap:6px}.answer{grid-template-columns:23px minmax(0,1fr);gap:8px;min-height:44px;border-radius:12px;padding:9px 10px;font-size:.84rem;line-height:1.28}.answer span{width:21px;height:21px;font-size:.68rem}.clarification-screen h1{margin-bottom:14px;font-size:1.48rem;line-height:1.14}.clarification-options{margin-bottom:0}.clarification-answer{min-height:0}.navigation{min-height:64px;gap:10px;padding:7px 14px calc(7px + env(safe-area-inset-bottom))}.primary-button,.secondary-button,.text-button{min-height:44px;border-radius:13px;padding:9px 14px;font-size:.92rem}.text-button{padding-inline:2px}}@media(max-width:420px)and (max-height:720px){.app-shell{padding-top:10px}.question-header h1{font-size:1.32rem}.question-card{padding:12px}.question-card h2{font-size:.94rem}.answer{padding-block:8px;font-size:.8rem}}.loading-card{display:grid;justify-items:center;gap:27px;padding:46px 26px;border-radius:27px;background:#fffdfadb;text-align:center}.loading-card p{margin:0;color:#2c5f5a;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;line-height:1.35}.gate-screen{display:grid;place-items:start center;padding-top:36px}.gate-card{width:min(100%,760px);padding:30px 22px 26px;border:1px solid rgba(88,77,63,.08);border-radius:26px;background:#fffdfae6;box-shadow:0 16px 48px #4a38290f}.gate-card h1{margin-bottom:15px;font-size:clamp(1.85rem,8vw,3.3rem);font-weight:500;line-height:1.12}.gate-card .lead{margin-bottom:24px}.getcourse-widget{width:100%;min-height:1px;overflow:hidden}.getcourse-widget iframe{display:block;width:100%;max-width:100%;border:0}.gate-report-button{margin-top:20px}.loading-orbit{width:58px;height:58px;border:3px solid #d5e4df;border-top-color:#2c5f5a;border-radius:50%;animation:spin 1.1s linear infinite}.report-shell{padding-top:16px}.report{margin-inline:auto;padding:24px 18px 30px;border:1px solid rgba(88,77,63,.08);border-radius:26px;background:#fffdfae6;box-shadow:0 16px 48px #4a38290f}.report-hero{text-align:center}.badge{display:inline-block;margin-bottom:18px;border-radius:999px;padding:7px 11px;background:#e1efea;color:#2c5f5a;font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.report-hero h1{margin-bottom:21px;font-size:clamp(2.05rem,9vw,3.9rem)}.score{display:flex;align-items:baseline;justify-content:center;gap:8px;color:#2c5f5a}.score strong{font-family:Playfair Display,Georgia,serif;font-size:clamp(5.4rem,27vw,9rem);font-weight:600;letter-spacing:-.07em;line-height:.82}.score span{max-width:87px;color:#527873;font-size:.95rem;font-weight:600;line-height:1.1;text-align:left}.score-caption{margin:13px 0 17px;color:#527873;font-size:.91rem}.index-explanation{margin-bottom:24px;color:#53615f;font-size:.94rem;text-align:left}.report-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:4px}.report-actions .primary-button,.report-actions .secondary-button{min-height:50px;padding-inline:8px;font-size:.84rem}.care-notice{margin:29px 0 0;border:1px solid #e4c9b6;border-radius:18px;padding:17px;background:#fcf2e8;color:#664d3e}.report-section{padding-top:31px}.report-section h2{margin-bottom:14px;font-size:clamp(1.6rem,7vw,2.1rem)}.conclusion,.next-step{margin:0;color:#35423f;font-size:1.02rem}.insight-list{display:grid;gap:13px}.insight-card{padding:17px;border-left:3px solid #82ada6;border-radius:0 15px 15px 0;background:#f8f5f0}.insight-card p{margin-bottom:10px;color:#465250;font-size:.95rem}.insight-card p:last-child{margin-bottom:0}.recommendation{color:#2c5f5a!important}.sphere-bars{display:grid;gap:17px}.sphere-label{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:8px;color:#33403e;font-size:.92rem;line-height:1.35}.sphere-label span{min-width:0}.sphere-label strong{flex:0 0 auto;color:#2c5f5a;font-size:.9rem}.bar-track{height:9px}.course-card,.care-card,.share-banner{margin-top:31px;border-radius:22px;padding:22px}.course-card{background:#2c5f5a;color:#f7fbf9}.course-card h2,.course-card p{color:inherit}.course-card h2{font-size:clamp(1.55rem,7vw,2.05rem)}.course-card p,.care-card p,.share-banner p{margin-bottom:19px;font-size:.96rem}.audio-feature{margin:24px 0;border:1px solid rgba(255,253,249,.25);border-radius:18px;padding:16px;background:#fffdf914}.audio-caption{margin-bottom:15px!important;color:#fffdf9;font-weight:600}.audio-body{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:start;gap:14px}.audio-play{display:grid;place-items:center;width:54px;height:54px;border:1px solid rgba(255,253,249,.7);border-radius:50%;background:#fffdf9;color:#2c5f5a;cursor:pointer;font-size:1.25rem;line-height:1;transition:background-color .16s ease,color .16s ease}.audio-play:hover,.audio-play.playing{background:#dceee8}.audio-description{margin:0!important;color:#f7fbf9;font-size:.9rem!important;line-height:1.55}.course-link{background:#fffdf9;color:#2c5f5a;box-shadow:none}.course-link:hover{background:#edf5f2}.care-card{border:1px solid #dae5e1;background:#eff7f3}.care-card a:not(.care-link){color:#245b55;font-weight:700;text-decoration-thickness:1px;text-underline-offset:3px}.care-link{width:100%}.share-banner{display:grid;gap:16px;margin-bottom:0;background:#f4e8df}.share-banner p{margin:0;color:#4b534e}.fade-in{animation:fade-in .34s ease both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes spin{to{rotate:1turn}}@media(min-width:640px){.app-shell{padding:54px 24px 62px}.start-card,.question-card,.clarification-screen,.gate-card,.report{padding:36px}.clarification-screen{padding-bottom:calc(140px + env(safe-area-inset-bottom))}.report{padding:42px}.share-banner{grid-template-columns:minmax(0,1fr) auto;align-items:center}.share-banner .primary-button{width:auto}}
