@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";:root{--color-green-deep: #1b5e3a;--color-green-leaf: #2e8b57;--color-green-light: #a6d48a;--color-watermelon: #e94b4b;--color-banana: #ffd34d;--color-coconut: #7a5a3a;--color-graphite: #333333;--color-sand: #ebd9b6;--color-cream: #faf7ef;--color-cream-strong: #f3ead8;--color-white: #fffdfa;--shadow-soft: 0 18px 45px rgba(91, 72, 44, .12);--shadow-button: 0 14px 28px rgba(27, 94, 58, .18);--radius-card: 26px;--radius-pill: 999px;--max-app-width: 430px}*{box-sizing:border-box}html{min-height:100%;background:var(--color-cream-strong)}body{min-height:100%;margin:0;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-graphite);background:linear-gradient(90deg,rgba(122,90,58,.08),transparent 22%,transparent 78%,rgba(27,94,58,.08)),var(--color-cream-strong);overflow-x:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(46,139,87,.28);outline-offset:3px}img{max-width:100%;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-stage{min-height:100vh;display:flex;justify-content:center;align-items:stretch}.app-phone{position:relative;width:min(100vw,var(--max-app-width));min-height:100vh;background:var(--color-cream);overflow-x:clip;box-shadow:0 0 0 1px #7a5a3a14,0 30px 70px #4a3d2c33}.app-main--with-nav{padding-bottom:106px}.screen{position:relative;padding:20px 22px 34px}.bottom-nav{position:fixed;left:50%;bottom:0;z-index:30;width:min(100vw,var(--max-app-width));min-height:84px;padding:10px 7px 14px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;background:#fffdfaf5;border-top:1px solid rgba(122,90,58,.16);transform:translate(-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bottom-nav__item{min-width:0;padding:7px 3px;display:grid;place-items:center;gap:5px;border:0;background:transparent;color:#333333b8;font-size:11px;font-weight:600;line-height:1.15;letter-spacing:0}.bottom-nav__item span{display:block;min-height:24px}.bottom-nav__item.is-active{color:var(--color-green-deep);font-weight:800}.brand-logo{text-align:center;color:var(--color-green-deep)}.brand-logo__word{position:relative;display:inline-flex;align-items:center;gap:2px;font-size:42px;font-weight:900;line-height:1;letter-spacing:0}.brand-logo--compact .brand-logo__word{font-size:36px}.brand-logo__tomato{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:50%;background:var(--color-watermelon);color:transparent;box-shadow:inset -6px -5px #7a5a3a1f}.brand-logo__tomato:before{content:"";width:10px;height:7px;border-radius:10px 0;background:var(--color-green-leaf);transform:translate(7px,-15px) rotate(-25deg)}.brand-logo--compact .brand-logo__tomato{width:30px;height:30px}.brand-logo__subtitle{max-width:320px;margin:14px auto 0;font-size:16px;font-weight:800;line-height:1.28;text-transform:uppercase;letter-spacing:2px}.brand-logo--compact .brand-logo__subtitle{max-width:320px;margin:8px 0 0;font-size:13px;line-height:1.16;letter-spacing:2px}.decorative-food{position:absolute;inset:0;z-index:0;pointer-events:none}.decorative-food span{position:absolute;filter:saturate(1.08)}.decorative-food__leaf{top:34px;left:-26px;font-size:72px;transform:rotate(-12deg)}.decorative-food__avocado{top:78px;right:-26px;font-size:56px;transform:rotate(-18deg)}.decorative-food__orange{top:260px;right:-18px;font-size:58px}.decorative-food__watermelon{top:390px;left:-30px;font-size:60px}.decorative-food__coconut{bottom:190px;right:20px;font-size:52px}.decorative-food__grain{bottom:18px;left:-10px;font-size:46px}.decorative-food--compact span{opacity:.78}.decorative-food--compact .decorative-food__coconut,.decorative-food--compact .decorative-food__grain,.decorative-food--compact .decorative-food__watermelon{display:none}.opening-screen{position:relative;min-height:calc(100vh - 44px);padding:66px 24px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}.opening-screen>*:not(.decorative-food){position:relative;z-index:1}.opening-screen__copy{margin-top:58px}.screen--home .home-banner{display:none}.opening-screen h1,.section-title h2,.screen h1,.detail-card h1,.mine-title h1{color:var(--color-green-deep);font-weight:900;letter-spacing:0}.opening-screen h1{margin:0;font-size:clamp(37px,9.8vw,46px);line-height:1}.opening-screen__copy p{margin:14px auto 0;max-width:330px;color:#333333ad;font-size:17px;line-height:1.34;font-weight:500}.pillar-row{width:100%;margin:26px 0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pillar-row div{display:grid;gap:8px;color:#3333339e;font-size:13px;line-height:1.28}.pillar-row span{color:var(--color-green-deep);font-size:30px}.primary-button,.secondary-button{min-height:60px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:var(--radius-pill);font-size:18px;font-weight:900;letter-spacing:0;text-transform:uppercase}.primary-button{border:2px solid var(--color-green-deep);background:var(--color-green-deep);color:var(--color-white);box-shadow:var(--shadow-button)}.secondary-button{border:2px solid var(--color-green-deep);background:#fffdfac2;color:var(--color-green-deep)}.primary-button--wide,.secondary-button--wide{width:100%}.opening-screen__actions{width:100%;display:grid;gap:16px;margin-top:42px}.opening-screen__footer{margin:14px 0 0;max-width:260px;color:var(--color-green-deep);font-size:17px;line-height:1.35;font-weight:600}.home-brand,.screen-header,.prep-header{position:relative;z-index:1;display:grid;grid-template-columns:46px 1fr 46px;align-items:center;gap:8px}.home-brand{grid-template-columns:1fr 50px;margin-top:0}.home-brand .brand-logo{text-align:left}.round-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;border:2px solid rgba(122,90,58,.16);background:#fffdfad6;color:var(--color-green-deep);font-size:26px}.home-hero{position:relative;z-index:1;margin:28px 0 18px}.home-hero h1{margin:0;font-size:42px;line-height:1}.home-hero p{margin:12px 0 0;font-size:22px;line-height:1.28;color:var(--color-graphite)}.search-bar{position:relative;z-index:1;height:62px;display:flex;align-items:center;gap:9px;padding:0 14px;border:2px solid rgba(122,90,58,.2);border-radius:26px;background:#fffdfad1;color:#3333338a;box-shadow:0 10px 28px #7a5a3a14}.search-bar input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--color-graphite);font-size:13px;font-weight:500}.search-bar input::placeholder{color:#3333337a}.search-bar__icon,.search-bar__icon-button{flex:0 0 38px;color:#33333380}.search-bar__icon-button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent}.search-bar__icon-button:active{transform:translateY(1px)}.filter-cta{min-height:72px;margin:18px 0 32px;font-size:21px}.section-title{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:28px 0 14px}.section-title h2{margin:0;font-size:24px;line-height:1}.section-title button{flex:0 0 auto;padding:0;border:0;background:transparent;color:var(--color-green-deep);font-size:15px;font-weight:900}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}@media(min-width:390px){.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.category-card{min-height:88px;padding:10px 5px;display:grid;place-items:center;gap:4px;border:2px solid rgba(122,90,58,.16);border-radius:18px;background:#fffdfacc;color:var(--color-green-deep);text-align:center;box-shadow:0 10px 26px #7a5a3a14}.category-card__icon{font-size:29px;line-height:1}.category-card strong{font-size:11px;line-height:1.07;font-weight:900}.category-card span:last-child{color:#3333339e;font-size:9px;font-weight:600}.horizontal-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(186px,58%);gap:14px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x mandatory}.horizontal-rail>*{scroll-snap-align:start}.recipe-card{position:relative;display:grid;overflow:hidden;border:2px solid rgba(122,90,58,.15);border-radius:24px;background:var(--color-white);box-shadow:0 12px 30px #7a5a3a17}.recipe-card__open,.recipe-card__summary,.recipe-card__match{border:0;background:transparent;color:inherit;text-align:left}.recipe-card__content{padding:14px}.recipe-card__topline{display:grid;grid-template-columns:1fr 34px;gap:8px;align-items:start}.recipe-card h3{margin:0;color:#153226;font-size:17px;line-height:1.15;font-weight:900}.heart-button,.icon-button{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;border:0;background:#fffdfaeb;color:var(--color-green-deep)}.heart-button{width:34px;height:34px}.heart-button.is-active,.icon-button.is-active{color:var(--color-watermelon)}.recipe-media{position:relative;display:grid;place-items:center;background:radial-gradient(circle at 55% 38%,rgba(255,211,77,.28),transparent 36%),linear-gradient(145deg,#f5ead2,#fff9ef);overflow:hidden}.recipe-media img{width:100%;height:100%;display:block;object-fit:cover}.recipe-media span{font-size:58px;filter:drop-shadow(0 10px 10px rgba(122,90,58,.12))}.recipe-media--md{aspect-ratio:1.28;min-height:0}.recipe-media--sm{width:100%;aspect-ratio:1;min-height:0;border-radius:18px}.recipe-media--sm span{font-size:44px}.recipe-media--hero{width:100%;height:305px;background:radial-gradient(circle at 50% 38%,rgba(255,211,77,.38),transparent 32%),linear-gradient(180deg,#ebd9b6cc,#faf7eff2)}.recipe-media--hero span{font-size:126px}.recipe-card__summary,.recipe-stat-line{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px;color:#333333a8;font-size:12px;font-weight:700}.recipe-card__summary span,.recipe-stat-line span{display:inline-flex;align-items:center;gap:4px}.tag-row{margin-top:12px;display:flex;flex-wrap:wrap;gap:7px}.tag-row span{padding:7px 10px;border:1px solid rgba(166,212,138,.75);border-radius:var(--radius-pill);background:#a6d48a2e;color:var(--color-green-deep);font-size:11px;font-weight:800}.recipe-card--result{grid-template-columns:104px 1fr;gap:14px;padding:12px;align-items:stretch}.recipe-card--result .recipe-card__content{padding:0}.recipe-card--result h3{font-size:18px}.recipe-card__match{width:100%;margin-top:6px;padding:0;display:grid;gap:2px;color:var(--color-green-leaf);font-weight:900}.recipe-card__match span,.recipe-card__match small{color:var(--color-green-leaf);font-size:13px;font-weight:800}.recipe-card__match small{color:#3339;font-weight:600}.recipe-card--mini{min-width:164px}.recipe-card--mini .recipe-media--md{min-height:104px}.recipe-card--mini .recipe-card__summary,.recipe-card--mini .tag-row,.recipe-card--mini .heart-button{display:none}.home-banner,.mine-banner,.profile-card,.tip-card{margin-top:22px;padding:22px;border:2px solid rgba(166,212,138,.7);border-radius:24px;background:linear-gradient(135deg,#a6d48a38,#ffd34d24)}.home-banner h2,.mine-banner h2{margin:0;color:var(--color-green-deep);font-size:25px;line-height:1.1;font-weight:900}.home-banner p,.mine-banner p,.profile-card p{margin:10px 0 16px;color:#333333ad;line-height:1.45;font-weight:600}.home-banner button{padding:0;border:0;background:transparent;color:var(--color-green-deep);font-weight:900}.screen-header{margin-bottom:28px}.screen-header--center{text-align:center}.screen-header__back{justify-self:start;background:transparent}.screen-header__spacer,.screen-header__action{width:46px;min-height:46px}.screen-header__action{display:grid;place-items:center}.screen-header h1,.prep-header h1{margin:0;color:var(--color-graphite);font-size:29px;font-weight:900;line-height:1.1}.screen--categories .screen-header h1,.screen--filter .screen-header h1,.screen--results .screen-header h1,.screen--shopping .screen-header h1,.screen--collection .screen-header h1{color:var(--color-green-deep);font-size:34px;line-height:1}.screen-header p{margin:6px 0 0;color:#333333a8;line-height:1.35;font-weight:600}.category-list{display:grid}.category-row{min-height:86px;display:grid;grid-template-columns:62px 1fr 28px;align-items:center;gap:14px;border:0;border-bottom:2px solid rgba(122,90,58,.16);background:transparent;color:var(--color-green-deep);text-align:left}.category-row__icon{font-size:38px}.category-row__body{display:grid;gap:4px}.category-row strong{color:#153226;font-size:25px;line-height:1;font-weight:900}.category-row span:last-child{color:#3339;font-size:16px;font-weight:600}.filter-section{margin-top:28px}.filter-section h2,.detail-section-heading h2,.related-section h2,.adjusted-card h2,.info-block h2,.info-block h3{margin:0 0 14px;color:var(--color-green-deep);font-size:20px;font-weight:900;line-height:1.15}.chip-cloud{display:flex;flex-wrap:wrap;gap:10px}.chip-cloud--soft{margin-top:14px}.filter-chip{min-height:43px;padding:0 15px;display:inline-flex;align-items:center;gap:6px;border:2px solid rgba(122,90,58,.17);border-radius:var(--radius-pill);background:#fffdfac7;color:#2f433b;font-size:15px;font-weight:900}.filter-chip.is-active{border-color:var(--color-green-deep);background:var(--color-green-deep);color:var(--color-white)}.chip-cloud--soft .filter-chip.is-active{border-color:#a6d48a73;background:#a6d48a38;color:#2f433b}.filter-chip__remove{width:20px;height:20px;display:grid;place-items:center;border:0;background:transparent;color:currentColor}.ingredient-input{display:grid;grid-template-columns:1fr 58px;gap:12px}.ingredient-input input,.manual-item-form input,.note-form textarea,.note-form input{width:100%;border:2px solid rgba(122,90,58,.18);border-radius:22px;background:#fffdfadb;color:var(--color-graphite);font-weight:600}.ingredient-input input{min-height:58px;padding:0 18px;font-size:17px}.ingredient-input button,.manual-item-form button{border:0;border-radius:50%;background:var(--color-green-deep);color:var(--color-white)}.micro-label{margin:18px 0 10px;color:#33333394;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.quick-grid,.equipment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-grid button,.equipment-grid button{min-height:48px;border:2px solid rgba(122,90,58,.14);border-radius:18px;background:#fffdfab8;color:#2f433b;font-size:14px;font-weight:800}.equipment-grid button{min-height:82px;display:grid;place-items:center;gap:5px}.equipment-grid span{color:var(--color-green-deep);font-size:26px}.equipment-grid button.is-active{border-color:var(--color-green-deep);background:#a6d48a38}.sticky-action{position:sticky;bottom:92px;z-index:20;margin-top:28px;padding:12px 0 0;background:linear-gradient(180deg,rgba(250,247,239,0),var(--color-cream) 24%)}.sticky-action--two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.results-summary h2{margin:0;color:var(--color-green-deep);font-size:23px;line-height:1.2;font-weight:900}.results-summary p{margin:8px 0 0;color:#333333a3;font-size:18px;font-weight:600}.result-toolbar{margin:20px 0;display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}.result-toolbar label{flex:1 1 168px}.result-toolbar select{width:100%;min-height:46px;padding:0 14px;border:2px solid rgba(122,90,58,.18);border-radius:var(--radius-pill);background:#fffdfad6;color:#2f433b;font-size:14px;font-weight:900}.result-toolbar button{border:0;background:transparent;color:var(--color-green-deep);font-size:13px;font-weight:900}.context-line{color:#33333394;font-size:13px;font-weight:700}.result-list{display:grid;gap:14px}.quick-category-strip{margin:16px 0 18px;display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:10px;overflow-x:auto;padding-bottom:6px}.quick-category-strip button{min-height:42px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:2px solid rgba(122,90,58,.16);border-radius:var(--radius-pill);background:#fffdfac7;color:var(--color-green-deep);font-size:13px;font-weight:800}.detail-hero{position:relative;margin:-20px -22px 0}.icon-button--floating{position:absolute;top:18px;left:22px;z-index:2;border:2px solid rgba(122,90,58,.12);box-shadow:0 8px 18px #7a5a3a1f}.detail-hero__heart{left:auto;right:22px}.detail-card{position:relative;z-index:2;margin-top:-34px;padding:26px 22px 28px;border:2px solid rgba(122,90,58,.13);border-radius:30px 30px 0 0;background:var(--color-white);box-shadow:0 -18px 38px #7a5a3a17}.category-pill{display:inline-flex;min-height:34px;align-items:center;padding:0 14px;border:2px solid rgba(166,212,138,.7);border-radius:var(--radius-pill);background:#a6d48a2e;color:var(--color-green-deep);font-size:13px;font-weight:900}.detail-card h1{margin:18px 0 12px;color:#153226;font-size:36px;line-height:1.05}.detail-card__description{margin:0;color:#333333ad;font-size:18px;line-height:1.45;font-weight:600}.metric-grid{margin:22px 0 26px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.metric-grid div{min-height:82px;display:grid;place-items:center;gap:2px;border:2px solid rgba(122,90,58,.16);border-radius:18px;background:#fffdfacc;text-align:center}.metric-grid strong{color:var(--color-green-deep);font-size:18px;font-weight:900}.metric-grid span{color:#3339;font-size:12px;font-weight:700}.detail-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-section-heading h2{margin:0;font-size:31px}.detail-section-heading button{min-height:42px;display:inline-flex;align-items:center;gap:2px;padding:0 12px;border:2px solid rgba(122,90,58,.16);border-radius:var(--radius-pill);background:#fffdfac7;color:#2f433b;font-size:13px;font-weight:900}.ingredient-list{display:grid;margin-top:12px}.ingredient-list button{min-height:57px;display:grid;grid-template-columns:32px 1fr;align-items:center;gap:12px;border:0;border-bottom:2px solid rgba(122,90,58,.13);background:transparent;color:var(--color-graphite);font-size:16px;font-weight:600;text-align:left}.ingredient-list button.is-checked{color:#33333380;text-decoration:line-through}.ingredient-checkbox,.check-button span{width:25px;height:25px;display:grid;place-items:center;border:2px solid var(--color-green-leaf);border-radius:7px;color:var(--color-green-leaf)}.button-row{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.button-row .primary-button,.button-row .secondary-button,.sticky-action--two .primary-button,.sticky-action--two .secondary-button{min-height:56px;padding:0 12px;font-size:15px}.prep-button{width:100%;min-height:54px;margin-top:12px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:18px;background:#a6d48a2e;color:var(--color-green-deep);font-size:16px;font-weight:900}.info-block,.tip-card{margin-top:20px}.info-block p,.tip-card p{margin:0;color:#333333ad;line-height:1.45;font-weight:600}.tip-card h2{margin:0 0 10px;color:var(--color-green-deep);font-size:19px;font-weight:900}.related-section{margin-top:24px}.related-grid{display:grid;grid-auto-flow:column;grid-auto-columns:166px;gap:12px;overflow-x:auto;padding-bottom:8px}.prep-header{margin-bottom:26px;text-align:center}.prep-header .icon-button{background:transparent}.prep-list{list-style:none;padding:0;margin:0;display:grid;gap:22px}.prep-list li{display:grid;grid-template-columns:44px 1fr;gap:15px;align-items:start}.prep-list li>button{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--color-green-light);color:var(--color-green-deep);font-weight:900}.prep-list p{margin:4px 0 0;color:var(--color-graphite);font-size:20px;line-height:1.42}.prep-list li.is-done p{color:#33333385;text-decoration:line-through}.portion-control{display:grid;place-items:center;gap:18px;margin-top:46px;color:var(--color-green-deep)}.portion-control__icon{width:122px;height:122px;display:grid;place-items:center;border-radius:50%;background:#a6d48a38}.portion-control p{margin:0;font-size:21px;font-weight:900}.stepper{width:100%;display:grid;grid-template-columns:76px 1fr 76px;align-items:center;gap:12px}.stepper button{width:64px;height:64px;place-self:center;border:2px solid rgba(122,90,58,.16);border-radius:50%;background:var(--color-white);color:var(--color-green-deep)}.stepper strong{text-align:center;font-size:29px;font-weight:900}.adjusted-card{margin-top:34px;padding:24px 18px;border:2px solid rgba(122,90,58,.14);border-radius:26px;background:var(--color-white);box-shadow:var(--shadow-soft)}.adjusted-card h2{font-size:25px}.adjusted-card ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}.adjusted-card li{display:grid;grid-template-columns:43px 1fr;gap:12px;align-items:center;font-size:17px;line-height:1.35}.adjusted-card li span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--color-green-light);color:var(--color-green-deep);font-weight:900}.tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:14px;border-bottom:2px solid rgba(122,90,58,.16)}.tabs button{min-height:60px;border:0;border-bottom:4px solid transparent;background:transparent;color:#33333394;font-size:18px;font-weight:900}.tabs button.is-active{color:var(--color-green-deep);border-bottom-color:var(--color-green-deep)}.manual-item-form{display:grid;grid-template-columns:1fr 82px 48px;gap:8px;margin-bottom:14px}.manual-item-form input{min-height:48px;padding:0 13px;border-radius:17px;font-size:13px}.shopping-list{display:grid}.shopping-item{min-height:62px;display:grid;grid-template-columns:38px 1fr auto 34px;align-items:center;gap:10px;border-bottom:2px solid rgba(122,90,58,.14)}.shopping-item__name{font-size:18px;font-weight:600}.shopping-item__quantity{color:#3333339e;font-size:14px;font-weight:700;text-align:right}.shopping-item.is-checked .shopping-item__name{text-decoration:line-through;color:#3333337a}.check-button,.trash-button{border:0;background:transparent}.check-button{padding:0}.shopping-item.is-checked .check-button span{background:var(--color-green-leaf);box-shadow:inset 0 0 0 5px var(--color-white)}.trash-button{color:#3333337a}.shopping-empty,.empty-state{min-height:260px;display:grid;place-items:center;align-content:center;gap:12px;text-align:center;color:#333333a3}.shopping-empty span,.empty-state>span{font-size:52px}.empty-state h2{margin:0;color:var(--color-green-deep);font-size:24px;line-height:1.15;font-weight:900}.empty-state p,.shopping-empty p{max-width:300px;margin:0;line-height:1.45;font-weight:600}.mine-title{position:relative;z-index:1;margin-top:64px}.mine-title h1{margin:0;font-size:38px;line-height:1}.mine-title p{margin:16px 0 28px;color:#333333a3;font-size:17px;line-height:1.42;font-weight:600}.mine-list{display:grid;gap:16px}.mine-card{min-height:92px;display:grid;grid-template-columns:74px 1fr 30px;align-items:center;gap:14px;padding:14px 18px;border:2px solid rgba(122,90,58,.14);border-radius:22px;background:var(--color-white);color:var(--color-green-deep);text-align:left;box-shadow:0 12px 28px #7a5a3a14}.mine-card__icon{color:#333}.mine-card__icon--heart{color:var(--color-watermelon)}.mine-card strong{display:block;color:#153226;font-size:22px;line-height:1.1;font-weight:900}.mine-card small{display:block;margin-top:6px;color:#33333394;font-size:15px;font-weight:600}.mine-banner{display:grid;grid-template-columns:1fr 86px;align-items:center}.mine-banner span{font-size:70px}.note-form{display:grid;gap:10px;padding:18px;border-radius:24px;background:var(--color-white);border:2px solid rgba(122,90,58,.14)}.note-form label{color:var(--color-green-deep);font-weight:900}.note-form textarea{min-height:112px;padding:14px;resize:vertical;line-height:1.45}.notes-list{display:grid;gap:12px;margin-top:16px}.notes-list article{display:grid;grid-template-columns:1fr 36px;gap:10px;padding:16px;border-radius:18px;background:#fffdfadb;border:2px solid rgba(122,90,58,.12)}.notes-list p{margin:0;line-height:1.45;font-weight:600}.notes-list button{border:0;background:transparent;color:#3333337a}.profile-card{display:grid;place-items:center;text-align:center;gap:10px}.profile-card>span{font-size:74px}.profile-card h2{margin:0;color:var(--color-green-deep);font-size:28px;font-weight:900}.toast{position:fixed;left:50%;bottom:102px;z-index:50;width:min(calc(100vw - 34px),390px);padding:14px 18px;border-radius:18px;background:#153226;color:var(--color-white);text-align:center;font-weight:800;transform:translate(-50%);box-shadow:0 14px 30px #1532263d}@media(min-width:700px){.app-stage{padding:28px 0;align-items:flex-start}.app-phone{min-height:calc(100vh - 56px);border-radius:34px}.bottom-nav,.toast{bottom:28px}.toast{bottom:126px}}@media(max-width:370px){.screen{padding-left:16px;padding-right:16px}.opening-screen h1{font-size:39px}.section-title h2,.detail-section-heading h2{font-size:26px}.recipe-card--result{grid-template-columns:88px 1fr}.recipe-card--result h3{font-size:16px}.button-row,.sticky-action--two{grid-template-columns:1fr}}@media(prefers-reduced-motion:no-preference){.recipe-card,.category-card,.mine-card,.primary-button,.secondary-button{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.recipe-card:has(button:hover),.category-card:hover,.mine-card:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}}:root{--color-green-deep: #063f24;--color-green-leaf: #0c6b3a;--color-green-light: #cfe2bd;--color-cream: #fffaf0;--color-cream-strong: #f3ead8;--color-white: #fffdf7;--color-graphite: #17211d;--shadow-soft: 0 12px 30px rgba(56, 42, 22, .12);--shadow-button: inset 0 -10px 18px rgba(0, 0, 0, .1), 0 14px 26px rgba(6, 63, 36, .18);--max-app-width: 430px}html,body{background:#f0e7d6}.app-stage{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.42),transparent 38%),#f0e7d6}.app-phone{background:radial-gradient(circle at 50% 9%,rgba(255,255,255,.86),transparent 34%),linear-gradient(180deg,#fffdf5,#fff9ee 53%,#fdf6e9);box-shadow:0 0 0 1px #4f3b1f14,0 26px 70px #3b2a1238}.app-main{min-height:100vh}.app-main--with-nav{padding-bottom:104px}.screen{padding:18px 18px 30px}.decorative-food{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.decorative-food img{width:100%;height:100%;display:block;object-fit:cover;opacity:.95}.decorative-food--home{height:500px;bottom:auto}.decorative-food--home img{object-position:center top;transform:scale(1.04);transform-origin:center top}.decorative-food--compact{height:260px;opacity:.42}.opening-screen{min-height:calc(100vh - 47px);padding:73px 24px 16px;background:radial-gradient(circle at 50% 32%,rgba(255,255,255,.72),transparent 42%),#fffaf0}.opening-screen>*:not(.decorative-food){z-index:1}.brand-logo{line-height:1}.brand-logo__word{gap:4px;font-size:59px;font-weight:900;color:var(--color-green-deep);text-shadow:0 1px 0 rgba(255,255,255,.64)}.brand-logo--home .brand-logo__word{font-size:48px}.brand-logo--compact .brand-logo__word{font-size:31px}.brand-logo__tomato{position:relative;width:.78em;height:.78em;margin:0 2px;border-radius:47% 53% 50% 50%/44% 47% 58% 56%;background:radial-gradient(circle at 32% 27%,rgba(255,255,255,.7),transparent 16%),radial-gradient(circle at 64% 72%,rgba(122,15,7,.32),transparent 33%),linear-gradient(145deg,#f24532 8%,#bf1d13 95%);box-shadow:inset -7px -7px #5b12082e,0 4px 5px #5b120829;transform:translateY(.03em)}.brand-logo__tomato:before{content:"";position:absolute;top:-.21em;left:51%;width:.2em;height:.26em;border-radius:6px;background:#6b3b16;transform:rotate(15deg)}.brand-logo__tomato:after{content:"";position:absolute;top:-.25em;left:62%;width:.34em;height:.18em;border-radius:100% 0;background:#2f8c3e;transform:rotate(-25deg)}.brand-logo__subtitle{max-width:344px;margin-top:15px;color:var(--color-green-deep);font-size:18px;font-weight:500;line-height:1.33;letter-spacing:4px}.brand-logo--home .brand-logo__subtitle{max-width:300px;margin-top:9px;font-size:12px;font-weight:500;line-height:1.28;letter-spacing:3px}.brand-logo--compact .brand-logo__subtitle{display:none}.opening-screen__copy{margin-top:50px}.opening-screen h1{max-width:340px;font-family:Georgia,Times New Roman,serif;font-size:40px;font-weight:700;line-height:1.12}.opening-screen__copy p{max-width:302px;margin-top:20px;color:#17211dc7;font-size:17px;line-height:1.45}.pillar-row{width:min(100%,340px);margin:31px 0 24px;gap:0}.pillar-row div{position:relative;padding:0 12px;color:#111;font-size:14px;font-weight:500}.pillar-row div+div:before{content:"";position:absolute;left:0;top:18px;bottom:11px;width:1px;background:#063f2447}.pillar-row span{width:56px;height:56px;margin:0 auto 10px;display:grid;place-items:center;border-radius:999px;background:#cfe2bda1;color:var(--color-green-deep)}.pillar-row p{margin:0}.opening-screen__actions{width:min(100%,320px);gap:14px;margin-top:auto}.primary-button,.secondary-button{min-height:52px;border-radius:999px;font-size:16px;text-transform:uppercase}.secondary-button{background:#fffaf0c7}.opening-screen__footer{margin-top:20px;font-size:16px}.screen--home{padding:12px 18px 26px;overflow:hidden}.screen--home>*:not(.decorative-food){position:relative;z-index:1}.home-brand{grid-template-columns:44px 1fr 44px;margin-top:2px;gap:4px}.home-brand:before{content:""}.home-brand .brand-logo{text-align:center}.notification-button{width:42px;height:42px;display:grid;place-items:center;justify-self:end;border:0;border-radius:999px;background:transparent;color:var(--color-green-deep)}.home-hero{width:min(100%,316px);margin:25px auto 18px}.home-hero h1{font-size:29px;font-weight:900}.home-hero p{margin-top:10px;font-size:21px;font-weight:500}.screen--home .search-bar,.screen--home .filter-cta{width:min(100%,306px);margin-left:auto;margin-right:auto}.search-bar{height:50px;padding:0 13px;gap:10px;border:1.5px solid rgba(23,33,29,.23);border-radius:23px;background:#fffdf7bd;box-shadow:none}.search-bar input{font-size:13px;font-weight:700}.filter-cta{min-height:50px;margin-top:13px;margin-bottom:27px;background:linear-gradient(90deg,#006a34,#004e27);font-size:16px;letter-spacing:.3px}.section-title{margin:24px 6px 13px;align-items:center}.section-title h2{font-size:25px;line-height:1.08}.section-title button{font-size:15px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.category-card{min-height:98px;padding:8px 4px;gap:5px;border:1.4px solid rgba(117,98,57,.22);border-radius:11px;background:#fffdf7a8;box-shadow:none}.category-card__icon{width:52px;height:37px;display:grid;place-items:center;border-radius:16px;background:radial-gradient(circle at 50% 50%,rgba(255,220,126,.38),transparent 64%),#ffffff57;font-size:30px}.category-card strong{color:#131917;font-size:12px;line-height:1.08}.category-card span:last-child{color:var(--color-green-leaf);font-size:11px;font-weight:800}.horizontal-rail{grid-auto-columns:240px;gap:13px;margin-right:-18px;padding:0 18px 14px 0}.recipe-card{border:0;border-radius:13px;background:#fffdf7f2;box-shadow:0 8px 18px #291f0e21}.recipe-media--md{aspect-ratio:1.55}.recipe-card__content{padding:11px 11px 12px}.recipe-card__topline{grid-template-columns:1fr 31px}.recipe-card h3{font-size:18px;line-height:1.18}.heart-button{width:31px;height:31px;color:#153226;box-shadow:0 2px 5px #291f0e1f}.tag-row{margin-top:8px}.tag-row span{padding:5px 9px;border:0;background:#dbe9ce;font-size:11px}.recipe-card__summary,.recipe-stat-line{gap:13px;color:#111;font-size:12px}.screen--home .home-banner{display:grid}.home-banner{position:relative;min-height:135px;grid-template-columns:minmax(0,1fr) 176px;align-items:center;gap:4px;margin:9px 0 0;padding:17px 16px;overflow:hidden;border:1.4px solid rgba(117,98,57,.18);border-radius:15px;background:radial-gradient(circle at 84% 22%,rgba(207,226,189,.7),transparent 38%),linear-gradient(100deg,#f9f5d7,#f6f4df 56%,#edf2d0)}.home-banner h2{max-width:210px;font-size:24px;line-height:1.08}.home-banner p{max-width:206px;margin:9px 0 11px;color:#111;font-size:12px;line-height:1.35}.home-banner button{min-height:34px;padding:0 16px;border:0;border-radius:8px;background:#006b35;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase}.home-banner__art{position:absolute;right:-20px;bottom:-20px;width:235px;max-width:none;pointer-events:none}.bottom-nav{width:min(calc(100vw - 34px),396px);min-height:88px;bottom:0;padding:11px 8px 19px;border:0;border-radius:26px 26px 0 0;background:#fffdf7f5;box-shadow:0 -8px 22px #291f0e1f}.bottom-nav:after{content:"";position:absolute;left:50%;bottom:5px;width:136px;height:5px;border-radius:999px;background:#030303;transform:translate(-50%)}.bottom-nav__item{font-size:11px;font-weight:500}.bottom-nav__item.is-active{font-weight:800}.screen-header,.prep-header{grid-template-columns:42px 1fr 42px;min-height:42px;margin-bottom:22px}.screen-header h1,.prep-header h1,.screen--categories .screen-header h1,.screen--filter .screen-header h1,.screen--results .screen-header h1,.screen--shopping .screen-header h1,.screen--collection .screen-header h1{color:#111;font-size:17px;font-weight:900;line-height:1.1}.screen-header p{font-size:12px}.icon-button{width:38px;height:38px}.screen--categories,.screen--filter,.screen--results,.screen--mine,.screen--profile{padding:12px 22px 30px}.category-row{min-height:58px;grid-template-columns:56px 1fr 18px;gap:8px;border-bottom:1px solid rgba(23,33,29,.12)}.category-row__icon{width:46px;height:42px;display:grid;place-items:center;font-size:28px}.category-row strong{font-size:13px}.category-row span:last-child{font-size:10px;color:#17211d9e}.filter-section{margin-top:22px}.filter-section h2,.detail-section-heading h2,.related-section h2,.adjusted-card h2,.info-block h2,.info-block h3{font-size:13px}.filter-chip{min-height:29px;padding:0 11px;border-width:1px;font-size:10px}.ingredient-input{grid-template-columns:1fr 42px;gap:8px}.ingredient-input input{min-height:43px;border-width:1px;border-radius:17px;font-size:12px}.ingredient-input button{width:42px;height:42px}.quick-grid,.equipment-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.quick-grid button,.equipment-grid button{min-height:33px;border-width:1px;border-radius:9px;font-size:10px}.equipment-grid button{min-height:61px}.equipment-grid span{font-size:20px}.sticky-action{bottom:88px}.results-summary h2{font-size:17px}.results-summary p{font-size:12px}.result-toolbar{margin:14px 0;gap:8px}.result-toolbar select{min-height:35px;border-width:1px;font-size:11px}.recipe-card--result{grid-template-columns:104px 1fr;gap:10px;padding:8px}.recipe-media--sm{border-radius:10px}.recipe-card--result h3{font-size:13px}.recipe-card__match strong,.recipe-card__match span,.recipe-card__match small{font-size:11px}.screen--detail{padding-top:0}.detail-hero{margin-top:-18px}.recipe-media--hero{height:245px}.detail-card{margin-top:-31px;padding:18px 18px 25px;border:0;border-radius:22px 22px 0 0}.detail-card h1{font-size:26px}.detail-card__description{font-size:13px}.metric-grid div{min-height:56px;border-width:1px;border-radius:12px}.metric-grid strong{font-size:12px}.metric-grid span{font-size:10px}.detail-section-heading h2{font-size:17px}.ingredient-list button{min-height:42px;border-bottom-width:1px;font-size:12px}.button-row .primary-button,.button-row .secondary-button,.sticky-action--two .primary-button,.sticky-action--two .secondary-button{min-height:43px;font-size:11px}.prep-list{gap:13px}.prep-list li{grid-template-columns:27px 1fr;gap:10px}.prep-list li>button{width:23px;height:23px;font-size:11px}.prep-list p{margin-top:0;font-size:12px}.tip-card,.info-block{border-radius:12px}.portion-control{margin-top:22px;gap:12px}.portion-control__icon{width:76px;height:76px}.stepper{grid-template-columns:54px 1fr 54px}.stepper button{width:42px;height:42px}.stepper strong{font-size:18px}.adjusted-card{padding:18px 14px;border-width:1px;border-radius:12px}.adjusted-card li{grid-template-columns:28px 1fr;font-size:12px}.adjusted-card li span{width:23px;height:23px;font-size:10px}.mine-title{margin-top:42px}.mine-title h1{font-size:24px}.mine-title p,.mine-banner{display:none}.mine-list{gap:13px}.mine-card{min-height:82px;grid-template-columns:58px 1fr 22px;padding:12px 14px;border-width:1px;border-radius:9px;box-shadow:none}.mine-card strong{font-size:14px}.mine-card small{font-size:11px}@media(min-width:700px){.app-phone{min-height:932px;border-radius:30px;overflow:hidden}.bottom-nav{bottom:28px}}@media(max-width:370px){.brand-logo__word{font-size:50px}.brand-logo--home .brand-logo__word{font-size:41px}.category-grid{gap:7px}.category-card strong{font-size:10px}.home-banner{grid-template-columns:1fr 140px}}.opening-screen{padding-top:118px}.opening-screen .brand-logo__word{font-size:52px}.opening-screen .brand-logo__subtitle{max-width:328px;margin-top:11px;font-size:15px;line-height:1.28;letter-spacing:3px}.opening-screen__copy{margin-top:38px}.opening-screen h1{max-width:382px;font-size:36px;line-height:1.08}.opening-screen__copy p{max-width:320px;margin-top:15px;font-size:15px}.pillar-row{margin:25px 0 20px}.pillar-row span{width:48px;height:48px}.pillar-row div{font-size:12px}.opening-screen__actions{width:min(100%,320px);gap:12px}.screen--home{padding-top:0}.decorative-food--home{height:430px}.home-brand{margin-top:0}.brand-logo--home .brand-logo__word{font-size:35px}.brand-logo--home .brand-logo__subtitle{max-width:235px;margin-top:7px;font-size:9px;line-height:1.2;letter-spacing:2px}.notification-button{width:38px;height:38px}.home-hero{width:min(100%,306px);margin:13px auto 11px}.home-hero h1{font-size:27px}.home-hero p{margin-top:8px;font-size:18px}.screen--home .search-bar,.screen--home .filter-cta{width:min(100%,294px)}.search-bar{height:48px}.filter-cta{min-height:48px;display:flex;margin-top:12px;margin-bottom:17px;font-size:15px}.section-title{margin:17px 6px 10px}.section-title h2{font-size:21px}.section-title button{font-size:14px}.category-grid{gap:8px}.category-card{min-height:91px}.category-card__icon{width:48px;height:33px;font-size:27px}.category-card strong{font-size:11px}.category-card span:last-child{font-size:10px}.horizontal-rail{grid-auto-columns:122px;gap:9px;padding-bottom:9px}.recipe-card--grid{border-radius:9px}.recipe-card--grid .recipe-media--md{aspect-ratio:1.55}.recipe-card--grid .recipe-card__content{padding:8px}.recipe-card--grid .recipe-card__topline{grid-template-columns:1fr 25px;gap:4px}.recipe-card--grid h3{font-size:12px;line-height:1.15}.recipe-card--grid .heart-button{width:24px;height:24px}.recipe-card--grid .heart-button svg{width:17px;height:17px}.recipe-card--grid .recipe-card__summary{margin-top:7px;gap:7px;font-size:9px}.recipe-card--grid .recipe-card__summary svg{width:11px;height:11px}.recipe-card--grid .tag-row{display:none}.home-banner{min-height:128px;grid-template-columns:minmax(0,1fr) 160px;margin-top:7px;padding:15px 14px}.home-banner h2{max-width:190px;font-size:20px}.home-banner p{max-width:175px;font-size:11px}.home-banner__art{right:-24px;bottom:-18px;width:218px}.catalog-empty-panel{margin:0 0 12px;padding:18px;border:1.4px solid rgba(117,98,57,.18);border-radius:15px;background:radial-gradient(circle at 92% 18%,rgba(207,226,189,.54),transparent 30%),#fffdf7c7}.catalog-empty-panel h2{max-width:260px;margin:0;color:var(--color-green-deep);font-size:18px;font-weight:900;line-height:1.08}.catalog-empty-panel p{max-width:290px;margin:8px 0 0;color:#17211dbd;font-size:12px;font-weight:600;line-height:1.35}.decorative-food--home img{transform:translateY(-48px) scale(1.02)}.search-bar{overflow:hidden}.search-bar__placeholder{position:absolute;left:72px;right:18px;top:50%;color:#17211d75;font-size:13px;font-weight:800;line-height:1.18;text-align:left;transform:translateY(-50%);pointer-events:none}.search-bar--has-value .search-bar__placeholder{display:none}.search-bar:not(.search-bar--has-value) input{color:transparent}.category-card{min-height:82px;padding:6px 4px}.category-card__icon{width:44px;height:29px;font-size:24px}.category-card strong{font-size:10px}.horizontal-rail{grid-auto-columns:116px}.recipe-card--grid .recipe-media--md{aspect-ratio:1.78}.recipe-card--grid .recipe-card__content{padding:7px}.recipe-card--grid h3{display:-webkit-box;min-height:38px;overflow:hidden;font-size:11px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.recipe-card--grid .recipe-card__summary{display:grid;grid-template-columns:1fr;gap:3px;margin-top:5px;font-size:9px}.recipe-card--grid .recipe-card__summary span:nth-child(3){display:none}.home-banner{height:132px;min-height:132px;align-items:center}.home-banner h2{max-width:172px;font-size:18px;line-height:1.05}.home-banner p{max-width:160px;margin:6px 0 8px;font-size:10px;line-height:1.22}.home-banner button{min-height:29px;padding:0 12px;font-size:9px}.bottom-nav{min-height:68px;padding:6px 7px 14px}.bottom-nav__item{gap:3px;padding:4px 2px;font-size:9px}.bottom-nav__item svg{width:20px;height:20px}.bottom-nav__item span{min-height:18px}.home-banner h2{max-width:214px}.screen--filter{padding-bottom:128px}.home-hero h1{font-size:22px}.home-hero{width:min(100%,280px)}.home-hero p{font-size:17px}.section-title h2{font-size:18px;font-weight:800}.section-title button{font-size:12px;font-weight:800}.filter-cta{font-size:14px}.home-banner h2{max-width:196px;font-size:16px;line-height:1.06}.home-banner p{max-width:196px;margin:5px 0 7px;font-size:9px;line-height:1.16}.home-banner button{min-height:25px;padding:0 11px;font-size:8px}.screen--home .catalog-empty-panel{min-height:104px;margin:0 0 10px;padding:16px;border:1.4px solid rgba(117,98,57,.18);border-radius:15px;background:#fffdf7d1}.screen--home .catalog-empty-panel h2{max-width:270px;margin:0;color:var(--color-green-deep);font-size:18px;font-weight:900;line-height:1.08}.screen--home .catalog-empty-panel p{max-width:318px;margin:8px 0 0;color:#17211db8;font-size:12px;font-weight:600;line-height:1.34}.screen--detail .detail-card__description{max-width:100%;overflow-wrap:anywhere}.screen--detail .metric-grid{gap:6px}.screen--detail .metric-grid div{min-width:0;min-height:70px;padding:6px 3px}.screen--detail .metric-grid strong,.screen--detail .metric-grid span{max-width:100%;overflow-wrap:anywhere;white-space:normal}.screen--detail .metric-grid strong{font-size:11px;line-height:1.12}.screen--detail .metric-grid span{font-size:9px;line-height:1.1}.recipe-card--result{grid-template-columns:92px minmax(0,1fr)}.recipe-card--result .recipe-card__content{min-width:0}.recipe-card--result h3{display:-webkit-box;min-width:0;overflow:hidden;font-size:12px;line-height:1.12;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:3}.recipe-card--result .recipe-card__summary{gap:6px;font-size:10px}.recipe-card--result .recipe-card__match strong,.recipe-card--result .recipe-card__match span,.recipe-card--result .recipe-card__match small{min-width:0;overflow-wrap:anywhere;font-size:10px;line-height:1.12}html,body{overflow-x:hidden}.app-phone{width:min(100%,var(--max-app-width))}.screen--detail,.screen--detail .detail-card,.screen--detail .metric-grid,.screen--detail .detail-section-heading,.screen--detail .button-row{max-width:100%}.screen--detail .detail-card{overflow-x:hidden}.nutrition-strip{width:100%;min-height:30px;display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;padding:0;border:0;background:transparent;color:var(--color-green-deep);text-align:left}.nutrition-strip span{display:inline-flex;min-height:26px;align-items:center;padding:4px 8px;border:1px solid rgba(27,94,58,.12);border-radius:999px;background:#a6d48a33;font-size:10px;font-weight:900}.nutrition-panel{margin:-8px 0 25px;padding:15px;border:1px solid rgba(27,94,58,.14);border-radius:14px;background:linear-gradient(135deg,#a6d48a38,#fffdf7c7)}.nutrition-panel__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.nutrition-panel h2{margin:0;color:var(--color-green-deep);font-size:16px;font-weight:900}.nutrition-panel__head span{padding:5px 9px;border-radius:999px;background:#fffdfad1;color:var(--color-green-deep);font-size:11px;font-weight:900}.macro-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.macro-grid div{min-width:0;padding:9px 4px;border-radius:10px;background:#fffdfadb;text-align:center}.macro-grid strong,.macro-grid span{display:block;min-width:0;overflow-wrap:anywhere}.macro-grid strong{color:#153226;font-size:15px;font-weight:900}.macro-grid span{margin-top:2px;color:#3333339e;font-size:9px;font-weight:800}.nutrition-panel p{margin:10px 0 0;color:#333333a3;font-size:11px;font-weight:700;line-height:1.35}.prep-dashboard{display:grid;gap:12px;margin:18px 0 24px;padding:15px;border:1px solid rgba(27,94,58,.14);border-radius:14px;background:#fffdf7db}.prep-dashboard>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.prep-dashboard span{color:#3333339e;font-size:12px;font-weight:800}.prep-dashboard strong{color:var(--color-green-deep);font-size:17px;font-weight:900}.prep-progress{height:8px;overflow:hidden;border-radius:999px;background:#1b5e3a1f}.prep-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#006a34,#8bbf61)}.prep-timer{display:grid;grid-template-columns:minmax(64px,1fr) 36px 36px minmax(0,1.2fr);gap:8px;align-items:center}.prep-timer strong{font-size:24px}.prep-timer button{min-height:36px;border:1px solid rgba(27,94,58,.16);border-radius:999px;background:var(--color-white);color:var(--color-green-deep);font-size:11px;font-weight:900}.prep-list li{padding:8px;border-radius:14px}.prep-list li.is-active{background:#a6d48a29}.screen--account{padding-bottom:112px}.account-hero,.account-form,.sync-panel,.account-card{border:1px solid rgba(122,90,58,.14);border-radius:14px;background:#fffdfae0;box-shadow:0 10px 24px #7a5a3a0f}.account-hero{display:grid;grid-template-columns:56px minmax(0,1fr);gap:13px;align-items:center;padding:16px}.account-hero__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#a6d48a47;color:var(--color-green-deep)}.account-hero p,.account-hero h1,.account-hero span{margin:0;overflow-wrap:anywhere}.account-hero p{color:var(--color-green-deep);font-size:12px;font-weight:900}.account-hero h1{margin-top:3px;color:#153226;font-size:23px;line-height:1.08}.account-hero span{display:block;margin-top:5px;color:#3333339e;font-size:12px;font-weight:700}.account-form,.sync-panel,.account-card{display:grid;gap:12px;margin-top:14px;padding:15px}.account-form label{display:grid;gap:6px;color:var(--color-green-deep);font-size:12px;font-weight:900}.account-form input{min-height:44px;width:100%;min-width:0;padding:0 12px;border:1px solid rgba(122,90,58,.18);border-radius:10px;background:#ffffffd6}.sync-panel h2,.account-card h2{margin:0;color:var(--color-green-deep);font-size:17px;font-weight:900}.sync-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.sync-grid span{min-height:54px;padding:9px;border-radius:10px;background:#a6d48a29;color:#333333ad;font-size:11px;font-weight:800}.sync-grid strong{display:block;color:#153226;font-size:19px;font-weight:900}.sync-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.sync-actions button,.sync-actions label{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(27,94,58,.18);border-radius:999px;background:var(--color-white);color:var(--color-green-deep);font-size:11px;font-weight:900;text-align:center}.sync-actions input{display:none}.account-card p{margin:0;color:#333333a8;font-size:13px;font-weight:700;line-height:1.35}.screen--home .home-hero p,.screen--home .section-title h2,.search-bar__placeholder{max-width:100%;overflow-wrap:anywhere}@media(max-width:370px){.screen--home{padding:8px 14px 26px}.decorative-food--home img{transform:translateY(-44px) scale(.96)}.home-brand{grid-template-columns:32px minmax(0,1fr) 36px}.home-brand .brand-logo{min-width:0}.brand-logo--home .brand-logo__word{font-size:34px}.brand-logo--home .brand-logo__subtitle{max-width:192px;font-size:8px;letter-spacing:1.5px}.notification-button{width:36px;height:36px}.notification-button svg{width:25px;height:25px}.home-hero{width:min(100%,260px);margin-top:14px}.home-hero p{font-size:16px;line-height:1.25}.screen--home .search-bar,.screen--home .filter-cta{width:100%}.search-bar{padding-left:12px;padding-right:12px}.search-bar__placeholder{left:56px;right:12px;font-size:12px;line-height:1.18}.section-title{margin-left:0;margin-right:0;gap:8px}.section-title h2{max-width:68%}}
