:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fdf7f0;--surface:#fff;--surface-sunken:#f6ece2;--ink:#2b2320;--ink-muted:#6b5f59;--ink-faint:#756961;--brand:#a8442a;--brand-strong:#8c3722;--brand-tint:#f7e3dc;--accent:#b06f00;--accent-tint:#fdf0d8;--ok:#2c7355;--ok-tint:#e2f0e9;--danger:#b3261e;--danger-tint:#fbe6e4;--line:#e7ddd3;--line-strong:#d3c4b6;--on-brand:#fff;--accent-ink:#6b4400;--shadow:0 1px 2px #2b232014, 0 6px 16px #2b23200f;--radius-sm:8px;--radius:14px;--radius-lg:20px;--tap:44px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--font-display:"Fraunces Variable", "Iowan Old Style", Georgia, "Times New Roman", serif;--text-hero:clamp(1.95rem, 8.5vw, 2.6rem);--text-title:clamp(1.5rem, 6.5vw, 1.85rem);--text-h2:1.25rem;--leading-hero:1.06;--leading-title:1.15;--radius-xl:22px;--brand-deep:#6f2a18;--photo-scrim:linear-gradient(180deg, #140c0800 38%, #140c08b8 100%);--ease-out:cubic-bezier(.22, 1, .36, 1);--dur-1:.12s;--dur-2:.24s;--dur-3:.52s}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#17130f;--surface:#211b16;--surface-sunken:#2a231d;--ink:#f3ede7;--ink-muted:#c2b5aa;--ink-faint:#9b8d82;--brand:#e8825f;--brand-strong:#f09b7a;--brand-tint:#3a251d;--accent:#e0a750;--accent-tint:#3a2c14;--ok:#7fc9a3;--ok-tint:#17302a;--danger:#f08a80;--danger-tint:#3a1f1c;--line:#362c25;--line-strong:#4d4139;--on-brand:#1b120e;--accent-ink:#f2d7a4;--shadow:0 1px 2px #00000080, 0 6px 16px #00000059;--brand-deep:#b8552f;--photo-scrim:linear-gradient(180deg, #0000 34%, #000000c7 100%)}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit;color:inherit}ul,ol{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid var(--brand);outline-offset:2px;border-radius:var(--radius-sm)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}.shell{flex-direction:column;min-height:100dvh;display:flex}.shell-header{z-index:10;align-items:center;gap:var(--space-3);min-height:var(--tap);padding:var(--space-3) var(--space-4);padding-top:calc(var(--space-3) + env(safe-area-inset-top));background:var(--bg);border-bottom:1px solid var(--line);display:flex;position:sticky;top:0}.shell-brand{font-family:var(--font-display);letter-spacing:-.01em;font-size:1.0625rem;font-weight:600}.shell-household{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink-muted);flex:1;font-size:.9375rem;overflow:hidden}.shell-header-actions{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.shell-header-actions .button{white-space:nowrap}.shell-header-actions .button[aria-pressed=true]{background:var(--brand-tint);border-color:var(--brand);color:var(--brand-strong)}.shell-main{width:100%;max-width:40rem;padding:var(--space-4) var(--space-4) var(--space-6);flex:1;margin:0 auto}.shell-nav{z-index:10;border-top:1px solid var(--line);background:var(--surface);padding-bottom:env(safe-area-inset-bottom);grid-template-columns:repeat(3,1fr);display:grid;position:sticky;bottom:0}.nav-item{min-height:var(--tap);padding:var(--space-2) var(--space-1);color:var(--ink-muted);flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:.75rem;font-weight:600;text-decoration:none;display:flex}.nav-icon-wrap{border-radius:999px;place-items:center;padding:3px 14px;display:grid}.nav-item-active{color:var(--brand)}.nav-item-active .nav-icon-wrap{background:var(--brand-tint)}.page{gap:var(--space-4);flex-direction:column;display:flex}.page-header{gap:var(--space-2);flex-direction:column;display:flex}.page-header:after{content:"";background:var(--brand);border-radius:999px;width:44px;height:3px}.row{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.stack{gap:var(--space-3);flex-direction:column;display:flex}.spread{justify-content:space-between;align-items:baseline;gap:var(--space-3);display:flex}h1,h2,h3{letter-spacing:-.01em;margin:0;line-height:1.25}h1{font-family:var(--font-display);font-size:var(--text-hero);line-height:var(--leading-hero);letter-spacing:-.02em;font-weight:600}h2{font-family:var(--font-display);font-size:var(--text-h2);font-weight:600}h3{font-size:1.0625rem}p{margin:0}.lede,.muted{color:var(--ink-muted)}.hint{color:var(--ink-faint);font-size:.875rem}.label{text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted);font-size:.8125rem;font-weight:700}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.button{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--tap);padding:var(--space-2) var(--space-4);border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink);cursor:pointer;transition:transform var(--dur-1) var(--ease-out), background-color var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out);font-weight:600;text-decoration:none;display:inline-flex}.button:hover:not(:disabled){border-color:var(--ink-faint)}.button:active:not(:disabled){transform:scale(.97)}.button:disabled{opacity:.55;cursor:not-allowed}.button-primary{background:linear-gradient(180deg, var(--brand) 0%, var(--brand-strong) 100%);border-color:var(--brand);color:var(--on-brand);box-shadow:0 2px 8px #a8442a47}.button-primary:hover:not(:disabled){background:var(--brand-strong);border-color:var(--brand-strong)}:root[data-theme=dark] .button-primary{background:var(--brand);box-shadow:none}.button-danger{background:var(--danger-tint);border-color:var(--danger);color:var(--danger)}.button-small{min-height:36px;padding:var(--space-1) var(--space-3);font-size:.875rem}.button-lg{min-height:52px;font-size:1.0625rem}.button.button-icon{border-radius:var(--radius-sm);flex:none;width:36px;min-height:36px;padding:0}.button-block{width:100%}.button-quiet{color:var(--brand);background:0 0;border-color:#0000;text-decoration:underline}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);padding:var(--space-4);box-shadow:var(--shadow)}.card-flat{box-shadow:none}.card-list{gap:var(--space-3);flex-direction:column;display:flex}.meal-card{animation:card-rise var(--dur-3) var(--ease-out) both;animation-delay:calc(var(--card-index,0) * 90ms);padding:0;overflow:hidden}.meal-card-body{padding:var(--space-4)}.meal-photo{aspect-ratio:16/10;background:var(--photo-placeholder,var(--surface-sunken));position:relative;overflow:hidden}.meal-photo img,.meal-photo svg{object-fit:cover;width:100%;height:100%;animation:photo-in var(--dur-3) var(--ease-out) both;display:block}.meal-photo:after{content:"";background:var(--photo-scrim);position:absolute;inset:0}.meal-rank{left:var(--space-3);bottom:var(--space-3);z-index:1;position:absolute}.meal-title{font-family:var(--font-display);font-size:var(--text-title);line-height:var(--leading-title);letter-spacing:-.01em;font-weight:600}.meal-why{padding-left:var(--space-3);border-left:3px solid var(--brand-tint);color:var(--ink-muted)}.meal-timing{font-weight:600}.meal-credit{margin-top:calc(var(--space-2) * -1)}.meal-need{align-items:center;gap:var(--space-2);display:inline-flex}@keyframes card-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes photo-in{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.meal-card,.meal-photo img,.meal-photo svg,.decide-bar:after{animation:none!important}}.food-row{gap:var(--space-3);align-items:flex-start;display:flex}.food-glyph{background:hsl(var(--food-hue,24) 45% 92%);width:40px;height:40px;color:hsl(var(--food-hue,24) 45% 26%);border-radius:999px;flex:none;place-items:center;display:grid}.food-glyph>svg{width:22px;height:22px}.food-glyph-small{width:24px;height:24px}.food-glyph-small>svg{width:14px;height:14px}:root[data-theme=dark] .food-glyph{background:hsl(var(--food-hue,24) 26% 22%);color:hsl(var(--food-hue,24) 55% 78%)}.decide-card{position:relative;overflow:hidden}.decide-bar{background:var(--brand-tint);border-radius:999px;height:3px;position:relative;overflow:hidden}.decide-bar:after{content:"";background:var(--brand);width:34%;animation:decide-sweep 1.6s var(--ease-out) infinite;border-radius:999px;position:absolute;inset:0}@keyframes decide-sweep{0%{transform:translate(-110%)}to{transform:translate(330%)}}.history-row{gap:var(--space-3);align-items:flex-start;display:flex}.history-body{gap:var(--space-3);flex-direction:column;flex:1;min-width:0;display:flex}.history-thumb{border-radius:var(--radius);flex:none;width:56px;height:56px;overflow:hidden}.step-count{font-family:var(--font-display);letter-spacing:.04em;font-size:1.0625rem}.chip{align-items:center;gap:var(--space-2);min-height:36px;padding:var(--space-1) var(--space-3);border:1px solid var(--line-strong);background:var(--surface);border-radius:999px;font-size:.875rem;display:inline-flex}.chip-selected{background:var(--brand-tint);border-color:var(--brand);color:var(--brand-strong);font-weight:600}.chip-button{cursor:pointer}.field{gap:var(--space-1);flex-direction:column;display:flex}.input,.select,.textarea{min-height:var(--tap);width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface)}.textarea{resize:vertical;min-height:5rem}.error-text{color:var(--danger)}.ok-text{color:var(--ok)}.fieldset{gap:var(--space-2);border:0;flex-direction:column;margin:0;padding:0;display:flex}.checkbox-row{align-items:center;gap:var(--space-3);min-height:var(--tap);cursor:pointer;display:flex}.checkbox-row input[type=checkbox]{flex:none;width:1.25rem;height:1.25rem}label.chip{cursor:pointer}.banner{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);flex-wrap:wrap;font-size:.9375rem;display:flex}.banner-offline{background:var(--accent-tint);color:var(--accent-ink)}.banner-update{background:var(--brand-tint);color:var(--brand-strong);justify-content:space-between}.badge{padding:1px var(--space-2);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.03em;font-size:.6875rem;font-weight:700;display:inline-block}.badge-ok{background:var(--ok-tint);color:var(--ok)}.badge-warn{background:var(--accent-tint);color:var(--accent-ink)}.badge-danger{background:var(--danger-tint);color:var(--danger)}.invite-code{padding:var(--space-4) var(--space-3);border:1px dashed var(--line-strong);border-radius:var(--radius);background:var(--surface-sunken);justify-content:center;display:flex}.invite-code strong{letter-spacing:.18em;-webkit-user-select:all;user-select:all;font-family:ui-monospace,SFMono-Regular,Cascadia Mono,Menlo,monospace;font-size:1.75rem}.invite-qr{padding:var(--space-3);border-radius:var(--radius);background:#fff;justify-content:center;display:flex}.skip-link{z-index:100;padding:var(--space-2) var(--space-3);background:var(--brand);color:var(--on-brand);position:absolute;top:0;left:-9999px}.skip-link:focus{left:var(--space-2);top:var(--space-2)}.app-fallback{max-width:30rem;padding:var(--space-5);text-align:center;gap:var(--space-3);flex-direction:column;align-items:center;margin:15vh auto;display:flex}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fraunces-latin-wght-normal-ukD16Tqj.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fraunces-latin-ext-wght-normal-Ca2vKHc0.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
