@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--bg-app: #e8ecd8;--bg-band: #d6dfc8;--surface: #f8f2e4;--surface-strong: #fff9ec;--text: #253029;--muted: #687167;--line: #d7cebd;--accent: #c95b3f;--accent-strong: #964230;--green: #5f8563;--blue: #587a7a;--gold: #bd9145;--danger: #a9554d;--shadow: 0 18px 50px rgba(61, 82, 61, .15);--shadow-soft: 0 10px 26px rgba(61, 82, 61, .1);font-family:Manrope,sans-serif;background:var(--bg-app);color:var(--text)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(145deg,#d6dfc8f5,#f8eedceb),var(--bg-app)}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.app-shell{width:min(100%,480px);min-height:100vh;margin:0 auto;background:linear-gradient(180deg,#fff9eca3,#d6dfc89e),var(--bg-app);position:relative;box-shadow:0 0 0 1px #26312d14}.app-main{padding:14px 14px calc(90px + env(safe-area-inset-bottom))}.screen{animation:appear .22s ease-out}.stack{display:grid;gap:16px}.hero{display:grid;gap:16px;padding:24px 18px 18px;min-height:232px;align-content:end;color:#fffaf2;border-radius:8px;overflow:hidden;background:linear-gradient(180deg,#26312d2e,#26312db8),url(https://images.unsplash.com/photo-1512058564366-18510be2db19?auto=format&fit=crop&w=1200&q=85) center/cover;box-shadow:var(--shadow);isolation:isolate}.hero h1,.screen-header h1,.detail-block h1{margin:0;letter-spacing:0}.hero h1{font-size:36px;line-height:.98}.hero p{margin:8px 0 0;max-width:30rem;color:#fffaf2db;line-height:1.45}.eyebrow{margin:0;color:var(--accent-strong);font-size:12px;font-weight:800;text-transform:uppercase}.hero .eyebrow{color:#f4c77c}.primary-button,.ghost-button{min-height:50px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800}.primary-button{color:#fff9ec;background:linear-gradient(135deg,var(--accent),var(--accent-strong));box-shadow:0 14px 28px #9642303d;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.primary-button:active,.product-card-footer button:active,.nav-button:active{transform:translateY(1px) scale(.99)}.ghost-button{justify-self:start;padding:0 14px;color:var(--text);background:#fffaf2c2}.info-band{display:grid;gap:10px;padding:14px;border-radius:8px;background:var(--bg-band);color:var(--text)}.info-band div,.profile-band{display:flex;align-items:center;gap:10px}.profile-band{align-items:flex-start}.profile-details{flex:1;display:grid;gap:9px;min-width:0}.profile-line{display:grid;gap:2px}.profile-line span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.profile-line strong{min-width:0;overflow-wrap:anywhere;font-size:15px;line-height:1.25}.section,.checkout-panel,.summary{display:grid;gap:12px}.section-head{display:flex;align-items:center;justify-content:space-between}.section h2,.checkout-panel h2{margin:0;font-size:18px}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.category-tile{min-height:78px;padding:13px;border:1px solid rgba(38,49,45,.08);border-radius:8px;background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:space-between;text-align:left;font-weight:800;box-shadow:var(--shadow-soft)}.screen-header{display:grid;gap:5px;padding:4px 2px 2px}.screen-header h1{font-size:30px;line-height:1.05}.screen-header span,.muted,.empty-state span,.profile-band span,.order-row span{color:var(--muted)}.search-field{min-height:48px;padding:0 13px;border-radius:8px;display:flex;align-items:center;gap:10px;background:var(--surface-strong);border:1px solid rgba(38,49,45,.08)}.search-field input,.input{width:100%;border:0;outline:0;color:var(--text);background:transparent}.chips-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.chip{white-space:nowrap;min-height:40px;padding:0 13px;border-radius:999px;border:1px solid rgba(38,49,45,.12);background:#fffaf294;color:var(--muted);font-weight:800}.chip.is-active{color:#fff9ec;background:var(--green)}.product-grid,.product-strip{display:grid;gap:10px}.product-grid{grid-template-columns:1fr 1fr}.product-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{min-width:0;overflow:hidden;border-radius:8px;background:var(--surface-strong);border:1px solid rgba(38,49,45,.08);box-shadow:0 12px 32px #3c4a3d14;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.product-card.is-selected{border-color:#5f85636b;box-shadow:0 16px 34px #5f85632b}.product-card:active{transform:scale(.992)}.product-image-wrap{position:relative;overflow:hidden}.product-card img{width:100%;aspect-ratio:1.05 / .82;object-fit:cover;display:block}.product-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#26312d05,#26312d29);pointer-events:none}.product-card-body{display:grid;gap:8px;padding:10px}.product-card h3{min-height:40px;margin:0;font-size:14px;line-height:1.22}.product-card-body>span,.price-row span{color:var(--muted);font-size:12px}.product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-card-footer b{font-size:15px}.product-card-footer>button,.stepper button{width:36px;height:36px;border:0;border-radius:8px;display:grid;place-items:center;color:#fffaf2;background:var(--accent)}.mini-stepper{height:36px;display:grid;grid-template-columns:30px 26px 30px;align-items:center;border-radius:8px;overflow:hidden;color:#fffaf2;background:var(--green);box-shadow:0 10px 20px #5f856338}.mini-stepper button{width:30px;height:36px;border:0;display:grid;place-items:center;color:#fffaf2;background:transparent}.mini-stepper span{min-width:26px;text-align:center;font-size:13px;font-weight:900}.product-stepper{min-height:52px;display:grid;grid-template-columns:54px 1fr 54px;align-items:center;border-radius:8px;overflow:hidden;color:#fffaf2;background:var(--green);box-shadow:0 14px 28px #5f85633d}.product-stepper button{height:52px;border:0;display:grid;place-items:center;color:#fffaf2;background:#fffaf214}.product-stepper span{text-align:center;font-size:18px;font-weight:900}.status-badge{justify-self:start;padding:4px 7px;border-radius:999px;font-size:10px;font-weight:800}.status-badge.is-ok{color:var(--green);background:#5f856324}.status-badge.is-empty{color:var(--danger);background:#a9554d21}.product-detail{align-content:start}.detail-image{width:100%;aspect-ratio:1 / .78;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.detail-block{display:grid;gap:10px;padding:16px;border-radius:8px;background:var(--surface-strong);box-shadow:var(--shadow-soft)}.detail-block h1{font-size:28px;line-height:1.08}.detail-block p{margin:0;color:var(--muted);line-height:1.5}.price-row{display:flex;align-items:baseline;justify-content:space-between}.price-row strong{font-size:24px}.cart-list{display:grid;gap:8px}.cart-item{display:grid;grid-template-columns:68px 1fr auto;gap:10px;align-items:center;padding:9px;border-radius:8px;background:var(--surface-strong);box-shadow:var(--shadow-soft)}.cart-item img{width:68px;height:68px;object-fit:cover;border-radius:8px}.cart-item div:nth-child(2){min-width:0;display:grid;gap:3px}.cart-item strong,.order-row strong{overflow-wrap:anywhere}.cart-item span{color:var(--muted);font-size:12px}.stepper{display:grid;grid-template-columns:36px 28px 36px;align-items:center;text-align:center;font-weight:800}.checkout-panel,.summary,.profile-band{padding:14px;border-radius:8px;background:#fffaf2c7;border:1px solid rgba(38,49,45,.08)}.delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.delivery-button{min-height:62px;padding:10px;border-radius:8px;border:1px solid rgba(38,49,45,.12);background:var(--surface);color:var(--text);display:grid;gap:4px;text-align:left}.delivery-button.is-active{border-color:#5f856359;background:#5f856324}.delivery-note{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.input{min-height:48px;padding:0 13px;border-radius:8px;background:var(--surface-strong);border:1px solid rgba(38,49,45,.1)}.summary-line{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted)}.summary-line.is-strong{color:var(--text);font-size:20px}.empty-state{min-height:150px;display:grid;place-items:center;align-content:center;gap:8px;padding:18px;text-align:center;border:1px dashed rgba(38,49,45,.18);border-radius:8px;background:#fffaf26b}.orders-list{display:grid;gap:8px}.order-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px;border-radius:8px;background:var(--surface-strong)}.order-row div{min-width:0;display:grid;gap:4px}.order-meta{justify-items:end;align-content:center}.order-status{width:max-content;padding:4px 7px;border-radius:999px;font-size:10px;font-weight:900;line-height:1;color:var(--text);background:#26312d14}.order-status.is-new{background:#d9987c38}.order-status.is-progress{background:#e0c06b4d}.order-status.is-done{background:#82a07d47}.order-status.is-cancelled{background:#974e482e}.bottom-nav{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:min(100%,480px);display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:#fff9ece6;border-top:1px solid rgba(38,49,45,.1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 -12px 34px #26312d1a}.nav-button{min-height:52px;border:0;border-radius:8px;display:grid;place-items:center;gap:2px;color:var(--muted);background:transparent;font-size:11px;font-weight:800}.nav-button.is-active{color:var(--text);background:#5f85632e;box-shadow:inset 0 0 0 1px #5f85631f}@keyframes appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:370px){.product-grid,.product-strip,.category-grid{grid-template-columns:1fr}.hero h1{font-size:31px}}
