:root{color:#16211b;background:#f4f6f1;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input{font:inherit}button{min-height:42px;border:1px solid #d5ded0;border-radius:8px;padding:0 14px;color:#16211b;background:#fff;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.shell{width:min(720px,100%);min-height:100vh;margin:0 auto;padding:14px 14px 92px}.topbar,.section-head,.food-card footer,.cart-item{display:flex;align-items:center;justify-content:space-between;gap:10px}.topbar{margin-bottom:14px}.topbar h1,.section-head h2,.food-card h3,.food-card p,.result-screen h2,.result-screen p{margin:0}.section-head{margin-bottom:12px}.section-head span,.muted,small{color:#68766d}.content-flow,.stack,.checkout-form,.restaurant-grid{display:grid;gap:12px}.restaurant-card{position:relative;display:grid;min-height:172px;overflow:hidden;border:0;padding:0;text-align:left;background:#dce5d8}.restaurant-card>img{width:100%;height:172px;object-fit:cover}.restaurant-card:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,#00000014,#000000a3)}.restaurant-card.inactive{filter:grayscale(1)}.restaurant-card.inactive:after{background:#282d2aad}.restaurant-logo{position:absolute;z-index:1;top:12px;left:12px;width:54px;height:54px;overflow:hidden;border:2px solid #ffffff;border-radius:8px;background:#fff}.restaurant-logo img{width:100%;height:100%;object-fit:cover}.restaurant-info{position:absolute;z-index:1;right:14px;bottom:14px;left:14px;display:grid;gap:4px;color:#fff}.restaurant-info strong{font-size:22px}.restaurant-info small,.restaurant-info em{color:#ffffffe0;font-style:normal}.food-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.food-card{display:grid;grid-template-rows:auto 1fr auto;min-width:0;overflow:hidden;border:1px solid #e0e6dd;border-radius:8px;background:#fff}.food-card>img{width:100%;aspect-ratio:1;object-fit:cover;background:#e8eee4}.food-card>div{display:grid;align-content:start;gap:6px;padding:10px}.food-card h3{font-size:15px;line-height:1.2}.food-card p{color:#667269;font-size:13px;line-height:1.35}.food-card footer{display:grid;gap:8px;padding:0 10px 10px}.food-card footer button{width:100%;min-height:40px;padding:0 8px}.checkout-bar{position:sticky;bottom:82px;z-index:3;display:flex;align-items:center;justify-content:space-between;min-height:64px;border-color:#216b4a;color:#fff;background:#216b4a;box-shadow:0 12px 28px #1c302438}.cart-screen,.result-screen{max-width:560px;margin:0 auto}.cart-item,.order-card{border:1px solid #e0e7dd;border-radius:8px;padding:12px;background:#fff}.cart-item span,.order-card{display:grid;gap:4px}.stepper{display:grid;grid-template-columns:36px 30px 36px;align-items:center;text-align:center}.stepper button,.food-stepper button{min-height:34px;padding:0}.food-stepper{display:grid;grid-template-columns:40px minmax(34px,1fr) 40px;align-items:center;min-height:44px;overflow:hidden;border:1px solid #216b4a;border-radius:8px;text-align:center;background:#f0fff5}.food-stepper button{width:100%;height:100%;border:0;border-radius:0;color:#fff;background:#216b4a;font-size:20px;font-weight:800}.food-stepper b{color:#174d36;font-size:16px}.field{width:100%;min-height:48px;border:1px solid #d5ded0;border-radius:8px;padding:0 12px;background:#fff}.primary{border-color:#216b4a;color:#fff;background:#216b4a}.pay-button{min-height:68px;font-size:18px;font-weight:700}.full{width:100%}.ghost{background:transparent}.compact{min-height:36px}.notice{margin-bottom:12px;border:1px solid #cfd9ca;border-radius:8px;padding:10px 12px;background:#fff}.notice.error{border-color:#e3b6b6;color:#8f2525;background:#fff4f4}.result-screen{justify-items:stretch;text-align:center}.result-mark{display:grid;place-items:center;width:78px;height:78px;margin:16px auto 0;border-radius:50%;color:#fff;background:#216b4a;font-size:42px;font-weight:800}.order-card.large{min-height:118px;text-align:left}.bottom-tabs{position:fixed;right:0;bottom:0;left:0;z-index:5;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(720px,100%);margin:0 auto;padding:10px 14px 14px;border-top:1px solid #dde5d9;background:#f4f6f1f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottom-tabs a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid #d5ded0;border-radius:8px;color:#16211b;background:#fff;text-decoration:none}.bottom-tabs a.active{border-color:#216b4a;color:#fff;background:#216b4a}@media(min-width:700px){.restaurant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
