.bottom-nav a{min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:#909aac;font-size:12px;border-radius:12px}.bottom-nav a svg{width:20px;height:20px;stroke-width:1.8}.bottom-nav a span{font-size:12px}.bottom-nav a.active{color:#17775d;font-weight:800;background:#ddf5ec80}.modal-cancel{margin-top:9px}.inner-page{background:linear-gradient(180deg,#111936 0,#192448 210px,#eef1f7 210px)}.page-header{height:166px;padding:17px 5px;color:#fff}.page-header .eyebrow{color:#77ddc0}.page-header h1{font-size:30px;margin:8px 0;letter-spacing:-.04em}.goal-map,.level-card,.local-mode,.chat-card,.empty-card,.goal-list,.history-list{background:var(--paper);border-radius:22px;box-shadow:0 14px 40px #11193616}.goal-map{padding:20px}.goal-map div small{color:#32977a;font-weight:800}.goal-map div p{margin:5px 0;font-weight:750;line-height:1.45}.goal-map i{display:block;width:2px;height:18px;background:#b8dfd3;margin:5px 0 5px 9px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin:26px 3px 12px}.section-heading .eyebrow{margin-bottom:3px}.section-heading h2{font-size:21px;margin:0;color:var(--ink)}.icon-button{width:44px;height:44px;border:0;border-radius:14px;background:var(--navy);color:#fff;display:grid;place-items:center}.icon-button svg{width:20px}.empty-card{text-align:center;padding:30px 24px}.empty-card h3{font-size:19px;margin:12px 0 6px}.empty-card p{color:#768197;font-size:14px;line-height:1.6;margin:0 auto 18px;max-width:340px}.empty-card .secondary{margin:auto}.empty-icon{width:52px;height:52px;border-radius:17px;background:#e0f6ef;color:#298e71;display:grid;place-items:center;margin:auto}.goal-list,.history-list{padding:5px 16px}.goal-list article,.history-list article{min-height:72px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.goal-list article:last-child,.history-list article:last-child{border-bottom:0}.goal-check,.history-list article>span{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#e2f5ef;color:#278467;flex:0 0 auto}.goal-check svg,.history-list article>span svg{width:17px}.goal-list article>div,.history-list article>div{min-width:0;flex:1}.goal-list small{color:#32977a;font-weight:800}.goal-list h3,.history-list h3{font-size:15px;margin:3px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.goal-list article>button{width:44px;border:0;background:transparent;color:#96a0b2}.goal-list article>button svg{width:18px}.level-card{padding:22px;display:grid;grid-template-columns:86px 1fr;align-items:center;gap:18px}.level-orbit{width:82px;height:82px;border-radius:28px;background:var(--navy);color:#fff;display:grid;place-content:center;text-align:center;position:relative}.level-orbit svg{position:absolute;width:18px;color:var(--gold);right:10px;top:10px}.level-orbit strong{font-size:27px;color:var(--mint)}.level-orbit small{font-size:11px;color:#b7c0d6}.level-card p{font-size:13px;color:#788397;margin:0}.level-card h2{font-size:21px;margin:4px 0 10px}.progress{height:7px;background:#e3e7ef;border-radius:9px;overflow:hidden}.progress i{display:block;height:100%;background:var(--mint);border-radius:9px}.growth-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.growth-grid div{background:var(--paper);border-radius:17px;padding:16px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px}.growth-grid svg{width:18px;color:#409a7e}.growth-grid strong{font-size:22px}.growth-grid span{grid-column:1/-1;font-size:12px;color:#7d8799}.history-list article b{font-size:13px;color:#2b8d70}.history-list article small{color:#8993a5}.local-mode{padding:14px 16px;display:flex;gap:12px;align-items:center}.local-mode>svg{color:#9b7122;width:20px}.local-mode span{display:grid}.local-mode b{font-size:14px}.local-mode small{font-size:12px;color:#7c879a;margin-top:2px}.chat-card{margin-top:12px;padding:18px;min-height:270px;display:flex;flex-direction:column;gap:12px}.bubble{display:flex;gap:8px;max-width:88%}.bubble>span{width:29px;height:29px;border-radius:10px;background:#dff5ee;color:#2a8f72;display:grid;place-items:center;flex:0 0 auto}.bubble svg{width:16px}.bubble p{margin:0;padding:10px 12px;border-radius:5px 15px 15px;background:#edf1f6;font-size:14px;line-height:1.55}.bubble.user{align-self:flex-end}.bubble.user p{background:var(--navy);color:#fff;border-radius:15px 5px 15px 15px}.prompt-chips{display:flex;gap:7px;overflow:auto;padding:13px 0 9px}.prompt-chips button{white-space:nowrap;border:1px solid var(--line);border-radius:99px;background:var(--paper);color:#5e697d;padding:0 13px;font-size:13px}.composer{display:grid;grid-template-columns:1fr 48px;gap:8px}.composer input{min-width:0;height:50px;border:1px solid var(--line);border-radius:15px;background:var(--paper);padding:0 15px;color:var(--ink);outline:none}.composer button{border:0;border-radius:15px;background:var(--navy);color:#fff}.composer button svg{width:19px}.ai-note{display:flex;align-items:flex-start;gap:6px;color:#7c879a;font-size:12px;line-height:1.5;margin:12px 4px}.ai-note svg{width:15px;flex:0 0 auto}.modal h2{color:var(--ink)}@media(prefers-color-scheme:dark){.inner-page{background:linear-gradient(180deg,#0d142b 0,#17203f 210px,#090e1c 210px)}.bottom-nav a.active{background:#173b34}.goal-map,.level-card,.local-mode,.chat-card,.empty-card,.goal-list,.history-list,.growth-grid div{background:var(--paper)}.empty-icon,.goal-check,.history-list article>span,.bubble>span{background:#183b34}.bubble p{background:#253049}.prompt-chips button,.composer input{background:#151d33;color:#e6eaf3}.page-header h1,.section-heading h2{color:#f1f3f8}}.goal-hierarchy{display:grid;gap:10px}.hierarchy-node{background:var(--paper);border-radius:20px;padding:18px 20px;box-shadow:0 12px 34px #11193613}.hierarchy-node small{color:#32977a;font-weight:800}.hierarchy-node h2{font-size:18px;line-height:1.45;margin:5px 0;color:var(--ink)}.tree-line{height:24px;display:grid;place-items:center;color:#86a69d}.tree-line svg{width:18px}.main-node{border:1px solid #80d8be}.node-label{display:flex;align-items:center;gap:7px;color:#2d8c70;font-size:13px;font-weight:850}.node-label svg{width:17px}.main-node>button,.secondary-heading button,.add-leaf{border:0;background:transparent;color:#257e65;font-size:13px;font-weight:800;display:flex;align-items:center;gap:4px;padding:0;margin-top:10px}.main-node>button svg,.secondary-heading button svg,.add-leaf svg{width:16px}.secondary-heading{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:0 4px}.secondary-heading>span{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:850;color:#657186}.secondary-heading>span svg{width:17px}.secondary-heading button{margin:0}.subquest-empty{border:1px dashed #bdc7d5;border-radius:17px;padding:19px;text-align:center;color:#748095}.subquest-empty p{font-size:14px;line-height:1.55;margin:0 0 12px}.subquest-empty .secondary{margin:auto}.quest-list{display:grid;gap:11px}.quest-card{background:var(--paper);border-radius:20px;padding:16px;box-shadow:0 10px 28px #11193610}.quest-top{display:flex;align-items:center;gap:11px}.quest-top>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#e7eefc;color:#516fa7}.quest-top>span svg{width:18px}.quest-top>div{flex:1;min-width:0}.quest-top small,.goal-leaf small{font-size:11px;color:#73819a;font-weight:800}.quest-top h3{font-size:16px;margin:2px 0;color:var(--ink)}.delete-icon,.goal-leaf>button{width:44px;border:0;background:transparent;color:#98a2b3}.delete-icon svg,.goal-leaf>button svg{width:17px}.leaf-list{margin:13px 0 0 18px;padding-left:16px;border-left:2px solid #d8e4e0}.goal-leaf{min-height:58px;display:flex;align-items:center;gap:9px}.goal-leaf>span{color:#3aa17f}.goal-leaf>span svg{width:18px}.goal-leaf>div{flex:1;min-width:0}.goal-leaf p{font-size:14px;margin:2px 0;color:var(--ink)}.add-leaf{margin:4px 0 0}.kind-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 4px}.kind-switch button{border:1px solid var(--line);border-radius:12px;background:transparent;color:var(--ink);font-weight:750}.reward-balance{margin-top:12px;background:linear-gradient(135deg,#fff3cf,#ffe6a6);color:#6e4d0b;border-radius:19px;padding:17px 19px;display:grid;grid-template-columns:1fr auto;align-items:center}.reward-balance span{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:850}.reward-balance span svg{width:18px}.reward-balance strong{font-size:25px}.reward-balance small{grid-column:1/-1;margin-top:4px;color:#8b6a2a}.reward-list{background:var(--paper);border-radius:20px;padding:5px 15px;box-shadow:0 12px 34px #11193610}.reward-list article{min-height:75px;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--line)}.reward-list article:last-child{border-bottom:0}.reward-icon{width:40px;height:40px;border-radius:13px;background:#fff0c6;color:#a86e05;display:grid;place-items:center}.reward-icon svg{width:19px}.reward-list article>div{flex:1;min-width:0}.reward-list h3{font-size:15px;margin:0 0 3px;color:var(--ink)}.reward-list small{color:#8993a5}.reward-list button{border:0;border-radius:11px;background:var(--navy);color:#fff;padding:0 12px;font-size:12px;font-weight:800}.reward-list button:disabled{background:#d8dde5;color:#929baa;cursor:not-allowed}.reward-toast{position:fixed;z-index:30;top:calc(16px + env(safe-area-inset-top));left:50%;transform:translate(-50%);width:-moz-max-content;width:max-content;max-width:calc(100% - 32px);display:flex;align-items:center;gap:8px;background:#153b32;color:#dff8ef;border-radius:14px;padding:12px 16px;box-shadow:0 12px 36px #0d172b4d;font-size:14px;font-weight:800}.reward-toast svg{width:19px}@media(prefers-color-scheme:dark){.hierarchy-node,.quest-card,.reward-list{background:var(--paper)}.quest-top>span{background:#202e4b}.subquest-empty{border-color:#39445b}.reward-balance{background:linear-gradient(135deg,#4a3917,#332912);color:#ffe4a2}.reward-balance small{color:#d3b36f}.reward-icon{background:#433514}.kind-switch button{color:#e6eaf3}.reward-list button:disabled{background:#293247;color:#748095}}.roadmap-overview{display:grid;gap:8px}.roadmap-direction,.roadmap-main{background:var(--paper);border-radius:20px;padding:18px 20px;box-shadow:0 12px 34px #11193613}.roadmap-direction small,.roadmap-main small,.stage-timeline small{font-size:11px;color:#32977a;font-weight:850}.roadmap-direction h2,.roadmap-main h2{font-size:18px;line-height:1.45;margin:5px 0;color:var(--ink)}.roadmap-arrow{height:22px;display:grid;place-items:center;color:#86a69d}.roadmap-arrow svg{width:18px}.roadmap-main.current{border:1px solid #64cbaa}.roadmap-title{display:flex;gap:11px;align-items:center}.roadmap-title>span{width:38px;height:38px;border-radius:12px;background:#dff6ee;color:#26866b;display:grid;place-items:center}.roadmap-title svg{width:18px}.roadmap-main>p{font-size:13px;color:#748095;line-height:1.5;margin:10px 0 0}.stage-timeline{display:grid;gap:9px}.stage-timeline article{display:grid;grid-template-columns:36px 1fr;gap:11px;align-items:start;background:var(--paper);border-radius:18px;padding:15px;box-shadow:0 9px 28px #1119360d;border:1px solid transparent}.stage-timeline article.current{border-color:#5dcaa8;background:linear-gradient(135deg,var(--paper),#e7f9f3)}.stage-timeline article.completed{opacity:.62}.stage-index{width:32px;height:32px;border-radius:11px;background:#e7ecf4;color:#6e7b91;display:grid;place-items:center;font-weight:850}.stage-index svg{width:17px}.stage-timeline article.current .stage-index{background:#34a27f;color:#fff}.stage-timeline h3{font-size:15px;margin:3px 0;color:var(--ink);line-height:1.4}.stage-timeline p{font-size:12px;line-height:1.5;color:#788397;margin:5px 0}.stage-timeline article>button{grid-column:2;border:0;border-radius:10px;background:#dff6ee;color:#1d765d;min-height:38px;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:5px}.stage-timeline article>button svg{width:15px}.other-quest-list{display:grid;gap:10px}.other-quest-list>article{background:var(--paper);border-radius:18px;padding:15px;box-shadow:0 9px 28px #1119360d}.other-quest-list>article>p{font-size:12px;color:#788397;line-height:1.5}.switch-main{width:100%;border:1px solid #acdccc;border-radius:10px;background:transparent;color:#247a63;font-size:12px;font-weight:800}.ai-roadmap-button,.plan-entry{width:100%;border:0;border-radius:18px;background:linear-gradient(135deg,#152347,#203668);color:#fff;padding:15px 17px;margin-top:16px;display:flex;align-items:center;gap:12px;text-align:left}.ai-roadmap-button>svg,.plan-entry>svg{width:22px;color:#70dfbd}.ai-roadmap-button span,.plan-entry span{display:grid;gap:3px}.ai-roadmap-button small,.plan-entry small{color:#bfc9e3;font-size:11px}.plan-entry{margin:12px 0 0}.view-roadmap{width:100%;border:0;background:transparent;color:#2c8168;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:800;margin-top:9px}.view-roadmap svg{width:16px}@media(prefers-color-scheme:dark){.roadmap-direction,.roadmap-main,.stage-timeline article,.other-quest-list>article{background:var(--paper)}.stage-timeline article.current{background:linear-gradient(135deg,var(--paper),#173b34)}.roadmap-title>span{background:#183b34}}.page-header{display:flex;justify-content:space-between;align-items:flex-start}.topbar-actions{display:flex;align-items:center;gap:7px}.user-switcher{border:1px solid #ffffff2b;border-radius:13px;background:#ffffff10;color:#fff;padding:5px 8px 5px 5px;display:flex;align-items:center;gap:6px;min-height:40px;max-width:132px}.user-switcher span{width:29px;height:29px;border-radius:9px;background:#65d8b6;color:#11382f;display:grid;place-items:center;font-weight:900}.user-switcher b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-backdrop{z-index:40}.user-modal{position:relative}.close-user-modal{position:absolute;right:15px;top:15px;width:42px;border:0;background:transparent;color:#8590a3}.close-user-modal svg{width:19px}.user-list{display:grid;gap:8px;margin:20px 0}.user-list>button{display:grid;grid-template-columns:40px 1fr 24px;align-items:center;gap:10px;text-align:left;border:1px solid var(--line);border-radius:14px;background:transparent;color:var(--ink);padding:8px}.user-list>button>span{width:38px;height:38px;border-radius:12px;background:#e1f6ef;color:#217a61;display:grid;place-items:center;font-weight:900}.user-list>button>b{font-size:14px}.user-list>button>svg{width:18px;color:#2b9474}.user-list>button.active{border-color:#63cbaa;background:#e8f7f2}.add-user{margin-top:12px}.user-privacy{display:flex;align-items:flex-start;gap:7px;color:#7b879a;font-size:11px;line-height:1.5;margin:16px 3px 0}.user-privacy svg{width:15px;flex:0 0 auto}@media(prefers-color-scheme:dark){.user-list>button.active{background:#173b34}.user-list>button>span{background:#183b34}}.recalibration-card{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;background:linear-gradient(135deg,#e1f7f0,#f7fbfa);border:1px solid #9cdec9;border-radius:18px;padding:14px;margin:0 0 13px;color:#173e35}.recalibration-card>svg{width:22px;color:#28896c}.recalibration-card b{font-size:14px}.recalibration-card p{font-size:12px;line-height:1.45;color:#55756d;margin:3px 0 0}.recalibration-card button{border:0;border-radius:11px;background:#176d57;color:#fff;padding:0 12px;font-size:12px;font-weight:800}.recalibration-entry{width:100%;border:1px solid var(--line);border-radius:16px;background:var(--paper);color:var(--ink);padding:13px 15px;margin-top:12px;display:flex;align-items:center;gap:10px;text-align:left}.recalibration-entry>svg{width:20px;color:#2a8c70}.recalibration-entry span{display:grid;gap:2px}.recalibration-entry small{color:#7b8799}@media(prefers-color-scheme:dark){.recalibration-card{background:linear-gradient(135deg,#173b34,#142b29);border-color:#276a59;color:#e4f3ee}.recalibration-card p{color:#a7c6bd}}.local-mode>span{flex:1;min-width:0}.local-mode>button{min-height:36px;border:1px solid var(--line);border-radius:11px;background:transparent;color:#557064;padding:0 10px;display:flex;align-items:center;gap:5px;font-size:12px;font-weight:800;white-space:nowrap}.local-mode>button svg{width:14px}.bubble p{white-space:pre-line}.agent-online{display:flex;align-items:center;gap:6px;margin:0 4px 7px;color:#5f6d82;font-size:11px}.agent-online i{width:7px;height:7px;border-radius:50%;background:#39b58e}.agent-status{display:flex;align-items:center;gap:8px;margin:0 0 10px;padding:10px 12px;border-radius:13px;background:#edf7f3;color:#28765f;font-size:12px;line-height:1.4}.agent-status.failed{background:#fff1d5;color:#795b1c}.agent-status svg{width:16px;flex:0 0 auto}.agent-status>span{flex:1}.agent-status button{min-height:34px;border:1px solid currentColor;border-radius:10px;background:transparent;color:inherit;padding:0 9px;font-size:11px;font-weight:800;white-space:nowrap;display:flex;gap:4px;align-items:center}.agent-status button svg{width:13px}.chat-card-primary{margin-top:0;min-height:330px}.chat-card-primary .bubble:first-child{margin-top:auto}.inner-page .prompt-chips{padding-top:11px}.inner-page .view-roadmap{margin-top:7px}.journey-intro{color:#edf2ff;font-size:13px;line-height:1.55;margin:-2px 4px 14px}.goal-journey{display:grid;gap:0}.journey-node{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;position:relative}.journey-node:not(:last-child):after{content:"";position:absolute;left:18px;top:38px;width:2px;height:34px;background:#85d8bf}.journey-node>svg{grid-column:1/-1;justify-self:start;margin:1px 0 1px 10px;width:16px;color:#87aa9f}.journey-marker{width:36px;height:36px;border-radius:12px;background:#dff5ee;color:#27886b;display:grid;place-items:center;font-size:12px;font-weight:850;z-index:1}.journey-marker svg{width:16px}.journey-node button{border:1px solid var(--line);border-radius:15px;background:var(--paper);color:var(--ink);padding:10px 12px;min-height:0;text-align:left;display:grid;gap:3px}.journey-node button:disabled{opacity:1}.journey-node small{font-size:10px;color:#32896f;font-weight:850}.journey-node b{font-size:14px;line-height:1.4}.journey-node em{font-style:normal;font-size:11px;color:#758096}.journey-node.current button{border-color:#60c9a6;background:linear-gradient(135deg,#f5fffb,#e5f8f1)}.journey-node.current .journey-marker{background:#238c6d;color:#fff}.journey-node.unknown .journey-marker{background:#e9edf3;color:#728096}.journey-node.completed button{opacity:.66}.current-position{margin-top:17px;background:#142348;border-radius:19px;padding:16px;color:#fff;display:flex;justify-content:space-between;gap:14px}.current-position .eyebrow{color:#79dfbd}.current-position h2{font-size:18px;line-height:1.4;margin:4px 0}.current-position p:not(.eyebrow){font-size:12px;line-height:1.55;color:#c2cce3;margin:0}.current-position>svg{width:24px;color:#77dfbd;flex:0 0 auto}.evidence-section{margin-top:20px}.evidence-list{display:grid;gap:8px}.evidence-list article,.recent-evidence article{display:flex;gap:9px;background:var(--paper);border-radius:15px;padding:12px}.evidence-list article>span,.recent-evidence article>span{height:-moz-max-content;height:max-content;border-radius:99px;padding:4px 7px;background:#e5f6ef;color:#287b63;font-size:10px;font-weight:850;white-space:nowrap}.evidence-list article>span.outcome,.recent-evidence article>span:first-child{background:#fff0cf;color:#8a651c}.evidence-list b{font-size:13px}.evidence-list p{font-size:12px;line-height:1.5;color:#607087;margin:4px 0}.evidence-list small{font-size:10px;color:#8791a3}.evidence-empty{display:flex;gap:10px;align-items:flex-start;border:1px dashed #b9d8ce;border-radius:15px;padding:14px;color:#597268}.evidence-empty svg{width:20px;flex:none;color:#2b9876}.evidence-empty b{font-size:13px}.evidence-empty p{font-size:12px;line-height:1.5;margin:4px 0 0}.next-horizon{margin-top:15px;border-left:3px solid #72cdb1;padding:5px 0 5px 12px}.next-horizon small{font-size:11px;color:#32896f;font-weight:850}.next-horizon b{display:block;font-size:14px;line-height:1.45;margin-top:4px}.next-horizon p{font-size:11px;line-height:1.5;color:#758096;margin:5px 0}.goal-explain>div:not(.modal-handle){padding:11px 0;border-bottom:1px solid var(--line)}.goal-explain>div small{font-size:11px;color:#32896f;font-weight:850}.goal-explain>div p{font-size:13px;line-height:1.55;color:#667188;margin:4px 0}.goal-explain .secondary{margin-top:16px}.growth-level-compact{display:flex;gap:14px;align-items:center;background:var(--paper);border-radius:18px;padding:13px 15px}.growth-level-compact>div{display:flex;align-items:baseline;gap:7px;color:#2a8b70}.growth-level-compact svg{width:17px}.growth-level-compact b{font-size:18px}.growth-level-compact small{font-size:11px;color:#718096}.growth-level-compact p{margin:0;font-size:12px;line-height:1.45;color:#6e7b90}.growth-evidence-head{margin:23px 3px 10px}.growth-evidence-head h2{font-size:21px;margin:3px 0;color:var(--ink)}.growth-evidence-head>p:not(.eyebrow){font-size:12px;line-height:1.5;color:#718096;margin:0}.growth-insights{display:grid;gap:9px}.growth-insights article{background:var(--paper);border-radius:17px;padding:14px 15px;box-shadow:0 8px 25px #1119360d}.growth-insights span{font-size:11px;color:#23866b;font-weight:850}.growth-insights h3{font-size:14px;line-height:1.5;margin:6px 0}.growth-insights p{font-size:12px;color:#647188;line-height:1.55;margin:0}.growth-insights small{display:block;margin-top:7px;font-size:10px;color:#8792a3}.growth-empty{margin-top:10px;background:#f3f8f7}.recent-evidence{margin-top:20px}.recent-evidence article{display:grid;grid-template-columns:auto 1fr;align-items:start}.recent-evidence p{font-size:12px;line-height:1.5;margin:0;color:#56657a}.recent-evidence small{grid-column:2;font-size:10px;color:#8993a4;margin-top:4px}.growth-stats-compact{display:flex;flex-wrap:wrap;gap:9px 13px;margin:19px 2px;color:#6d798d;font-size:11px}.growth-stats-compact span{display:flex;align-items:center;gap:4px}.growth-stats-compact svg{width:14px;color:#2f9376}.reward-inline{margin-top:17px;border-top:1px solid var(--line);padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:10px}.reward-inline>div{display:flex;align-items:center;gap:9px}.reward-inline svg{width:19px;color:#bf8615}.reward-inline span{display:grid;gap:2px}.reward-inline b{font-size:14px}.reward-inline small{font-size:11px;color:#7b8698}.reward-inline .secondary{min-height:38px;padding:0 12px;font-size:12px}.compact-rewards{margin-top:10px}.growth-history{margin-top:15px}.growth-history article{min-height:64px}@media(prefers-color-scheme:dark){.journey-node button,.growth-level-compact,.growth-insights article{background:var(--paper)}.journey-node.current button{background:#173b34}.evidence-empty,.growth-empty{background:#172a2c}.evidence-list article,.recent-evidence article{background:#202a43}.goal-explain>div p,.growth-insights p,.recent-evidence p{color:#cbd3e3}.growth-level-compact p,.growth-evidence-head>p:not(.eyebrow){color:#aeb9c9}}.memory-entry{width:100%;margin-top:10px;min-height:62px;border:1px solid var(--line);background:var(--paper);border-radius:18px;color:var(--ink);display:flex;align-items:center;gap:12px;padding:12px 14px;text-align:left}.memory-entry>svg{width:22px;color:#1f8f70}.memory-entry span{display:flex;flex-direction:column;gap:3px}.memory-entry small{font-size:11px;color:#7b879c;font-weight:500}.memory-panel{margin-top:10px;padding:14px;background:#f7f9fc;border:1px solid #e2e7ef;border-radius:20px}.memory-toolbar{display:flex;gap:8px}.memory-toolbar button,.memory-toolbar label{height:36px;border:1px solid #d9e0eb;background:var(--paper);border-radius:11px;padding:0 12px;display:flex;align-items:center;gap:6px;color:#44506a;font:inherit;font-size:12px;cursor:pointer}.memory-toolbar svg{width:15px}.memory-toolbar input{display:none}.memory-note,.memory-explain{font-size:12px;line-height:1.5;color:#667188}.memory-note{color:#197459}.memory-list{display:grid;gap:9px;margin-top:12px}.memory-list article{background:var(--paper);border:1px solid #e1e6ee;border-radius:14px;padding:12px}.memory-list article>div{display:flex;justify-content:space-between;gap:8px}.memory-list article span{font-size:11px;text-transform:uppercase;color:#21836a}.memory-list article small{font-size:10px;color:#8b94a5}.memory-list article p{font-size:13px;line-height:1.55;color:var(--ink);margin:8px 0}.memory-list footer{display:flex;gap:6px}.memory-list footer button{height:30px;border:0;border-radius:9px;background:#eef3f6;color:#5a6579;font-size:11px;display:flex;align-items:center;gap:4px;padding:0 9px}.memory-list footer svg{width:13px}@media(prefers-color-scheme:dark){.memory-panel{background:#10182b;border-color:#2e3951}.memory-toolbar button,.memory-toolbar label,.memory-list footer button{color:#cbd3e3}.memory-list article{border-color:#303a52}}.action-detail-trigger{width:100%;min-height:45px;border:1px solid #cfe6df;border-radius:13px;background:#effaf6;color:#276f5d;display:flex;align-items:center;gap:8px;padding:0 12px;margin:13px 0;font-size:12px;font-weight:800;text-align:left}.action-detail-trigger svg{width:16px}.action-detail-trigger svg:last-child{margin-left:auto}.action-detail-backdrop{align-items:flex-end}.action-detail{position:relative;max-height:92dvh}.detail-close{position:absolute;right:14px;top:13px;width:38px;height:38px;border:0;background:transparent;color:#788397}.detail-close svg{width:19px}.detail-path{display:grid;justify-items:center;gap:5px;margin:18px 0}.detail-path>div{width:100%;border:1px solid var(--line);border-radius:14px;padding:11px 13px;background:var(--paper);display:grid;gap:3px}.detail-path>div.current{border-color:#62caaa;background:#e9f8f3}.detail-path>svg{width:16px;color:#8fa49e}.detail-path small,.decision-summary small,.upcoming-plan>small,.impact-grid small,.plan-evidence>small{font-size:10px;color:#32896f;font-weight:850}.detail-path b{font-size:13px;color:var(--ink)}.decision-summary{display:grid;gap:8px}.decision-summary>div{display:flex;align-items:flex-start;gap:9px;background:#f3f6fa;border-radius:13px;padding:11px}.decision-summary svg{width:17px;color:#2d8e70;flex:none}.decision-summary p{font-size:12px;line-height:1.5;margin:3px 0 0;color:#566176}.upcoming-plan{margin-top:16px}.upcoming-plan ol{list-style:none;padding:0;margin:9px 0;display:grid;gap:6px}.upcoming-plan li{display:grid;grid-template-columns:28px 1fr;gap:8px;align-items:center}.upcoming-plan li b{width:26px;height:26px;border-radius:9px;background:#e7ecf3;color:#788397;display:grid;place-items:center;font-size:10px}.upcoming-plan li.current b{background:#2c9475;color:#fff}.upcoming-plan li span{font-size:12px;color:var(--ink)}.rolling-note{font-size:10px;line-height:1.5;color:#8490a2}.impact-grid{display:grid;gap:7px}.impact-grid>div{border-left:3px solid #65c8aa;background:#f4f7fa;border-radius:0 12px 12px 0;padding:10px 11px}.impact-grid p{font-size:12px;line-height:1.5;margin:3px 0;color:#566176}.forecast{margin-top:13px;background:#142348;color:#fff;border-radius:14px;padding:13px}.forecast b{font-size:12px;color:#6fe0bc}.forecast p{font-size:12px;line-height:1.5;margin:5px 0}.forecast small{font-size:10px;color:#b8c4dc}.plan-evidence{margin-top:12px}.plan-evidence p{font-size:11px;color:#68748a;margin:5px 0}.feedback-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:16px}.feedback-grid p{grid-column:1/-1;font-size:13px;font-weight:850;margin:0 0 2px}.feedback-grid button{min-height:38px;border:1px solid var(--line);border-radius:11px;background:var(--paper);color:var(--ink);font-size:11px}.stop-doing{margin-top:13px;border-top:1px solid var(--line);padding-top:11px}.stop-doing summary{font-size:11px;color:#778297}.stop-doing p{font-size:11px;color:#778297;margin:6px 0}@media(prefers-color-scheme:dark){.action-detail-trigger{background:#173b34;border-color:#276a59}.detail-path>div.current{background:#173b34}.decision-summary>div,.impact-grid>div{background:#202a43}.decision-summary p,.impact-grid p{color:#cbd3e3}}.bottom-nav.bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr))!important}.bottom-nav a{min-width:0;padding:0 2px;white-space:nowrap}.calendar-card{background:var(--paper);border-radius:22px;padding:18px;box-shadow:0 14px 40px #11193616}.calendar-toolbar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;text-align:center}.calendar-toolbar button{border:0;border-radius:13px;background:#edf1f5;color:var(--ink);display:grid;place-items:center}.calendar-toolbar button svg{width:19px}.calendar-toolbar strong{font-size:18px;color:var(--ink)}.today-shortcut{display:block;min-height:34px;border:0;background:transparent;color:#298a6e;font-size:12px;font-weight:800;margin:3px auto 7px}.weekdays,.month-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.weekdays span{text-align:center;color:#929bad;font-size:11px;padding:5px 0}.month-grid button,.calendar-blank{aspect-ratio:1;border:0;border-radius:13px;background:transparent;color:var(--ink);display:grid;place-content:center;position:relative;min-height:38px}.month-grid button.today{box-shadow:inset 0 0 0 1px #4bc9a3}.month-grid button.selected-day{background:var(--navy);color:#fff}.month-grid button i{position:absolute;right:3px;bottom:3px;min-width:16px;height:16px;padding:0 4px;border-radius:9px;background:var(--mint);color:#103a31;font-size:9px;font-style:normal;font-weight:900;display:grid;place-items:center}.day-heading{display:flex;align-items:center;justify-content:space-between;margin:25px 4px 11px}.day-heading h2{font-size:21px;margin:2px 0;color:var(--ink)}.day-heading>svg{color:#3b9479}.day-task-list{background:var(--paper);border-radius:20px;padding:4px 15px;box-shadow:0 12px 34px #11193610}.day-task-list article{min-height:73px;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--line)}.day-task-list article:last-child{border-bottom:0}.day-task-list article>span{width:38px;height:38px;border-radius:12px;background:#e0f5ee;color:#288769;display:grid;place-items:center}.day-task-list article>span svg{width:18px}.day-task-list article>div{flex:1;min-width:0}.day-task-list h3{font-size:15px;margin:0 0 4px;color:var(--ink)}.day-task-list small{color:#8993a5}.day-task-list b{font-size:12px;color:#288769}.calendar-empty{padding:24px}.ai-review-card{margin-top:13px;border-radius:22px;padding:19px;background:linear-gradient(145deg,#e3f7f1,#f2f1ff);box-shadow:0 12px 34px #11193610}.review-title{display:flex;align-items:center;gap:11px}.review-title>span{width:42px;height:42px;border-radius:14px;background:var(--navy);color:var(--mint);display:grid;place-items:center}.review-title svg{width:20px}.review-title>div{flex:1}.review-title small{font-size:11px;color:#39856f;font-weight:850}.review-title h2{font-size:17px;margin:3px 0;color:var(--ink)}.review-title>svg{color:#9a72c7}.ai-review-card>p{font-size:14px;line-height:1.7;color:#526076;margin:16px 0 0}.state-summary{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.state-summary span{border-radius:99px;background:#ffffffa8;padding:6px 9px;color:#59677b;font-size:11px;font-weight:700}@media(prefers-color-scheme:dark){.calendar-card,.day-task-list{background:var(--paper)}.calendar-toolbar button{background:#263149}.ai-review-card{background:linear-gradient(145deg,#17372f,#282442)}.ai-review-card>p{color:#c5ccda}.state-summary span{background:#ffffff12;color:#c8d0df}.day-task-list article>span{background:#183b34}}.agent-notice{margin:0 0 12px;border-radius:13px;padding:11px 13px;background:#fff3d5;color:#765a1e;font-size:13px;line-height:1.45}.agent-thinking{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px 0;padding:12px;border-radius:14px;background:#e2f5ef;color:#25775f;font-size:13px;font-weight:800}.agent-thinking svg{width:17px}.compact-input{margin-top:10px}.compact-input small{color:#8a94a6}.feedback-dialog .eyebrow{display:flex;align-items:center;gap:6px}.feedback-dialog .eyebrow svg{width:15px}.feedback-dialog textarea{width:100%;resize:vertical;min-height:108px;border:1px solid var(--line);border-radius:14px;background:var(--paper);color:var(--ink);padding:12px 13px;outline:none;line-height:1.55}.feedback-dialog textarea:focus{border-color:var(--mint);box-shadow:0 0 0 3px #4bc9a326}.feedback-dialog>small{display:block;text-align:right;color:#8a94a6;margin:5px 2px 13px}.feedback-dialog .primary:disabled{opacity:.45}.session-picker{margin:14px 0;padding:12px;border:1px solid #d8eee8;border-radius:14px;background:#f3fbf8}.session-picker p{margin:0 0 10px;color:#244b49}.session-picker p small{display:block;margin-top:4px;color:#66798a;line-height:1.45}.session-picker>div{display:flex;gap:7px;flex-wrap:wrap}.session-picker button{border:1px solid #cfe3df;background:#fff;color:#255952;border-radius:10px;padding:8px 10px;font-weight:700}.session-picker button.selected{background:#dff7ef;border-color:#49caa2}.session-choice{display:block;margin-top:9px;color:#527269}.session-picker .compact-input{display:flex;align-items:center;gap:8px;margin-top:9px;color:#527269}.session-picker input{width:74px;padding:7px;border:1px solid #cfe3df;border-radius:8px;background:#fff}.session-steps{margin:14px 0;border-top:1px solid var(--line);padding-top:12px}.session-steps>small{display:block;margin-bottom:9px;color:#68778b;line-height:1.45}.session-steps>button,.detail-session>div{width:100%;display:flex;align-items:center;gap:10px;text-align:left;border:0;background:transparent;padding:8px 0;color:var(--ink)}.session-steps>button b,.detail-session>div b{flex:0 0 24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#e9f0f3;color:#567085;font-size:12px}.session-steps>button b svg{width:14px}.session-steps>button span{display:flex;justify-content:space-between;align-items:center;gap:10px;flex:1}.session-steps em,.detail-session em{font-style:normal;color:#8190a1;font-size:12px;white-space:nowrap}.session-steps>button.completed{opacity:.64;text-decoration:line-through}.session-steps>button.completed b{background:#57cfa9;color:#fff}.detail-session{padding:14px;margin:16px 0;background:#f3fbf8;border-radius:14px}.detail-session>small{color:#527269}.detail-session p{font-size:13px;line-height:1.55;color:#55736c;margin:8px 0 0}@media(prefers-color-scheme:dark){.feedback-dialog textarea{background:#202a43}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.relative{position:relative}.block{display:block}.table{display:table}.resize{resize:both}.rounded{border-radius:.25rem}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#17203c;background:#eef1f7;font-synthesis:none;--ink:#17203c;--navy:#111936;--mint:#4bc9a3;--mint-light:#d9f7ed;--gold:#f6bf55;--paper:#f7f8fc;--line:#dfe4ed}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;min-width:320px}body{overflow-x:hidden}button,input,select{font:inherit}button{min-height:44px;cursor:pointer}.loading{min-height:100dvh;display:grid;place-content:center;text-align:center;gap:12px}.loading span{margin:auto;display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:var(--navy);color:var(--mint);font-weight:900;font-size:20px}.loading p{color:#718096}.onboarding{min-height:100dvh;max-width:520px;margin:auto;padding:calc(24px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom));display:flex;flex-direction:column;background:var(--paper)}.brand{display:flex;align-items:center;gap:9px;font-weight:800}.brand span{width:34px;height:34px;display:grid;place-content:center;border-radius:11px;background:var(--navy);color:var(--mint)}.step-dots{display:flex;gap:6px;margin:46px 0 22px}.step-dots i{width:22px;height:4px;border-radius:4px;background:#dce1eb}.step-dots .active{background:var(--mint)}.onboarding section{flex:1}.eyebrow{color:#32977a;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px}.onboarding h1{font-size:34px;line-height:1.2;letter-spacing:-.04em;margin:0 0 30px;color:var(--navy)}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice-grid button,.choice-list button,.reason-grid button{border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font-weight:650}.choice-grid button{height:58px}.choice-list{display:grid;gap:10px}.choice-list button{text-align:left;padding:0 18px}.selected{border-color:var(--mint)!important;background:var(--mint-light)!important;color:#176b55!important}.onboarding footer{display:flex;gap:10px;justify-content:flex-end;padding-top:24px}.primary,.back,.secondary{border:0;border-radius:14px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 20px}.primary{background:var(--navy);color:#fff;box-shadow:0 8px 24px #11193624}.primary:disabled{opacity:.35}.primary svg,.back svg{width:18px}.back{background:transparent;color:#647086}.input-label{display:grid;gap:8px;font-size:14px;font-weight:750;margin:16px 0}.input-label input,.input-label select{width:100%;min-height:52px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:0 14px;color:var(--ink);outline:none}.input-label input:focus,.input-label select:focus{border-color:var(--mint);box-shadow:0 0 0 3px #4bc9a326}.app-shell{max-width:560px;margin:auto;min-height:100dvh;padding:calc(22px + env(safe-area-inset-top)) 18px calc(98px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#111936 0,#192448 255px,#eef1f7 255px)}.topbar{display:flex;color:#fff;align-items:center;justify-content:space-between;margin:0 4px 18px}.topbar small{color:#b7c1dc}.topbar h1{font-size:25px;margin:4px 0;letter-spacing:-.035em}.level-badge{border:1px solid #ffffff30;border-radius:12px;padding:9px 12px;color:var(--gold);font-weight:850;background:#ffffff0d}.direction{background:#ffffff10;border:1px solid #ffffff16;border-radius:16px;padding:14px 16px;margin-bottom:14px;color:#fff}.direction span{color:#7fe0c4;font-size:12px;font-weight:800}.direction p{font-weight:800;margin:4px 0}.direction small{color:#aeb9d6}.offline{background:#fff2d2;color:#785c19;padding:12px;border-radius:12px;margin-bottom:12px;font-size:14px}.card{background:var(--paper);border-radius:24px;padding:21px;box-shadow:0 16px 44px #11193617}.card-title{display:flex;justify-content:space-between}.card-title h2,.action-card h2,.modal h2{margin:3px 0 22px;font-size:24px;line-height:1.3;letter-spacing:-.035em;color:var(--navy)}.card-title>svg{color:#8b96aa}.range-field{display:block;margin:18px 0}.range-field span{display:flex;justify-content:space-between;align-items:center}.range-field span b{font-size:14px}.range-field span strong{font-size:18px;color:#2d8b70}.range-field input{width:100%;accent-color:var(--mint);height:24px}.range-field small{display:flex;justify-content:space-between;color:#8a94a6}.range-field i{font-style:normal}.time-label{font-size:14px;font-weight:750;display:block;margin:20px 0 10px}.time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:18px}.time-grid button{border:1px solid var(--line);border-radius:11px;background:#fff;font-size:13px}.full{width:100%;min-height:54px}.agent-label{display:inline-flex;gap:6px;align-items:center;font-size:12px;font-weight:750;color:#306e60;background:#e4f6f0;border-radius:999px;padding:6px 10px;margin-bottom:18px}.agent-label svg{width:14px}.action-card h2{font-size:27px;margin-bottom:16px}.task-meta{display:flex;gap:12px;margin:10px 0 18px}.task-meta span{display:flex;align-items:center;gap:5px;color:#677287;font-size:13px;background:#edf0f5;border-radius:9px;padding:7px 9px}.task-meta svg{width:15px;height:15px}.reason,.success{border-left:3px solid var(--gold);padding:4px 0 4px 13px;margin:16px 0}.success{border-left-color:var(--mint);background:#e8f7f24d}.reason small,.success small{color:#768197;font-size:12px;font-weight:800}.reason p,.success p{font-size:14px;line-height:1.55;margin:5px 0}.start{margin-top:22px}.text-button{width:100%;background:transparent;border:0;color:#68748a;font-size:14px;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:7px}.text-button svg{width:15px}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.stats-row div{background:#ffffffb8;border:1px solid white;border-radius:15px;padding:13px 8px;display:grid;grid-template-columns:auto 1fr;align-items:center;-moz-column-gap:5px;column-gap:5px}.stats-row svg{width:15px;color:#7b879c}.stats-row strong{font-size:17px}.stats-row small{grid-column:1/-1;color:#7a8598;font-size:11px;margin-top:3px}.bottom-nav{position:fixed;z-index:5;bottom:0;left:50%;transform:translate(-50%);width:min(560px,100%);height:calc(70px + env(safe-area-inset-bottom));padding:6px 14px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:#fbfcfeeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid #dfe3eb}.bottom-nav button{border:0;background:transparent;color:#9aa3b3;font-size:12px}.bottom-nav .active{color:#1e745e;font-weight:800}.bottom-nav span{display:block;font-size:10px}.bottom-nav button:disabled{cursor:default}.live{display:inline-flex;align-items:center;gap:7px;color:#1d8064;background:#dff7ef;padding:6px 10px;border-radius:99px;font-size:12px;font-weight:800;margin-bottom:18px}.live i{width:7px;height:7px;border-radius:50%;background:#2aba91;box-shadow:0 0 0 4px #2aba9120}.actions{display:grid;gap:6px}.secondary{background:#edf0f5;color:#566176}.modal-backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;background:#0c122b9e;display:flex;align-items:flex-end;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(560px,100%);max-height:90dvh;overflow:auto;background:var(--paper);border-radius:26px 26px 0 0;padding:12px 22px calc(24px + env(safe-area-inset-bottom))}.modal-handle{width:42px;height:5px;border-radius:5px;background:#d8dce5;margin:0 auto 24px}.modal h2{margin-bottom:8px}.muted{color:#768197;margin:0 0 18px}.reason-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.reason-grid button{padding:0 10px}.feeling-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:18px 0}.feeling-row button{border:1px solid var(--line);background:#fff;border-radius:11px;font-size:13px}.celebration{text-align:center;padding-top:36px}.celebrate-icon{display:grid;place-items:center;width:68px;height:68px;border-radius:22px;background:#fff0c7;color:#b67a08;margin:auto auto 18px}.celebration p:not(.eyebrow){color:#69758b;margin-bottom:26px}@media(min-width:700px){.app-shell{margin:22px auto;border-radius:30px;min-height:calc(100dvh - 44px);box-shadow:0 18px 80px #15203c24}.bottom-nav{bottom:22px;border-radius:0 0 30px 30px}.onboarding{margin:22px auto;min-height:calc(100dvh - 44px);border-radius:28px;box-shadow:0 18px 70px #18243c1c}}@media(prefers-color-scheme:dark){:root{color:#e6eaf3;background:#090e1c;--paper:#151d33;--ink:#e6eaf3;--line:#303a52}.app-shell{background:linear-gradient(180deg,#0d142b 0,#17203f 255px,#090e1c 255px)}.card,.modal,.onboarding{background:var(--paper)}.card-title h2,.action-card h2,.modal h2,.onboarding h1{color:#f1f3f8}.direction{background:#ffffff0b}.choice-grid button,.choice-list button,.reason-grid button,.input-label input,.input-label select,.time-grid button,.feeling-row button{background:#202a43;color:#e4e8f0}.stats-row div{background:#151d33;border-color:#26304a}.bottom-nav{background:#10172bea;border-color:#30384b}.task-meta span,.secondary{background:#253049;color:#b9c2d5}.reason p,.success p{color:#cdd4e1}.selected{background:#173f36!important}.loading{background:#090e1c}.loading p{color:#a5aec0}}.agent-debug{margin:16px 22px 92px;padding:12px;border:1px dashed #8aa0c8;border-radius:12px;background:#eef3fb;color:#142148;font-size:12px}.agent-debug summary{cursor:pointer;font-weight:700}.agent-debug-grid{display:grid;grid-template-columns:70px 1fr;gap:7px;margin-top:10px}.agent-debug-grid code{white-space:pre-wrap;word-break:break-all;color:#39496b}.app-shell:not(.inner-page){display:flex;flex-direction:column}.app-shell:not(.inner-page)>.topbar{order:0}.app-shell:not(.inner-page)>.action-card,.app-shell:not(.inner-page)>.state-card{order:1}.app-shell:not(.inner-page)>.agent-notice,.app-shell:not(.inner-page)>.agent-thinking,.app-shell:not(.inner-page)>.offline{order:2}.app-shell:not(.inner-page)>.direction,.app-shell:not(.inner-page)>.recalibration-card{order:3}.app-shell:not(.inner-page)>.stats-row{order:4}.app-shell:not(.inner-page)>.agent-debug{order:5}.app-shell:not(.inner-page)>.bottom-nav{order:6}.app-shell:not(.inner-page)>.direction{padding:10px 13px;margin-top:13px;margin-bottom:0;border-radius:14px;display:grid;grid-template-columns:auto 1fr;-moz-column-gap:8px;column-gap:8px;align-items:baseline}.app-shell:not(.inner-page)>.direction span{grid-column:1/-1;font-size:11px}.app-shell:not(.inner-page)>.direction p{font-size:14px;margin:3px 0 0}.app-shell:not(.inner-page)>.direction small{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell:not(.inner-page)>.stats-row{display:flex;gap:12px;align-items:center;margin:12px 3px 0;color:#6f7c90}.app-shell:not(.inner-page)>.stats-row div{display:flex;gap:4px;align-items:center;padding:0;background:transparent;border:0}.app-shell:not(.inner-page)>.stats-row strong{font-size:13px}.app-shell:not(.inner-page)>.stats-row small{grid-column:auto;margin:0;font-size:10px;white-space:nowrap}.app-shell:not(.inner-page)>.stats-row svg{width:14px}.adjust-agent{color:#287a64;font-weight:800}.calibration-shell{width:min(620px,100%);min-height:100dvh;margin:auto;background:var(--paper);padding:calc(22px + env(safe-area-inset-top)) 20px calc(22px + env(safe-area-inset-bottom));color:var(--ink)}.calibration-brand{display:flex;align-items:center;gap:10px;font-weight:900}.calibration-brand>span{width:38px;height:38px;border-radius:12px;background:var(--navy);color:var(--mint);display:grid;place-items:center}.calibration-brand svg{width:20px}.calibration-brand>div{display:grid}.calibration-brand small{font-size:11px;color:#8390a4;margin-top:1px}.welcome-calibration,.resume-calibration{display:flex;flex-direction:column}.name-entry,.resume-calibration>section{margin:auto 0}.name-entry h1,.resume-calibration h1,.confirmation-shell>header h1,.first-action-shell h1{font-size:34px;line-height:1.18;letter-spacing:-.04em;color:var(--navy);margin:7px 0 14px}.name-entry>p:not(.eyebrow),.resume-calibration section>p,.confirmation-shell>header>p{color:#748095;line-height:1.6}.resume-calibration .secondary{margin-top:9px}.resume-icon,.first-action-icon{width:64px;height:64px;border-radius:20px;background:#dff6ee;color:#27896c;display:grid;place-items:center;margin-bottom:22px}.resume-icon svg,.first-action-icon svg{width:28px}.conversation-shell{display:grid;grid-template-rows:auto auto minmax(260px,1fr) auto auto;max-height:100dvh}.conversation-shell>header>p{font-size:13px;line-height:1.5;color:#778397;margin:15px 0 12px}.fallback-notice{background:#fff3d7;color:#795d1e;border-radius:12px;padding:10px 12px;font-size:12px;line-height:1.45;margin:8px 0}.calibration-chat{overflow:auto;display:flex;flex-direction:column;gap:12px;padding:12px 0 18px;scrollbar-width:none}.calibration-message{display:flex;gap:8px;max-width:90%}.calibration-message>span{width:30px;height:30px;border-radius:10px;background:#dff5ee;color:#2a8f72;display:grid;place-items:center;flex:0 0 auto}.calibration-message svg{width:16px}.calibration-message p{margin:0;background:#edf1f6;border-radius:5px 15px 15px;padding:11px 13px;font-size:14px;line-height:1.6}.calibration-message.user{align-self:flex-end;flex-direction:row-reverse}.calibration-message.user>span{background:#25345f;color:#dce5ff}.calibration-message.user p{background:var(--navy);color:#fff;border-radius:15px 5px 15px 15px}.loading-message p{color:#748095}.calibration-replies{display:flex;gap:7px;overflow:auto;padding:4px 0 10px}.calibration-replies button{white-space:nowrap;border:1px solid var(--line);border-radius:99px;background:#fff;color:#566277;padding:0 13px;font-size:13px}.calibration-composer{display:grid;grid-template-columns:1fr 50px;gap:8px;padding-top:8px;border-top:1px solid var(--line)}.calibration-composer textarea{resize:none;min-width:0;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--ink);padding:11px 13px;outline:none;line-height:1.4}.calibration-composer button{border:0;border-radius:15px;background:var(--navy);color:#fff}.calibration-composer button:disabled{opacity:.35}.calibration-composer svg{width:19px}.confirmation-shell{padding-bottom:40px}.confirmation-shell>header{margin:34px 0 20px}.model-summary,.strategy-summary,.metric-summary{background:#fff;border-radius:20px;padding:5px 18px;box-shadow:0 10px 34px #1119360f;margin:12px 0}.model-summary>label{display:block;padding:14px 0;border-bottom:1px solid var(--line)}.model-summary>label:last-child{border-bottom:0}.model-summary small,.first-action-shell small{font-size:11px;color:#2d8b70;font-weight:850}.model-summary p{margin:5px 0 0;font-size:14px;line-height:1.55}.model-summary p span{display:block}.model-summary textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:11px;padding:9px;margin-top:7px;color:var(--ink);background:var(--paper)}.strategy-summary,.metric-summary{padding:18px}.strategy-summary h2{font-size:17px;line-height:1.5;color:var(--ink)}.strategy-summary>div{display:grid;gap:8px}.strategy-summary span{display:flex;gap:7px;font-size:13px;color:#566277;line-height:1.45}.strategy-summary svg{width:16px;color:#2d9b77;flex:0 0 auto}.metric-summary article{padding:10px 0;border-bottom:1px solid var(--line)}.metric-summary article:last-child{border-bottom:0}.metric-summary b{font-size:14px}.metric-summary p{font-size:12px;color:#778397;line-height:1.5;margin:4px 0}.confirmation-actions{display:grid;gap:8px;margin-top:16px}.first-action-shell{display:flex;flex-direction:column}.first-action-shell>section{margin:auto 0}.first-action-shell .bottleneck{font-weight:800;margin:5px 0 18px}.first-action-shell article{background:#fff;border-radius:22px;padding:20px;box-shadow:0 14px 38px #11193614;margin-bottom:18px}.first-action-shell article h2{font-size:23px;line-height:1.35;color:var(--navy);margin:0 0 10px}.first-action-shell article>p{font-size:14px;color:#647086;line-height:1.55}.first-action-shell article>div{display:grid;gap:7px;border-left:3px solid var(--mint);padding-left:12px}.first-action-shell article>div b{color:#27866a}.first-action-shell article>div span{font-size:13px;line-height:1.45}.first-action-icon{margin-top:26px}@media(min-width:700px){.calibration-shell{margin:22px auto;min-height:calc(100dvh - 44px);max-height:calc(100dvh - 44px);border-radius:28px;box-shadow:0 18px 70px #18243c1c}}@media(prefers-color-scheme:dark){.calibration-shell{background:var(--paper)}.name-entry h1,.resume-calibration h1,.confirmation-shell>header h1,.first-action-shell h1,.first-action-shell article h2{color:#f1f3f8}.calibration-message p{background:#253049}.calibration-replies button,.calibration-composer textarea,.model-summary,.strategy-summary,.metric-summary,.first-action-shell article{background:#202a43;color:#e7ebf3}.model-summary textarea{background:#151d33}.fallback-notice{background:#463716;color:#e5c778}}.onboarding-entry-button{position:relative;z-index:2;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.onboarding-error{margin:0 0 12px!important;padding:10px 12px;border-radius:12px;background:#fff0f0;color:#a33e3e!important;font-size:13px;line-height:1.45}.goal-evaluation-notice{position:sticky;top:10px;z-index:4;display:flex;align-items:flex-start;gap:8px;background:#153b32;color:#dff8ef;border-radius:14px;padding:12px 14px;margin-bottom:10px;box-shadow:0 10px 30px #10182c30;font-size:13px;line-height:1.45}.goal-evaluation-notice svg{width:18px;flex:0 0 auto}.roadmap-main,.stage-timeline article,.other-quest-list>article{-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation}.goal-action-sheet .primary{margin-top:18px}.danger-action{border:1px solid #f0c8c8;border-radius:14px;background:#fff1f1;color:#a33e3e;font-weight:800;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:9px}.danger-action svg{width:18px}@media(prefers-color-scheme:dark){.danger-action{background:#3d2228;border-color:#65313a;color:#f1aab6}}
