:root{--ink:#172119;--muted:#718073;--green:#266345;--leaf:#e5f2dd;--lime:#d1f075;--cream:#f8faf7;--line:#e8ece6;--warm:#fff5df;--orange:#ec9655}*{box-sizing:border-box}body{margin:0;background:#dce4dc;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif}.app-shell{width:min(100%,430px);height:100dvh;min-height:720px;margin:auto;background:var(--cream);position:relative;overflow:hidden}.screen{height:calc(100% - 88px);overflow:auto;padding:55px 20px 30px;scrollbar-width:none}.screen::-webkit-scrollbar{display:none}.is-hidden{display:none!important}.topbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}h1,h2,h3,p{margin:0}h1{font-size:32px;letter-spacing:-1.3px;line-height:1.12}h2{font-size:21px;letter-spacing:-.5px}.eyebrow{font-size:11px;font-weight:750;letter-spacing:1px;color:var(--muted);margin-bottom:5px}.round-button,.close-button{border:0;background:#edf1eb;color:var(--ink);width:42px;height:42px;border-radius:50%;font-size:21px}.savings-card{background:#e4f4d8;border-radius:20px;padding:17px;display:flex;gap:13px;margin-bottom:27px}.savings-icon{width:38px;height:38px;border-radius:13px;background:var(--lime);display:grid;place-items:center;font-size:20px}.savings-number{font-size:15px;line-height:1.35}.savings-detail{font-size:12px;color:#527058;margin-top:5px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px}.section-heading h2{font-size:20px}.text-button{border:0;background:none;color:var(--green);font-weight:700;font-size:13px;padding:6px 0}.ingredient-list,.expiry-list,.recipe-list{display:grid;gap:9px}.ingredient{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px 12px}.ingredient-icon{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;font-size:21px;background:#f2f4e9}.ingredient-copy{flex:1}.ingredient-copy strong{font-size:15px}.ingredient-copy small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.quantity{font-size:11px;color:var(--green);background:#edf7e6;padding:6px 8px;border-radius:20px;font-weight:700}.primary-button{border:0;background:var(--green);color:#fff;border-radius:15px;height:55px;font-weight:750;font-size:16px;width:100%;box-shadow:0 7px 16px #26634526}.add-button{margin-top:18px;font-size:16px}.add-button span{font-size:22px;vertical-align:-1px;margin-right:4px}.tabbar{position:absolute;z-index:2;bottom:0;left:0;right:0;height:88px;background:#fffffff0;backdrop-filter:blur(13px);border-top:1px solid var(--line);display:flex;justify-content:space-around;padding:8px 8px env(safe-area-inset-bottom)}.tab{flex:1;color:#859087;border:0;background:transparent;font-size:10px;font-weight:650;display:flex;align-items:center;justify-content:center;gap:4px;flex-direction:column}.tab span{font-size:22px;line-height:20px}.tab.is-active{color:var(--green)}.quick-note{background:var(--warm);border-radius:16px;padding:14px;display:flex;gap:10px;color:#76552c;font-size:14px;line-height:1.35;margin-bottom:18px}.quick-note span{font-size:18px}.recipe-card{background:white;border:1px solid var(--line);border-radius:20px;padding:14px;display:grid;grid-template-columns:75px 1fr;gap:13px}.recipe-art{height:75px;border-radius:15px;display:grid;place-items:center;font-size:37px;background:#f1ead9}.recipe-card:nth-child(2) .recipe-art{background:#e5f0d9}.recipe-card:nth-child(3) .recipe-art{background:#fae5d4}.recipe-card h3{font-size:16px;letter-spacing:-.2px}.recipe-meta{font-size:11px;color:var(--muted);margin:5px 0 8px}.match{color:var(--green);font-weight:800;font-size:11px;letter-spacing:.4px}.missing{font-size:11px;color:#a2724d;background:#fff6e8;border-radius:6px;display:inline-block;padding:3px 6px}.card-button{border:0;border-radius:9px;background:#eaf5e5;color:var(--green);font-weight:750;font-size:11px;padding:7px 10px;float:right;margin-top:-3px}.waste-hero{background:#fdf0db;border-radius:18px;padding:16px;display:flex;gap:12px;align-items:center;margin-bottom:26px}.waste-icon{font-size:30px}.waste-hero strong{font-size:15px}.waste-hero p{color:#896f4f;font-size:12px;margin-top:4px}.compact{margin-bottom:12px}.expiry{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:11px}.expiry .ingredient-icon{background:#faeee2}.expiry-status{color:#b96337;font-size:12px;font-weight:750}.recommendation{margin-top:22px;background:#e5f2dd;border-radius:19px;padding:13px;display:flex;gap:11px;align-items:center}.recommendation-art{font-size:41px}.recommendation h3{font-size:16px}.recommendation p:not(.eyebrow){font-size:12px;color:#5d735e;margin:4px 0}.recipe-link{font-size:12px}.screen-waste{}.screen#screen-waste .primary-button{margin-top:18px}.modal-layer{position:absolute;z-index:10;inset:0;background:#1721195e;display:flex;align-items:flex-end}.sheet{width:100%;background:#fff;border-radius:26px 26px 0 0;padding:10px 20px calc(23px + env(safe-area-inset-bottom));animation:slide .24s ease-out}.sheet-grabber{width:38px;height:4px;background:#dce2dc;border-radius:6px;margin:0 auto 18px}.sheet-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.input-label{font-size:13px;color:#516052;font-weight:700;margin-bottom:7px;display:block}.input-row{display:flex;gap:8px}.input-row input{flex:1;height:52px;border:1px solid #dce3dc;border-radius:13px;padding:0 13px;font:inherit;font-size:16px;outline:none}.input-row input:focus{border-color:var(--green);box-shadow:0 0 0 3px #e4f4d8}.voice-button{width:52px;border:0;border-radius:13px;background:#e4f4d8;color:var(--green);font-size:21px}.amount-label{margin:20px 0 8px}.amount-picker{display:flex;gap:7px}.amount{flex:1;height:41px;border:1px solid #dce3dc;border-radius:11px;background:#fff;color:#607063;font-size:12px;font-weight:650}.amount.active{background:#e4f4d8;border-color:#abd19a;color:var(--green)}.photo-button{margin:20px 0;border:1px solid #e4e9e2;border-radius:14px;width:100%;background:#fbfcfa;min-height:63px;display:flex;align-items:center;gap:12px;padding:10px 13px;text-align:left;color:var(--ink)}.photo-button>span:first-child{font-size:22px;color:var(--green)}.photo-button div{flex:1}.photo-button strong,.photo-button small{display:block}.photo-button strong{font-size:14px}.photo-button small{font-size:12px;color:var(--muted);margin-top:3px}.photo-button>span:last-child{font-size:24px;color:#a0aca1}.file-input{display:none}.recipe-sheet{position:relative;text-align:center;padding-top:10px}.recipe-close{position:absolute;right:20px;top:28px}.recipe-detail-art{height:124px;width:124px;border-radius:30px;background:#e9f2df;display:grid;place-items:center;font-size:61px;margin:7px auto 14px}.recipe-sheet h2{font-size:27px;margin:2px 0 7px}.detail-time{color:var(--muted);font-size:14px}.detail-box{text-align:left;background:#f5f7f2;border-radius:15px;padding:14px;margin:22px 0}.detail-box strong{font-size:14px}.detail-box p{font-size:13px;color:#637064;line-height:1.4;margin-top:5px}.toast{position:absolute;z-index:20;bottom:103px;left:20px;right:20px;background:#172119;color:#fff;border-radius:13px;padding:14px 16px;text-align:center;font-size:14px;box-shadow:0 8px 20px #17211947}@keyframes slide{from{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width:600px){body{padding:20px}.app-shell{border-radius:32px;box-shadow:0 25px 60px #26352a3b;height:calc(100dvh - 40px)}}
