:root{--app-bg:#f8ead7;--ink:#382920;--muted:#827166;--surface:#fffaf2;--line:#e4d3bd;--side:#3f3026;--side-ink:#fff8ed;--side-active:#ff7a591c;--accent:#ff7454;--accent-ink:#fff;--soft:#f1dfc9;--radius:18px}.week-summary{background:#fffaf2;border:1px solid #e4d3bd;border-radius:18px;display:grid;grid-template-columns:repeat(3,1fr) auto;align-items:center;margin-bottom:18px}.week-summary>div{padding:18px;border-inline-end:1px solid #e4d3bd}.week-summary b,.week-summary span{display:block}.week-summary b{font-size:1.5rem}.week-summary span{font-size:.7rem;color:#827166}.week-summary button{border:0;background:transparent;padding:20px;color:#c44c36;font-weight:700}.meal-board{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;overflow:auto}.day{background:#fffaf2;border:1px solid #e4d3bd;border-radius:20px;padding:14px;min-width:260px}.day header{display:flex;justify-content:space-between;padding:6px 4px 14px}.day header span{font-size:.7rem;color:#827166}.meal{border-radius:15px;padding:18px;margin-bottom:10px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.meal h3{margin:.4em 0;font-size:1.25rem}.meal p,.meal small{margin:0;font-size:.68rem}.tomato{background:#ef927c}.green{background:#aacb83}.yellow{background:#f3c96b}.blue{background:#9cc8d5}.meal.empty{border:1px dashed #aa9582;background:transparent;align-items:center;justify-content:center;cursor:pointer;color:#827166}.meal.empty span{font-size:2rem}.recipe-chips{margin-bottom:18px}.recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.recipe-grid article{position:relative}.recipe-art{height:260px;border-radius:20px;display:grid;place-items:center;font-size:5rem;font-weight:800}.recipe-grid .tag{position:absolute;top:14px;inset-inline-start:14px;background:#fff}.recipe-grid h3{margin-bottom:.2em}.recipe-grid p{color:#827166}.pantry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.pantry-grid article{display:grid;gap:10px}.pantry-grid span{font-size:2.8rem}.pantry-grid small{color:#468b56}.pantry-grid .low{border-color:#ff7454}.pantry-grid .low small{color:#c44c36}.shopping-card{max-width:760px}.shopping-card h3{margin:20px 0 8px}.shopping-card h3:first-child{margin-top:0}.shopping-card label{display:flex;align-items:center;gap:12px;padding:13px;border-top:1px solid #e4d3bd}.shopping-card input{width:20px;aspect-ratio:1;accent-color:#ff7454}.shopping-card input:checked+span{text-decoration:line-through;opacity:.5}@media(max-width:900px){.week-summary{grid-template-columns:1fr 1fr}.week-summary button{grid-column:1/-1}.recipe-grid,.pantry-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.recipe-grid,.pantry-grid{grid-template-columns:1fr}}
