:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (max-width:1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{width:100%;max-width:100%;text-align:initial;box-sizing:border-box;flex-direction:column;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (max-width:1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (max-width:1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.shopping-list-recipes{flex-direction:column;gap:18px;display:flex}.recipe-planner-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.recipe-planner-heading>div:first-child{flex-direction:column;gap:3px;display:flex}.recipe-planner-heading small{color:#64748b}.recipe-week-nav{align-items:center;gap:6px;display:flex}.recipe-week-nav button{cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:10px;padding:7px 10px}.recipe-week{grid-template-columns:repeat(7,minmax(145px,1fr));gap:10px;padding-bottom:6px;display:grid;overflow-x:auto}.recipe-day{background:#fff;border:1px solid #e2e8f0;border-radius:14px;min-width:145px;overflow:hidden}.recipe-day>header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:baseline;padding:10px 11px;display:flex}.recipe-day>header strong{text-transform:capitalize}.recipe-day>header span{color:#64748b;font-size:12px}.recipe-meal-slot{border-bottom:1px solid #eef2f7;padding:9px}.recipe-meal-slot:last-child{border-bottom:0}.recipe-meal-title{justify-content:space-between;align-items:center;gap:5px;font-size:12px;font-weight:700;display:flex}.recipe-meal-title button{cursor:pointer;background:0 0;border:0;padding:3px;font-size:11px}.recipe-planned-item{align-items:center;gap:6px;margin-top:7px;font-size:11px;display:flex}.recipe-planned-item img{object-fit:cover;border-radius:7px;width:32px;height:32px}.recipe-planned-item span{-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;display:-webkit-box;overflow:hidden}.recipe-planned-item button{cursor:pointer;background:0 0;border:0}.recipe-picker{background:#f8fafc;border:1px solid #dbe2ea;border-radius:16px;padding:12px}.recipe-picker>header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.recipe-picker>header>div{flex-direction:column;display:flex}.recipe-picker>header small{color:#64748b}.recipe-picker>header>button{cursor:pointer;background:0 0;border:0;font-size:22px}.recipe-picker>input{box-sizing:border-box;width:100%;margin-bottom:8px}.recipe-picker-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;max-height:430px;display:grid;overflow-y:auto}.recipe-picker-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:0;overflow:hidden}.recipe-picker-card img{object-fit:cover;width:100%;height:110px;display:block}.recipe-picker-card>span{flex-direction:column;gap:5px;padding:9px;display:flex}.recipe-picker-card strong{font-size:13px;line-height:1.25}.recipe-picker-card small{color:#64748b}.recipe-picker-status{text-align:center;color:#64748b;padding:24px}@media (max-width:760px){.recipe-planner-heading{flex-direction:column;align-items:flex-start}.recipe-week{scroll-snap-type:x proximity;grid-template-columns:repeat(7,78vw)}.recipe-day{scroll-snap-align:start;min-width:78vw}.recipe-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recipe-picker{padding:10px}.recipe-picker-card img{height:92px}}.recipe-day-body{flex-direction:column;gap:8px;min-height:132px;padding:10px;display:flex}.recipe-day-add{cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;width:100%;min-height:54px;margin-top:auto;font-size:25px}.recipe-day-add:hover{background:#f1f5f9}.recipe-planned-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.recipe-planned-copy span{font-size:11px;font-weight:600}.recipe-planned-copy small{color:#64748b;font-size:10px}.recipe-picker-options{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:12px;display:flex}.recipe-picker-meals{gap:6px;display:flex}.recipe-picker-meals button{cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:999px;padding:7px 12px}.recipe-picker-meals button.active{color:#fff;background:#111827;border-color:#111827}.recipe-picker-servings{flex-direction:column;gap:4px;display:flex}.recipe-picker-servings>span{color:#64748b;font-size:11px;font-weight:600}.recipe-picker-servings>div{align-items:center;display:flex}.recipe-picker-servings button{cursor:pointer;background:#fff;border:1px solid #dbe2ea;width:30px;height:30px}.recipe-picker-servings input{box-sizing:border-box;text-align:center;border:1px solid #dbe2ea;border-left:0;border-right:0;width:44px;height:30px}.recipe-picker-card:disabled{opacity:.55;cursor:wait}@media (max-width:760px){.recipe-picker-options{flex-direction:row;align-items:center;gap:8px;margin-bottom:10px;display:flex}.recipe-picker-meals{flex:1;gap:4px;min-width:0;display:flex}.recipe-picker-meals button{flex:1;min-width:0;padding:7px 6px;font-size:12px}.recipe-picker-servings{flex-direction:row;flex:none;align-items:center;gap:0}.recipe-picker-servings>span{display:none}.recipe-picker-servings button{width:27px;height:30px;padding:0}.recipe-picker-servings input{width:34px;height:30px;padding:0}}.recipe-day-body{min-height:132px}.recipe-day-add{flex:none;height:28px;min-height:28px;margin-top:0;margin-bottom:4px;padding:0;font-size:20px;line-height:26px}.recipe-planned-item{align-items:center}.recipe-planned-select{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:7px;min-width:0;padding:0;display:flex}.recipe-planned-select img{object-fit:cover;border-radius:7px;flex:none;width:32px;height:32px}.recipe-planned-remove{cursor:pointer;background:0 0;border:0;padding:4px}.recipe-edit-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:flex-start;gap:10px;padding:12px;display:flex}.recipe-edit-panel>span{color:#64748b;font-size:12px}.recipe-edit-servings{align-items:center;display:flex}.recipe-edit-servings button{width:34px;height:34px}.recipe-edit-servings input{text-align:center;width:52px;height:34px}@media (max-width:760px){.recipe-picker-grid{max-height:none;overflow-y:visible}}
