@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--brand: #f97316;--brand-dark: #c2570a;--bg: #0f0f0f;--surface: #1a1a1a;--card: #222222;--border: #2a2a2a;--text: #f5f5f5;--muted: #888;--green: #22c55e;--red: #ef4444}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;max-width:480px;margin:0 auto;min-height:100vh;position:relative}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{display:none}.restaurant-hero{position:relative;height:200px;overflow:hidden}.restaurant-hero img{width:100%;height:100%;object-fit:cover}.restaurant-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 40%,var(--bg) 100%)}.restaurant-info{padding:0 16px 16px;margin-top:-48px;position:relative;z-index:1}.restaurant-logo{width:72px;height:72px;border-radius:16px;border:3px solid var(--bg);background:var(--card);overflow:hidden;margin-bottom:10px;box-shadow:0 4px 16px #0006}.restaurant-name{font-size:20px;font-weight:800}.restaurant-meta{font-size:12.5px;color:var(--muted);margin-top:4px;display:flex;gap:12px}.category-tabs{display:flex;gap:8px;overflow-x:auto;padding:12px 16px;position:sticky;top:0;background:var(--bg);z-index:10;border-bottom:1px solid var(--border)}.category-tab{flex-shrink:0;padding:7px 16px;border-radius:99px;font-size:13px;font-weight:600;background:var(--card);color:var(--muted);transition:all .15s}.category-tab.active{background:var(--brand);color:#fff}.category-section{padding:20px 16px 0}.category-title{font-size:17px;font-weight:700;margin-bottom:14px}.product-card{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--border);cursor:pointer;transition:opacity .15s}.product-card:hover{opacity:.85}.product-card:last-child{border-bottom:none}.product-img{width:84px;height:84px;border-radius:12px;object-fit:cover;flex-shrink:0;background:var(--card)}.product-info{flex:1;min-width:0}.product-name{font-size:14px;font-weight:600;margin-bottom:4px}.product-desc{font-size:12px;color:var(--muted);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.product-price{font-size:15px;font-weight:700;color:var(--brand)}.product-add{width:32px;height:32px;border-radius:8px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 2px 8px #f9731659;transition:all .15s}.product-add:hover{transform:scale(1.1)}.cart-fab{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border-radius:16px;padding:14px 24px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 32px #f9731673;font-weight:700;font-size:15px;z-index:100;min-width:280px;justify-content:space-between;cursor:pointer;transition:all .2s;animation:slideUpFab .3s}.cart-fab:hover{transform:translate(-50%) translateY(-2px);box-shadow:0 12px 40px #f973168c}.cart-count{background:#fff3;padding:3px 10px;border-radius:99px;font-size:13px}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;animation:fadeIn .2s}.cart-sheet{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:var(--surface);border-radius:24px 24px 0 0;padding:20px 20px 40px;animation:slideUp .25s;max-height:85vh;overflow-y:auto}.cart-handle{width:40px;height:4px;background:var(--border);border-radius:99px;margin:0 auto 20px}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border-radius:14px;padding:14px;font-size:15px;font-weight:700;width:100%;box-shadow:0 4px 16px #f9731659;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #f9731673}.success-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:32px;animation:fadeIn .4s}.success-icon{width:80px;height:80px;border-radius:50%;background:#22c55e26;color:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:36px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translate(-50%) translateY(100%)}to{transform:translate(-50%) translateY(0)}}@keyframes slideUpFab{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}
