:root{--green:#0f7a4b;--green-dark:#075b38;--mint:#e9f7ef;--ink:#17231d;--muted:#708078;--line:#e6ece8;--card:#fff;--bg:#f7faf8;--orange:#f59e0b;--red:#dc4b4b;--shadow:0 12px 35px rgba(20,70,45,.08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--ink)}body{padding-bottom:84px}.app-shell{max-width:560px;margin:auto;min-height:100vh;background:var(--bg)}button,input,textarea{font:inherit}button{cursor:pointer}.topbar{height:70px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;cursor:pointer}.brand-mark{width:40px;height:40px;border-radius:13px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900;font-size:12px;box-shadow:0 6px 16px rgba(15,122,75,.2)}.brand strong,.brand small{display:block}.brand strong{font-size:17px}.brand small{font-size:10px;color:var(--muted);margin-top:1px}.icon-btn{border:0;background:#f1f5f2;width:38px;height:38px;border-radius:12px;font-size:17px;color:var(--ink)}main{padding:16px 16px 100px}.view{display:none}.active-view{display:block}.location-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;box-shadow:var(--shadow)}.location-card strong{display:block;font-size:13px;margin-top:3px;max-width:300px}.eyebrow{display:block;font-size:9px;letter-spacing:.12em;font-weight:800;color:var(--muted)}.eyebrow.light{color:#bce7ce}.text-btn{border:0;background:none;color:var(--green);font-weight:800;font-size:12px}.search-wrap{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 14px;height:48px;margin-bottom:14px}.search-wrap span{font-size:23px;color:var(--muted)}.search-wrap input{border:0;outline:0;width:100%;background:transparent;font-size:14px}.hero-banner{background:linear-gradient(135deg,#0f7a4b,#126b43);color:#fff;border-radius:22px;padding:20px;min-height:160px;display:flex;justify-content:space-between;overflow:hidden;box-shadow:0 15px 32px rgba(15,122,75,.16);margin-bottom:22px}.hero-banner h1{font-size:24px;line-height:1.05;margin:7px 0}.hero-banner h1 em{font-style:normal;color:#c9f2d8}.hero-banner p{font-size:11px;line-height:1.5;max-width:290px;color:#d8f2e2;margin:0}.hero-fruit{font-size:44px;align-self:flex-end;white-space:nowrap;transform:rotate(-8deg);margin-right:-12px;margin-bottom:-4px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:12px}.section-heading h2,.page-heading h1{margin:3px 0 0;font-size:22px}.count-pill{font-size:10px;background:var(--mint);color:var(--green);font-weight:800;border-radius:20px;padding:7px 9px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:0 6px 20px rgba(20,70,45,.04)}.product-image{height:112px;border-radius:14px;background:#f4f8f5;display:grid;place-items:center;font-size:54px;margin-bottom:10px}.product-card h3{font-size:14px;margin:0 0 4px}.product-meta{font-size:10px;color:var(--muted);margin-bottom:10px}.product-price{font-weight:900;font-size:15px}.product-actions{display:flex;align-items:center;justify-content:space-between;margin-top:9px}.add-btn{border:0;background:var(--green);color:#fff;border-radius:10px;padding:8px 12px;font-weight:900;font-size:11px}.qty-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden}.qty-control button{border:0;background:#f5f8f6;width:28px;height:30px}.qty-control span{width:27px;text-align:center;font-size:11px;font-weight:800}.cart-bar{position:fixed;bottom:72px;left:50%;transform:translateX(-50%);width:min(528px,calc(100% - 24px));background:#103e2b;color:#fff;border-radius:17px;padding:9px 10px 9px 14px;display:flex;align-items:center;justify-content:space-between;z-index:30;box-shadow:0 16px 35px rgba(7,91,56,.28)}.cart-bar strong,.cart-bar small{display:block}.cart-bar strong{font-size:11px}.cart-bar small{font-size:13px;font-weight:900;margin-top:1px}.cart-bar button{background:#fff;color:var(--green);border:0;border-radius:11px;padding:10px 13px;font-size:11px;font-weight:900}.hidden{display:none!important}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(560px,100%);height:72px;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);z-index:25;padding-bottom:env(safe-area-inset-bottom)}.nav-item{border:0;background:transparent;color:#829089;font-size:9px;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative}.nav-item span{font-size:20px;line-height:1}.nav-item.active{color:var(--green)}.badge{position:absolute;top:10px;margin-left:20px;background:var(--orange);color:#fff;border-radius:9px;font-style:normal;font-size:8px;min-width:15px;height:15px;display:grid;place-items:center;padding:0 3px}.page-heading{display:flex;align-items:center;gap:8px;margin:5px 0 18px}.back-btn{border:0;background:#fff;border:1px solid var(--line);width:38px;height:38px;border-radius:12px;font-size:25px;line-height:1}.order-card,.summary-card,.form-card,.profile-card,.menu-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.order-card{padding:15px;margin-bottom:12px}.order-head,.order-total,.status-row{display:flex;justify-content:space-between;align-items:center}.order-head strong{font-size:13px}.order-date{font-size:10px;color:var(--muted)}.status{font-size:9px;font-weight:900;border-radius:20px;padding:6px 8px}.status.ordered{background:#fff5dc;color:#a46600}.status.processing{background:#eaf2ff;color:#3565a9}.status.delivered{background:#e9f7ef;color:var(--green)}.status.cancelled{background:#fdeeee;color:#b83d3d}.order-items{margin:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:9px 0}.order-line{display:flex;justify-content:space-between;font-size:11px;padding:3px 0}.order-total{font-weight:900;font-size:13px}.summary-card{padding:15px;margin-top:12px}.summary-line{display:flex;justify-content:space-between;font-size:12px;padding:5px 0;color:#56635c}.summary-line.total{font-size:16px;color:var(--ink);font-weight:900;border-top:1px solid var(--line);margin-top:7px;padding-top:12px}.primary-btn{border:0;background:var(--green);color:#fff;border-radius:13px;padding:13px 16px;font-weight:900;font-size:12px;box-shadow:0 8px 20px rgba(15,122,75,.18)}.full{width:100%;margin-top:14px}.form-card{padding:16px}.form-card label,.modal-sheet label{display:block;font-size:11px;font-weight:800;margin-bottom:12px}.form-card input,.form-card textarea,.modal-sheet input{width:100%;border:1px solid #dce5df;background:#fbfcfb;border-radius:11px;padding:11px 12px;margin-top:6px;outline:0;font-size:13px}.form-card input:focus,.form-card textarea:focus,.modal-sheet input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(15,122,75,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.optional{font-size:9px;color:var(--muted);font-weight:500}.payment-note{display:flex;gap:10px;background:var(--mint);padding:12px;border-radius:13px;margin-top:4px}.payment-note span{font-size:22px}.payment-note strong,.payment-note small{display:block}.payment-note strong{font-size:12px}.payment-note small{font-size:10px;color:#557061;margin-top:2px}.profile-card{padding:16px;display:flex;align-items:center;gap:12px;margin-bottom:12px}.avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--mint);font-size:22px}.profile-card strong,.profile-card small{display:block}.profile-card small{font-size:10px;color:var(--muted);margin-top:3px}.menu-card{overflow:hidden}.menu-card button,.admin-link{width:100%;display:flex;align-items:center;gap:12px;padding:14px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);text-align:left;text-decoration:none}.menu-card button:last-child,.admin-link:last-child{border-bottom:0}.menu-card button>span,.admin-link>span{font-size:19px;width:25px;text-align:center}.menu-card strong,.menu-card small{display:block}.menu-card strong{font-size:12px}.menu-card small{font-size:10px;color:var(--muted);margin-top:2px}.menu-card b{margin-left:auto;color:#9aa59f;font-size:20px}.modal{position:fixed;inset:0;background:rgba(11,30,21,.42);z-index:50;display:flex;align-items:flex-end;justify-content:center}.modal-sheet{background:#fff;width:min(560px,100%);border-radius:22px 22px 0 0;padding:20px 16px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -20px 50px rgba(0,0,0,.18)}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head h2{margin:3px 0 0;font-size:20px}.muted{font-size:11px;color:var(--muted)}.toast{position:fixed;left:50%;bottom:94px;transform:translate(-50%,20px);background:#163b2b;color:#fff;padding:11px 15px;border-radius:12px;font-size:11px;font-weight:700;opacity:0;pointer-events:none;transition:.25s;z-index:70;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%,0)}.empty{background:#fff;border:1px dashed #ccd9d1;border-radius:18px;padding:35px 20px;text-align:center;color:var(--muted)}.empty strong{display:block;color:var(--ink);margin-bottom:5px}.address-block{background:#f7faf8;border-radius:12px;padding:10px;margin:10px 0;font-size:10px;line-height:1.5;color:#59675f}.order-actions{display:flex;gap:8px;margin-top:10px}.secondary-btn{border:1px solid var(--line);background:#fff;color:var(--green);border-radius:10px;padding:9px 11px;font-size:10px;font-weight:800;flex:1}@media(min-width:700px){body{padding:20px 0}.app-shell{border-radius:24px;overflow:hidden;box-shadow:0 20px 70px rgba(15,50,30,.08);min-height:calc(100vh - 40px)}.topbar{position:relative}.bottom-nav{position:fixed;bottom:20px;border-radius:0 0 24px 24px}.cart-bar{bottom:92px}.product-grid{grid-template-columns:repeat(2,1fr)}}
