*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@media(max-width:768px){html{font-size:14px}}@media(max-width:480px){html{font-size:13px}}.toast-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:9999;pointer-events:none}.toast-container{display:flex;flex-direction:column;gap:16px;pointer-events:auto}.toast{display:flex;align-items:center;gap:16px;min-width:380px;max-width:500px;padding:20px 24px;border-radius:20px;background:#fff;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d;cursor:pointer;position:relative;overflow:hidden;animation:toastIn .5s cubic-bezier(.16,1,.3,1);transition:transform .2s ease,box-shadow .2s ease}.toast:hover{transform:scale(1.02);box-shadow:0 30px 60px -15px #0000004d,0 0 0 1px #0000000d}.toast:active{transform:scale(.98)}.toast-exit{animation:toastOut .4s cubic-bezier(.4,0,1,1) forwards}@keyframes toastIn{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.8) translateY(-20px)}}.toast-icon-wrapper{position:relative;width:52px;height:52px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon-bg{position:absolute;width:100%;height:100%;border-radius:50%;animation:pulse 2s ease-in-out infinite}.toast-success .toast-icon-bg{background:linear-gradient(135deg,#22c55e33,#10b9811a)}.toast-error .toast-icon-bg{background:linear-gradient(135deg,#ef444433,#dc26261a)}.toast-warning .toast-icon-bg{background:linear-gradient(135deg,#f59e0b33,#ea580c1a)}.toast-info .toast-icon-bg{background:linear-gradient(135deg,#3b82f633,#2563eb1a)}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}.toast-icon{width:32px;height:32px;position:relative;z-index:1}.toast-success .toast-icon{color:#22c55e}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-circle{stroke-dasharray:63;stroke-dashoffset:63;animation:drawCircle .6s ease forwards .1s}.toast-check{stroke-dasharray:20;stroke-dashoffset:20;animation:drawCheck .4s ease forwards .5s}.toast-x{stroke-dasharray:20;stroke-dashoffset:20;animation:drawX .4s ease forwards .5s}.toast-triangle{stroke-dasharray:60;stroke-dashoffset:60;animation:drawTriangle .6s ease forwards .1s}.toast-exclaim{stroke-dasharray:10;stroke-dashoffset:10;animation:drawExclaim .3s ease forwards .5s}.toast-dot{opacity:0;animation:showDot .2s ease forwards .7s}.toast-info-line{stroke-dasharray:10;stroke-dashoffset:10;animation:drawExclaim .3s ease forwards .5s}.toast-info-dot{opacity:0;animation:showDot .2s ease forwards .4s}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}@keyframes drawX{to{stroke-dashoffset:0}}@keyframes drawTriangle{to{stroke-dashoffset:0}}@keyframes drawExclaim{to{stroke-dashoffset:0}}@keyframes showDot{to{opacity:1}}.toast-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.toast-title{font-size:16px;font-weight:700;color:#1a1a1a}.toast-message{font-size:14px;color:#666;line-height:1.4;word-wrap:break-word}.toast-close{width:32px;height:32px;border:none;background:transparent;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:#f0f0f0;color:#333;transform:rotate(90deg)}.toast-close svg{width:18px;height:18px}.toast-progress{position:absolute;bottom:0;left:0;right:0;height:4px;background:#0000000d;overflow:hidden}.toast-progress-bar{height:100%;width:100%;transform-origin:left;animation:progress 4s linear forwards}.toast-success .toast-progress-bar{background:linear-gradient(90deg,#22c55e,#10b981)}.toast-error .toast-progress-bar{background:linear-gradient(90deg,#ef4444,#dc2626)}.toast-warning .toast-progress-bar{background:linear-gradient(90deg,#f59e0b,#ea580c)}.toast-info .toast-progress-bar{background:linear-gradient(90deg,#3b82f6,#2563eb)}@keyframes progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-success{border-left:4px solid #22c55e}.toast-error{border-left:4px solid #ef4444}.toast-warning{border-left:4px solid #f59e0b}.toast-info{border-left:4px solid #3b82f6}@media(max-width:480px){.toast-overlay{align-items:flex-start;padding-top:100px}.toast-container{padding:0 16px;width:100%}.toast{min-width:auto;max-width:none;width:100%;padding:16px 20px}.toast-icon-wrapper{width:44px;height:44px}.toast-icon{width:28px;height:28px}.toast-title{font-size:15px}.toast-message{font-size:13px}}.app{min-height:100vh;background:#f9f9f9}main{background:#fff}.landing-page{background:#fff}.location-input-wrapper{position:relative;width:100%;max-width:480px}.location-input-container{background:#fff;border-radius:12px;display:flex;align-items:center;padding:0 16px;height:60px;gap:10px;box-shadow:0 4px 16px #00000026;transition:all .3s ease}.location-input-container:hover{box-shadow:0 6px 20px #0003}.location-input-container.dropdown-open{border-radius:12px 12px 0 0;box-shadow:0 4px 20px #0003}.location-pin-icon{width:22px;height:22px;color:#ff6b35;flex-shrink:0}.location-text-input{flex:1;border:none;outline:none;font-size:15px;color:#333;background:transparent;min-width:0}.location-text-input::placeholder{color:#999}.gps-btn{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.gps-btn:hover{background:#ff6b35}.gps-btn:hover svg{stroke:#fff}.gps-btn svg{width:18px;height:18px;stroke:#666}.dropdown-arrow-icon{width:20px;height:20px;color:#999;flex-shrink:0;transition:transform .2s ease}.location-input-container.dropdown-open .dropdown-arrow-icon{transform:rotate(180deg)}.location-loading{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.location-spinner{width:20px;height:20px;border:2px solid #f0f0f0;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}.location-spinner.small{width:16px;height:16px;border-width:2px}.location-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 8px 24px #00000026;z-index:100;max-height:350px;overflow-y:auto}.dropdown-divider{height:1px;background:#eee;margin:0}.gps-option{display:flex;align-items:center;gap:12px;width:100%;padding:16px 20px;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .2s ease}.gps-option:hover{background:#fff5f0}.gps-option .gps-icon{width:20px;height:20px;color:#fc8019;flex-shrink:0}.gps-option .gps-text{font-size:15px;font-weight:600;color:#fc8019}.search-results-label{padding:12px 20px 8px;font-size:11px;font-weight:600;color:#93959f;text-transform:uppercase;letter-spacing:.5px;border-top:1px solid #e9e9eb}.location-option{display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px 20px;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .2s ease}.location-option:hover{background:#f8f8f8}.location-option:last-child{border-radius:0 0 12px 12px}.option-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.option-icon svg{width:20px;height:20px;color:#fc8019}.option-content{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:0;text-align:left}.option-title{font-size:15px;font-weight:400;color:#282c3f;text-align:left;width:100%;line-height:1.4;word-wrap:break-word;white-space:normal}.option-subtitle{display:none}.option-loading{flex-shrink:0}.location-searching{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;color:#666;font-size:13px}.no-results{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;color:#888;text-align:center}.no-results svg{width:32px;height:32px;color:#ccc}.no-results span{font-size:13px}.suggestions-list{max-height:280px;overflow-y:auto}.search-hint-text{padding:16px;text-align:center;color:#888;font-size:13px}@media(max-width:968px){.location-input-wrapper{flex:1;width:100%}}@media(max-width:768px){.location-input-container{padding:0 14px;gap:8px}.location-pin-icon{width:20px;height:20px}.location-text-input{font-size:14px}.gps-btn{width:32px;height:32px}.gps-btn svg{width:16px;height:16px}.location-option{padding:12px 14px;gap:10px}.option-icon{width:36px;height:36px}.option-icon svg{width:18px;height:18px}.option-title{font-size:13px}.option-subtitle{font-size:11px}}@media(max-width:480px){.location-input-container{padding:0 12px;height:56px}.location-pin-icon{width:18px;height:18px}.location-text-input{font-size:13px}.gps-btn{width:30px;height:30px}.gps-btn svg{width:14px;height:14px}.dropdown-arrow-icon{width:18px;height:18px}.location-dropdown{max-height:300px}.location-option{padding:10px 12px;gap:8px}.option-icon{width:32px;height:32px;border-radius:8px}.option-icon svg{width:16px;height:16px}}.hero{background:#fff;padding:60px 0 80px;min-height:auto}.hero-container{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px}.hero-content{flex:1;max-width:550px;min-width:300px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ff6b35;color:#fff;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:32px}.hero-badge svg{width:16px;height:16px}.hero-title{font-size:48px;font-weight:700;line-height:1.15;color:#1a1a1a;margin-bottom:40px}.hero-title .highlight{color:#ff6b35}.hero-inputs{display:flex;flex-direction:column;gap:16px;max-width:480px}.search-input-wrapper{background:#fff;border-radius:12px;display:flex;align-items:center;padding:0 16px;height:60px;gap:10px;box-shadow:0 4px 16px #00000026;transition:all .3s ease}.search-input-wrapper:focus-within{border-color:#ff6b35;outline:none;box-shadow:0 0 0 3px #ff6b351a}.search-input-wrapper .search-icon{width:20px;height:20px;min-width:20px;min-height:20px;flex-shrink:0}.search-input-wrapper .search-field{flex:1;border:none;outline:none;background:transparent;margin-left:25px;font-size:15px;color:#333;width:100%}.search-input-wrapper .search-field:focus{outline:none;border:none;box-shadow:none}.search-input-wrapper .search-field::placeholder{color:#9ca3af}.hero-images{flex:1;max-width:500px;min-width:280px}.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%}.grid-image{border-radius:16px;overflow:hidden;aspect-ratio:1;box-shadow:0 8px 30px #0000001f;transition:transform .3s ease}.grid-image:hover{transform:scale(1.02)}.grid-image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:900px){.hero{padding:40px 0 60px}.hero-container{flex-direction:column;gap:40px;padding:0 20px}.hero-content{max-width:100%;width:100%;text-align:center;order:1}.hero-inputs{max-width:500px;margin:0 auto}.hero-title{font-size:36px}.hero-badge{margin-left:auto;margin-right:auto}.hero-images{max-width:450px;width:100%;order:2}.image-grid{gap:12px}.grid-image{border-radius:12px}}@media(max-width:480px){.hero{padding:30px 0 40px}.hero-container{padding:0 16px;gap:30px}.hero-title{font-size:28px;margin-bottom:24px}.hero-badge{font-size:12px;padding:8px 16px;margin-bottom:20px}.search-input-wrapper{height:50px;padding:0 16px}.search-input-wrapper .search-field{font-size:14px}.search-input-wrapper .search-icon{width:18px;height:18px;margin-right:12px}.hero-images{max-width:100%}.image-grid{gap:10px}.grid-image{border-radius:10px}}.food-categories{padding:60px 0;background:linear-gradient(180deg,#fff9f5,#fff)}.section-container{max-width:1280px;margin:0 auto;padding:0 40px}.section-title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:40px;text-align:center}.section-title .highlight{color:#ff6b35}.categories-scroll{position:relative;display:flex;align-items:center}.categories-wrapper{display:flex;gap:32px;overflow-x:auto;scroll-behavior:smooth;padding:10px 50px;scrollbar-width:none;-ms-overflow-style:none}.categories-wrapper::-webkit-scrollbar{display:none}.category-card{display:flex;flex-direction:column;align-items:center;gap:14px;cursor:pointer;flex-shrink:0}.category-image-wrapper{position:relative;width:140px;height:140px;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.category-card:hover .category-image-wrapper{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 30px #0000001f}.category-img{width:100%;height:100%;object-fit:cover}.category-overlay{position:absolute;inset:0;z-index:1;pointer-events:none}.category-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;z-index:2}.category-icon svg{width:100%;height:100%;stroke:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.category-name{font-size:14px;font-weight:500;color:#333;text-align:center}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:0 2px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease}.scroll-btn:hover{background:#ff6b35;box-shadow:0 4px 16px #ff6b354d}.scroll-btn:hover svg{stroke:#fff}.scroll-btn svg{width:20px;height:20px;stroke:#333}.scroll-left{left:0}.scroll-right{right:0}@media(max-width:1024px){.section-container{padding:0 24px}.categories-wrapper{padding:10px 40px;gap:28px}.category-image-wrapper{width:120px;height:120px}.category-icon{width:40px;height:40px}}@media(max-width:768px){.food-categories{padding:40px 0}.section-container{padding:0 20px}.section-title{font-size:24px;margin-bottom:30px}.categories-wrapper{gap:20px;padding:10px 20px}.category-image-wrapper{width:100px;height:100px;border-radius:16px}.category-icon{width:36px;height:36px}.category-name{font-size:13px}.scroll-btn{display:none}}@media(max-width:480px){.food-categories{padding:30px 0}.section-container{padding:0 16px}.section-title{font-size:20px;margin-bottom:24px}.categories-wrapper{gap:16px;padding:10px 16px}.category-image-wrapper{width:85px;height:85px;border-radius:14px}.category-icon{width:32px;height:32px}.category-name{font-size:12px}}.restaurant-list{padding:60px 0 80px;background:#fff}.restaurant-list .section-container{max-width:1280px;margin:0 auto;padding:0 40px}.restaurant-list .section-title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:40px}.restaurant-list .section-title .highlight{color:#ff6b35}.featured-partner{position:relative;border-radius:20px;overflow:hidden;margin-bottom:40px;cursor:pointer;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.featured-partner:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.featured-badge{position:absolute;top:20px;left:20px;background:#ff6b35;color:#fff;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;z-index:10}.featured-image{position:relative;width:100%;height:320px}.featured-image img{width:100%;height:100%;object-fit:cover}.featured-overlay{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 50%,transparent 100%);display:flex;justify-content:space-between;align-items:flex-end}.featured-info{color:#fff}.featured-name{font-size:28px;font-weight:700;margin-bottom:8px}.featured-cuisine{font-size:15px;opacity:.9;margin-bottom:12px}.featured-meta{display:flex;align-items:center;gap:16px;font-size:14px}.featured-rating{display:flex;align-items:center;gap:4px;background:#48c479;padding:4px 10px;border-radius:6px;font-weight:600}.featured-rating svg{width:14px;height:14px}.featured-time,.featured-price{opacity:.95}.order-btn{background:#ff6b35;color:#fff;border:none;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.order-btn:hover{background:#e55a2b;transform:translateY(-2px)}.filters{display:flex;gap:12px;margin-bottom:30px;overflow-x:auto;padding:10px 0;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;border:1px solid #e5e5e5;background:#fff;border-radius:10px;font-size:14px;font-weight:500;color:#555;cursor:pointer;white-space:nowrap;transition:all .2s ease}.filter-btn.active:hover{background:#e55a2b;border-color:#e55a2b}.filter-main{background:#fafafa}.filter-icon,.chevron-icon{width:16px;height:16px}.filter-btn-wrapper{position:relative}.sort-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;min-width:200px;z-index:100;overflow:hidden}.sort-option{display:block;width:100%;padding:14px 18px;background:none;border:none;text-align:left;font-size:14px;color:#444;cursor:pointer;transition:background .2s ease}.sort-option:hover{background:#f8f8f8}.sort-option.active{background:#fff5f0;color:#ff6b35;font-weight:500}.clear-filter-btn{color:#999!important;border-color:#e5e5e5!important}.clear-filter-btn svg{width:14px;height:14px}.clear-filter-btn:hover{color:#ff6b35!important;border-color:#ff6b35!important}.dropdown-overlay{position:fixed;inset:0;z-index:50}.loading-state{text-align:center;padding:80px 20px;color:#666}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#ff6b35;border-radius:50%;margin:0 auto 20px;animation:spin .8s linear infinite}.empty-state{text-align:center;padding:80px 20px;color:#666}.empty-state p{margin-bottom:20px;font-size:16px}.clear-filters-btn{padding:12px 24px;background:#ff6b35;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.clear-filters-btn:hover{background:#e55a2b}.restaurant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.restaurant-card{background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid #f0f0f0}.restaurant-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001f}.card-image{position:relative;width:100%;height:180px;overflow:hidden;background:#f5f5f5}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.restaurant-card:hover .card-image img{transform:scale(1.05)}.card-offer{position:absolute;bottom:12px;left:12px;background:linear-gradient(135deg,#3d4152,#282c3f);color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase}.veg-badge{position:absolute;top:12px;right:12px;background:#fff;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;color:#0f8a65;display:flex;align-items:center;gap:4px}.veg-dot{width:8px;height:8px;background:#0f8a65;border-radius:50%}.card-content{padding:16px}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.card-name{font-size:17px;font-weight:600;color:#1a1a1a;margin:0 10px 0 0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-rating{display:flex;align-items:center;gap:4px;background:#f0f0f0;padding:4px 8px;border-radius:6px;font-size:13px;font-weight:600;color:#666;flex-shrink:0}.card-rating svg{width:14px;height:14px;fill:#666}.card-rating.high{background:#48c479;color:#fff}.card-rating.high svg{fill:#fff}.card-cuisine{font-size:14px;color:#666;margin:0 0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-footer{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#666}.card-time{display:flex;align-items:center;gap:4px}.card-time svg{width:14px;height:14px}.card-price{font-weight:500}.card-distance{display:block;font-size:12px;color:#999;margin-top:8px}@media(max-width:1024px){.restaurant-list .section-container{padding:0 24px}.featured-image{height:280px}.featured-name{font-size:24px}}@media(max-width:768px){.restaurant-list{padding:40px 0 60px}.restaurant-list .section-container{padding:0 20px}.restaurant-list .section-title{font-size:24px;margin-bottom:30px}.featured-partner{margin-bottom:30px}.featured-image{height:240px}.featured-badge{padding:6px 12px;font-size:12px}.featured-overlay{padding:20px;flex-direction:column;align-items:flex-start;gap:16px}.featured-name{font-size:20px}.featured-meta{gap:12px;font-size:13px}.order-btn{width:100%;text-align:center;padding:12px 24px}.filters{gap:10px;margin-bottom:24px}.filter-btn{padding:8px 14px;font-size:13px;border-radius:8px}.restaurant-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.card-image{height:160px}}@media(max-width:480px){.restaurant-list{padding:30px 0 50px}.restaurant-list .section-container{padding:0 16px}.restaurant-list .section-title{font-size:20px;margin-bottom:24px}.featured-image{height:200px}.featured-badge{top:12px;left:12px;padding:5px 10px;font-size:11px}.featured-overlay{padding:16px}.featured-name{font-size:18px}.featured-cuisine{font-size:13px}.featured-meta{flex-wrap:wrap;gap:8px;font-size:12px}.order-btn{padding:10px 20px;font-size:14px}.filters{gap:8px;margin-bottom:20px}.filter-btn{padding:7px 12px;font-size:12px}.restaurant-grid{grid-template-columns:1fr;gap:16px}.restaurant-card{border-radius:12px}.card-image{height:150px}.card-content{padding:14px}.card-name{font-size:16px}.card-cuisine{font-size:13px}.card-footer{font-size:12px}}.cities-section{padding:80px 0;background:#fafafa}.cities-section .section-container{max-width:1280px;margin:0 auto;padding:0 40px}.cities-section .section-title{font-size:32px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:12px}.cities-section .section-title .highlight{color:#ff6b35}.section-subtitle{font-size:16px;color:#666;text-align:center;margin-bottom:48px}.cities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.city-card{border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease}.city-card:hover{transform:translateY(-8px)}.city-image{position:relative;width:100%;height:200px;overflow:hidden}.city-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.city-card:hover .city-image img{transform:scale(1.1)}.city-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000d9,#0000004d,#0000001a);display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.city-name{font-size:20px;font-weight:700;color:#fff;margin:0 0 4px}.city-restaurants{font-size:13px;color:#ffffffd9;margin:0 0 14px}.city-btn{background:#ff6b35;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;width:fit-content}.city-btn:hover{background:#e55a2b;transform:translateY(-2px)}@media(max-width:1024px){.cities-section .section-container{padding:0 24px}.cities-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:768px){.cities-section{padding:60px 0}.cities-section .section-container{padding:0 20px}.cities-section .section-title{font-size:24px}.section-subtitle{font-size:14px;margin-bottom:36px}.cities-grid{grid-template-columns:repeat(2,1fr);gap:16px}.city-image{height:180px}.city-overlay{padding:16px}.city-name{font-size:18px}.city-restaurants{font-size:12px;margin-bottom:12px}.city-btn{padding:8px 16px;font-size:12px}}@media(max-width:480px){.cities-section{padding:50px 0}.cities-section .section-container{padding:0 16px}.cities-section .section-title{font-size:20px}.section-subtitle{font-size:13px;margin-bottom:28px}.cities-grid{grid-template-columns:1fr 1fr;gap:12px}.city-card{border-radius:12px}.city-image{height:150px}.city-overlay{padding:14px}.city-name{font-size:16px}.city-restaurants{font-size:11px;margin-bottom:10px}.city-btn{padding:7px 14px;font-size:11px;border-radius:6px}}.footer{background:#1a1a1a;padding:70px 0 0}.footer-container{max-width:1280px;margin:0 auto;padding:0 40px}.footer-main{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:60px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:20px}.footer-logo .logo-icon{width:44px;height:44px;background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:800}.footer-logo .logo-text{font-size:26px;font-weight:800;color:#fff}.footer-tagline{font-size:15px;color:#ffffffa6;line-height:1.6;margin-bottom:28px;max-width:320px}.app-buttons{display:flex;gap:12px}.app-btn{display:flex;align-items:center;gap:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:10px 16px;cursor:pointer;transition:all .2s ease}.app-btn:hover{background:#ffffff26;border-color:#ffffff40}.app-btn svg{width:24px;height:24px;fill:#fff}.app-btn-text{display:flex;flex-direction:column;text-align:left}.app-btn-text span{font-size:10px;color:#ffffffb3}.app-btn-text strong{font-size:14px;color:#fff;font-weight:600}.footer-column{display:flex;flex-direction:column}.footer-title{font-size:15px;font-weight:700;color:#fff;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.legal-title{margin-top:28px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:14px;padding:0;margin:0}.footer-links a{color:#ffffffa6;text-decoration:none;font-size:14px;transition:color .2s ease}.footer-links a:hover{color:#ff6b35}.cities-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 20px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:28px 0}.copyright{font-size:14px;color:#ffffff80;margin:0}.social-icons{display:flex;gap:16px}.social-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:10px;transition:all .2s ease}.social-icon:hover{background:#ff6b35}.social-icon svg{width:18px;height:18px;fill:#fffc}.social-icon:hover svg{fill:#fff}@media(max-width:1024px){.footer-container{padding:0 24px}.footer-main{grid-template-columns:repeat(2,1fr);gap:40px}.footer-brand{grid-column:1 / -1}}@media(max-width:768px){.footer{padding:50px 0 0}.footer-container{padding:0 20px}.footer-main{grid-template-columns:1fr;gap:32px;padding-bottom:40px}.footer-tagline{max-width:100%}.app-buttons{flex-wrap:wrap}.footer-title{font-size:14px;margin-bottom:16px}.footer-links{gap:12px}.footer-links a{font-size:13px}.legal-title{margin-top:24px}.cities-list{gap:12px 16px}.footer-bottom{flex-direction:column;gap:20px;padding:24px 0;text-align:center}}@media(max-width:480px){.footer{padding:40px 0 0}.footer-container{padding:0 16px}.footer-main{gap:28px;padding-bottom:32px}.footer-logo .logo-icon{width:38px;height:38px;font-size:18px;border-radius:10px}.footer-logo .logo-text{font-size:22px}.footer-tagline{font-size:14px;margin-bottom:24px}.app-buttons{gap:10px}.app-btn{padding:8px 14px;gap:8px}.app-btn svg{width:20px;height:20px}.app-btn-text span{font-size:9px}.app-btn-text strong{font-size:12px}.footer-title{font-size:13px;margin-bottom:14px}.footer-links{gap:10px}.footer-links a,.copyright{font-size:13px}.social-icons{gap:12px}.social-icon{width:34px;height:34px;border-radius:8px}.social-icon svg{width:16px;height:16px}}.recommendations-section{padding:40px 0;background:linear-gradient(135deg,#fff5f0,#fef6f2)}.recommendations-section .section-container{max-width:1200px;margin:0 auto;padding:0 24px}.recommendations-header{margin-bottom:24px}.recommendations-section .section-title{font-size:28px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.recommendations-section .section-subtitle{font-size:14px;color:#666;margin:0}.recommendations-scroll{position:relative;display:flex;align-items:center}.recommendations-container{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:10px 0}.recommendations-container::-webkit-scrollbar{display:none}.recommendations-section .scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:none;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease}.recommendations-section .scroll-btn:hover{background:#ff6b35;color:#fff}.recommendations-section .scroll-btn svg{width:20px;height:20px}.recommendations-section .scroll-left{left:-10px}.recommendations-section .scroll-right{right:-10px}.dish-card{min-width:220px;max-width:220px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;cursor:pointer;transition:all .3s ease}.dish-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000026}.dish-image-wrapper{position:relative;width:100%;height:150px;overflow:hidden}.dish-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.dish-card:hover .dish-img{transform:scale(1.05)}.dish-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);display:flex;align-items:center;justify-content:center}.dish-img-placeholder svg{width:40px;height:40px;color:#bbb}.type-badge{position:absolute;top:10px;left:10px;width:18px;height:18px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 2px 6px #00000026}.type-badge.veg{border:2px solid #0f8a0f}.type-badge.non-veg{border:2px solid #e43b3b}.type-dot{width:8px;height:8px;border-radius:50%}.type-badge.veg .type-dot{background:#0f8a0f}.type-badge.non-veg .type-dot{background:#e43b3b}.dish-info{padding:16px}.dish-name{font-size:16px;font-weight:600;color:#1a1a2e;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dish-restaurant{font-size:13px;color:#666;margin:0 0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dish-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.dish-price{font-size:16px;font-weight:700;color:#ff6b35}.dish-category{font-size:11px;color:#888;background:#f5f5f5;padding:4px 10px;border-radius:12px;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}@media(max-width:768px){.recommendations-section{padding:30px 0}.recommendations-section .section-container{padding:0 16px}.recommendations-section .section-title{font-size:22px}.recommendations-section .scroll-btn{display:none}.dish-card{min-width:180px;max-width:180px}.dish-image-wrapper{height:120px}.dish-info{padding:12px}.dish-name{font-size:14px}.dish-restaurant{font-size:12px;margin-bottom:8px}.dish-price{font-size:14px}}.stats-section{padding:80px 0;background:linear-gradient(135deg,#ff6b35,#ff8c42)}.stats-section .section-container{max-width:1280px;margin:0 auto;padding:0 40px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.stat-card{text-align:center;padding:30px 20px}.stat-icon{width:60px;height:60px;margin:0 auto 20px;background:#fff3;border-radius:16px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:28px;height:28px;stroke:#fff}.stat-number{font-size:42px;font-weight:800;color:#fff;margin:0 0 8px;line-height:1}.stat-label{font-size:16px;color:#ffffffe6;margin:0;font-weight:500}@media(max-width:1024px){.stats-section .section-container{padding:0 24px}.stats-grid{gap:30px}.stat-number{font-size:36px}}@media(max-width:768px){.stats-section{padding:60px 0}.stats-section .section-container{padding:0 20px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.stat-card{padding:24px 16px}.stat-icon{width:50px;height:50px;margin-bottom:16px;border-radius:12px}.stat-icon svg{width:24px;height:24px}.stat-number{font-size:32px}.stat-label{font-size:14px}}@media(max-width:480px){.stats-section{padding:50px 0}.stats-section .section-container{padding:0 16px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.stat-card{padding:20px 12px}.stat-icon{width:44px;height:44px;margin-bottom:14px;border-radius:10px}.stat-icon svg{width:20px;height:20px}.stat-number{font-size:26px;margin-bottom:6px}.stat-label{font-size:12px}}.search-page{min-height:calc(100vh - 70px);background:#f8f8f8}.search-back-button{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:500;color:#333;cursor:pointer;margin:16px 20px;transition:all .2s ease}.search-back-button:hover{background:#f5f5f5;border-color:#ccc;transform:translate(-2px)}.search-back-button svg{width:18px;height:18px}.search-header{background:#fff;padding:20px;border-bottom:1px solid #eee;position:sticky;top:70px;z-index:100}.search-form{max-width:800px;margin:0 auto;display:flex;gap:12px}.search-input-wrapper{flex:1;position:relative;display:flex;align-items:center;background:#fff;border:2px solid #e8e8e8;border-radius:12px;padding:0 16px;height:52px;gap:12px;transition:all .2s ease}.search-input-wrapper:focus-within{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.search-icon{width:20px;height:20px;min-width:20px;flex-shrink:0}.search-input{flex:1;border:none;outline:none;background:transparent;font-size:15px;color:#333;width:100%}.search-input::placeholder{color:#9ca3af}.search-input:focus{outline:none;border:none;box-shadow:none}.clear-btn{width:24px;height:24px;border:none;background:#e8e8e8;border-radius:50%;font-size:16px;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.clear-btn:hover{background:#ddd}.search-btn{padding:14px 28px;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.search-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b354d}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;max-width:800px;margin:8px auto 0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;overflow:hidden;z-index:200}.suggestion-item{width:100%;padding:12px 16px;display:flex;align-items:center;gap:12px;border:none;background:none;text-align:left;font-size:14px;color:#333;cursor:pointer;transition:background .2s ease}.suggestion-item:hover{background:#f5f5f5}.suggestion-item svg{width:16px;height:16px;color:#999}.search-content{display:flex;max-width:1400px;margin:0 auto;padding:24px;gap:24px}.filters-sidebar{width:280px;flex-shrink:0;background:#fff;border-radius:12px;padding:20px;height:fit-content;position:sticky;top:150px}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eee}.filters-header h3{margin:0;font-size:18px;font-weight:600}.clear-filters{border:none;background:none;color:#ff6b35;font-size:13px;cursor:pointer}.clear-filters:hover{text-decoration:underline}.filter-group{margin-bottom:24px}.filter-group h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#333}.filter-options{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{padding:8px 14px;border:1px solid #e0e0e0;border-radius:20px;background:#fff;font-size:13px;color:#666;cursor:pointer;transition:all .2s ease}.filter-chip:hover{border-color:#ff6b35;color:#ff6b35}.filter-chip.active{background:#fff5f0;border-color:#ff6b35;color:#ff6b35}.veg-icon{color:#0f8a0f}.non-veg-icon{color:#e43b3b}.search-results{flex:1;min-width:0}.results-section{margin-bottom:32px}.results-section h2{margin:0 0 16px;font-size:20px;font-weight:600;color:#1a1a1a}.restaurants-list{display:flex;flex-direction:column;gap:16px}.restaurant-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:row}.restaurant-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.restaurant-image{width:200px;min-width:200px;height:150px;position:relative;overflow:hidden}.restaurant-image img{width:100%;height:100%;object-fit:cover}.promoted-tag{position:absolute;top:12px;left:12px;background:#000000b3;color:#fff;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:500}.restaurant-info{padding:16px 20px;display:flex;flex-direction:column;justify-content:center;flex:1}.restaurant-info h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#1a1a1a}.restaurant-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:13px}.rating{color:#fff;background:#48c479;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:600}.dot{color:#999}.cuisines{margin:0 0 4px;font-size:13px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location{margin:0;font-size:12px;color:#999}.dishes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.dish-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease}.dish-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.dish-image{height:140px;background:#f5f5f5}.dish-image img{width:100%;height:100%;object-fit:cover}.dish-placeholder{height:100%;display:flex;align-items:center;justify-content:center}.dish-placeholder svg{width:40px;height:40px;color:#ccc}.dish-info{padding:14px}.dish-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.type-icon{font-size:10px}.type-icon.veg{color:#0f8a0f}.type-icon.non-veg{color:#e43b3b}.dish-header h4{margin:0;font-size:14px;font-weight:500;color:#333}.dish-price{margin:0 0 4px;font-size:14px;font-weight:600;color:#1a1a1a}.dish-restaurant{margin:0;font-size:12px;color:#999}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#999}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.no-results svg{width:80px;height:80px;color:#ddd;margin-bottom:20px}.no-results h3{margin:0 0 8px;font-size:20px;color:#333}.no-results p{margin:0;color:#999}@media(max-width:900px){.search-content{flex-direction:column;padding:16px}.filters-sidebar{width:100%;position:static}.search-form{flex-direction:column}.search-btn{width:100%}}@media(max-width:480px){.search-header{top:60px}.dishes-grid{grid-template-columns:1fr}.restaurant-card{flex-direction:column}.restaurant-image{width:100%;height:160px}}.restaurant-page{min-height:calc(100vh - 70px);background:#f8f8f8;position:relative}.restaurant-page .back-button{position:absolute;top:20px;left:20px;z-index:10;display:flex;align-items:center;gap:6px;padding:10px 16px;background:#fffffff2;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#333;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.restaurant-page .back-button:hover{background:#fff;box-shadow:0 4px 12px #0003;transform:translate(-2px)}.restaurant-page .back-button svg{width:18px;height:18px}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#666}.error-state h2{margin:0 0 8px;color:#333}.restaurant-hero{position:relative;height:300px;margin-bottom:24px}.hero-image{position:absolute;inset:0}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000c,#0003)}.hero-content{position:absolute;bottom:0;left:0;right:0;padding:32px;color:#fff;max-width:1200px;margin:0 auto}.hero-content h1{margin:0 0 8px;font-size:32px;font-weight:700}.hero-content .cuisines{margin:0 0 4px;font-size:16px;opacity:.9}.hero-content .location{margin:0 0 20px;font-size:14px;opacity:.7}.restaurant-stats{display:flex;align-items:center;gap:20px;background:#fff;padding:16px 24px;border-radius:12px;color:#333;width:fit-content}.stat{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-value{font-size:16px;font-weight:700;color:#1a1a1a}.stat-label{font-size:12px;color:#999}.stat-divider{width:1px;height:32px;background:#eee}.menu-section{max-width:900px;margin:0 auto;padding:0 24px 80px}.menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eee}.menu-header h2{margin:0;font-size:24px;font-weight:600}.veg-toggle{display:flex;align-items:center;gap:10px;cursor:pointer}.veg-toggle input{display:none}.toggle-slider{width:44px;height:24px;background:#ddd;border-radius:12px;position:relative;transition:all .3s ease}.toggle-slider:before{content:"";position:absolute;left:2px;top:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #00000026}.veg-toggle input:checked+.toggle-slider{background:#0f8a0f}.veg-toggle input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-label{font-size:14px;font-weight:500;color:#333}.empty-menu{text-align:center;padding:40px;color:#999}.category-tabs-wrapper{position:sticky;top:70px;background:#f8f8f8;z-index:100;padding:16px 0;margin-bottom:16px}.category-tabs{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:#ddd transparent}.category-tabs::-webkit-scrollbar{height:4px}.category-tabs::-webkit-scrollbar-track{background:transparent}.category-tabs::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.category-tab{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;border:1px solid #e0e0e0;border-radius:25px;font-size:14px;color:#555;cursor:pointer;white-space:nowrap;transition:all .2s ease;flex-shrink:0}.category-tab:hover{background:#fff5f0;border-color:#ff6b35;color:#ff6b35}.category-tab.active{background:#ff6b35;border-color:#ff6b35;color:#fff}.tab-name{font-weight:500}.tab-count{background:#00000014;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.category-tab.active .tab-count{background:#ffffff4d}.menu-content{display:block}.menu-categories{width:100%}.menu-category{margin-bottom:32px;scroll-margin-top:90px}.category-title{display:flex;justify-content:space-between;align-items:center;margin:0 0 16px;font-size:18px;font-weight:600;color:#333}.item-count{font-size:13px;font-weight:400;color:#999}.menu-items{background:#fff;border-radius:12px;overflow:hidden}.menu-item{display:flex;justify-content:space-between;padding:20px;border-bottom:1px solid #f0f0f0}.menu-item:last-child{border-bottom:none}.item-details{flex:1;padding-right:16px}.item-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.type-badge{font-size:10px;border:1px solid currentColor;padding:2px 4px;border-radius:3px}.type-badge.veg{color:#0f8a0f}.type-badge.non-veg{color:#e43b3b}.bestseller-badge{background:#fff3e0;color:#ff6b35;font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px}.item-details h4{margin:0 0 6px;font-size:16px;font-weight:500;color:#1a1a1a}.item-price{margin:0 0 8px;font-size:14px;font-weight:600;color:#333}.item-description{margin:0;font-size:13px;color:#999;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-action{display:flex;flex-direction:column;align-items:center;gap:8px}.item-image{width:120px;height:100px;border-radius:8px;overflow:hidden}.item-image img{width:100%;height:100%;object-fit:cover}.add-btn{width:100px;padding:8px 0;background:#fff;border:1px solid #ff6b35;border-radius:8px;color:#ff6b35;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.add-btn:hover{background:#fff5f0}.quantity-control{display:flex;align-items:center;background:#ff6b35;border-radius:8px;overflow:hidden}.quantity-control button{width:32px;height:34px;border:none;background:transparent;color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:background .2s ease}.quantity-control button:hover{background:#0000001a}.quantity-control span{width:36px;text-align:center;font-size:14px;font-weight:600;color:#fff}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;animation:fadeIn .2s ease}.confirm-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;padding:28px;max-width:400px;width:90%;z-index:1001;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.confirm-modal h3{margin:0 0 12px;font-size:20px;font-weight:600;color:#1a1a1a}.confirm-modal p{margin:0 0 24px;font-size:14px;color:#666;line-height:1.5}.modal-actions{display:flex;gap:12px}.modal-btn{flex:1;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-btn.cancel{background:#f5f5f5;border:none;color:#666}.modal-btn.cancel:hover{background:#e8e8e8}.modal-btn.confirm{background:#ff6b35;border:none;color:#fff}.modal-btn.confirm:hover{background:#e85a2a}@media(max-width:768px){.restaurant-hero{height:250px}.hero-content{padding:20px}.hero-content h1{font-size:24px}.restaurant-stats{width:100%;justify-content:space-around;padding:12px 16px}.menu-section{padding:0 16px 80px}.category-tabs-wrapper{margin:0 -16px;padding:12px 16px}.category-tab{padding:8px 14px;font-size:13px}.menu-item{flex-direction:column-reverse;gap:16px}.item-action{flex-direction:row;justify-content:space-between;width:100%}.item-image{width:100px;height:80px}.item-details{padding-right:0}}.checkout-page{min-height:calc(100vh - 70px);background:#f8f8f8;padding:24px}.checkout-container{max-width:1100px;margin:0 auto}.checkout-back-button{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:500;color:#333;cursor:pointer;margin-bottom:20px;transition:all .2s ease}.checkout-back-button:hover{background:#f5f5f5;border-color:#ccc;transform:translate(-2px)}.checkout-back-button svg{width:18px;height:18px}.empty-cart-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.empty-cart-state svg{width:80px;height:80px;color:#ddd;margin-bottom:20px}.empty-cart-state h2{margin:0 0 8px;font-size:24px;color:#333}.empty-cart-state p{margin:0 0 24px;color:#999}.empty-cart-state button{padding:12px 32px;background:#ff6b35;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer}.checkout-progress{display:flex;align-items:center;justify-content:center;margin-bottom:32px;padding:24px;background:#fff;border-radius:12px}.progress-step{display:flex;align-items:center;gap:10px;color:#999}.progress-step.active{color:#ff6b35}.progress-step.completed{color:#48c479}.step-number{width:32px;height:32px;border:2px solid currentColor;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.progress-step.active .step-number,.progress-step.completed .step-number{background:currentColor;color:#fff}.progress-step span{font-size:14px;font-weight:500}.progress-line{width:80px;height:2px;background:#e0e0e0;margin:0 16px}.checkout-content{display:flex;gap:24px}.checkout-form{flex:1;background:#fff;border-radius:12px;padding:28px}.form-step h2{margin:0 0 24px;font-size:22px;font-weight:600;color:#1a1a1a}.address-types{display:flex;gap:10px;margin-bottom:24px}.type-btn{padding:8px 20px;border:1px solid #e0e0e0;border-radius:20px;background:#fff;font-size:13px;color:#666;cursor:pointer;transition:all .2s ease}.type-btn:hover{border-color:#ff6b35;color:#ff6b35}.type-btn.active{background:#fff5f0;border-color:#ff6b35;color:#ff6b35}.type-btn.has-saved{position:relative}.type-btn .saved-dot{font-size:8px;color:#48c479;margin-left:4px;vertical-align:super}.address-actions{display:flex;align-items:center;gap:12px;margin-bottom:16px}.save-address-btn{padding:10px 20px;background:#fff;border:1px solid #ff6b35;border-radius:8px;color:#ff6b35;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.save-address-btn:hover:not(:disabled){background:#fff5f0}.save-address-btn:disabled{border-color:#ddd;color:#999;cursor:not-allowed}.save-address-btn.saved{background:#e8f5e9;border-color:#48c479;color:#48c479}.save-message{font-size:13px;color:#48c479;font-weight:500}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.form-group.full-width{grid-column:span 2}.form-group label{font-size:13px;font-weight:500;color:#666}.form-group input:focus,.form-group select:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.form-group select{padding:12px 36px 12px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;outline:none;transition:all .2s ease;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.city-search-wrapper{position:relative}.city-input-container{position:relative;width:100%}.city-input-container input{width:100%}.city-dropdown{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #0000001a;z-index:100;margin:0;padding:0;list-style:none}.city-dropdown li{padding:12px 14px;cursor:pointer;font-size:14px;color:#333;transition:background .15s ease}.city-dropdown li:hover{background:#fff5f0;color:#ff6b35}.city-dropdown li.selected{background:#ff6b35;color:#fff}.city-dropdown li:last-child{border-radius:0 0 8px 8px}.form-group.has-error label{color:#e53935}.form-group input.error,.form-group select.error{border-color:#e53935;background-color:#fff5f5}.form-group input.error:focus,.form-group select.error:focus{border-color:#e53935;box-shadow:0 0 0 3px #e539351a}.error-message{display:flex;align-items:center;gap:6px;font-size:12px;color:#e53935;margin-top:4px;animation:errorShake .3s ease-out}.error-message svg{width:14px;height:14px;flex-shrink:0}@keyframes errorShake{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}.continue-btn{width:100%;padding:14px;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.continue-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff6b354d}.continue-btn:disabled{opacity:.6;cursor:not-allowed}.payment-options{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.payment-option{display:flex;align-items:center;padding:16px;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:all .2s ease}.payment-option:hover{border-color:#ff6b35}.payment-option.active{border-color:#ff6b35;background:#fff5f0}.payment-option input{display:none}.option-content{display:flex;align-items:center;gap:12px}.option-content svg{width:24px;height:24px;color:#666}.payment-option.active .option-content svg{color:#ff6b35}.option-content span{font-size:15px;font-weight:500;color:#333}.card-form{margin-bottom:24px}.form-row{display:flex;gap:16px}.form-row .form-group{flex:1}.test-card-note{margin:16px 0 0;padding:12px;background:#f0f7ff;border-radius:8px;font-size:13px;color:#666;text-align:center}.step-actions{display:flex;gap:12px}.back-btn{flex:1;padding:14px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;font-size:15px;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.back-btn:hover{background:#f5f5f5}.step-actions .continue-btn{flex:2}.review-section{padding:20px;background:#f9f9f9;border-radius:10px;margin-bottom:16px}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.review-header h3{margin:0;font-size:14px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px}.review-header button{border:none;background:none;color:#ff6b35;font-size:13px;font-weight:500;cursor:pointer}.review-header button:hover{text-decoration:underline}.address-type-badge{display:inline-block;margin:0 0 8px;padding:4px 10px;background:#e8e8e8;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;color:#666}.review-section p{margin:0 0 4px;font-size:14px;color:#333}.place-order-btn{width:100%;padding:16px;margin-top:24px;background:linear-gradient(135deg,#48c479,#3da866);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease}.place-order-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #48c47959}.place-order-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.order-summary{width:360px;flex-shrink:0;background:#fff;border-radius:12px;padding:24px;height:fit-content;position:sticky;top:94px}.order-summary h3{margin:0 0 20px;font-size:18px;font-weight:600;padding-bottom:16px;border-bottom:1px solid #eee}.summary-items{margin-bottom:20px;padding-bottom:20px;border-bottom:1px dashed #e0e0e0}.summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.summary-item:last-child{margin-bottom:0}.item-info{display:flex;align-items:center;gap:8px}.type-dot{font-size:8px}.type-dot.veg{color:#0f8a0f}.type-dot.non-veg{color:#e43b3b}.item-name{font-size:14px;color:#333}.item-qty{font-size:13px;color:#999}.item-total{font-size:14px;font-weight:500;color:#333}.summary-totals{display:flex;flex-direction:column;gap:12px}.total-row{display:flex;justify-content:space-between;font-size:14px;color:#666}.total-row.grand-total{padding-top:12px;border-top:1px solid #eee;font-size:16px;font-weight:700;color:#1a1a1a}@media(max-width:900px){.checkout-content{flex-direction:column-reverse}.order-summary{width:100%;position:static}.checkout-progress{padding:16px}.progress-step span{display:none}.progress-line{width:40px;margin:0 8px}}@media(max-width:480px){.checkout-page{padding:16px}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.checkout-form{padding:20px}}.orders-page{min-height:calc(100vh - 70px);background:#f8f8f8;padding:24px}.orders-container{max-width:900px;margin:0 auto}.orders-back-button{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:500;color:#333;cursor:pointer;margin-bottom:20px;transition:all .2s ease}.orders-back-button:hover{background:#f5f5f5;border-color:#ccc;transform:translate(-2px)}.orders-back-button svg{width:18px;height:18px}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.orders-header h1{margin:0;font-size:28px;font-weight:700;color:#1a1a1a}.order-filters{display:flex;gap:8px}.filter-btn{padding:8px 16px;border:1px solid #e0e0e0;border-radius:20px;background:#fff;font-size:13px;color:#666;cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:#ff6b35;color:#ff6b35}.filter-btn.active{background:#ff6b35;border-color:#ff6b35;color:#fff}.loading-state,.empty-orders{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.empty-orders svg{width:80px;height:80px;color:#ddd;margin-bottom:20px}.empty-orders h2{margin:0 0 8px;font-size:22px;color:#333}.empty-orders p{margin:0 0 24px;color:#999}.empty-orders button{padding:12px 32px;background:#ff6b35;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.empty-orders button:hover{background:#e55a24}.orders-list{display:flex;flex-direction:column;gap:16px}.order-card{background:#fff;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.order-card:hover{border-color:#ff6b35;box-shadow:0 4px 16px #00000014}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.order-info{display:flex;flex-direction:column;gap:4px}.order-number{font-size:14px;font-weight:600;color:#ff6b35}.order-date{font-size:13px;color:#999}.order-status{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.order-status.active{background:#fff3e0;color:#ff8c00}.order-status.delivered{background:#e8f5e9;color:#43a047}.order-status.cancelled{background:#ffebee;color:#e53935}.order-restaurant{margin-bottom:12px}.order-restaurant h3{margin:0 0 4px;font-size:16px;font-weight:600;color:#1a1a1a}.order-restaurant p{margin:0;font-size:13px;color:#999}.order-items-preview{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.item-preview{padding:4px 10px;background:#f5f5f5;border-radius:4px;font-size:12px;color:#666}.more-items{padding:4px 10px;background:#e8e8e8;border-radius:4px;font-size:12px;color:#999}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f0f0f0}.order-total{font-size:18px;font-weight:700;color:#1a1a1a}.view-details-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #ff6b35;border-radius:8px;background:transparent;color:#ff6b35;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.view-details-btn:hover{background:#fff5f0}.view-details-btn svg{width:16px;height:16px}@media(max-width:600px){.orders-page{padding:16px}.orders-header{flex-direction:column;align-items:flex-start}.order-filters{width:100%;overflow-x:auto;padding-bottom:4px}.filter-btn{white-space:nowrap}.order-card{padding:16px}.order-footer{flex-direction:column;gap:12px;align-items:stretch}.view-details-btn{justify-content:center}}.rating-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.rating-modal{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:32px;position:relative;animation:slideUp .3s ease-out}.rating-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.rating-modal-close:hover{background:#e0e0e0}.rating-modal-close svg{width:20px;height:20px;color:#666}.rating-modal-header{text-align:center;margin-bottom:24px}.rating-icon{width:60px;height:60px;background:linear-gradient(135deg,gold,orange);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.rating-icon svg{width:32px;height:32px;color:#fff}.rating-modal-header h2{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.rating-modal-header .restaurant-name{font-size:16px;color:#666;margin:0}.rating-form{display:flex;flex-direction:column;gap:20px}.star-rating{display:flex;justify-content:center;gap:8px}.star-btn{background:none;border:none;cursor:pointer;padding:4px;transition:transform .2s}.star-btn:hover{transform:scale(1.15)}.star-btn svg{width:40px;height:40px;color:#ddd;transition:color .2s}.star-btn.active svg{color:gold}.rating-label{text-align:center;font-size:16px;font-weight:500;color:#ff6b35;margin:0}.review-section{display:flex;flex-direction:column;gap:8px}.review-section label{font-size:14px;font-weight:500;color:#333}.review-section textarea{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:14px;resize:none;transition:border-color .2s}.review-section textarea:focus{outline:none;border-color:#ff6b35}.review-section textarea::placeholder{color:#999}.rating-error{color:#dc3545;font-size:14px;text-align:center;margin:0}.rating-actions{display:flex;gap:12px;margin-top:8px}.skip-btn{flex:1;padding:14px;border:1px solid #e0e0e0;background:#fff;color:#666;font-size:16px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s}.skip-btn:hover{background:#f5f5f5}.submit-rating-btn{flex:2;padding:14px;border:none;background:linear-gradient(135deg,#ff6b35,#f85032);color:#fff;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s}.submit-rating-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff6b354d}.submit-rating-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.rating-modal{padding:24px;margin:16px}.star-btn svg{width:32px;height:32px}.rating-actions{flex-direction:column}.skip-btn,.submit-rating-btn{flex:1}}.complaint-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.complaint-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;padding:32px;position:relative;animation:slideUp .3s ease-out;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.complaint-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.complaint-modal-close:hover{background:#e0e0e0}.complaint-modal-close svg{width:20px;height:20px;color:#666}.complaint-modal-header{text-align:center;margin-bottom:24px}.complaint-icon{width:60px;height:60px;background:linear-gradient(135deg,#ff6b35,#dc3545);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.complaint-icon svg{width:32px;height:32px;color:#fff}.complaint-modal-header h2{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.complaint-modal-header .restaurant-name{font-size:16px;color:#666;margin:0}.complaint-form{display:flex;flex-direction:column;gap:20px}.complaint-type-section{display:flex;flex-direction:column;gap:12px}.complaint-type-section label{font-size:14px;font-weight:500;color:#333}.complaint-types{display:flex;flex-wrap:wrap;gap:8px}.complaint-type-btn{padding:8px 16px;border:1px solid #e0e0e0;background:#fff;border-radius:20px;font-size:13px;color:#666;cursor:pointer;transition:all .2s}.complaint-type-btn:hover{border-color:#ff6b35;color:#ff6b35}.complaint-type-btn.active{background:linear-gradient(135deg,#ff6b35,#f85032);border-color:transparent;color:#fff}.description-section{display:flex;flex-direction:column;gap:8px}.description-section label{font-size:14px;font-weight:500;color:#333}.description-section textarea{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:14px;resize:none;transition:border-color .2s}.description-section textarea:focus{outline:none;border-color:#ff6b35}.description-section textarea::placeholder{color:#999}.char-count{font-size:12px;color:#999;text-align:right}.image-upload-section{display:flex;flex-direction:column;gap:8px}.image-upload-section label{font-size:14px;font-weight:500;color:#333}.image-hint{font-size:12px;color:#888;margin:0}.image-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;border:2px dashed #ddd;border-radius:12px;cursor:pointer;transition:all .2s;background:#fafafa}.image-upload-area:hover{border-color:#ff6b35;background:#fff5f0}.image-upload-area svg{width:40px;height:40px;color:#999}.image-upload-area:hover svg{color:#ff6b35}.image-upload-area span{font-size:14px;color:#666}.image-upload-area .upload-hint{font-size:12px;color:#999}.image-preview-container{position:relative;width:100%;max-width:200px;border-radius:12px;overflow:hidden;border:1px solid #e0e0e0}.image-preview{width:100%;height:auto;display:block}.remove-image-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border:none;background:#0009;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.remove-image-btn:hover{background:#dc3545e6}.remove-image-btn svg{width:16px;height:16px;color:#fff}.complaint-error{color:#dc3545;font-size:14px;text-align:center;margin:0}.complaint-actions{display:flex;gap:12px;margin-top:8px}.cancel-complaint-btn{flex:1;padding:14px;border:1px solid #e0e0e0;background:#fff;color:#666;font-size:16px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s}.cancel-complaint-btn:hover{background:#f5f5f5}.submit-complaint-btn{flex:2;padding:14px;border:none;background:linear-gradient(135deg,#ff6b35,#f85032);color:#fff;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s}.submit-complaint-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff6b354d}.submit-complaint-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.complaint-modal{padding:24px;margin:16px}.complaint-types{justify-content:center}.complaint-actions{flex-direction:column}.cancel-complaint-btn,.submit-complaint-btn{flex:1}}.tracking-page{min-height:calc(100vh - 70px);background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:24px}.tracking-container{max-width:900px;margin:0 auto}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #00000014}.loading-spinner{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:20px}.error-icon{width:64px;height:64px;color:#e53935;margin-bottom:16px}.error-state h2{margin:0 0 8px;color:#333;font-size:24px}.error-state p{margin:0 0 24px;color:#666}.error-state button{padding:12px 28px;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.error-state button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ff6b3566}.tracking-header{margin-bottom:24px}.back-link{display:inline-flex;align-items:center;gap:8px;background:#fff;border:none;color:#666;font-size:14px;font-weight:500;cursor:pointer;padding:10px 16px;border-radius:10px;margin-bottom:20px;transition:all .2s ease;box-shadow:0 2px 8px #0000000f}.back-link:hover{color:#ff6b35;background:#fff5f0;transform:translate(-4px)}.back-link svg{width:18px;height:18px}.order-meta h1{margin:0 0 6px;font-size:32px;font-weight:700;color:#1a1a1a;letter-spacing:-.5px}.order-date{font-size:14px;color:#888}.status-card{background:#fff;border-radius:20px;padding:36px;margin-bottom:24px;box-shadow:0 4px 24px #00000014;position:relative;overflow:hidden}.status-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b35,#ff8c42,#ffa726)}.status-card.completed:before{background:linear-gradient(90deg,#43a047,#66bb6a,#81c784)}.status-card.cancelled{background:#fff8f8;border:1px solid #ffebee}.status-card.cancelled:before{background:linear-gradient(90deg,#e53935,#ef5350)}.cancelled-status{text-align:center;padding:30px 0}.cancelled-icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,#ffebee,#ffcdd2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.cancelled-icon-wrapper .status-svg-icon{width:40px;height:40px;color:#e53935}.cancelled-status h2{margin:0 0 8px;color:#e53935;font-size:24px}.cancelled-status p{margin:0;color:#999}.status-header{text-align:center;margin-bottom:40px}.status-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#fff5f0,#ffe8dc);padding:8px 16px;border-radius:20px;margin-bottom:16px}.status-card.completed .status-badge{background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.status-pulse{width:10px;height:10px;background:#ff6b35;border-radius:50%;animation:statusPulse 2s infinite}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.status-check{width:20px;height:20px;color:#43a047}.status-badge span{font-size:13px;font-weight:600;color:#ff6b35}.status-card.completed .status-badge span{color:#43a047}.status-header h2{margin:0 0 12px;font-size:28px;font-weight:700;color:#1a1a1a}.eta{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:15px;color:#ff6b35;font-weight:500}.eta-icon{width:18px;height:18px}.progress-tracker{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:0 10px;margin-bottom:30px}.progress-line-bg{position:absolute;top:28px;left:50px;right:50px;height:4px;background:#e8e8e8;border-radius:2px;z-index:0}.progress-line-fill{position:absolute;top:28px;left:50px;height:4px;background:linear-gradient(90deg,#43a047,#66bb6a);border-radius:2px;z-index:1;transition:width .5s ease}.tracker-stage{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}.stage-icon-wrapper{width:56px;height:56px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;position:relative;transition:all .3s ease;border:3px solid transparent}.stage-svg-icon{width:26px;height:26px;color:#999;transition:all .3s ease}.tracker-stage.completed .stage-icon-wrapper{background:linear-gradient(135deg,#43a047,#66bb6a);border-color:#e8f5e9}.tracker-stage.completed .stage-svg-icon{color:#fff}.tracker-stage.current .stage-icon-wrapper{background:linear-gradient(135deg,#ff6b35,#ff8c42);border-color:#fff5f0;box-shadow:0 4px 20px #ff6b3566}.tracker-stage.current .stage-svg-icon{color:#fff}.stage-pulse-ring{position:absolute;inset:-6px;border:2px solid #ff6b35;border-radius:50%;animation:pulseRing 2s infinite}@keyframes pulseRing{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:.2}}.stage-label{font-size:12px;color:#999;text-align:center;font-weight:500;max-width:80px;line-height:1.3}.tracker-stage.completed .stage-label{color:#43a047;font-weight:600}.tracker-stage.current .stage-label{color:#ff6b35;font-weight:600}.live-indicator{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;margin-top:10px}.live-dot{width:10px;height:10px;background:#43a047;border-radius:50%;animation:livePulse 1.5s infinite}@keyframes livePulse{0%,to{opacity:1;box-shadow:0 0 #43a04766}50%{opacity:.8;box-shadow:0 0 0 8px #43a04700}}.live-text{font-size:14px;color:#2e7d32;font-weight:600}.last-updated{font-size:12px;color:#66bb6a;font-weight:400;padding-left:10px;border-left:1px solid #a5d6a7}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.detail-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 16px #0000000f}.card-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.card-header.mt-section{margin-top:28px}.card-icon{width:20px;height:20px;color:#ff6b35}.card-header h3{margin:0;font-size:14px;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.5px}.items-list{margin-bottom:20px;padding-bottom:16px;border-bottom:1px dashed #e8e8e8}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.detail-item:not(:last-child){border-bottom:1px solid #f5f5f5}.item-info{display:flex;align-items:center;gap:10px}.type-indicator{width:16px;height:16px;border:2px solid;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.type-indicator.veg{border-color:#0f8a0f}.type-indicator.non-veg{border-color:#e43b3b}.type-inner{width:8px;height:8px;border-radius:50%}.type-indicator.veg .type-inner{background:#0f8a0f}.type-indicator.non-veg .type-inner{background:#e43b3b}.item-name{font-size:14px;color:#333;font-weight:500}.item-qty{font-size:13px;color:#888;background:#f5f5f5;padding:2px 8px;border-radius:4px}.item-price{font-size:14px;color:#333;font-weight:600}.bill-summary{display:flex;flex-direction:column;gap:10px}.bill-row{display:flex;justify-content:space-between;font-size:14px;color:#666}.bill-row.total{padding-top:14px;border-top:2px solid #f0f0f0;font-size:16px;font-weight:700;color:#1a1a1a}.address-text{margin:0;font-size:14px;color:#333;line-height:1.6;padding:12px;background:#f8f9fa;border-radius:8px}.payment-info{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border-radius:8px}.payment-status{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.payment-status.paid{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32}.payment-status.pending{background:linear-gradient(135deg,#fff3e0,#ffe0b2);color:#e65100}.payment-method{font-size:14px;color:#666;font-weight:500}.order-actions{display:flex;gap:16px;justify-content:center}.cancel-btn,.reorder-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-btn{background:#fff;border:2px solid #e53935;color:#e53935}.cancel-btn svg{width:18px;height:18px}.cancel-btn:hover{background:#fff5f5;transform:translateY(-2px);box-shadow:0 4px 15px #e5393533}.reorder-btn{background:linear-gradient(135deg,#ff6b35,#ff8c42);border:none;color:#fff}.reorder-btn svg{width:18px;height:18px}.reorder-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.rate-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,gold,orange);border:none;color:#333}.rate-btn svg{width:18px;height:18px}.rate-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffc10766}.rating-submitted{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;color:#2e7d32;font-weight:600}.rating-submitted svg{width:20px;height:20px;color:gold}.complaint-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;background:#fff;border:2px solid #dc3545;color:#dc3545}.complaint-btn svg{width:18px;height:18px}.complaint-btn:hover{background:#fff5f5;transform:translateY(-2px);box-shadow:0 6px 20px #dc354533}.complaint-submitted{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-radius:12px;color:#e65100;font-weight:600}.complaint-submitted svg{width:20px;height:20px}.complaint-status-card{background:#fff;border-radius:16px;padding:24px;margin-top:24px;box-shadow:0 4px 16px #0000000f;border-left:4px solid #ff6b35}.complaint-status-card.pending{border-left-color:#ff9800}.complaint-status-card.in_progress{border-left-color:#2196f3}.complaint-status-card.resolved{border-left-color:#4caf50}.in-progress-notice{display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:10px;margin-bottom:20px}.in-progress-notice svg{width:22px;height:22px;color:#1565c0;flex-shrink:0}.in-progress-notice span{font-size:14px;color:#1565c0;font-weight:500}.complaint-status-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.complaint-status-header svg{width:24px;height:24px;color:#ff6b35}.complaint-status-header h3{margin:0;font-size:18px;font-weight:600;color:#333;flex:1}.complaint-status-badge{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.complaint-status-badge.pending{background:linear-gradient(135deg,#fff3e0,#ffe0b2);color:#e65100}.complaint-status-badge.in_progress{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0}.complaint-status-badge.resolved{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32}.complaint-details{display:flex;flex-direction:column;gap:16px}.complaint-type-display,.complaint-description-display{display:flex;flex-direction:column;gap:4px}.complaint-type-display .label,.complaint-description-display .label{font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px}.complaint-type-display .value{font-size:15px;color:#333;font-weight:500}.complaint-description-display .value{font-size:14px;color:#555;line-height:1.6;margin:0;padding:12px;background:#f8f9fa;border-radius:8px}.restaurant-response{margin-top:20px;padding:20px;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-radius:12px;border:1px solid #c8e6c9}.response-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.response-header svg{width:20px;height:20px;color:#2e7d32}.response-header span{font-size:14px;font-weight:600;color:#2e7d32}.response-text{margin:0;font-size:14px;color:#333;line-height:1.6}.still-issue-section{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px dashed #a5d6a7}.still-issue-text{font-size:13px;color:#666}.still-issue-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:2px solid #dc3545;color:#dc3545;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.still-issue-btn svg{width:16px;height:16px}.still-issue-btn:hover{background:#dc3545;color:#fff}@media(max-width:768px){.tracking-page{padding:16px}.status-card{padding:24px 16px;border-radius:16px}.order-meta h1{font-size:24px}.status-header h2{font-size:22px}.progress-tracker{padding:0;flex-wrap:wrap;gap:16px;justify-content:center}.progress-line-bg,.progress-line-fill{display:none}.tracker-stage{flex:0 0 auto;width:calc(33.33% - 12px)}.stage-icon-wrapper{width:48px;height:48px}.stage-svg-icon{width:22px;height:22px}.stage-label{font-size:11px;max-width:70px}.details-grid{grid-template-columns:1fr}.live-indicator{flex-wrap:wrap;justify-content:center}.last-updated{width:100%;text-align:center;border-left:none;padding-left:0;padding-top:8px;border-top:1px solid #a5d6a7;margin-top:8px}}.profile-page{min-height:calc(100vh - 70px);background:#f8f8f8;padding:24px}.profile-container{max-width:600px;margin:0 auto}.profile-header h1{margin:0 0 24px;font-size:28px;font-weight:700;color:#1a1a1a}.loading-state{display:flex;justify-content:center;padding:60px}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}.message{padding:14px 16px;border-radius:10px;margin-bottom:20px;font-size:14px}.message.success{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.message.error{background:#ffebee;color:#c62828;border:1px solid #ffcdd2}.profile-card{background:#fff;border-radius:16px;padding:32px;margin-bottom:20px;display:flex;gap:24px}.profile-avatar{width:80px;height:80px;background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-avatar span{font-size:32px;font-weight:700;color:#fff}.profile-info{flex:1}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}.info-row:last-of-type{border-bottom:none}.label{font-size:13px;color:#999;font-weight:500}.value{font-size:14px;color:#333;display:flex;align-items:center;gap:8px}.verified-badge{padding:2px 8px;background:#e8f5e9;color:#43a047;font-size:11px;font-weight:600;border-radius:4px}.unverified-badge{padding:2px 8px;background:#fff3e0;color:#ff8c00;font-size:11px;font-weight:600;border-radius:4px}.edit-btn{margin-top:20px;padding:10px 24px;background:transparent;border:1px solid #ff6b35;border-radius:8px;color:#ff6b35;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.edit-btn:hover{background:#fff5f0}.edit-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;color:#666;font-weight:500}.form-group input{padding:12px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;outline:none;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.form-group textarea{padding:12px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;outline:none;transition:all .2s ease;resize:vertical;min-height:80px}.edit-actions{display:flex;gap:12px;margin-top:8px}.cancel-btn{flex:1;padding:10px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#666;cursor:pointer}.cancel-btn:hover{background:#f5f5f5}.save-btn{flex:1;padding:10px;background:#ff6b35;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.save-btn:hover:not(:disabled){background:#e55a24}.save-btn:disabled{opacity:.6;cursor:not-allowed}.verification-card{background:#fff8f0;border:1px solid #ffe0cc;border-radius:12px;padding:24px;margin-bottom:20px;display:flex;gap:16px;align-items:flex-start}.verification-icon{font-size:32px}.verification-content h3{margin:0 0 6px;font-size:16px;color:#1a1a1a}.verification-content p{margin:0 0 14px;font-size:14px;color:#666}.verification-content button{padding:10px 20px;background:#ff6b35;border:none;border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.verification-content button:hover{background:#e55a24}.profile-actions{display:flex;flex-direction:column;gap:12px}.orders-btn,.logout-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.orders-btn{background:#fff;border:1px solid #e0e0e0;color:#333}.orders-btn:hover{border-color:#ff6b35;color:#ff6b35}.logout-btn{background:#fff;border:1px solid #e53935;color:#e53935}.orders-btn svg,.logout-btn svg{width:20px;height:20px}@media(max-width:600px){.profile-page{padding:16px}.profile-card{flex-direction:column;align-items:center;text-align:center;padding:24px}.info-row{flex-direction:column;gap:4px;text-align:center}.edit-form{width:100%}}.verify-page{min-height:calc(100vh - 70px);background:linear-gradient(135deg,#f8f8f8,#fff5f0);display:flex;align-items:center;justify-content:center;padding:24px}.verify-card{background:#fff;border-radius:20px;padding:48px;max-width:450px;width:100%;box-shadow:0 10px 40px #00000014}.verify-content{display:flex;flex-direction:column;align-items:center;text-align:center}.loading-spinner{width:60px;height:60px;border:4px solid #f0f0f0;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:24px}@keyframes spin{to{transform:rotate(360deg)}}.status-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.status-icon svg{width:40px;height:40px}.status-icon.success{background:#e8f5e9}.status-icon.success svg{color:#43a047}.status-icon.error{background:#ffebee}.status-icon.error svg{color:#e53935}.verify-content h1{margin:0 0 12px;font-size:26px;font-weight:700;color:#1a1a1a}.verify-content p{margin:0 0 28px;font-size:15px;color:#666;line-height:1.6}.action-buttons{display:flex;gap:12px;width:100%}.primary-btn,.secondary-btn{flex:1;padding:14px 24px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.primary-btn{background:linear-gradient(135deg,#ff6b35,#ff8c42);border:none;color:#fff}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b354d}.secondary-btn{background:#fff;border:1px solid #e0e0e0;color:#666}.secondary-btn:hover{border-color:#ff6b35;color:#ff6b35}@media(max-width:480px){.verify-card{padding:32px 24px}.verify-content h1{font-size:22px}.action-buttons{flex-direction:column}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.modal-content{background:#fff;width:90%;max-width:520px;border-radius:0;position:relative;animation:slideIn .3s ease;box-shadow:0 8px 32px #0000004d;max-height:90vh;overflow-y:auto}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:20px;right:20px;width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease;z-index:10}.modal-close:hover{color:#000}.modal-close svg{width:24px;height:24px}.modal-body{padding:40px 50px 50px}.modal-header{margin-bottom:30px}.modal-title{font-size:32px;font-weight:600;color:#333;margin-bottom:8px}.modal-subtitle{font-size:14px;color:#666;margin-bottom:20px}.create-account-link{color:#ff6b35;text-decoration:none;font-weight:600;transition:color .2s ease;background:none;border:none;cursor:pointer;font-size:inherit;padding:0}.create-account-link:hover{color:#ff5722}.title-underline{width:40px;height:2px;background:#000;margin-top:10px}.food-emoji{font-size:80px;display:inline-block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.login-form{display:flex;flex-direction:column;gap:20px}.input-group{position:relative}.password-group{display:flex;align-items:center}.password-toggle{position:absolute;right:14px;width:24px;height:24px;border:none;background:transparent;cursor:pointer;color:#999;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s ease}.password-toggle:hover{color:#666}.password-toggle svg{width:20px;height:20px}.phone-input{width:100%;padding:18px 16px;border:1px solid #ddd;font-size:16px;color:#333;outline:none;transition:all .2s ease;background:#fff}.phone-input:focus{border-color:#ff6b35;box-shadow:0 0 0 1px #ff6b35}.phone-input::placeholder{color:#999}.error-text{color:#e53935;font-size:13px;margin:-10px 0 0}.login-button{width:100%;padding:18px;background:#ff6b35;color:#fff;border:none;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;letter-spacing:.5px}.login-button:hover{background:#ff5722;transform:translateY(-1px);box-shadow:0 4px 12px #ff6b354d}.login-button:active{transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.otp-form{display:flex;flex-direction:column;gap:20px}.otp-input{text-align:center;letter-spacing:6px;font-weight:600}.otp-hint{font-size:12px;color:#666;margin:-10px 0 0}.otp-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.resend-btn{background:none;border:none;color:#ff6b35;font-weight:600;cursor:pointer;padding:0}.resend-btn:disabled{color:#999;cursor:not-allowed}.terms-text{font-size:12px;color:#666;line-height:1.6;text-align:left}.terms-link{color:#333;text-decoration:none;font-weight:600}.terms-link:hover{text-decoration:underline}.divider{display:flex;align-items:center;text-align:center;margin:10px 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #ddd}.divider span{padding:0 15px;color:#999;font-size:12px;font-weight:500;letter-spacing:.5px}.google-btn{width:100%;padding:14px 20px;background:#fff;color:#333;border:1px solid #ddd;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease}.google-btn:hover{background:#f8f8f8;border-color:#ccc;box-shadow:0 2px 8px #0000001a}.google-btn:disabled{opacity:.7;cursor:not-allowed}.google-btn svg{flex-shrink:0}@media(max-width:768px){.modal-content{width:95%;max-width:100%;margin:20px}.modal-body{padding:35px 30px 40px}.modal-title{font-size:28px}.food-emoji{font-size:70px}.phone-input{padding:16px 14px;font-size:15px}.login-button{padding:16px;font-size:15px}}@media(max-width:480px){.modal-content{width:100%;height:100%;max-height:100%;border-radius:0;margin:0}.modal-body{padding:30px 25px}.modal-close{top:15px;right:15px}.modal-title{font-size:26px}.modal-subtitle{font-size:13px}.food-emoji{font-size:60px}.phone-input{padding:15px 12px;font-size:14px}.login-button{padding:15px;font-size:14px}.terms-text{font-size:11px}}.header{background:#fff;box-shadow:0 2px 12px #00000014;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;height:80px;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:10px;cursor:pointer;text-decoration:none}.logo-icon{width:52px;height:52px;background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #ff6b3566;transition:transform .3s ease,box-shadow .3s ease}.logo:hover .logo-icon{transform:scale(1.05);box-shadow:0 6px 16px #ff6b3580}.logo-svg{width:36px;height:36px}.logo-text{font-size:26px;font-weight:800;background:linear-gradient(135deg,#ff6b35,#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-search{display:flex;align-items:center;flex:1;max-width:500px;margin:0 32px;background:#f5f5f5;border-radius:10px;padding:0 16px;transition:all .2s ease;border:2px solid transparent}.header-search:focus-within{background:#fff;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.header-search .search-icon{width:18px;height:18px;color:#999;flex-shrink:0}.header-search input{flex:1;padding:12px;border:none;background:transparent;font-size:14px;outline:none;color:#333}.header-search input::placeholder{color:#999}.header-right{display:flex;align-items:center;gap:24px}.corporate-btn,.partner-link,.partner-btn,.app-btn{background:transparent;border:none;font-size:16px;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease;text-decoration:none;display:flex;align-items:center;gap:6px}.corporate-btn:hover,.partner-link:hover,.partner-btn:hover{color:#ff6b35}.app-btn{border:1px solid #ddd;padding:10px 18px;border-radius:8px}.app-btn:hover{border-color:#ff6b35;color:#ff6b35}.arrow-icon{width:18px;height:18px}.signin-btn{background:#000;color:#fff;border:none;padding:12px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.signin-btn:hover{background:#333;transform:scale(1.02)}.user-menu{position:relative}.user-profile-btn{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid #e0e0e0;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease}.user-profile-btn:hover{border-color:#ff6b35;background:#fff5f0}.user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:50%;display:flex;align-items:center;justify-content:center}.user-avatar svg{width:20px;height:20px;fill:#fff}.user-name{font-size:14px;font-weight:500;color:#333}.dropdown-arrow{width:20px;height:20px;fill:#666;transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;min-width:220px;padding:8px 0;z-index:1001;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:12px 16px;border-bottom:1px solid #f0f0f0}.dropdown-email{font-size:13px;color:#666;word-break:break-all}.dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#333;text-decoration:none;font-size:14px;transition:background .2s ease;border:none;background:none;width:100%;cursor:pointer}.dropdown-item:hover{background:#f8f8f8}.dropdown-item svg{width:20px;height:20px;fill:#666}.dropdown-divider{height:1px;background:#f0f0f0;margin:8px 0}.logout-btn{color:#e53935}.logout-btn svg{fill:#e53935}.logout-btn:hover{background:#fff5f5}@media(max-width:968px){.header-container{height:70px}.header-right{gap:16px}.corporate-btn{display:none}.app-btn{padding:8px 14px;font-size:14px}.signin-btn{padding:10px 20px;font-size:15px}}@media(max-width:768px){.header-container{padding:0 15px;height:64px}.header-search{display:none}.logo-icon{width:44px;height:44px;border-radius:10px}.logo-svg{width:30px;height:30px}.logo-text{font-size:22px}.header-right{gap:12px}.app-btn{display:none}.partner-link,.partner-btn{font-size:14px}.signin-btn{padding:9px 18px;font-size:14px}}@media(max-width:480px){.header-container{padding:0 12px;height:60px}.header-right{gap:10px}.logo-icon{width:38px;height:38px;border-radius:8px}.logo-svg{width:26px;height:26px}.logo-text{font-size:20px}.partner-link,.partner-btn{display:none}.signin-btn{padding:8px 16px;font-size:13px}}.cart-float-btn{position:fixed;bottom:24px;right:24px;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;border-radius:50px;padding:12px 20px;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 4px 20px #ff6b3566;z-index:1000;transition:all .3s ease}.cart-float-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ff6b3580}.cart-float-btn svg{width:22px;height:22px}.cart-count{background:#fff;color:#ff6b35;font-size:12px;font-weight:700;padding:2px 8px;border-radius:12px}.cart-total{font-weight:600;font-size:15px}.cart-overlay{position:fixed;inset:0;background:#00000080;z-index:1001;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-sidebar{position:fixed;top:0;right:-420px;width:400px;max-width:100vw;height:100vh;background:#fff;z-index:1002;display:flex;flex-direction:column;transition:right .3s ease;box-shadow:-4px 0 20px #00000026}.cart-sidebar.open{right:0}.cart-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eee}.cart-sidebar-header h2{margin:0;font-size:20px;font-weight:700;color:#1a1a1a}.cart-close-btn{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cart-close-btn:hover{background:#eee}.cart-close-btn svg{width:18px;height:18px;color:#666}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;color:#999}.cart-empty svg{width:80px;height:80px;margin-bottom:16px;color:#ddd}.cart-empty p{margin:0 0 8px;font-size:18px;font-weight:600;color:#666}.cart-empty span{font-size:14px}.cart-items{flex:1;overflow-y:auto;padding:16px 24px}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f0f0f0}.cart-item:last-child{border-bottom:none}.cart-item-info{display:flex;align-items:flex-start;gap:10px}.item-type{font-size:10px;margin-top:4px}.item-type.veg{color:#0f8a0f}.item-type.non-veg{color:#e43b3b}.item-details h4{margin:0 0 4px;font-size:14px;font-weight:500;color:#333}.item-price{margin:0;font-size:13px;color:#666}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.quantity-control{display:flex;align-items:center;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden}.qty-btn{width:32px;height:32px;border:none;background:#fff;color:#ff6b35;font-size:18px;font-weight:600;cursor:pointer;transition:background .2s ease}.qty-btn:hover{background:#fff5f0}.qty-value{width:32px;text-align:center;font-size:14px;font-weight:600;color:#333}.item-total{font-size:14px;font-weight:600;color:#333}.cart-summary{padding:20px 24px;border-top:1px solid #eee;background:#fafafa}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px;color:#666}.summary-row.total{margin-top:16px;padding-top:16px;border-top:1px dashed #ddd;font-size:16px;font-weight:700;color:#1a1a1a}.checkout-btn{width:100%;padding:14px;margin-top:16px;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.checkout-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #ff6b3559}@media(max-width:480px){.cart-sidebar{width:100%;right:-100%}.cart-float-btn{bottom:16px;right:16px}}
