:root{--bg:#0f1115;--surface:#171a21;--surface-2:#1f232c;--border:#2a2f3a;--text:#f2f4f8;--muted:#9aa3b2;--primary:#34d399;--primary-ink:#052e21;--danger:#f87171;--warn:#fbbf24;--c-calories:#f59e0b;--c-protein:#34d399;--c-carbs:#60a5fa;--c-fat:#f472b6;--radius:14px;--radius-sm:10px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);-webkit-font-smoothing:antialiased}h1{margin:0;font-size:1.35rem}h2{margin:0;font-size:1.05rem}input,button{font:inherit;color:inherit}input[type=number],input[type=search],input[type=date]{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:.5rem .6rem}input:focus-visible,button:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.app{width:100%;max-width:520px;min-height:100dvh;margin:0 auto}.screen{padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));flex-direction:column;gap:1rem;min-height:100dvh;display:flex}.screen__header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.screen__footer{flex-direction:column;gap:.5rem;margin-top:auto;padding-top:.5rem;display:flex}.btn{border:1px solid var(--border);background:var(--surface-2);border-radius:var(--radius);cursor:pointer;padding:.85rem 1rem;font-weight:600;transition:filter .15s,opacity .15s}.btn:hover{filter:brightness(1.1)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--primary);color:var(--primary-ink);border-color:#0000}.btn--ghost{background:0 0}.btn--block{width:100%}.btn--small{border-radius:var(--radius-sm);padding:.45rem .7rem;font-size:.85rem}.link{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:none}.link--small{font-size:.85rem}.link--danger{color:var(--danger)}.muted{color:var(--muted);font-size:.9rem}.muted--center{text-align:center}.error{color:var(--danger);border-radius:var(--radius-sm);white-space:pre-line;background:#f871711f;border:1px solid #f871714d;margin:0;padding:.6rem .75rem;font-size:.9rem}.badge{text-transform:uppercase;letter-spacing:.03em;vertical-align:middle;border-radius:999px;margin-left:.5rem;padding:.15rem .45rem;font-size:.7rem;font-weight:700;display:inline-block}.badge--warn{color:var(--warn);background:#fbbf2426}.capture__stage{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);flex:1;justify-content:center;align-items:center;min-height:240px;display:flex;overflow:hidden}.capture__preview{object-fit:contain;width:100%;height:100%;max-height:60vh}.capture__placeholder{text-align:center;color:var(--muted);padding:2rem}.capture__placeholder-icon{margin-bottom:.5rem;font-size:3rem;display:block}.capture__actions{flex-direction:column;gap:.5rem;display:flex}.results__thumb{object-fit:cover;border-radius:var(--radius);width:100%;max-height:180px}.item-list,.meal-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.6rem;padding:.85rem;display:flex}.item--unmatched{border-color:#fbbf2466}.item__row{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.item__name{font-weight:600;line-height:1.3}.item__portion{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.item__portion label{color:var(--muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.item__portion-input{color:var(--text);align-items:center;gap:.25rem;display:inline-flex}.item__portion-input input{width:5rem}.item__hint{color:var(--warn);margin:0;font-size:.85rem}.results__summary{background:var(--surface-2);border-radius:var(--radius);flex-direction:column;gap:.6rem;padding:.85rem;display:flex}.results__summary-head{justify-content:space-between;align-items:baseline;display:flex}.results__summary-head strong{font-size:1.1rem}.macro-totals{grid-template-columns:repeat(4,1fr);gap:.4rem;display:grid}.macro-totals__cell{background:var(--surface-2);border-radius:var(--radius-sm);border-top:2px solid var(--border);flex-direction:column;align-items:center;padding:.4rem .25rem;display:flex}.item .macro-totals__cell{background:var(--surface-2)}.macro-totals__cell[data-kind=calories]{border-top-color:var(--c-calories)}.macro-totals__cell[data-kind=protein]{border-top-color:var(--c-protein)}.macro-totals__cell[data-kind=carbs]{border-top-color:var(--c-carbs)}.macro-totals__cell[data-kind=fat]{border-top-color:var(--c-fat)}.macro-totals__value{font-size:.95rem;font-weight:700}.macro-totals__label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:.7rem}.usda-search{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.5rem;padding:.6rem;display:flex}.usda-search__form{gap:.4rem;display:flex}.usda-search__input{flex:1;min-width:0}.usda-search__results{flex-direction:column;gap:.35rem;max-height:240px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.usda-search__result{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;gap:.15rem;width:100%;padding:.5rem .6rem;display:flex}.usda-search__result:hover{border-color:var(--primary)}.usda-search__desc{font-size:.9rem;line-height:1.3}.usda-search__meta{color:var(--muted);font-size:.75rem}.dashboard__date{font-size:.85rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.9rem;padding:1rem;display:flex}.card__head{justify-content:space-between;align-items:center;display:flex}.dashboard__bars{flex-direction:column;gap:.85rem;display:flex}.macro-bar{flex-direction:column;gap:.3rem;display:flex}.macro-bar__head{justify-content:space-between;font-size:.85rem;display:flex}.macro-bar__label{color:var(--muted)}.macro-bar__value{font-weight:700}.macro-bar__goal{color:var(--muted);font-weight:400}.macro-bar__track{background:var(--surface-2);border-radius:999px;height:9px;overflow:hidden}.macro-bar__fill{border-radius:999px;height:100%;transition:width .3s}.macro-bar__track[data-kind=calories] .macro-bar__fill{background:var(--c-calories)}.macro-bar__track[data-kind=protein] .macro-bar__fill{background:var(--c-protein)}.macro-bar__track[data-kind=carbs] .macro-bar__fill{background:var(--c-carbs)}.macro-bar__track[data-kind=fat] .macro-bar__fill{background:var(--c-fat)}.macro-bar__fill.is-over{background:var(--danger)!important}.goal-editor{flex-direction:column;gap:.6rem;display:flex}.goal-editor__field{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.goal-editor__input{color:var(--muted);align-items:center;gap:.3rem;display:inline-flex}.goal-editor__input input{width:6rem}.dashboard__meals{flex-direction:column;gap:.75rem;display:flex}.meal-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.6rem;padding:.85rem;display:flex}.meal-card__head{justify-content:space-between;align-items:baseline;display:flex}.meal-card__time{color:var(--muted);font-size:.85rem}.meal-card__cal{font-weight:700}.meal-card__items{flex-direction:column;gap:.25rem;margin:0;padding:0;font-size:.9rem;list-style:none;display:flex}.meal-card__items li{justify-content:space-between;gap:.5rem;display:flex}.fab{right:max(1rem,50vw - 260px + 1rem);bottom:calc(1.25rem + env(safe-area-inset-bottom));background:var(--primary);width:56px;height:56px;color:var(--primary-ink);border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;font-weight:700;text-decoration:none;display:flex;position:fixed;box-shadow:0 6px 18px #0006}.auth__form{flex-direction:column;gap:.9rem;display:flex}.auth__field{flex-direction:column;gap:.35rem;display:flex}.auth__field span{color:var(--muted);font-size:.9rem}.auth__field input{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:.55rem .6rem}.auth__alt{text-align:center;font-size:.9rem}.account-bar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.account-bar__user{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.demo-banner{background:var(--surface-2);color:var(--muted);text-align:center;margin:0;padding:.5rem 1rem;font-size:.85rem}.usda-search__quick{flex-direction:column;gap:.4rem;display:flex}.usda-search__quick .muted{font-size:.85rem}.usda-search__quick-btns{flex-wrap:wrap;gap:.4rem;display:flex}.auth__google{border-color:var(--border)}.auth__divider{color:var(--muted);align-items:center;gap:.6rem;font-size:.85rem;display:flex}.auth__divider:before,.auth__divider:after{content:"";background:var(--border);flex:1;height:1px}.account-bar__actions{align-items:center;gap:.85rem;display:flex}.cold-start{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.cold-start__box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:.6rem;max-width:320px;padding:1.5rem;display:flex}.cold-start__title{margin:0;font-weight:600}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
