:root{--bg: #f3eee6;--card: #fffcf8;--ink: #1c1917;--muted: #78716c;--line: #ece4d8;--green: #166534;--green-soft: #dcfce7;--amber: #a16207;--warn: #9a3412;--warn-bg: #ffedd5;--radius: 18px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 12px);color:var(--ink);background:var(--bg);font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.35}*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--bg)}button{font:inherit;color:inherit;cursor:pointer}button:active{transform:scale(.98)}.page{max-width:430px;margin:0 auto;padding:calc(12px + var(--safe-top)) 14px calc(28px + var(--safe-bottom));min-height:100vh}.page.tabbed{padding-bottom:calc(84px + var(--safe-bottom))}.page-title{margin:6px 0 8px;font-size:26px}.brand{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--muted);margin:0}.badge{font-size:12px;color:var(--green);background:var(--green-soft);border-radius:999px;padding:6px 10px;white-space:nowrap}.hero{background:linear-gradient(180deg,#173f2a,#166534);color:#f7fee7;border-radius:22px;padding:16px 16px 14px;margin-bottom:14px}.hero h1{font-size:15px;font-weight:600;margin:0 0 4px;color:#bbf7d0}.hero-note{margin:0 0 12px;font-size:13px;color:#ecfccb;line-height:1.4}.link{border:0;background:none;color:#bbf7d0;text-decoration:underline;text-underline-offset:3px;padding:0;font-size:13px}.kcal-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.kcal-big{font-size:34px;font-weight:700;letter-spacing:-.03em}.kcal-goal{font-size:14px;color:#bbf7d0}.bar{height:7px;background:#ffffff2e;border-radius:99px;margin:10px 0 12px;overflow:hidden}.bar>span{display:block;height:100%;background:#86efac;border-radius:99px}.macros{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.macro{background:#ffffff1a;border-radius:12px;padding:8px 6px;text-align:center}.macro b{display:block;font-size:15px}.macro b i{font-style:normal;font-weight:500;font-size:12px;opacity:.75}.macro span{font-size:11px;color:#bbf7d0}.hero-meta{margin:10px 0 0;font-size:12px;color:#bbf7d0}.days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin:0 0 14px}.day{border:0;border-radius:12px;padding:10px 0;background:var(--card);color:var(--muted);font-size:13px;font-weight:600}.day.on{background:var(--green);color:#fff}.day.today:not(.on){outline:1px solid var(--green);color:var(--green)}.day.locked{opacity:.45}.hint{margin:-6px 0 12px;font-size:13px;color:var(--muted)}.ok{color:var(--green);background:var(--green-soft);padding:10px 12px;border-radius:14px;margin:0 0 12px}.card,.form,.sheet{background:var(--card);border-radius:var(--radius);padding:14px;box-shadow:0 10px 28px #1c19170f}.meal{display:flex;gap:10px;align-items:stretch;background:var(--card);border-radius:var(--radius);padding:12px;margin-bottom:10px;box-shadow:0 8px 22px #1c19170d}.meal.done{opacity:.55}.thumb{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0;align-self:center;line-height:1;overflow:hidden}.thumb-img{width:100%;height:100%;object-fit:cover;display:block}.check{width:28px;height:28px;border-radius:50%;border:2px solid var(--line);background:#fff;padding:0;flex-shrink:0;align-self:center;font-size:14px;line-height:1}.check.on{background:var(--green);border-color:var(--green);color:#fff}.meal-main{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;background:none;border:0;padding:0;min-width:0}.slot{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--amber)}.meal-main strong{font-size:16px;line-height:1.25}.kbju{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.pill{font-size:11px;color:var(--muted);background:var(--bg);border-radius:999px;padding:4px 8px}.ghost{border:0;border-radius:14px;padding:10px 12px;background:var(--bg);color:var(--ink);white-space:nowrap;align-self:center}.ghost.small{padding:8px 10px;font-size:13px;align-self:center;white-space:nowrap}.ghost.block{width:100%;margin-top:6px}.pay{border:0;border-radius:14px;padding:12px 14px;background:var(--green);color:#fff;font-weight:600;width:100%}.actions{display:grid;gap:8px;margin-top:8px}.muted{color:var(--muted)}.error,.lock{color:var(--warn);background:var(--warn-bg);padding:10px 12px;border-radius:14px;margin:0 0 12px}.form{display:grid;gap:12px}label,.label{display:grid;gap:6px;font-size:14px;font-weight:600}input,select,textarea{padding:12px;border-radius:14px;border:1px solid var(--line);font:inherit;font-size:16px;font-weight:400;background:#fff}textarea{resize:vertical;min-height:120px}.email-check{margin:0;padding:12px;border-radius:14px;background:var(--bg);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-all}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{border:0;border-radius:999px;padding:8px 12px;background:var(--bg)}.chip.on{background:var(--green);color:#fff}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c19177a;display:flex;align-items:flex-end;justify-content:center;z-index:20}.sheet{width:min(430px,100%);margin:0;border-radius:24px 24px 0 0;padding:10px 16px calc(16px + var(--safe-bottom));max-height:88vh;overflow:auto}.handle{width:42px;height:4px;background:var(--line);border-radius:99px;margin:4px auto 12px}.sheet-cover{height:88px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:48px;margin:0 0 10px;overflow:hidden}.sheet-cover.has-photo{height:180px}.sheet-cover-img{width:100%;height:100%;object-fit:cover;display:block}.sheet h2{margin:4px 0 8px;font-size:22px}.sheet h3{margin:16px 0 8px;font-size:14px}.ing{list-style:none;padding:0;margin:0}.ing li{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--line);font-size:14px}.ing li>span:first-of-type{flex:1;min-width:0}.ing li .check{width:22px;height:22px;font-size:11px}.ing li.bought{opacity:.45;text-decoration:line-through}.aisle{margin:14px 0 4px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--amber)}.grocery{margin-top:0}.grocery h2{font-size:18px}.tabbar{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:min(430px,100%);display:grid;grid-template-columns:repeat(4,1fr);gap:4px;background:var(--card);border-top:1px solid var(--line);padding:6px 8px calc(8px + var(--safe-bottom));z-index:15;box-shadow:0 -8px 24px #1c19170f}.tab{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 2px;font-size:11px;font-weight:700;color:var(--muted);border-radius:16px}.tab .ico{font-size:20px;line-height:1}.tab.on{color:#fff;background:var(--green);box-shadow:0 6px 16px #16653459}.settings{background:var(--card);border-radius:var(--radius);padding:6px 4px 8px;margin-bottom:12px;box-shadow:0 10px 28px #1c19170f}.settings .aisle{margin:10px 12px 4px}.setting{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;border:0;background:none;padding:12px;border-radius:14px}.setting.static{cursor:default}.setting span{display:grid;gap:2px;min-width:0}.setting strong{font-size:15px}.setting em{font-style:normal;font-size:13px;color:var(--muted);font-weight:400}.setting:disabled{opacity:.45}.switch{flex-shrink:0;font-size:12px;font-weight:700;color:var(--muted);background:var(--bg);border-radius:999px;padding:6px 10px}.switch.on{color:var(--green);background:var(--green-soft)}.steps{margin:0;padding-left:20px}.steps li{margin:0 0 10px;font-size:15px;line-height:1.45}.about{margin-bottom:12px}.about h2{margin:0 0 8px;font-size:16px}.about p{margin:0 0 8px;font-size:14px;line-height:1.45}.how{margin:0;padding-left:18px}.how li{margin:0 0 8px;font-size:14px;line-height:1.4}.offer{background:var(--card);border-radius:var(--radius);padding:16px;margin-bottom:14px;box-shadow:0 10px 28px #1c19170f}.offer h2{margin:4px 0 10px;font-size:20px}.offer.compact h2{font-size:18px;margin-bottom:8px}.offer.active{background:var(--green-soft)}.perks{list-style:none;padding:0;margin:0 0 12px}.perks li{position:relative;padding:5px 0 5px 22px;font-size:15px}.perks li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.perks.detail li{padding-bottom:10px}.perks.detail strong{display:block;font-size:15px}.perks.detail em{display:block;margin-top:3px;font-style:normal;font-size:13px;font-weight:400;color:var(--muted);line-height:1.4}.offer.active .perks.detail em{color:#3f6212}.busy{opacity:.6;pointer-events:none}.site{max-width:560px;margin:0 auto;padding:calc(16px + var(--safe-top)) 16px calc(28px + var(--safe-bottom))}.lead{font-size:17px;line-height:1.45;margin:0 0 16px}.land-actions{display:grid;gap:8px;margin-bottom:16px}.land-actions .pay,.land-actions .ghost{text-align:center;text-decoration:none;display:block}.site-foot{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 14px;margin-top:20px;padding-top:12px;font-size:13px;text-align:center}.site-foot a{color:var(--muted)}.doc h2{font-size:16px;margin:18px 0 8px}.doc p{font-size:14px;line-height:1.5;margin:0 0 10px}.agree{display:flex;align-items:flex-start;gap:10px;font-weight:400;font-size:14px}.agree-list{display:grid;gap:8px}.agree input{margin-top:3px;flex-shrink:0}.agree a{color:var(--green)}.pay:disabled{opacity:.45}.legal-sheet{padding-top:8px}.legal-embed .page-title{font-size:20px;margin:0 0 8px}
