@import "https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh;overflow-x:hidden}body{background:#f7f7f7;margin:0;font-family:Arial,sans-serif;overflow-y:auto}#root{width:100%;min-height:100vh}.navbar{z-index:1000;background:#ffb300;justify-content:center;align-items:center;width:100%;height:88px;padding:14px 16px;display:flex;position:fixed;top:0;left:0}.navbar-left{justify-content:center;width:100%;display:flex}.navbar-text{flex-direction:column;align-items:center;display:flex}.logo{color:#fff;letter-spacing:2px;font-family:Segoe UI,Poppins,system-ui,-apple-system,sans-serif;font-size:28px;font-style:italic;font-weight:900}.navbar-subtitle{color:#fff;margin-top:4px;font-size:13px}.main-content{min-height:100vh;padding-top:88px}.filter-row{background:#fff;justify-content:flex-start;gap:12px;padding:8px 16px;display:flex;position:relative}.filter-row>div{flex:none;align-items:center;display:flex;position:relative}.region-filter-bar{align-items:center;width:100%;display:flex}.region-filter-btn{cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#f5f5f5;border:none;border-radius:30px;justify-content:center;align-items:center;gap:6px;height:36px;padding:8px 16px;font-size:14px;font-weight:600;line-height:1.2;display:flex}.filter-bar{align-items:center;display:flex;padding:0!important}.filter-btn{cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#f5f5f5;border:none;border-radius:30px;justify-content:center;align-items:center;gap:6px;height:36px;padding:8px 16px;font-size:14px;font-weight:600;line-height:1.2;display:flex}.dropdown-menu{z-index:1000;background:#fff;border-radius:12px;min-width:180px;margin-top:8px;position:absolute;top:100%;left:0;right:auto;overflow:hidden;box-shadow:0 4px 12px #00000026}.dropdown-menu button{text-align:left;cursor:pointer;white-space:nowrap;background:#fff;border:none;width:100%;padding:12px 16px;font-size:14px}.dropdown-menu button:hover{background:#f5f5f5}.active-dropdown{color:#ff9800;font-weight:600;background:#fff3e0!important}.region-dropdown{z-index:1000;background:#fff;border-radius:12px;min-width:180px;margin-top:8px;position:absolute;top:100%;left:0;right:auto;overflow:hidden;box-shadow:0 4px 12px #00000026}.region-dropdown button{text-align:left;cursor:pointer;white-space:nowrap;background:#fff;border:none;width:100%;padding:12px 16px;font-size:14px}.region-dropdown button:hover{background:#f5f5f5}.region-dropdown .active-region{color:#ff9800;background:#fff3e0;font-weight:600}.restaurants{background:#fff}.restaurants-grid{flex-direction:column;display:flex}.restaurant-card{color:#000;background:#fff;border-bottom:1px solid #eee;gap:14px;padding:16px;text-decoration:none;display:flex}.restaurant-card img{object-fit:cover;border-radius:14px;flex-shrink:0;width:110px;height:110px}.restaurant-content{flex-direction:column;flex:1;justify-content:center;display:flex}.restaurant-content h3{margin-bottom:8px;font-size:18px}.restaurant-category{color:#777;margin-bottom:12px}.restaurant-bottom{justify-content:space-between;align-items:center;display:flex}.restaurant-bottom span{color:#666;font-size:14px}.restaurant-bottom button{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700}@media (width<=768px){.restaurant-card img{width:95px;height:95px}.restaurant-content h3{font-size:16px}}.restaurant-page{background:#f5f5f5}.restaurant-banner{object-fit:cover;width:100%;height:280px;display:block}.restaurant-details{text-align:center;padding:28px 20px 10px}.restaurant-details h1{color:#111;margin-bottom:10px;font-size:34px;font-weight:700}.restaurant-info{color:#666;flex-wrap:wrap;justify-content:center;gap:18px;font-size:14px;display:flex}.menu-images{padding:20px}.menu-images img{border-radius:16px;width:100%;margin-bottom:20px}.map-link{color:#555;text-decoration:none}.restaurant-menu{background:#fff;padding:10px 16px 80px}.menu-section{margin-bottom:32px}.menu-section h2{color:#e65100;border-left:5px solid #ff9800;margin-bottom:18px;padding-left:10px;font-size:22px;font-weight:700}.menu-items{flex-direction:column;gap:0;display:flex}.menu-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.menu-item h3{color:#333;margin:0;font-size:16px}.menu-right{align-items:center;gap:12px;display:flex}.menu-right span{color:#333;font-size:16px;font-weight:700}.menu-right button{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.item-description{color:#999;margin-top:4px;font-size:12px}.premium-categories{scrollbar-width:none;background:#ffb300;gap:12px;padding:12px 16px;display:flex;overflow-x:auto}.premium-categories button{white-space:nowrap;cursor:pointer;color:#e65100;background:#fff3e0;border:none;border-radius:999px;padding:8px 16px;font-size:14px;font-weight:600}.premium-categories button.active-category{color:#e65100;background:#fff}.cart-bar{color:#fff;z-index:2000;background:#111;border-radius:18px;justify-content:space-between;align-items:center;width:calc(100% - 32px);max-width:500px;padding:16px 18px;display:flex;position:fixed;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #00000040}.cart-bar button{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:999px;padding:10px 18px;font-weight:700}.cart-modal{z-index:3000;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.cart-content{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:500px;max-height:80vh;padding:20px 16px 30px;overflow-y:auto}.cart-header{border-bottom:2px solid #ff9800;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.cart-header h2{color:#e65100;margin:0}.close-cart-btn{cursor:pointer;background:#f0f0f0;border:none;border-radius:999px;width:32px;height:32px;font-size:18px}.cart-items{flex-direction:column;gap:14px;margin-bottom:20px;display:flex}.cart-item{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.cart-item-name{color:#333;margin-bottom:4px;font-weight:600}.cart-item-price{color:#333;font-size:13px;font-weight:500}.cart-controls{background:#f5f5f5;border-radius:32px;align-items:center;gap:12px;padding:4px 8px;display:flex}.cart-controls button{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:999px;width:30px;height:30px;font-size:18px}.cart-qty{text-align:center;min-width:24px;font-size:16px;font-weight:600}.cart-total{border-top:2px solid #eee;justify-content:space-between;align-items:center;margin:20px 0;padding-top:12px;font-size:18px;font-weight:700;display:flex}.cart-total span:last-child{color:#333;font-size:22px}.whatsapp-order{color:#fff;background:#25d366;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;height:52px;font-weight:700;text-decoration:none;display:flex}.back-button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:1000;background:#0009;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:500;text-decoration:none;position:fixed;top:65px;left:10px}.restaurant-header{text-align:center;background:#fff;border-bottom:1px solid #eee;padding:20px 20px 10px}.restaurant-header h1{color:#000;margin:0;font-size:28px;font-weight:700}.toast-notification{color:#fff;z-index:10000;background:#1a1a1a;border-radius:48px;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:500;display:flex;position:fixed;top:100px;left:50%;transform:translate(-50%)}:focus{box-shadow:none!important;outline:none!important}.filter-row,.region-filter,.region-filter-bar,.category-section,.filter-bar{border-bottom:none!important}.floating-whatsapp{color:#fff;z-index:999;background:#25d366;border-radius:999px;align-items:center;gap:8px;padding:14px 22px;font-size:14px;font-weight:600;text-decoration:none;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #00000026}@media (width<=768px){.floating-whatsapp{padding:12px 18px;font-size:13px;bottom:16px;right:16px}}
