:root{--green:#16a34a;--green-light:#f0fdf4;--green-dark:#15803d;--text:#18181b;--text-secondary:#52525b;--text-muted:#a1a1aa;--bg:#fafaf8;--bg-white:#fff;--surface:#f4f4f5;--border:#e4e4e7;--border-strong:#a1a1aa;--danger:#dc2626;--danger-light:#fef2f2;--warning:#d97706;--warning-light:#fffbeb;--radius:12px;--radius-sm:8px;--radius-pill:24px;--sidebar-width:240px;--nav-height:64px;--header-height:56px}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;margin:0;padding:0}#root,body,html{-webkit-font-smoothing:antialiased;color:#18181b;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}#root,.app-shell,body,html{background:#fafaf8;background:var(--bg);height:100%}.app-shell{display:flex}.sidebar{display:none}@media (min-width:768px){.sidebar{background:#fff;background:var(--bg-white);border-right:.5px solid #e4e4e7;border-right:.5px solid var(--border);bottom:0;display:flex;flex-direction:column;left:0;min-height:100vh;padding:0;position:fixed;top:0;width:240px;width:var(--sidebar-width);z-index:50}}.sidebar-logo{align-items:center;border-bottom:.5px solid #e4e4e7;border-bottom:.5px solid var(--border);display:flex;gap:12px;padding:20px 16px}.sidebar-logo-mark{align-items:center;background:#16a34a;background:var(--green);border-radius:10px;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.sidebar-app-name{color:#18181b;color:var(--text);font-size:11px;font-weight:800;letter-spacing:.04em;line-height:1.2}.sidebar-tagline{color:#a1a1aa;color:var(--text-muted);font-size:10px;margin-top:2px}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;padding:12px 8px}.sidebar-nav-item{align-items:center;background:none;border:none;border-radius:10px;color:#52525b;color:var(--text-secondary);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:10px 12px;text-align:left;transition:background .15s,color .15s;width:100%}.sidebar-nav-item:hover{background:#f4f4f5;background:var(--surface);color:#18181b;color:var(--text)}.sidebar-nav-item.active{background:#f0fdf4;background:var(--green-light);color:#16a34a;color:var(--green);font-weight:600}.sidebar-footer{border-top:.5px solid #e4e4e7;border-top:.5px solid var(--border);padding:16px}.sidebar-budget{align-items:center;display:flex;justify-content:space-between}.sidebar-budget-label{color:#a1a1aa;color:var(--text-muted);font-size:12px}.sidebar-budget-amount{color:#16a34a;color:var(--green);font-size:18px;font-weight:700}.main-content{flex:1 1;min-height:100vh;overflow-y:auto;padding-bottom:64px;padding-bottom:var(--nav-height)}@media (min-width:768px){.main-content{margin-left:240px;margin-left:var(--sidebar-width);padding-bottom:0}}.content-inner{margin:0 auto;max-width:860px;width:100%}.screen{width:100%}.screen-padded{padding:20px 24px}@media (max-width:767px){.screen-padded{padding:16px}}.screen-header{align-items:center;background:#fafaf8;background:var(--bg);border-bottom:.5px solid #e4e4e7;border-bottom:.5px solid var(--border);display:flex;height:56px;height:var(--header-height);justify-content:space-between;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:10}@media (max-width:767px){.screen-header{padding:0 16px}}.screen-title{color:#18181b;color:var(--text);font-size:18px;font-weight:700}@media (min-width:768px){.plan-grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 320px}.plan-main{min-width:0}.plan-sidebar-panel{position:-webkit-sticky;position:sticky;top:20px}}h1{font-size:24px;line-height:1.2}h1,h2{font-weight:700}h2{font-size:20px;line-height:1.3}h3{font-size:16px;font-weight:600;line-height:1.4}p{color:#52525b;color:var(--text-secondary);line-height:1.6}.btn,p{font-size:14px}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-family:inherit;font-weight:600;gap:6px;height:48px;justify-content:center;padding:0 16px;transition:opacity .15s,transform .1s}.btn:active{opacity:.9;transform:scale(.98)}.btn-primary{background:#16a34a;background:var(--green);color:#fff;width:100%}.btn-primary:hover{background:#15803d;background:var(--green-dark)}.btn-secondary{background:#fff;background:var(--bg-white);border:1.5px solid #16a34a;border:1.5px solid var(--green);color:#16a34a;color:var(--green);width:100%}.btn-ghost{background:#0000;border:.5px solid #e4e4e7;border:.5px solid var(--border);color:#52525b;color:var(--text-secondary)}.btn-danger{background:#fef2f2;background:var(--danger-light);border:none;color:#dc2626;color:var(--danger)}.btn-sm{border-radius:8px;border-radius:var(--radius-sm);font-size:13px;height:36px;padding:0 12px}.btn-icon{background:#f4f4f5;background:var(--surface);border:none;border-radius:50%;color:#52525b;color:var(--text-secondary);height:36px;padding:0;width:36px}.card{background:#fff;background:var(--bg-white);border:.5px solid #e4e4e7;border:.5px solid var(--border);padding:16px}.card,.card-flat{border-radius:12px;border-radius:var(--radius)}.card-flat{background:#f4f4f5;background:var(--surface);padding:14px}input,select,textarea{background:#fff;background:var(--bg-white);border:1px solid #e4e4e7;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#18181b;color:var(--text);font-family:inherit;font-size:14px;outline:none;padding:11px 13px;transition:border-color .15s;width:100%}input:focus,select:focus,textarea:focus{border-color:#16a34a;border-color:var(--green)}input::placeholder,textarea::placeholder{color:#a1a1aa;color:var(--text-muted)}label{color:#52525b;color:var(--text-secondary);display:block;font-size:13px;font-weight:600;margin-bottom:5px}.form-group{margin-bottom:14px}.bottom-nav{align-items:center;background:#fff;background:var(--bg-white);border-top:.5px solid #e4e4e7;border-top:.5px solid var(--border);bottom:0;display:flex;height:64px;height:var(--nav-height);justify-content:space-around;left:0;padding-bottom:env(safe-area-inset-bottom);position:fixed;right:0;z-index:100}@media (min-width:768px){.bottom-nav{display:none}}.nav-item{align-items:center;color:#a1a1aa;color:var(--text-muted);cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:3px;padding:8px 0;transition:color .15s}.nav-item.active{color:#16a34a;color:var(--green)}.nav-item svg{height:22px;width:22px}.nav-label{font-size:10px;font-weight:600}.pill{align-items:center;border:1.5px solid #e4e4e7;border:1.5px solid var(--border);border-radius:24px;border-radius:var(--radius-pill);color:#18181b;color:var(--text);cursor:pointer;display:inline-flex;font-size:13px;padding:7px 14px;transition:all .15s;white-space:nowrap}.pill.selected{background:#f0fdf4;background:var(--green-light);border-color:#16a34a;border-color:var(--green);color:#16a34a;color:var(--green);font-weight:600}.pill-group{display:flex;flex-wrap:wrap;gap:8px}.banner{border-radius:12px;border-radius:var(--radius);font-size:13px;margin-bottom:12px;padding:12px 14px}.banner-success{background:#f0fdf4;background:var(--green-light);color:#166534}.banner-warning{background:#fffbeb;background:var(--warning-light);color:#92400e}.banner-danger{background:#fef2f2;background:var(--danger-light);color:#991b1b}.section-label{color:#a1a1aa;color:var(--text-muted);font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.divider{background:#e4e4e7;background:var(--border);height:.5px;margin:16px 0}.sheet-overlay{animation:fadeIn .2s ease;background:#00000073;inset:0;position:fixed;z-index:200}.sheet{animation:slideUp .25s ease;background:#fff;background:var(--bg-white);border-radius:20px 20px 0 0;bottom:0;display:flex;flex-direction:column;left:50%;max-height:85vh;max-width:640px;position:fixed;transform:translateX(-50%);width:100%;z-index:201}.sheet-handle{background:#a1a1aa;background:var(--border-strong);border-radius:2px;flex-shrink:0;height:4px;margin:12px auto 0;width:40px}.sheet-header{border-bottom:.5px solid #e4e4e7;border-bottom:.5px solid var(--border);flex-shrink:0;padding:12px 16px 10px}.sheet-body{flex:1 1;overflow-y:auto;padding:0 0 24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateX(-50%) translateY(100%)}to{transform:translateX(-50%) translateY(0)}}.week-grid{border-collapse:collapse;font-size:12px;width:100%}.week-grid th{color:#a1a1aa;color:var(--text-muted);font-size:10px;font-weight:700;letter-spacing:.04em;padding:6px 3px;text-align:center;text-transform:uppercase}.week-grid td{padding:3px;vertical-align:top}.week-grid tr{border-top:.5px solid #e4e4e7;border-top:.5px solid var(--border)}.day-label{color:#18181b;color:var(--text);font-size:12px;font-weight:600}.day-date{font-size:10px}.day-date,.meal-cell-empty{color:#a1a1aa;color:var(--text-muted)}.meal-cell-empty{align-items:center;border:1.5px dashed #e4e4e7;border:1.5px dashed var(--border);border-radius:8px;cursor:pointer;display:flex;font-size:20px;justify-content:center;min-height:52px;transition:all .15s}.meal-cell-empty:hover{background:#f0fdf4;background:var(--green-light);border-color:#16a34a;border-color:var(--green);color:#16a34a;color:var(--green)}.meal-cell-filled{background:#fff;background:var(--bg-white);border:.5px solid #e4e4e7;border:.5px solid var(--border);border-radius:8px;cursor:pointer;min-height:52px;padding:8px;transition:border-color .15s}.meal-cell-filled:hover{border-color:#16a34a;border-color:var(--green)}.meal-cell-name{color:#18181b;color:var(--text);font-size:12px;font-weight:600;line-height:1.3}.meal-cell-meta{align-items:center;display:flex;font-size:10px;justify-content:space-between;margin-top:4px}.meal-cell-change,.meal-cell-meta{color:#a1a1aa;color:var(--text-muted)}.meal-cell-change{border:.5px solid #e4e4e7;border:.5px solid var(--border);border-radius:3px;font-size:9px;padding:1px 5px}.step-number{align-items:center;background:#16a34a;background:var(--green);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:26px;justify-content:center;width:26px}.pantry-item{background:#fff;background:var(--bg-white);border:.5px solid #e4e4e7;border:.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);margin-bottom:6px;overflow:hidden}.pantry-item-row{align-items:center;display:flex;justify-content:space-between;padding:10px 12px}.freshness-badge{background:#f0fdf4;background:var(--green-light);border-radius:24px;border-radius:var(--radius-pill);color:#166534;font-size:10px;padding:2px 7px}.freshness-badge.stale{background:#fffbeb;background:var(--warning-light);color:#92400e}.freshness-badge.shelf{color:#a1a1aa;color:var(--text-muted)}.budget-bar,.freshness-badge.shelf{background:#f4f4f5;background:var(--surface)}.budget-bar{border-radius:4px;height:8px;margin-top:6px;overflow:hidden}.budget-fill{background:#16a34a;background:var(--green);border-radius:4px;height:100%;transition:width .3s}.budget-fill.over{background:#dc2626;background:var(--danger)}@media (min-width:768px){.meal-card-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.settings-grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:1fr 1fr}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-12{gap:12px}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mb-4{margin-bottom:4px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.text-sm{font-size:13px}.text-xs{font-size:11px}.text-muted{color:#a1a1aa;color:var(--text-muted)}.text-secondary{color:#52525b;color:var(--text-secondary)}.text-green{color:#16a34a;color:var(--green)}.text-danger{color:#dc2626;color:var(--danger)}.font-medium{font-weight:500}.font-bold{font-weight:700}.w-full{width:100%}
/*# sourceMappingURL=main.c9cdff76.css.map*/