:root{--bg:#f6f6f9;--surface:#fff;--surface-2:#f0f0f5;--border:#e3e3ea;--text:#1c1c28;--text-2:#55566a;--muted:#8a8b9c;--accent:#6d4aff;--accent-soft:#ece7ff;--warm:#c96a0a;--good:#1f9d63;--danger:#d23c3c;--protein:#2f8f5b;--carbs:#c96a0a;--fat:#3f7fd0;--shadow:0 1px 2px #1414280d, 0 4px 16px #1414280d;--radius:14px;--meal-breakfast:#2a78d6;--meal-lunch:#eb6834;--meal-dinner:#1baf7a;--meal-snack:#eda100;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#111118;--surface:#1a1a24;--surface-2:#23232f;--border:#2e2e3c;--text:#ececf3;--text-2:#b0b1c3;--muted:#7d7e92;--accent:#8e74ff;--accent-soft:#2a2447;--warm:#d0781f;--good:#4cc88a;--protein:#5cc98e;--carbs:#d0781f;--fat:#6ea8f0;--meal-breakfast:#3987e5;--meal-lunch:#d95926;--meal-dinner:#199e70;--meal-snack:#c98500;--shadow:0 1px 2px #0000004d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=dark]{--bg:#111118;--surface:#1a1a24;--surface-2:#23232f;--border:#2e2e3c;--text:#ececf3;--text-2:#b0b1c3;--muted:#7d7e92;--accent:#8e74ff;--accent-soft:#2a2447;--warm:#d0781f;--good:#4cc88a;--protein:#5cc98e;--carbs:#d0781f;--fat:#6ea8f0;--meal-breakfast:#3987e5;--meal-lunch:#d95926;--meal-dinner:#199e70;--meal-snack:#c98500;--shadow:0 1px 2px #0000004d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font:15px/1.5 system-ui,-apple-system,sans-serif}body.sheet-open{overflow:hidden}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}h1,h2,h3,p{margin:0}.loading{height:100vh;color:var(--muted);place-items:center;display:grid}.muted{color:var(--muted)}.small{font-size:.82rem}.spacer{flex:1}.link{color:var(--accent);text-align:left;background:0 0;border:0;padding:0;font-size:.9rem}.optional{font-weight:400}.app{min-height:100vh}.header{z-index:20;padding:calc(env(safe-area-inset-top) + 12px) 20px 12px;background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:18px;display:flex;position:sticky;top:0}.brand{color:var(--text);align-items:center;gap:10px;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#f29a38,#6d4aff);border-radius:9px;place-items:center;width:30px;height:30px;font-size:.95rem;display:grid}.tabs{gap:4px;display:flex}.tab{color:var(--text-2);cursor:pointer;border-radius:9px;align-items:center;gap:8px;padding:7px 12px;font-weight:500;text-decoration:none;display:flex}.tab:hover{background:var(--surface-2);color:var(--text)}.tab.active{background:var(--accent-soft);color:var(--accent)}.tab-icon{font-size:1rem}.tab-camera{color:var(--accent)}.tab-camera[aria-busy=true]{opacity:.5;pointer-events:none}.header-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.icon-link,.icon-btn{border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--text-2);border-radius:50%;flex:none;place-items:center;padding:0;font-size:1.05rem;text-decoration:none;display:grid}.icon-link:hover,.icon-link.active{color:var(--accent);border-color:var(--accent)}.apps-link{border:1px solid var(--border);background:var(--surface);color:var(--text-2);white-space:nowrap;border-radius:99px;align-items:center;gap:6px;padding:7px 12px;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.apps-link:hover{color:var(--text);border-color:var(--accent)}.sync-warn{text-align:center;background:color-mix(in srgb, var(--warm) 16%, var(--surface));width:100%;color:var(--warm);border:0;padding:6px 16px;font-size:.82rem;text-decoration:none;display:block}.main{padding:24px 20px 80px}.view{flex-direction:column;gap:16px;max-width:720px;margin:0 auto;display:flex}.view-title{letter-spacing:-.02em;font-size:1.6rem}.view-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.section-title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-size:.75rem;font-weight:600}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:12px;padding:16px;display:flex}.card-title{font-size:1rem;font-weight:600}.empty{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);color:var(--muted);flex-direction:column;align-items:center;gap:14px;padding:32px 20px;display:flex}.notice{background:color-mix(in srgb, var(--warm) 14%, var(--surface));color:var(--text);border-radius:12px;padding:10px 12px;font-size:.86rem}.hint-box{border:1px dashed var(--border);border-radius:12px;padding:12px 14px}.btn{border:1px solid var(--border);background:var(--surface);white-space:nowrap;cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-weight:500;text-decoration:none;display:inline-flex}.btn:hover{background:var(--surface-2)}.btn-small{border-radius:9px;padding:5px 11px;font-size:.85rem}.btn-wide{width:100%}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent);filter:brightness(1.08)}.btn-danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger)}.btn-danger-ghost{color:var(--danger)}.chips{flex-wrap:wrap;gap:6px;display:flex}.chip{border:1px solid var(--border);background:var(--surface);color:var(--text-2);border-radius:99px;padding:6px 12px;font-size:.86rem;font-weight:500}.chip.on{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.meal-chips{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}@media (width<=520px){html[lang=de] .meal-chips{grid-template-columns:repeat(2,1fr)}}.meal-chips .chip{text-align:center;white-space:nowrap;text-overflow:ellipsis;padding:6px 4px;font-size:.8rem;overflow:hidden}.seg{border:1px solid var(--border);background:var(--surface);border-radius:99px;flex:none;display:inline-flex;overflow:hidden}.seg button{color:var(--text-2);white-space:nowrap;background:0 0;border:0;padding:6px 12px;font-size:.85rem;font-weight:500}.seg button+button{border-left:1px solid var(--border)}.seg button.on{background:var(--accent-soft);color:var(--accent)}.seg-small button{padding:4px 10px;font-size:.8rem}.form{flex-direction:column;gap:12px;display:flex}.form label{color:var(--muted);flex-direction:column;gap:5px;font-size:.8rem;font-weight:500;display:flex}.form .inline-field{flex-direction:row;align-items:center;gap:10px}.form .inline-field input{width:auto}.row-2{grid-template-columns:1fr 1fr;align-items:start;gap:12px;display:grid}.row-3{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.row-inline{gap:8px;display:flex}.form-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.check{align-items:center;color:var(--text-2)!important;flex-direction:row!important;gap:8px!important;font-size:.9rem!important}.check input{width:20px;height:20px;accent-color:var(--accent)}.check-bottom{align-self:end;padding-bottom:10px}input{border:1px solid var(--border);background:var(--surface-2);border-radius:11px;outline:none;width:100%;padding:11px 12px;font-size:16px}input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.unit-input{display:block;position:relative}.unit-input input{padding-right:58px;font-weight:600}.unit-input>span{color:var(--muted);pointer-events:none;font-size:.85rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.small-input{flex:none;width:96px}.small-input input{padding:7px 34px 7px 10px}.field-error{color:var(--danger);font-size:.8rem}.day-nav{justify-content:space-between;align-items:center;gap:10px;display:flex}.day-nav .view-title{text-align:center;flex:1}.summary{flex-direction:row;align-items:center;gap:18px}.summary-side{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.summary-kcal{font-variant-numeric:tabular-nums}.summary-kcal strong{font-size:1.35rem}.ring{flex:none;position:relative}.ring-track{fill:none;stroke:var(--surface-2)}.ring-value{fill:none;stroke:var(--accent);stroke-linecap:round;transition:stroke-dasharray .4s}.ring-value.over{stroke:var(--warm)}.ring-text{font-variant-numeric:tabular-nums;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ring-text strong{letter-spacing:-.02em;font-size:1.5rem;line-height:1.1}.ring-text span{color:var(--muted);font-size:.72rem}.macro{flex-direction:column;gap:3px;display:flex}.macro-top{font-variant-numeric:tabular-nums;justify-content:space-between;font-size:.8rem;display:flex}.macro-bar{background:var(--surface-2);border-radius:99px;height:6px;overflow:hidden}.macro-bar>div{background:var(--good);border-radius:99px;height:100%}.macro-bar>div.over{background:var(--warm)}.macro-protein .macro-bar>div:not(.over){background:var(--protein)}.macro-carbs .macro-bar>div:not(.over){background:var(--carbs)}.macro-fat .macro-bar>div:not(.over){background:var(--fat)}.meal{gap:10px}.meal-empty{padding-top:12px;padding-bottom:12px}.meal-head{align-items:center;gap:10px;display:flex}.meal-head .card-title{flex:1}.meal-kcal{font-variant-numeric:tabular-nums;color:var(--text-2);font-weight:600}.entries{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.entries li+li{border-top:1px solid var(--border)}.entry{text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:9px 0;display:flex}.entry-main{flex-direction:column;flex:1;min-width:0;display:flex}.entry-name{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.entry-sub{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.78rem;overflow:hidden}.entry-kcal{font-variant-numeric:tabular-nums;font-weight:600}.ingredient{align-items:center;gap:8px;padding:8px 0;display:flex}.thumbs{scrollbar-width:none;gap:8px;display:flex;overflow-x:auto}.thumbs-grid{grid-template-columns:repeat(auto-fill,minmax(104px,1fr));display:grid;overflow:visible}.thumb-wrap{flex:none;position:relative}.thumbs-grid .thumb-wrap{width:100%}.thumb-ai{cursor:pointer;border:2px solid #ffffffd9;border-radius:50%;width:32px;height:32px;padding:0;position:absolute;top:6px;right:6px}.thumb{aspect-ratio:1;background:var(--surface-2);border:0;border-radius:12px;flex:none;width:104px;padding:0;position:relative;overflow:hidden}.thumbs-grid .thumb{width:100%}.thumb img{object-fit:cover;width:100%;height:100%;display:block}.thumb-time{color:#fff;background:#0000008c;border-radius:99px;padding:1px 7px;font-size:.72rem;font-weight:600;position:absolute;bottom:6px;left:6px}.photo-large{object-fit:contain;border-radius:var(--radius);background:var(--surface-2);width:100%;max-height:70vh}.quick-actions{flex-wrap:wrap;gap:8px;display:flex}.picker{flex-direction:column;gap:14px;display:flex}.search-row{gap:8px;display:flex}.search-row input{flex:1}.search-field{flex:1;min-width:0;display:flex;position:relative}.search-field input{padding-right:44px}.search-field input::-webkit-search-cancel-button{-webkit-appearance:none;display:none}.search-clear{background:var(--border);width:32px;height:32px;color:var(--text-2);-webkit-tap-highlight-color:transparent;border:0;border-radius:50%;place-items:center;font-size:.8rem;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.btn-icon-text{align-items:center;gap:8px;display:inline-flex}.pick-section{flex-direction:column;display:flex}.pick-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.pick-row{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:12px;align-items:center;gap:12px;width:100%;padding:10px 12px;display:flex}.pick-row:hover{border-color:color-mix(in srgb, var(--accent) 45%, var(--border))}.pick-main{flex-direction:column;flex:1;min-width:0;display:flex}.pick-name{font-weight:500}.pick-sub{color:var(--muted);font-size:.78rem}.pick-kcal{font-variant-numeric:tabular-nums;flex-direction:column;align-items:flex-end;font-weight:600;display:flex}.pick-kcal small{color:var(--muted);white-space:nowrap;font-size:.68rem;font-weight:400}.create-food{align-self:flex-start}.amount-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.amount-row .unit-input{flex:1;min-width:120px}.amount-row .unit-input input,.amount-input input{font-size:1.3rem}.portion-hint{margin-top:-6px}.nutri-preview{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.nutri-preview>div{background:var(--surface-2);font-variant-numeric:tabular-nums;border-radius:11px;flex-direction:column;align-items:center;padding:8px 4px;display:flex}.nutri-preview strong{font-size:1.15rem}.nutri-preview span{color:var(--muted);font-size:.7rem}.sheet-backdrop{z-index:50;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--surface);width:100%;max-width:560px;max-height:92vh;padding:16px 18px calc(18px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;flex-direction:column;gap:12px;animation:.18s ease-out rise;display:flex;overflow-y:auto;box-shadow:0 -10px 40px #00000040}@media (width>=701px){.sheet-backdrop{align-items:center}.sheet{border-radius:20px}}@keyframes rise{0%{opacity:.6;transform:translateY(24px)}}.sheet-head{align-items:center;gap:10px;display:flex}.sheet-title{flex:1;font-size:1.1rem}.sheet-sub{margin-top:-6px}.scanner{aspect-ratio:3/4;background:#000;border-radius:14px;width:100%;max-height:58vh;margin:0 auto;position:relative;overflow:hidden}.scanner video{object-fit:cover;width:100%;height:100%;display:block}.scanner-frame{aspect-ratio:1;border:2px solid #ffffffd9;border-radius:12px;width:70%;transition:border-color .15s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 999px #00000040}.scanner-frame.found{border-width:4px;border-color:#4cc88a}.scanner-status{text-align:center;min-height:1.3em}.scanner-camera{text-align:center;margin-top:-8px;font-size:.7rem}.chart-readout{flex-direction:column;display:flex}.chart-readout strong{letter-spacing:-.02em;font-size:1.45rem}.chart-svg{width:100%;height:auto;display:block;overflow:visible}.axis{stroke:var(--border)}.axis-label{fill:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.axis-active{fill:var(--text);font-weight:600}.bar{fill:var(--accent);opacity:.55;transition:opacity .15s}.bar-over{fill:var(--warm)}.bar-active{opacity:1}.target-line{stroke:var(--text-2);stroke-width:1.5px;stroke-dasharray:5 4}.target-label{fill:var(--text-2);paint-order:stroke;stroke:var(--surface);stroke-width:3px;font-weight:600}.avg-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.avg{background:var(--surface-2);font-variant-numeric:tabular-nums;border-radius:12px;flex-direction:column;padding:10px;display:flex}.avg strong{font-size:1.2rem}.tile-label{color:var(--muted);font-size:.74rem;font-weight:500}.split{border-radius:99px;gap:2px;height:12px;display:flex;overflow:hidden}.split-p{background:var(--protein)}.split-c{background:var(--carbs)}.split-f{background:var(--fat)}.legend{color:var(--text-2);flex-wrap:wrap;gap:4px 14px;font-size:.8rem;display:flex}.legend i{vertical-align:-1px;border-radius:3px;width:10px;height:10px;margin-right:4px;display:inline-block}.fit-summary{color:var(--text-2);font-variant-numeric:tabular-nums;font-size:.9rem}.flash{z-index:60;background:var(--text);color:var(--bg);text-align:center;border-radius:99px;max-width:calc(100vw - 32px);padding:10px 18px;font-weight:500;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #0003}@media (width<=700px){.header{padding:calc(env(safe-area-inset-top) + 10px) 16px 10px}.apps-link{padding:6px 11px}.tabs{z-index:30;padding:6px 6px calc(env(safe-area-inset-bottom) + 6px);background:var(--surface);border-top:1px solid var(--border);grid-template-columns:repeat(5,1fr);align-items:end;gap:0;display:grid;position:fixed;bottom:0;left:0;right:0}.tab{flex-direction:column;justify-content:center;gap:2px;padding:5px 0;font-size:.7rem}.tab.active{background:0 0}.tab-icon{font-size:1.25rem;line-height:1.2}.tab-camera .tab-icon{background:var(--accent);border:3px solid var(--surface);border-radius:50%;place-items:center;width:50px;height:50px;margin-top:-22px;font-size:1.45rem;display:grid;box-shadow:0 4px 14px #6d4aff73}.main{padding:16px 16px calc(100px + env(safe-area-inset-bottom))}.view-title{font-size:1.45rem}.flash{bottom:calc(90px + env(safe-area-inset-bottom))}.summary{gap:14px}.avg-grid{grid-template-columns:1fr 1fr}.thumb{width:92px}}.tab-camera{background:0 0;border:0;font-family:inherit}.camera-view{z-index:80;color:#fff;background:#000;position:fixed;inset:0}.camera-view video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.camera-view .scanner-frame{width:min(70vw,70vh)}.camera-round{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141e8c;border:0;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;font-size:1.05rem;display:grid}.camera-close{left:16px;top:calc(env(safe-area-inset-top) + 12px);position:absolute}.camera-hint{left:50%;top:calc(env(safe-area-inset-top) + 18px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#14141e99;border-radius:99px;max-width:calc(100% - 140px);margin:0;padding:7px 14px;font-size:.85rem;font-weight:500;line-height:1.3;position:absolute;transform:translate(-50%)}.camera-hint-error{top:calc(env(safe-area-inset-top) + 72px);border-radius:14px;max-width:calc(100% - 32px)}.camera-library{justify-self:start}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.camera-bottom{padding:28px 20px calc(env(safe-area-inset-bottom) + 22px);background:linear-gradient(#0000,#0009);grid-template-columns:1fr auto 1fr;align-items:center;display:grid;position:absolute;bottom:0;left:0;right:0}.camera-shutter{cursor:pointer;background:#ffffffe6;border:5px solid #fff;border-radius:50%;place-items:center;width:74px;height:74px;font-size:1.8rem;display:grid;box-shadow:0 0 0 3px #00000040}.camera-shutter:active{transform:scale(.94)}.camera-shutter:disabled{opacity:.45}.camera-shutter-native{background:#fff3}.splash-backdrop{z-index:90;background:#0000008c;place-items:center;padding:24px;animation:.15s ease-out fade;display:grid;position:fixed;inset:0}@keyframes fade{0%{opacity:0}}.splash{background:var(--surface);border-radius:22px;width:min(100%,420px);animation:.22s cubic-bezier(.2,.9,.3,1.2) pop;overflow:hidden;box-shadow:0 20px 60px #0006}@keyframes pop{0%{opacity:0;transform:scale(.92)}}.splash-ribbon{background:var(--surface-2);color:var(--text);justify-content:space-between;align-items:center;gap:10px;padding:14px 18px;display:flex}.splash-ribbon-label{letter-spacing:.02em;font-weight:700}.splash-grades{gap:3px;display:flex}.splash-grades span{opacity:.45;border-radius:7px;place-items:center;width:26px;height:26px;font-size:.85rem;font-weight:700;display:grid}.splash-grades span.on{opacity:1;border:2px solid #fff;width:34px;height:34px;font-size:1.1rem;box-shadow:0 2px 8px #00000040}.splash-grades-none{opacity:.8;font-size:.85rem}.splash-body{text-align:center;flex-direction:column;gap:4px;padding:18px;display:flex}.splash-name{font-size:1.05rem;font-weight:600}.splash-kcal{font-variant-numeric:tabular-nums;color:var(--text-2);margin:8px 0 6px}.splash-kcal strong{letter-spacing:-.03em;color:var(--text);font-size:2.4rem}.splash-macros{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.splash-macro{background:var(--surface-2);border-top:4px solid var(--m);font-variant-numeric:tabular-nums;border-radius:14px;flex-direction:column;padding:10px 4px;display:flex}.splash-macro strong{font-size:1.25rem}.splash-macro span{color:var(--muted);font-size:.75rem}.splash-hide{color:var(--text-2);justify-content:center;align-items:center;gap:8px;margin:14px 0 4px;font-size:.86rem;display:flex}.splash-hide input{width:20px;height:20px;accent-color:var(--accent)}.splash .btn-wide{margin-top:8px}.splash-macro.macro-protein{--m:var(--protein)}.splash-macro.macro-carbs{--m:var(--carbs)}.splash-macro.macro-fat{--m:var(--fat)}.card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.score-split{border-radius:8px;gap:2px;height:22px;display:flex;overflow:hidden}.score-split>div{place-items:center;min-width:3px;font-size:.72rem;font-weight:700;display:grid}.score-none{background:var(--surface-2);color:var(--muted)}.eaten-sort{align-self:flex-start}.eaten{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.eaten li{align-items:center;gap:10px;padding:8px 0;display:flex}.eaten li+li{border-top:1px solid var(--border)}.score-badge{background:var(--surface-2);width:28px;height:28px;color:var(--muted);border-radius:8px;flex:none;place-items:center;font-size:.85rem;font-weight:700;display:grid}.eaten-num{font-variant-numeric:tabular-nums;flex-direction:column;align-items:flex-end;display:flex}.eaten-num small{color:var(--muted);white-space:nowrap;font-size:.72rem}.unlogged{background:color-mix(in srgb, var(--accent) 12%, var(--surface));border-radius:12px;align-items:center;gap:8px;padding:8px 10px;font-size:.86rem;font-weight:500;display:flex}.estimate-loading{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:28px 0;display:flex}.spinner{border:3px solid var(--surface-2);border-top-color:var(--accent);border-radius:50%;width:34px;height:34px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.estimate-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.estimate-list li{align-items:center;gap:10px;padding:8px 0;display:flex}.estimate-list li+li{border-top:1px solid var(--border)}.estimate-list li.off .entry-main{opacity:.45;text-decoration:line-through}.estimate-list input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent);flex:none}.ai-badge{color:#fff;background:linear-gradient(135deg,#f29a38,#6d4aff);border-radius:50%;flex:none;place-items:center;width:26px;height:26px;display:inline-grid;box-shadow:0 3px 10px -2px #6d4aff8c}.thumb-ai.ai-badge{width:34px;height:34px}.btn-ai{color:#fff;background:linear-gradient(135deg,#f29a38,#6d4aff);border:0;box-shadow:0 6px 18px -6px #6d4aff99}.btn-ai:hover{filter:brightness(1.08);background:linear-gradient(135deg,#f29a38,#6d4aff)}.with-icon{align-items:center;gap:10px;display:inline-flex}.sparkle{flex:none}.entry-pick{cursor:pointer}.tick{border:2px solid var(--muted);border-radius:50%;flex:none;place-items:center;width:22px;height:22px;transition:background .12s,border-color .12s;display:grid}.tick.on{background:var(--accent);border-color:var(--accent)}.tick.on:after{content:"";border:0 solid #fff;border-width:0 0 2px 2px;width:10px;height:5px;transform:translateY(-1px)rotate(-45deg)}.select-bar{z-index:40;background:var(--surface);border:1px solid var(--border);border-radius:16px;align-items:center;gap:10px;width:min(560px,100vw - 32px);padding:10px;animation:.15s ease-out fade;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000040}.select-count{min-width:0;color:var(--text-2);flex-direction:column;flex:1;font-size:.85rem;line-height:1.25;display:flex}.select-count strong{color:var(--text)}@media (width<=700px){body.picking .tabs{visibility:hidden}.select-bar{width:100%;padding:10px 16px calc(env(safe-area-inset-bottom) + 10px);box-shadow:none;border-width:1px 0 0;border-radius:0;bottom:0;left:0;transform:none}}.kb-open .sheet{max-height:calc(100% - env(safe-area-inset-top) - 8px);gap:10px;padding-bottom:12px;animation:none}.kb-open .sheet-sub{margin-top:-4px}.notice-ok{background:color-mix(in srgb, var(--good,#37b26c) 14%, var(--surface))}.per-seg{align-self:flex-start}.btn-ai.is-busy{opacity:.75;pointer-events:none}.pad-display{border:1px solid var(--accent);width:100%;box-shadow:0 0 0 3px var(--accent-soft);background:var(--surface-2);font-variant-numeric:tabular-nums;border-radius:12px;min-height:50px;padding:10px 58px 10px 12px;font-size:1.3rem;font-weight:600;display:block}.pad-display:after{content:"";vertical-align:-.15em;background:var(--accent);width:2px;height:1.1em;margin-left:2px;animation:1s step-end infinite caret;display:inline-block}.pad-display.fresh span{background:color-mix(in srgb, var(--accent) 35%, transparent);border-radius:4px}.pad-display.fresh:after{margin-left:0}@keyframes caret{50%{opacity:0}}.numpad{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.numpad button{background:var(--surface-2);height:48px;color:var(--text);font-variant-numeric:tabular-nums;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:0;border-radius:12px;font-size:1.35rem;font-weight:500}.numpad button:active{background:var(--accent-soft);color:var(--accent)}.time-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.time-row .check{margin:0}.label-scan{background:color-mix(in srgb, var(--accent) 10%, var(--surface-2));border:1px solid color-mix(in srgb, var(--accent) 30%, var(--border));border-radius:16px;flex-direction:column;gap:10px;padding:14px;display:flex}.label-scan-title{color:var(--text);margin:0;font-size:1rem;font-weight:650}.label-scan-text{color:var(--text-2);margin:0;font-size:.88rem;line-height:1.4}.form .label-scan-btn{color:#fff;flex-direction:row;justify-content:center;align-items:center;gap:8px;min-height:50px;font-size:1rem;font-weight:600}.label-scan-or{text-align:center;color:var(--muted);margin:0;font-size:.8rem}.summary-tap{cursor:pointer;transition:border-color .15s}.summary-tap:hover,.summary-tap:focus-visible{border-color:color-mix(in srgb, var(--accent) 45%, var(--border));outline:none}.summary-more{color:var(--accent);white-space:nowrap;margin-left:auto;font-size:.78rem;font-weight:500}.summary-kcal{align-items:baseline;gap:6px;display:flex}.breakdown{flex-direction:column;gap:22px;display:flex}.breakdown section{flex-direction:column;gap:8px;display:flex}.breakdown-kcal{font-variant-numeric:tabular-nums;margin:0}.breakdown-kcal strong{font-size:1.5rem}.breakdown-title{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0;font-size:.8rem;font-weight:600}.energy-bar{border-radius:4px;gap:2px;height:12px;display:flex;overflow:hidden}.energy-bar>div{min-width:2px}.energy-protein{background:var(--protein)}.energy-carbs{background:var(--carbs)}.energy-fat{background:var(--fat)}.nutrient-rows,.meal-rows{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.nutrient-row{flex-direction:column;gap:4px;padding:9px 0;display:flex}.nutrient-row+.nutrient-row{border-top:1px solid var(--border)}.nutrient-row.sub{padding-left:16px}.nutrient-row.sub+.nutrient-row,.nutrient-row+.nutrient-row.sub{border-top-style:dashed}.nutrient-top{justify-content:space-between;gap:10px;font-size:.9rem;display:flex}.nutrient-row.sub .nutrient-top{color:var(--text-2);font-size:.85rem}.num{font-variant-numeric:tabular-nums;white-space:nowrap}.nutrient-row .macro-bar>div{background:var(--muted)}.nutrient-protein .macro-bar>div:not(.over){background:var(--protein)}.nutrient-carbs .macro-bar>div:not(.over){background:var(--carbs)}.nutrient-fat .macro-bar>div:not(.over){background:var(--fat)}.nutrient-row .macro-bar>div.over{background:var(--warm)}.nutrient-row .macro-bar>div.reached{background:var(--good)}.nutrient-note{color:var(--warm);font-size:.75rem;font-weight:500}.nutrient-note.good{color:var(--good)}.nutrient-src{color:var(--muted);font-size:.75rem;line-height:1.4}.meal-rows li{grid-template-columns:7.5em 1fr auto;align-items:center;gap:10px;padding:6px 0;font-size:.9rem;display:grid}.meal-rows-bar{background:var(--surface-2);border-radius:99px;height:6px;overflow:hidden}.meal-rows-bar>span{background:var(--accent);border-radius:99px;height:100%;display:block}.day-nav .title-switch{min-width:0;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex:1;justify-content:center;align-items:center;gap:6px;padding:4px 0;font-weight:700;display:inline-flex}.title-caret{color:var(--muted);flex:none}.nowrap{white-space:nowrap}.summary-kcal{flex-wrap:wrap}.swipeable{touch-action:pan-y;-webkit-user-select:none;user-select:none;transition:transform .2s ease-out}.swipeable.from-left{animation:.22s ease-out from-left}.swipeable.from-right{animation:.22s ease-out from-right}@keyframes from-left{0%{opacity:.3;transform:translate(-40px)}}@keyframes from-right{0%{opacity:.3;transform:translate(40px)}}.meal-head .card-title{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.icon-btn-small{width:32px;height:32px}.period-sub{text-align:center;margin:-6px 0 0}.compare{flex-direction:column;gap:10px;display:flex}.compare-head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.compare-verdict{margin:0;font-weight:600}.compare-verdict span{color:var(--text-2);font-weight:400}.compare-verdict.good{color:var(--good)}.compare-verdict.warn{color:var(--warm)}.compare-rows{margin:0;padding:0;list-style:none}.compare-rows li{grid-template-columns:1fr auto 6.2em;align-items:center;gap:10px;padding:7px 0;font-size:.9rem;display:grid}.compare-rows li+li{border-top:1px solid var(--border)}.compare-rows strong{color:var(--text)}.compare-mark{text-align:right;color:var(--muted);font-size:.78rem;font-weight:500}.compare-mark.better{color:var(--good)}.compare-mark.worse{color:var(--warm)}.period-days{margin:4px 0 0;padding:0;list-style:none}.period-day{width:100%;color:var(--text);text-align:left;background:0 0;border:0;grid-template-columns:7.5em 1fr 3.5em;align-items:center;gap:10px;padding:7px 0;font-size:.9rem;display:grid}.period-day .num{text-align:right}.period-day-bar{background:var(--surface-2);border-radius:99px;height:8px;position:relative}.period-day-bar>span{background:var(--accent);border-radius:99px;height:100%;display:block}.period-day-bar>span.over{background:var(--warm)}.period-day-bar>i{background:var(--text-2);border-radius:1px;width:2px;position:absolute;top:-3px;bottom:-3px}.fold-head{align-items:center;gap:10px;display:flex}.fold-toggle{min-height:40px;color:var(--muted);text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex:1;align-items:center;gap:8px;padding:0;display:flex}.fold-toggle .section-title{margin:0}.fold-chevron{flex:none;transition:transform .15s}.fold.open .fold-chevron{transform:rotate(90deg)}.fold-count{background:var(--surface-2);color:var(--text-2);font-variant-numeric:tabular-nums;border-radius:99px;padding:1px 8px;font-size:.72rem;font-weight:600}.fold+.fold{border-top:1px solid var(--border)}.fold.open{padding-bottom:8px}.fav-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.fav-row{flex-direction:column;gap:8px;padding:12px 0;display:flex}.fav-row+.fav-row{border-top:1px solid var(--border)}.fav-top{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.fav-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:500;overflow:hidden}.fav-amount{align-items:center;gap:10px;display:flex}.fav-amount .unit-input{flex:none;width:9.5em}.fav-kcal{font-variant-numeric:tabular-nums;margin-left:auto}.link.danger{color:var(--danger)}.fold-note{margin:6px 0 0}.pick-row{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media (pointer:coarse){.day-nav .icon-btn{display:none}}.ingredient .score-badge{width:26px;height:26px;font-size:.8rem}.score-badge.estimated{opacity:.85;box-shadow:inset 0 0 0 1.5px #ffffff59}.tl-high{color:#ff7a5c;background:#e63e112e;border-radius:99px;margin-left:6px;padding:0 6px;font-size:.7rem;font-weight:600;line-height:1.5;display:inline-block}.recipe-health{align-items:center;gap:10px;font-size:.9rem;display:flex}.ingredient .entry-sub{white-space:normal}.score-badge.small{border-radius:7px;width:24px;height:24px;font-size:.75rem}.pick-row .score-badge,.entry .score-badge{margin-right:2px}.score-badge.alcohol{background:#3a2230;font-size:.8rem;box-shadow:inset 0 0 0 1.5px #e63e11}.ingredient-actions{flex-wrap:wrap;gap:8px;margin-bottom:4px;display:flex}.ingredient-actions .btn{flex:1;justify-content:center;align-items:center;gap:6px;display:inline-flex}.servings-row{align-items:flex-end;gap:10px;display:flex}.servings-field{flex:1;max-width:12em}.servings-row .btn{align-items:center;gap:6px;min-height:46px;margin-left:auto;display:inline-flex}.photo-ingredients li.off{opacity:.45}.photo-ingredients .entry-sub{white-space:normal}.ai-progress{flex-direction:column;gap:8px;padding:18px 0 8px;display:flex}.ai-progress-step{align-items:center;gap:8px;margin:0;font-weight:500;display:flex}.ai-progress-bar{background:var(--surface-2);border-radius:99px;height:8px;overflow:hidden}.ai-progress-bar>div{background:linear-gradient(90deg,#f29a38,#6d4aff);border-radius:99px;height:100%;transition:width .1s linear}.ai-progress-meta{font-variant-numeric:tabular-nums;margin:0}.recipe-found{flex-direction:column;gap:10px;padding:8px 0;display:flex}.recipe-found-title{margin:0;font-size:1.05rem;font-weight:650}.recipe-found .muted{margin:0 0 4px}.portion-row{margin-top:4px}.camera-hint-two{text-align:center;border-radius:16px;flex-direction:column;gap:2px;padding:8px 16px;font-size:.85rem;line-height:1.3;display:flex}.camera-hint-two strong{font-weight:650}.camera-view.found:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 5px #4cc88a}.form input,.form select,.form textarea{color:var(--text)}.form input::placeholder,.form textarea::placeholder{color:var(--muted)}.recipe-import{border-top:1px solid var(--border);flex-direction:column;gap:8px;margin-top:4px;padding-top:12px;display:flex}.recipe-import-title{color:var(--text-2);align-items:center;gap:6px;margin:0;font-size:.85rem;font-weight:600;display:flex}.recipe-import-buttons{grid-template-columns:1fr 1fr;gap:8px;display:grid}.recipe-import-buttons .btn{justify-content:center;align-items:center;gap:6px;display:inline-flex}.recipe-import .muted{margin:0}.lang-seg{align-self:flex-start}.ring-seg{fill:none;stroke-linecap:butt;transition:stroke-dasharray .4s,stroke-dashoffset .4s}.ring-track.over{stroke:color-mix(in srgb, var(--warm) 30%, var(--surface-2))}.macro-segs{gap:2px;height:100%;display:flex}.macro-segs>div{min-width:2px;height:100%}.seg-breakfast{--seg:var(--meal-breakfast)}.seg-lunch{--seg:var(--meal-lunch)}.seg-dinner{--seg:var(--meal-dinner)}.seg-snack{--seg:var(--meal-snack)}.ring-seg[class*=seg-]{stroke:var(--seg)}.macro-segs>[class*=seg-],.meal-legend i[class*=seg-]{background:var(--seg)}.text-over{color:var(--warm)}.summary{flex-wrap:wrap}.meal-legend{color:var(--text-2);font-variant-numeric:tabular-nums;flex-wrap:wrap;flex-basis:100%;gap:4px 14px;margin:2px 0 0;padding:0;font-size:.8rem;list-style:none;display:flex}.meal-legend li{align-items:center;gap:6px;display:inline-flex}.meal-legend i{border-radius:3px;flex:none;width:10px;height:10px}.meal-legend strong{color:var(--text);font-weight:600}.estimate-total{justify-content:space-between;gap:12px}.estimate-total>span:first-child{flex-direction:column;min-width:0;display:flex}.form .estimate-total input{width:100%}.card.meal[class*=seg-]:not(.meal-empty){box-shadow:inset 3px 0 0 var(--seg), var(--shadow)}.recipe-parts{border-left:2px solid var(--border);flex-direction:column;gap:3px;margin:-4px 0 8px 34px;padding:0 0 0 10px;list-style:none;display:flex}.recipe-parts li{color:var(--text-2);align-items:center;gap:8px;min-width:0;font-size:.8rem;display:flex}.recipe-parts li+li{border-top:0}.recipe-parts .score-badge.small{border-radius:5px;width:18px;height:18px;font-size:.62rem}.part-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.part-amount{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.part-kcal{text-align:right;font-variant-numeric:tabular-nums;width:3.2em}.part-more{padding:2px 0}.photo-group-thumb{object-fit:cover;background:var(--surface-2);border-radius:7px;flex:none;width:26px;height:26px}.photo-group-head .entry-name{align-items:center;gap:5px;display:inline-flex}.photo-group-items{border-left:2px solid var(--border);margin:-4px 0 6px 12px;padding:0 0 0 12px;list-style:none}.photo-group-items li+li{border-top:1px solid var(--border)}.photo-group-items .entry{padding:7px 0}.photo-group-items .entry-name{font-weight:400}input[type=date]{box-sizing:border-box;appearance:none;width:100%;min-width:0;max-width:100%;display:block}.pad-host{z-index:90;padding:8px 10px calc(10px + env(safe-area-inset-bottom));background:color-mix(in srgb, var(--surface) 94%, transparent);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);touch-action:manipulation;position:fixed;bottom:0;left:0;right:0}.pad-host-bar{justify-content:flex-end;margin-bottom:8px;display:flex}.pad-host-bar .btn{padding:10px 18px}body.pad-open .main{padding-bottom:calc(var(--pad-h,300px) + 16px)}body.pad-open .sheet-backdrop{padding-bottom:var(--pad-h,300px)}body.pad-open .sheet{max-height:calc(92vh - var(--pad-h,300px));border-radius:20px}.summary-kcal .nowrap{white-space:normal}.summary-kcal .nowrap>*{white-space:nowrap}@media (width<=360px){.compare-rows li{grid-template-columns:minmax(0,1fr) auto;row-gap:2px}.compare-mark{grid-column:2}.form-actions .spacer{display:none}.form-actions>.btn{flex:1}.form-actions>.btn-danger-ghost,.form-actions>.btn-danger{flex-basis:100%;order:3}}.guest-bar{background:var(--accent-soft);color:var(--text);text-align:center;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:2px 8px;padding:6px 16px;font-size:.8rem;display:flex}.guest-bar strong{color:var(--accent)}.ambient{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.ambient span{filter:blur(90px);opacity:.22;border-radius:50%;width:60vmax;height:60vmax;animation:26s ease-in-out infinite alternate drift;position:absolute}.ambient span:first-child{background:#6d4aff;top:-25vmax;left:-20vmax}.ambient span:nth-child(2){opacity:.14;background:#f29a38;animation-duration:32s;top:10vmax;right:-25vmax}.ambient span:nth-child(3){opacity:.14;background:#2fb67c;animation-duration:38s;bottom:-35vmax;left:10vmax}@keyframes drift{to{transform:translate(6vmax,4vmax)scale(1.08)}}@media (prefers-reduced-motion:reduce){.ambient span{animation:none}}.row-3 .unit-input input{padding-right:28px}
