*{box-sizing:border-box;margin:0;padding:0}:root{--green:#1a6b3a;--green-dark:#0d4a27;--green-light:#e8f5ee;--green-mid:#7fd6a0;--amber:#b85c00;--amber-light:#fff3e0;--red:#c00;--red-light:#ffebee;--gray-dark:#2c2c2c;--gray-mid:#666;--gray-light:#f5f5f5;--gray-border:#e0e0e0;--white:#fff;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}body{background:#f0f4f2;color:#2c2c2c;color:var(--gray-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font)}.app-shell,body{min-height:100vh}.app-shell{background:#fff;background:var(--white);display:flex;flex-direction:column;margin:0 auto;max-width:430px;position:relative}.app-header{background:#1a6b3a;background:var(--green);padding:16px 20px 14px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.app-header .logo{color:#fff;color:var(--white);font-size:22px;font-weight:700;letter-spacing:-.3px}.app-header .logo span{color:#7fd6a0;color:var(--green-mid)}.app-header .tagline{color:#fffc;font-size:12px;font-weight:400;letter-spacing:.1px;margin-top:2px}.header-row{align-items:center;display:flex;justify-content:space-between}.trial-badge{background:#fff3;border-radius:20px;color:#fff;color:var(--white);font-size:11px;padding:4px 10px}.trial-badge.ending{background:#b85c00;background:var(--amber)}.bottom-nav{background:#fff;background:var(--white);border-top:1px solid #e0e0e0;border-top:1px solid var(--gray-border);bottom:0;display:flex;position:-webkit-sticky;position:sticky;z-index:100}.nav-item{align-items:center;background:none;border:none;color:#666;color:var(--gray-mid);cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:11px;gap:3px;padding:10px 4px 8px}.nav-item.active{color:#1a6b3a;color:var(--green)}.nav-item svg{height:22px;width:22px}.screen-content{flex:1 1;overflow-y:auto;padding:16px 16px 80px}.card{background:#fff;background:var(--white);border:1px solid #e0e0e0;border:1px solid var(--gray-border)}.card,.card-green{border-radius:12px;margin-bottom:14px;padding:16px}.card-green{background:#1a6b3a;background:var(--green);color:#fff;color:var(--white)}.section-title{color:#666;color:var(--gray-mid);font-size:11px;font-weight:600;letter-spacing:.8px;margin-bottom:10px;margin-top:4px;text-transform:uppercase}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;padding:10px 20px;transition:opacity .15s}.btn:active{opacity:.8}.btn-primary{background:#1a6b3a;background:var(--green);border-radius:10px;color:#fff;color:var(--white);font-size:15px;padding:14px;width:100%}.btn-secondary{background:#e8f5ee;background:var(--green-light);color:#1a6b3a;color:var(--green)}.btn-outline{background:#0000;border:1px solid #e0e0e0;border:1px solid var(--gray-border);color:#2c2c2c;color:var(--gray-dark)}.btn-danger{background:#ffebee;background:var(--red-light);color:#c00;color:var(--red)}.input-group{margin-bottom:14px}.input-label{color:#666;color:var(--gray-mid);display:block;font-size:13px;margin-bottom:6px}.input{background:#fff;background:var(--white);border:1px solid #e0e0e0;border:1px solid var(--gray-border);border-radius:8px;color:#2c2c2c;color:var(--gray-dark);font-size:15px;outline:none;padding:12px 14px;width:100%}.input:focus{border-color:#1a6b3a;border-color:var(--green)}.stepper{gap:12px}.stepper,.stepper-btn{align-items:center;display:flex}.stepper-btn{background:#fff;background:var(--white);border:1px solid #e0e0e0;border:1px solid var(--gray-border);border-radius:50%;color:#2c2c2c;color:var(--gray-dark);cursor:pointer;font-size:18px;height:32px;justify-content:center;width:32px}.stepper-val{font-size:16px;font-weight:600;min-width:24px;text-align:center}.meal-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr);margin-bottom:14px}.meal-day{background:#f5f5f5;background:var(--gray-light);border:1.5px solid #0000;border-radius:10px;cursor:pointer;padding:10px 6px;text-align:center}.meal-day.active{background:#e8f5ee;background:var(--green-light);border-color:#1a6b3a;border-color:var(--green)}.meal-day .day-label{color:#666;color:var(--gray-mid);font-size:10px;font-weight:500;margin-bottom:4px}.meal-day .meal-name{color:#2c2c2c;color:var(--gray-dark);font-size:11px;font-weight:500;line-height:1.3}.meal-day .meal-cost{color:#1a6b3a;color:var(--green);font-size:11px;margin-top:3px}.recipe-card{align-items:flex-start;border:1px solid #e0e0e0;border:1px solid var(--gray-border);border-radius:12px;cursor:pointer;display:flex;gap:12px;margin-bottom:10px;padding:14px}.recipe-emoji{flex-shrink:0;font-size:36px;line-height:1}.recipe-info{flex:1 1}.recipe-name{color:#2c2c2c;color:var(--gray-dark);font-size:15px;font-weight:600}.recipe-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:5px}.recipe-meta span{color:#666;color:var(--gray-mid);font-size:12px}.recipe-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tag{background:#e8f5ee;background:var(--green-light);border-radius:20px;color:#1a6b3a;color:var(--green);font-size:11px;font-weight:500;padding:3px 8px}.tag-amber{background:#fff3e0;background:var(--amber-light);color:#b85c00;color:var(--amber)}.store-section{margin-bottom:16px}.store-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.store-badge{border-radius:20px;font-size:12px;font-weight:600;padding:4px 12px}.store-checkers{background:#fff0e0;color:#b85c00}.store-pnp{background:#e8f5ee;background:var(--green-light);color:#1a6b3a;color:var(--green)}.store-shoprite{background:#fff0e0;color:#b85c00}.store-total{font-size:13px;font-weight:600;margin-left:auto}.shop-item{align-items:center;border-bottom:1px solid #f5f5f5;border-bottom:1px solid var(--gray-light);display:flex;gap:10px;padding:10px 0}.shop-item:last-child{border-bottom:none}.check-box{align-items:center;background:#fff;background:var(--white);border:1.5px solid #e0e0e0;border:1.5px solid var(--gray-border);border-radius:5px;cursor:pointer;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.check-box.checked{background:#1a6b3a;background:var(--green);border-color:#1a6b3a;border-color:var(--green)}.check-box.checked:after{color:#fff;color:var(--white);content:"✓";font-size:12px;font-weight:700}.item-name{flex:1 1;font-size:14px}.item-name.done{text-decoration:line-through}.item-name.done,.item-price{color:#666;color:var(--gray-mid)}.item-price{font-size:13px}.voice-btn{align-items:center;background:#1a6b3a;background:var(--green);border:none;border-radius:50%;box-shadow:0 4px 16px #1a6b3a59;cursor:pointer;display:flex;height:64px;justify-content:center;margin:0 auto 16px;transition:transform .15s,box-shadow .15s;width:64px}.voice-btn.listening{animation:pulse 1s infinite;background:#c00;background:var(--red);box-shadow:0 4px 20px #c006}.voice-btn svg{color:#fff;color:var(--white);height:28px;width:28px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.summary-bar{align-items:center;background:#1a6b3a;background:var(--green);border-radius:10px;display:flex;justify-content:space-between;margin-top:8px;padding:12px 16px}.summary-bar span{color:#fffc;font-size:13px}.summary-bar strong{font-size:16px}.avatar,.summary-bar strong{color:#fff;color:var(--white)}.avatar{align-items:center;background:#1a6b3a;background:var(--green);border-radius:50%;display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:52px;justify-content:center;width:52px}.stat-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:14px}.stat-box{background:#f5f5f5;background:var(--gray-light);border-radius:10px;padding:12px;text-align:center}.stat-num{color:#1a6b3a;color:var(--green);font-size:22px;font-weight:700}.stat-lbl{color:#666;color:var(--gray-mid);font-size:11px;margin-top:2px}.menu-row{align-items:center;border-bottom:1px solid #f5f5f5;border-bottom:1px solid var(--gray-light);cursor:pointer;display:flex;gap:12px;padding:14px 0}.menu-row:last-child{border-bottom:none}.menu-icon{align-items:center;background:#e8f5ee;background:var(--green-light);border-radius:8px;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.menu-icon svg{color:#1a6b3a;color:var(--green);height:18px;width:18px}.menu-text{color:#2c2c2c;color:var(--gray-dark);flex:1 1;font-size:14px}.menu-arrow{color:#666;color:var(--gray-mid)}.auth-screen{align-items:center;background:#fff;background:var(--white);display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:430px;min-height:100vh;padding:32px 24px}.auth-logo{color:#1a6b3a;color:var(--green);font-size:36px;font-weight:700;margin-bottom:4px}.auth-logo span{color:#7fd6a0;color:var(--green-mid)}.auth-tagline{color:#666;color:var(--gray-mid);font-size:14px;margin-bottom:32px}.auth-title{color:#2c2c2c;color:var(--gray-dark);font-size:22px;font-weight:700;margin-bottom:6px}.auth-sub{color:#666;color:var(--gray-mid);font-size:14px;margin-bottom:24px}.divider{align-items:center;display:flex;gap:12px;margin:16px 0}.divider:after,.divider:before{background:#e0e0e0;background:var(--gray-border);content:"";flex:1 1;height:1px}.divider span{color:#666;color:var(--gray-mid);font-size:13px}.auth-link{color:#1a6b3a;color:var(--green);cursor:pointer;font-weight:500}.error-msg{background:#ffebee;background:var(--red-light);border-radius:8px;color:#c00;color:var(--red);font-size:13px;margin-bottom:14px;padding:10px 14px}.premium-banner{background:linear-gradient(135deg,#1a6b3a,#0d4a27);background:linear-gradient(135deg,var(--green),var(--green-dark));border-radius:12px;color:#fff;color:var(--white);margin-bottom:16px;padding:16px}.premium-banner h3{font-size:16px;font-weight:700;margin-bottom:4px}.premium-banner p{font-size:13px;margin-bottom:12px;opacity:.85}.premium-btn{background:#7fd6a0;background:var(--green-mid);border:none;border-radius:8px;color:#0d4a27;color:var(--green-dark);cursor:pointer;font-size:14px;font-weight:700;padding:10px 18px}.loading-screen{align-items:center;background:#fff;background:var(--white);display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:100vh}.spinner{animation:spin .8s linear infinite;border:3px solid #e8f5ee;border-top-color:#1a6b3a;border:3px solid var(--green-light);border-radius:50%;border-top-color:var(--green);height:36px;width:36px}@keyframes spin{to{transform:rotate(1turn)}}.text-green{color:#1a6b3a;color:var(--green)}.text-gray{color:#666;color:var(--gray-mid)}.text-small{font-size:13px}.text-center{text-align:center}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mb-16{margin-bottom:16px}.flex-row{gap:10px}.flex-between,.flex-row{align-items:center;display:flex}.flex-between{justify-content:space-between}
/*# sourceMappingURL=main.e6eefbef.css.map*/