:root{--ink: #343434;--muted: #736F87;--faint: #9691A4;--line: #EFEFEF;--line-2: #E4E4E4;--card-line: #EEF0F3;--bg: #ffffff;--bg-soft: #F5F6F8;--violet: #9D70FF;--violet-deep: #3629B7;--grad: linear-gradient(90deg, #9D70FF 0%, #3629B7 100%);--green: #2FA36B;--green-bg: #E6F5EE;--amber: #E0A32E;--amber-bg: #FBF1DE;--red: #E05B5B;--red-bg: #FBE7E7;--grey: #C7C9D1;--grey-bg: #F1F2F5}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Montserrat,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--bg-soft);-webkit-font-smoothing:antialiased}button{font-family:inherit}a{color:var(--violet-deep);text-decoration:none}.shell{max-width:430px;margin:0 auto;min-height:100%;background:var(--bg);display:flex;flex-direction:column}.shell.wide{max-width:860px}.hdr{display:flex;align-items:center;gap:12px;padding:max(20px,env(safe-area-inset-top)) 20px 14px;flex-shrink:0}.hdr h1{font-size:17px;font-weight:600;margin:0;flex:1}.back{border:none;background:var(--bg-soft);width:34px;height:34px;border-radius:10px;display:grid;place-items:center;cursor:pointer;font-size:16px;color:var(--ink);flex-shrink:0}.wordmark{font-size:17px;font-weight:800;letter-spacing:-.025em;color:#14151d}.body{flex:1;padding:4px 20px 28px;display:flex;flex-direction:column;gap:16px}.card{border:1px solid var(--card-line);border-radius:16px;padding:16px 18px;background:#fff}.card h2{font-size:14px;font-weight:600;margin:0 0 10px}.cta{height:48px;border-radius:24px;border:none;cursor:pointer;background:var(--grad);color:#fff;font-weight:500;font-size:14px;width:100%}.cta:disabled{opacity:.5;cursor:default}.ghost{height:44px;border-radius:22px;border:1px solid var(--line-2);cursor:pointer;background:#fff;color:var(--muted);font-weight:500;font-size:13.5px;width:100%}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12px;color:var(--faint);font-weight:500}.field input{height:48px;border-radius:14px;border:1.5px solid var(--line-2);padding:0 14px;font-size:15px;font-family:inherit;color:var(--ink);background:#fff}.field input:focus{outline:none;border-color:var(--violet)}.err{color:var(--red);font-size:13px;line-height:1.45;margin:0}.muted{color:var(--muted);font-size:13.5px;line-height:1.5;margin:0}.faint{color:var(--faint);font-size:12px;margin:0}.stripe{display:flex;flex-direction:column;gap:3px;width:100%}.stripe .k{height:26px;border-radius:9px 9px 3px 3px}.stripe .p{height:14px;border-radius:3px 3px 9px 9px}.l-green{background:var(--green)}.l-amber{background:var(--amber)}.l-red{background:var(--red)}.l-grey{background:var(--grey)}.week{display:flex;gap:6px}.week .day{flex:1;display:flex;flex-direction:column;align-items:center;gap:7px}.week .dow{font-size:11px;color:var(--faint)}.row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);cursor:pointer;background:none;border-left:none;border-right:none;border-top:none;width:100%;text-align:left;font-family:inherit;color:inherit}.row:last-child{border-bottom:none}.row .num{font-size:15px;font-weight:600;font-variant-numeric:tabular-nums}.pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;padding:5px 10px;border-radius:999px}.pill:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.p-green{color:var(--green);background:var(--green-bg)}.p-amber{color:var(--amber);background:var(--amber-bg)}.p-red{color:var(--red);background:var(--red-bg)}.p-grey{color:var(--faint);background:var(--grey-bg)}.meal{border-bottom:1px solid var(--line);padding:12px 0}.meal:last-child{border-bottom:none}.meal-head{display:flex;justify-content:space-between;font-weight:600;font-size:14px}.item{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--muted);padding:5px 0}.item .restored{color:var(--amber)}.thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.thumbs img{width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:10px;border:1px solid var(--card-line)}.thumbs .gone{aspect-ratio:9/16;border-radius:10px;background:var(--bg-soft);display:grid;place-items:center;font-size:11px;color:var(--faint);text-align:center;padding:8px}.tabs{display:flex;gap:8px}.tab{flex:1;height:38px;border-radius:19px;border:1px solid var(--line-2);background:#fff;color:var(--muted);font-size:13px;cursor:pointer}.tab.on{background:var(--bg-soft);color:var(--ink);border-color:var(--bg-soft);font-weight:600}.nav{position:sticky;bottom:0;flex-shrink:0;height:70px;border-top:1px solid var(--line);display:flex;background:#fff;padding-bottom:env(safe-area-inset-bottom)}.nav button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:none;background:none;cursor:pointer;font-size:11px;color:var(--faint)}.nav button.on{color:var(--violet-deep);font-weight:600}.center{flex:1;display:grid;place-items:center;padding:40px 20px;text-align:center}
