:root{font-family:Plus Jakarta Sans,system-ui,sans-serif;color:#1c1c17;background:#fdf9f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--surface: #fdf9f0;--surface-low: #f7f3ea;--surface-card: rgba(255, 255, 255, .72);--surface-high: #ece8df;--text: #1c1c17;--muted: #58625d;--outline: #c0c8c3;--primary: #3a6758;--primary-soft: #a7d7c5;--primary-pale: #bcedda;--coral: #fbb5ac;--coral-deep: #855049;--blue: #98d6ea;--yellow: #ffe49a;--shadow: 0 18px 50px rgba(49, 49, 43, .08)}*{box-sizing:border-box}html,#root{width:100%;height:100%;overflow-x:hidden}body{margin:0;min-width:0;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 16% 10%,rgba(167,215,197,.34),transparent 28%),radial-gradient(circle at 90% 18%,rgba(152,214,234,.28),transparent 28%),linear-gradient(160deg,#fdf9f0,#f7f3ea)}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-page{width:100%;max-width:100%;height:100dvh;min-height:100vh;padding:0;overflow:hidden}.phone{position:relative;width:100%;max-width:100%;height:100dvh;min-height:100vh;margin:0;overflow:hidden;background:#fdf9f0b8;border:1px solid rgba(255,255,255,.7);box-shadow:0 24px 80px #31312b1f}@media(min-width:520px){.app-page{padding:18px 0}.phone{width:390px;max-width:390px;height:min(844px,calc(100dvh - 36px));min-height:640px;margin:0 auto;border-radius:32px}}.content{width:100%;max-width:100%;height:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:78px 0 calc(104px + env(safe-area-inset-bottom));scrollbar-width:none}.content::-webkit-scrollbar{display:none}.page-inner{width:100%;max-width:100%;min-width:0;padding:0 24px;overflow-x:clip}.topbar{position:absolute;inset:0 0 auto;z-index:20;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fdf9f0d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.48)}.brand,.topbar-title{display:flex;align-items:center;gap:8px;color:var(--primary);font-weight:800}.icon-button{width:40px;height:40px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff75;color:var(--primary);box-shadow:0 8px 24px #31312b0d}.bottom-nav{position:absolute;left:0;right:0;bottom:0;width:100%;max-width:100%;z-index:20;min-height:82px;display:grid;grid-template-columns:repeat(4,1fr);padding:10px 14px calc(14px + env(safe-area-inset-bottom));background:#f1eee5e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid rgba(255,255,255,.6)}.nav-item{border:0;border-radius:999px;background:transparent;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;font-size:12px;line-height:1;font-weight:800;white-space:nowrap}.nav-item.active{background:var(--primary-pale);color:#214f41}.stack{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:18px}.stack-lg{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:32px}.row{display:flex;align-items:center;gap:12px;min-width:0}.row>*{min-width:0}.space-between{justify-content:space-between}.hero{text-align:center;align-items:center;padding-top:18px}.sprout{position:relative;width:68px;height:68px;border-radius:999px;background:linear-gradient(160deg,#fff,#dff5eb);color:var(--primary);display:flex;align-items:center;justify-content:center;box-shadow:0 0 42px #a7d7c58c}.sprout:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:999px;background:#a7d7c52e;filter:blur(12px);z-index:-1}h1,h2,h3,p{margin:0}.headline-xl{max-width:100%;font-size:26px;line-height:1.18;letter-spacing:0;font-weight:800;overflow-wrap:anywhere}.headline-lg{font-size:24px;line-height:1.25;letter-spacing:0;font-weight:800}.headline-md{font-size:20px;line-height:1.35;font-weight:750}.body{font-size:15.5px;line-height:1.65;color:var(--muted);overflow-wrap:anywhere}.label{font-size:13px;line-height:1.4;font-weight:800}.tiny{font-size:12px;color:var(--muted)}.card{width:100%;max-width:100%;border-radius:24px;background:var(--surface-card);border:1px solid rgba(255,255,255,.68);box-shadow:var(--shadow);padding:18px}.card.tint-mint{background:linear-gradient(150deg,#ffffffc7,#bcedda6b)}.card.tint-coral{background:linear-gradient(150deg,#ffffffc7,#fbb5ac57)}.button{width:100%;max-width:100%;min-height:52px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:active{transform:scale(.98)}.button:disabled{cursor:not-allowed;opacity:.52;transform:none;box-shadow:none}.button.primary{color:#fff;background:linear-gradient(135deg,#6ea78f,#3a6758);box-shadow:0 12px 28px #3a67583d}.button.secondary{color:var(--primary);background:#ffffff80}.button.ghost{color:var(--primary);background:transparent}.input{flex:1;min-width:0;width:100%;border:1px solid transparent;border-radius:18px;padding:16px;background:#ffffffbd;outline:none;color:var(--text)}.input:focus{border-color:#3a675875;box-shadow:0 0 0 4px #a7d7c53d}.file-input{display:none}.upload-drop{min-height:96px;border:1px dashed rgba(58,103,88,.34);border-radius:22px;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:14px;padding:16px;background:#ffffff7a}.upload-icon{width:46px;height:46px;border-radius:18px;display:grid;place-items:center;color:var(--primary);background:#bceddaad}.inline-alert{display:flex;align-items:flex-start;gap:8px;color:var(--coral-deep);font-size:13px;line-height:1.45;font-weight:800}.inline-alert svg{flex:0 0 auto;margin-top:1px}.scenario-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.scenario-card:first-child{grid-column:1 / -1}.scenario-card{width:100%;max-width:100%;display:block;min-height:104px;border:0;text-align:left;color:inherit}.scenario-grid.seed-grid .scenario-card:first-child{grid-column:auto}.seed-card{position:relative;overflow:hidden;padding:0}.seed-cover{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;background:var(--surface-high)}.seed-card-body{padding:16px 48px 18px 18px}.seed-card-content{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:start;gap:14px}.seed-icon{width:46px;height:46px;border-radius:18px;display:grid;place-items:center;color:var(--primary);background:linear-gradient(145deg,#ffffffe6,#bcedda80);box-shadow:0 10px 22px #3a675814}.seed-copy{min-width:0}.seed-copy strong,.seed-copy .tiny{display:block}.seed-copy strong{font-size:20px;line-height:1.2;font-weight:900}.seed-copy .tiny{margin-top:5px;font-size:13px;line-height:1.35}.seed-play{position:absolute;right:16px;bottom:24px;width:26px;height:26px;border-radius:999px;display:grid;place-items:center;color:var(--primary);background:#ffffffb8;border:1px solid rgba(58,103,88,.18);box-shadow:0 8px 18px #31312b14;pointer-events:none}.chip-row{display:flex;flex-wrap:wrap;gap:10px}.chip{border:1px solid rgba(192,200,195,.72);color:var(--muted);background:#ffffff75;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:800}.chip.active{border-color:transparent;color:#214f41;background:var(--primary-pale)}.timeline{position:relative;display:flex;flex-direction:column;gap:14px}.timeline-step{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start}.dot{width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--surface-high);color:var(--muted)}.dot.done,.dot.active{color:#214f41;background:var(--primary-pale);box-shadow:0 0 20px #a7d7c5bf}.progress-track{height:10px;border-radius:999px;background:#c0c8c35c;overflow:hidden}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary-soft),var(--primary))}.graph-card{min-height:420px}.graph-legend{display:grid;grid-template-columns:repeat(4,max-content);justify-content:start;gap:8px 12px;margin:14px 0 2px;font-size:10.5px;font-weight:800;color:var(--muted)}.graph-legend span{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:0;white-space:nowrap}.legend-dot{width:8px;height:8px;border-radius:999px;display:inline-block}.legend-knowledge{background:var(--blue)}.legend-action{background:var(--primary-soft)}.legend-current{background:var(--coral)}.legend-done{background:var(--primary)}.graph-area{position:relative;width:100%;aspect-ratio:1;margin-top:8px}.graph-area-success{margin-top:0}.graph-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.graph-node{position:absolute;transform:translate(-50%,-50%)}.graph-node-button{position:relative;width:64px;min-height:78px;border:0;background:transparent;color:var(--text);display:flex;flex-direction:column;align-items:center;gap:6px;transition:opacity .18s ease}.graph-node-button.locked{opacity:.72}.node-orb{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:#e6e2d9;color:var(--muted);border:3px solid rgba(255,255,255,.6)}.graph-node-button.topic .node-orb{width:56px;height:56px;color:#fff;background:linear-gradient(145deg,#4f806d,#83baa1);box-shadow:0 0 32px #a7d7c5e6}.graph-node-button.completed .node-orb,.graph-node-button.active .node-orb,.graph-node-button.available .node-orb{background:linear-gradient(145deg,#bcedda,#7db79c);color:#214f41}.graph-node-button.knowledge.completed .node-orb,.graph-node-button.knowledge.active .node-orb,.graph-node-button.knowledge.available .node-orb{background:linear-gradient(145deg,#dff5eb,#98d6ea)}.graph-node-button.action.active .node-orb{background:linear-gradient(145deg,#ffe49a,#fbb5ac);color:#6a3933;box-shadow:0 0 28px #ffe49acc}.graph-node-button.lit .node-orb{background:linear-gradient(145deg,#ffe49a,#fbb5ac);color:#6a3933;box-shadow:0 0 34px #ffe49ae6}.node-title{width:78px;text-align:center;font-size:10.5px;line-height:1.18;font-weight:800}.node-day{position:absolute;top:-7px;right:5px;z-index:2;min-width:20px;height:16px;padding:0 5px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffe6;color:var(--primary);border:1px solid rgba(167,215,197,.6);font-size:9px;line-height:1;font-weight:900}.node-current-tag{height:16px;padding:0 7px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;margin-top:-3px;color:#6a3933;background:#ffdad5;font-size:9px;line-height:1;font-weight:900}.drawer{position:absolute;inset:auto 14px 92px;z-index:30}.safety{border-color:#fbb5acad;background:#ffdad56b}.report-grid{display:grid;gap:12px}.badge-burst{width:104px;height:104px;border-radius:999px;display:grid;place-items:center;margin:0 auto;color:#6a3933;background:radial-gradient(circle,#ffe49a,#fbb5ac 70%);box-shadow:0 0 42px #ffe49ad9}.profile-center{gap:24px;padding-bottom:10px}.profile-left-panel,.profile-right-panel,.report-summary-panel,.report-insight-panel{width:100%;min-width:0}.profile-card-grid,.report-recommendation-grid,.report-moment-grid{display:grid;grid-template-columns:1fr;gap:12px}.companion-card{position:relative;overflow:hidden;padding:22px;background:radial-gradient(circle at 72% 12%,rgba(255,228,154,.42),transparent 28%),radial-gradient(circle at 18% 22%,rgba(188,237,218,.56),transparent 32%),linear-gradient(155deg,#ffffffdb,#bcedda5c)}.companion-card:after{content:"";position:absolute;right:-34px;bottom:-44px;width:138px;height:138px;border-radius:999px;background:#98d6ea38;filter:blur(12px)}.companion-orbit{position:relative;z-index:1;display:grid;place-items:center;min-height:148px;margin-bottom:4px}.companion-orbit:before,.companion-orbit:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.companion-orbit:before{width:156px;height:156px;background:radial-gradient(circle,rgba(255,228,154,.28),rgba(167,215,197,.18) 54%,transparent 72%);filter:blur(2px)}.companion-orbit:after{width:118px;height:118px;border:1px solid rgba(255,255,255,.72);box-shadow:0 0 34px #a7d7c552}.companion-sprout{z-index:2;width:106px;height:106px;color:#2e6a56;background:linear-gradient(145deg,#fff,#dff5eb 66%,#bcedda);box-shadow:0 16px 34px #3a675829,0 0 52px #ffe49a94}.companion-button{width:100%;border:0;background:transparent}.companion-button.speaking .companion-sprout{animation:pulseGlow 1.1s ease-in-out infinite}.voice-chip{position:absolute;left:50%;bottom:6px;transform:translate(-50%);display:inline-flex;align-items:center;gap:5px;min-width:max-content;border-radius:999px;padding:7px 10px;color:#214f41;background:#ffffffc7;border:1px solid rgba(192,200,195,.46);box-shadow:0 8px 20px #31312b12;font-size:12px;line-height:1;font-weight:850;z-index:3}.companion-bubble{margin:0;border-radius:18px;padding:12px 14px;color:#214f41;background:#bcedda75;border:1px solid rgba(255,255,255,.68);font-size:14px;line-height:1.55;font-weight:750}.analysis-buddy-card{padding:18px;background:radial-gradient(circle at 82% 12%,rgba(255,228,154,.34),transparent 30%),linear-gradient(150deg,#ffffffd1,#bcedda57)}.analysis-buddy{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:14px}.analysis-buddy-orbit{position:relative;min-height:118px;border:0;background:transparent;display:grid;place-items:center}.analysis-buddy-orbit:before{content:"";position:absolute;width:106px;height:106px;border-radius:999px;background:radial-gradient(circle,rgba(255,228,154,.28),rgba(167,215,197,.18) 58%,transparent 74%)}.analysis-buddy-sprout{z-index:1;width:82px;height:82px;color:#2e6a56}.analysis-buddy-orbit.speaking .analysis-buddy-sprout{animation:pulseGlow 1.1s ease-in-out infinite}.analysis-voice-chip{bottom:0}.analysis-buddy-copy{display:flex;min-width:0;flex-direction:column;gap:9px}.level-pill{min-width:0;display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:999px;color:#175e6f;background:#98d6ea57;border:1px solid rgba(152,214,234,.58);font-size:12px;line-height:1;font-weight:900;white-space:nowrap}.energy-panel{display:flex;flex-direction:column;gap:9px;padding:14px;border-radius:18px;background:#fdf9f0ad;border:1px solid rgba(255,255,255,.66)}.buddy-growth-panel{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:18px;background:#ffffff8a;border:1px solid rgba(255,255,255,.68)}.today-goal-card{display:flex;flex-direction:column;gap:16px;background:linear-gradient(145deg,#ffffffc7,#ffdad542),var(--surface-card)}.profile-action-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat-card{min-height:88px;display:flex;flex-direction:column;justify-content:space-between;padding:14px}.stat-card strong{color:var(--primary);font-size:22px;line-height:1}.soft-icon{width:42px;height:42px;flex:0 0 42px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--primary);background:#bcedda7a;box-shadow:0 10px 22px #31312b0f}.soft-icon.mint{color:#214f41;background:linear-gradient(145deg,#f6fffb,#bceddab8)}.soft-icon.coral{color:#6a3933;background:linear-gradient(145deg,#fff7f5,#fbb5ac8f)}.soft-icon.blue{color:#175e6f;background:linear-gradient(145deg,#f4fcff,#98d6ea94)}.soft-icon.locked{color:var(--muted);background:#e6e2d9b8}.badge-grid{display:grid;grid-template-columns:1fr;gap:12px}.badge-card,.locked-badge-card{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:14px}.badge-card{box-shadow:0 12px 32px #31312b0f}.badge-mint{background:linear-gradient(145deg,#ffffffc7,#bcedda52)}.badge-coral{background:linear-gradient(145deg,#ffffffc7,#fbb5ac42)}.badge-blue{background:linear-gradient(145deg,#ffffffc7,#98d6ea47)}.locked-badge-card{grid-template-columns:42px 1fr 18px;opacity:.78;border-style:dashed;background:#ffffff70;box-shadow:none}.points-card{display:flex;flex-direction:column;gap:16px;background:radial-gradient(circle at 88% 10%,rgba(251,181,172,.28),transparent 32%),linear-gradient(145deg,#ffffffd1,#bcedda33)}.points-number{margin-top:4px;color:var(--primary);font-size:46px;line-height:.95;font-weight:900}.garden-summary-card,.buddy-checkin-card,.minted-buddy-card,.garden-hero-card,.nursery-hero-card{background:radial-gradient(circle at 86% 12%,rgba(255,228,154,.22),transparent 30%),linear-gradient(145deg,#fffc,#bcedda33)}.unlock-grid{display:grid;grid-template-columns:1fr;gap:10px}.unlock-item{min-height:44px;border-radius:16px;display:flex;align-items:center;gap:10px;padding:10px 12px;color:#214f41;background:#ffffff7a;border:1px solid rgba(192,200,195,.38);font-size:13px;line-height:1.25;font-weight:850}.unlock-item.unlocked{background:#bcedda7a}.unlock-item .tiny{margin-left:auto;flex:0 0 auto}.node-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.node-chip{border-radius:999px;padding:9px 12px;border:1px solid rgba(255,255,255,.7);font-size:13px;line-height:1;font-weight:850;box-shadow:0 8px 18px #31312b0d}.node-chip.mint{color:#214f41;background:#bcedda9e}.node-chip.coral{color:#6a3933;background:#fbb5ac70}.node-chip.blue{color:#175e6f;background:#98d6ea7a}.insight-card{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:14px;background:radial-gradient(circle at 92% 82%,rgba(152,214,234,.34),transparent 35%),linear-gradient(145deg,#ffffffc7,#98d6ea33)}.insight-card:after{content:"";position:absolute;right:-18px;bottom:-18px;width:82px;height:82px;border-radius:999px;background:#bcedda42}.garden-page,.nursery-page{padding-bottom:12px}.garden-grid,.nursery-grid{display:grid;grid-template-columns:1fr;gap:12px}.garden-buddy-card,.seedling-card{display:flex;min-height:168px;flex-direction:column;gap:10px;justify-content:space-between}.buddy-emoji{width:54px;height:54px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffad;box-shadow:0 10px 22px #31312b0f;font-size:28px;line-height:1}.rarity-common{background:linear-gradient(145deg,#fffc,#bcedda42)}.rarity-rare{background:linear-gradient(145deg,#fffc,#fbb5ac3d)}.rarity-epic{background:linear-gradient(145deg,#fffc,#98d6ea3d)}.empty-soft-card{display:flex;flex-direction:column;gap:14px;background:#ffffff85;box-shadow:none}.nursery-wallet{display:flex;flex-wrap:wrap;gap:10px}.nursery-wallet span{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:8px 11px;color:#214f41;background:#bcedda80;font-size:13px;font-weight:850}@keyframes flow{to{stroke-dashoffset:-32}}@keyframes pulseGlow{0%,to{box-shadow:0 16px 34px #3a675829,0 0 52px #ffe49a94;transform:scale(1)}50%{box-shadow:0 20px 42px #3a675838,0 0 68px #ffe49ac2;transform:scale(1.04)}}.flow-line{stroke-dasharray:8 8;animation:flow 1.8s linear infinite}@keyframes float{50%{transform:translateY(-8px)}}.float{animation:float 5s ease-in-out infinite}@media(min-width:768px){.app-page{padding:20px 0}.phone{width:min(760px,calc(100vw - 40px));max-width:none;height:calc(100dvh - 40px);min-height:720px;margin:0 auto;border-radius:34px}.page-inner{padding:0 34px 34px}.headline-xl{font-size:32px}.headline-lg{font-size:27px}.scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.scenario-card:first-child{grid-column:auto}.profile-stats-grid,.badge-grid,.unlock-grid,.garden-grid,.nursery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px)and (orientation:landscape){.app-page{padding:16px 20px}.phone{width:min(1120px,calc(100vw - 32px));height:calc(100dvh - 32px);min-height:680px;border-radius:34px}.topbar{left:92px;height:72px;padding:0 34px}.phone.nav-hidden .topbar{left:0}.content{padding:96px 0 28px 92px}.phone.nav-hidden .content{padding-left:0}.page-inner{padding:0 34px 30px}.bottom-nav{top:0;right:auto;bottom:0;width:92px;min-height:100%;grid-template-columns:1fr;grid-auto-rows:74px;align-content:center;gap:8px;padding:92px 12px 18px;border-top:0;border-right:1px solid rgba(255,255,255,.6)}.nav-item{min-height:66px;border-radius:22px;gap:6px}.headline-xl{font-size:38px;line-height:1.12}.headline-lg{font-size:28px}.headline-md{font-size:21px}.body{font-size:16px;line-height:1.58}.card{border-radius:22px;padding:20px}.button{min-height:54px}.stack{gap:16px}.stack-lg{gap:22px}.graph-card{min-height:0}.graph-area{max-width:min(520px,100%);margin-inline:auto}.graph-node-button{width:76px;min-height:84px}.graph-node-button.topic .node-orb{width:62px;height:62px}.node-orb{width:42px;height:42px}.node-title{width:92px;font-size:11px}.home-layout,.analysis-layout,.analysis-result-layout,.graph-preview-layout,.duration-layout,.setup-layout,.challenge-plan-layout,.today-action-layout,.checkin-success-layout,.challenge-list-layout,.report-layout,.profile-center{display:grid;align-items:start;gap:22px}.home-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.home-layout>.hero{grid-row:span 2;min-height:520px;justify-content:center;text-align:left;align-items:flex-start;padding:28px 6px 0}.home-layout>.hero .sprout{width:92px;height:92px}.home-layout>.hero .sprout svg{width:44px;height:44px}.home-layout .scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-layout .seed-card-body{padding:16px 42px 18px 16px}.home-layout .seed-card-content{grid-template-columns:1fr;gap:10px}.home-layout .seed-icon{width:40px;height:40px;border-radius:16px}.analysis-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:520px;align-content:center}.analysis-layout>.card.tint-mint{grid-row:span 2}.analysis-result-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.analysis-result-layout>:first-child,.analysis-result-layout>.button{grid-column:1 / -1}.graph-preview-layout{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr)}.graph-preview-layout>.graph-card{grid-column:2;grid-row:1 / span 3}.graph-preview-layout>.button{align-self:end}.duration-layout{grid-template-columns:minmax(320px,.74fr) minmax(440px,1fr);align-content:center;min-height:520px;column-gap:36px}.duration-layout>:first-child{grid-column:1;max-width:360px}.duration-layout>:first-child .headline-lg,.setup-layout>:first-child .headline-lg{overflow-wrap:anywhere}.duration-layout>.stack:not(:first-child){grid-column:2;grid-row:1 / span 3;gap:18px}.duration-layout>.button{grid-column:1;align-self:end;max-width:360px}.setup-layout{grid-template-columns:minmax(320px,.76fr) minmax(500px,1fr);column-gap:36px;align-content:start}.setup-layout>:first-child{grid-column:1;max-width:440px}.setup-layout>.tint-mint,.setup-layout>section,.setup-layout>.tint-coral,.setup-layout>.button{grid-column:2}.setup-layout>.button{max-width:520px}.challenge-plan-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)}.challenge-plan-layout>.timeline{grid-column:2;grid-row:1 / span 5;max-height:calc(100dvh - 150px);overflow-y:auto;padding-right:4px}.challenge-plan-layout>.timeline .card{padding:16px}.today-action-layout{grid-template-columns:minmax(310px,.88fr) minmax(0,1.12fr);min-height:520px;align-content:center}.today-action-layout>.hero{grid-row:span 2;text-align:left;align-items:flex-start;justify-content:center;padding-top:0}.today-action-layout>.hero .sprout{width:154px!important;height:154px!important}.today-action-layout>.stack:last-child{grid-column:1}.checkin-success-layout{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr)}.checkin-success-layout>.hero,.checkin-success-layout>.card:not(.graph-card),.checkin-success-layout>.button{grid-column:1}.checkin-success-layout>.graph-card{grid-column:2;grid-row:1 / span 5}.challenge-list-layout{grid-template-columns:repeat(3,minmax(0,1fr))}.challenge-list-layout>:first-child{grid-column:1 / -1}.challenge-list-layout>section{min-width:0}.challenge-list-layout .scenario-card{min-height:190px}.report-layout{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr)}.report-summary-panel,.report-insight-panel{align-self:start}.report-recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-recommendation-grid .card:first-child{grid-column:1 / -1}.report-moment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-center{grid-template-columns:minmax(340px,.86fr) minmax(0,1.14fr)}.profile-left-panel,.profile-right-panel{align-self:start}.profile-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.companion-orbit{min-height:132px}.companion-sprout{width:100px;height:100px}.profile-stats-grid,.badge-grid,.unlock-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px)and (orientation:landscape)and (max-height:760px){.phone{min-height:0}.content{padding-top:86px}.topbar{height:64px}.headline-xl{font-size:34px}.home-layout>.hero,.analysis-layout,.duration-layout,.today-action-layout{min-height:460px}.card{padding:18px}.graph-area{max-width:min(460px,100%)}}
