:root{color-scheme:light dark;--bg: #f4f5f7;--surface: #ffffff;--surface-2: #eef0f3;--border: #e4e7ec;--text: #0f172a;--text-2: #475569;--muted: #94a3b8;--accent: #10b981;--accent-strong: #059669;--accent-soft: #d1fae5;--on-accent: #ffffff;--danger: #ef4444;--danger-soft: #fee2e2;--warn: #b45309;--warn-soft: #fef3c7;--water: #0ea5e9;--water-soft: #e0f2fe;--fat-soft: #fce7f3;--protein: #3b82f6;--carbs: #f59e0b;--fat: #ec4899;--radius-lg: 22px;--radius: 16px;--radius-sm: 12px;--shadow: 0 1px 2px rgb(15 23 42 / .04), 0 4px 16px rgb(15 23 42 / .06);--shadow-lg: 0 8px 30px rgb(15 23 42 / .12);--tabbar-h: 64px;--safe-bottom: env(safe-area-inset-bottom);--safe-top: env(safe-area-inset-top)}@media (prefers-color-scheme: dark){:root{--bg: #0b1120;--surface: #141b2d;--surface-2: #1d2539;--border: #232d44;--text: #e8ecf3;--text-2: #a3b0c5;--muted: #64748b;--accent: #34d399;--accent-strong: #10b981;--accent-soft: #10b98126;--on-accent: #052e1f;--danger-soft: #ef444426;--warn: #fbbf24;--warn-soft: #f59e0b26;--water: #38bdf8;--water-soft: #0ea5e926;--fat-soft: #ec489926;--protein: #60a5fa;--carbs: #fbbf24;--fat: #f472b6;--shadow: 0 1px 2px rgb(0 0 0 / .3);--shadow-lg: 0 8px 30px rgb(0 0 0 / .5)}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:16px;line-height:1.4;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}h1,h2,h3,p{margin:0}button{font:inherit;color:inherit;border:none;background:none;cursor:pointer;padding:0}button:disabled{opacity:.5;cursor:default}input{font:inherit;color:var(--text)}a{color:inherit;text-decoration:none}.num{font-variant-numeric:tabular-nums}.app-shell{min-height:100dvh;padding-bottom:calc(var(--tabbar-h) + var(--safe-bottom) + 24px)}.page{max-width:520px;margin:0 auto;padding:calc(var(--safe-top) + 20px) 16px 0;display:flex;flex-direction:column;gap:16px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:4px 4px 0}.page-header .eyebrow{font-size:13px;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.04em}.page-header h1{font-size:30px;font-weight:750;letter-spacing:-.02em}.section-title{display:flex;align-items:center;justify-content:space-between;font-size:17px;font-weight:650;padding:8px 4px 0}.section-title .link{font-size:14px;font-weight:600;color:var(--accent-strong)}.card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:20px}.card.tight{padding:16px}.card-title{font-size:15px;font-weight:650;color:var(--text-2);margin-bottom:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:52px;padding:0 22px;border-radius:999px;font-weight:650;font-size:16px;transition:transform .12s ease,background .15s ease}.btn:active:not(:disabled){transform:scale(.97)}.btn-primary{background:var(--accent-strong);color:#fff}.btn-secondary{background:var(--surface-2);color:var(--text)}.btn-danger{background:var(--danger-soft);color:var(--danger)}.btn-block{width:100%}.btn-row{display:flex;gap:10px}.btn-row .btn{flex:1}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--text-2)}.icon-btn:active{background:var(--surface-2)}.segmented{display:flex;padding:4px;gap:4px;background:var(--surface-2);border-radius:999px}.segmented button{flex:1;height:38px;border-radius:999px;font-size:14px;font-weight:600;color:var(--text-2);transition:background .15s ease,color .15s ease}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.chip{height:36px;padding:0 14px;border-radius:999px;background:var(--surface-2);font-size:14px;font-weight:600;color:var(--text-2)}.chip.active{background:var(--accent-soft);color:var(--accent-strong);box-shadow:inset 0 0 0 1.5px var(--accent)}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;font-weight:600;color:var(--text-2);padding-left:4px}.input{height:52px;width:100%;padding:0 16px;border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--surface);outline:none;transition:border-color .15s ease}.input:focus{border-color:var(--accent)}.input-suffix{position:relative}.input-suffix .input{padding-right:52px}.input-suffix span{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:14px;font-weight:600;pointer-events:none}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.alert{padding:12px 14px;border-radius:var(--radius-sm);background:var(--danger-soft);color:var(--danger);font-size:14px;font-weight:500}.hint{font-size:13px;color:var(--text-2)}.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:20;padding-bottom:var(--safe-bottom);background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-top:1px solid var(--border)}.tabbar-inner{max-width:520px;height:var(--tabbar-h);margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);align-items:center}.tab{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:11px;font-weight:600;color:var(--muted)}.tab.active{color:var(--accent-strong)}.tab-fab{justify-self:center;width:58px;height:58px;margin-top:-26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent-strong);color:#fff;box-shadow:0 6px 20px #10b98173;border:4px solid var(--bg)}.hero{display:flex;align-items:center;gap:20px}.ring{position:relative;flex-shrink:0}.ring svg{display:block;transform:rotate(-90deg)}.ring .track{stroke:var(--surface-2)}.ring .bar{transition:stroke-dashoffset .8s cubic-bezier(.22,1,.36,1)}.ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.ring-center .big{font-size:28px;font-weight:750;letter-spacing:-.02em;line-height:1.1}.ring-center .small{font-size:12px;font-weight:600;color:var(--text-2)}.hero-stats{flex:1;display:flex;flex-direction:column;gap:12px}.stat .label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-2)}.stat .value{font-size:20px;font-weight:700}.stat .value small{font-size:13px;font-weight:600;color:var(--muted)}.divider{height:1px;background:var(--border);margin:18px 0}.macros{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.macro .head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:6px}.macro .name{font-size:13px;font-weight:600;color:var(--text-2)}.macro .amount{font-size:15px;font-weight:700}.macro .amount small{font-size:12px;font-weight:600;color:var(--muted)}.progress{height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden}.progress>div{height:100%;border-radius:999px;transition:width .8s cubic-bezier(.22,1,.36,1)}.macro .left{margin-top:6px;font-size:12px;color:var(--muted)}.onboard{display:flex;align-items:center;gap:14px;background:var(--accent-soft);color:var(--text)}.onboard .icon-wrap{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--accent-strong);color:#fff;flex-shrink:0}.onboard h3{font-size:16px;font-weight:650}.onboard p{font-size:14px;color:var(--text-2)}.empty{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:28px 20px;color:var(--text-2)}.empty .icon-wrap{width:56px;height:56px;border-radius:18px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;color:var(--muted)}.empty h3{font-size:16px;font-weight:650;color:var(--text)}.empty p{font-size:14px}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quick-action{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 6px 12px;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);font-weight:650;font-size:14px;text-align:center}.quick-action .icon-wrap{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.meal-list{display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.meal-row{display:flex;align-items:center;gap:4px;padding:12px 8px 12px 14px}.meal-open{flex:1;min-width:0;display:flex;align-items:center;gap:14px;color:inherit;text-decoration:none;border-radius:var(--radius-sm)}.meal-open:active{opacity:.7}.meal-row+.meal-row{border-top:1px solid var(--border)}.meal-thumb{width:52px;height:52px;border-radius:14px;flex-shrink:0;overflow:hidden;background:var(--surface-2);display:flex;align-items:center;justify-content:center;color:var(--muted)}.meal-thumb img{width:100%;height:100%;object-fit:cover}.meal-info{flex:1;min-width:0}.meal-info .title{font-weight:650;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meal-info .meta{display:flex;gap:8px;white-space:nowrap;overflow:hidden;margin-top:3px;font-size:12px;font-weight:600;color:var(--muted)}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:4px;vertical-align:1px}.meal-kcal{text-align:right;font-weight:700;font-size:15px}.meal-kcal small{display:block;font-size:11px;font-weight:600;color:var(--muted)}.week-chart{display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:10px;height:140px;position:relative}.week-chart .goal-line{position:absolute;left:0;right:0;border-top:1.5px dashed var(--muted);opacity:.6;pointer-events:none}.week-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;height:100%}.week-bar{width:100%;max-width:28px;min-height:4px;border-radius:8px;background:var(--surface-2);transition:height .6s cubic-bezier(.22,1,.36,1)}.week-bar.filled{background:var(--accent)}.week-bar.over{background:var(--carbs)}.week-col .day{font-size:12px;font-weight:600;color:var(--muted)}.week-col.today .day{color:var(--text)}.legend{display:flex;gap:16px;margin-top:14px;font-size:12px;font-weight:600;color:var(--text-2)}.fast-mini{display:flex;align-items:center;gap:14px}.fast-mini .icon-wrap{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#8b5cf61f;color:#8b5cf6;flex-shrink:0}.fast-mini .info{flex:1}.fast-mini .info .title{font-weight:650}.fast-mini .info .sub{font-size:13px;color:var(--text-2)}.fast-hero{display:flex;flex-direction:column;align-items:center;gap:20px;padding:28px 20px}.fast-hero .ring .bar{stroke:#8b5cf6}.fast-hero .ring.done .bar{stroke:var(--accent)}.fast-times{display:grid;grid-template-columns:1fr 1fr;width:100%;text-align:center}.fast-times>div+div{border-left:1px solid var(--border)}.fast-times .label{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.fast-times .value{font-size:17px;font-weight:700;margin-top:2px}.protocol-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%}.protocol{padding:12px 4px;border-radius:var(--radius-sm);background:var(--surface-2);text-align:center}.protocol strong{display:block;font-size:16px}.protocol span{font-size:11px;font-weight:600;color:var(--muted)}.protocol.active{background:#8b5cf61f;box-shadow:inset 0 0 0 1.5px #8b5cf6}.protocol.active strong{color:#8b5cf6}.btn-fast{background:#8b5cf6;color:#fff}.history-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-size:14px}.history-row+.history-row{border-top:1px solid var(--border)}.history-row .when{color:var(--text-2)}.badge{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:650;background:var(--surface-2);color:var(--text-2)}.badge.success{background:var(--accent-soft);color:var(--accent-strong)}.badge.warn{background:var(--warn-soft);color:var(--warn);flex-shrink:0}.camera-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#000;color:#fff;display:flex;flex-direction:column}.camera-screen video,.camera-screen .still{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.camera-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:calc(var(--safe-top) + 12px) 16px 12px;background:linear-gradient(rgb(0 0 0 / .55),transparent)}.camera-top .title{font-weight:650}.glass-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff29;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff}.camera-bottom{position:relative;z-index:2;margin-top:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:24px 32px calc(var(--safe-bottom) + 28px);background:linear-gradient(transparent,#0009)}.camera-bottom .side{display:flex;justify-content:center}.shutter{width:76px;height:76px;border-radius:50%;border:4px solid #fff;padding:4px;display:flex}.shutter:after{content:"";flex:1;border-radius:50%;background:#fff;transition:transform .1s ease}.shutter:active:after{transform:scale(.9)}.camera-hint{position:relative;z-index:2;text-align:center;font-size:14px;color:#ffffffd9;padding:0 24px}.camera-fallback{position:relative;z-index:2;margin:auto;display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px;text-align:center;max-width:340px}.camera-fallback p{color:#ffffffbf;font-size:15px}.camera-fallback .btn-secondary{background:#ffffff24;color:#fff}.reticle{position:absolute;z-index:1;left:12%;right:12%;top:34%;height:22%;border-radius:20px;box-shadow:0 0 0 9999px #00000073;border:2px solid rgb(255 255 255 / .9)}.reticle:after{content:"";position:absolute;left:8%;right:8%;height:2px;top:50%;background:var(--accent);box-shadow:0 0 12px var(--accent);animation:scan 1.8s ease-in-out infinite}@keyframes scan{0%,to{transform:translateY(-40px)}50%{transform:translateY(40px)}}.label-action{position:relative;z-index:2;display:flex;justify-content:center;margin-bottom:12px}.glass-pill{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 18px;border-radius:999px;background:#ffffff29;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:14px;font-weight:650}.glass-pill:active{background:#ffffff42}.manual-entry{position:relative;z-index:2;display:flex;gap:8px;padding:0 16px;margin-bottom:16px}.manual-entry .input{background:#ffffff24;border-color:transparent;color:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.manual-entry .input::placeholder{color:#fff9}.manual-entry .btn{flex-shrink:0}.error-panel{position:relative;z-index:2;margin:auto 16px calc(var(--safe-bottom) + 24px);padding:20px;display:flex;flex-direction:column;gap:16px;text-align:center;border-radius:var(--radius-lg);background:#0f172ac7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.error-panel p{color:#fff;font-size:15px}.error-panel .btn-secondary{background:#ffffff24;color:#fff}.analyzing{position:relative;z-index:2;margin:auto auto calc(var(--safe-bottom) + 48px);display:flex;align-items:center;gap:12px;padding:14px 22px;border-radius:999px;background:#0000008c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);font-weight:600}.scan-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,transparent 0%,rgb(52 211 153 / .22) 48%,rgb(52 211 153 / .5) 50%,rgb(52 211 153 / .22) 52%,transparent 100%);background-size:100% 300%;animation:shimmer 2.2s linear infinite}@keyframes shimmer{0%{background-position:0 100%}to{background-position:0 -100%}}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-screen{min-height:100dvh;background:var(--bg)}.result-photo{position:relative;height:42vh;max-height:380px;background:var(--surface-2)}.result-photo img{width:100%;height:100%;object-fit:cover}.result-photo .glass-btn{position:absolute;top:calc(var(--safe-top) + 12px);left:16px}.sheet{position:relative;margin-top:-28px;max-width:520px;margin-left:auto;margin-right:auto;padding:24px 16px calc(var(--safe-bottom) + 24px);background:var(--bg);border-radius:28px 28px 0 0;display:flex;flex-direction:column;gap:16px}.sheet-head h2{font-size:24px;font-weight:750;letter-spacing:-.01em}.sheet-head .sub{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:14px;color:var(--text-2)}.macro-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.macro-tile{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 6px;text-align:center}.macro-tile .v{font-size:20px;font-weight:750}.macro-tile .v small{font-size:12px;font-weight:600}.macro-tile .k{font-size:12px;font-weight:600;color:var(--text-2);margin-top:2px}.item-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}.item-row+.item-row{border-top:1px solid var(--border)}.item-row .name{font-weight:600;font-size:15px}.item-row .grams{font-size:13px;color:var(--muted)}.item-row .kcal{font-weight:700;font-size:15px;white-space:nowrap}.title-input{display:flex;align-items:center;gap:8px;color:var(--muted)}.title-input input{flex:1;min-width:0;padding:2px 0;border:none;border-bottom:1.5px dashed transparent;background:none;outline:none;color:var(--text);font-size:24px;font-weight:750;letter-spacing:-.01em}.title-input input:hover,.title-input input:focus{border-bottom-color:var(--border)}.title-input input:focus{border-bottom-color:var(--accent)}.card-title-hint{float:right;font-size:12px;font-weight:500;color:var(--muted);margin-top:2px}.edit-item+.edit-item{border-top:1px solid var(--border)}.edit-item-head{width:100%;text-align:left}.edit-item-head>div:first-child{min-width:0}.edit-item-end{display:flex;align-items:center;gap:6px}.edit-item .chev{color:var(--muted);transition:transform .2s ease}.edit-item.open .chev{transform:rotate(180deg)}.edit-item-body{display:flex;flex-direction:column;gap:10px;padding-bottom:14px}.edit-name-row{display:flex;align-items:center;gap:4px}.edit-name-row .input{height:44px}.icon-btn.danger{color:var(--danger);flex-shrink:0}.edit-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.mini-field{display:flex;flex-direction:column;gap:4px;min-width:0}.mini-field span{font-size:11px;font-weight:650;color:var(--text-2);text-align:center;white-space:nowrap}.mini-field .input{height:42px;padding:0 4px;text-align:center;font-size:15px}.add-food{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;height:46px;margin-top:4px;border-top:1px solid var(--border);color:var(--accent-strong);font-weight:650;font-size:15px}.detail-bar{max-width:520px;margin:0 auto;padding:calc(var(--safe-top) + 8px) 8px 0}.sheet.flat{margin-top:0}.stepper{display:flex;align-items:center;justify-content:space-between;gap:12px}.stepper .icon-btn{width:48px;height:48px;background:var(--surface-2);color:var(--text)}.stepper .qty{flex:1;text-align:center}.stepper .qty input{width:100%;border:none;background:none;text-align:center;font-size:34px;font-weight:750;outline:none;-moz-appearance:textfield}.stepper .qty input::-webkit-outer-spin-button,.stepper .qty input::-webkit-inner-spin-button{-webkit-appearance:none}.stepper .qty span{font-size:13px;font-weight:600;color:var(--muted)}.auth{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;max-width:420px;margin:0 auto;padding:calc(var(--safe-top) + 24px) 20px calc(var(--safe-bottom) + 24px);gap:28px}.auth-brand{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.auth-brand img{width:76px;height:76px;border-radius:22px;box-shadow:var(--shadow-lg)}.auth-brand h1{font-size:28px;font-weight:750;letter-spacing:-.02em}.auth-brand p{color:var(--text-2)}.auth form{display:flex;flex-direction:column;gap:14px}.settings-list{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.settings-row{width:100%;display:flex;align-items:center;gap:12px;padding:16px 18px;font-weight:600;text-align:left}.settings-row+.settings-row{border-top:1px solid var(--border)}.settings-row.danger{color:var(--danger)}.settings-row svg{flex-shrink:0;color:var(--text-2)}.settings-row.danger svg{color:inherit}.row-sub{display:block;margin-top:2px;font-size:13px;font-weight:450;color:var(--text-2)}.section{display:flex;flex-direction:column;gap:10px}.account-card{display:flex;flex-direction:column;gap:16px}.account-email{font-size:17px;font-weight:650;overflow-wrap:anywhere}.account-block{display:flex;flex-direction:column;gap:14px;padding-top:16px;border-top:1px solid var(--border)}.account-row{display:flex;align-items:flex-start;gap:12px}.account-row>svg{flex-shrink:0;margin-top:2px;color:var(--text-2)}.account-row .hint{margin-top:2px}.password-prompt{display:flex;flex-direction:column;gap:12px;margin-top:14px}.account-block .password-prompt{margin-top:0}.danger-zone{box-shadow:var(--shadow),inset 0 0 0 1.5px var(--danger-soft)}.btn-danger-solid{background:var(--danger);color:#fff}.recovery{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.recovery-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent-strong)}.recovery h2{font-size:22px;font-weight:750;letter-spacing:-.01em}.recovery-code{display:block;width:100%;padding:16px 12px;border-radius:var(--radius);border:1.5px dashed var(--border);background:var(--surface);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:19px;font-weight:700;letter-spacing:.04em;overflow-wrap:anywhere;user-select:all;-webkit-user-select:all}.account-block .recovery-code{background:var(--surface-2)}.text-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;align-self:center;padding:8px;font-size:15px;font-weight:600;color:var(--accent-strong);text-decoration:none}.kcal-preview{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:var(--radius-sm);background:var(--surface-2);font-size:14px;color:var(--text-2)}.kcal-preview strong{color:var(--text);font-size:16px}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:skeleton 1.4s ease infinite;border-radius:var(--radius-lg)}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.toast{position:fixed;left:50%;bottom:calc(var(--tabbar-h) + var(--safe-bottom) + 20px);transform:translate(-50%);z-index:50;display:flex;align-items:center;gap:8px;padding:12px 18px;border-radius:999px;background:var(--text);color:var(--bg);font-size:14px;font-weight:600;box-shadow:var(--shadow-lg);animation:toast-in .25s ease}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,12px)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mini-card{display:flex;flex-direction:column;gap:8px;min-width:0;color:inherit;text-decoration:none}.mini-head{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:650;color:var(--text-2)}.mini-head .icon-wrap{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center}.icon-wrap.water{background:var(--water-soft);color:var(--water)}.icon-wrap.weight{background:var(--accent-soft);color:var(--accent-strong)}.mini-value{font-size:19px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-value small{font-size:13px;font-weight:600;color:var(--muted)}.mini-value.muted{color:var(--muted);font-size:17px}.mini-sub{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--text-2)}.water-actions{display:flex;align-items:center;gap:8px;margin-top:2px}.icon-btn.soft{width:36px;height:36px;background:var(--surface-2);flex-shrink:0}.btn-water{flex:1;height:36px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border-radius:999px;background:var(--water-soft);color:var(--water);font-weight:700;font-size:14px;white-space:nowrap}.btn-water:active:not(:disabled){transform:scale(.97)}.quick-page{padding-bottom:calc(var(--safe-bottom) + 32px)}.quick-header{display:flex;align-items:center;gap:6px;margin-left:-8px}.quick-header h1{font-size:24px;font-weight:750;letter-spacing:-.01em}.describe{display:flex;flex-direction:column;gap:14px}.describe-label{font-size:17px;font-weight:650}.input.textarea{height:auto;min-height:110px;padding:14px 16px;line-height:1.45;resize:none;font:inherit}.describe .chip{height:auto;min-height:34px;padding:7px 12px;text-align:left;font-size:13px}.quick-review{display:flex;flex-direction:column;gap:16px}.notice{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;border-radius:var(--radius-sm);background:var(--warn-soft);color:var(--warn);font-size:14px;font-weight:500}.notice svg{flex-shrink:0;margin-top:2px}.item-note{margin-top:2px;font-size:12px;color:var(--accent-strong);overflow-wrap:anywhere}.item-note.warn{color:var(--warn)}.quick-hint{padding-left:4px;margin-bottom:-6px}button.meal-open{text-align:left;width:100%}.add-dot{width:32px;height:32px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent-strong)}.detail-bar{display:flex;justify-content:space-between;align-items:center}.result-photo .fav-btn{left:auto;right:16px}.fav-btn.on{color:#f59e0b}.weight-entry{display:flex;flex-direction:column;gap:14px}.weight-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.weight-stats .label{font-size:12px;font-weight:600;color:var(--text-2)}.weight-stats .value{font-size:17px;font-weight:750;margin-top:2px}.weight-chart{display:block;width:100%;height:auto}.weight-chart .grid{stroke:var(--border);stroke-width:1}.weight-chart .axis{fill:var(--muted);font-size:10px}.weight-chart .dot-raw{fill:var(--muted);opacity:.7}.weight-chart .avg-line{fill:none;stroke:var(--accent);stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round}.chart-empty{padding:36px 0;text-align:center}.calc{display:flex;flex-direction:column;gap:16px}.calc-head{display:flex;align-items:center;gap:10px;color:var(--accent-strong);margin-right:-8px}.calc-head h3{flex:1;font-size:17px;font-weight:650;color:var(--text)}.option-list{display:flex;flex-direction:column;gap:6px}.option{display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:10px 14px;border-radius:var(--radius-sm);background:var(--surface-2);text-align:left}.option strong{font-size:15px;font-weight:650}.option span{font-size:13px;color:var(--text-2)}.option.active{background:var(--accent-soft);box-shadow:inset 0 0 0 1.5px var(--accent)}.calc-result{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:var(--radius);background:var(--surface-2)}.calc-kcal{font-size:15px;color:var(--text-2)}.calc-kcal strong{font-size:28px;font-weight:750;color:var(--text)}.calc-macros{display:flex;flex-wrap:wrap;gap:4px 14px;font-size:14px;font-weight:650}.calc-note{display:flex;gap:6px;align-items:flex-start}.calc-note svg{flex-shrink:0;margin-top:2px}.targets-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.calc-chip{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.pref-card{padding-top:6px;padding-bottom:6px}.pref-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}.pref-row+.pref-row{border-top:1px solid var(--border)}.pref-row strong{font-weight:650}.segmented.small{flex-shrink:0}.segmented.small button{height:32px;padding:0 10px;font-size:13px;white-space:nowrap}.pref-input{width:116px;flex-shrink:0}.pref-input .input{height:44px;padding-left:12px;padding-right:48px;text-align:right}.pref-input span{right:12px}.protocol-about{margin:-6px 0 0;font-size:14px;line-height:1.45;color:var(--text-2);text-align:center}.about-fasting{padding-top:4px;padding-bottom:4px}.about-fasting summary{display:flex;align-items:center;gap:8px;padding:12px 0;font-weight:650;cursor:pointer;list-style:none}.about-fasting summary::-webkit-details-marker{display:none}.about-fasting summary.warn{color:var(--warn)}.about-fasting details+details{border-top:1px solid var(--border)}.about-body{display:flex;flex-direction:column;gap:8px;padding-bottom:14px;font-size:14px;line-height:1.5;color:var(--text-2)}.about-body ul{margin:0;padding-left:20px}.about-body li+li{margin-top:4px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.btn-sm{height:40px;padding:0 16px;font-size:14px}.check-row{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;cursor:pointer}.check-row input{width:18px;height:18px;accent-color:var(--accent-strong);flex-shrink:0}.field-hint{font-weight:500;color:var(--muted)}.warn-text{color:var(--warn)}.meal-type-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.meal-type-picker .chip{padding:0 4px;font-size:13px}.log-as{display:flex;flex-direction:column;gap:8px}.log-as>span{padding-left:4px;font-size:13px;font-weight:600;color:var(--text-2)}.meal-group{display:flex;flex-direction:column;gap:8px}.meal-group-head{display:flex;justify-content:space-between;padding:0 4px;font-size:13px;font-weight:650;color:var(--text-2);text-transform:uppercase;letter-spacing:.04em}.time-edit input{height:28px;padding:0 8px;border:1.5px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font:inherit;font-size:13px;font-weight:600}.totals{display:flex;flex-direction:column;gap:8px}.nutrient-line{display:flex;justify-content:center;flex-wrap:wrap;gap:4px 16px;font-size:13px;color:var(--text-2)}.nutrient-line strong{color:var(--text);font-weight:700}.edit-grid.extra{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:6px}.extra-nutrients{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}.extra-head{display:flex;flex-direction:column;gap:2px;font-size:12px;color:var(--text-2)}.extra-head span:first-child{font-weight:600}.extra-head strong{font-size:14px;color:var(--text)}.progress.thin{height:5px;margin-top:6px}.extra .progress>div{background:var(--muted)}.extra.met .progress>div{background:var(--accent)}.extra.over .progress>div{background:var(--warn)}.extra.over .extra-head strong{color:var(--warn)}.extra-targets{display:flex;flex-direction:column;gap:12px;padding-top:4px}.extra-targets-title{font-size:14px;font-weight:650}.fast-notice{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:var(--radius-sm);background:#8b5cf61a;color:var(--text);font-size:14px}.fast-notice>svg{flex-shrink:0;margin-top:2px;color:#8b5cf6}.fast-notice.done>svg{color:var(--accent-strong)}.fast-notice-body{display:flex;flex-direction:column;gap:8px}.fast-offer{display:flex;gap:14px;align-items:flex-start}.fast-offer .icon-wrap{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#8b5cf61f;color:#8b5cf6;flex-shrink:0}.fast-offer-body{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.fast-offer-body h3{font-size:16px;font-weight:650}.fast-offer-actions{display:flex;gap:8px;margin-top:6px}.start-from{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;font-size:14px;font-weight:600;color:var(--text-2)}.describe-box{position:relative}.describe-box .textarea{padding-right:56px}.mic-btn{position:absolute;right:8px;bottom:8px;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent-strong)}.mic-btn.live{background:var(--danger);color:#fff;animation:mic-pulse 1.4s ease-in-out infinite}@keyframes mic-pulse{0%,to{box-shadow:0 0 #ef444473}50%{box-shadow:0 0 0 10px #ef444400}}@media (prefers-reduced-motion: reduce){.mic-btn.live{animation:none}}.hint.listening{color:var(--danger);font-weight:600}.extra-targets .field label{white-space:nowrap}.streak-chip{display:inline-flex;align-items:center;gap:4px;height:34px;padding:0 12px;border-radius:999px;background:#f973161f;color:#ea580c;font-weight:750;font-size:15px;margin-bottom:4px}.streak-card{display:flex;align-items:center;gap:14px}.streak-card .icon-wrap{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#f973161f;color:#ea580c;flex-shrink:0}.streak-value{font-size:22px;font-weight:750}.trend-card{display:flex;flex-direction:column;gap:14px}.trend-card .card-title{margin-bottom:0}.trend-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.trend-stats.four{grid-template-columns:repeat(4,1fr)}.trend-stats .label{font-size:12px;font-weight:600;color:var(--text-2)}.trend-stats .value{font-size:18px;font-weight:750;margin-top:2px;white-space:nowrap}.trend-stats .value small{font-size:12px;font-weight:600;color:var(--muted)}.trend-chart .legend{flex-wrap:wrap;gap:4px 14px;margin-top:8px}.chart-readout{min-height:20px;font-size:13px;color:var(--text-2)}.chart-readout strong{color:var(--text)}.trend-chart svg{touch-action:pan-y;cursor:crosshair}.cal-bar{fill:var(--accent)}.cal-bar.over{fill:var(--carbs)}.cal-bar.active{stroke:var(--text);stroke-width:1.5}.goal-ref{stroke:var(--text-2);stroke-width:1.5;stroke-dasharray:4 4;opacity:.7}.crosshair{stroke:var(--muted);stroke-width:1}.macro-split{display:flex;flex-direction:column;gap:8px}.split-bar{display:flex;gap:2px;height:12px;border-radius:999px;overflow:hidden}.split-bar>div{flex-basis:0}.split-labels{display:flex;flex-wrap:wrap;gap:4px 14px;font-size:13px;color:var(--text-2)}.split-labels strong{color:var(--text)}.icon-wrap.fasting{background:#8b5cf61f;color:#8b5cf6}.week-table{width:100%;border-collapse:collapse;font-size:14px}.week-table th{text-align:left;font-size:12px;font-weight:600;color:var(--text-2);padding:8px 0}.week-table td{padding:10px 0;border-top:1px solid var(--border)}.week-table th:not(:first-child),.week-table td:not(:first-child){text-align:right}.meal-row>.add-dot{width:40px;height:40px;margin-right:8px}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;background:#0f172a73;animation:fade-in .15s ease}.bottom-sheet{width:100%;max-width:520px;max-height:90dvh;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:20px 20px calc(20px + var(--safe-bottom));border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--surface);box-shadow:var(--shadow-lg);animation:sheet-up .2s cubic-bezier(.22,1,.36,1)}.bottom-sheet-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.bottom-sheet-head h3{font-size:18px;font-weight:700}@keyframes sheet-up{0%{transform:translateY(40px);opacity:0}}@keyframes fade-in{0%{opacity:0}}@media (prefers-reduced-motion: reduce){.sheet-backdrop,.bottom-sheet{animation:none}}.servings-total{text-align:center;font-size:14px;color:var(--text-2)}.servings-total strong{color:var(--text);font-size:17px}.food-form{display:flex;flex-direction:column;gap:14px}.nutrient-form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.nutrient-form .input{padding-right:48px}.recipe-servings{display:flex;flex-direction:column;gap:14px}.recipe-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.stepper.small{gap:8px}.stepper.small .icon-btn{width:40px;height:40px}.stepper.small input{width:64px;height:40px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);text-align:center;font:inherit;font-size:18px;font-weight:700;-moz-appearance:textfield}.stepper.small input::-webkit-outer-spin-button,.stepper.small input::-webkit-inner-spin-button{-webkit-appearance:none}.per-serving{padding:12px 14px;border-radius:var(--radius-sm);background:var(--surface-2);font-size:14px;color:var(--text-2)}.per-serving strong{color:var(--text)}.reminders{display:flex;flex-direction:column;gap:14px}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.switch-row>span{display:flex;flex-direction:column;gap:2px}.switch-row strong{font-weight:650}.switch{-moz-appearance:none;appearance:none;-webkit-appearance:none;flex-shrink:0;position:relative;width:50px;height:30px;margin:0;border-radius:999px;background:var(--surface-2);box-shadow:inset 0 0 0 1.5px var(--border);cursor:pointer;transition:background .15s ease}.switch:after{content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a40;transition:transform .15s ease}.switch:checked{background:var(--accent-strong);box-shadow:none}.switch:checked:after{transform:translate(20px)}.switch:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.time-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:8px;margin-top:-4px}.time-field{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:600;color:var(--text-2)}.time-field .input{width:100%;min-width:0;height:42px;padding:0 6px;font-size:14px}.time-field .input::-webkit-calendar-picker-indicator{display:none}.offline-banner{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-2);font-size:14px;font-weight:600}.pending{display:flex;flex-direction:column;gap:10px}.pending-head{display:flex;align-items:center;gap:8px}.pending-head strong{flex:1;font-weight:650}.pending-head .chip{display:inline-flex;align-items:center;gap:6px;height:32px;font-size:13px}.pending-list{list-style:none;margin:0;padding:0}.pending-list li{display:flex;align-items:center;gap:10px;padding:8px 0;color:var(--text-2)}.pending-list li+li{border-top:1px solid var(--border)}.pending-list li.failed{color:var(--danger)}.pending-info{flex:1;min-width:0}.pending-label{color:var(--text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pending-list li.failed .hint{color:var(--danger)}
