.hifi-app-root{--green:#9dcc75;--green-deep:#6f9f56;--green-soft:#f1f8df;--mint:#eef7cf;--butter:#f6edb4;--butter-soft:#fbf7dc;--purple:#d5c96e;--purple-soft:#fbf6d9;--ink:#202633;--ink-soft:#5c616d;--muted:#868b94;--ease-out-quart:cubic-bezier(0.165,0.84,0.44,1);--focus-ring:0 0 0 3px rgba(111,159,86,.32);--card:rgba(255,255,247,.88);--line:rgba(73,91,45,.08);--shadow-card:0 14px 36px rgba(31,39,51,.06);--shadow-soft:0 6px 18px rgba(31,39,51,.05);--shadow-lift:0 2px 8px rgba(31,39,51,.04);--radius-pill:999px;--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px);--keyboard-offset:0px}.hifi-app-root *{box-sizing:border-box}.hifi-app-root{display:grid;place-items:center;padding:0}.hifi-app-root button,.hifi-app-root input,.hifi-app-root textarea{font:inherit}.hifi-app-root button{border:0;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .16s var(--ease-out-quart),background-color .16s ease-out,color .16s ease-out,box-shadow .16s ease-out}.hifi-app-root svg{display:block}.hifi-app-root .app-safe-top{height:42px;height:max(42px,var(--safe-top));flex:0 0 auto}.hifi-app-root .app-shell{width:min(100%,430px);max-width:100vw;height:100dvh;overflow:hidden;overflow-x:hidden;overscroll-behavior-x:none;position:relative;display:grid;grid-template-rows:auto 1fr auto auto auto;background:radial-gradient(circle at 76% 12%,hsla(89,59%,63%,.34),transparent 31%),radial-gradient(circle at 12% 22%,hsla(51,85%,79%,.42),transparent 30%),radial-gradient(circle at 58% 52%,hsla(74,71%,89%,.72),transparent 38%),linear-gradient(180deg,#fbfaec,#f8f6e5 52%,#f6f4e6)}.hifi-app-root .child-pill{min-height:44px;border-radius:var(--radius-pill);padding:6px 13px 6px 7px;display:inline-flex;align-items:center;gap:9px;background:hsla(0,0%,100%,.82);color:var(--ink);box-shadow:var(--shadow-soft);border:1px solid hsla(0,0%,100%,.8);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);font-size:16px;font-weight:620;white-space:nowrap}.hifi-app-root .child-name{max-width:62px;overflow:hidden;text-overflow:ellipsis}.hifi-app-root .avatar-face{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#fbf0b8,#dff0a9);font-size:21px}.hifi-app-root .chevron{width:14px;height:14px;flex:0 0 auto}.hifi-app-root .icon-button{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:var(--ink-soft);background:hsla(0,0%,100%,.82);box-shadow:var(--shadow-soft);border:0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.hifi-app-root .icon-button svg{width:22px;height:22px;stroke-width:2}.hifi-app-root .page-stack{min-height:0;overflow:hidden}.hifi-app-root .page,.hifi-app-root .page-stack{overflow-x:hidden;overscroll-behavior-x:none;position:relative}.hifi-app-root .page{height:100%;overflow-y:auto;touch-action:pan-y;display:none;scrollbar-width:none}.hifi-app-root .page::-webkit-scrollbar{display:none}.hifi-app-root .page.active{display:block}.hifi-app-root .page.page-entering .feedback-panel,.hifi-app-root .page.page-entering .flow-card,.hifi-app-root .page.page-entering .hero-card,.hifi-app-root .page.page-entering .profile-block,.hifi-app-root .page.page-entering .profile-data-card,.hifi-app-root .page.page-entering .rehearsal-header,.hifi-app-root .page.page-entering .scenario-card,.hifi-app-root .page.page-entering .section,.hifi-app-root .page.page-entering .task-card{animation:page-rise .32s cubic-bezier(.22,1,.36,1) both}.hifi-app-root .page.page-entering .profile-block:nth-child(2),.hifi-app-root .page.page-entering .profile-data-card:nth-child(2),.hifi-app-root .page.page-entering .scenario-card:nth-child(2),.hifi-app-root .page.page-entering .section:nth-of-type(2),.hifi-app-root .page.page-entering .task-card:nth-child(2){animation-delay:35ms}.hifi-app-root .page.page-entering .profile-block:nth-child(3),.hifi-app-root .page.page-entering .profile-data-card:nth-child(3),.hifi-app-root .page.page-entering .scenario-card:nth-child(3),.hifi-app-root .page.page-entering .section:nth-of-type(3),.hifi-app-root .page.page-entering .task-card:nth-child(3){animation-delay:70ms}.hifi-app-root .page.page-entering .profile-block:nth-child(4),.hifi-app-root .page.page-entering .profile-data-card:nth-child(4),.hifi-app-root .page.page-entering .scenario-card:nth-child(4),.hifi-app-root .page.page-entering .section:nth-of-type(4),.hifi-app-root .page.page-entering .task-card:nth-child(4){animation-delay:105ms}@keyframes page-rise{0%{opacity:0;transform:translateY(12px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}.hifi-app-root .feedback-panel,.hifi-app-root .hero-card,.hifi-app-root .list-card,.hifi-app-root .profile-block,.hifi-app-root .rehearsal-header,.hifi-app-root .scenario-card,.hifi-app-root .soft-card,.hifi-app-root .task-card{background:var(--card);box-shadow:var(--shadow-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.62);background-clip:padding-box}.hifi-app-root .hero-card{min-height:196px;border-radius:var(--radius-card);position:relative;overflow:hidden;padding:24px 26px;display:grid;align-content:center;isolation:isolate;margin-bottom:16px}.hifi-app-root .hero-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 46%,hsla(94,56%,64%,.48),transparent 34%),radial-gradient(circle at 84% 28%,hsla(53,86%,80%,.72),transparent 23%),radial-gradient(circle at 10% 10%,rgba(255,250,220,.96),transparent 44%);z-index:-2}.hifi-app-root .hero-title{width:min(56%,calc(100% - 148px));margin:0;font-size:var(--text-hero);line-height:1.32;font-weight:820;color:var(--ink);letter-spacing:-.02em}.hifi-app-root .hero-copy{width:min(54%,calc(100% - 148px));margin:10px 0 0;color:var(--ink-soft);font-size:var(--text-body);line-height:var(--text-body-lh);font-weight:470}.hifi-app-root .hero-copy,.hifi-app-root .hero-title{position:relative;z-index:1}.hifi-app-root .mascot{width:164px;height:146px;position:absolute;right:2px;bottom:0;overflow:hidden;background:url(/assets/hifi-mascot.png) bottom/contain no-repeat;box-shadow:none;transform:none;filter:drop-shadow(0 14px 18px rgba(75,139,68,.12));z-index:0;pointer-events:none}.hifi-app-root .mascot:after,.hifi-app-root .mascot:before{content:none}.hifi-app-root .mascot-svg{width:100%;height:100%;overflow:visible;filter:drop-shadow(0 18px 28px rgba(105,183,143,.12))}.hifi-app-root .face-eye,.hifi-app-root .face-mouth{display:none}.hifi-app-root .section{margin-top:16px}.hifi-app-root .section:first-child{margin-top:0}.hifi-app-root .section-title{margin:0 0 10px;font-size:var(--text-title);font-weight:780;color:var(--ink);letter-spacing:-.01em}.hifi-app-root .boundary-note,.hifi-app-root .hint-text,.hifi-app-root .section-note{color:var(--muted);font-size:14px}.hifi-app-root .message-row{width:100%;max-width:100%;min-width:0;display:grid;margin-bottom:14px;animation:rise .24s ease both}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hifi-app-root .message-row.ai{justify-items:stretch}.hifi-app-root .message-row.user{justify-items:end}.hifi-app-root .bubble{max-width:86%;min-width:0;border-radius:var(--radius-row);padding:14px 16px;color:var(--ink);background:var(--card);border:0;background-clip:padding-box;word-break:break-word;overflow-wrap:anywhere;overflow:hidden;box-shadow:none}.hifi-app-root .ai .bubble{width:100%;max-width:100%;border-top-left-radius:var(--radius-inner);background:hsla(0,0%,100%,.82);border:1px solid hsla(0,0%,100%,.72);box-shadow:var(--shadow-lift);backdrop-filter:blur(18px) saturate(1.25);-webkit-backdrop-filter:blur(18px) saturate(1.25)}.hifi-app-root .ai .bubble.thinking-bubble{backdrop-filter:none;-webkit-backdrop-filter:none}.hifi-app-root .user .bubble{max-width:min(72%,292px);color:#fff;background:linear-gradient(135deg,#a7d77a,#7fb964);border-top-right-radius:var(--radius-inner);box-shadow:var(--shadow-lift)}.hifi-app-root .chat-feed,.hifi-app-root .simulation-feed{width:100%;max-width:100%;min-width:0;overflow-x:hidden;padding-bottom:6px}.hifi-app-root .bubble-section+.bubble-section{margin-top:12px;padding-top:12px;border-top:1px solid rgba(73,91,45,.08)}.hifi-app-root .section-label{display:block;margin-bottom:4px;color:var(--green-deep);font-size:13px;font-weight:760}.hifi-app-root .section-body{font-size:var(--text-body);line-height:var(--text-body-lh);text-wrap:pretty}.hifi-app-root .section-body p{margin:0}.hifi-app-root .section-body p+p{margin-top:9px}.hifi-app-root .bubble-list{margin:8px 0 0;padding-left:18px}.hifi-app-root .bubble-list li+li{margin-top:7px}.hifi-app-root .quote-list{display:grid;grid-gap:8px;gap:8px;margin-top:8px}.hifi-app-root .quote-line{margin:0;padding:10px 12px;border-radius:var(--radius-control);color:var(--ink);background:hsla(77,64%,92%,.72);border:1px solid rgba(111,159,86,.16)}.hifi-app-root .section-footnote{margin:9px 0 0;color:var(--ink-soft);font-size:14px}.hifi-app-root .thinking-bubble{background:hsla(0,0%,100%,.72)}.hifi-app-root .thinking-panel{display:grid;grid-gap:10px;gap:10px}.hifi-app-root .thinking-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.hifi-app-root .profile-stream{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.hifi-app-root .profile-chip{min-width:0;padding:9px 10px;border-radius:var(--radius-control);background:hsla(77,64%,92%,.7);border:1px solid rgba(111,159,86,.1)}.hifi-app-root .profile-chip span{display:block;color:var(--muted);font-size:13px;font-weight:700}.hifi-app-root .profile-chip strong{display:block;margin-top:2px;color:var(--ink);font-size:14px;font-weight:760;line-height:1.35}@keyframes chipFloat{0%,to{opacity:.88}50%{opacity:1}}.hifi-app-root .choice-row,.hifi-app-root .end-actions,.hifi-app-root .layer-tags,.hifi-app-root .suggestion-strip{max-width:100%;min-width:0;display:flex;flex-wrap:wrap;gap:9px;overflow-x:hidden;scrollbar-width:none}.hifi-app-root .choice-row::-webkit-scrollbar,.hifi-app-root .end-actions::-webkit-scrollbar,.hifi-app-root .layer-tags::-webkit-scrollbar,.hifi-app-root .suggestion-strip::-webkit-scrollbar{display:none}.hifi-app-root .choice-button,.hifi-app-root .pill,.hifi-app-root .primary-button,.hifi-app-root .secondary-button,.hifi-app-root .tag{min-height:34px;padding:7px 13px;color:var(--green-deep);background:var(--green-soft);max-width:100%;white-space:normal;flex:0 1 auto;text-align:center;font-size:14px;font-weight:720}.hifi-app-root .choice-button.selected,.hifi-app-root .pill.primary,.hifi-app-root .primary-button{color:#fff;background:linear-gradient(135deg,#a7d77a,#7fb964);box-shadow:none}.hifi-app-root .thinking{display:inline-flex;align-items:center;gap:8px;color:var(--ink-soft);font-size:15px}.hifi-app-root .thinking-dots{display:inline-flex;gap:4px}.hifi-app-root .thinking-dots i{width:5px;height:5px;border-radius:50%;background:var(--green);animation:thinking-pulse 1.35s infinite var(--ease-out-quart)}.hifi-app-root .thinking-dots i:nth-child(2){animation-delay:.14s}.hifi-app-root .thinking-dots i:nth-child(3){animation-delay:.28s}@keyframes thinking-pulse{0%,to{opacity:.32}50%{opacity:1}}.hifi-app-root .feedback-panel,.hifi-app-root .profile-block,.hifi-app-root .rehearsal-header,.hifi-app-root .scenario-card,.hifi-app-root .task-card{width:100%;border-radius:var(--radius-row);padding:17px;color:var(--ink);text-align:left}.hifi-app-root .profile-block+.profile-block,.hifi-app-root .scenario-card+.scenario-card,.hifi-app-root .task-card+.task-card{margin-top:14px}.hifi-app-root #taskList{display:grid;grid-gap:14px;gap:14px}.hifi-app-root .task-item{display:grid;grid-gap:10px;gap:10px}.hifi-app-root .scenario-card.active,.hifi-app-root .task-card.selected{outline:2px solid rgba(111,166,95,.34)}.hifi-app-root .feedback-title,.hifi-app-root .hint-block-title,.hifi-app-root .layer-title,.hifi-app-root .profile-block h3,.hifi-app-root .rehearsal-header h2,.hifi-app-root .scenario-title,.hifi-app-root .task-title{margin:0;font-size:17px;font-weight:780;color:var(--ink)}.hifi-app-root .hint-block-text,.hifi-app-root .profile-block li,.hifi-app-root .profile-block p,.hifi-app-root .rehearsal-header p,.hifi-app-root .scenario-desc,.hifi-app-root .task-meta,.hifi-app-root .task-source{color:var(--ink-soft);font-size:14px;line-height:1.65}.hifi-app-root .task-source{display:block;margin-top:6px}.hifi-app-root .task-meta{margin-top:10px;display:flex;justify-content:space-between;align-items:center;gap:10px}.hifi-app-root .status-tag{padding:6px 11px;border-radius:var(--radius-pill);display:inline-flex;align-items:center;gap:7px;color:var(--green-deep);background:var(--green-soft);font-size:13px;font-weight:720;white-space:nowrap}.hifi-app-root .status-caret{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent}.hifi-app-root .status-caret.up{border-bottom:5px solid}.hifi-app-root .status-caret.down{border-top:5px solid}.hifi-app-root .task-feedback-panel{padding:16px;border-radius:var(--radius-row);color:rgba(32,38,51,.72);background:hsla(77,64%,92%,.72);border:1px solid rgba(111,159,86,.1);box-shadow:none;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hifi-app-root .task-feedback-panel .feedback-title{color:rgba(32,38,51,.78)}.hifi-app-root .task-feedback-panel .feedback-question{color:hsla(222,7%,47%,.72)}.hifi-app-root .task-feedback-panel .feedback-note{color:rgba(32,38,51,.7);background:hsla(0,0%,100%,.68);box-shadow:none}.hifi-app-root .feedback-group+.feedback-group{margin-top:14px}.hifi-app-root .feedback-question{margin:0 0 8px;color:var(--muted);font-size:14px;font-weight:650}.hifi-app-root .custom-scene-input,.hifi-app-root .feedback-note{width:100%;min-height:92px;border:0;outline:0;resize:none;border-radius:var(--radius-row);padding:14px;color:var(--ink);background:hsla(0,0%,100%,.82);box-shadow:var(--shadow-soft);font-size:var(--text-body);line-height:var(--text-body-lh)}.hifi-app-root .custom-scene-input::placeholder,.hifi-app-root .feedback-note::placeholder{color:var(--muted)}.hifi-app-root .custom-scenario{cursor:default}.hifi-app-root .custom-scenario .custom-scene-input{margin-top:12px;min-height:82px;border-radius:var(--radius-control);background:hsla(0,0%,100%,.68);box-shadow:none}.hifi-app-root .simulation-start-actions{display:grid;grid-gap:10px;gap:10px}.hifi-app-root .end-actions,.hifi-app-root .feedback-actions{margin-top:14px;display:flex;gap:10px}.hifi-app-root .wide-button{width:100%;margin-top:12px;justify-content:center;display:inline-flex;align-items:center}.hifi-app-root .layer-grid,.hifi-app-root .scenario-grid,.hifi-app-root .simulation-layout{display:grid;grid-gap:14px;gap:14px}.hifi-app-root .scenario-desc,.hifi-app-root .scenario-title{display:block}.hifi-app-root .hint-block{margin-top:12px;padding:12px;border-radius:var(--radius-control);background:var(--green-soft)}.hifi-app-root .hint-block-title{font-size:14px}.hifi-app-root .hint-block-text{margin:4px 0 0}.hifi-app-root .profile-block ul{margin:8px 0 0;padding-left:18px}.hifi-app-root .tag{display:inline-flex;margin-right:6px;margin-top:6px;color:var(--green-deep);background:var(--green-soft)}.hifi-app-root .recording-panel{display:none;padding:10px 20px;z-index:8}.hifi-app-root .recording-panel.active{display:block}.hifi-app-root .recording-card{max-width:250px;margin:0 auto;border-radius:var(--radius-row);background:hsla(0,0%,100%,.88);box-shadow:var(--shadow-card);padding:13px;text-align:center}.hifi-app-root .wave{height:36px;display:flex;align-items:center;justify-content:center;gap:5px;color:var(--green)}.hifi-app-root .wave span{width:5px;border-radius:99px;background:currentColor;animation:wave .9s ease-in-out infinite}.hifi-app-root .wave span:first-child{height:8px;animation-delay:0s}.hifi-app-root .wave span:nth-child(2){height:16px;animation-delay:.08s}.hifi-app-root .wave span:nth-child(3){height:26px;animation-delay:.16s}.hifi-app-root .wave span:nth-child(4){height:34px;animation-delay:.24s}.hifi-app-root .wave span:nth-child(5){height:26px;animation-delay:.32s}.hifi-app-root .wave span:nth-child(6){height:16px;animation-delay:.4s}.hifi-app-root .wave span:nth-child(7){height:8px;animation-delay:.48s}@keyframes wave{0%,to{transform:scaleY(.55);opacity:.55}50%{transform:scaleY(1);opacity:1}}.hifi-app-root .recording-text{margin:6px 0 0;font-size:14px;font-weight:700}.hifi-app-root .cancel-hint{margin:2px 0 0;color:var(--ink-soft);font-size:12px}.hifi-app-root .input-zone{padding:8px 20px 10px;z-index:9}.hifi-app-root .input-bar{min-height:54px;display:grid;align-items:center;grid-gap:10px;gap:10px}.hifi-app-root .voice-mode{grid-template-columns:1fr 52px}.hifi-app-root .text-mode{grid-template-columns:52px 1fr 52px}.hifi-app-root .hold-button,.hifi-app-root .mode-button,.hifi-app-root .send-button{min-height:52px;border-radius:var(--radius-control);display:grid;place-items:center;color:var(--green-deep);background:hsla(0,0%,100%,.84);box-shadow:none}.hifi-app-root .hold-button{grid-auto-flow:column;justify-content:center;gap:8px;font-weight:780;box-shadow:none}.hifi-app-root .hold-button,.hifi-app-root .send-button{color:#fff;background:linear-gradient(135deg,#a7d77a,#7fb964)}.hifi-app-root .send-button:disabled{color:#b5b8be;background:hsla(0,0%,100%,.78);box-shadow:none}.hifi-app-root .text-input-wrap{min-height:52px;border-radius:var(--radius-control);padding:13px 15px;display:grid;align-items:center;background:hsla(0,0%,100%,.84);box-shadow:var(--shadow-soft)}.hifi-app-root .text-input{width:100%;min-height:24px;max-height:112px;border:0;outline:none;resize:none;padding:0;color:var(--ink);background:transparent;font-size:var(--text-body);line-height:var(--text-body-lh)}.hifi-app-root .text-input::placeholder{color:var(--muted)}.hifi-app-root .bottom-tabs-wrap{padding:0 16px calc(10px + var(--safe-bottom));z-index:10;transform:translateY(0);transition:transform .18s ease;will-change:transform}.hifi-app-root body.keyboard-open .bottom-tabs-wrap{pointer-events:none;transform:translateY(var(--keyboard-offset))}.hifi-app-root .bottom-tabs{height:68px;border-radius:var(--radius-card);padding:6px 8px;display:flex;align-items:center;justify-content:space-between;background:hsla(0,0%,100%,.76);border:1px solid hsla(0,0%,100%,.58);box-shadow:none;backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35)}.hifi-app-root .tab-button{width:25%;height:56px;min-width:0;border-radius:var(--radius-control);background:transparent;color:rgba(91,96,106,.72);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;position:relative;transition:color .18s ease-out,background-color .18s ease-out,transform .18s ease-out}.hifi-app-root .tab-button svg{width:27px;height:27px;stroke-width:2;transition:transform .18s ease-out,color .18s ease-out}.hifi-app-root .tab-button:active:not(.active){transform:scale(.97)}.hifi-app-root .tab-button.active{color:var(--green-deep);background:hsla(92,46%,63%,.14);font-weight:600}.hifi-app-root .tab-button.active svg{transform:scale(1.1)}.hifi-app-root .tab-button.active:after{content:none}.hifi-app-root .tab-label{font-size:11.5px;line-height:1.15;white-space:nowrap;letter-spacing:0;transition:font-weight .18s ease-out,color .18s ease-out}.hifi-app-root .profile-settings-row{min-height:44px;margin-bottom:6px;display:flex;justify-content:flex-end;align-items:center}.hifi-app-root .profile-settings-row+.section{margin-top:4px}.hifi-app-root .profile-settings-button{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:var(--green-deep);background:hsla(0,0%,100%,.76);box-shadow:var(--shadow-soft);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);z-index:5}.hifi-app-root .profile-settings-button svg{width:24px;height:24px}.hifi-app-root .profile-data-grid,.hifi-app-root .settings-grid{display:grid;grid-gap:12px;gap:12px}.hifi-app-root .family-card,.hifi-app-root .flow-card,.hifi-app-root .profile-data-card,.hifi-app-root .setting-group{border-radius:var(--radius-row);padding:16px;background:hsla(0,0%,100%,.82);border:1px solid hsla(0,0%,100%,.68);box-shadow:var(--shadow-lift)}.hifi-app-root .family-card h3,.hifi-app-root .profile-data-card h3,.hifi-app-root .setting-group h3{margin:0 0 8px;color:var(--ink);font-size:var(--text-title);font-weight:780;letter-spacing:-.01em}.hifi-app-root .family-card p,.hifi-app-root .family-row span,.hifi-app-root .flow-card p,.hifi-app-root .profile-data-card p,.hifi-app-root .setting-row span{margin:0;color:var(--ink-soft);font-size:var(--text-small);line-height:var(--text-small-lh)}.hifi-app-root .flow-steps{display:grid;grid-gap:8px;gap:8px}.hifi-app-root .flow-step{min-height:38px;border-radius:var(--radius-control);display:grid;place-items:center;color:var(--green-deep);background:var(--green-soft);font-size:13px;font-weight:740;text-align:center}.hifi-app-root .flow-arrow{color:var(--green-deep);text-align:center;font-size:16px;font-weight:800;line-height:1}.hifi-app-root .family-menu,.hifi-app-root .settings-overlay{position:absolute;inset:0;z-index:30;display:grid;pointer-events:auto}.hifi-app-root .family-menu.hidden,.hifi-app-root .settings-overlay.hidden{display:none!important}.hifi-app-root .overlay-backdrop{position:absolute;inset:0;background:rgba(245,247,245,.58);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hifi-app-root .family-popover{width:min(300px,calc(100% - 32px));position:absolute;z-index:1;top:96px;right:16px;border-radius:var(--radius-card);padding:14px;display:grid;grid-gap:9px;gap:9px;background:hsla(0,0%,100%,.92);box-shadow:0 18px 46px rgba(31,39,51,.12)}.hifi-app-root .settings-sheet{position:relative;z-index:1;align-self:end;max-height:calc(100% - 88px);border-radius:var(--radius-card) var(--radius-card) 0 0;padding:18px 20px calc(22px + var(--safe-bottom));overflow-y:auto;background:hsla(90,20%,98%,.98);box-shadow:0 -18px 50px rgba(31,39,51,.12);scrollbar-width:none}.hifi-app-root .settings-sheet::-webkit-scrollbar{display:none}.hifi-app-root .sheet-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.hifi-app-root .sheet-title{margin:0;font-size:24px;line-height:1.2;font-weight:820;color:var(--ink)}.hifi-app-root .sheet-subtitle{margin:4px 0 0;color:var(--muted);font-size:13px}.hifi-app-root .setting-group{display:grid;grid-gap:8px;gap:8px}.hifi-app-root .family-row,.hifi-app-root .setting-row{width:100%;min-height:44px;border-radius:var(--radius-control);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ink);background:rgba(247,250,246,.9);text-align:left;font-size:14px;font-weight:720}.hifi-app-root .family-row strong,.hifi-app-root .setting-row strong{color:var(--ink);font-size:14px;font-weight:740}.hifi-app-root .setting-value{color:var(--green-deep);white-space:nowrap;font-size:13px;font-weight:740}.hifi-app-root .toggle{width:44px;height:26px;border-radius:var(--radius-pill);padding:3px;background:var(--green);display:flex;justify-content:flex-end}.hifi-app-root .toggle.off{justify-content:flex-start;background:rgba(78,82,91,.18)}.hifi-app-root .toggle:before{content:"";width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:none}.hifi-app-root .setting-note{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.hifi-app-root .compact-settings{gap:10px}.hifi-app-root .logout-row{color:var(--error,#ff3b30);background:rgba(255,59,48,.07)}.hifi-app-root .logout-row .setting-value,.hifi-app-root .logout-row strong{color:#d94b42}.hifi-app-root .hidden{display:none!important}@media (min-width:520px){.hifi-app-root{padding:24px}.hifi-app-root .app-shell{height:min(920px,calc(100dvh - 48px))}}@media (max-width:380px){.hifi-app-root .bottom-tabs-wrap,.hifi-app-root .input-zone,.hifi-app-root .page{padding-inline:16px}.hifi-app-root .child-pill{min-height:40px;padding:5px 9px 5px 6px}.hifi-app-root .child-name{display:none}.hifi-app-root .avatar-face{width:29px;height:29px;font-size:19px}.hifi-app-root .icon-button{width:40px;height:40px}.hifi-app-root .hero-copy,.hifi-app-root .hero-title{width:min(58%,calc(100% - 120px))}.hifi-app-root .profile-stream{grid-template-columns:1fr}.hifi-app-root .mascot{right:0;bottom:0;transform:scale(.88)}}.hifi-app-root{--radius-card:24px;--radius-row:20px;--radius-control:16px;--radius-inner:12px;--text-body:15px;--text-body-lh:1.68;--text-small:13px;--text-small-lh:1.55;--text-title:17px;--text-hero:26px}.hifi-app-root .page{min-height:0;scroll-behavior:auto;padding:12px 20px 20px;scroll-padding-bottom:16px}.hifi-app-root .hero-card.compact{min-height:auto;padding:22px 24px}.hifi-app-root .hero-card.compact .hero-copy,.hifi-app-root .hero-card.compact .hero-title{width:min(56%,calc(100% - 148px))}.hifi-app-root .bubble-reply{font-size:var(--text-body);line-height:var(--text-body-lh);text-wrap:pretty;color:var(--ink)}.hifi-app-root .bubble-reply+.bubble-section,.hifi-app-root .bubble-reply+.suggestion-strip{margin-top:12px}.hifi-app-root .bubble-reply+.bubble-section{padding-top:0;border-top:none}.hifi-app-root .bubble-section+.suggestion-strip{margin-top:14px}.hifi-app-root .thinking-panel+.bubble-reply{margin-top:12px}.hifi-app-root .bubble-section.section-reveal{animation:section-reveal .2s cubic-bezier(.22,1,.36,1) both}@media (prefers-reduced-motion:reduce){.hifi-app-root .bubble-section.section-reveal{animation:none}}.hifi-app-root .suggestion-strip{margin-top:14px}.hifi-app-root .suggestion-strip .pill{min-height:34px;padding:7px 13px;font-size:14px;font-weight:720}@keyframes section-reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hifi-app-root .profile-chip{animation:none}.hifi-app-root .thinking-bubble .bubble-reply:empty{display:none}.hifi-app-root .quiet-button{min-height:36px;padding:8px 14px;border-radius:var(--radius-pill);color:var(--green-deep);background:hsla(0,0%,100%,.72);border:1px solid rgba(111,159,86,.14);font-size:var(--text-small);font-weight:720;line-height:1.4}.hifi-app-root .quiet-button:disabled{opacity:.55}.hifi-app-root .choice-button,.hifi-app-root .pill,.hifi-app-root .primary-button,.hifi-app-root .secondary-button,.hifi-app-root .tag{border-radius:var(--radius-pill);transition:transform .16s var(--ease-out-quart),background-color .16s ease-out,color .16s ease-out,box-shadow .16s ease-out}.hifi-app-root .choice-button:active:not(:disabled),.hifi-app-root .hold-button:active:not(:disabled),.hifi-app-root .mode-button:active:not(:disabled),.hifi-app-root .pill:active:not(:disabled),.hifi-app-root .primary-button:active:not(:disabled),.hifi-app-root .profile-settings-button:active,.hifi-app-root .secondary-button:active:not(:disabled),.hifi-app-root .send-button:active:not(:disabled),.hifi-app-root .tab-button:active:not(.active){transform:scale(.97)}.hifi-app-root .choice-button:focus-visible,.hifi-app-root .hold-button:focus-visible,.hifi-app-root .mode-button:focus-visible,.hifi-app-root .pill:focus-visible,.hifi-app-root .primary-button:focus-visible,.hifi-app-root .profile-settings-button:focus-visible,.hifi-app-root .quiet-button:focus-visible,.hifi-app-root .secondary-button:focus-visible,.hifi-app-root .send-button:focus-visible,.hifi-app-root .tab-button:focus-visible,.hifi-app-root .text-input:focus-visible{outline:none;box-shadow:var(--focus-ring)}.hifi-app-root .profile-settings-row{position:relative;z-index:2}.hifi-app-root .family-menu,.hifi-app-root .settings-overlay{border-radius:inherit}.hifi-app-root .profile-block h3,.hifi-app-root .rehearsal-header h2,.hifi-app-root .scenario-title,.hifi-app-root .task-title{letter-spacing:-.01em}.hifi-app-root .profile-block li,.hifi-app-root .profile-block p,.hifi-app-root .scenario-desc,.hifi-app-root .task-source{font-size:var(--text-small);line-height:var(--text-small-lh)}.hifi-app-root .profile-data-card{cursor:pointer;transition:outline-color .16s ease-out,box-shadow .16s ease-out}.hifi-app-root .profile-data-card h3{display:flex;align-items:center;justify-content:space-between;gap:8px}.hifi-app-root .card-chevron{flex-shrink:0;font-size:14px;color:var(--muted);line-height:1}.hifi-app-root .profile-data-card.expanded{outline:2px solid rgba(111,166,95,.28)}.hifi-app-root .card-progress-detail{margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.hifi-app-root .progress-bar-track{height:6px;border-radius:var(--radius-pill);background:rgba(111,159,86,.12);overflow:hidden}.hifi-app-root .progress-bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green-deep),var(--green));transition:width .28s var(--ease-out-quart)}.hifi-app-root .progress-hint{margin:8px 0 0;font-size:13px;line-height:1.55;color:var(--ink-soft)}.hifi-app-root.surface-white .app-shell{background:#fff}.hifi-app-root.surface-white .profile-block,.hifi-app-root.surface-white .profile-data-card{background:#fff;border:1px solid var(--line);box-shadow:0 1px 3px rgba(29,29,31,.04)}.hifi-app-root .profile-card-summary{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--ink-soft)}.hifi-app-root .portrait-detail-card{display:grid;grid-gap:14px;gap:14px}.hifi-app-root .portrait-detail-lead{margin:0;color:var(--ink);font-size:var(--text-body);line-height:1.6;text-wrap:pretty}.hifi-app-root .portrait-detail-section{padding-top:4px}.hifi-app-root .portrait-detail-heading{margin:0 0 8px;color:var(--ink);font-size:14px;font-weight:650;letter-spacing:-.01em}.hifi-app-root .portrait-detail-list{margin:0;padding-left:18px;color:var(--ink-soft);font-size:var(--text-small);line-height:1.55}.hifi-app-root .portrait-detail-list li+li{margin-top:6px}.hifi-app-root .portrait-detail-facts{margin-top:4px;padding:12px 14px;border-radius:var(--radius-control);background:rgba(29,29,31,.03);border:1px solid var(--line)}.hifi-app-root .portrait-detail-facts h3{margin:0 0 8px;font-size:13px;font-weight:650;color:var(--ink)}.hifi-app-root .portrait-detail-facts ul{margin:0;padding-left:18px;color:var(--ink-soft);font-size:13px;line-height:1.55}.hifi-app-root .authority-badge{margin:0;font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.02em}@media (prefers-reduced-motion:reduce){.hifi-app-root .message-row,.hifi-app-root .page.page-entering .feedback-panel,.hifi-app-root .page.page-entering .flow-card,.hifi-app-root .page.page-entering .hero-card,.hifi-app-root .page.page-entering .profile-block,.hifi-app-root .page.page-entering .profile-data-card,.hifi-app-root .page.page-entering .rehearsal-header,.hifi-app-root .page.page-entering .scenario-card,.hifi-app-root .page.page-entering .section,.hifi-app-root .page.page-entering .task-card,.hifi-app-root .profile-chip,.hifi-app-root .thinking-dots i,.hifi-app-root .wave span{animation:none!important}.hifi-app-root .pill:active:not(:disabled),.hifi-app-root .primary-button:active:not(:disabled),.hifi-app-root .tab-button:active:not(.active){transform:none}}:root{--desktop-max:1280px;--desktop-sidebar:248px;--desktop-content:min(920px,calc(100vw - var(--desktop-sidebar) - 48px));--desktop-serif:var(--font-serif,"Noto Serif SC"),"Songti SC","STSong",serif;--desktop-ease:cubic-bezier(0.22,1,0.36,1);--desktop-paper:#f5f2e8;--desktop-paper-edge:rgba(73,91,45,.06)}body.hifi-desktop-body{background:radial-gradient(ellipse 80% 50% at 12% 0,hsla(92,46%,63%,.14),transparent 55%),radial-gradient(ellipse 60% 40% at 88% 8%,hsla(52,79%,84%,.22),transparent 50%),linear-gradient(180deg,#faf8f2 0,var(--desktop-paper) 100%)}@media (min-width:900px){.hifi-app-root.hifi-desktop-app{display:block;min-height:100dvh;padding:0;place-items:stretch}.hifi-app-root .app-desktop-grid{display:grid;grid-template-columns:var(--desktop-sidebar) minmax(0,1fr);min-height:100dvh;max-width:var(--desktop-max);margin:0 auto;background:transparent}.hifi-app-root .app-desktop-grid:not(:has(.desktop-nav-rail)){grid-template-columns:minmax(0,1fr);max-width:min(960px,100%)}.desktop-nav-rail{position:-webkit-sticky;position:sticky;top:0;align-self:start;height:100dvh;padding:28px 20px 32px 24px;display:flex;flex-direction:column;gap:20px;border-right:1px solid var(--desktop-paper-edge);background:rgba(255,255,252,.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.desktop-nav-brand{display:flex;align-items:center;gap:12px}.desktop-nav-mark{width:40px;height:40px;border-radius:14px;background:radial-gradient(circle at 30% 30%,#b8e08a,transparent 55%),linear-gradient(145deg,#9dcc75,#6f9f56);box-shadow:0 8px 20px rgba(111,159,86,.28);flex-shrink:0}.desktop-nav-kicker{margin:0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(111,159,86,.85);font-weight:600}.desktop-nav-title{margin:2px 0 0;font-family:var(--desktop-serif);font-size:22px;font-weight:600;letter-spacing:.02em;color:var(--ink,#202633);line-height:1.2}.desktop-nav-lede{margin:0;font-size:13px;line-height:1.65;color:var(--muted,#868b94);max-width:20ch}.desktop-nav-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.desktop-nav-item{display:flex;align-items:center;gap:12px;width:100%;min-height:48px;padding:10px 14px;border-radius:14px;color:var(--ink-soft,#5c616d);background:transparent;text-align:left;transition:background-color .2s var(--desktop-ease),color .2s var(--desktop-ease),transform .2s var(--desktop-ease)}.desktop-nav-item:hover:not(.is-active){background:hsla(92,46%,63%,.08);color:var(--ink,#202633)}.desktop-nav-item.is-active{color:var(--green-deep,#6f9f56);background:hsla(92,46%,63%,.16);font-weight:600}.desktop-nav-icon svg{width:22px;height:22px}.desktop-nav-label{font-size:15px}.hifi-app-root .app-shell.app-main-column{width:100%;max-width:none;height:100dvh;margin:0;border-radius:0;box-shadow:none;background:radial-gradient(circle at 76% 8%,hsla(89,59%,63%,.2),transparent 34%),radial-gradient(circle at 8% 18%,hsla(51,85%,79%,.28),transparent 32%),rgba(255,255,252,.92)}.hifi-app-root.surface-white .app-shell.app-main-column{background:#fff}.hifi-app-root .app-safe-top{height:20px;height:max(20px,var(--safe-top))}.hifi-app-root .page{padding-inline:clamp(24px,3vw,40px);padding-bottom:32px}.hifi-app-root .mobile-bottom-nav{display:none!important}.hifi-app-root .hero-title,.hifi-app-root .profile-heading,.hifi-app-root .rehearsal-header h2,.hifi-app-root .section-label{font-family:var(--desktop-serif);letter-spacing:.01em}.hifi-app-root .hero-title{font-size:clamp(24px,2.2vw,30px);line-height:1.35;width:min(72%,calc(100% - 140px))}.hifi-app-root .hero-copy{width:min(68%,calc(100% - 140px));font-size:15px}.hifi-app-root .chat-feed,.hifi-app-root .profile-stream,.hifi-app-root .rehearsal-body,.hifi-app-root .task-list{max-width:760px;margin-inline:auto}.hifi-app-root .hero-card,.hifi-app-root .profile-block,.hifi-app-root .scenario-card,.hifi-app-root .soft-card,.hifi-app-root .task-card{transition:transform .22s var(--desktop-ease),box-shadow .22s var(--desktop-ease)}.hifi-app-root .hero-card:hover,.hifi-app-root .profile-block:hover,.hifi-app-root .scenario-card:hover,.hifi-app-root .task-card:hover{transform:translateY(-2px);box-shadow:0 20px 48px rgba(31,39,51,.07)}.hifi-app-root .input-zone{padding-inline:clamp(24px,3vw,40px);padding-bottom:calc(20px + var(--safe-bottom))}.hifi-app-root .input-shell{max-width:760px;margin-inline:auto}.hifi-app-root .mascot{transform:scale(1.05)}.hifi-app-root .page.page-entering .hero-card,.hifi-app-root .page.page-entering .profile-block,.hifi-app-root .page.page-entering .section,.hifi-app-root .page.page-entering .task-card{animation:desktop-fade-up .42s var(--desktop-ease) both}@keyframes desktop-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hifi-app-root .profile-stream{gap:12px;max-width:760px}.hifi-build-root{min-height:100dvh;display:grid;place-items:center;padding:32px 24px}.hifi-build-root .app-shell{width:min(100%,520px);max-width:520px;height:auto;min-height:min(720px,calc(100dvh - 64px));max-height:calc(100dvh - 64px);border-radius:28px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0 24px 64px rgba(31,39,51,.08);overflow:hidden}.hifi-build-root.login-root .app-shell.startup-gate{width:min(100%,480px);max-width:480px;min-height:min(680px,calc(100dvh - 64px));padding-inline:48px}.hifi-build-root .startup-login-title,.hifi-build-root .startup-title,.hifi-build-root .top-title{font-family:var(--desktop-serif);letter-spacing:.01em}.hifi-build-root:not(.login-root) .app-shell{width:min(100%,640px);max-width:640px}.hifi-build-root .bottom-actions.hifi-bottom-actions,.hifi-build-root .page{padding-inline:32px}}@media (min-width:1200px){:root{--desktop-sidebar:272px}.desktop-nav-rail{padding-inline:28px 24px}}.hifi-app-root .task-meta{align-items:flex-end;min-height:30px}.hifi-app-root .task-meta .task-source{display:flex;align-items:flex-end;margin:0;flex:1 1;min-width:0;color:var(--muted);font-size:13px}.hifi-app-root .status-tag,.hifi-app-root .task-meta .task-source{min-height:30px;line-height:1;-moz-user-select:none;user-select:none;-webkit-user-select:none}.hifi-app-root .status-tag{flex-shrink:0;height:30px;padding:0 11px;border:1px solid transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .16s var(--ease-out-quart),opacity .16s ease}.hifi-app-root .status-tag:active{transform:scale(.97)}.hifi-app-root .status-tag.saving{opacity:.72;pointer-events:none}.hifi-app-root .status-tag .status-text{display:inline-flex;align-items:center;line-height:1;-moz-user-select:none;user-select:none;-webkit-user-select:none}.hifi-app-root .status-tag--pending{color:var(--ink-soft);background:hsla(0,0%,100%,.84);border-color:rgba(73,91,45,.08);box-shadow:var(--shadow-soft)}.hifi-app-root .status-tag--progress{color:#8a7340;background:var(--butter-soft);border-color:rgba(138,115,64,.12)}.hifi-app-root .status-tag--done{color:var(--green-deep);background:var(--green-soft);border-color:rgba(111,159,86,.14)}.hifi-app-root .status-caret{display:inline-flex;align-items:center;justify-content:center;width:8px;height:8px;flex-shrink:0;border:none}.hifi-app-root .status-caret:after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent}.hifi-app-root .status-caret.up:after{border-bottom:5px solid var(--muted)}.hifi-app-root .status-caret.down:after{border-top:5px solid var(--muted)}.hifi-app-root .status-caret.down,.hifi-app-root .status-caret.up{border:none}.hifi-app-root .tasks-section-a .section-title{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;line-height:1.2;margin:0 0 6px}.hifi-app-root .tasks-section-a .tasks-page-lede{margin:0 0 18px;font-size:.88rem;line-height:1.5;color:var(--muted)}.hifi-app-root #taskList.task-list-a{display:flex;flex-direction:column;gap:12px}.hifi-app-root .task-card-a{border-radius:16px;background:hsla(0,0%,100%,.85);border:1px solid rgba(111,166,95,.18);overflow:hidden;cursor:pointer;transition:box-shadow .28s cubic-bezier(.22,1,.36,1),border-color .28s ease,transform .28s cubic-bezier(.22,1,.36,1)}.hifi-app-root .task-card-a:hover{border-color:rgba(111,166,95,.32)}.hifi-app-root .task-card-a.is-open{border-color:rgba(111,166,95,.42);box-shadow:0 12px 32px rgba(84,120,69,.12);transform:translateY(-1px)}.hifi-app-root .task-card-a__head{padding:16px 16px 14px}.hifi-app-root .task-card-a__scene{margin:0 0 6px;font-size:.72rem;font-weight:600;letter-spacing:.04em;color:#6f9f56}.hifi-app-root .task-card-a__headline{margin:0;font-size:1.12rem;font-weight:650;letter-spacing:-.025em;line-height:1.35;color:var(--ink)}.hifi-app-root .task-card-a__hint{margin:6px 0 0;font-size:.8rem;line-height:1.45;color:var(--muted)}.hifi-app-root .task-card-a__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.hifi-app-root .task-card-a__source{flex:1 1;min-width:0;font-size:.72rem;color:#7a8775}.hifi-app-root .task-card-a__meta-end{flex-shrink:0;display:inline-flex;align-items:center;gap:8px}.hifi-app-root .task-card-a__badge{flex-shrink:0;font-size:.72rem;padding:4px 10px;border-radius:999px;background:#eef7cf;color:#577f45;font-weight:600}.hifi-app-root .task-card-a__badge.status-tag--progress{background:#fbf7dc;color:#8a7340}.hifi-app-root .task-card-a__badge.status-tag--done{background:#eef7cf;color:#577f45}.hifi-app-root .task-card-a__chev{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:rgba(111,166,95,.16);border:1px solid rgba(111,166,95,.38);display:inline-flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;line-height:1;color:#577f45;transition:transform .32s cubic-bezier(.22,1,.36,1)}.hifi-app-root .task-card-a__expand{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.hifi-app-root .task-card-a__expand-label{font-size:.72rem;font-weight:600;color:#577f45;white-space:nowrap}.hifi-app-root .task-card-a.is-open .task-card-a__chev{transform:rotate(180deg)}.hifi-app-root .task-card-a__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .36s cubic-bezier(.22,1,.36,1)}.hifi-app-root .task-card-a.is-open .task-card-a__body{grid-template-rows:1fr}.hifi-app-root .task-card-a__inner{overflow:hidden;padding:0 16px}.hifi-app-root .task-card-a.is-open .task-card-a__inner{padding-bottom:16px}.hifi-app-root .task-card-a .task-feedback-panel--embedded{margin:0;padding:0;border:none;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;color:inherit}.hifi-app-root .task-card-a .task-feedback-panel--embedded .feedback-block{margin-top:0;padding-top:0;border-top:none}.hifi-app-root .task-card-a .feedback-label,.hifi-app-root .task-card-a .feedback-question{margin:0 0 10px;font-size:.8125rem;font-weight:600;line-height:1.4;color:var(--muted)}.hifi-app-root .task-card-a .choice-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.hifi-app-root .task-card-a .task-chip{min-height:auto;padding:8px 14px;border-radius:999px;border:1px solid rgba(111,166,95,.28);background:#fff;color:var(--ink);font-size:.82rem;font-weight:500;box-shadow:none;transition:background .18s ease,border-color .18s ease,transform .16s ease}.hifi-app-root .task-card-a .task-chip:active:not(:disabled){transform:scale(.97)}.hifi-app-root .task-card-a .task-chip.selected{background:#eef7cf;border-color:#9dcc75;color:#415f36;font-weight:600}.hifi-app-root .task-card-a .task-why-block{margin-top:4px;padding:12px 14px;border-radius:12px;background:rgba(111,166,95,.08)}.hifi-app-root .task-card-a .task-why-kicker{margin:0 0 6px;font-size:.75rem;font-weight:600;color:#6f9f56}.hifi-app-root .task-card-a .task-why-body{margin:0;font-size:.84rem;line-height:1.55;color:#3d4a39}.hifi-app-root .task-card-a .task-feedback-more-toggle{margin-top:12px;padding:0;border:none;background:none;font-size:.82rem;color:var(--muted);cursor:pointer;text-align:left}.hifi-app-root .task-card-a .task-feedback-more{margin-top:10px;font-size:.82rem;color:var(--muted)}.hifi-app-root .task-card-a .task-feedback-submit{width:100%;margin-top:12px;min-height:44px;padding:0 12px;display:flex;align-items:center;justify-content:center}.hifi-app-root .task-card-a .task-feedback-more .feedback-question{font-size:.8125rem;font-weight:600;line-height:1.4;margin-bottom:10px}.hifi-app-root .task-card-a .task-feedback-more .feedback-note{background:hsla(0,0%,100%,.68);border:1px solid rgba(111,166,95,.12);box-shadow:none;font-size:.875rem;line-height:1.55}.hifi-app-root .task-card-a .task-feedback-more .feedback-note::placeholder{font-size:.875rem;color:var(--muted)}@media (prefers-reduced-motion:reduce){.hifi-app-root .task-card-a,.hifi-app-root .task-card-a .task-chip,.hifi-app-root .task-card-a__body,.hifi-app-root .task-card-a__chev{transition:none}}