:root{--radius: 22px;--radiusSm: 16px;--tg-safe-top: 0px;--tg-safe-bottom: 0px;--app-vh: 100vh;--hairline: rgba(255,255,255,.1);--shadow: 0 10px 28px rgba(0,0,0,.22);--scroll-inset-top: 28px}:root[data-theme=mint]{--bg:#05110c;--card: rgba(57,217,138,.08);--card2: rgba(255,255,255,.03);--border: rgba(255,255,255,.1);--text: rgba(234,255,246,.92);--muted: rgba(234,255,246,.62);--accent:#39d98a;--accent2:#6af0b4;--accentGlow: rgba(57,217,138,.1);--surface: rgba(255,255,255,.045);--surface2: rgba(0,0,0,.22);--tabbar: rgba(6,14,10,.7);--onAccent: #07110c}:root[data-theme=blueglass]{--bg: radial-gradient(1200px 800px at 20% 10%, rgba(0,170,255,.38), transparent 55%), radial-gradient(900px 700px at 80% 30%, rgba(0,90,255,.3), transparent 55%), linear-gradient(180deg, #031225, #020716);--card: rgba(255,255,255,.065);--card2: rgba(255,255,255,.038);--border: rgba(255,255,255,.12);--text: rgba(255,255,255,.92);--muted: rgba(255,255,255,.62);--accent: #00b7ff;--accent2:#2d6bff;--accentGlow: rgba(0,183,255,.1);--surface: rgba(255,255,255,.05);--surface2: rgba(0,0,0,.22);--tabbar: rgba(5,10,20,.7);--onAccent: #07101a}:root[data-theme=blackout]{--bg: #000000;--card: rgba(255,255,255,.05);--card2: rgba(255,255,255,.03);--border: rgba(255,255,255,.1);--text: rgba(255,255,255,.92);--muted: rgba(255,255,255,.58);--accent: #a3ff12;--accent2:#6bffb8;--accentGlow: rgba(163,255,18,.08);--surface: rgba(255,255,255,.04);--surface2: rgba(0,0,0,.24);--tabbar: rgba(0,0,0,.78);--onAccent: #081008}:root[data-theme=aurora]{--bg: radial-gradient(1200px 800px at 15% 20%, rgba(122,92,255,.28), transparent 60%), radial-gradient(1000px 700px at 85% 30%, rgba(34,211,238,.22), transparent 55%), linear-gradient(180deg, #04050b, #02030a);--card: rgba(255,255,255,.06);--card2: rgba(255,255,255,.035);--border: rgba(255,255,255,.1);--text: rgba(255,255,255,.92);--muted: rgba(255,255,255,.6);--accent:#7a5cff;--accent2:#22d3ee;--accentGlow: rgba(122,92,255,.1);--surface: rgba(255,255,255,.045);--surface2: rgba(0,0,0,.22);--tabbar: rgba(6,8,12,.7);--onAccent: #0b1020}:root{--tg-safe-top: 0px;--tg-safe-bottom: 0px;--app-vh: 100vh}html,body,#root{height:100%;margin:0}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;overflow:hidden}.app-root{height:var(--app-vh);display:flex;flex-direction:column;padding:0 12px;overflow:hidden}.lc-loading{margin:auto;width:40px;height:40px;border-radius:999px;border:3px solid rgba(255,255,255,.15);border-top-color:var(--accent);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.lc-topRow{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.lc-topTitle{font-weight:800;letter-spacing:.2px}.lc-wizardHeader{padding:6px 0 10px}.lc-titleRow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.lc-h1{font-size:44px;line-height:1;font-weight:900;letter-spacing:-.6px}.lc-h2{font-size:28px;line-height:1.1;font-weight:900;margin:0 0 8px}.lc-muted{color:var(--muted)}.lc-stepText{color:#ffffffbf;font-weight:700;font-size:14px}.lc-progressRow{display:flex;align-items:center;gap:12px}.lc-progress{flex:1;height:10px;border-radius:999px;background:#ffffff1a;overflow:hidden}.lc-progressFill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--accent2))}.lc-cardWrap{width:100%;max-width:520px;margin:0 auto;overflow:visible;padding-bottom:12px;-webkit-overflow-scrolling:touch}.lc-card{background:linear-gradient(180deg,var(--card),var(--card2));border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:none}.lc-label{font-weight:800;color:#fffc;margin:10px 0 8px}.lc-segment{width:100%;display:flex;gap:8px;padding:8px;border-radius:999px;border:1px solid var(--border);background:#ffffff0a}.lc-segItem{flex:1;height:44px;border-radius:999px;border:0;background:transparent;color:#ffffffbf;font-weight:900}.lc-segItem.isActive{background:linear-gradient(180deg,var(--accent2),var(--accent));color:#111}.lc-select{width:100%;display:flex;justify-content:space-between;align-items:center;height:54px;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:#00000059;color:#ffffffe6;font-weight:800}.lc-caret{opacity:.8}.lc-helper{margin-top:8px;color:#ffffff8c;font-size:13px;font-weight:700}.lc-stepRow{width:100%;height:56px;border-radius:999px;border:1px solid var(--border);background:#00000059;display:flex;align-items:center;justify-content:space-between;padding:0 10px;gap:10px}.lc-stepLeft{display:flex;align-items:center;gap:10px;min-width:0}.lc-emoji{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.lc-stepText{font-weight:900;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.lc-stepRight{display:flex;align-items:center;gap:10px}.lc-stepBtn{width:46px;height:46px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#ffffffe6;font-size:22px;font-weight:900}.lc-stepBtn.isDisabled{opacity:.35}.lc-stepValueBox{width:86px;height:46px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#00000073;display:flex;align-items:center;justify-content:center}.lc-stepInput{width:100%;height:100%;border:0;outline:0;background:transparent;text-align:center;color:#ffffffeb;font-weight:900;font-size:16px}.lc-textarea{width:100%;border-radius:18px;border:1px solid var(--border);background:#00000059;color:#ffffffeb;padding:12px;resize:none;outline:none;font-weight:700}.lc-slider{width:100%;accent-color:var(--accent)}.lc-btn{width:100%;height:56px;border-radius:18px;border:1px solid rgba(255,255,255,.1);font-weight:900;font-size:18px}.lc-btnPrimary{background:linear-gradient(180deg,var(--accent2),var(--accent));color:var(--onAccent, #0b1020);box-shadow:none}.lc-btnGhost{background:#ffffff0d;color:#ffffffd9}.lc-btn.isDisabled{opacity:.45}.lc-footer{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:12px}.lc-btabs{position:fixed;left:0;right:0;bottom:0!important;top:auto!important;transform:none!important;background:var(--tabbar);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-top:1px solid rgba(255,255,255,.1);z-index:50;display:flex;gap:8px;padding:8px 8px calc(8px + max(var(--tg-safe-bottom, 0px),env(safe-area-inset-bottom,0px)))}.lc-btab{flex:1;height:52px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;border-radius:16px;color:#eaf0ffcc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.lc-btab.isActive{background:#ffffffeb;color:#0b1020;border-color:#fff0}.lc-btab{height:50px}.lc-btabLabel{font-size:10px;font-weight:800}.lc-tabPage{min-height:var(--app-vh);padding-top:0;padding-bottom:calc(92px + var(--tg-safe-bottom, 0px) + 12px);box-sizing:border-box}.lc-sectionTitle{font-size:20px;font-weight:800;margin-bottom:12px}.lc-grid2{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:520px){.lc-grid2{grid-template-columns:1fr 1fr}}.lc-cardTitle{font-size:14px;opacity:.85;font-weight:700;margin-bottom:10px}.lc-bigNum{font-size:20px;font-weight:900;margin-bottom:10px}.lc-progress{height:10px;border-radius:999px;background:#ffffff1a;overflow:hidden}.lc-progressFill{height:100%;border-radius:999px;background:#ffffffd9}.lc-rowBtns{display:flex;gap:10px;align-items:center;justify-content:center;margin-top:10px;flex-wrap:wrap}.lc-miniBtn{height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#eaf0ffe0;font-weight:800}.lc-chips{display:flex;flex-wrap:wrap;gap:8px}.lc-chipBtn{height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#eaf0ffe0;font-weight:900;font-size:12px;display:flex;align-items:center;gap:6px}.lc-chipBtn.isOn{background:#ffffffeb;color:#0b1020;border-color:#fff0}.lc-kv{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.08)}.lc-kv:last-child{border-bottom:none}.lc-list{display:grid;gap:10px}.lc-listItem{padding:10px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f}.lc-liTitle{font-weight:900}.lc-liSub{margin-top:4px;opacity:.75;font-size:13px}.lc-overlay{position:fixed;inset:0;z-index:9999;background:#000000eb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;justify-content:center;padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:none}.lc-overlayWrap,.lc-overlayCard,.lc-overlayBody{touch-action:auto}.lc-overlayBody{overscroll-behavior:contain}.lc-overlay--sheet{align-items:flex-start;padding-top:calc(env(safe-area-inset-top,0px) + var(--tg-safe-top, 0px) + 12px);padding-bottom:calc(env(safe-area-inset-bottom,0px) + var(--tg-safe-bottom, 0px) + 12px)}.lc-overlay--center{align-items:center}.lc-overlayWrap{width:100%;max-width:520px}.lc-overlayCard{width:100%;max-height:calc(var(--app-vh, 100vh) - 24px);overflow:hidden}.lc-overlayBody{max-height:calc(var(--app-vh, 100vh) - 160px);overflow-y:auto;-webkit-overflow-scrolling:touch}.lc-modal{width:100%;max-height:calc(var(--app-vh, 100vh) - 24px);overflow:auto;-webkit-overflow-scrolling:touch}html,body{height:100%;overflow:hidden}#root{height:100%}.lc-main{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;width:100%}.lc-main:before{content:"";display:block;height:max(var(--tg-safe-top, 0px),92px);flex:0 0 auto}.lc-homeHeader{display:flex;align-items:center;justify-content:space-between;gap:10px}.lc-chip{padding:8px 10px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:13px}.lc-barRow{display:grid;grid-template-columns:minmax(70px,.9fr) 1fr auto;gap:10px;align-items:center;margin:8px 0}.lc-barLabel{font-weight:700;font-size:13px;opacity:.9}.lc-barTrack{height:10px;border-radius:999px;background:#ffffff14;overflow:hidden}.lc-barFill{height:100%;border-radius:999px;background:#ffffffa6}.lc-barPct{font-size:16px;text-align:right;font-weight:700;opacity:.85;min-width:38px}.lc-progress{height:10px;border-radius:999px;background:#ffffff14;overflow:hidden}.lc-progressFill{height:100%;border-radius:999px;background:#ffffffa6}.lc-rowBtns{display:flex;gap:10px;flex-wrap:wrap}.lc-miniBtn{padding:10px 14px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:inherit;font-weight:700}.lc-rowBetween{display:flex;justify-content:space-between;align-items:center;gap:10px}.lc-box{padding:12px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.lc-row3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.lc-row3>*{min-width:0}.lc-miniStat{min-width:0;height:118px;padding:12px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;text-align:center}.lc-miniStatTitle{font-size:12px;font-weight:800;opacity:.78;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lc-miniStatValue{font-size:20px;font-weight:900;line-height:1.05}.lc-miniStatSub{font-size:11px;font-weight:700;opacity:.6}.lc-miniStatBtn{height:36px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#ffffffeb;font-weight:800;font-size:13px;width:100%}.lc-miniStatBtnGhost{height:36px;width:100%;border-radius:14px;border:1px solid transparent;background:transparent}.lc-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.lc-listItem{padding:12px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.lc-liTitle{font-weight:800;margin-bottom:4px}.lc-liSub{opacity:.85}.lc-input{width:100%;padding:12px 14px;border-radius:14px;background:#00000040;border:1px solid rgba(255,255,255,.1);color:inherit;outline:none}.lc-chartWrap{margin-top:10px}.lc-chart{opacity:.9}.lc-chartMeta{display:flex;justify-content:space-between;margin-top:6px}.app-root,.lc-main,.lc-tabPage{width:100%;box-sizing:border-box}.app-root{overflow-x:hidden}html,body{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}#root,.app-root{width:100%;max-width:100%;margin:0;overflow-x:hidden}.lc-main,.lc-tabPage{width:100%;max-width:100%;margin:0 auto}body:before{content:none!important}html,body,#root,.app-root{width:100%;max-width:100%;overflow-x:hidden}.lc-homeHeader,.lc-rowBetween,.lc-barRow,.lc-kv{min-width:0}.lc-homeHeader>*,.lc-rowBetween>*,.lc-barRow>*,.lc-kv>*{min-width:0}.lc-chip{max-width:55%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lc-barLabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lc-main{display:flex!important;flex-direction:column!important;min-width:0!important;width:100%!important;max-width:100%!important}.lc-main>*{min-width:0!important;max-width:100%!important}.lc-tabPage{width:100%!important;max-width:560px!important;box-sizing:border-box!important;margin:0 auto!important;overflow-x:hidden!important}.lc-card,.lc-glass,.glass-card{max-width:100%!important;box-sizing:border-box!important}.lc-homeHeader,.lc-rowBetween,.lc-barRow,.lc-kv{min-width:0!important}.lc-homeHeader>*,.lc-rowBetween>*,.lc-barRow>*,.lc-kv>*{min-width:0!important}.lc-chip{max-width:52%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.lc-barLabel{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.nut-wrap{width:100%;max-width:560px;margin:0 auto;padding-bottom:calc(108px + max(var(--tg-safe-bottom, 0px),env(safe-area-inset-bottom,0px)))}.nut-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-bottom:10px}.nut-day{height:56px;border-radius:16px;border:1px solid var(--border);background:#ffffff0d;color:var(--text);display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.05;padding:6px 0;min-width:0}.nut-day.isActive{background:linear-gradient(180deg,var(--accent2),var(--accent));color:#111;border-color:transparent}.nut-dow{font-weight:900;font-size:11px;opacity:.9}.nut-dd{font-weight:900;font-size:18px}.nut-subtabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.nut-sub{height:46px;border-radius:16px;border:1px solid var(--border);background:#ffffff0d;color:var(--text);font-weight:900}.nut-sub.isActive{background:#ffffffeb;color:#0b1020;border-color:transparent}.nut-content{display:grid;gap:12px}.nut-summaryCard{border-radius:22px;border:1px solid var(--border);background:#ffffff0d;padding:12px;display:grid;grid-template-columns:170px 1fr;gap:12px;align-items:center}.nut-summaryLeft{width:170px;height:170px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#0000002e;display:flex;align-items:center;justify-content:center;overflow:hidden}.nut-ringSvg{width:160px;height:160px;display:block}.nut-ringTrack{stroke:#ffffff1a}.nut-ringP{stroke:#ffffffbf;opacity:.55}.nut-ringF{stroke:#ffffffbf;opacity:.4}.nut-ringC{stroke:#ffffffbf;opacity:.3}.nut-ringText{fill:var(--text);font-weight:900;font-size:18px;letter-spacing:.5px}.nut-summaryRight{min-width:0}.nut-kcalRow{display:flex;align-items:baseline;justify-content:space-between;gap:10px;min-width:0}.nut-kcalTitle{flex:0 0 auto;white-space:nowrap}.nut-kcalVal{font-weight:900;font-size:clamp(16px,4.2vw,22px);line-height:1.15;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:360px){.nut-kcalVal{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.05}}.nut-kcalSlash{opacity:.6;padding:0 4px}.nut-macros{display:grid;gap:8px;margin-bottom:10px}.nut-mrow{display:flex;align-items:center;justify-content:space-between;gap:10px}.nut-dot{width:8px;height:8px;border-radius:999px;background:var(--accent);opacity:.9}.nut-mname{font-weight:900;width:24px;text-align:left}.nut-mval{font-weight:800;opacity:.88;white-space:nowrap}.nut-moreBtn{width:100%;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#00000038;color:var(--text);font-weight:900}.nut-meals{display:grid;gap:12px}.nut-mealRow{height:72px;border-radius:18px;border:1px solid var(--border);background:#ffffff0d;display:flex;align-items:center;justify-content:space-between;padding:0 12px}.nut-mealTitle{font-weight:900;font-size:18px}.nut-plus{width:52px;height:52px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:var(--text);font-size:28px;font-weight:900}.nut-waterCard{border-radius:22px;border:1px solid var(--border);background:#ffffff0d;padding:12px}.nut-waterTop{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.nut-waterTitle{font-weight:900;font-size:18px}.nut-waterVal{font-weight:900;opacity:.9}.nut-waterBar{height:10px;border-radius:999px;background:#ffffff1a;overflow:hidden}.nut-waterFill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--accent2))}.nut-waterBtns{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.nut-wbtn{height:38px;padding:0 12px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:var(--text);font-weight:900}.nut-planTitle{font-size:18px;font-weight:900;margin-bottom:10px}.nut-planBtns{display:grid;gap:10px}.nut-aiBtn{height:54px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:var(--text);font-weight:900;font-size:15px}.nut-aiBtnPrimary{background:linear-gradient(180deg,var(--accent2),var(--accent));color:#111;border-color:transparent}.nut-muted{color:var(--muted);font-weight:700;line-height:1.25}.nut-planArea{width:100%;min-height:160px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#00000038;color:var(--text);padding:12px;outline:none;resize:vertical;font-weight:700}.nut-recentTitle{font-weight:900;margin-bottom:8px}.nut-recentList{display:grid;gap:10px}.nut-recentItem{text-align:left;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:var(--text)}.nut-recentTop{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:6px}.nut-recentTag{font-size:12px;font-weight:900;opacity:.7}.nut-recentText{font-weight:800;opacity:.9}.nut-sheetHeader{display:flex;align-items:center;justify-content:space-between}.nut-x{width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:var(--text);font-size:22px;font-weight:900}.nut-nutrList{display:grid;gap:10px}.nut-nutrRow{display:flex;justify-content:space-between;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.nut-nutrName{font-weight:900}.nut-nutrVal{opacity:.75;font-weight:800}.nut-addBtn{height:56px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:var(--text);font-weight:900}.nut-summaryCard{display:grid;grid-template-columns:168px minmax(0,1fr);gap:12px;align-items:center}.nut-summaryRight{min-width:0;overflow:hidden}.nut-kcalLine{display:flex;align-items:baseline;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.nut-kcalTitle{font-weight:900;opacity:.9}.nut-kcalA{font-weight:900;font-size:22px}.nut-kcalB{font-weight:900;font-size:22px;opacity:.75}.nut-kcalSlash{font-weight:900;opacity:.6}.nut-macroRows{margin-top:10px;display:grid;gap:8px}.nut-row{display:grid;grid-template-columns:14px 26px minmax(0,1fr);gap:8px;align-items:center;min-width:0}.nut-mval{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nut-planMeals{display:grid;gap:10px;margin-top:12px}.nut-planMealCard{padding:12px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.nut-planMealTitle{font-weight:900;margin-bottom:8px}.nut-planMealArea{width:100%;min-height:56px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#00000040;color:inherit;padding:10px 12px;outline:none;resize:vertical}.nut-summaryCard{display:grid;grid-template-columns:176px minmax(0,1fr);gap:12px;align-items:center}.nut-summaryRight{min-width:0;max-width:100%}.nut-kcalRow{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.nut-kcalTitle{flex:0 0 auto;font-size:14px;font-weight:800;opacity:.9}.nut-mrow{display:grid;grid-template-columns:10px 18px minmax(0,1fr);gap:8px;align-items:center}.nut-mval{min-width:0;text-align:right;white-space:nowrap;font-size:clamp(12px,3.6vw,15px);font-variant-numeric:tabular-nums}.nut-ringLabel{fill:#ffffffbf;font-weight:900;font-size:10px;letter-spacing:.2px}.nut-wrap{width:100%;max-width:560px;margin:0 auto}.nut-day{flex:1;min-width:0;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;padding:10px 0;color:inherit}.nut-day.isActive{background:linear-gradient(180deg,var(--accent2),var(--accent));color:#0c120f;border-color:#fff0}.nut-dow{font-size:11px;font-weight:900;opacity:.85;line-height:1}.nut-dd{font-size:16px;font-weight:900;line-height:1.1}.nut-subtabs{display:flex;gap:10px;margin:10px 0 12px}.nut-sub{flex:1;height:46px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:inherit;font-weight:900}.nut-sub.isActive{background:#ffffffe6;color:#0b1020;border-color:#fff0}.nut-content{display:flex;flex-direction:column;gap:12px}.nut-summaryCard{display:grid;grid-template-columns:170px minmax(0,1fr);gap:12px;padding:14px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.nut-summaryLeft{min-width:0}.nut-summaryRight{min-width:0;display:flex;flex-direction:column;gap:10px}.nut-kcalRow{display:flex;justify-content:space-between;align-items:baseline;gap:10px;min-width:0}.nut-kcalTitle{font-weight:900;opacity:.85;font-size:14px}.nut-kcalVal{font-weight:900;white-space:nowrap;overflow:visible;text-overflow:clip;font-size:clamp(16px,4.4vw,22px);min-width:0;max-width:100%;font-variant-numeric:tabular-nums}.nut-kcalSlash{opacity:.65;margin:0 6px}.nut-macros{display:flex;flex-direction:column;gap:8px;min-width:0}.nut-mrow{display:grid;grid-template-columns:10px 18px minmax(0,1fr);gap:10px;align-items:center;min-width:0}.nut-dot{width:8px;height:8px;border-radius:99px;background:var(--accent);opacity:.9}.nut-mname{font-weight:900;opacity:.9}.nut-mval{font-weight:800;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;font-size:14px}.nut-moreBtn{margin-top:auto;height:42px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:inherit;font-weight:900}.nut-ringBox{width:160px;height:160px;display:flex;align-items:center;justify-content:center}.nut-ringSvg{width:160px;height:160px;overflow:visible}.nut-ringTrack{stroke:#ffffff1f}.nut-ringKcal{stroke:var(--accent)}.nut-ringP{stroke:#ffffff8c}.nut-ringF{stroke:#ffffff6b}.nut-ringC{stroke:#ffffff52}.nut-ringText{fill:#ffffffeb;font-weight:900;font-size:18px}.nut-ringLetter{fill:#fffc;font-weight:900;font-size:12px}.nut-meals{display:flex;flex-direction:column;gap:12px}.nut-mealBlock{padding:0}.nut-mealRow{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.nut-mealTitle{font-size:22px;font-weight:900}.nut-plus{width:54px;height:54px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:inherit;font-size:30px;font-weight:900}.nut-foodList{margin-top:8px;display:flex;flex-direction:column;gap:8px}.nut-foodItem{display:flex;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.nut-foodMain{min-width:0}.nut-foodName{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nut-foodSub{margin-top:3px;opacity:.75;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nut-foodBtns{display:flex;gap:8px;align-items:center}.nut-star,.nut-del{width:34px;height:34px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:inherit;font-weight:900}.nut-waterCard{padding:14px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.nut-waterTop{display:flex;justify-content:space-between;align-items:center;gap:10px}.nut-waterTitle{font-weight:900}.nut-waterVal{font-weight:900;opacity:.85}.nut-waterBar{margin-top:10px;height:10px;border-radius:999px;background:#ffffff1a;overflow:hidden}.nut-waterFill{height:100%;background:#ffffffa6;border-radius:999px}.nut-waterBtns{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.nut-wbtn{flex:1;min-width:120px;height:44px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:inherit;font-weight:900}.nut-sheetHeader{display:flex;justify-content:space-between;align-items:center}.nut-x{width:36px;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:inherit;font-size:20px}.nut-addGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.nut-addBtn{height:56px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:inherit;font-weight:900}.nut-planTitle{font-weight:900;font-size:18px}.nut-planBtns{display:flex;flex-direction:column;gap:10px;margin-top:10px}.nut-aiBtn{height:56px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:inherit;font-weight:900}.nut-aiBtnPrimary{background:linear-gradient(180deg,var(--accent2),var(--accent));color:#0c120f;border-color:#fff0}.nut-muted{opacity:.7;font-weight:700}.nut-planMealBlock{margin-top:10px}.nut-planMealTitle{font-weight:900;opacity:.9;margin:6px 0}.nut-planAreaSmall{width:100%;min-height:52px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#00000040;color:inherit;padding:10px 12px;outline:none;resize:vertical;font-weight:700}.nut-recentTitle{font-weight:900;margin-top:8px}.nut-recentList{display:flex;flex-direction:column;gap:10px;margin-top:10px}.nut-recentItem{text-align:left;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:inherit}.nut-recentTop{display:flex;gap:8px;opacity:.7;font-weight:800;font-size:12px}.nut-recentTag{padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.1)}.nut-recentText{margin-top:8px;opacity:.85;font-weight:700}.nut-form{display:flex;flex-direction:column;gap:10px}.nut-formRow{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:10px}.nut-input{width:100%;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#00000040;color:inherit;padding:0 12px;outline:none;font-weight:800}.nut-recentFoodList{display:flex;flex-direction:column;gap:10px}.nut-recentFoodItem{text-align:left;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:inherit}.nut-sheetOverlay{align-items:flex-start!important;justify-content:center!important;padding-top:calc(env(safe-area-inset-top,0px) + var(--tg-safe-top, 0px) + 12px)!important;padding-bottom:calc(env(safe-area-inset-bottom,0px) + var(--tg-safe-bottom, 0px) + 12px)!important}.nut-sheetWrap{width:100%;max-width:520px;max-height:calc(var(--app-vh, 100vh) - 24px);overflow:hidden}.nut-sheetBody{max-height:calc(var(--app-vh, 100vh) - 160px);overflow-y:auto;-webkit-overflow-scrolling:touch}.nut-previewTotals{padding:10px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.nut-previewTotRow{display:flex;justify-content:space-between;gap:10px;align-items:center}.nut-previewList{display:flex;flex-direction:column;gap:10px}.nut-previewItem{padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff08}.nut-previewHead{display:flex;gap:10px;align-items:center}.nut-previewGrid{margin-top:10px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:10px}@media(max-width:420px){.nut-previewGrid{grid-template-columns:1fr 1fr}}.nut-inputSm{height:40px!important;font-weight:800}.nut-rowBtns{display:flex;flex-direction:column;gap:10px}html,body{height:100%}#root{height:var(--app-vh, 100vh)}.nut-addBtn,.nut-aiBtnPrimary,.nut-plus{transform:translateZ(0)}.nut-addBtn{height:60px;border-radius:18px;font-size:15px}.nut-aiBtnPrimary{height:60px;border-radius:18px;font-size:15px;box-shadow:none}.nut-plus{box-shadow:none}.sheet-overlay{position:fixed;inset:0;z-index:9999;background:#000000b8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:flex-start;justify-content:center;padding:16px;padding-top:calc(var(--tg-safe-top, 0px) + 12px);overflow-y:auto}.sheet-container{width:100%;max-width:520px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:#141414eb;padding:14px}.sheet-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.sheet-title{margin:0;font-size:18px;font-weight:900}.sheet-close{width:36px;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#ffffffeb;font-weight:900}.sheet-content{margin-top:12px;display:flex;flex-direction:column;gap:10px}.sheet-option{width:100%;height:54px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffeb;font-weight:900;display:flex;align-items:center;justify-content:space-between;padding:0 14px}.sheet-option.selected{background:#ffffffeb;color:#0b1020;border-color:transparent}.checkmark{font-weight:900}.sheet-footer{margin-top:12px}.btn-primary{width:100%;height:56px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,var(--accent2),var(--accent));color:#111;font-weight:900;font-size:16px}.app-root.isWizard .lc-footer{position:sticky;bottom:0;background:var(--bg);padding-bottom:calc(12px + max(var(--tg-safe-bottom, 0px),env(safe-area-inset-bottom,0px)));z-index:5}.app-root.isWizard .lc-main:before{content:none!important;display:none!important;height:0!important}.app-root.isWizard{padding-top:calc(max(var(--tg-safe-top, 0px),56px) + env(safe-area-inset-top,0px) + 8px)!important}.app-root.isWizard .lc-main:before{display:none!important;height:0!important}button,.lc-btn,.lc-miniBtn,.nut-plus,.nut-addBtn,.nut-aiBtn,.nut-aiBtnPrimary{-webkit-appearance:none;appearance:none;outline:none;box-shadow:none}.lc-btn,.lc-miniBtn,.nut-plus,.nut-addBtn,.nut-aiBtn,.nut-aiBtnPrimary{position:relative;border:0!important;overflow:hidden}.lc-btn:before,.lc-miniBtn:before,.nut-plus:before,.nut-addBtn:before,.nut-aiBtn:before,.nut-aiBtnPrimary:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(255,255,255,.12);pointer-events:none}.lc-btnPrimary:before,.nut-aiBtnPrimary:before{border-color:#ffffff2e}*{box-sizing:border-box}html,body,#root,.app-root{width:100%;max-width:100%}html,body{height:100%;margin:0;overflow:hidden}.app-root{height:var(--app-vh, 100vh);overflow:hidden}.lc-main{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden}html.lc-modalOpen,body.lc-modalOpen{overflow:hidden!important;height:100%!important}body.lc-modalOpen .lc-main{overflow:hidden!important}.nut-star{transition:transform .08s ease,opacity .08s ease,filter .12s ease}.nut-star:active{transform:scale(.92);opacity:.85}.nut-star.isFav{filter:brightness(1.25)}.nut-star.isFav:active{transform:scale(.9)}.nut-summaryCard{grid-template-columns:160px minmax(0,1fr)!important}.nut-kcalTitle{font-size:13px!important;white-space:nowrap!important}.nut-kcalVal{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:right!important;font-variant-numeric:tabular-nums;font-size:clamp(14px,4.2vw,20px)!important}@media(max-width:360px){.nut-summaryCard{grid-template-columns:148px minmax(0,1fr)!important}.nut-kcalVal{font-size:clamp(13px,4vw,18px)!important}}.nut-kcalRow{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:baseline!important;gap:10px!important;min-width:0!important}.nut-kcalVal{min-width:0!important;max-width:100%!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;text-align:right!important;font-size:clamp(13px,4vw,20px)!important;font-variant-numeric:tabular-nums}.nut-kcalLine{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:baseline!important;gap:10px!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;min-width:0!important}.nut-kcalA,.nut-kcalB{overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;min-width:0!important;font-size:clamp(13px,4vw,20px)!important;font-variant-numeric:tabular-nums}@media(max-width:360px){.nut-summaryCard{grid-template-columns:148px minmax(0,1fr)!important}}.nut-summaryRight{min-width:0!important;max-width:100%!important}.nut-kcalRow,.nut-kcalLine{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:baseline!important;gap:10px!important;min-width:0!important}.nut-kcalTitle{white-space:nowrap!important;flex:none!important}.nut-kcalVal,.nut-kcalA,.nut-kcalB{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:clip!important;white-space:nowrap!important;text-align:right!important;font-size:clamp(12px,3.6vw,20px)!important;font-variant-numeric:tabular-nums;letter-spacing:-.2px}@media(max-width:360px){.nut-kcalVal,.nut-kcalA,.nut-kcalB{white-space:normal!important;word-break:break-word!important;line-height:1.05!important}}.nut-summaryCard{grid-template-columns:clamp(132px,38vw,160px) minmax(0,1fr)!important;padding-right:18px!important}.nut-summaryLeft{width:clamp(132px,38vw,160px)!important;height:clamp(132px,38vw,160px)!important}.nut-ringBox,.nut-ringSvg{width:clamp(124px,36vw,150px)!important;height:clamp(124px,36vw,150px)!important}.nut-summaryRight{min-width:0!important;overflow:visible!important;padding-right:6px!important}.nut-kcalRow{display:flex!important;align-items:baseline!important;justify-content:flex-start!important;gap:10px!important;min-width:0!important}.nut-kcalTitle{flex:0 0 auto!important;white-space:nowrap!important}.nut-kcalVal{margin-left:auto!important;min-width:0!important;display:flex!important;justify-content:flex-end!important;white-space:nowrap!important;font-size:clamp(15px,4vw,21px)!important;padding-right:2px!important;font-variant-numeric:tabular-nums}.nut-kcalNow,.nut-kcalGoal{font-variant-numeric:tabular-nums}.nut-kcalSlash{opacity:.65;margin:0 2px!important;padding:0!important}.lc-dashIntro{padding:6px 2px 2px}.lc-dashIntroTop{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}.lc-dashIntroTitle{font-weight:900;opacity:.9}.lc-dashIntroHint{font-weight:800;opacity:.55;font-size:12px}.lc-dashIntroGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.lc-dashIntroItem{min-width:0;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;overflow:hidden}.lc-dashIntroLabel{font-size:12px;font-weight:900;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.lc-gauge{width:74px;height:74px;border-radius:999px;position:relative;transform:translateZ(0);background:radial-gradient(circle at 50% 50%,#00000026,#0000004d),conic-gradient(from 220deg,#ffffff1a 0 55%,#ffffff0a 55% 100%);border:1px solid rgba(255,255,255,.1);overflow:hidden}.lc-gauge:before{content:"";position:absolute;inset:-8px;border-radius:999px;background:conic-gradient(from 220deg,var(--accent) 0%,var(--accent2) 22%,rgba(255,255,255,0) 38%,rgba(255,255,255,0) 100%);filter:drop-shadow(0 0 12px rgba(255,255,255,.1));animation:lcGaugeSpin 1.05s linear infinite;opacity:.95}.lc-gauge:after{content:"";position:absolute;inset:10px;border-radius:999px;border:2px solid rgba(255,255,255,.1);box-shadow:inset 0 0 0 6px #ffffff0a,inset 0 0 0 14px #ffffff08;opacity:.9}.lc-gauge--a:before{animation-duration:1.05s}.lc-gauge--b:before{animation-duration:1.22s;filter:drop-shadow(0 0 14px rgba(255,255,255,.08));opacity:.85}.lc-gauge--c:before{animation-duration:.92s;opacity:.78}@keyframes lcGaugeSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.lc-gauge:before{animation:none}}
