:root{--bg: #eef5f0;--bg-accent: #d8ebe3;--surface: #ffffff;--ink: #16352f;--ink-soft: #4a6b63;--brand: #1d6a6a;--brand-deep: #134f4f;--coral: #e07a5f;--sun: #f2c14e;--ok: #2f9e7b;--shadow: 0 10px 30px rgba(22, 53, 47, .08);--radius: 22px;--tap: 64px;font-family:Nunito,system-ui,sans-serif;color:var(--ink);background:var(--bg);line-height:1.35;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(120% 80% at 10% -10%,#fff6d8 0%,transparent 55%),radial-gradient(90% 70% at 100% 0%,#d7efe8 0%,transparent 50%),var(--bg);overscroll-behavior-y:contain}button,input{font:inherit;touch-action:manipulation}.app-shell{width:min(100%,430px);margin:0 auto;min-height:100dvh;padding:max(12px,env(safe-area-inset-top)) 16px max(24px,env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:16px}.app-shell.is-kid{--tap: 72px;width:min(100%,1100px);padding:max(10px,env(safe-area-inset-top)) 12px 0;gap:0}.brand-mark{font-family:Fraunces,Georgia,serif;font-weight:700;font-size:1.7rem;letter-spacing:-.02em;color:var(--brand-deep)}.brand-sub{color:var(--ink-soft);font-size:1rem;font-weight:700}.lead{margin:0;font-family:Fraunces,Georgia,serif;font-size:1.35rem;font-weight:700;color:var(--brand-deep)}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.stack{display:flex;flex-direction:column;gap:12px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-weight:800;font-size:.9rem;color:var(--ink-soft)}.field input{min-height:52px;border:2px solid #d5e4de;border-radius:16px;padding:0 14px;background:#f7fbf9;color:var(--ink);font-size:16px}.field input:focus{outline:none;border-color:var(--brand)}.btn{min-height:var(--tap);border:none;border-radius:18px;padding:0 18px;font-weight:800;font-size:1.1rem;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:linear-gradient(180deg,#248282 0%,var(--brand-deep) 100%);color:#fff;box-shadow:0 8px 18px #1d6a6a47}.btn-ghost{background:transparent;color:var(--brand-deep)}.member-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.member-grid.is-single{grid-template-columns:1fr}.member-chip{min-height:148px;border:none;border-radius:24px;padding:18px 12px;background:var(--surface);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;color:var(--ink);transition:transform .12s ease}.member-chip.is-big{min-height:180px;border:3px solid #cfe8df;background:linear-gradient(180deg,#fff,#f3fbf7)}.member-chip:active{transform:scale(.97)}.member-chip.is-guardian{background:#f4f8f6;min-height:118px}.member-avatar{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;font-size:2rem;line-height:1;color:#16352f;box-shadow:0 6px 14px #16352f1f;background:linear-gradient(160deg,#ffe7b0,#ffc978)}.member-chip.is-guardian .member-avatar{width:56px;height:56px;font-size:1.55rem}.member-avatar.is-girl{background:linear-gradient(160deg,#ffd6ea,#ff9ec8)}.member-avatar.is-boy{background:linear-gradient(160deg,#cfe8ff,#7eb8f5)}.member-avatar.is-neutral{background:linear-gradient(160deg,#ffe7b0,#ffc978)}.member-name{font-weight:800;font-size:1.25rem}.member-role{font-size:.8rem;font-weight:700;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em}.progress-hero{text-align:center;padding:4px 8px 0}.progress-ring{--p: 0;width:156px;height:156px;margin:0 auto 12px;border-radius:50%;background:radial-gradient(closest-side,#fff 78%,transparent 79% 100%),conic-gradient(var(--ok) calc(var(--p) * 1%),#d9e8e2 0);display:grid;place-items:center;transition:background .35s ease}.progress-ring.is-complete{background:radial-gradient(closest-side,#fff 78%,transparent 79% 100%),conic-gradient(var(--sun) 100%,#d9e8e2 0);animation:ring-bounce .55s ease}.progress-ring strong{font-family:Fraunces,Georgia,serif;font-size:2.1rem;color:var(--brand-deep)}.hello{font-family:Fraunces,Georgia,serif;font-size:1.85rem;margin:0 0 4px}.is-kid .hello{font-size:2rem}.muted{color:var(--ink-soft);font-weight:700}.commitment-list{gap:14px;padding-bottom:8px}.commitment{width:100%;min-height:92px;border:2px solid #d7e6e0;border-radius:22px;background:#fff;display:flex;align-items:center;gap:14px;padding:16px;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .12s ease;-webkit-user-select:none;user-select:none}.is-kid .commitment{min-height:104px;border-width:3px}.commitment:active{transform:scale(.985)}.commitment.is-done{border-color:#9fd6c2;background:#eefaf4}.commitment.is-pop{animation:pop-card .45s ease}.commitment-check{width:56px;height:56px;border-radius:18px;border:3px solid #b7d0c8;display:grid;place-items:center;flex-shrink:0;font-size:1.55rem;font-weight:800;color:transparent;background:#fff}.is-kid .commitment-check{width:64px;height:64px;border-radius:20px;font-size:1.75rem}.commitment.is-done .commitment-check{border-color:var(--ok);background:var(--ok);color:#fff;animation:pop .28s ease}.commitment-body{min-width:0;flex:1}.commitment-title{font-weight:800;font-size:1.2rem}.is-kid .commitment-title{font-size:1.28rem}.commitment-meta{font-size:.9rem;color:var(--ink-soft);font-weight:700;margin-top:4px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:8px}.pill{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;background:#dff0ea;color:var(--brand-deep);font-weight:800;border-radius:999px;padding:12px 16px;min-height:48px;font-size:.95rem}.pill.is-soft{background:#fff6d8;color:#8a6a12;display:inline-grid;place-items:center}.banner-error{background:#ffe8e2;color:#8a3b2b;border-radius:16px;padding:12px 14px;font-weight:700}.banner-now{display:flex;flex-direction:column;gap:4px;background:linear-gradient(180deg,#fff6d8,#ffe8c2);color:#7a4e0e;border-radius:18px;padding:14px 16px;font-weight:700;animation:pulse-soft 1.8s ease infinite}.banner-now.is-late{background:linear-gradient(180deg,#ffe8e2,#ffd5cc);color:#8a3b2b}.banner-now strong{font-family:Fraunces,Georgia,serif;font-size:1.2rem}.commitment.is-due{border-color:#e0b35a;background:#fffaf0;box-shadow:0 0 0 3px #f2c14e38}.commitment.is-overdue{border-color:#e07a5f;background:#fff5f2;box-shadow:0 0 0 3px #e07a5f2e}.commitment.is-upcoming{border-color:#8bbfd4;background:#f3fafc}@keyframes pulse-soft{0%,to{transform:scale(1)}50%{transform:scale(1.01)}}.all-done{text-align:center;padding:28px 12px;position:relative;overflow:hidden}.all-done h2{font-family:Fraunces,Georgia,serif;font-size:2rem;margin:0 0 8px;color:var(--brand-deep)}.celebrate{border:3px solid #f2c14e;background:linear-gradient(180deg,#fffdf5,#fff);animation:celebrate-in .5s ease}.celebrate-burst{font-size:1.6rem;color:var(--sun);margin-bottom:4px;animation:spin-soft 2.4s linear infinite}.section-label{font-weight:800;color:var(--ink-soft);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin:4px 2px}.parent-only{opacity:.75;font-size:.95rem;min-height:48px}.hold-pill{position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none;min-width:168px}.hold-fill{position:absolute;inset:0 auto 0 0;width:calc(var(--hold, 0) * 100%);background:#1d6a6a38;transition:width .05s linear;pointer-events:none}.hold-pill>span:last-child{position:relative;z-index:1}.hold-pill.is-holding{background:#cfe8df}.pin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#16352f73;display:flex;align-items:flex-end;justify-content:center;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom))}.pin-sheet{width:min(100%,400px);background:#fff;border-radius:24px 24px 20px 20px;padding:18px 16px 20px;box-shadow:0 -8px 40px #16352f2e;display:flex;flex-direction:column;gap:12px;animation:celebrate-in .28s ease}.pin-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.pin-sheet-head strong{font-family:Fraunces,Georgia,serif;font-size:1.35rem}.pin-dots{display:flex;justify-content:center;gap:14px;padding:8px 0 4px}.pin-dot{width:14px;height:14px;border-radius:50%;border:2px solid #b7d0c8;background:#fff}.pin-dot.is-on{background:var(--brand);border-color:var(--brand)}.pin-hidden-input{position:absolute;opacity:0;pointer-events:none;height:0;width:0}.pin-pad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pin-key{min-height:58px;border:none;border-radius:16px;background:#eef5f0;font-weight:800;font-size:1.35rem;color:var(--ink);cursor:pointer}.pin-key:active{transform:scale(.97);background:#dff0ea}@keyframes celebrate-in{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pop{0%{transform:scale(.7)}70%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes pop-card{0%{transform:scale(1)}40%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes ring-bounce{0%{transform:scale(.92)}60%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes spin-soft{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:360px){.member-grid{grid-template-columns:1fr}.hello{font-size:1.55rem}}.kid-home{flex:1;display:flex;flex-direction:column;gap:14px;min-height:calc(100dvh - 8px);padding-bottom:calc(76px + env(safe-area-inset-bottom));color:#2b2a28}.kid-home.is-pop .kh-goal-score{animation:pop-card .45s ease}.kh-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 4px 0}.kh-identity{display:flex;align-items:center;gap:12px;min-width:0}.kh-avatar{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(160deg,#ffe7b0,#ffc978);font-size:1.7rem;line-height:1;box-shadow:0 4px 14px #b478282e;border:3px solid #fff}.kh-avatar.is-girl{background:linear-gradient(160deg,#ffd6ea,#ff9ec8);box-shadow:0 4px 12px #dc5a8c38}.kh-avatar.is-boy{background:linear-gradient(160deg,#cfe8ff,#7eb8f5);box-shadow:0 4px 12px #4682c838}.kh-avatar.is-neutral{background:linear-gradient(160deg,#ffe7b0,#ffc978)}.kh-hello{margin:0;font-size:1.4rem;font-weight:800;line-height:1.2;color:#1e3a5f}.kh-date{margin:2px 0 0;color:#8b92a0;font-weight:600;font-size:.88rem}.kh-top-actions{display:flex;align-items:center;gap:10px}.kh-parent-switch{display:inline-flex;flex-direction:column;align-items:center;gap:2px;min-width:52px;padding:6px 8px!important;height:auto!important;border-radius:14px!important}.kh-parent-switch em{font-style:normal;font-size:.62rem;font-weight:800;letter-spacing:.02em;color:#1e3a5f}.kh-energy{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#fff;font-weight:800;font-size:.95rem;color:#1e3a5f;box-shadow:0 4px 14px #281e0a0f}.kh-bolt{color:#f5b400;font-size:1.05rem;line-height:1}.kh-icon-btn{position:relative;width:42px;height:42px;border:0;border-radius:50%;background:#fff;box-shadow:0 4px 14px #281e0a0f;cursor:pointer;font-size:1.1rem}.kh-icon-btn.has-dot:after{content:"";position:absolute;top:8px;right:9px;width:8px;height:8px;border-radius:50%;background:#e84b4b;box-shadow:0 0 0 2px #fff}.kh-layout{display:flex;flex-direction:column;gap:14px;min-width:0}.kh-main,.kh-side{display:flex;flex-direction:column;gap:12px;min-width:0}.kh-yesterday{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(140px,.9fr);gap:8px;align-items:stretch;overflow:hidden;border-radius:28px;background:linear-gradient(160deg,#fff7fb,#ffeef5 45%,#fff8fc);box-shadow:0 10px 28px #b450781a;border:1px solid rgba(255,210,230,.7);min-height:168px}.kh-yesterday.is-side{grid-template-columns:1fr;min-height:0}.kh-yesterday.is-side .kh-yesterday-copy{padding:14px 14px 8px}.kh-yesterday.is-side .kh-yesterday-art{min-height:110px}.kh-yesterday.is-side .kh-castle{right:14%;bottom:28%;font-size:2rem}.kh-yesterday.is-side .kh-yesterday-title h2{font-size:1.02rem}.kh-yesterday.is-side .kh-yesterday-note{font-size:.84rem}.kh-yesterday-copy{padding:18px 8px 18px 18px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;z-index:1}.kh-yesterday-title{display:flex;align-items:center;gap:8px}.kh-yesterday-title h2{margin:0;font-size:1.15rem;font-weight:800;color:#8a2f6a}.kh-cal{font-size:1.15rem;filter:drop-shadow(0 2px 0 rgba(180,40,80,.15))}.kh-yesterday-score{margin:2px 0 0;font-size:1.02rem;font-weight:700;color:#4a3550}.kh-yesterday-score strong{color:#8a2f6a;font-size:1.12rem}.kh-yesterday-note{margin:0;font-size:.92rem;font-weight:650;color:#6a4a62;line-height:1.4}.kh-yesterday-btn{margin-top:8px;border:1.5px solid #e889b8;background:transparent;color:#d45a98;border-radius:999px;padding:8px 16px;font:inherit;font-weight:800;font-size:.9rem;cursor:pointer;transition:background .15s ease,color .15s ease}.kh-yesterday-btn:hover{background:#ffe3f0;color:#b83278}.kh-yesterday-art{position:relative;min-height:160px;overflow:hidden}.kh-scene{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 70% 18%,#ffe9a8 0%,transparent 55%),linear-gradient(180deg,#c8e8ff,#d9f0ff,#b8e8a8 70%,#8fd48a)}.kh-rainbow{position:absolute;right:-10%;top:8%;width:120px;height:120px;border-radius:50%;background:conic-gradient(from 200deg,#ff8a8a,#ffd56a,#8fe08a,#7ec8ff,#c9a0ff,#ff8a8a);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 10px),#000 calc(100% - 9px));mask:radial-gradient(farthest-side,transparent calc(100% - 10px),#000 calc(100% - 9px));opacity:.75}.kh-bird{position:absolute;width:10px;height:4px;border-radius:50%;background:transparent;box-shadow:-4px 0 #5a6a80,4px 0 #5a6a80;opacity:.55}.kh-bird.a{top:18%;left:28%}.kh-bird.b{top:28%;left:42%;transform:scale(.8)}.kh-castle{position:absolute;right:18%;bottom:34%;font-size:2.6rem;filter:drop-shadow(0 6px 8px rgba(80,40,20,.2));z-index:2}.kh-hill{position:absolute;left:-20%;right:-10%;bottom:-18%;height:58%;border-radius:50% 50% 0 0;background:linear-gradient(180deg,#7ed87a,#5cbc58);z-index:1}.kh-path{position:absolute;left:18%;bottom:8%;width:42%;height:28%;background:#d4b07a;border-radius:60% 40% 0 0/80% 60% 0 0;transform:skew(-18deg);opacity:.85;z-index:2}.kh-flower{position:absolute;z-index:3;font-size:.85rem}.kh-flower.a{left:22%;bottom:22%}.kh-flower.b{left:36%;bottom:16%}@media(max-width:560px){.kh-yesterday{grid-template-columns:minmax(0,1.2fr) minmax(110px,.8fr);min-height:148px}.kh-yesterday-art{min-height:148px}.kh-yesterday-copy{padding:14px 4px 14px 14px}.kh-yesterday-title h2{font-size:1.02rem}.kh-yesterday-score{font-size:.95rem}.kh-yesterday-note{font-size:.84rem}.kh-castle{right:10%;bottom:30%;font-size:2rem}.kh-reward-lock{width:64px;height:64px}.kh-reward-lock span{font-size:1.7rem}}.kh-top-band{display:grid;grid-template-columns:1.35fr 1fr;gap:12px}@media(max-width:720px){.kh-top-band{grid-template-columns:1fr}}.kh-board{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(220px,.85fr);gap:12px;align-items:start}@media(max-width:860px){.kh-board{grid-template-columns:1fr}}.card-soft{background:#fffcf6f2;border-radius:22px;box-shadow:0 8px 24px #3c2d140f;border:1px solid rgba(255,255,255,.7);padding:14px 16px}.kh-hero-row{display:grid;grid-template-columns:1.1fr 1fr;gap:10px}@media(max-width:560px){.kh-hero-row{grid-template-columns:1fr}}.kh-tone-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-weight:800;font-size:.78rem;white-space:nowrap}.kh-tone-pill.tone-good{background:#e5f7ec;color:#1f7a4d}.kh-tone-pill.tone-steady{background:#e8f1f8;color:#2f5f86}.kh-tone-pill.tone-warn{background:#fff0d6;color:#9a6200}.kh-tone-pill.tone-risk{background:#fde8e4;color:#a33b2a}.kh-team-celebrate{display:flex;align-items:center;gap:12px;padding:14px 16px;margin-bottom:12px;border-radius:22px;background:linear-gradient(120deg,#fff6d8,#e7f8ef);animation:kh-team-pop .5s ease both}.kh-team-celebrate strong{display:block;font-size:1.05rem}.kh-team-celebrate p{margin:2px 0 0;font-size:.88rem;color:#5c5348}@keyframes kh-team-pop{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.kh-team-strip{margin-bottom:12px;padding:14px 16px 12px;border-radius:22px;background:#fffcf7;border:1px solid rgba(80,60,30,.08);box-shadow:0 8px 22px #3c2d140d}.kh-team-strip.is-complete{background:linear-gradient(165deg,#fffcf7,#eaf8f0);border-color:#2f9e7b33}.kh-team-strip-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.kh-team-strip-head strong{font-size:1.55rem;font-weight:800;letter-spacing:-.03em}.kh-team-bar{height:10px;border-radius:999px;background:#efe8da;overflow:hidden;margin-top:10px}.kh-team-bar>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5bb88a,#3d9e72);transition:width .35s ease}.kh-team-mission{margin:10px 0 0;font-size:.9rem;font-weight:650;line-height:1.4;color:#2c2925}.kh-goal-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px 16px;align-items:center;padding:18px 18px 16px;background:#fffefb;border-radius:28px}.kh-goal-hero.tone-good{box-shadow:0 10px 28px #3fad6e14}.kh-goal-hero.tone-warn{box-shadow:0 10px 28px #e89a201a}.kh-goal-hero.tone-risk{box-shadow:0 10px 28px #d4573f1a}.kh-goal-trophy{width:72px;height:72px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(160deg,#7b5cff,#5a3fd4);box-shadow:0 10px 20px #5a3fd447;flex-shrink:0}.kh-trophy-star{font-size:2.1rem;filter:drop-shadow(0 2px 0 rgba(0,0,0,.12));line-height:1}.kh-goal-body{min-width:0}.kh-goal-title{margin:0;font-size:1.15rem;font-weight:800;color:#1e3a5f;line-height:1.2}.kh-goal-sub{margin:4px 0 10px;color:#8b92a0;font-size:.88rem;font-weight:600;line-height:1.35}.kh-goal-score{font-size:2rem;font-weight:800;line-height:1;color:#1e3a5f;margin:0 0 10px;letter-spacing:.02em}.kh-goal-track{display:flex;align-items:center;gap:10px}.kh-goal-segments{display:grid;grid-template-columns:repeat(var(--seg-count, 1),minmax(0,1fr));gap:4px;flex:1;min-width:0;height:12px}.kh-seg{display:block;height:100%;border-radius:4px;background:#e8ecf0}.kh-seg.on{background:linear-gradient(180deg,#7ee0a0,#3dce6e)}.kh-goal-hero.tone-warn .kh-seg.on{background:linear-gradient(180deg,#ffd078,#f0a830)}.kh-goal-hero.tone-risk .kh-seg.on{background:linear-gradient(180deg,#f5a090,#e05a45)}.kh-goal-hero.tone-steady .kh-seg.on{background:linear-gradient(180deg,#7eb8f5,#3f7fad)}.kh-goal-pct{font-weight:800;font-size:1rem;color:#2fad5e;flex-shrink:0;min-width:2.6em;text-align:right}.kh-goal-hero.tone-warn .kh-goal-pct{color:#c07a00}.kh-goal-hero.tone-risk .kh-goal-pct{color:#c04532}.kh-goal-hero.tone-steady .kh-goal-pct{color:#2f5f86}.kh-foxy-panel{display:flex;flex-direction:column;align-items:center;gap:6px;max-width:170px}.kh-foxy-bubble{position:relative;padding:10px 12px;border-radius:16px;background:#fff;box-shadow:0 6px 16px #3c2d1414;border:1px solid #eef1f5}.kh-foxy-bubble:after{content:"";position:absolute;left:50%;bottom:-7px;width:12px;height:12px;background:#fff;border-right:1px solid #eef1f5;border-bottom:1px solid #eef1f5;transform:translate(-50%) rotate(45deg)}.kh-foxy-bubble.tone-good{border-color:#3fad6e33}.kh-foxy-bubble.tone-warn{border-color:#e89a2040}.kh-foxy-bubble.tone-risk{border-color:#d4573f40}.kh-foxy-bubble p{margin:0;font-size:.82rem;font-weight:700;color:#1e3a5f;line-height:1.35;text-align:center}.kh-foxy-mascot{position:relative;width:72px;height:72px;display:grid;place-items:end center}.kh-foxy-emoji{font-size:3.2rem;line-height:1;filter:drop-shadow(0 6px 10px rgba(200,90,30,.25))}.kh-foxy-badge{position:absolute;left:50%;bottom:6px;transform:translate(-50%);width:22px;height:22px;border-radius:50%;background:linear-gradient(160deg,#ffd76a,#f0b020);color:#7a4a00;font-size:.7rem;font-weight:900;display:grid;place-items:center;box-shadow:0 2px 6px #b464004d}@media(max-width:720px){.kh-goal-hero{grid-template-columns:auto minmax(0,1fr)}.kh-foxy-panel{grid-column:1 / -1;flex-direction:row-reverse;max-width:none;justify-content:flex-end;gap:12px}.kh-foxy-bubble{flex:1}.kh-foxy-bubble:after{left:auto;right:-6px;bottom:50%;transform:translateY(50%) rotate(-45deg)}}@media(max-width:420px){.kh-goal-trophy{width:56px;height:56px;border-radius:16px}.kh-trophy-star{font-size:1.6rem}.kh-goal-score{font-size:1.65rem}.kh-hello{font-size:1.2rem}}.kh-goal{display:flex;gap:12px;align-items:center;background:linear-gradient(135deg,#fff8e8,#ffe9b8)}.kh-goal.tone-good{background:linear-gradient(135deg,#f0faf3,#d8f0e2)}.kh-goal.tone-steady{background:linear-gradient(135deg,#f2f7fb,#dceaf5)}.kh-goal.tone-warn{background:linear-gradient(135deg,#fff7e8,#ffe0a8)}.kh-goal.tone-risk{background:linear-gradient(135deg,#fff1ee,#ffd2c8)}.kh-goal-icon{font-size:2rem}.kh-card-label{font-size:.78rem;font-weight:800;color:#8a7b5c;text-transform:uppercase;letter-spacing:.03em}.kh-goal-bar{height:10px;border-radius:999px;background:#ffffffb3;overflow:hidden}.kh-goal-fill{height:100%;border-radius:inherit;transition:width .35s ease,background .25s ease;background:linear-gradient(90deg,#6aa8d8,#3f7fad)}.kh-goal.tone-good .kh-goal-fill{background:linear-gradient(90deg,#6bcf8e,#3fad6e)}.kh-goal.tone-steady .kh-goal-fill{background:linear-gradient(90deg,#6aa8d8,#3f7fad)}.kh-goal.tone-warn .kh-goal-fill{background:linear-gradient(90deg,#ffc45c,#e89a20)}.kh-goal.tone-risk .kh-goal-fill{background:linear-gradient(90deg,#f08a72,#d4573f)}.kh-foxy-face{font-size:2rem;flex-shrink:0}.kh-card-label.soft{text-transform:none;letter-spacing:0;color:#6b6480;font-size:.82rem}.kh-reward-card{display:flex;align-items:center;gap:12px;padding:16px 18px;border-radius:24px;background:linear-gradient(135deg,#f3e9ff,#e8d7ff 55%,#ddd0ff);box-shadow:0 10px 24px #6e46b41f;overflow:hidden;position:relative}.kh-reward-copy{flex:1;min-width:0}.kh-reward-game{display:flex;align-items:center;gap:10px;margin:6px 0 4px}.kh-reward-pad{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#6b4de8;color:#fff;font-size:1.25rem;box-shadow:0 6px 14px #5a3cc859}.kh-reward-game strong{font-size:1.25rem;color:#2a2450}.kh-reward-card .kh-reward-note{margin:0;color:#6b6480;font-size:.88rem;font-weight:600;line-height:1.35}.kh-reward-lock{width:88px;height:88px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 40% 35%,#ffe9a0,#f0b429 60%,#c88810);box-shadow:0 0 0 6px #ffdc7859,0 12px 24px #b4781447;flex-shrink:0}.kh-reward-lock span{font-size:2.4rem;filter:drop-shadow(0 2px 0 rgba(0,0,0,.15))}.kh-streak-card{padding:16px 18px;border-radius:24px;background:#fffefb;box-shadow:0 8px 22px #3c2d140f;border:1px solid rgba(255,255,255,.8)}.kh-streak-hero{display:flex;align-items:center;gap:12px;margin:4px 0 12px}.kh-streak-hero strong{font-size:2.6rem;line-height:1;color:#1e3a5f;font-weight:800}.kh-streak-hero>div{display:flex;flex-direction:column;gap:2px;font-weight:800;color:#3a4558}.kh-streak-hero em{font-style:normal;font-size:1.2rem}.kh-week.dots{display:flex;justify-content:space-between;gap:4px}.kh-day-dot{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.68rem;font-weight:800;color:#9aa3b2;flex:1;min-width:0}.kh-day-dot i{width:12px;height:12px;border-radius:50%;background:#dfe3ea;display:block}.kh-day-dot.is-on{color:#8a6a10}.kh-day-dot.is-on i{background:#ffd056;box-shadow:0 0 0 3px #ffd05659}.kh-foxy-tip{position:relative;padding:16px 16px 20px;border-radius:22px;background:linear-gradient(160deg,#f4ecff,#ebe0ff);box-shadow:0 8px 20px #6e46b41a}.kh-foxy-tip-head,.kh-achieve-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.kh-foxy-tip-head h3,.kh-achieve-head h3{margin:0;font-size:1.02rem;font-weight:800;color:#2a2450}.kh-foxy-tip p{margin:0;font-size:.92rem;font-weight:650;line-height:1.45;color:#3d3558;padding-right:18px}.kh-bulb{position:absolute;right:14px;bottom:12px;font-size:1.25rem;opacity:.9}.kh-achieve{padding:16px}.kh-achieve-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #f0ebe2;font-weight:700;color:#5a5568}.kh-achieve-row:last-child{border-bottom:0;padding-bottom:0}.kh-achieve-row strong{color:#1e3a5f;font-size:1.15rem}.kh-achieve-row strong em{font-style:normal}.kh-achieve-row.is-rate strong{color:#2fad5e;font-size:1.55rem;font-weight:800}.kh-section-label{display:inline-flex;align-items:center;gap:8px}.kh-section-check{width:22px;height:22px;border-radius:50%;background:#3dce6e;color:#fff;display:grid;place-items:center;font-size:.75rem;font-weight:900}.kh-section-pending{width:22px;height:22px;border-radius:50%;border:2px solid #c5cad3;color:#9aa3b2;display:grid;place-items:center;font-size:.7rem}.kh-stat-row{display:grid;grid-template-columns:1.3fr 1fr;gap:10px}@media(max-width:560px){.kh-stat-row{grid-template-columns:1fr}}.kh-reward{display:flex;gap:10px;align-items:center;position:relative}.kh-reward.is-inset{margin-top:10px;background:#fff}.kh-reward-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#e8f3ff;font-size:1.4rem;flex-shrink:0}.kh-reward-title{font-weight:800;font-size:1.05rem}.kh-reward-note{margin:2px 0 0;color:#7a7368;font-size:.85rem;font-weight:600}.kh-lock{margin-left:auto;font-size:1.1rem}.kh-streak-title{font-weight:800;margin:4px 0 10px}.kh-week{display:flex;flex-wrap:wrap;gap:6px}.kh-day{min-width:34px;padding:6px 0;text-align:center;border-radius:10px;background:#efe8da;font-size:.75rem;font-weight:800;color:#8a7b5c}.kh-day.is-on{background:#ffd56a;color:#5a4208}.kh-tasks-head h2,.kh-panel h2,.kh-side-card h3{margin:0 0 10px;font-size:1.1rem;font-weight:800}.kh-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.kh-filter{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:999px;padding:8px 14px;background:#efe8da;color:#6d6456;font:inherit;font-weight:800;font-size:.88rem;cursor:pointer}.kh-filter.is-on{background:#3dce6e;color:#fff;box-shadow:0 6px 14px #2da05a47}.kh-section-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;border:0;background:transparent;padding:10px 2px;font-weight:800;color:#5a5348;cursor:pointer}.kh-section-toggle.is-todo{color:#c26a2d}.kh-task-list{list-style:none;margin:0 0 8px;padding:0;display:flex;flex-direction:column;gap:8px}.kh-task{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;background:#fff}.kh-task.is-done{background:#f3faf5}.kh-task.is-done.is-ontime{background:#f3faf5;border:1px solid rgba(63,173,110,.18)}.kh-task.is-done.is-late{background:#fff8e8;border:1px solid rgba(232,154,32,.28)}.kh-task.is-done.is-skipped{background:#fff1ee;border:1px solid rgba(212,87,63,.28)}.kh-task.is-done.is-late .kh-task-meta{color:#9a6200;font-weight:800}.kh-task.is-done.is-skipped .kh-task-meta{color:#a33b2a;font-weight:800}.kh-task.is-done.is-ontime .kh-task-meta{color:#1f7a4d;font-weight:750}.kh-task.is-todo{background:#fff8ef}.kh-task.is-todo.is-due{background:#fff3df;border:1px solid rgba(232,154,32,.35)}.kh-task.is-todo.is-overdue{background:#fff1ee;border:1px solid rgba(212,87,63,.35)}.kh-task.is-todo.is-overdue .kh-do-now{background:#d4573f}.kh-task.is-todo.is-due .kh-do-now{background:#e89a20}.kh-check{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#3fad6e;color:#fff;font-weight:800;flex-shrink:0}.kh-check.is-late{background:#e8a820;color:#fff}.kh-check.is-skipped{background:#d4573f;color:#fff}.kh-check.is-pending{background:#ffd09a;color:#c26a2d}.kh-star.is-late{filter:grayscale(.2) sepia(.55) saturate(2.2);opacity:.9}.kh-star.is-missed{color:#c48a82;font-weight:800;font-size:.95rem}.kh-task-icon{font-size:1.25rem;flex-shrink:0}.kh-task-body{flex:1;min-width:0}.kh-task-title{font-weight:800;font-size:.98rem}.kh-task-meta{color:#8a7b5c;font-size:.8rem;font-weight:700}.kh-do-now{border:0;border-radius:999px;padding:8px 12px;background:#ff9f4a;color:#fff;font-weight:800;font-size:.85rem;cursor:pointer;white-space:nowrap}.kh-do-now:disabled{opacity:.6}.kh-empty{padding:8px 4px;color:#8a7b5c;font-weight:700;font-size:.9rem}.kh-side-card p{margin:0;font-weight:650;color:#5a5348;line-height:1.45}.kh-stat-line{margin:0 0 6px!important}.kh-beautiful{margin:8px 0 0!important;color:#3fad6e!important;font-weight:800!important}.muted-soft{margin:6px 0 0!important;color:#8a7b5c!important;font-size:.88rem}.kh-house{font-size:3rem;text-align:center;opacity:.85}.kh-panel{margin:0 4px}.stack-gap{display:flex;flex-direction:column;gap:12px}.kh-cue-mini{margin:0;font-weight:800;color:#c26a2d;text-transform:uppercase;letter-spacing:.04em;font-size:.85rem}.kh-action-sheet h2{margin:6px 0}.kh-tabbar{position:sticky;bottom:0;margin:auto -12px 0;padding:8px 8px max(8px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);gap:2px;background:#fffcf6f5;border-top:1px solid rgba(90,70,30,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20}.kh-tab{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;color:#9a9080;font-weight:800;font-size:.68rem;cursor:pointer;border-radius:14px}.kh-tab-icon{font-size:1.15rem}.kh-tab.is-on{color:#2f9e7b;background:#3fad6e1f}body:has(.app-shell.is-kid){background:radial-gradient(120% 80% at 8% -10%,#fff3d0 0%,transparent 50%),radial-gradient(90% 70% at 100% 0%,#ffe8c8 0%,transparent 45%),#f6efe4}.kid-done{margin-top:12px;min-height:72px;font-size:1.2rem;border-radius:22px}.board-companion{margin:8px 0 0;font-size:1.05rem;font-weight:700;color:var(--ink);line-height:1.35}.member-filter{display:flex;flex-wrap:wrap;gap:8px}.pill.is-active-filter{background:var(--brand-deep);color:#fff}.board-person-section{gap:10px}.commitment-card-grid{display:flex;flex-direction:column;gap:10px}.commitment-card{padding:14px 14px 12px;border-radius:16px;background:#ffffffc7;border:1px solid rgba(30,72,62,.1)}.commitment-card.is-late{border-color:#b84f3a59;background:#fff4f0f2}.commitment-card.is-now{border-color:#d4923066;background:#fff8e6f2}.commitment-card-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.commitment-status{flex-shrink:0;font-size:.78rem;font-weight:800;color:var(--ink-soft)}.commitment-guardian{margin-top:10px;padding:10px;border-radius:12px;background:#fff6d8f2;display:flex;flex-direction:column;gap:8px}.commitment-guardian strong{font-size:.9rem}.board-hero{text-align:left;padding:4px 2px 8px}.board-meter{margin-top:12px;height:12px;border-radius:999px;background:#d9e8e2;overflow:hidden}.board-meter.thin{height:8px;margin-top:8px}.board-meter-fill{height:100%;background:linear-gradient(90deg,#2f9e7b,#1d6a6a);border-radius:inherit;transition:width .35s ease}.board-attention{gap:10px}.board-hot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:18px;background:#fffaf0;border:2px solid #e0b35a;text-align:left}.board-hot.is-late{background:#fff5f2;border-color:#e07a5f}.board-person{background:#fff;border-radius:20px;padding:14px 16px;box-shadow:var(--shadow);text-align:left}.board-person-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.board-person-head strong{font-size:1.15rem}.board-badge{font-size:.8rem;font-weight:800;color:var(--brand-deep);background:#dff0ea;border-radius:999px;padding:6px 10px}.board-badge.is-hot{background:#fff6d8;color:#8a6a12}.board-list{margin:10px 0 0;padding-left:18px;font-weight:700;color:var(--ink-soft)}.board-next{margin:10px 0 0;font-size:.95rem}.board-hero-actions{margin-top:14px;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.nudge-hint{margin:0;font-size:.85rem}.board-hot-body{width:100%;display:flex;flex-direction:column;gap:10px}.board-hot-actions{display:flex;flex-wrap:wrap;gap:8px}.board-person-nudge{margin-top:10px}.board-person-nudge.row{display:flex;align-items:center;gap:10px}.nudge-wrap{position:relative;display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px}.nudge-btn{background:#fff6d8;color:#8a6a12}.nudge-btn.is-compact{min-height:40px;padding:8px 12px;font-size:.9rem}.nudge-toast{font-size:.8rem;font-weight:800;color:var(--ok)}.kid-skip{margin-top:12px;width:100%;justify-content:center}.board-reflect{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:16px;background:#fff8e8;border:1px solid #f0dfb0}.board-consequence{display:flex;flex-direction:column;gap:8px;padding:14px 16px;border-radius:16px;background:#fff1ec;border:1px solid #f0c4b4}.streak-week{display:flex;gap:8px;margin-top:12px}.streak-dot{width:12px;height:12px;border-radius:50%;background:#d5e3de}.streak-dot.is-good{background:var(--ok)}.streak-dot.is-miss{background:var(--coral)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#16352f59;display:flex;align-items:flex-end;justify-content:center;padding:16px}.sheet{width:min(480px,100%);background:var(--surface);border-radius:24px 24px 18px 18px;padding:20px 18px 18px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.sheet h2{margin:0;font-size:1.25rem}.reason-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.reason-pill{min-height:48px;justify-content:center;background:#eef7f3;color:var(--brand-deep);font-weight:800}.kh-soft-lock{margin:0 0 12px;padding:12px 14px;border-radius:18px;background:linear-gradient(120deg,#fff4e5,#ffe8f0);border:1px solid rgba(180,90,60,.18)}.kh-soft-lock-inner{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap}.kh-soft-lock-inner>span{font-size:1.5rem;line-height:1}.kh-soft-lock-inner strong{display:block;font-size:.95rem}.kh-soft-lock-inner p{margin:4px 0 0;font-size:.82rem;line-height:1.4;color:#5c5348}.kh-soft-lock-inner .pill{margin-left:auto}.screen-bound{margin-top:12px;padding:14px 14px 12px;border-radius:16px;background:#f4f8fb;border:1px solid rgba(61,110,168,.18)}.screen-bound.is-compact{margin-top:14px}.screen-bound-head{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.screen-bound-body{margin:8px 0 10px;font-size:.88rem;line-height:1.4}.screen-bound-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.screen-bound-list label{display:flex;gap:10px;align-items:flex-start;font-size:.88rem;line-height:1.35;cursor:pointer}.screen-bound-list input{margin-top:3px}.screen-bound-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.evidence-pick{display:block;cursor:pointer;margin:4px 0 8px}.evidence-thumb{display:block;width:100%;max-height:180px;object-fit:cover;border-radius:14px;margin:8px 0;border:1px solid #d7e6df}.evidence-thumb.is-inline{width:56px;height:56px;max-height:none;margin:6px 0 0}.evidence-thumb.is-board{width:72px;height:72px;max-height:none;margin:8px 0 0}.evidence-link{display:inline-block}
