:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#183b37;background:#f7f8f4;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{min-height:100vh;max-width:760px;margin:auto;background:#f7f8f4}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 16px;background:#fff;border-bottom:1px solid #e5ebe5}.brand{display:flex;gap:9px;align-items:center;font-size:20px;font-weight:750}.mark{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#246b63;color:white}.status{font-size:12px;color:#53746e;background:#e7f3ec;border-radius:99px;padding:7px 10px;white-space:nowrap}.main{padding:24px 18px 110px}.view{min-height:50vh}.hero{margin:0 0 24px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;color:#468b7b;margin:0 0 6px}h1{font-size:34px;line-height:1.12;margin:0 0 8px;letter-spacing:-.04em}h2{font-size:19px;line-height:1.2;margin:0 0 10px;letter-spacing:-.02em}p{line-height:1.45}.muted{color:#61736d}.small{font-size:13px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.panel,.meal-card,.empty{background:#fff;border:1px solid #e2e9e2;border-radius:18px;padding:18px;margin:0 0 13px;box-shadow:0 2px 10px #1c3f3008}.panel p:first-of-type{margin-top:4px}.meal-card{padding:16px 18px}.meal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.meal-head h2{margin:0;font-size:16px}.meal-head button{border:1px solid #91bcae;background:#fff;color:#246b63;border-radius:50%;height:32px;width:32px;flex:none}.meal-head button.done{background:#246b63;color:#fff}.meal-card ul{margin:0;padding:0 0 0 19px}.meal-card li{padding:3px 0;line-height:1.35}.meal-card.completed{opacity:.64}.day-picker{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin:10px 0 20px}.day-picker button{padding:10px 0;border:1px solid #d9e5dd;background:#fff;border-radius:11px;color:#53726c;font-size:12px}.day-picker button.active{background:#246b63;color:white;border-color:#246b63}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:11px 15px;min-height:44px;font-size:14px;font-weight:650;text-decoration:none}.button.primary{background:#246b63;color:#fff}.button.subtle{background:#e7f2e9;color:#246b63}.button:disabled{opacity:.5;cursor:not-allowed}.file-button{position:relative;overflow:hidden;cursor:pointer}.file-button input{position:absolute;inset:0;opacity:0;cursor:pointer}.bottom-nav{position:fixed;z-index:10;bottom:0;left:0;right:0;max-width:760px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #dfe9e0;padding:6px 8px calc(8px + env(safe-area-inset-bottom))}.bottom-nav button{border:0;background:none;color:#75867e;display:flex;flex-direction:column;align-items:center;gap:1px;padding:5px 2px;font-size:11px}.bottom-nav button[aria-current=page]{color:#246b63;font-weight:700}.nav-icon{font-size:22px;line-height:1.2}.empty{text-align:center;padding:36px 22px}.empty .symbol{font-size:30px;color:#246b63}.empty h2{margin-top:10px}.empty p{color:#61736d}.shop-list{list-style:none;margin:0;padding:0}.shop-list label{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-top:1px solid #eef1ed;line-height:1.3}.shop-list input{accent-color:#246b63;width:20px;height:20px;margin:0}.shop-list input:checked+span{text-decoration:line-through;color:#809089}.long-text{white-space:pre-wrap;font-size:14px;max-height:340px;overflow:auto}.history-item,.measure-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 0;border-top:1px solid #edf0eb}.history-item strong,.measure-item strong{display:block}.history-item small,.measure-item small{display:block;color:#6e8078}.measure-form{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.measure-form label{display:flex;flex-direction:column;gap:5px;font-size:13px;color:#526e64}.measure-form input,.editor input,.editor select,.editor textarea{width:100%;border:1px solid #d3dfd5;border-radius:10px;padding:10px;background:#fff;color:#183b37}.measure-form button{align-self:end}.privacy{margin-bottom:25px}.privacy .button{margin:3px 6px 3px 0}.editor{border:0;border-radius:18px;padding:20px;width:min(92vw,540px);max-height:82vh;box-shadow:0 20px 60px #102c2460}.editor::backdrop{background:#071a16a8}.editor form{display:flex;flex-direction:column;gap:13px}.editor label{display:flex;flex-direction:column;gap:5px;font-size:13px;color:#526e64}.editor textarea{min-height:70px;resize:vertical}.dialog-head,.dialog-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}.dialog-head h2{margin:0}.icon-button{border:0;background:#edf3ed;border-radius:50%;width:32px;height:32px;font-size:22px}.dialog-actions{justify-content:flex-end;margin-top:6px}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.review-grid div{background:#f0f7f1;border-radius:12px;padding:12px}.review-grid strong{display:block;font-size:20px}.review-grid span{font-size:12px;color:#5a766a}.error{color:#aa403a}.success{color:#246b63}@media(max-width:480px){.header{padding:16px}.main{padding:23px 14px 110px}.section-head{align-items:flex-start}.section-head .button{font-size:12px;padding:9px}.day-picker{gap:3px}.day-picker button{font-size:11px;padding:10px 0}.measure-form{grid-template-columns:1fr 1fr}}
