@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2 family=Poppins:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";body{color:#111;background:#fff;min-height:100vh;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}button{background:0 0;font-family:inherit}ul{list-style:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input{font-family:inherit}:focus{outline-offset:2px;outline:2px solid #f5b301}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#f5b301;border-radius:10px}::-webkit-scrollbar-track{background:#f3f3f3}:root{--bg-glass:#ffffff73;--bg-glass-scrolled:#ffffffd9;--border-glass:#fff9;--shadow-premium:0 16px 40px -10px #00000014, 0 1px 3px #00000005;--text-main:#000;--text-muted:#555;--accent-yellow:#ffc700;--accent-orange-glow:#ff8a0026}button{-webkit-tap-highlight-color:transparent;outline:none}button:focus{box-shadow:none;outline:none}.navbar-container{box-sizing:border-box;z-index:1000;width:100%;padding:24px 40px;transition:padding .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0}.navbar-container.scrolled{padding:16px 40px}.navbar-glass{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-glass);max-width:1440px;height:72px;box-shadow:var(--shadow-premium);border-radius:100px;justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;transition:background .4s,border-color .4s;display:flex}.navbar-container.scrolled .navbar-glass{background:var(--bg-glass-scrolled);border-color:#fffc}.navbar-left{cursor:pointer;align-items:center;gap:12px;display:flex}.logo-circle{background:var(--text-main);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex}.navbar-left:hover .logo-circle{transform:scale(1.05)}.logo-text-d{color:var(--accent-yellow);font-family:Poppins,sans-serif;font-size:22px;font-weight:700;line-height:1;transform:translateY(-1px)}.brand-name{color:var(--text-main);letter-spacing:-.5px;font-family:Poppins,sans-serif;font-size:22px;font-weight:700}.navbar-center{background:#00000008;border:1px solid #00000005;border-radius:100px;align-items:center;gap:8px;padding:6px;display:flex}.nav-link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:100px;padding:10px 20px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;transition:color .3s,background-color .3s;position:relative}.nav-link:hover{color:var(--text-main);background:#fff9}.nav-link.active{color:var(--text-main);background:#fff;font-weight:600;box-shadow:0 4px 12px #0000000a}.active-glow{background:var(--accent-yellow);filter:blur(12px);opacity:.8;pointer-events:none;width:24px;height:24px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.search-wrapper{align-items:center;display:flex;position:relative}.search-icon-left{color:#a0a0a0;pointer-events:none;position:absolute;left:16px}.search-input{width:240px;height:44px;color:var(--text-main);background:#0000000a;border:1px solid #0000;border-radius:100px;outline:none;padding:0 16px 0 44px;font-family:Poppins,sans-serif;font-size:13px;transition:all .3s cubic-bezier(.16,1,.3,1)}.search-input:focus{background:#fff;border-color:#00000026;width:280px;box-shadow:0 8px 20px #0000000a}.icon-btn{width:44px;height:44px;color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .3s,transform .2s;display:flex;position:relative}.icon-btn:hover{background:#0000000a;transform:scale(1.05)}.cart-icon-btn{position:relative}.cart-badge{color:#fff;background:#ff6b35;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;animation:.3s cubic-bezier(.34,1.56,.64,1) badgePop;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #ff6b3566}@keyframes badgePop{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.notification-dot{display:none}.avatar-wrapper{cursor:pointer;border:2px solid #fff;border-radius:50%;width:40px;height:40px;transition:transform .3s;display:none;overflow:hidden;box-shadow:0 4px 10px #00000014}.avatar-wrapper:hover{transform:scale(1.05)}.avatar-img{object-fit:cover;width:100%;height:100%}.mobile-menu-toggle{color:var(--text-main);cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{display:none}.mobile-bottom-navbar{z-index:1000;background:#fff;border-top:1px solid #e0e0e0;justify-content:space-around;align-items:center;padding:8px 0;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #00000014}.mobile-bottom-icon{color:#999;cursor:pointer;background:0 0;border:none;outline:none;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:80px;padding:12px 0;transition:color .3s;display:flex;position:relative}.mobile-bottom-icon:focus{box-shadow:none;outline:none}.mobile-bottom-icon:active{outline:none}.mobile-bottom-icon svg{width:24px;height:24px;margin-bottom:4px}.mobile-icon-label{letter-spacing:.3px;margin-top:4px;font-size:11px;font-weight:600}.mobile-bottom-icon.active{color:#ff6b35}.mobile-bottom-icon:active{background:#ff6b350d}@media (width<=1100px){.navbar-center{display:none}}@media (width<=640px){.navbar-container{padding:16px}.navbar-container.scrolled{padding:12px 16px}.navbar-glass{height:60px;padding:0 16px}.search-wrapper,.avatar-wrapper{display:none}.navbar-right{gap:8px}.icon-btn{width:40px;height:40px}.notification-btn,.settings-btn{display:none}.mobile-bottom-navbar{display:flex!important}body{padding-bottom:70px}}.cart-modal-overlay{z-index:99999;background-color:#00000080;justify-content:flex-end;animation:.3s ease-in-out fadeIn;display:flex;position:fixed;inset:0}.cart-modal-container{background:#fff;flex-direction:column;width:100%;max-width:400px;height:100%;animation:.3s ease-out slideInRight;display:flex;box-shadow:-10px 0 40px #0003}@keyframes slideInRight{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.cart-modal-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:20px;display:flex}.cart-modal-close{cursor:pointer;color:#666;background:0 0;border:none;outline:none;padding:4px;transition:color .2s}.cart-modal-close:hover{color:#000}.cart-modal-content{flex-direction:column;flex:1;padding:20px;display:flex;overflow-y:auto}.cart-empty{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.cart-empty p{margin:0;font-size:16px}.cart-empty-state{color:#999;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.cart-empty-state svg{color:#ddd;width:80px;height:80px}.cart-empty-state h3{color:#333;margin:0;font-size:18px;font-weight:700}.cart-empty-state p{color:#999;margin:0;font-size:14px}.start-shopping-btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:8px;margin-top:12px;padding:12px 28px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.start-shopping-btn:hover{background:#e55a25;transform:scale(1.05)}.cart-modal-items{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.cart-item{background:#fff;border:1px solid #f0f0f0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex}.cart-item:hover{border-color:#ff6b35;box-shadow:0 4px 12px #ff6b351a}.cart-item-info{flex:1}.cart-item-info h4{color:#000;margin:0 0 4px;font-size:15px;font-weight:600}.cart-item-info p{color:#ff6b35;margin:0;font-size:13px;font-weight:600}.cart-item-quantity{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;align-items:center;gap:8px;padding:6px 8px;display:flex}.qty-btn{cursor:pointer;color:#ff6b35;background:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:700;transition:all .2s;display:flex}.qty-btn:hover:not(:disabled){color:#fff;background:#ff6b35;transform:scale(1.1)}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.qty-display{color:#333;text-align:center;min-width:20px;font-size:14px;font-weight:600}.cart-item-qty{color:#666;padding:0 8px;font-size:13px;font-weight:600}.cart-remove-btn,.cart-item-remove{cursor:pointer;color:#999;background:0 0;border:none;outline:none;flex-shrink:0;padding:4px;transition:color .2s}.cart-remove-btn:hover,.cart-item-remove:hover{color:#ff6b35}.cart-summary{background:#f9f9f9;border-radius:8px;margin-top:auto;margin-bottom:20px;padding:16px}.summary-row{justify-content:space-between;margin-bottom:10px;font-size:14px;display:flex}.summary-row:last-child{margin-bottom:0}.summary-row.total{color:#000;border-top:1px solid #e0e0e0;margin-top:10px;padding-top:10px;font-weight:700}.checkout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b35 0%,#f25417 100%);border:none;border-radius:8px;outline:none;padding:14px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;transition:transform .2s}.checkout-btn:hover{transform:translateY(-2px)}@media (width<=640px){.cart-modal-container{max-width:100%}}.logout-confirm-overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.logout-confirm-dialog{text-align:center;background:#fff;border-radius:16px;max-width:320px;padding:32px 24px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;box-shadow:0 20px 60px #00000026}.logout-confirm-icon{color:#ff6b35;justify-content:center;margin-bottom:16px;display:flex}.logout-confirm-dialog h3{color:#000;margin:0 0 8px;font-family:Poppins,sans-serif;font-size:18px;font-weight:600}.logout-confirm-dialog p{color:#666;margin:0 0 24px;font-family:Poppins,sans-serif;font-size:14px}.logout-confirm-actions{justify-content:center;gap:12px;display:flex}.logout-btn-cancel,.logout-btn-confirm{cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px 20px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .2s}.logout-btn-cancel{color:#333;background:#f0f0f0}.logout-btn-cancel:hover{background:#e0e0e0;transform:translateY(-2px)}.logout-btn-confirm{color:#fff;background:#ff6b35}.logout-btn-confirm:hover{background:#e55a24;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-container{box-sizing:border-box;background-color:#fff;background-image:linear-gradient(135deg,#fff 0%,#fffdf7 100%);width:100%;height:auto;padding:120px 80px 80px;font-family:Poppins,sans-serif;display:block;position:relative;overflow:hidden}.hero-bg-blob{filter:blur(120px);z-index:1;opacity:.5;border-radius:50%;position:absolute}.blob-1{background:#f5b30126;width:500px;height:500px;top:-10%;right:-5%}.blob-2{background:#ff8a0014;width:600px;height:600px;bottom:-10%;left:-10%}.hero-content-wrapper{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;width:100%;max-width:1440px;margin:0 auto;display:grid}@media (width<=768px){.hero-content-wrapper{grid-template-columns:1fr;gap:30px}}.hero-left{flex-direction:column;display:flex}.hero-headline{color:#000;letter-spacing:-2px;margin:0 0 24px;font-size:64px;font-weight:800;line-height:1.15}.gradient-text{color:#f5b301;background:linear-gradient(135deg,#f5b301 0%,#ff6b00 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtext{color:#555;max-width:520px;margin:0 0 40px;font-size:18px;line-height:1.6}.hero-search-bar{box-sizing:border-box;background:#fff;border:1px solid #00000014;border-radius:100px;align-items:center;width:100%;max-width:640px;padding:8px 8px 8px 24px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 16px 32px #0000000a}.hero-search-bar.focused{border-color:#f5b30166;transform:translateY(-2px);box-shadow:0 24px 48px #f5b3011a}.search-location-picker{color:#f5b301;border-right:1px solid #00000014;align-items:center;padding-right:16px;display:flex}.hero-input{color:#000;background:0 0;border:none;outline:none;flex:1;padding:0 20px;font-family:Poppins,sans-serif;font-size:15px}.hero-input::placeholder{color:#999}.hero-search-btn{color:#000;cursor:pointer;background:#f5b301;border:none;border-radius:100px;outline:none;padding:14px 28px;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 8px 20px #f5b30140}.hero-search-btn:hover{background:#e0a200;transform:scale(1.02);box-shadow:0 12px 24px #f5b30159}.icon-search-mobile{display:none}.hero-cta-group{align-items:center;gap:20px;margin-top:40px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#000;border:none;border-radius:100px;align-items:center;gap:10px;padding:16px 36px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 12px 24px #0000001a}.btn-primary:hover{background:#222;transform:translateY(-3px);box-shadow:0 16px 32px #00000026}.btn-arrow{transition:transform .3s}.btn-primary:hover .btn-arrow{transform:translate(4px)}.btn-secondary{color:#000;cursor:pointer;background:0 0;border:2px solid #000;border-radius:100px;padding:14px 34px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;transition:all .3s}.btn-secondary:hover{background:#00000008;transform:translateY(-3px)}.hero-right{justify-content:center;align-items:center;height:550px;display:flex;position:relative}.showcase-scene{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.shadow-floor{z-index:1;background:radial-gradient(#0000001a 0%,#0000 70%);width:75%;height:40px;position:absolute;bottom:10%}.floating-item{z-index:3;border-radius:32px;transition:transform .3s;position:absolute;overflow:hidden;box-shadow:0 30px 60px #0000001f}.floating-item img{object-fit:cover;width:100%;height:100%;display:block}.food-pizza{z-index:4;width:280px;height:280px;animation:6s ease-in-out infinite floatPizza;transform:rotate(-10deg)}.food-burger{z-index:5;border-radius:24px;width:190px;height:190px;animation:5s ease-in-out infinite floatBurger;top:15%;left:10%}.food-fries{z-index:5;border-radius:20px;width:140px;height:140px;animation:5.5s ease-in-out infinite floatFries;bottom:15%;right:12%}.food-drink{z-index:3;border-radius:20px;width:120px;height:150px;animation:6.5s ease-in-out infinite floatDrink;top:20%;right:15%}.accent-circle{z-index:2;border-radius:50%;position:absolute}.circle-gold{background:linear-gradient(135deg,#f5b30126 0%,#f5b30105 100%);width:320px;height:320px;top:15%}@keyframes floatPizza{0%,to{transform:translateY(0)rotate(-10deg)}50%{transform:translateY(-15px)rotate(-8deg)}}@keyframes floatBurger{0%,to{transform:translateY(0)rotate(5deg)}50%{transform:translateY(-12px)rotate(8deg)}}@keyframes floatFries{0%,to{transform:translateY(0)rotate(-5deg)}50%{transform:translateY(-10px)rotate(-2deg)}}@keyframes floatDrink{0%,to{transform:translateY(0)rotate(8deg)}50%{transform:translateY(-14px)rotate(4deg)}}@media (width<=1200px){.hero-container{padding:120px 40px 60px}.hero-headline{font-size:52px}.food-pizza{width:230px;height:230px}.food-burger{width:160px;height:160px}}@media (width<=992px){.hero-content-wrapper{text-align:center;grid-template-columns:1fr;gap:60px}.hero-left{align-items:center}.hero-subtext{margin:0 auto 32px}.hero-search-bar{max-width:100%}.hero-right{order:2;height:480px}.circle-gold{width:280px;height:280px}}@media (width<=640px){.hero-container{padding:100px 20px 40px}.hero-headline{letter-spacing:-1px;font-size:38px}.hero-subtext{font-size:15px}.hero-search-bar{border-radius:16px;padding:6px 6px 6px 16px}.search-location-picker{padding-right:10px}.hero-input{padding:0 10px;font-size:14px}.hero-search-btn{border-radius:12px;padding:12px 16px}.hero-search-btn span{display:none}.icon-search-mobile{display:block}.hero-cta-group{flex-direction:column;gap:12px;width:100%}.btn-primary,.btn-secondary{box-sizing:border-box;justify-content:center;width:100%}.hero-right{height:360px}.food-pizza{width:160px;height:160px}.food-burger{width:110px;height:110px;top:10%;left:5%}.food-fries{width:90px;height:90px;bottom:10%;right:5%}.food-drink{width:80px;height:100px;top:10%;right:10%}.circle-gold{width:200px;height:200px}}.restaurants-section{box-sizing:border-box;background-color:#fff;max-width:100%;margin:0;padding:60px 80px;font-family:Poppins,sans-serif}.section-header-wrapper{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.section-main-title{color:#000;letter-spacing:-.8px;margin:0 0 6px;font-size:32px;font-weight:700}.view-all-btn{color:#000;cursor:pointer;background:#f7f7f7;border:none;border-radius:100px;outline:none;align-items:center;gap:4px;padding:10px 20px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .2s;display:flex}.view-all-btn:hover{color:#fff;background:#000}.carousel-wrapper{align-items:center;gap:16px;width:100%;display:flex;position:relative}.scroll-btn{cursor:pointer;color:#000;z-index:15;background-color:#f0f0f0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 12px #00000014}.scroll-btn:hover{color:#fff;background-color:#000;transform:scale(1.08);box-shadow:0 4px 16px #00000026}.scroll-btn-left{order:-1}.scroll-btn-right{order:1}.restaurants-grid{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;white-space:nowrap;flex-flow:row;flex:1;gap:20px;min-width:0;padding:4px 0;position:relative;overflow:auto hidden;height:auto!important;display:flex!important}.restaurants-grid:after{content:"";pointer-events:none;z-index:10;background:linear-gradient(90deg,#fff0 0%,#fffc 100%);width:40px;position:absolute;top:0;bottom:0;right:0}.restaurants-grid::-webkit-scrollbar{background:0 0;height:6px}.restaurants-grid::-webkit-scrollbar-track{background:0 0}.restaurants-grid::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px;display:none}.restaurants-grid{scrollbar-width:none}.restaurant-card{cursor:pointer;scroll-snap-align:start;scroll-snap-stop:always;background:#fff;border:1px solid #0000000a;border-radius:20px;width:320px;min-width:320px;max-width:320px;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 4px 20px #00000005;flex:0 0 320px!important}.card-image-container{background-color:#f3f3f3;width:100%;height:200px;position:relative;overflow:hidden}.restaurant-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.card-tags-overlay{z-index:2;flex-direction:column;gap:6px;display:flex;position:absolute;top:14px;left:14px}.badge{text-transform:uppercase;letter-spacing:.5px;border-radius:100px;padding:6px 12px;font-size:11px;font-weight:700;box-shadow:0 4px 10px #0000001a}.badge.top-rated{color:#fff;background:#000}.badge.fast-delivery,.badge.superfast{color:#000;background:#f5b301}.badge.free-delivery,.badge.trending{color:#000;background:#fff}.card-details{padding:20px}.card-title-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.restaurant-name{color:#000;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:18px;font-weight:700;overflow:hidden}.rating-badge{color:#b88600;background:#fffdf0;border:1px solid #f5b30133;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:13px;font-weight:700;display:flex}.icon-star{fill:#f5b301;color:#f5b301}.cuisine-text{color:#777;margin:0 0 16px;font-size:13px}.card-footer-metrics{color:#444;border-top:1px solid #f7f7f7;align-items:center;gap:8px;padding-top:14px;font-size:13px;font-weight:500;display:flex}.metric-item{align-items:center;gap:6px;display:flex}.icon-metric{color:#777}.metric-separator{color:#ccc}.delivery-fee-text{color:#777}@media (width<=1200px){.restaurants-section{padding:60px 40px}.restaurants-grid{gap:20px}.restaurant-card{flex:0 0 300px;width:300px;min-width:300px}.section-main-title{font-size:28px}}@media (width<=768px){.restaurants-section{padding:40px 20px}.section-header-wrapper{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:24px}.view-all-btn{justify-content:center;width:100%}.restaurants-grid{gap:16px;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.restaurant-card{flex:0 0 280px;width:280px;min-width:280px}.section-main-title{font-size:24px}.section-subtitle{font-size:14px}.restaurant-name{font-size:16px}.card-image-container{height:180px}.card-details{padding:16px}}@media (width<=480px){.restaurants-section{box-sizing:border-box;width:100%;padding:30px 0}}.categories-section{box-sizing:border-box;background-color:#fff;max-width:1440px;margin:0 auto;padding:40px 80px;font-family:Poppins,sans-serif;position:relative}.categories-header{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.categories-title{color:#000;letter-spacing:-.5px;margin:0 0 4px;font-size:28px;font-weight:700}.categories-subtitle{color:#666;margin:0;font-size:14px}.carousel-controls{gap:10px;display:flex}.control-btn{color:#000;cursor:pointer;background:#f7f7f7;border:1px solid #00000008;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.control-btn:hover{color:#fff;background:#000;transform:scale(1.05)}.categories-slider-container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:16px;padding:10px 4px;display:flex;overflow-x:auto}.categories-slider-container::-webkit-scrollbar{display:none}.categories-slider-container{-ms-overflow-style:none;scrollbar-width:none}.category-pill-card{cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:100px;flex:none;align-items:center;gap:12px;padding:10px 24px 10px 12px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #00000005}.category-icon-wrapper{color:#333;background-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.category-icon{color:#333;stroke-width:1.5px}.category-name{color:#000;white-space:nowrap;font-size:14px;font-weight:600}.category-pill-card:hover{border-color:#ff6b35;transform:translateY(-3px)scale(1.02);box-shadow:0 12px 24px #ff6b351f}.category-pill-card:hover .category-icon-wrapper{background-color:#0000}.category-pill-card:hover .category-icon{color:#ff6b35}.category-pill-card.selected{color:#fff;background:#ff6b35;border-color:#ff6b35;box-shadow:0 8px 16px #ff6b3540}.category-pill-card.selected .category-icon,.category-pill-card.selected .category-name{color:#fff}@media (width<=1200px){.categories-section{padding:40px}}@media (width<=768px){.carousel-controls{display:none}.categories-section{padding:30px 20px}.categories-title{font-size:22px}.category-pill-card{padding:8px 18px 8px 10px}.category-icon-wrapper{width:38px;height:38px;font-size:18px}.category-name{font-size:13px}}.trending-section{box-sizing:border-box;background-color:#fff;width:100%;margin:0;padding:40px 80px;font-family:Poppins,sans-serif}.trending-header{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.trending-filter-indicator{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:20px;padding:14px 16px}.filter-info{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.filter-tag{color:#fff;background:#ff6b35;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.filter-tag strong{font-weight:700}.filter-clear-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.filter-clear-btn:hover{transform:scale(1.2)}.filter-results{color:#666;font-size:13px;font-weight:500}.trending-title{color:#000;letter-spacing:-.5px;margin:0 0 4px;font-size:28px;font-weight:700}.trending-subtitle{color:#666;margin:0;font-size:14px}.trending-slider-controls{gap:10px;display:flex}.arrow-btn{color:#000;cursor:pointer;background:#f7f7f7;border:1px solid #00000005;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.arrow-btn:hover{color:#fff;background:#000;transform:scale(1.05)}.trending-carousel-track{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:24px;padding:12px 4px;display:flex;overflow-x:auto}.trending-carousel-track::-webkit-scrollbar{display:none}.trending-carousel-track{-ms-overflow-style:none;scrollbar-width:none}.food-card{background:#fff;border:1px solid #0000000d;border-radius:18px;flex:none;width:290px;transition:all .35s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 4px 16px #00000005}.food-image{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.food-rating-tag{-webkit-backdrop-filter:blur(4px);color:#000;background:#ffffffeb;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:700;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 10px #0000000d}.star-icon-filled{fill:#f5b301;color:#f5b301}.food-info{flex-direction:column;justify-content:space-between;padding:16px;display:flex}.food-meta-head{margin-bottom:14px}.food-vendor{color:#777;margin:0;font-size:12px}.food-action-row{justify-content:space-between;align-items:center;display:flex}.go-to-cart-ui{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:100px;align-items:center;gap:4px;padding:6px 14px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;transition:all .2s;animation:.3s slideIn;display:flex;box-shadow:0 2px 6px #4caf5033}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.food-card:hover{border-color:#f5b30126;transform:translateY(-6px);box-shadow:0 20px 32px #0000000f}.food-card:hover .food-image{transform:scale(1.05)}@media (width<=1200px){.trending-section{padding:40px}}@media (width<=768px){.trending-slider-controls{display:none}.trending-section{padding:30px 20px}.trending-title{font-size:22px}.food-card{width:250px}.food-image-wrapper{height:160px}.food-name{font-size:15px}.food-price{font-size:16px}}.how-it-works-section{box-sizing:border-box;background-color:#fff;width:100%;padding:80px 40px;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.bg-grid-overlay{pointer-events:none;z-index:1;background-image:radial-gradient(#00000008 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.section-header{z-index:2;text-align:center;margin-bottom:64px;position:relative}.section-title{color:#000;letter-spacing:-1px;margin:0 0 8px;font-size:36px;font-weight:700}.section-subtitle{color:#666;margin:0;font-size:16px}.journey-indicator{z-index:5;pointer-events:none;justify-content:center;align-items:center;width:60px;height:60px;animation:25s ease-in-out infinite journeyTravel;display:flex;position:absolute;top:-50px;left:0}.journey-icon{text-shadow:0 4px 12px #00000026;filter:drop-shadow(0 0 8px #f5b3014d);font-size:48px;animation:.6s ease-in-out infinite journeyBounce;display:block}@keyframes journeyTravel{0%{left:5%;transform:scaleX(-1)}49%{left:calc(85% - 60px);transform:scaleX(-1)}50%{left:calc(85% - 60px);transform:scaleX(1)}to{left:5%;transform:scaleX(1)}}@keyframes journeyBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.steps-timeline-container{z-index:2;scroll-behavior:smooth;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px;margin:0 -40px;padding:20px 40px;display:flex;position:relative;overflow:auto hidden}.steps-timeline-container::-webkit-scrollbar{background:0 0;height:6px}.steps-timeline-container::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px;display:none}.steps-timeline-container{scrollbar-width:none}.step-card-wrapper{flex-direction:column;flex:0 0 260px;width:260px;min-width:260px;display:flex;position:relative}.step-connect-line{z-index:1;background:linear-gradient(90deg,#f5b30199 0%,#f5b30133 100%);border-radius:2px;width:24px;height:3px;position:absolute;top:50px;left:calc(100% + 8px);box-shadow:0 0 8px #f5b30133}.step-card{z-index:2;background:#fff;border:1px solid #00000014;border-radius:20px;height:100%;padding:24px 20px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 8px 24px #00000008}.step-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.step-number-badge{color:#f5b301;background:#fffdf0;border:1px solid #f5b30126;border-radius:100px;flex-shrink:0;padding:4px 10px;font-size:12px;font-weight:700}.step-icon-panel{color:#f5b301;background:linear-gradient(135deg,#fffdf0 0%,#fff9e6 100%);border:1.5px solid #f5b30133;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #f5b3011a}.step-card-body{flex-direction:column;display:flex}.step-card-title{color:#000;letter-spacing:-.3px;margin:0 0 8px;font-size:16px;font-weight:700;line-height:1.3}.step-card-description{color:#666;margin:0;font-size:13px;line-height:1.5}.step-card:hover{border-color:#f5b3014d;transform:translateY(-8px);box-shadow:0 16px 40px #f5b30114,0 4px 12px #0000000a}.step-card:hover .step-icon-panel{color:#fff;background:linear-gradient(135deg,#f5b301 0%,#ff8a00 100%);border-color:#f5b301;transform:scale(1.08)rotate(5deg);box-shadow:0 12px 28px #f5b30140}@media (width>=1200px){.how-it-works-section{padding:80px}.steps-timeline-container{flex-wrap:nowrap;margin:0 auto;padding:20px 0;display:flex;overflow:visible}.step-card-wrapper{flex:1}.journey-indicator{display:flex}}@media (width<=1199px) and (width>=768px){.how-it-works-section{padding:60px 40px}.steps-timeline-container{grid-template-columns:repeat(3,1fr);gap:20px;margin:0;padding:0;display:grid;overflow:visible}.step-card-wrapper{flex:unset;width:auto;min-width:unset}.step-connect-line{display:none}.section-title{font-size:32px}}@media (width<=767px){.how-it-works-section{padding:50px 0;overflow:hidden}.section-header{margin-bottom:40px;padding:0 20px}.section-title{font-size:28px}.section-subtitle{font-size:14px}.steps-timeline-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-direction:row;gap:12px;margin:0;padding:0 20px;display:flex;overflow-x:auto}.step-card-wrapper{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 240px;width:240px;min-width:240px}.step-connect-line,.journey-indicator{display:none}.step-card{padding:20px}.step-icon-panel{width:48px;height:48px}.step-card-title{font-size:15px}.step-card-description{font-size:12px}.step-number-badge{padding:3px 8px;font-size:11px}}@media (width<=480px){.how-it-works-section{padding:40px 0}.section-header{margin-bottom:30px;padding:0 16px}.section-title{font-size:24px}.steps-timeline-container{gap:10px;padding-left:16px;padding-right:16px}.step-card-wrapper{flex:0 0 220px;width:220px;min-width:220px}.step-card{padding:18px}.step-icon-panel{width:44px;height:44px;font-size:20px}.step-card-title{margin-bottom:6px;font-size:14px}.step-card-description{font-size:11px;line-height:1.4}}.menu-container{width:100%;padding:80px 40px 100px;font-family:Poppins,sans-serif}.menu-header{margin-bottom:50px}.menu-header h1{color:#000;margin-bottom:8px;font-size:36px;font-weight:700}.menu-header p{color:#666;margin-bottom:30px;font-size:16px}.search-box-wrapper{max-width:500px;position:relative}.category-filters{flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-bottom:50px;display:flex}.category-pill{cursor:pointer;color:#666;background:#fff;border:2px solid #e0e0e0;border-radius:20px;align-items:center;gap:8px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;transition:all .3s;display:flex}.category-pill:hover{color:#ff6b35;border-color:#ff6b35}.category-pill.active{color:#fff;background:#ff6b35;border-color:#ff6b35}.category-pill svg{flex-shrink:0}.foods-grid{flex-wrap:wrap;gap:24px;margin-bottom:40px;display:flex}.food-menu-card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;flex:0 0 calc(25% - 18px);min-width:280px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000005}.food-menu-card:hover{border-color:#ff6b35;box-shadow:0 4px 12px #ff6b351a}.food-image-wrapper{background-color:#f3f3f3;width:100%;height:190px;position:relative;overflow:hidden}.food-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.food-menu-card:hover .food-image-wrapper img{transform:scale(1.05)}.food-badge{-webkit-backdrop-filter:blur(4px);color:#000;background:#ffffffeb;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:700;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 10px #0000000d}.food-badge svg{fill:#f5b301;color:#f5b301}.food-name{color:#000;white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-size:16px;font-weight:700;overflow:hidden}.food-description{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0 0 12px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.food-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.food-price{color:#000;font-size:18px;font-weight:700}.add-to-cart-ui{color:#000;cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:100px;align-items:center;gap:4px;padding:6px 14px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 6px #00000005}.add-to-cart-ui:hover{background:#f5b301;border-color:#f5b301;box-shadow:0 6px 14px #f5b30140}.go-to-cart-ui{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:100px;align-items:center;gap:4px;padding:6px 14px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 6px #00000005}.go-to-cart-ui:hover{background:#45a049;transform:scale(1.05);box-shadow:0 6px 14px #4caf5040}.error-message{color:#c62828;text-align:center;background:#ffebee;border-radius:8px;margin-bottom:30px;padding:16px}.no-foods{text-align:center;color:#999;padding:60px 20px}.no-foods p{font-size:16px}.loading{text-align:center;color:#666;padding:60px 20px;font-size:16px}.suggestions-dropdown{z-index:1000;background:#fff;border:2px solid #ff6b35;border-radius:12px;max-height:350px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.suggestion-item{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#fff8f3}.suggestion-image{object-fit:cover;background:#f3f3f3;border-radius:8px;width:40px;height:40px}.suggestion-content{flex:1}.suggestion-name{color:#000;margin-bottom:2px;font-size:14px;font-weight:600}.suggestion-price{color:#ff6b35;font-size:12px;font-weight:600}@media (width<=1440px){.food-menu-card{flex:0 0 calc(20% - 19.2px);min-width:220px}}@media (width<=1200px){.menu-container{padding:70px 30px 25px}.food-menu-card{flex:0 0 calc(25% - 18px);min-width:200px}}@media (width<=768px){.menu-container{padding:80px 20px 20px}.menu-header h1{font-size:24px}.menu-header p{font-size:14px}.search-box{max-width:100%}.category-filters{gap:8px}.category-pill{padding:8px 14px;font-size:12px}.foods-grid{gap:16px}.food-menu-card{flex:0 0 calc(50% - 8px);min-width:160px}.food-image-wrapper{height:150px}.food-details{padding:12px}.food-name{font-size:14px}.food-description{font-size:11px}.food-price{font-size:16px}.add-to-cart-ui,.go-to-cart-ui{padding:5px 12px;font-size:12px}}@media (width<=480px){.menu-container{padding:80px 16px 16px}.menu-header h1{font-size:20px}.menu-header p{margin-bottom:20px;font-size:12px}.search-box{padding:12px 16px}.search-box input{font-size:13px}.category-pill{padding:8px 12px;font-size:11px}.foods-grid{gap:12px}.food-menu-card{flex:0 0 calc(50% - 6px);min-width:140px}.food-image-wrapper{height:120px}.food-details{padding:10px}.food-name{margin-bottom:4px;font-size:13px}.food-description{margin-bottom:8px;font-size:10px}.food-price{font-size:14px}.add-to-cart-ui,.go-to-cart-ui{gap:2px;padding:4px 10px;font-size:11px}.add-to-cart-ui svg,.go-to-cart-ui svg{width:14px;height:14px}}.all-restaurants-container{width:100%;max-width:1400px;margin:0 auto;padding:100px 40px 40px;font-family:Poppins,sans-serif}.restaurants-header{text-align:center;margin-bottom:50px}.restaurants-header h1{color:#000;margin-bottom:8px;font-size:36px;font-weight:700}.restaurants-header p{color:#666;margin-bottom:30px;font-size:16px}.search-box{background:#fff;border:2px solid #e0e0e0;border-radius:12px;align-items:center;gap:12px;max-width:500px;margin:0 auto;padding:14px 20px;transition:all .3s;display:flex}.search-box:focus-within{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.restaurants-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:40px;display:grid}.restaurant-card{cursor:pointer;background:#fff;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 2px 10px #00000014}.restaurant-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.restaurant-image{background:#f5f5f5;width:100%;height:200px;position:relative;overflow:hidden}.restaurant-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.restaurant-card:hover .restaurant-image img{transform:scale(1.05)}.restaurant-badge{color:#fff;background:#000000b3;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:600;display:flex;position:absolute;top:12px;right:12px}.restaurant-info h3{color:#000;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:16px;font-weight:700;overflow:hidden}.cuisine{color:#999;white-space:nowrap;text-overflow:ellipsis;margin-bottom:12px;font-size:13px;overflow:hidden}.restaurant-meta{color:#666;gap:16px;margin-bottom:12px;font-size:12px;display:flex}.meta-item{align-items:center;gap:4px;display:flex}.meta-item svg{color:#ff6b35}.restaurant-footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding-top:12px;font-size:12px;display:flex}.delivery-fee{color:#ff6b35;font-weight:600}.items-count{color:#999}.loading,.no-restaurants{text-align:center;color:#666;padding:60px 20px;font-size:18px}.error-message{color:#c33;text-align:center;background:#fee;border-left:4px solid #c33;border-radius:8px;margin-bottom:24px;padding:16px}@media (width<=900px){.all-restaurants-container{padding:80px 24px 24px}.restaurants-header h1{font-size:28px}.restaurants-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}}@media (width<=600px){.all-restaurants-container{padding:70px 16px 16px}.restaurants-header h1{font-size:24px}.restaurants-header p{font-size:14px}.restaurants-grid{grid-template-columns:1fr}.search-box{max-width:100%}}.res-page-shell{box-sizing:border-box;opacity:0;background-color:#fff;width:100%;min-height:100vh;padding-bottom:120px;font-family:Poppins,sans-serif}.page-fade-in{opacity:1;transition:opacity .5s cubic-bezier(.16,1,.3,1)}.res-hero-wrapper{box-sizing:border-box;color:#fff;background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;width:100%;height:360px;padding:40px 80px;display:flex;position:relative}.res-hero-top-actions{justify-content:flex-end;gap:12px;display:flex}.res-action-circle{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .2s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 14px #0000001f}.res-action-circle:hover{transform:scale(1.1)}.res-action-circle:active{transform:scale(.95)}.res-hero-caption{max-width:900px}.res-status-row{align-items:center;gap:10px;display:flex}.res-status-tag{text-transform:uppercase;letter-spacing:.6px;border-radius:100px;padding:5px 12px;font-size:11px;font-weight:700}.res-status-tag.open{color:#fff;background:#0c6}.res-status-tag.closed{color:#fff;background:#ff4d4f}.res-delivery-badge{-webkit-backdrop-filter:blur(8px);background:#fff3;border-radius:100px;align-items:center;gap:4px;padding:5px 12px;font-size:11px;font-weight:600;display:flex}.res-brand-title{letter-spacing:-1px;text-shadow:0 2px 12px #0006;margin:12px 0 4px;font-size:40px;font-weight:800}.res-cuisine-subtext{opacity:.95;text-shadow:0 1px 6px #0006;margin:0;font-size:14px;font-weight:500}.res-sticky-navigation-hub{z-index:100;background:#fff;border-bottom:1px solid #f2f2f2;position:sticky;top:0;box-shadow:0 8px 30px #00000008}.res-metadata-strip{color:#222;align-items:center;gap:16px;max-width:1280px;margin:0 auto;padding:18px 80px 8px;font-size:13.5px;display:flex}.res-meta-unit{align-items:center;gap:6px;display:flex}.res-weight-bold{color:#000;font-weight:700}.res-text-muted{color:#666}.res-star-icon{fill:#f5b301;color:#f5b301}.res-clock-icon{color:#555}.res-meta-pipe{background-color:#e3e3e3;width:1px;height:12px}.res-category-navbar{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;margin:0 auto;padding:8px 80px 18px;display:flex}.res-category-scroll-rail{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:8px;display:flex;overflow-x:auto}.res-category-scroll-rail::-webkit-scrollbar{display:none}.res-category-pill-trigger{color:#555;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:100px;outline:none;padding:8px 18px;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1)}.res-category-pill-trigger:hover{color:#000;background:#f5f5f5}.res-category-pill-trigger.is-active{color:#000;background:#f5b301;box-shadow:0 4px 14px #f5b30140}.res-menu-search-wrapper{align-items:center;display:flex;position:relative}.res-search-glyph{color:#777;position:absolute;left:14px}.res-search-field{background:#f5f5f5;border:1px solid #0000;border-radius:100px;outline:none;width:200px;height:36px;padding:0 16px 0 38px;font-family:Poppins,sans-serif;font-size:13px;transition:all .3s cubic-bezier(.16,1,.3,1)}.res-search-field:focus{background:#fff;border-color:#0000001a;width:240px}.res-menu-feed-container{box-sizing:border-box;max-width:1280px;margin:32px auto 0;padding:0 80px}.res-category-grouping{margin-bottom:40px}.res-grouping-title{color:#000;letter-spacing:-.4px;margin:0 0 20px;font-size:22px;font-weight:700}.res-food-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.res-food-card{background:#fff;border:1px solid #eee;border-radius:16px;justify-content:space-between;gap:16px;padding:18px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #00000001}.res-food-card:hover{border-color:#f5b30140;transform:translateY(-5px);box-shadow:0 16px 32px #0000000d}.res-food-details{flex-direction:column;flex:1;display:flex}.res-food-title{color:#000;margin:0 0 4px;font-size:16px;font-weight:700}.res-food-summary{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:12.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.res-food-price{color:#000;margin-top:auto;font-size:16px;font-weight:700}.res-food-photo-box{flex-shrink:0;width:115px;height:115px;position:relative}.res-food-photo{object-fit:cover;background-color:#fafafa;border-radius:12px;width:100%;height:100%}.res-cart-button-placement{width:calc(100% - 20px);position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.res-card-cta-btn{color:#000;cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:100px;justify-content:center;align-items:center;gap:3px;width:100%;height:32px;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 10px #0000000f}.res-card-cta-btn:hover{background:#f5b301;border-color:#f5b301;transform:scale(1.02)}.res-card-cta-btn:active{transform:scale(.97)}.res-quantity-stepper{color:#fff;box-sizing:border-box;background:#000;border-radius:100px;justify-content:space-between;align-items:center;width:100%;height:32px;padding:0 4px;display:flex;box-shadow:0 4px 12px #00000026}.res-stepper-node{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .1s;display:flex}.res-stepper-node:active{transform:scale(.85)}.res-stepper-digit{font-size:12.5px;font-weight:700}.res-basket-float-sheet{color:#fff;z-index:999;box-sizing:border-box;background:#000;border-radius:14px;width:calc(100% - 32px);max-width:540px;padding:14px 20px;animation:.35s cubic-bezier(.16,1,.3,1) resSlideUp;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 20px 40px #00000038}.res-basket-sheet-inner{justify-content:space-between;align-items:center;display:flex}.res-basket-sheet-left{align-items:center;gap:10px;display:flex}.res-basket-bag-icon-wrapper{align-items:center;display:flex;position:relative}.res-basket-badge-counter{color:#000;box-sizing:border-box;background:#f5b301;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:2px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.res-basket-sheet-msg{font-size:13px;font-weight:500}.res-basket-checkout-trigger{color:#f5b301;cursor:pointer;background:0 0;border:none;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:700;transition:opacity .2s}.res-basket-checkout-trigger:hover{opacity:.85}.cart-controls{align-items:center;gap:8px;margin-top:8px;display:flex}.cart-btn{cursor:pointer;background:#d4af37;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.cart-btn:hover{background:#c9a32f;transform:scale(1.05)}.cart-qty{text-align:center;min-width:25px;font-size:14px;font-weight:600}.add-to-cart-btn{cursor:pointer;background:#d4af37;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.add-to-cart-btn:hover{background:#c9a32f;transform:translateY(-2px)}.cart-modal-overlay{z-index:1000;background:#0009;align-items:flex-end;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.cart-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:500px;max-height:80vh;padding:24px;animation:.3s slideUp;overflow-y:auto}.cart-modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.cart-modal-header h2{margin:0;font-size:20px;font-weight:700}.close-btn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;transition:background .2s;display:flex}.close-btn:hover{background:#f0f0f0}.cart-modal-items{border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:20px;padding:16px 0}.cart-modal-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;display:flex}.cart-modal-item h4{margin:0 0 4px;font-size:14px}.cart-modal-item p{color:#666;margin:0;font-size:12px}.remove-btn{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.remove-btn:hover{color:#fff;background:#ff6b6b}.cart-modal-total{text-align:right;margin-bottom:20px;font-size:16px}.cart-modal-btn{cursor:pointer;background:#d4af37;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:16px;font-weight:700;transition:all .2s;display:flex}.cart-modal-btn:hover:not(:disabled){background:#c9a32f;transform:translateY(-2px)}.cart-modal-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}@media (width<=768px){.cart-modal{border-radius:20px 20px 0 0;max-height:90vh}}@keyframes resSlideUp{0%{opacity:0;transform:translate(-50%,30px)}to{opacity:1;transform:translate(-50%)}}@media (width<=1024px){.res-hero-wrapper{height:300px;padding:30px 40px}.res-metadata-strip,.res-category-navbar,.res-menu-feed-container{padding-left:40px;padding-right:40px}.res-brand-title{font-size:32px}}@media (width<=768px){.res-food-grid{grid-template-columns:1fr}.res-menu-search-wrapper{display:none}}@media (width<=480px){.res-hero-wrapper{height:240px;padding:20px}.res-brand-title{font-size:22px}.res-metadata-strip,.res-category-navbar,.res-menu-feed-container{padding-left:16px;padding-right:16px}.res-metadata-strip{flex-wrap:wrap;gap:6px;font-size:12px}.res-meta-pipe{display:none}.res-food-card{padding:12px}.res-food-title{font-size:14.5px}.res-food-photo-box{width:95px;height:95px}}.checkout-modal-overlay{z-index:1000;background:#00000080;justify-content:flex-end;align-items:stretch;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.checkout-modal-container{background:#fff;flex-direction:column;width:100%;max-width:500px;max-height:100vh;animation:.3s ease-out slideInRight;display:flex;overflow-y:auto;box-shadow:-10px 0 30px #0000004d}.checkout-modal-header{z-index:1001;background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px;display:flex;position:sticky;top:0}.checkout-modal-header h2{color:#000;margin:0;font-size:20px;font-weight:700}.close-btn{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.close-btn:hover{color:#ff6b35}.checkout-modal-content{flex-direction:column;gap:24px;padding:20px;display:flex}.checkout-summary{background:#f8f9fa;border-radius:8px;padding:16px}.checkout-summary h3{text-transform:uppercase;color:#666;margin:0 0 12px;font-size:14px;font-weight:600}.summary-items{flex-direction:column;gap:8px;max-height:150px;margin-bottom:12px;padding-right:8px;display:flex;overflow-y:auto}.summary-item{color:#333;border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:4px 0;font-size:13px;display:flex}.summary-item:last-child{border-bottom:none}.summary-totals{flex-direction:column;gap:8px;display:flex}.total-row{color:#555;justify-content:space-between;font-size:13px;display:flex}.total-row.grand-total{color:#000;border-top:2px solid #ddd;padding-top:8px;font-size:15px;font-weight:700}.checkout-form{flex-direction:column;gap:16px;display:flex}.form-group label{text-transform:uppercase;color:#666;font-size:12px;font-weight:600}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ff6b35;outline:none;box-shadow:0 0 0 3px #ff6b351a}.form-group textarea{resize:vertical;min-height:60px}.cancel-btn,.confirm-btn{cursor:pointer;border:none;border-radius:6px;flex:1;padding:12px;font-size:14px;font-weight:600;transition:all .2s}.cancel-btn{color:#333;background:#f0f0f0}.cancel-btn:hover:not(:disabled){background:#e0e0e0}.confirm-btn{color:#fff;background:#ff6b35}.confirm-btn:hover:not(:disabled){background:#f25417;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.cancel-btn:disabled,.confirm-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.checkout-modal-overlay{justify-content:flex-end}.checkout-modal-container{border-radius:12px 0 0 12px;max-width:100%;max-height:100vh}.checkout-modal-content{gap:16px}.form-actions{flex-direction:column}}.pages-container{background-color:#f8f9fa;min-height:100vh;padding:20px}.page-header{margin-bottom:30px;padding:20px 0}.page-header h1{color:#000;margin-bottom:5px;font-size:28px;font-weight:700}.page-header p{color:#666;font-size:14px}.header-actions{gap:12px;display:flex}.header-actions button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:8px 16px;transition:all .2s}.header-actions button:hover{background:#f5f5f5;border-color:#ccc}.table-header{color:#666;text-transform:uppercase;letter-spacing:.5px;background:#f5f5f5;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:16px;padding:16px;font-size:13px;font-weight:600;display:grid}.table-row{background:#fff;border-bottom:1px solid #f0f0f0;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));align-items:center;gap:16px;padding:16px;transition:background .2s;display:grid}.table-row:hover{background:#f9f9f9}.cell{color:#333;word-break:break-word;font-size:14px}.cell.highlight{color:#ff6b35;font-weight:600}.cell.actions{gap:8px;display:flex}.status-badge{text-transform:capitalize;color:#fff;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.status-badge.active{background-color:#22c55e}.status-badge.pending{background-color:#f59e0b}.status-badge.completed{background-color:#10b981}.status-badge.cancelled{background-color:#ef4444}.status-badge.inactive{background-color:#6b7280}.status-badge.on_the_way{background-color:#3b82f6}.filter-buttons{flex-wrap:wrap;gap:12px;display:flex}.filter-btn{cursor:pointer;color:#333;background:#fff;border:1px solid #ddd;border-radius:20px;padding:8px 16px;font-size:14px;transition:all .2s}.action-btn.edit:hover{color:#1976d2;background:#e3f2fd}.action-btn.delete:hover{color:#d32f2f;background:#ffebee}.action-btn.approve:hover{color:#388e3c;background:#e8f5e9}.action-btn.view:hover{color:#7b1fa2;background:#f3e5f5}.action-btn.ban:hover{color:#f57c00;background:#fff3e0}.empty-state h2{margin-top:16px;margin-bottom:8px;font-size:20px}.empty-state p{font-size:14px}.summary-section{background:#fff;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-top:30px;padding:20px;display:grid}.summary-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.summary-item span{color:#666;font-size:13px}.summary-item strong{color:#ff6b35;font-size:20px}.form-group{margin-bottom:20px}.form-group label{color:#333;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid #ddd;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#ff6b35;outline:none;box-shadow:0 0 0 3px #ff6b351a}.btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .2s}.btn:hover{background:#f25417;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.btn:disabled{cursor:not-allowed;background:#ccc;transform:none}.btn-secondary{color:#333;background:#f5f5f5;border:1px solid #ddd}.btn-secondary:hover{background:#f0f0f0}.search-box{background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;gap:12px;padding:10px 16px;display:flex}.search-box input{border:none;outline:none;flex:1;font-size:14px}.controls-section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}@media (width<=768px){.page-header h1{font-size:22px}.table-header,.table-row{grid-template-columns:1fr;gap:12px;padding:12px}.form-row{grid-template-columns:1fr}.controls-section{flex-direction:column;align-items:stretch}.filter-buttons{flex-direction:column}.filter-btn{text-align:center;width:100%}.summary-section{grid-template-columns:1fr}}.cart-container{background:#f8f9fa;max-width:1200px;min-height:100vh;margin:0 auto;padding:20px}.cart-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:30px;display:flex}.back-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;padding:10px 16px;transition:all .2s;display:flex}.back-btn:hover{background:#f5f5f5;border-color:#999}.cart-title{color:#000;font-size:28px;font-weight:700}.empty-cart{text-align:center;color:#999;background:#fff;border-radius:12px;padding:100px 20px}.empty-cart svg{color:#ddd;margin-bottom:20px}.empty-cart h2{color:#666;margin-bottom:8px;font-size:20px}.empty-cart p{margin-bottom:24px;font-size:14px}.cta-button{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:8px;padding:12px 32px;font-weight:600;transition:all .2s}.cta-button:hover{background:#f25417;transform:translateY(-2px)}.cart-content{grid-template-columns:1fr 350px;gap:24px;display:grid}.cart-items-list{background:#fff;border-radius:12px;padding:20px}.section-title{color:#000;margin-bottom:20px;font-size:18px;font-weight:600}.cart-item{border-bottom:1px solid #f0f0f0;align-items:center;gap:16px;padding:16px;display:flex}.cart-item:last-child{border-bottom:none}.item-image{object-fit:cover;border-radius:8px;width:80px;height:80px}.item-details{flex:1}.item-name{color:#000;margin-bottom:4px;font-weight:600}.item-restaurant{color:#999;margin-bottom:8px;font-size:13px}.item-price{color:#ff6b35;font-weight:600}.item-controls{align-items:center;gap:8px;display:flex}.qty-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.qty-btn:hover{color:#ff6b35;border-color:#ff6b35}.qty-display{text-align:center;min-width:30px;font-weight:600}.item-total{text-align:right;min-width:80px;font-weight:600}.remove-btn{color:#d32f2f;cursor:pointer;background:#ffebee;border:none;border-radius:6px;padding:8px;transition:all .2s}.remove-btn:hover{background:#ffcdd2}.cart-summary-section{background:#fff;border-radius:12px;height:fit-content;padding:20px;position:sticky;top:100px}.summary-box{margin-bottom:20px}.summary-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:12px 0;font-size:14px;display:flex}.summary-row.total{color:#000;border-top:2px solid #f0f0f0;border-bottom:none;padding:16px 0;font-size:16px;font-weight:700}.summary-divider{background:#f0f0f0;height:1px;margin:12px 0}.checkout-btn,.place-order-btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:8px;width:100%;padding:14px;font-size:14px;font-weight:600;transition:all .2s}.checkout-btn:hover,.place-order-btn:hover{background:#f25417;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.checkout-form{border-top:1px solid #f0f0f0;padding-top:16px}.checkout-form .form-group{margin-bottom:16px}.checkout-form label{text-transform:uppercase;color:#666;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.checkout-form input,.checkout-form textarea{border:1px solid #ddd;border-radius:6px;width:100%;padding:10px;font-family:inherit;font-size:13px}.checkout-form input:focus,.checkout-form textarea:focus{border-color:#ff6b35;outline:none;box-shadow:0 0 0 3px #ff6b351a}.checkout-form select{background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;padding:10px;font-family:inherit;font-size:13px}.checkout-form select:focus{border-color:#ff6b35;outline:none;box-shadow:0 0 0 3px #ff6b351a}.place-order-btn:disabled{cursor:not-allowed;opacity:.7;background:#999}.place-order-btn:disabled:hover{background:#999;transform:none}.order-confirmation{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:40px 20px}.confirmation-icon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;font-size:60px;display:flex}.confirmation-title{margin-bottom:8px;font-size:28px;font-weight:700}.confirmation-message{opacity:.9;margin-bottom:24px;font-size:16px}.confirmation-details{text-align:left;background:#ffffff1a;border-radius:8px;margin-bottom:20px;padding:20px}.detail-row{border-bottom:1px solid #fff3;justify-content:space-between;padding:8px 0;font-size:14px;display:flex}.detail-row:last-child{border-bottom:none}.detail-row strong{font-weight:600}.confirmation-toast{color:#fff;z-index:999;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;align-items:center;gap:12px;padding:16px 24px;animation:.3s ease-out slideInRight;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 10px 30px #0003}.toast-icon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:28px;font-weight:700;display:flex}.toast-content{flex:1}.toast-content h3{margin:0;font-size:16px;font-weight:600}.toast-content p{opacity:.9;margin:4px 0 0;font-size:13px}.toast-redirect{opacity:.8;font-size:12px;font-style:italic}@media (width<=768px){.confirmation-toast{top:10px;left:10px;right:10px}.cart-content{grid-template-columns:1fr}.cart-summary-section{position:static}.cart-item{flex-direction:column}.item-image{width:100%}}.orders-container{max-width:1000px;margin:0 auto;padding:20px}.orders-header{margin-bottom:30px}.orders-header h1{color:#000;margin-bottom:5px;font-size:28px;font-weight:700}.orders-header p{color:#666;font-size:14px}.orders-filters{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.filter-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.filter-btn:hover{color:#ff6b35;border-color:#ff6b35}.filter-btn.active{color:#fff;background:#ff6b35;border-color:#ff6b35}.orders-list{gap:16px;display:grid}.order-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;transition:all .2s}.order-card:hover{box-shadow:0 4px 12px #0000001a}.order-header{justify-content:space-between;align-items:start;margin-bottom:16px;display:flex}.order-info h3{color:#000;margin-bottom:4px;font-weight:700}.order-id{color:#999;font-size:12px}.status-badge{color:#fff;text-transform:capitalize;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600}.order-details{flex-wrap:wrap;gap:20px;margin-bottom:16px;display:flex}.detail-item{color:#666;align-items:center;gap:8px;font-size:13px;display:flex}.detail-item svg{color:#ff6b35}.order-actions{gap:12px;display:flex}.detail-btn,.reorder-btn{color:#ff6b35;cursor:pointer;background:#fff;border:1px solid #ff6b35;border-radius:8px;flex:1;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s}.detail-btn:hover{background:#fff5f1}.reorder-btn{color:#fff;background:#ff6b35}.reorder-btn:hover{background:#f25417}@media (width<=768px){.order-header,.order-details{flex-direction:column;gap:12px}.order-actions{flex-direction:column}.detail-btn,.reorder-btn{width:100%}}.settings-container{background:#fff;flex-direction:column;width:100%;max-width:100%;min-height:100vh;margin:0 auto;display:flex}.settings-header{z-index:10;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px;display:flex;position:sticky;top:0}.back-btn{cursor:pointer;color:#333;background:#f5f5f5;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.back-btn:hover{background:#e0e0e0;transform:scale(1.05)}.settings-title{color:#333;margin:0;font-size:24px;font-weight:700}.settings-content{flex:1;padding:20px;overflow-y:auto}.settings-section{background:#fff;border:1px solid #f0f0f0;border-radius:12px;margin-bottom:20px;padding:20px}.section-header{border-bottom:2px solid #f0f0f0;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:15px;display:flex}.section-header svg{color:#ff6b35;flex-shrink:0}.setting-item{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.setting-item:last-child{border-bottom:none}.setting-info{flex:1}.setting-info label{color:#333;margin:0 0 4px;font-size:14px;font-weight:600;display:block}.setting-description{color:#999;margin:4px 0 0;font-size:12px}.toggle-switch{cursor:pointer;flex-shrink:0;align-items:center;display:flex}.toggle-switch input{display:none}.toggle-slider{background-color:#ccc;border-radius:12px;width:44px;height:24px;margin:0 12px;transition:background-color .3s;position:relative}.toggle-switch input:checked+.toggle-slider{background-color:#ff6b35}.toggle-slider:after{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:left .3s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.toggle-slider:after{left:22px}.setting-select{color:#333;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:120px;padding:10px 12px;font-size:14px;transition:all .2s}.setting-select:hover{border-color:#ff6b35}.setting-select:focus{border-color:#ff6b35;outline:none;box-shadow:0 0 0 2px #ff6b351a}.settings-actions{gap:12px;margin-top:20px;padding:0 20px 20px;display:flex}.save-btn,.reset-btn{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.save-btn{color:#fff;background:#ff6b35}.save-btn:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.save-btn:active{transform:translateY(0)}.reset-btn{color:#666;background:#f5f5f5;border:1px solid #e0e0e0}.reset-btn:hover{background:#efefef;transform:translateY(-2px)}.reset-btn:active{transform:translateY(0)}.unsaved-changes-banner{color:#856404;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;margin:0 20px 20px;padding:12px 16px;font-size:13px;font-weight:500;animation:.3s slideIn}@media (width<=768px){.settings-header,.settings-content,.settings-section{padding:16px}.settings-actions{flex-direction:column}.setting-select{min-width:100%}}.stores-container{width:100%;padding:80px 40px 100px;font-family:Poppins,sans-serif}.stores-hero{text-align:center;background:#fff;border-bottom:1px solid #e0e0e0;margin-bottom:40px;padding:40px 0 50px}.stores-hero h1{color:#000;margin-bottom:8px;font-size:36px;font-weight:700}.stores-hero p{color:#666;font-size:16px}.stores-filter{flex-wrap:wrap;justify-content:flex-start;gap:12px;padding:40px 0;display:flex}.filter-tab{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:20px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;transition:all .3s}.filter-tab:hover,.filter-tab.active{color:#fff;background:#ff6b35;border-color:#ff6b35}.stores-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;padding:40px 0;display:grid}.store-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;transition:all .3s;overflow:hidden}.store-card:hover:not(.coming-soon){border-color:#ff6b35;box-shadow:0 4px 12px #ff6b351a}.store-card.coming-soon{opacity:.6;cursor:not-allowed}.store-card-header{background:#f9f9f9;justify-content:center;align-items:center;height:100px;display:flex;position:relative}.store-icon{font-size:2.5rem}.coming-soon-badge{color:#fff;background:#ff6b35;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:600;position:absolute;top:8px;right:8px}.store-card-content{padding:20px}.store-card-content h3{color:#000;margin-bottom:8px;font-size:16px;font-weight:700}.store-description{color:#666;margin-bottom:15px;font-size:13px;line-height:1.4}.store-stats{flex-direction:column;gap:8px;margin-bottom:15px;display:flex}.stat{color:#666;align-items:center;gap:8px;font-size:13px;display:flex}.coming-soon-text{color:#ff6b35;font-size:13px;font-weight:600}.view-stores-btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:8px;width:100%;padding:10px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;transition:all .3s}.view-stores-btn:hover{background:#e55a24}.stores-info-section{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin:40px 0;padding:50px 0;display:grid}.info-card{text-align:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px}.info-icon{margin-bottom:12px;font-size:2rem}.info-card h3{color:#000;margin-bottom:8px;font-size:16px;font-weight:700}.info-card p{color:#666;font-size:13px;line-height:1.5}.stores-partner-section{color:#000;text-align:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;margin:60px 0;padding:50px 40px}.stores-partner-section h2{margin-bottom:10px;font-size:28px;font-weight:700}.stores-partner-section p{color:#666;margin-bottom:25px;font-size:15px}.partner-btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:8px;padding:12px 28px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.partner-btn:hover{background:#e55a24}@media (width<=768px){.stores-container{padding:60px 20px 100px}.stores-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.stores-hero h1{font-size:28px}.stores-info-section{grid-template-columns:1fr}.stores-partner-section{margin:40px 0;padding:40px 20px}}@media (width<=480px){.stores-container{padding:40px 15px 100px}.stores-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.stores-hero h1{font-size:22px}}.about-container{width:100%;padding:80px 40px 100px;font-family:Poppins,sans-serif}.about-hero{color:#000;text-align:center;background:#fff;border-bottom:1px solid #e0e0e0;margin-bottom:40px;padding:60px 40px}.hero-content p{color:#666;font-size:16px}.about-tabs{border-bottom:2px solid #e0e0e0;flex-wrap:wrap;justify-content:flex-start;gap:12px;padding:30px 0;display:flex}.about-section h2,.team-section h2{color:#000;margin-bottom:25px;font-size:28px;font-weight:700}.about-intro{background:#fff;border-left:3px solid #ff6b35;border-radius:12px;margin-bottom:40px;padding:24px}.about-intro p{color:#666;font-size:15px;line-height:1.6}.about-grid,.values-grid,.team-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:40px;display:grid}.about-card,.value-item,.team-member{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px}.about-card:hover,.team-member:hover{border-color:#ff6b35;box-shadow:0 4px 12px #ff6b351a}.about-icon,.member-avatar{text-align:center;margin-bottom:12px;font-size:2rem}.about-card h3,.team-member h3{color:#000;margin-bottom:8px;font-size:16px;font-weight:700}.about-card p,.value-item p{color:#666;font-size:13px;line-height:1.5}.member-role{color:#ff6b35;margin-bottom:8px;font-size:13px;font-weight:600}.story-timeline{padding:20px 0;position:relative}.timeline-item{gap:20px;margin-bottom:30px;display:flex}.timeline-marker{color:#fff;background:#ff6b35;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-weight:700;display:flex}.timeline-content h4{color:#000;margin-bottom:8px;font-size:16px;font-weight:700}.timeline-content p{color:#666;font-size:13px}.ratings-section{padding:20px 0}.rating-summary{grid-template-columns:1fr 2fr;gap:40px;margin-bottom:50px;display:grid}.rating-average{color:#000;text-align:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:40px}.avg-number{color:#ff6b35;margin-bottom:10px;font-size:3rem;font-weight:800}.avg-text{color:#666;font-size:13px}.distribution-item{grid-template-columns:50px 1fr 60px;align-items:center;gap:15px;display:grid}.dist-stars{font-size:13px;font-weight:600}.dist-bar{background:#e0e0e0;border-radius:4px;height:8px}.dist-fill{background:#ff6b35;height:100%}.reviews-list h3{margin:40px 0 20px;font-size:16px;font-weight:700}.review-item{background:#fff;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:15px;padding:20px}.reviewer-avatar{color:#fff;background:#ff6b35;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.reviewer-info h4{color:#000;margin-bottom:4px;font-size:14px;font-weight:700}.review-meta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.review-date{color:#999;font-size:12px}.verified-badge{color:#fff;background:#4caf50;border-radius:12px;padding:3px 8px;font-size:11px;font-weight:600}.review-text{color:#666;margin-top:10px;font-size:13px;line-height:1.5}.team-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-top:40px;display:grid}.stat-card{color:#000;text-align:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px}.stat-number{color:#ff6b35;margin-bottom:8px;font-size:2rem;font-weight:800}.stat-label{color:#666;font-size:13px}.about-cta{color:#000;text-align:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;margin-top:60px;padding:50px 40px}.about-cta h2{margin-bottom:10px;font-size:28px;font-weight:700}.about-cta p{color:#666;margin-bottom:20px;font-size:15px}@media (width<=768px){.about-container{padding:60px 20px 100px}.tab-content{padding:20px 0}.rating-summary,.about-grid,.values-grid,.team-grid,.team-stats{grid-template-columns:1fr}}.business-container{width:100%;padding:80px 40px 100px;font-family:Poppins,sans-serif}.business-hero{color:#000;text-align:center;background:#fff;border-bottom:1px solid #e0e0e0;margin-bottom:40px;padding:60px 40px}.hero-content h1{color:#000;margin-bottom:8px;font-size:36px;font-weight:700}.hero-content p{color:#666;margin-bottom:25px;font-size:16px}.hero-cta-btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:8px;padding:12px 28px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.hero-cta-btn:hover{background:#e55a24}.business-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:0;padding:50px 0;display:grid}.stat-item{background:#fff;border:1px solid #e0e0e0;border-radius:12px;align-items:center;gap:20px;padding:20px;display:flex}.stat-icon{font-size:2rem}.stat-content h3{color:#ff6b35;margin-bottom:5px;font-size:18px;font-weight:800}.stat-content p{color:#666;font-size:13px}.business-tabs{border-bottom:2px solid #e0e0e0;flex-wrap:wrap;justify-content:flex-start;gap:12px;padding:30px 0;display:flex}.tab-btn{color:#666;cursor:pointer;background:0 0;border:none;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.tab-btn:hover,.tab-btn.active{color:#ff6b35}.tab-content{max-width:1200px;margin:0 auto;padding:40px 0}.benefits-section h2,.howto-section h2,.features-section h2,.faq-section h2{color:#000;text-align:center;margin-bottom:25px;font-size:28px;font-weight:700}.benefits-grid,.features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.benefit-card,.feature-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;transition:all .3s}.benefit-card:hover,.feature-card:hover{border-color:#ff6b35;box-shadow:0 4px 12px #ff6b351a}.benefit-icon,.feature-icon{margin-bottom:12px;font-size:2rem}.benefit-card h3,.feature-card h3{color:#000;margin-bottom:8px;font-size:16px;font-weight:700}.benefit-card p,.feature-card p{color:#666;font-size:13px;line-height:1.5}.steps-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px;display:grid}.step-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px}.step-number{color:#fff;background:#ff6b35;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:15px;font-size:1.2rem;font-weight:800;display:flex}.step-content h3{color:#000;margin-bottom:8px;font-size:16px;font-weight:700}.step-content p{color:#666;font-size:13px;line-height:1.5}.requirements-section{background:#fff;border-left:3px solid #ff6b35;border-radius:12px;padding:30px}.requirements-section h3{color:#000;margin-bottom:20px;font-size:16px;font-weight:700}.requirements-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;display:grid}.requirement-item{color:#666;align-items:center;gap:12px;font-size:13px;display:flex}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:12px}.faq-question{cursor:pointer;color:#000;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s;display:flex}.faq-question:hover{color:#ff6b35;background:#f9f9f9}.faq-toggle{color:#ff6b35;font-size:1.2rem;font-weight:700}.faq-answer{color:#666;padding:0 16px 16px;font-size:13px;line-height:1.5}.business-cta{color:#000;text-align:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;margin:60px 0;padding:50px 40px}.business-cta h2{margin-bottom:10px;font-size:28px;font-weight:700}.business-cta p{color:#666;margin-bottom:20px;font-size:15px}.cta-button{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:8px;padding:12px 28px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.cta-button:hover{background:#e55a24}.contact-section{text-align:center;padding:60px 0}.contact-section h2{margin-bottom:8px;font-size:28px;font-weight:700}.contact-section>p{color:#666;margin-bottom:30px;font-size:15px}.contact-options{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.contact-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px}.contact-icon{margin-bottom:12px;font-size:2rem}.contact-card h3{margin-bottom:8px;font-size:16px;font-weight:700}.contact-card p{color:#666;font-size:13px}@media (width<=768px){.business-container{padding:60px 20px 100px}.stat-item{text-align:center;flex-direction:column}.tab-content{padding:20px 0}.steps-container,.benefits-grid,.features-grid,.contact-options{grid-template-columns:1fr}}.admin-sidebar{z-index:1000;background:#fff;border-right:1px solid #e0e0e0;flex-direction:column;width:280px;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0;box-shadow:0 4px 12px #0000000d}.sidebar-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:20px;display:flex}.logo-section{align-items:center;gap:12px;display:flex}.logo-icon{color:#fff;background:#ff6b35;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}.logo-text{color:#000;font-size:16px;font-weight:700}.sidebar-close-btn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s;display:none}.sidebar-close-btn:hover{color:#000;background:#f0f0f0}.sidebar-user{border-bottom:1px solid #e0e0e0;align-items:center;gap:12px;padding:16px 20px;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#ff6b35,#ff8a56);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.user-info{flex:1}.user-name{color:#000;margin:0;font-size:14px;font-weight:600}.user-role{color:#999;margin:0;font-size:12px}.sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:20px 12px;display:flex;overflow-y:auto}.nav-item{color:#666;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:flex-start;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;transition:all .3s;display:flex}.nav-item:hover{color:#ff6b35;background:#f5f5f5}.nav-item.active{color:#ff6b35;background:#ff6b351a;font-weight:600}.nav-item svg{flex-shrink:0}.sidebar-footer{border-top:1px solid #e0e0e0;padding:20px 12px}.logout-btn{color:#ff6b35;cursor:pointer;background:#fff3e0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s;display:flex}.logout-btn:hover{color:#e55a24;background:#ffe0cc}.sidebar-overlay{z-index:999;background:#00000080;display:none;position:fixed;inset:0}.sidebar-overlay.visible{display:block}@media (width<=1024px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.sidebar-close-btn{justify-content:center;align-items:center;display:flex}.sidebar-overlay{display:none}.sidebar-overlay.visible{display:block}}@media (width<=480px){.admin-sidebar{width:250px}.logo-text,.user-name,.user-role{display:none}.user-avatar{margin:0 auto}.nav-item span,.logout-btn span{display:none}.nav-item,.logout-btn{justify-content:center;padding:12px}}.admin-navbar{z-index:50;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:center;height:70px;padding:16px 24px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000000a}.navbar-left{flex:1}.page-title{color:#1a1a1a;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:700}.navbar-right{align-items:center;gap:16px;display:flex}.navbar-icon-btn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex;position:relative}.navbar-icon-btn:hover{color:#ff6b35;background-color:#f0f0f0;transform:translateY(-2px)}.notification-badge{color:#fff;background-color:#ff6b35;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.navbar-user-section{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;align-items:center;gap:12px;padding:0 12px;display:flex}.user-info-small{text-align:right;flex-direction:column;gap:2px;display:flex}.user-name-small{color:#1a1a1a;font-size:14px;font-weight:600}.user-role-small{color:#666;font-size:12px}.user-avatar-small{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#ff8555 100%);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.logout-btn-navbar{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex}.logout-btn-navbar:hover{color:#ff6b35;background-color:#ffe0d6}@media (width<=768px){.admin-navbar{height:auto;padding:12px 16px}.page-title{font-size:22px}.navbar-user-section{display:none}.navbar-icon-btn{padding:6px}}@media (width<=480px){.admin-navbar{flex-direction:column;gap:8px;padding:10px 12px}.navbar-left{width:100%}.page-title{font-size:18px}.navbar-right{justify-content:space-between;width:100%}.navbar-icon-btn{padding:4px}}.admin-bottom-nav{z-index:100;background:linear-gradient(#f8f9fa,#fff);border-top:2px solid #e0e0e0;padding:8px 0;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #00000014}@media (width<=768px){.admin-bottom-nav{justify-content:space-around;align-items:center;gap:4px;display:flex}}.bottom-nav-item{cursor:pointer;color:#999;background:0 0;border:none;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:8px 12px;font-size:11px;font-weight:600;transition:all .3s;display:flex;position:relative}.bottom-nav-item:hover{color:#ff6b35;background-color:#f0f0f0;transform:translateY(-2px)}.bottom-nav-item.active{color:#ff6b35;background:linear-gradient(135deg,#fff0e8 0%,#ffe8dc 100%);font-weight:700}.bottom-nav-item.active:after{content:"";background:#ff6b35;border-radius:50%;width:4px;height:4px;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.bottom-nav-item svg{transition:transform .3s}.bottom-nav-item:hover svg{transform:scale(1.1)}@media (width<=480px){.bottom-nav-item{gap:2px;padding:6px 8px;font-size:10px}.bottom-nav-item svg{width:20px;height:20px}.bottom-nav-item span{display:none}}.admin-layout{background:#f9f9f9;height:100vh;display:flex}.admin-main{flex-direction:column;flex:1;margin-left:280px;display:flex;overflow-y:auto}.admin-topbar{z-index:100;background:#fff;border-bottom:1px solid #e0e0e0;align-items:center;height:70px;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #00000005}.topbar-left{align-items:center;padding:0 16px;display:flex}.hamburger-btn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s;display:none}.hamburger-btn:hover{color:#ff6b35;background:#f0f0f0}.page-title{color:#000;margin:0;font-size:28px;font-weight:700}.admin-content{flex:1;width:100%;max-width:1600px;margin:0 auto;padding:32px}@media (width<=1024px){.admin-main{margin-left:0}.hamburger-btn{justify-content:center;align-items:center;display:flex}.admin-topbar{height:auto;padding:12px 16px}.page-title{font-size:22px}.admin-content{padding:20px 20px 120px}}@media (width<=480px){.admin-topbar{height:auto;padding:12px}.page-title{font-size:18px}.admin-content{padding:12px 12px 120px}}.admin-dashboard{width:100%}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:40px;display:grid}.stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;transition:all .3s}.stat-card:hover{border-color:#ff6b35;box-shadow:0 4px 12px #ff6b351a}.stat-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.stat-icon-wrapper{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-change{align-items:center;gap:4px;font-size:12px;font-weight:600;display:flex}.stat-content{margin-top:12px}.stat-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0 0 6px;font-size:12px;font-weight:600}.stat-value{color:#000;margin:0;font-size:28px;font-weight:700}.dashboard-info{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;display:grid}.info-box{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px}.info-box h3{color:#000;margin:0 0 16px;font-size:16px;font-weight:700}.info-box p{color:#333;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;margin:0 0 12px;padding-bottom:12px;font-size:14px;display:flex}.info-box p:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-box strong{color:#ff6b35;font-weight:700}.status-indicator{border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.status-indicator.online{background:#22c55e}@media (width<=768px){.stats-grid,.dashboard-info{grid-template-columns:1fr}}@media (width<=768px){.modal-content{width:95%;max-height:95vh}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.edit-form{gap:16px;padding:16px}.modal-header{padding:16px}}@media (width<=480px){.modal-content{border-radius:0;width:100%;max-height:100vh}.modal-header{padding:12px}.modal-header h2{font-size:16px}.edit-form{padding:12px}.btn-cancel,.btn-save{padding:10px 16px;font-size:13px}}.admin-users{width:100%}.users-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.users-table-container{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table thead{background:#f9f9f9;border-bottom:1px solid #e0e0e0}.users-table th{text-align:left;text-transform:uppercase;color:#666;letter-spacing:.5px;padding:16px;font-size:12px;font-weight:600}.users-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s}.users-table tbody tr:hover{background:#f9f9f9}.users-table td{color:#333;padding:16px;font-size:14px}.user-name{align-items:center;gap:12px;font-weight:600;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#ff6b35,#ff8a56);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.role-badge{text-transform:capitalize;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}@media (width<=768px){.users-header{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.users-table{font-size:12px}.users-table th,.users-table td{padding:12px}.user-name{font-size:13px}.action-btn{width:32px;height:32px}}.form-group.checkbox input{width:auto;margin:0}.form-group.checkbox label{text-transform:none;margin:0;font-size:14px;font-weight:500}.image-preview{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:16px}.image-preview img{border-radius:6px;max-width:100%;max-height:250px}@media (width<=768px){.modal-content{width:95%;max-height:95vh}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.edit-form{gap:16px;padding:16px}.modal-header{padding:16px}}@media (width<=480px){.modal-content{border-radius:0;width:100%;max-height:100vh}.modal-header{padding:12px}.modal-header h2{font-size:16px}.edit-form{padding:12px}.btn-cancel,.btn-save{padding:10px 16px;font-size:13px}}.admin-restaurants{width:100%}.restaurants-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.restaurants-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.restaurant-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;transition:all .3s;overflow:hidden}.restaurant-card:hover{border-color:#ff6b35;box-shadow:0 4px 12px #ff6b351a}.restaurant-image{background-color:#f0f0f0;background-position:50%;background-size:cover;width:100%;height:200px;position:relative}.restaurant-status{position:absolute;top:12px;right:12px}.status-badge.open{color:#059669;background:#d1fae5}.status-badge.closed{color:#dc2626;background:#fee2e2}.restaurant-info{padding:16px}.restaurant-info h3{color:#000;margin:0 0 6px;font-size:16px;font-weight:700}.cuisine{color:#999;margin:0 0 12px;font-size:12px}.restaurant-meta{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;display:flex}.rating{color:#f5b301;align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex}.delivery-time{color:#666;font-size:13px}.card-actions{gap:8px;display:flex}@media (width<=768px){.restaurants-header{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.restaurants-grid{grid-template-columns:1fr}}.modal-header{background:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex;position:sticky;top:0}.modal-close{cursor:pointer;color:#999;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .3s;display:flex}.modal-close:hover{color:#1a1a1a;background-color:#f0f0f0}.form-group label{color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.form-group input,.form-group textarea{border:1px solid #e0e0e0;border-radius:8px;padding:10px 12px;font-family:Poppins,sans-serif;font-size:14px;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background-color:#fff8f5;border-color:#ff6b35;outline:none;box-shadow:0 0 0 3px #ff6b351a}.form-group input:disabled{color:#999;cursor:not-allowed;background-color:#f5f5f5}.image-preview{text-align:center;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:16px}.preview-label{color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:600}.image-preview img{object-fit:cover;border-radius:6px;max-width:100%;max-height:200px}.form-actions{border-top:1px solid #e0e0e0;gap:12px;margin-top:12px;padding-top:16px;display:flex}.btn-cancel,.btn-save{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;flex:1;padding:12px 16px;font-size:14px;font-weight:600;transition:all .3s}.btn-cancel{color:#666;background-color:#f0f0f0;border:1px solid #e0e0e0}.btn-cancel:hover{color:#1a1a1a;background-color:#e0e0e0}.btn-save{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#ff8555 100%);box-shadow:0 4px 12px #ff6b354d}@media (width<=768px){.modal-content{max-width:95%;max-height:95vh}.form-row{grid-template-columns:1fr}.modal-header{padding:16px 20px}.edit-form{padding:20px}}@media (width<=480px){.modal-header h2{font-size:18px}.edit-form{gap:12px;padding:16px}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-save{padding:10px 12px;font-size:13px}}.admin-foods{width:100%}.foods-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.add-btn:hover{background:#e55a24;box-shadow:0 4px 12px #ff6b3540}.foods-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.food-item-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.food-item-card:hover{border-color:#ff6b35;box-shadow:0 4px 12px #ff6b351a}.food-image{background-color:#f0f0f0;background-position:50%;background-size:cover;width:100%;height:180px;position:relative}.food-rating{color:#000;background:#fffffff2;border-radius:20px;padding:6px 10px;font-size:12px;font-weight:600;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000001a}.food-details{flex-direction:column;flex:1;padding:16px;display:flex}.food-details h3{color:#000;text-overflow:ellipsis;white-space:nowrap;margin:0 0 6px;font-size:15px;font-weight:700;overflow:hidden}.category{color:#999;text-transform:capitalize;margin:0 0 4px;font-size:12px}.restaurant{color:#666;margin:0 0 12px;font-size:12px}.food-price{color:#ff6b35;margin-bottom:12px;font-size:18px;font-weight:700}.food-actions{gap:8px;margin-top:auto;display:flex}.action-btn{cursor:pointer;color:#666;background:0 0;border:1px solid #e0e0e0;border-radius:6px;flex:1;justify-content:center;align-items:center;padding:10px;font-family:Poppins,sans-serif;transition:all .2s;display:flex}.edit-btn:hover{color:#3b82f6;border-color:#3b82f6}.delete-btn:hover{color:#ef4444;border-color:#ef4444}.empty-state{text-align:center;color:#999;grid-column:1/-1;padding:60px 20px;font-size:16px}@media (width<=768px){.foods-header{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.foods-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (width<=480px){.foods-grid{grid-template-columns:1fr}}@media (width<=768px){.modal-content{width:95%;max-height:95vh}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.edit-form{gap:16px;padding:16px}.modal-header{padding:16px}}@media (width<=480px){.modal-content{border-radius:0;width:100%;max-height:100vh}.modal-header{padding:12px}.modal-header h2{font-size:16px}.edit-form{padding:12px}.btn-cancel,.btn-save{padding:10px 16px;font-size:13px}}.create-form{flex-direction:column;gap:20px;padding:24px;display:flex}.form-group input::placeholder{color:#999}.form-group.checkbox{flex-direction:row;align-items:center;gap:8px;margin-top:8px}.form-group.checkbox input{cursor:pointer;width:auto;margin:0}.form-group.checkbox label{text-transform:none;cursor:pointer;margin:0;font-size:14px;font-weight:500}.form-info{color:#1565c0;background:#e3f2fd;border-left:3px solid #2196f3;border-radius:6px;padding:12px 16px;font-size:13px;line-height:1.5}.form-info strong{color:#1565c0}.btn-cancel,.btn-create{cursor:pointer;border:none;border-radius:6px;flex:1;padding:12px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.btn-create{color:#fff;background:linear-gradient(135deg,#ff6b35,#ff8555)}.btn-create:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.btn-create:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.modal-content{width:95%;max-height:95vh}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.create-form{gap:16px;padding:16px}.modal-header{padding:16px}}@media (width<=480px){.modal-content{border-radius:0;width:100%;max-height:100vh}.modal-header{padding:12px}.modal-header h2{font-size:16px}.create-form{padding:12px}.btn-cancel,.btn-create{padding:10px 16px;font-size:13px}}.admin-riders{width:100%;padding:24px}.riders-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.search-box{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:1;align-items:center;gap:12px;min-width:250px;padding:12px 16px;display:flex}.search-box input{border:none;outline:none;width:100%;font-family:Poppins,sans-serif;font-size:14px}.search-box input::placeholder{color:#999}.add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b35,#ff8555);border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s;display:flex}.add-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.riders-table-container{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden}.riders-table{border-collapse:collapse;width:100%}.riders-table thead{background:linear-gradient(135deg,#f8f9fa 0%,#f0f1f3 100%);border-bottom:2px solid #e0e0e0}.riders-table th{text-align:left;text-transform:uppercase;color:#333;letter-spacing:.5px;padding:16px;font-size:12px;font-weight:700}.riders-table td{color:#333;border-bottom:1px solid #e0e0e0;padding:16px;font-size:14px}.riders-table tbody tr:hover{background:#f8f9fa}.rider-name{align-items:center;gap:12px;font-weight:600;display:flex}.rider-avatar{color:#fff;background:linear-gradient(135deg,#ff6b35,#ff8555);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.status-badge{border-radius:16px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.rating-display{align-items:center;gap:6px;font-weight:600;display:flex}.actions-cell{gap:8px;display:flex}.action-btn:hover{background:#f0f1f3}.action-btn.edit-btn:hover{color:#ff6b35;border-color:#ff6b35}.action-btn.delete-btn:hover{color:#ef4444;border-color:#ef4444}.empty-state{text-align:center;color:#999;padding:60px 24px}.empty-state svg{opacity:.5;margin-bottom:16px}.empty-state p{color:#666;margin-bottom:24px;font-size:16px}.loading-state{text-align:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:60px 24px}.spinner{border:3px solid #f0f1f3;border-top-color:#ff6b35;border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:.8s linear infinite spin}@media (width<=1024px){.riders-table{font-size:13px}.riders-table th,.riders-table td{padding:12px}}@media (width<=768px){.admin-riders{padding:16px}.riders-header{flex-direction:column}.search-box{min-width:100%}.add-btn{justify-content:center;width:100%}.riders-table{font-size:12px}.riders-table th,.riders-table td{padding:8px}.rider-avatar,.action-btn{width:32px;height:32px}.action-btn svg{width:16px;height:16px}}@media (width<=480px){.admin-riders{padding:12px}.riders-table-container{overflow-x:auto}.riders-table{min-width:600px}.riders-table th,.riders-table td{padding:6px;font-size:11px}.rider-avatar,.action-btn{width:28px;height:28px}}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;justify-content:center;align-items:center;animation:.2s ease-in-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;animation:.3s ease-in-out slideUp;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal-header{background:linear-gradient(135deg,#f8f9fa 0%,#f0f1f3 100%);border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:24px;display:flex}.modal-header h2{color:#000;margin:0;font-size:20px;font-weight:700}.modal-close{cursor:pointer;color:#666;background:0 0;border:none;padding:4px;transition:all .2s}.modal-close:hover{color:#ff6b35;transform:scale(1.1)}.edit-form{flex-direction:column;gap:20px;padding:24px;display:flex}.order-info{background:#f8f9fa;border-left:3px solid #ff6b35;border-radius:8px;padding:16px}.order-info p{color:#333;margin:8px 0;font-size:14px}.order-info strong{color:#000}.form-group label{text-transform:uppercase;color:#000;letter-spacing:.5px;font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid #e0e0e0;border-radius:6px;padding:10px;font-family:Poppins,sans-serif;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background-color:#fff8f5;border-color:#ff6b35;outline:none;box-shadow:0 0 0 3px #ff6b351a}.form-group select{cursor:pointer;background:#fff}.status-timeline{margin:16px 0}.timeline-label{text-transform:uppercase;color:#000;letter-spacing:.5px;margin-bottom:12px;font-size:13px;font-weight:600}.timeline{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.timeline-step{flex-direction:column;flex:1;align-items:center;display:flex}.step-circle{color:#666;background:#f0f1f3;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;transition:all .3s;display:flex}.timeline-step.active .step-circle{color:#fff;background:linear-gradient(135deg,#ff6b35,#ff8555);border-color:#ff6b35}.step-label{color:#666;text-align:center;margin-top:6px;font-size:11px;font-weight:500;transition:all .3s}.timeline-step.active .step-label{color:#ff6b35;font-weight:600}.btn-cancel,.btn-save{cursor:pointer;border:none;border-radius:6px;flex:1;padding:12px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.btn-cancel{color:#333;background:#f0f1f3}.btn-cancel:hover{background:#e0e0e0;transform:translateY(-2px)}.btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.btn-save:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.modal-content{width:95%;max-height:95vh}.timeline{flex-wrap:wrap}.form-actions{flex-direction:column-reverse}.edit-form{gap:16px;padding:16px}.modal-header{padding:16px}.step-circle{width:32px;height:32px;font-size:12px}.step-label{font-size:10px}}@media (width<=480px){.modal-content{border-radius:0;width:100%;max-height:100vh}.modal-header{padding:12px}.modal-header h2{font-size:16px}.edit-form{padding:12px}.btn-cancel,.btn-save{padding:10px 16px;font-size:13px}.timeline{flex-direction:column;gap:12px}.timeline-step{align-items:flex-start}.step-circle{width:28px;height:28px;font-size:11px}}.admin-orders{width:100%}.orders-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.search-box{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:1;align-items:center;gap:12px;max-width:600px;padding:12px 16px;display:flex}.search-box svg{color:#999}.search-box input{border:none;outline:none;flex:1;font-family:Poppins,sans-serif;font-size:14px}.orders-table-container{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow-x:auto}.orders-table{border-collapse:collapse;width:100%}.orders-table thead{background:#f9f9f9;border-bottom:1px solid #e0e0e0}.orders-table th{text-align:left;text-transform:uppercase;color:#666;letter-spacing:.5px;padding:16px;font-size:12px;font-weight:600}.orders-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s}.orders-table tbody tr:hover{background:#f9f9f9}.orders-table td{color:#333;padding:16px;font-size:14px}.order-id{color:#ff6b35;font-weight:600}.amount{color:#22c55e;align-items:center;gap:4px;font-weight:600;display:flex}.amount svg{flex-shrink:0}.status-badge{text-transform:capitalize;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.actions-cell{align-items:center;gap:8px;display:flex}.action-btn{cursor:pointer;color:#666;background:0 0;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.action-btn:hover{background:#f0f0f0;border-color:#999}.view-btn:hover{color:#3b82f6;border-color:#3b82f6}.empty-state{text-align:center;color:#999;padding:60px 20px;font-size:16px}.loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.spinner{border:4px solid #e0e0e0;border-top-color:#ff6b35;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:.8s linear infinite spin}@media (width<=768px){.orders-header{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.orders-table{font-size:12px}.orders-table th,.orders-table td{padding:12px}.action-btn{width:32px;height:32px}}.analytics-page{width:100%}.analytics-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.header-title h2{color:#000;margin:0 0 8px;font-size:24px;font-weight:700}.header-title p{color:#666;margin:0;font-size:14px}.date-range-selector select{cursor:pointer;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;transition:all .2s}.date-range-selector select:hover{border-color:#ff6b35}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:30px;display:grid}.metric-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;gap:16px;padding:20px;display:flex}.metric-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.metric-content{flex:1}.metric-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0 0 6px;font-size:12px;font-weight:600}.metric-value{color:#000;margin:0 0 6px;font-size:28px;font-weight:700}.metric-change{color:#22c55e;align-items:center;gap:4px;margin:0;font-size:12px;display:flex}.charts-section{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px;margin-bottom:30px;display:grid}.chart-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px}.chart-card h3{color:#000;margin:0 0 16px;font-size:16px;font-weight:700}.mini-chart{border-top:1px solid #e0e0e0;justify-content:space-around;align-items:flex-end;gap:8px;height:200px;padding:20px 0;display:flex}.chart-bar{flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.bar{cursor:pointer;background:#ff6b35;border-radius:6px 6px 0 0;width:100%;max-width:30px;transition:all .2s}.bar:hover{background:#e55a24}.chart-bar .label{color:#666;font-size:12px;font-weight:500}.list-chart{flex-direction:column;gap:12px;display:flex}.list-item{background:#f9f9f9;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;transition:all .2s;display:flex}.list-item:hover{background:#f0f0f0}.item-header{flex:1;align-items:center;gap:12px;display:flex}.rank{color:#fff;background:#ff6b35;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.name{color:#000;font-size:13px;font-weight:600}.item-stats{color:#666;gap:16px;font-size:12px;display:flex}.item-stats span{font-weight:600}.section{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px}.section h3{color:#000;margin:0 0 16px;font-size:16px;font-weight:700}.restaurants-list{border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;gap:1px;display:flex;overflow:hidden}.restaurant-row{border-bottom:1px solid #e0e0e0;grid-template-columns:50px 1fr 300px;align-items:center;gap:16px;padding:16px;transition:background .2s;display:grid}.restaurant-row:hover{background:#f9f9f9}.restaurant-row:last-child{border-bottom:none}.restaurant-rank{color:#fff;background:linear-gradient(135deg,#ff6b35,#ff8a56);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.restaurant-name{color:#000;font-size:14px;font-weight:600}.restaurant-stats{gap:24px;display:flex}.stat{flex-direction:column;gap:4px;display:flex}.stat .label{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.stat .value{color:#000;font-size:14px;font-weight:700}@media (width<=1024px){.analytics-header{flex-direction:column;align-items:stretch}.charts-section{grid-template-columns:1fr}.restaurant-row{grid-template-columns:1fr;gap:12px}.restaurant-stats{flex-direction:column}}@media (width<=768px){.metrics-grid{grid-template-columns:1fr}.metric-card{flex-direction:column}.chart-bar .label{font-size:10px}.restaurant-rank{width:32px;height:32px;font-size:12px}}.admin-settings{flex-direction:column;gap:24px;max-width:1000px;margin:0 auto;padding:24px 24px 100px;display:flex}.settings-section{background:#fff;border:1px solid #e0e0e0;border-radius:12px;animation:.3s slideIn;overflow:hidden;box-shadow:0 2px 8px #0000000a}.section-header{background:linear-gradient(135deg,#f8f9fa 0%,#f0f1f3 100%);border-bottom:2px solid #e0e0e0;align-items:center;gap:16px;padding:20px 24px;display:flex}.section-icon{color:#ff6b35;flex-shrink:0}.section-header h2{color:#1a1a1a;margin:0;font-size:20px;font-weight:700}.settings-content{flex-direction:column;gap:20px;padding:24px;display:flex}.setting-item{flex-direction:column;gap:8px;display:flex}.setting-label{flex-direction:column;gap:6px;display:flex}.toggle-label{cursor:pointer;color:#1a1a1a;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;font-weight:600;display:flex}.toggle-label input{display:none}.toggle-switch{background-color:#e0e0e0;border-radius:14px;flex-shrink:0;width:48px;height:28px;transition:all .3s;position:relative}.toggle-label input:checked+.toggle-switch{background-color:#ff6b35}.toggle-switch:before{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:all .3s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0000001a}.toggle-label input:checked+.toggle-switch:before{left:22px}.setting-desc{color:#999;margin:0;font-size:13px}.setting-item label{color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.setting-item input,.setting-item textarea,.setting-item select{border:1px solid #e0e0e0;border-radius:8px;padding:10px 12px;font-family:Poppins,sans-serif;font-size:14px;transition:all .3s}.setting-item input:focus,.setting-item textarea:focus,.setting-item select:focus{background-color:#fff8f5;border-color:#ff6b35;outline:none;box-shadow:0 0 0 3px #ff6b351a}.notification-preview{background-color:#f8f9fa;border-radius:8px;margin-top:12px;padding:12px}.preview-title{color:#666;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:600}.preview-box{background:#fff;border:1px solid #e0e0e0;border-left:3px solid #ff6b35;border-radius:6px;padding:12px}.preview-content{color:#1a1a1a;margin:0;font-size:14px;line-height:1.5}.add-promo-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b35 0%,#ff8555 100%);border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.add-promo-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.add-promo-btn.hide{display:none}.promo-form{background:#f8f9fa;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.form-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.form-group label{color:#1a1a1a;text-transform:uppercase;font-size:12px;font-weight:600}.form-group input,.form-group select{border:1px solid #e0e0e0;border-radius:6px;padding:8px 10px;font-family:Poppins,sans-serif;font-size:13px}.form-group input:focus,.form-group select:focus{border-color:#ff6b35;outline:none;box-shadow:0 0 0 2px #ff6b351a}.form-actions{gap:8px;margin-top:8px;display:flex}.btn-cancel,.btn-save{cursor:pointer;text-transform:uppercase;border:none;border-radius:6px;flex:1;padding:10px 12px;font-size:13px;font-weight:600;transition:all .3s}.btn-cancel{color:#666;background-color:#e0e0e0}.btn-cancel:hover{background-color:#d0d0d0}.btn-save{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#ff8555 100%)}.btn-save:hover{transform:translateY(-1px);box-shadow:0 2px 8px #ff6b3533}.promos-list{margin-top:12px}.promos-list h3{color:#1a1a1a;margin:0 0 12px;font-size:14px;font-weight:700}.promos-table{flex-direction:column;gap:8px;display:flex}.promo-row{background:#fff;border:1px solid #e0e0e0;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;transition:all .3s;display:flex}.promo-row:hover{border-color:#ff6b35;box-shadow:0 2px 8px #ff6b351a}.promo-info{flex:1}.promo-code{align-items:center;gap:8px;margin-bottom:6px;display:flex}.promo-code strong{color:#1a1a1a;font-size:14px;font-weight:700}.badge-active{color:#155724;text-transform:uppercase;background-color:#d4edda;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.badge-inactive{color:#721c24;text-transform:uppercase;background-color:#f8d7da;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.promo-details{color:#666;flex-wrap:wrap;gap:12px;font-size:12px;display:flex}.promo-actions{gap:8px;display:flex}.toggle-btn,.delete-btn{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;padding:6px 10px;transition:all .3s;display:flex}.toggle-btn{color:#ff6b35}.toggle-btn:hover{background:#fff0e8;border-color:#ff6b35}.toggle-btn.inactive{color:#999}.toggle-btn.inactive:hover{background:#f5f5f5;border-color:#999}.delete-btn{color:#ef4444}.delete-btn:hover{background:#fef2f2;border-color:#ef4444}.empty-state{color:#999;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.empty-state svg{color:#e0e0e0;width:48px;height:48px;margin-bottom:12px}.empty-state p{margin:0;font-size:14px}.settings-footer{z-index:50;position:fixed;bottom:80px;right:24px}.save-settings-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b35 0%,#ff8555 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:14px 24px;font-size:14px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 6px 16px #ff6b354d}.save-settings-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b3566}.save-settings-btn:active{transform:translateY(0)}@media (width<=768px){.admin-settings{gap:16px;padding:16px}.section-header{gap:12px;padding:16px}.settings-content{padding:16px}.form-row{grid-template-columns:1fr}.promo-row{flex-direction:column;align-items:flex-start}.promo-actions{border-top:1px solid #e0e0e0;justify-content:flex-end;width:100%;margin-top:8px;padding-top:8px}.settings-footer{inset:auto 16px}.save-settings-btn{justify-content:center;width:100%}}@media (width<=480px){.admin-settings{padding:12px 12px 120px}.section-header{gap:8px;padding:12px}.section-header h2{font-size:16px}.settings-content{gap:12px;padding:12px}.promo-details{flex-direction:column;gap:4px}.settings-footer{left:12px;right:12px}.save-settings-btn{padding:12px 16px;font-size:13px}}.glass-loader{z-index:999999;background:#f5f6f8;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.noise{opacity:.05;pointer-events:none;background:repeating-linear-gradient(0deg,#0000000d 0 1px,#0000 1px 2px),repeating-linear-gradient(90deg,#0000000d 0 1px,#0000 1px 2px);position:absolute;inset:0}.engine{justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.d-core{background:linear-gradient(135deg,#ff6b35,#ff8c42,#f25417);-webkit-text-fill-color:transparent;filter:drop-shadow(0 12px 30px #ff6b3540);-webkit-background-clip:text;font-family:Arial Black,sans-serif;font-size:130px;font-weight:900;animation:2s ease-in-out infinite pulse}.scan{background:linear-gradient(90deg,#0000,#ff6b35b3,#0000);width:160px;height:3px;animation:1.2s linear infinite scan;position:absolute}.orbit{border:1px dashed #ff6b3540;border-radius:50%;animation:linear infinite spin;position:absolute}.o1{width:150px;height:150px;animation-duration:3s}.o2{width:190px;height:190px;animation-duration:5s}.o3{width:230px;height:230px;animation-duration:7s}.particle{border-radius:50%;width:7px;height:7px;animation:3s ease-in-out infinite float;position:absolute}.p1{background:#ff6b35;top:10px;left:80px}.p2{background:#ffd166;animation-delay:.4s;bottom:20px;left:30px}.p3{background:#06d6a0;animation-delay:.8s;top:60px;right:10px}.p4{background:#ff8c42;animation-delay:1.2s;bottom:10px;right:40px}.reveal{letter-spacing:10px;color:#222;margin-top:40px;font-size:28px;font-weight:900;animation:2s forwards fadeUp}.subtitle{color:#777;letter-spacing:3px;margin-top:8px;font-size:12px;animation:2.5s forwards fadeUp}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes scan{0%{opacity:0;transform:translateY(-80px)}50%{opacity:1}to{opacity:0;transform:translateY(80px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.auth-container{width:100%;max-width:100%;margin:0 auto;font-family:Poppins,sans-serif}.auth-page-title{color:#000;text-align:center;margin-bottom:32px;font-size:32px;font-weight:700}.auth-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#333;font-size:14px;font-weight:600}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper input{border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:12px 16px 12px 40px;font-family:Poppins,sans-serif;font-size:14px;transition:border-color .3s,box-shadow .3s}.input-wrapper input:focus{border-color:#ff6b35;outline:none;box-shadow:0 0 0 3px #ff6b351a}.input-icon{color:#999;pointer-events:none;position:absolute;left:12px}.password-toggle{cursor:pointer;color:#999;background:0 0;border:none;align-items:center;transition:color .2s;display:flex;position:absolute;right:12px}.password-toggle:hover{color:#333}.auth-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b35 0%,#f25417 100%);border:none;border-radius:10px;margin-top:8px;padding:14px 24px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s}.auth-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b354d}.auth-submit-btn:active{transform:translateY(0)}.auth-divider{text-align:center;color:#999;margin:24px 0;font-size:14px;position:relative}.auth-divider:before{content:"";z-index:0;background-color:#e0e0e0;height:1px;position:absolute;top:50%;left:0;right:0}.auth-divider{z-index:1;background:#fff;width:100%;padding:0 12px;display:inline-block}.demo-accounts{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:8px;display:grid}.demo-btn{cursor:pointer;color:#333;background:#fff;border:2px solid #e0e0e0;border-radius:10px;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;transition:all .3s;display:flex}.demo-btn:hover{background:#fff5f0;border-color:#ff6b35;transform:translateY(-2px)}.demo-btn:disabled{opacity:.5;cursor:not-allowed}.demo-btn span{color:#999;font-size:11px;font-weight:500}.admin-demo:hover{color:#ff6b35;border-color:#ff6b35}.customer-demo:hover{color:#3b82f6;border-color:#3b82f6}.restaurant-demo:hover{color:#22c55e;border-color:#22c55e}.social-btn{cursor:pointer;color:#333;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.social-btn:hover{background:#fff5f0;border-color:#ff6b35;transform:translateY(-2px)}.social-icon{width:20px;height:20px}.google-btn{justify-content:center;align-items:center;display:flex}.auth-footer{text-align:center;color:#666;margin-top:24px;font-size:14px}.auth-footer a{color:#ff6b35;font-weight:600;text-decoration:none;transition:color .2s}.auth-footer a:hover{color:#f25417}.modal-mode{padding:0}@media (width<=600px){.auth-page-title{margin-bottom:24px;font-size:24px}.auth-form{gap:16px}.input-wrapper input{padding:11px 14px 11px 36px;font-size:14px}.auth-submit-btn{padding:12px 20px;font-size:15px}}.auth-modal-overlay{z-index:99999;visibility:visible;background-color:#00000080;justify-content:center;align-items:center;animation:.3s ease-in-out fadeIn;position:fixed;inset:0;display:flex!important}.auth-modal-container{background:#fff;border-radius:20px;width:90%;max-width:450px;max-height:85vh;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.auth-modal-close{cursor:pointer;z-index:10001;color:#666;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:color .2s;display:flex;position:absolute;top:16px;right:16px}.auth-modal-close:hover{color:#000}.auth-modal-content{padding:40px 24px 24px}.auth-modal-content .auth-page-title{display:none}.auth-modal-toggle{text-align:center;color:#666;border-top:1px solid #f0f0f0;margin-top:24px;padding-top:16px;font-size:14px}.auth-toggle-link{color:#ff6b35;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.auth-toggle-link:hover{color:#e55a24}@media (width<=600px){.auth-modal-container{border-radius:16px;max-width:95%}.auth-modal-content{padding:36px 16px 16px}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}main{flex-direction:column;flex:1;width:100%;display:flex}section{width:100%;display:block}html{scroll-behavior:smooth}@media (width<=768px){body{font-size:14px}}@media (width<=480px){body{font-size:13px}}
