:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f8f5;--surface:#fff;--soft:#eef4ee;--line:#dde5dc;--text:#17201a;--text-2:#4b5a4f;--muted:#66736a;--accent:#2f7d4f;--accent-ink:#fff;--accent-soft:#e2f0e6;--danger:#b3261e;--warn-bg:#fff6e0;--warn-ink:#6b4a00;--err-bg:#fdecea;--ok:#1e6b3d;--series-1:#2a78d6;--series-2:#eb6834;--series-3:#1baf7a;--radius:14px;--nav-h:64px;color:var(--text);background:var(--bg);-webkit-text-size-adjust:100%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.45}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#111612;--surface:#1a211c;--soft:#212b24;--line:#2f3a32;--text:#eef3ee;--text-2:#c3cdc5;--muted:#9aa79d;--accent:#4fae76;--accent-ink:#0b1a10;--accent-soft:#1f3527;--danger:#f2877f;--warn-bg:#3a2f12;--warn-ink:#f3d68b;--err-bg:#3a1d1b;--ok:#7fd3a0;--series-1:#3987e5;--series-2:#d95926;--series-3:#199e70}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#111612;--surface:#1a211c;--soft:#212b24;--line:#2f3a32;--text:#eef3ee;--text-2:#c3cdc5;--muted:#9aa79d;--accent:#4fae76;--accent-ink:#0b1a10;--accent-soft:#1f3527;--danger:#f2877f;--warn-bg:#3a2f12;--warn-ink:#f3d68b;--err-bg:#3a1d1b;--ok:#7fd3a0;--series-1:#3987e5;--series-2:#d95926;--series-3:#199e70}*{box-sizing:border-box}html,body{background:var(--bg);margin:0;overflow-x:hidden}body{min-height:100dvh}h1,h2,h3,h4{margin:0;line-height:1.2}h4{color:var(--text-2);margin:18px 0 6px;font-size:.95rem}a{color:var(--accent)}code{font-size:.9em}.app{max-width:640px;padding-bottom:calc(var(--nav-h) + env(safe-area-inset-bottom) + 16px);margin:0 auto}.topbar{z-index:5;padding:calc(env(safe-area-inset-top) + 8px) 16px 8px;background:var(--bg);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.topbar h1{color:var(--accent);font-size:1.15rem}.avatar{background:var(--accent-soft);width:44px;height:44px;color:var(--accent);border:none;border-radius:50%;font-size:1.05rem;font-weight:700}.content{padding:12px 16px}.screen{flex-direction:column;gap:12px;display:flex}.pad{padding:16px}.center{text-align:center}.bottomnav{z-index:10;background:var(--surface);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom);justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.bottomnav button{max-width:160px;min-height:var(--nav-h);color:var(--muted);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;font-size:.78rem;display:flex}.bottomnav button span{font-size:1.3rem}.bottomnav button.on{color:var(--accent);font-weight:700}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:10px;padding:14px;display:flex}.card.soft{background:var(--soft);border-color:#0000}.card-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.card-head h3{font-size:1.02rem}.btn{border:1px solid var(--line);background:var(--surface);min-height:46px;color:var(--text);cursor:pointer;text-align:center;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:1rem;font-weight:600;display:inline-flex}.btn.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.btn.ghost{background:0 0}.btn.danger{color:var(--danger);border-color:var(--danger);background:0 0}.btn.big{width:100%;min-height:52px;font-size:1.05rem}.btn.small{min-height:38px;padding:6px 12px;font-size:.9rem}.btn:disabled{opacity:.5;cursor:default}.link{color:var(--accent);text-align:left;cursor:pointer;background:0 0;border:none;min-height:40px;padding:8px 0;font-size:.95rem}.icon-btn{background:var(--soft);width:44px;height:44px;color:var(--text);cursor:pointer;border:none;border-radius:50%;flex:none;font-size:1.2rem}.icon-btn:disabled{opacity:.35}.row{align-items:flex-end;display:flex}.row.gap{gap:10px}.row.wrap{flex-wrap:wrap}.row.between{justify-content:space-between;align-items:center}.row>.field{flex:1;min-width:0}.grow{flex:1}.stack{flex-direction:column;gap:10px;display:flex}.field.narrow{flex:0 0 110px}.field{flex-direction:column;gap:4px;margin:4px 0;display:flex}.field-label{color:var(--text-2);font-size:.85rem;font-weight:600}.field-row{align-items:center;gap:6px;display:flex}.field input,.field select,.field textarea{border:1px solid var(--line);background:var(--surface);width:100%;min-height:46px;color:var(--text);border-radius:10px;padding:10px 12px;font-family:inherit;font-size:16px}.field input[aria-invalid=true]{border-color:var(--danger)}.field textarea{min-height:84px}.unit{color:var(--muted);min-width:28px;font-size:.9rem}.field-hint{color:var(--muted);font-size:.8rem}.field-error{color:var(--danger);font-size:.8rem}.toggle{align-items:center;gap:10px;min-height:44px;display:flex}.toggle input{width:22px;height:22px;accent-color:var(--accent)}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--line);background:var(--surface);min-width:42px;min-height:42px;color:var(--text);cursor:pointer;border-radius:999px;padding:8px 14px;font-size:.95rem}.chip.on{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:700}.list,.plain{margin:0;padding:0;list-style:none}.plain li{padding:4px 0}.list>li{border-bottom:1px solid var(--line)}.list>li:last-child{border-bottom:none}.list-btn{text-align:left;width:100%;min-height:52px;color:var(--text);cursor:pointer;background:0 0;border:none;flex-direction:column;gap:3px;padding:12px 2px;font-size:1rem;display:flex}.list-title{font-weight:600}.list-sub{color:var(--text-2);font-size:.88rem}.list>li.row{align-items:center;gap:8px}.muted{color:var(--muted)}.small{font-size:.86rem}.empty{color:var(--muted);margin:0;padding:8px 0}.note{background:var(--accent-soft);border-radius:10px;margin:0;padding:10px 12px;font-size:.92rem}.status{margin:4px 0;font-size:.92rem}.status.ok{color:var(--ok);font-weight:600}.status.err{color:var(--danger)}.status.saving{color:var(--muted)}.banner{padding:10px 16px;font-size:.92rem}.banner.warn{background:var(--warn-bg);color:var(--warn-ink)}.banner.err{background:var(--err-bg);color:var(--danger)}.warnings{color:var(--warn-ink);background:var(--warn-bg);border-radius:10px;margin:6px 0;padding:10px 10px 10px 28px;font-size:.88rem}.tag{background:var(--soft);color:var(--text-2);border-radius:999px;margin-right:4px;padding:1px 8px;font-size:.8rem;display:inline-block}.tag.approx{background:var(--warn-bg);color:var(--warn-ink);font-weight:700}.daynav{justify-content:space-between;align-items:center;gap:8px;display:flex}.daynav-label{text-align:center;flex:1;justify-content:center;align-items:center;min-height:44px;font-weight:700;display:flex;position:relative}.daynav-label input{opacity:0;width:100%;position:absolute;inset:0}.macro-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.macro-cell{background:var(--soft);border-radius:12px;flex-direction:column;gap:2px;padding:10px;display:flex}.macro-label{color:var(--text-2);font-size:.8rem}.macro-value{font-size:1.5rem;font-weight:700}.macro-target,.macro-miss{color:var(--muted);font-size:.76rem}.macro-miss{color:var(--warn-ink)}.bar{background:var(--line);border-radius:3px;height:6px;overflow:hidden}.bar span{background:var(--accent);border-radius:3px;height:100%;display:block}.macro-line b{font-weight:700}.quick{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.action-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.complete{flex-direction:column;gap:6px;padding:4px 0 12px;display:flex}.nut-grid{grid-template-columns:repeat(2,1fr);gap:0 10px;display:grid}.conv{flex-wrap:nowrap}.seg-row{grid-template-columns:1fr 1fr 70px 44px;align-items:end;gap:6px;display:grid}.seg-list{margin:0;padding-left:18px;font-size:.92rem}.ai-row{flex-direction:column;gap:6px;padding:10px 0;display:flex}.estimate{text-align:center;background:var(--accent-soft);border:none}.big-num{margin:0;font-size:1.7rem;font-weight:800}.freq{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.freq-cell{background:var(--soft);text-align:center;border-radius:12px;flex-direction:column;align-items:center;padding:10px;display:flex}.avg-row{text-align:center;grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.avg-row .big-num{font-size:1.25rem;display:block}.avg-row small{color:var(--muted);font-size:.72rem}.week-table{border-collapse:collapse;width:100%;font-size:.86rem}.week-table th,.week-table td{border-bottom:1px solid var(--line);text-align:left;padding:6px 4px}.week-table tr.partial td{color:var(--muted);font-style:italic}.ntable{border-collapse:collapse;width:100%;font-size:.92rem}.ntable caption{text-align:left;padding:6px 0;font-weight:700}.ntable th{text-align:left;color:var(--text-2);border-bottom:1px solid var(--line);padding:5px 0;font-weight:400}.ntable td{text-align:right;border-bottom:1px solid var(--line);padding:5px 0}.chart{margin:0}.chart svg{width:100%;height:auto;display:block}.chart .grid{stroke:var(--line);stroke-width:1px}.chart .axis{fill:var(--muted);font-size:10px}.chart .wline{fill:none;stroke:var(--accent);stroke-width:2px;opacity:.45}.chart .wdot{fill:var(--accent);stroke:var(--surface);stroke-width:2px}.chart .trendline{stroke-width:2px;stroke-dasharray:6 4}.chart .target{stroke:var(--muted);stroke-dasharray:2 4}.chart figcaption{flex-direction:column;gap:4px;min-height:24px;font-size:.88rem;display:flex}.legend{color:var(--text-2);flex-wrap:wrap;gap:10px;font-size:.8rem;display:flex}.legend i{vertical-align:middle;margin-right:4px;display:inline-block}.legend .dot{border-radius:50%;width:9px;height:9px}.legend .dash{border-radius:2px;width:16px;height:3px}.center-page{justify-content:center;align-items:center;min-height:100dvh;padding:16px;display:flex}.login{text-align:left;align-items:stretch;width:100%;max-width:380px}.login img{border-radius:14px;align-self:center}.login h1{text-align:center;color:var(--accent)}.login>p.muted{text-align:center;margin:0}.sheet-backdrop{z-index:50;background:#00000059;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--bg);flex-direction:column;width:100%;max-width:640px;height:100dvh;display:flex}@media (width>=700px){.sheet{border-radius:18px 18px 0 0;height:92dvh}}.sheet-head{padding:calc(env(safe-area-inset-top) + 8px) 12px 8px;border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;gap:8px;display:flex}.sheet-head h2{text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:1.02rem;overflow:hidden}.sheet-body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:8px;padding:14px 16px 24px;display:flex;overflow-y:auto}.sheet-foot{padding:10px 16px calc(env(safe-area-inset-bottom) + 10px);border-top:1px solid var(--line);background:var(--surface);flex-direction:column;gap:6px;display:flex}.sheet-foot:empty{display:none}.confirm{background:var(--err-bg);border-radius:10px;padding:10px}.confirm p{margin:0 0 8px}details summary{cursor:pointer;min-height:40px;color:var(--accent);justify-content:center;align-items:center;display:flex}@media (width<=360px){.avg-row{grid-template-columns:repeat(2,1fr)}.seg-row{grid-template-columns:1fr 1fr}}
