:root{--bg: #f7f3ea;--surface: #ffffff;--surface-2: #f1ebdd;--border: #e3dac4;--text: #26241c;--text-muted: #6f6a58;--accent: #2e7d32;--accent-strong: #1f5c24;--accent-contrast: #ffffff;--accent-soft: #e3efe0;--danger: #a13c2f;--danger-soft: #f6e4e0;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--radius-sm: 8px;--radius: 14px;--radius-lg: 22px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--ease-out: cubic-bezier(.23, 1, .32, 1);--duration-fast: .15s;--duration: .22s;--focus-ring: 0 0 0 3px rgba(46, 125, 50, .35);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #15150f;--surface: #1e1e15;--surface-2: #262519;--border: #35331f;--text: #ede8d9;--text-muted: #a6a294;--accent: #7fc788;--accent-strong: #a6dcad;--accent-contrast: #0e1f10;--accent-soft: #26301f;--danger: #e2988a;--danger-soft: #362320}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.45}#root{min-height:100dvh;display:flex;flex-direction:column}h1,h2{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;margin:0 0 var(--space-2);text-wrap:balance}h1{font-size:1.6rem}h2{font-size:1.15rem}a{color:var(--accent-strong)}.app-main{flex:1;max-width:640px;width:100%;margin:0 auto;padding:var(--space-4) var(--space-4) calc(96px + var(--safe-bottom))}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.nav-bar{display:none;align-items:center;gap:var(--space-6);padding:var(--space-3) var(--space-5);background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.nav-brand{font-family:var(--font-display);font-weight:600;font-size:1.15rem}.nav-links{display:flex;gap:var(--space-5)}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.95rem;padding:var(--space-1) 0;border-bottom:2px solid transparent;transition:color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.nav-links a.active{color:var(--text);font-weight:600;border-bottom-color:var(--accent)}@media(min-width:641px){.nav-bar{display:flex}.app-main{max-width:720px;padding-bottom:var(--space-6)}}.bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:20;background:var(--surface);border-top:1px solid var(--border);padding:var(--space-2) var(--space-2) calc(var(--space-2) + var(--safe-bottom))}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:var(--space-1) 0;min-height:44px;justify-content:center;color:var(--text-muted);text-decoration:none;font-size:.7rem;border-radius:var(--radius-sm);transition:color var(--duration-fast) var(--ease-out)}.bottom-nav-item.active{color:var(--accent)}.bottom-nav-item:active{transform:scale(.96)}@media(min-width:641px){.bottom-nav{display:none}}button{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.55rem .9rem;cursor:pointer;transition:transform var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out);min-height:44px}button:disabled{opacity:.5;cursor:default}button:not(:disabled):active{transform:scale(.97)}button[type=submit],.signout-button{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent);font-weight:600}.text-button{background:transparent;border-color:transparent;color:var(--text-muted);min-height:auto;padding:.4rem .5rem}.text-button.danger{color:var(--danger)}input,select{font:inherit;padding:.55rem .7rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);min-height:44px}label{display:flex;flex-direction:column;gap:var(--space-1);font-size:.9rem;color:var(--text-muted);margin-bottom:var(--space-3)}.hint{color:var(--text-muted);font-size:.85rem}.form-error{color:var(--danger);font-size:.9rem;background:var(--danger-soft);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3)}.form-success{color:var(--accent-strong);font-size:.9rem}.empty-state{color:var(--text-muted);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);padding:var(--space-4);text-align:center;margin:var(--space-4) 0}.page-spinner{padding:var(--space-6);text-align:center;color:var(--text-muted)}.login-page{display:flex;justify-content:center;align-items:center;min-height:100dvh;padding:var(--space-4)}.login-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-6) var(--space-5);width:100%;max-width:340px;display:flex;flex-direction:column;align-items:center;text-align:center}.login-icon{border-radius:22%;margin-bottom:var(--space-3)}.login-form h1{margin-bottom:var(--space-2)}.login-welcome{color:var(--text-muted);font-size:.92rem;margin:0 0 var(--space-5)}.login-form label{width:100%;text-align:left}.login-form button{width:100%;margin-top:var(--space-2)}.day-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-4)}.date-step{min-width:44px;border-radius:999px;font-size:1.1rem;line-height:1}.day-title{position:relative;display:flex;align-items:center;justify-content:center;min-width:0}.day-title-text{font-family:var(--font-display);font-weight:600;font-size:1.2rem;white-space:nowrap;pointer-events:none;padding:var(--space-2) var(--space-4)}.day-title-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;border:none;padding:0}.day-title-input:focus-visible{opacity:1;background:var(--surface);color:var(--text)}.add-food-fab{display:flex;align-items:center;justify-content:center;gap:var(--space-2);width:100%;margin-bottom:var(--space-4);order:10;background:var(--accent);border-color:var(--accent);color:var(--accent-contrast);font-weight:600}@media(max-width:640px){.add-food-fab{position:fixed;left:var(--space-4);right:var(--space-4);bottom:calc(64px + var(--space-3) + var(--safe-bottom));z-index:15;margin-bottom:0;box-shadow:0 6px 20px #26241c2e}}.hero-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5);margin-bottom:var(--space-4);display:flex;flex-direction:column;align-items:center}.calorie-ring{position:relative;display:inline-flex;align-items:center;justify-content:center}.calorie-ring-track{stroke:var(--surface-2)}.calorie-ring-fill{stroke:var(--accent);transition:stroke-dashoffset var(--duration) var(--ease-out),stroke var(--duration-fast) var(--ease-out)}.calorie-ring-fill.over{stroke:var(--danger)}.calorie-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}.calorie-ring-number{font-family:var(--font-display);font-size:2.1rem;font-weight:600;font-variant-numeric:tabular-nums;line-height:1}.calorie-ring-label{color:var(--text-muted);font-size:.82rem;margin-top:2px}.calorie-ring-label.over{color:var(--danger)}.macro-rows{width:100%;margin-top:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3)}.macro-row-labels{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted);margin-bottom:4px}.macro-bar-track{height:6px;border-radius:4px;background:var(--surface-2);overflow:hidden}.macro-bar-fill{height:100%;background:var(--accent);border-radius:4px;transition:width var(--duration) var(--ease-out)}.log-again{margin-bottom:var(--space-5)}.log-again-row{display:flex;gap:var(--space-2);overflow-x:auto;padding-bottom:var(--space-1);scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,black calc(100% - 28px),transparent 100%);mask-image:linear-gradient(to right,black calc(100% - 28px),transparent 100%)}.log-again-row::-webkit-scrollbar{display:none}.log-again-chip{flex:none;background:var(--accent-soft);border-color:transparent;color:var(--accent-strong);border-radius:999px;font-size:.88rem;padding:.55rem 1rem;white-space:nowrap}.log-again-confirm .hint{margin:0 0 var(--space-3)}.quick-servings{display:flex;gap:var(--space-2);margin-bottom:var(--space-3)}.quick-serving-button{flex:1;font-family:var(--font-display);font-size:1.05rem}.meal-section{margin-bottom:var(--space-5)}.meal-section-header{display:flex;align-items:baseline;justify-content:space-between}.meal-section-header h2{margin-bottom:var(--space-2)}.meal-section-kcal{color:var(--text-muted);font-size:.88rem;font-variant-numeric:tabular-nums}.meal-empty{color:var(--text-muted);font-size:.9rem;margin:0}.entry-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.entry-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.entry-main{display:flex;width:100%;justify-content:space-between;align-items:baseline;gap:var(--space-2);padding:.7rem .9rem;background:transparent;border:none;border-radius:0;text-align:left;min-height:0}.entry-row.revealed .entry-main{background:var(--surface-2)}.entry-info{display:flex;flex-direction:column;min-width:0}.entry-name{font-weight:500}.entry-meta{font-size:.85rem;color:var(--text-muted)}.entry-kcal{white-space:nowrap;font-weight:600;font-variant-numeric:tabular-nums}.entry-edit,.entry-actions,.entry-confirm-delete{display:flex;gap:var(--space-2);align-items:center;padding:0 .9rem .75rem}.entry-edit input{width:4.5rem}.meal-select{margin-bottom:var(--space-3)}.tab-strip{display:flex;gap:var(--space-1);background:var(--surface-2);border-radius:var(--radius-sm);padding:3px;margin-bottom:var(--space-4)}.tab-strip button{flex:1;border:none;background:transparent;border-radius:6px;font-size:.85rem;padding:.5rem .4rem;color:var(--text-muted);min-height:38px}.tab-strip button.active{background:var(--surface);color:var(--text);font-weight:600}.food-search{display:flex;flex-direction:column;gap:var(--space-2)}.food-search input[type=search]{width:100%}.search-results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-1);max-height:220px;overflow-y:auto}.search-results button{width:100%;text-align:left}.search-results button.selected{border-color:var(--accent);background:var(--accent-soft)}.selected-food{display:flex;align-items:center;gap:var(--space-2);margin-top:var(--space-2)}.selected-food input{width:4.5rem}.barcode-lookup{display:flex;gap:var(--space-2)}.new-food-form{display:flex;flex-direction:column}.sheet-actions{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-top:var(--space-2)}.inline-confirm{display:flex;align-items:center;gap:var(--space-2);color:var(--text-muted);font-size:.9rem}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14130e66;z-index:100;display:flex;align-items:flex-end;justify-content:center;animation:sheet-backdrop-in var(--duration) var(--ease-out)}@keyframes sheet-backdrop-in{0%{opacity:0}}.sheet-panel{background:var(--surface);width:100%;max-width:640px;max-height:88dvh;border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:var(--space-4) var(--space-4) calc(var(--space-5) + var(--safe-bottom));overflow-y:auto;animation:sheet-slide-up var(--duration) var(--ease-out)}@keyframes sheet-slide-up{0%{transform:translateY(16px);opacity:0}}@media(prefers-reduced-motion:reduce){.sheet-panel,.sheet-backdrop{animation:none}}@media(min-width:641px){.sheet-backdrop{align-items:center}.sheet-panel{max-width:460px;border-radius:var(--radius-lg);padding:var(--space-5)}}.sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-4)}.sheet-title{font-family:var(--font-display);font-weight:600;font-size:1.1rem}.sheet-close{border:none;background:transparent;font-size:1.4rem;line-height:1;color:var(--text-muted);min-height:44px;min-width:44px}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-4);display:flex;flex-direction:column;align-items:flex-start}.stat-tile-number{font-family:var(--font-display);font-size:1.8rem;font-weight:600;font-variant-numeric:tabular-nums}.stat-tile-label{color:var(--text-muted);font-size:.88rem}.history-chart{position:relative;height:150px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3) var(--space-3) 0;margin-bottom:var(--space-4)}.history-bars{display:flex;align-items:flex-end;gap:4px;height:100%}.history-bar-col{flex:1;display:flex;align-items:flex-end;height:100%;border-radius:var(--radius-sm);transition:background-color var(--duration-fast) var(--ease-out)}.history-bar-col:hover,.history-bar-col:focus-visible{background:var(--surface-2)}.history-bar-col.today .history-bar{background:var(--accent-strong)}.history-bar{display:block;width:100%;min-height:2px;background:var(--accent);border-radius:3px 3px 0 0}.history-bar.over{background:var(--danger)}.history-bar.empty{background:var(--surface-2)}.history-goal-line{position:absolute;left:var(--space-3);right:var(--space-3);border-top:1px dashed var(--text-muted);display:flex;justify-content:flex-end}.history-goal-label{transform:translateY(-100%);font-size:.7rem;color:var(--text-muted);background:var(--surface);padding:0 4px}.history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.history-row{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:baseline;gap:2px var(--space-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.65rem .9rem;text-decoration:none;color:var(--text);transition:border-color var(--duration-fast) var(--ease-out)}.history-row:hover,.history-row:focus-visible{border-color:var(--accent)}.history-row-day{font-weight:500}.history-row-kcal{font-weight:600;font-variant-numeric:tabular-nums}.history-row-date,.history-row-entries{font-size:.82rem;color:var(--text-muted)}.history-row-entries{text-align:right}.foods-page>input[type=search]{width:100%;margin:var(--space-3) 0 var(--space-4)}.food-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.food-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.food-row-main{display:flex;flex-direction:column;align-items:flex-start;width:100%;text-align:left;background:transparent;border:none;border-radius:0;padding:.7rem .9rem}.food-name{font-weight:500}.food-meta{font-size:.85rem;color:var(--text-muted)}.food-edit-form{display:flex;flex-direction:column}.settings-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-4)}.settings-account-name{font-family:var(--font-display);font-size:1.1rem;font-weight:600;margin:0 0 2px}
