@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/InterVariable.woff2)format("woff2")}:root{--bg:#fafaf9;--surface:#fff;--surface-sunken:#f4f4f5;--ink:#0f0f10;--ink-muted:#71717a;--ink-faint:#a1a1aa;--border:#e4e4e7;--border-strong:#d4d4d8;--protein:#3b82f6;--carbs:#f59e0b;--fat:#a855f7;--energy:#52525b;--protein-soft:#dbeafe;--carbs-soft:#fef3c7;--fat-soft:#f3e8ff;--energy-soft:#e4e4e7;--ok:#15803d;--warn:#b45309;--alert:#b91c1c;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:24px;--r-full:999px;--pad-card:20px;--gap:12px;--shadow-card:0 1px 2px #0000000a, 0 1px 1px #00000005;--shadow-float:0 8px 24px #00000014, 0 2px 6px #0000000a;--ease-out:cubic-bezier(.22, 1, .36, 1);--dur:.22s;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#0b0b0c;--surface:#161618;--surface-sunken:#101012;--ink:#f5f5f4;--ink-muted:#a1a1aa;--ink-faint:#71717a;--border:#27272a;--border-strong:#3f3f46;--protein:#60a5fa;--carbs:#fbbf24;--fat:#c084fc;--energy:#a1a1aa;--protein-soft:#1e3a5f;--carbs-soft:#422006;--fat-soft:#3b0764;--energy-soft:#27272a;--ok:#4ade80;--warn:#fbbf24;--alert:#f87171;--shadow-card:0 1px 2px #0006;--shadow-float:0 8px 24px #00000080;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0b0b0c;--surface:#161618;--surface-sunken:#101012;--ink:#f5f5f4;--ink-muted:#a1a1aa;--ink-faint:#71717a;--border:#27272a;--border-strong:#3f3f46;--protein:#60a5fa;--carbs:#fbbf24;--fat:#c084fc;--energy:#a1a1aa;--protein-soft:#1e3a5f;--carbs-soft:#422006;--fat-soft:#3b0764;--energy-soft:#27272a;--ok:#4ade80;--warn:#fbbf24;--alert:#f87171;--shadow-card:0 1px 2px #0006;--shadow-float:0 8px 24px #00000080;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;overscroll-behavior-y:none}body{background:var(--bg);height:100dvh;color:var(--ink);font-feature-settings:"cv05" 1, "ss03" 1;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5;display:flex;overflow:hidden}[data-num],input[type=number],.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none}a{color:inherit;text-decoration:none}img,svg,video{max-width:100%;display:block}:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:var(--r-sm)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.t-hero{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:52px;font-weight:700;line-height:1}.t-title{letter-spacing:-.015em;font-size:20px;font-weight:620;line-height:1.25}.t-body{font-size:15px;font-weight:400;line-height:1.5}.t-meta{color:var(--ink-muted);font-size:13px;font-weight:500}.t-eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--ink-faint);font-size:11px;font-weight:600}.est{position:relative}.est:after{content:"";border-radius:inherit;pointer-events:none;background-image:repeating-linear-gradient(45deg, transparent 0 3px, color-mix(in srgb, var(--bg) 55%, transparent) 3px 6px);position:absolute;inset:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:var(--pad-card);box-shadow:var(--shadow-card)}.stack{gap:var(--gap);flex-direction:column;display:flex}.row{align-items:center;gap:var(--gap);display:flex}.spread{justify-content:space-between;align-items:center;gap:var(--gap);display:flex}.btn{border-radius:var(--r-full);min-height:44px;transition:transform var(--dur) var(--ease-out), opacity var(--dur) var(--ease-out);justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:15px;font-weight:560;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--ink);color:var(--surface)}.btn-ghost{background:var(--surface-sunken);color:var(--ink)}.btn:disabled{opacity:.4;cursor:not-allowed}.field{background:var(--surface-sunken);border-radius:var(--r-md);width:100%;min-height:48px;transition:border-color var(--dur) var(--ease-out);border:1px solid #0000;padding:0 16px;font-size:16px}.field:focus{border-color:var(--ink);outline:none}input[type=date].field,input[type=time].field{appearance:none;width:100%;min-width:0;display:block}.grid,.grid>*{min-width:0}.grid{grid-template-columns:1fr 1fr;align-items:end;gap:12px;display:grid}.grid>label{flex-direction:column;gap:6px;min-width:0;display:flex}.grid .wide{grid-column:1/-1}.banner{border-radius:var(--r-md);border:1px solid;align-items:center;gap:12px;padding:14px 16px;font-size:14px;display:flex}.banner-info{background:var(--surface-sunken);border-color:var(--border)}.banner-warn{background:color-mix(in srgb, var(--warn) 8%, var(--surface));border-color:color-mix(in srgb, var(--warn) 30%, transparent)}.banner-alert{background:color-mix(in srgb, var(--alert) 8%, var(--surface));border-color:color-mix(in srgb, var(--alert) 30%, transparent)}.card>.banner{margin-bottom:16px}.safe-top{padding-top:env(safe-area-inset-top)}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.shell{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:100%;max-width:640px;min-height:0;padding:calc(env(safe-area-inset-top) + 24px) 16px 32px;flex-direction:column;flex:1;gap:14px;margin:0 auto;display:flex;overflow-y:auto}.shell>header{flex-direction:column;gap:6px;display:flex}.tabbar.svelte-12qhfyh{background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);flex:none;grid-template-columns:repeat(5,1fr);display:grid}.tab.svelte-12qhfyh{min-height:52px;color:var(--ink-faint);transition:color var(--dur) var(--ease-out);flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px 0;font-size:9px;font-weight:550;display:flex}.tab.on.svelte-12qhfyh{color:var(--ink)}.tab.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:22px;height:22px}
