@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.home{font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;color:#1a1a1a;background:#fdfdfd;-webkit-font-smoothing:antialiased;min-height:100vh}.navbar{height:80px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#122d1a;position:absolute;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.05)}.brand{cursor:pointer;line-height:1;display:flex;align-items:center;gap:8px}.brand-icon{width:36px;height:36px;background:#ff6b00;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:16px}.brand-main{font-size:24px;font-weight:800;color:#fff;letter-spacing:-.5px}.brand-accent{font-size:24px;font-weight:800;color:#ff6b00;margin-left:2px}.nav-links{display:none}@media(min-width:900px){.nav-links{display:flex;gap:32px;align-items:center}.nav-links a{color:#e2e8f0;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:#ff6b00}}.nav-actions{display:flex;align-items:center;gap:16px}.nav-search-icon{color:#fff;font-size:20px;cursor:pointer;margin-right:8px}.nav-actions button{padding:10px 24px;border-radius:30px;border:none;background:#ff6b00;color:#fff;font-weight:600;cursor:pointer;font-size:14px;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-actions button:hover{transform:translateY(-2px);background:#e65c00;box-shadow:0 4px 12px #ff6b004d}.restaurant-btn-nav{background:transparent!important;color:#ff6b00!important;border:1px solid #ff6b00!important}.restaurant-btn-nav:hover{background:#ff6b001a!important}.nav-icons{display:flex;align-items:center;gap:20px}.nav-icon{font-size:22px;cursor:pointer;color:#fff;transition:all .25s ease}.nav-icon:hover{color:#ff6b00;transform:scale(1.1)}.profile-box{position:relative}.profile-dropdown{position:absolute;right:0;top:42px;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000001a;width:160px;overflow:hidden;z-index:100;border:1px solid #f1f5f9}.profile-dropdown div{padding:12px 16px;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;color:#334155}.profile-dropdown div:hover{background:#f8fafc;color:#ff6b00}.profile-dropdown .logout{color:#ef4444}.profile-dropdown .logout:hover{background:#fef2f2;color:#dc2626}.hero-wrapper{position:relative;background:#122d1a;padding:160px 5% 120px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;overflow:hidden;line-height:0}.hero-wave svg{display:block;width:calc(100% + 1.3px);height:120px}@media(max-width:768px){.hero-wave svg{height:60px}}.hero-content{max-width:800px;z-index:2;position:relative}.hero-content h1{font-size:56px;font-weight:800;line-height:1.1;margin-bottom:24px;letter-spacing:-1px}@media(max-width:768px){.hero-content h1{font-size:40px}}.hero-content p{font-size:16px;color:#cbd5e1;line-height:1.6;max-width:600px;margin:0 auto 32px;font-weight:300}.hero-buttons{display:flex;gap:16px;justify-content:center;align-items:center}.btn-primary{padding:14px 32px;background:#ff6b00;color:#fff;border:none;border-radius:30px;font-weight:600;font-size:15px;cursor:pointer;box-shadow:0 8px 20px #ff6b004d;transition:all .3s}.btn-primary:hover{transform:translateY(-2px);background:#e65c00}.btn-video{display:flex;align-items:center;gap:10px;background:transparent;color:#fff;border:none;font-weight:500;cursor:pointer;font-size:15px}.btn-video .play-icon{width:40px;height:40px;background:#fff;color:#ff6b00;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 12px #0000001a;transition:transform .3s}.btn-video:hover .play-icon{transform:scale(1.1)}.hero-food-plate{position:absolute;right:10%;bottom:-40px;width:400px;height:auto;z-index:3;animation:floatUpDown 6s ease-in-out infinite;display:none}@media(min-width:1024px){.hero-food-plate{display:block}.hero-content{text-align:left;margin-right:auto;margin-left:0;max-width:500px}.hero-buttons{justify-content:flex-start}}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.categories-container{padding:40px 5%;background:#fdfdfd}.categories-scroll{display:flex;gap:40px;overflow-x:auto;scrollbar-width:none;padding-bottom:20px;justify-content:center}.categories-scroll::-webkit-scrollbar{display:none}.category-item{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;min-width:80px;transition:transform .2s}.category-item:hover{transform:translateY(-4px)}.cat-icon-box{width:64px;height:64px;background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;display:flex;align-items:center;justify-content:center;font-size:32px;border:1px solid #f1f5f9}.category-item span{font-size:13px;font-weight:600;color:#1e293b}.featured-section{padding:60px 5%;display:grid;grid-template-columns:1fr;gap:40px;align-items:center;background:#fdfdfd}@media(min-width:900px){.featured-section{grid-template-columns:1fr 1fr}}.featured-text h2{font-size:40px;font-weight:800;line-height:1.2;margin-bottom:20px;letter-spacing:-.5px}.featured-text p{font-size:15px;color:#64748b;line-height:1.6;margin-bottom:30px}.featured-img-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.featured-img-grid img{width:100%;border-radius:20px;object-fit:cover;box-shadow:0 8px 24px #00000014}.featured-img-grid img:first-child{height:250px;margin-top:40px}.featured-img-grid img:last-child{height:290px}.restaurants-wrapper{padding:60px 5%;background:#fff;text-align:center}.section-tag{color:#ff6b00;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;display:block}.restaurants-wrapper h2{font-size:36px;font-weight:800;margin-bottom:40px;letter-spacing:-.5px}.restaurant-grid,.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;text-align:left}.res-card-img-box{width:100%;height:200px;border-radius:16px;overflow:hidden;margin-bottom:16px;background:#f8fafc}.res-stars{color:#fbbf24;font-size:14px}.home-categories-scroll::-webkit-scrollbar{display:none}.home-categories-scroll{-ms-overflow-style:none;scrollbar-width:none}.filter-overlay{animation:fadeIn .25s ease}.filter-modal{animation:modalSlideUp .35s cubic-bezier(.4,0,.2,1)}.app-reservation-section{background:#122d1a;padding:80px 5%;display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:900px){.app-reservation-section{grid-template-columns:1fr 1fr}}.app-promo-box{background:#1e3a24;border-radius:24px;padding:40px;color:#fff;display:flex;flex-direction:column;justify-content:center}.app-promo-box h3{font-size:28px;font-weight:800;margin-bottom:12px}.app-promo-box p{color:#cbd5e1;font-size:15px;margin-bottom:24px;line-height:1.5}.app-badges{display:flex;gap:12px}.app-badges img{height:40px;border-radius:8px;cursor:pointer}.reservation-box{background:#fff;border-radius:24px;padding:40px;box-shadow:0 10px 30px #0000001a}.reservation-box h3{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:6px}.reservation-box p{color:#64748b;font-size:14px;margin-bottom:24px}.res-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.res-form input,.res-form select{padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:14px;width:100%;box-sizing:border-box}.res-form .full-w{grid-column:span 2}.res-form button{grid-column:span 2;background:#ff6b00;color:#fff;border:none;border-radius:12px;padding:14px;font-size:15px;font-weight:700;cursor:pointer;margin-top:8px}.footer{text-align:center;padding:30px 5%;background:#fff;color:#64748b;font-size:14px;font-weight:500;border-top:1px solid #f1f5f9}.loader-container{display:flex;justify-content:center;align-items:center;min-height:200px;width:100%}.spinner{width:50px;height:50px;border:4px solid rgba(255,107,0,.2);border-top:4px solid #ff6b00;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.auth-container:before{content:"";position:absolute;top:-30%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,107,0,.06) 0%,transparent 70%);animation:authBlob 8s ease-in-out infinite}.auth-container:after{content:"";position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,159,69,.05) 0%,transparent 70%);animation:authBlob 10s ease-in-out infinite reverse}@keyframes authBlob{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.auth-card{width:100%;max-width:420px;background:#fff;padding:40px 36px;border-radius:24px;box-shadow:0 8px 40px #0000000f;position:relative;z-index:1;border:1px solid #f0f0f0;animation:cardSlideIn .5s ease}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-card h2{text-align:center;margin-bottom:28px;font-size:26px;font-weight:800;color:#1a1a1a;letter-spacing:-.5px}.auth-card input{width:100%;padding:13px 16px;margin-bottom:14px;border:1.5px solid #eee;border-radius:12px;font-size:14px;font-family:inherit;outline:none;transition:all .3s;background:#fafafa;color:#333;box-sizing:border-box}.auth-card input:focus{border-color:#ff6b00;background:#fff;box-shadow:0 0 0 4px #ff6b000f}.auth-card input::placeholder{color:#bbb}.auth-card button{width:100%;padding:13px;border:none;border-radius:12px;background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.2px}.auth-card button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b004d}.auth-card button:active{transform:translateY(0)}.google-btn{margin-top:12px;background:#fff!important;color:#444!important;border:1.5px solid #eee!important;font-weight:500!important}.google-btn:hover{background:#fafafa!important;box-shadow:0 4px 15px #0000000f!important;border-color:#ddd!important;transform:translateY(-1px)!important}.google-flex{display:flex;align-items:center;justify-content:center;gap:12px}.google-icon{width:20px;height:20px}.auth-link{margin-top:20px;text-align:center;font-size:14px;color:#888}.auth-link span{color:#ff6b00;cursor:pointer;font-weight:700;transition:color .2s}.auth-link span:hover{color:#e65c00;text-decoration:underline}.forgot-password{text-align:right;margin-bottom:16px;font-size:13px}.forgot-password span{color:#ff6b00;cursor:pointer;font-weight:600;transition:color .2s}.forgot-password span:hover{color:#e65c00}.restaurant-btn{margin-top:12px;background:#fff!important;color:#ff6b00!important;border:2px solid #ff6b00!important;font-weight:700!important}.restaurant-btn:hover{background:#fff7f0!important;box-shadow:0 8px 25px #ff6b0026!important}.auth-message{margin-bottom:16px;text-align:center;font-size:14px;color:#ef4444;font-weight:500;padding:10px 14px;background:#fef2f2;border-radius:10px;border:1px solid #fee2e2}.auth-policy-checkbox{display:flex;align-items:flex-start;gap:10px;margin:16px 0 20px;text-align:left;font-size:13px;color:#64748b;line-height:1.5}.auth-policy-checkbox input[type=checkbox]{width:16px!important;height:16px!important;min-width:16px;margin:2px 0 0!important;padding:0!important;cursor:pointer;flex-shrink:0;accent-color:#ff6b00}.auth-policy-checkbox a{color:#ff6b00;text-decoration:none;font-weight:600}.auth-policy-checkbox a:hover{text-decoration:underline}.auth-card button:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.policy-container{max-width:900px;margin:120px auto 100px;padding:40px;background:#fff;border-radius:24px;box-shadow:0 4px 25px #0000000d;line-height:1.8;color:#334155;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif}.policy-container h1{font-size:36px;font-weight:800;color:#1e293b;margin-bottom:30px;text-align:center;position:relative}.policy-container h1:after{content:"";display:block;width:60px;height:4px;background:#ff6b00;margin:15px auto;border-radius:2px}.policy-section{margin-bottom:40px}.policy-section h2{font-size:22px;font-weight:700;color:#1e293b;margin-bottom:16px;display:flex;align-items:center;gap:10px}.policy-section p{margin-bottom:16px;font-size:15px}.policy-section ul{padding-left:20px;margin-bottom:16px}.policy-section li{margin-bottom:8px;font-size:15px}@media(max-width:768px){.policy-container{margin:100px 20px 60px;padding:30px 20px}.policy-container h1{font-size:28px}}.policy-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:policyFadeIn .2s ease}@keyframes policyFadeIn{0%{opacity:0}to{opacity:1}}.policy-modal-content{background:#fff;border-radius:20px;width:92%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000026;animation:policySlideUp .3s ease}@keyframes policySlideUp{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.policy-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.policy-modal-header h2{font-size:20px;font-weight:800;color:#1e293b;margin:0}.policy-modal-close{background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.policy-modal-close:hover{background:#e2e8f0;color:#1e293b}.policy-modal-body{overflow-y:auto;padding:20px 24px 28px;line-height:1.7;color:#475569;font-size:14px}.policy-modal-section{margin-bottom:20px}.policy-modal-section:last-child{margin-bottom:0}.policy-modal-section h3{font-size:15px;font-weight:700;color:#1e293b;margin:0 0 8px}.policy-modal-section p{margin:0 0 8px}.policy-modal-section ul{padding-left:18px;margin:0 0 8px}.policy-modal-section li{margin-bottom:4px}.restaurant-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;background:#fafafa;-webkit-font-smoothing:antialiased}.loading{text-align:center;padding:80px 20px;color:#aaa;font-weight:600}.back-btn{position:fixed;top:18px;left:18px;z-index:100;background:#fff;color:#1a1a1a;border:1px solid #f0f0f0;padding:10px 20px;border-radius:12px;cursor:pointer;font-weight:600;font-size:14px;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 10px #0000000a}.back-btn:hover{background:#fff7f0;color:#ff6b00;transform:translate(-4px);box-shadow:0 4px 20px #ff6b001a}.restaurant-hero-light{background:#fff;padding:40px 5% 0;margin-bottom:20px}.hero-light-content{display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1300px;margin:0 auto}.hero-light-text-area{flex:1;display:flex;gap:24px;max-width:600px}.hero-light-accent-line{width:6px;background:#ff6b00;border-radius:4px;flex-shrink:0}.hero-light-text-content{display:flex;flex-direction:column;align-items:flex-start;padding-top:10px}.hero-light-title-main{font-size:56px;font-weight:800;color:#ff6b00;margin:0 0 8px;line-height:1.1;letter-spacing:-1px}.hero-light-title-sub{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 20px;line-height:1.2}.hero-light-desc{font-size:15px;color:#94a3b8;line-height:1.6;margin-bottom:30px;max-width:480px}.hero-light-meta{display:flex;gap:16px;margin-bottom:32px;align-items:center}.hero-light-rating{font-weight:700;color:#1e293b;font-size:16px}.hero-light-rating-count{color:#94a3b8;font-weight:500;font-size:14px;margin-left:4px}.hero-light-tables{font-weight:600;color:#64748b;background:#f1f5f9;padding:4px 12px;border-radius:20px;font-size:14px}.hero-light-btn{background:#ff6b00;color:#fff;border:none;padding:14px 32px;border-radius:30px;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #ff6b004d}.hero-light-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #ea580c66;background:#ea580c}.hero-light-image-area{flex:1.2;position:relative;display:flex;justify-content:flex-end}.hero-light-image-composition{position:relative;width:100%;max-width:650px;height:500px}.hero-light-img-main{position:absolute;right:0;top:0;width:85%;height:100%;object-fit:cover;border-radius:40px;box-shadow:0 20px 50px #0000001a;z-index:2}.hero-light-img-sub1{position:absolute;left:0;top:10%;width:45%;height:40%;object-fit:cover;border-radius:24px;box-shadow:0 15px 35px #00000026;z-index:3;border:6px solid #fff}.hero-light-img-sub2{position:absolute;left:5%;bottom:15%;width:35%;height:35%;object-fit:cover;border-radius:50%;box-shadow:0 15px 35px #00000026;z-index:4;border:6px solid #fff}.hero-placeholder-light{width:100%;height:400px;background:#f8fafc;border-radius:40px;display:flex;align-items:center;justify-content:center;font-size:60px;color:#cbd5e1}.hero-categories-bar-wrapper{margin-top:60px;border-bottom:2px solid #f1f5f9;padding-bottom:16px}.hero-categories-bar{display:flex;gap:24px;overflow-x:auto;max-width:1300px;margin:0 auto;scrollbar-width:none}.hero-categories-bar::-webkit-scrollbar{display:none}.cat-btn{background:none;border:none;font-size:16px;font-weight:600;color:#64748b;cursor:pointer;padding:8px 12px;white-space:nowrap;position:relative;transition:color .2s}.cat-btn:hover{color:#1e293b}.cat-btn.active{color:#ff6b00}.cat-btn.active:after{content:"";position:absolute;bottom:-18px;left:0;width:100%;height:3px;background:#ff6b00;border-radius:3px 3px 0 0}@media(max-width:992px){.hero-light-content{flex-direction:column-reverse}.hero-light-image-area{width:100%}.hero-light-image-composition{height:400px;margin:0 auto}.hero-light-text-area{max-width:100%}.hero-light-title-main{font-size:42px}}.restaurant-page .menu-section{padding:50px 5%;background:#fdfdfd}.restaurant-page .menu-section h2{font-size:26px;font-weight:800;color:#1a1a1a;margin-bottom:24px;letter-spacing:-.3px}.empty-text{color:#aaa;font-style:italic;text-align:center;padding:40px;background:#fafafa;border-radius:16px;font-weight:500;border:1px dashed #cbd5e1}.restaurant-page .menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}.res-card{background:#fff;border-radius:24px;padding:16px;box-shadow:0 4px 20px #0000000a;border:1px solid #f1f5f9;cursor:pointer;transition:all .3s;display:flex;flex-direction:column}.res-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000014}.res-card-img-box{width:100%;height:200px;border-radius:16px;overflow:hidden;margin-bottom:16px;background:#f8fafc;position:relative}.res-card-img-box img{width:100%;height:100%;object-fit:cover}.res-card-info h4{font-size:18px;font-weight:700;margin:0 0 6px;color:#0f172a}.res-card-info p{font-size:13px;color:#64748b;margin:0 0 16px}.res-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.res-stars{color:#fbbf24;font-size:14px;font-weight:600}.res-price{font-weight:700;color:#1e293b;font-size:16px}.fav-heart-btn{position:absolute;top:12px;right:12px;background:#fffc;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5;transition:all .2s}.fav-heart-btn:hover{transform:scale(1.1);background:#fff}.booking-overlay{position:fixed;inset:0;background:#0f172a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:99999;animation:fadeIn .3s ease}.booking-modal{background:linear-gradient(to bottom,#fff,#fdfbf9);width:95%;max-width:520px;max-height:90vh;overflow-y:auto;padding:40px;border-radius:30px;box-shadow:0 25px 80px #0003;position:relative;animation:modalSlideUp .4s cubic-bezier(.2,.8,.2,1);border:1px solid rgba(255,255,255,.8)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:16px;right:16px;border:none;background:#f5f5f5;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#888}.modal-close:hover{background:#fef2f2;color:#ef4444;transform:rotate(90deg)}.booking-modal h2{font-size:24px;font-weight:800;color:#1a1a1a;margin-bottom:4px;letter-spacing:-.3px}.modal-subtitle{color:#aaa;font-size:14px;margin-bottom:24px;font-weight:500}.booking-modal form{display:flex;flex-direction:column;gap:14px}.booking-modal input,.booking-modal textarea{width:100%;padding:14px 18px;border-radius:14px;border:1.5px solid #e2e8f0;font-size:15px;outline:none;transition:all .3s ease;font-family:inherit;background:#f8fafc;box-sizing:border-box;color:#1e293b}.booking-modal input::placeholder,.booking-modal textarea::placeholder{color:#94a3b8}.booking-modal input:focus,.booking-modal textarea:focus{border-color:#ff6b00;background:#fff;box-shadow:0 0 0 4px #ff6b001a}.guests-row{display:flex;align-items:center;gap:12px}.guests-row label{font-weight:600;color:#333;white-space:nowrap;font-size:14px}.guests-row input{flex:1}.submit-booking-btn{background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;border:none;padding:14px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.2px;margin-top:4px}.submit-booking-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff6b0059}.booking-msg{text-align:center;font-weight:600;font-size:14px;padding:10px 14px;border-radius:10px;margin-top:4px}.form-row{display:flex;gap:12px}.form-row input{flex:1}.form-field{flex:1;display:flex;flex-direction:column;gap:4px}.form-field label{font-size:12px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.5px}.booking-modal textarea{width:100%;padding:13px 16px;border-radius:12px;border:1.5px solid #eee;font-size:14px;outline:none;transition:all .3s;resize:none;font-family:inherit;background:#fafafa;box-sizing:border-box}.booking-modal textarea:focus{border-color:#ff6b00;background:#fff;box-shadow:0 0 0 4px #ff6b000f}.booking-fee-info{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff7f0;border:1px solid #ffe0c2;border-radius:12px;font-size:14px;font-weight:600;color:#1a1a1a}.fee-amount{font-size:18px;font-weight:800;color:#ff6b00}.payment-step,.receipt-step{text-align:center}.payment-step h2,.receipt-step h2{font-size:22px;font-weight:800;color:#1a1a1a;margin-bottom:4px}.payment-summary{background:#fafafa;border-radius:14px;padding:16px 18px;margin:16px 0;text-align:left}.summary-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:14px}.summary-row span{color:#888}.summary-row strong{color:#1a1a1a}.summary-row.total-row{border-top:2px solid #ff6b00;border-bottom:none;margin-top:6px;padding-top:12px}.summary-row.total-row strong{color:#ff6b00;font-size:18px}.payment-methods{margin:14px 0;text-align:left}.method-label{display:block;font-size:13px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.method-options{display:flex;gap:8px}.method-btn{flex:1;padding:14px 10px;border-radius:12px;border:2px solid #eee;background:#fafafa;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;font-family:inherit;font-weight:600;font-size:13px;color:#888;transition:all .25s ease}.method-btn:hover{border-color:#ff6b00;color:#ff6b00}.method-btn.active{background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;border-color:#ff6b00;box-shadow:0 4px 16px #ff6b0040}.method-icon{font-size:22px}.pay-btn{background:linear-gradient(135deg,#16a34a,#22c55e)!important}.pay-btn:hover{box-shadow:0 10px 30px #16a34a4d!important}.skip-pay-btn{width:100%;padding:12px;background:none;border:none;color:#aaa;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;margin-top:6px;transition:color .2s}.skip-pay-btn:hover{color:#ff6b00}.razorpay-trust{font-size:12px;color:#aaa;text-align:center;margin:8px 0 0;font-weight:500}.receipt-success-icon{font-size:50px;margin-bottom:12px;animation:receiptPop .5s ease}@keyframes receiptPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.3)}to{transform:scale(1);opacity:1}}.receipt-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:20px;margin:16px 0;text-align:left;box-shadow:0 2px 10px #0000000a}.receipt-header{text-align:center;padding-bottom:14px;margin-bottom:14px;border-bottom:2px dashed #f0f0f0}.receipt-brand{font-size:22px;font-weight:900;color:#ff6b00}.receipt-id{font-size:13px;color:#aaa;margin-top:2px;font-weight:500}.receipt-body{margin-bottom:14px}.receipt-row{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid #f5f5f5;font-size:13px}.receipt-row.total-row{border-top:2px solid #ff6b00;border-bottom:none;margin-top:6px;padding-top:10px}.receipt-row.total-row strong{color:#ff6b00;font-size:17px;font-weight:800}.mono{font-family:monospace!important;font-size:12px!important;letter-spacing:.5px}.receipt-footer{text-align:center;padding-top:14px;border-top:2px dashed #f0f0f0;display:flex;justify-content:space-between;align-items:center}.paid-stamp{background:#f0fdf4;color:#16a34a;padding:5px 16px;border-radius:8px;font-weight:800;font-size:14px;letter-spacing:1px}.receipt-date{font-size:12px;color:#bbb}.table-picker{margin:4px 0}.table-picker label{font-weight:700;color:#1a1a1a;display:block;margin-bottom:10px;font-size:14px}.table-status-bar{display:flex;gap:16px;margin-bottom:10px}.table-count{font-size:13px;font-weight:600;padding:5px 12px;border-radius:8px}.available-count{background:#f0fdf4;color:#16a34a}.booked-count{background:#fef2f2;color:#dc2626}.table-filter-bar{display:flex;gap:6px;margin-bottom:12px}.table-filter-btn{padding:6px 16px;border-radius:20px;border:1.5px solid #eee;background:#fafafa;cursor:pointer;font-size:12px;font-weight:600;font-family:inherit;transition:all .25s ease;color:#888}.table-filter-btn:hover{border-color:#ff6b00;color:#ff6b00}.table-filter-btn.active{background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;border-color:#ff6b00}.all-booked-msg{padding:12px 16px;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;font-size:13px;font-weight:600;color:#c2410c;margin-bottom:12px;text-align:center}.table-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:12px}.table-btn{padding:10px 6px;border-radius:12px;border:2px solid #eee;background:#fafafa;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;transition:all .25s ease;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2px}.table-btn-icon{font-size:16px}.table-btn-num{font-size:13px;font-weight:700}.table-btn-label{font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:#dc2626;background:#fee2e2;padding:1px 6px;border-radius:4px}.table-btn:hover:not(:disabled){border-color:#ff6b00;background:#fff7f0;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b001a}.table-btn.selected{background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;border-color:#ff6b00;box-shadow:0 4px 16px #ff6b004d;transform:translateY(-2px)}.table-btn.booked{background:#fef2f2;border-color:#fecaca;color:#b91c1c;cursor:not-allowed;opacity:.7}.table-legend{display:flex;gap:18px;font-size:12px;color:#aaa;align-items:center;font-weight:500}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:5px;vertical-align:middle}.legend-dot.available{background:#fafafa;border:2px solid #eee}.legend-dot.booked-dot{background:#fef2f2;border:2px solid #fecaca}.legend-dot.selected-dot{background:#ff6b00;border:2px solid #ff6b00}.reviews-section-wrapper{background:linear-gradient(135deg,#f0fdf4,#e0f2fe);padding:60px 5%;border-radius:30px;margin:40px 0}.reviews-masonry-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.review-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 40px #0000000a;border:1px solid rgba(255,255,255,.8);display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #00000014}.review-stars{color:#fbbf24;font-size:18px;margin-bottom:12px;display:flex;gap:2px}.review-title{font-size:18px;font-weight:800;color:#1e293b;margin-bottom:12px;line-height:1.3}.review-text{font-size:14px;color:#475569;line-height:1.6;flex-grow:1;margin-bottom:24px}.review-author{display:flex;align-items:center;gap:12px;margin-top:auto}.review-author-img{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#f1f5f9}.review-author-fallback{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.review-author-name{font-weight:700;font-size:14px;color:#1e293b;margin-bottom:2px}.hero-gallery-container{position:relative;width:100%;max-width:650px;overflow:visible}.hero-gallery-slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:5px 0 15px;scroll-behavior:smooth}.hero-gallery-slider::-webkit-scrollbar{display:none}.gallery-slide{scroll-snap-align:center;flex:0 0 100%;aspect-ratio:16 / 10;border-radius:32px;overflow:hidden;box-shadow:0 15px 40px #0000001f;background:#f1f5f9;border:4px solid #fff}.gallery-slide img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-slide:hover img{transform:scale(1.08)}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;font-size:18px;color:#1e293b;box-shadow:0 8px 24px #0000001f;transition:all .3s cubic-bezier(.4,0,.2,1)}.slider-nav:hover{background:#ff6b00;color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 12px 30px #ff6b004d}.slider-nav.prev{left:-22px}.slider-nav.next{right:-22px}.hero-categories-bar{display:flex!important;gap:16px!important;overflow-x:auto!important;padding:10px 5px 25px!important;scrollbar-width:none!important;max-width:1300px;margin:0 auto}.hero-categories-bar::-webkit-scrollbar{display:none!important}.home-category-card{min-width:100px;background:#fff;border-radius:20px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #f1f5f9;box-shadow:0 4px 12px #00000008;flex-shrink:0}.home-category-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014;border-color:#ff6b00}.home-category-card.active{border-color:#ff6b00;background:snow;box-shadow:0 8px 20px #ff6b0026}.category-card-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;overflow:hidden;border-radius:50%;background:#f8fafc}.home-category-card:hover .category-card-icon{transform:scale(1.1)}.category-card-icon img{width:100%;height:100%;object-fit:cover}.category-card-name{font-size:13px;font-weight:700;color:#1e293b;text-align:center}.home-category-card.active .category-card-name{color:#ff6b00}@media(max-width:768px){.hero-gallery-container{max-width:100%}.slider-nav{display:none}.hero-light-title-main{font-size:38px}}.slider-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10;padding:8px 16px;background:#00000040;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1)}.dot{width:8px;height:8px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.dot:hover{background:#fffc}.dot.active{background:#ff6b00;width:20px;border-radius:10px;box-shadow:0 0 10px #ff6b0066}.dish-details-page{min-height:100vh;background:#f8f8f8;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}.dish-back-btn{position:fixed;top:20px;left:20px;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1a1a1a;border:none;padding:10px 20px;border-radius:50px;cursor:pointer;font-weight:700;font-size:14px;font-family:inherit;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;display:flex;align-items:center;gap:6px}.dish-back-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #00000026;background:#fff}.dish-hero-image{width:100%;height:420px;position:relative;overflow:hidden}.dish-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.dish-hero-gradient{position:absolute;bottom:0;left:0;right:0;height:160px;background:linear-gradient(transparent,#0009);pointer-events:none}.dish-content-wrapper{max-width:900px;margin:-60px auto 0;padding:0 20px 80px;position:relative;z-index:2}.dish-info-card{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 24px #0000000f;margin-bottom:16px}.dish-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.dish-title-group{flex:1}.dish-name{font-size:28px;font-weight:900;color:#1c1c1c;margin:0 0 8px;letter-spacing:-.5px;line-height:1.2}.dish-meta-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dish-tag{font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px;background:#f1f5f9;color:#64748b}.dish-tag.category{background:#fff7f2;color:#ff6b00}.dish-price-badge{background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;padding:8px 20px;border-radius:14px;font-size:22px;font-weight:900;white-space:nowrap;box-shadow:0 4px 15px #ff6b0040}.dish-description{font-size:15px;color:#6b7280;line-height:1.7;margin:0}.dish-rating-bar{display:flex;align-items:center;gap:12px;padding:16px 0;margin-top:16px;border-top:1px solid #f3f4f6}.dish-rating-score{background:#16a34a;color:#fff;padding:6px 12px;border-radius:8px;font-size:14px;font-weight:800;display:flex;align-items:center;gap:4px}.dish-rating-count{font-size:13px;color:#9ca3af;font-weight:500}.dish-divider{height:1px;background:#f3f4f6;margin:0;border:none}.dish-customize-card{background:#fff;border-radius:20px;padding:28px 32px;box-shadow:0 4px 24px #0000000f;margin-bottom:16px}.dish-section-label{font-size:14px;font-weight:800;color:#1c1c1c;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;display:flex;align-items:center;gap:8px}.dish-section-label .required{font-size:11px;color:#ef4444;font-weight:600;text-transform:none;letter-spacing:0}.dish-variant-list{display:flex;flex-direction:column;gap:10px}.dish-variant-option{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-radius:14px;border:2px solid #f3f4f6;background:#fafafa;cursor:pointer;transition:all .2s ease}.dish-variant-option:hover{border-color:#ffd4a8;background:#fffaf5}.dish-variant-option.selected{border-color:#ff6b00;background:#fff7f2;box-shadow:0 2px 12px #ff6b001a}.dish-variant-option .variant-name{font-weight:700;font-size:15px;color:#374151}.dish-variant-option.selected .variant-name{color:#ff6b00}.dish-variant-option .variant-price{font-weight:800;font-size:15px;color:#1c1c1c}.dish-variant-option .radio-dot{width:22px;height:22px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.dish-variant-option.selected .radio-dot{border-color:#ff6b00;background:#ff6b00}.dish-variant-option.selected .radio-dot:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff}.dish-addon-option{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-radius:12px;border:1.5px solid #f3f4f6;background:#fafafa;cursor:pointer;transition:all .2s ease}.dish-addon-option:hover{background:#f0fdf4;border-color:#bbf7d0}.dish-addon-option.selected{border-color:#16a34a;background:#f0fdf4}.dish-addon-option .addon-check{width:20px;height:20px;border-radius:6px;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:12px;color:transparent;transition:all .2s;flex-shrink:0}.dish-addon-option.selected .addon-check{border-color:#16a34a;background:#16a34a;color:#fff}.dish-instructions-textarea{width:100%;padding:16px 18px;border-radius:14px;border:1.5px solid #e5e7eb;background:#fafafa;font-size:14px;min-height:80px;font-family:inherit;outline:none;resize:none;color:#374151;transition:all .2s;box-sizing:border-box}.dish-instructions-textarea:focus{border-color:#ff6b00;background:#fff;box-shadow:0 0 0 3px #ff6b0014}.dish-instructions-textarea::placeholder{color:#9ca3af}.dish-bottom-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:16px 20px;box-shadow:0 -4px 20px #00000014;z-index:50;display:flex;align-items:center;justify-content:center;gap:20px}.dish-qty-control{display:flex;align-items:center;gap:0;background:#f3f4f6;border-radius:12px;overflow:hidden;border:1.5px solid #e5e7eb}.dish-qty-btn{width:44px;height:44px;background:none;border:none;font-size:20px;cursor:pointer;font-weight:800;color:#64748b;display:flex;align-items:center;justify-content:center;transition:all .15s}.dish-qty-btn:hover{background:#e5e7eb}.dish-qty-btn.plus{color:#ff6b00}.dish-qty-val{font-weight:900;font-size:18px;min-width:36px;text-align:center;color:#1c1c1c}.dish-add-cart-btn{flex:1;max-width:400px;padding:14px 24px;border-radius:14px;border:none;font-weight:800;font-size:16px;cursor:pointer;background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;transition:all .3s;box-shadow:0 6px 20px #ff6b004d;display:flex;align-items:center;justify-content:center;gap:10px;font-family:inherit}.dish-add-cart-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b0066}.dish-add-cart-btn:active{transform:translateY(0)}.dish-reviews-section{max-width:900px;margin:0 auto;padding:0 20px 100px}.dish-reviews-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;flex-wrap:wrap;gap:16px}.dish-reviews-title{font-size:22px;font-weight:800;color:#1c1c1c;margin:0 0 6px}.dish-reviews-stat{display:flex;align-items:center;gap:10px}.dish-reviews-avg{font-size:32px;font-weight:900;color:#1c1c1c}.dish-reviews-stars{color:#fbbf24;font-size:16px}.dish-reviews-stars .empty{color:#e5e7eb}.dish-reviews-count{font-size:13px;color:#9ca3af;font-weight:500}@media(max-width:768px){.dish-hero-image{height:280px}.dish-content-wrapper{margin-top:-40px;padding:0 16px 100px}.dish-info-card,.dish-customize-card{padding:24px;border-radius:16px}.dish-name{font-size:22px}.dish-header{flex-direction:column}.dish-bottom-bar{padding:12px 16px}}.about-hero{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;background:#122d1a;overflow:hidden;padding:100px 20px 80px}.about-hero:before{content:"";position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&q=60&w=1400) center/cover no-repeat;opacity:.15}.about-hero-content{position:relative;z-index:2;max-width:700px}.about-hero-badge{display:inline-block;background:#ff6b0040;color:#ffb366;font-size:13px;font-weight:700;padding:6px 18px;border-radius:20px;margin-bottom:20px;letter-spacing:1px;text-transform:uppercase}.about-hero h1{font-family:Outfit,sans-serif;font-size:52px;font-weight:900;color:#fff;margin:0 0 16px;letter-spacing:-1px;line-height:1.1}.about-hero h1 span{color:#ff6b00}.about-hero p{font-size:18px;color:#fffc;margin:0;line-height:1.6;font-weight:400}.about-page{font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;background:#f8f9fb}.about-section{max-width:1100px;margin:0 auto;padding:70px 24px}.about-section-title{font-size:32px;font-weight:800;color:#1e293b;text-align:center;margin:0 0 12px;letter-spacing:-.5px}.about-section-subtitle{font-size:16px;color:#64748b;text-align:center;max-width:600px;margin:0 auto 48px;line-height:1.6}.about-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.about-intro-card{background:#fff;border-radius:20px;padding:36px 32px;box-shadow:0 4px 20px #0000000a;border:1px solid #f1f5f9;transition:all .3s}.about-intro-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000012}.about-intro-card .card-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:20px}.about-intro-card .card-icon.orange{background:#fff3e6}.about-intro-card .card-icon.blue{background:#e8f4fd}.about-intro-card h3{font-size:22px;font-weight:800;color:#1e293b;margin:0 0 14px}.about-intro-card p{font-size:15px;color:#64748b;line-height:1.7;margin:0}.about-franchise-section{background:#fff}.franchise-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.franchise-card{background:#f8f9fb;border-radius:16px;padding:24px 20px;text-align:center;border:1px solid #f1f5f9;transition:all .3s;cursor:default}.franchise-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #ff6b0014;border-color:#ff6b00}.franchise-card .city-icon{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.franchise-card h4{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 6px}.franchise-card p{font-size:12px;color:#94a3b8;margin:0;font-weight:500}.offer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px}.offer-card{background:#fff;border-radius:20px;padding:32px 20px;text-align:center;box-shadow:0 4px 18px #00000008;border:1px solid #f1f5f9;transition:all .3s}.offer-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #00000012}.offer-card .offer-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#fff3e6,#ffe4cc);display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 16px}.offer-card h4{font-size:15px;font-weight:700;color:#1e293b;margin:0;line-height:1.4}.about-vision{background:linear-gradient(135deg,#1a0a00,#3d1800);border-radius:24px;padding:50px 40px;text-align:center;color:#fff;max-width:900px;margin:0 auto}.about-vision h3{font-size:28px;font-weight:800;margin:0 0 16px}.about-vision p{font-size:16px;color:#ffffffbf;line-height:1.7;max-width:650px;margin:0 auto}.about-contact-card{background:#fff;border-radius:20px;padding:40px;text-align:center;box-shadow:0 4px 20px #0000000a;border:1px solid #f1f5f9;max-width:500px;margin:0 auto}.about-contact-card .contact-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.about-contact-card h3{font-size:22px;font-weight:800;color:#1e293b;margin:0 0 8px}.about-contact-card p{font-size:15px;color:#64748b;margin:0 0 6px}.about-contact-card a{color:#ff6b00;font-weight:700;text-decoration:none}.about-contact-card a:hover{text-decoration:underline}@media(max-width:768px){.about-hero{min-height:320px;padding:90px 16px 60px}.about-hero h1{font-size:34px}.about-hero p{font-size:15px}.about-intro-grid{grid-template-columns:1fr}.about-section{padding:50px 16px}.about-section-title{font-size:26px}.franchise-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.offer-grid{grid-template-columns:repeat(2,1fr);gap:16px}.about-vision{padding:36px 24px;border-radius:18px}.about-vision h3{font-size:22px}.about-contact-card{padding:30px 24px}}.contact-hero{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center;text-align:center;background:#122d1a;overflow:hidden;padding:100px 20px 70px}.contact-hero:before{content:"";position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&q=60&w=1400) center/cover no-repeat;opacity:.1}.contact-hero-content{position:relative;z-index:2;max-width:650px}.contact-hero h1{font-family:Outfit,sans-serif;font-size:48px;font-weight:900;color:#fff;margin:0 0 14px;letter-spacing:-1px}.contact-hero h1 span{color:#ff6b00}.contact-hero p{font-size:17px;color:#ffffffbf;margin:0;line-height:1.6}.contact-page{font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;background:#f8f9fb}.contact-section{max-width:1100px;margin:0 auto;padding:70px 24px}.contact-section-title{font-size:30px;font-weight:800;color:#1e293b;text-align:center;margin:0 0 10px;letter-spacing:-.5px}.contact-section-subtitle{font-size:15px;color:#64748b;text-align:center;max-width:550px;margin:0 auto 44px;line-height:1.5}.contact-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:0}.contact-info-card{background:#fff;border-radius:20px;padding:32px 24px;text-align:center;box-shadow:0 4px 18px #0000000a;border:1px solid #f1f5f9;transition:all .3s}.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000012}.contact-info-card .info-icon{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#fff3e6,#ffe4cc);display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 16px}.contact-info-card h4{font-size:16px;font-weight:800;color:#1e293b;margin:0 0 8px}.contact-info-card p{font-size:14px;color:#64748b;margin:0;line-height:1.5}.contact-info-card a{color:#ff6b00;font-weight:600;text-decoration:none}.contact-info-card a:hover{text-decoration:underline}.contact-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.contact-form-card{background:#fff;border-radius:20px;padding:36px 32px;box-shadow:0 4px 20px #0000000a;border:1px solid #f1f5f9}.contact-form-card h3{font-size:22px;font-weight:800;color:#1e293b;margin:0 0 24px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form-card input,.contact-form-card textarea{width:100%;padding:13px 16px;margin-bottom:14px;border:1.5px solid #eee;border-radius:12px;font-size:14px;font-family:inherit;outline:none;transition:all .3s;background:#fafafa;color:#333;box-sizing:border-box;resize:vertical}.contact-form-card input:focus,.contact-form-card textarea:focus{border-color:#ff6b00;background:#fff;box-shadow:0 0 0 4px #ff6b000f}.contact-form-card input::placeholder,.contact-form-card textarea::placeholder{color:#bbb}.contact-form-card textarea{min-height:120px}.contact-submit-btn{width:100%;padding:14px;border:none;border-radius:12px;background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.2px}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b004d}.contact-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.contact-form-error{color:#ef4444;font-size:13px;margin:-8px 0 14px;font-weight:500}.contact-form-success{text-align:center;padding:16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;color:#16a34a;font-weight:600;font-size:14px;margin-bottom:16px}.contact-map-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000a;border:1px solid #f1f5f9}.contact-map-card iframe{width:100%;height:100%;min-height:440px;border:none;display:block}.contact-franchise-banner{background:linear-gradient(135deg,#1a0a00,#3d1800);border-radius:24px;padding:48px 40px;display:flex;align-items:center;gap:32px;color:#fff;max-width:900px;margin:0 auto}.contact-franchise-banner .franchise-emoji{font-size:56px;flex-shrink:0}.contact-franchise-banner h3{font-size:24px;font-weight:800;margin:0 0 10px}.contact-franchise-banner p{font-size:15px;color:#ffffffb3;line-height:1.6;margin:0}@media(max-width:768px){.contact-hero{min-height:280px;padding:90px 16px 50px}.contact-hero h1{font-size:32px}.contact-info-grid{grid-template-columns:1fr;gap:16px}.contact-main-grid{grid-template-columns:1fr}.contact-map-card iframe{min-height:280px}.contact-section{padding:50px 16px}.contact-section-title{font-size:24px}.contact-form-row{grid-template-columns:1fr}.contact-franchise-banner{flex-direction:column;text-align:center;padding:36px 24px;border-radius:18px}.contact-franchise-banner .franchise-emoji{font-size:44px}.contact-franchise-banner h3{font-size:20px}}.dashboard{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fafafa;-webkit-font-smoothing:antialiased}.dash-nav{background:#fff;color:#1a1a1a;padding:0 28px;height:64px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 10px #0000000a;z-index:10;border-bottom:1px solid #f0f0f0}.dash-brand{display:flex;align-items:baseline;gap:4px}.dash-brand-main{font-size:22px;font-weight:800;color:#1a1a1a}.dash-brand-accent{font-size:22px;font-weight:800;color:#ff6b00}.dash-brand-name{font-size:15px;font-weight:500;color:#aaa;margin-left:6px}.dash-nav-right{display:flex;align-items:center;gap:16px}.dash-welcome{font-size:13px;color:#aaa}.dash-welcome strong{color:#ff6b00}.logout-nav-btn{background:#fff;border:2px solid #ef4444;padding:8px 18px;color:#ef4444;cursor:pointer;border-radius:8px;font-weight:600;font-size:13px;transition:all .3s ease}.logout-nav-btn:hover{background:#fef2f2;transform:translateY(-2px);box-shadow:0 4px 12px #ef444426}.dash-body{display:flex;flex:1;overflow:hidden}.sidebar{width:260px;background:linear-gradient(180deg,#fff,#fafafa);padding:0;display:flex;flex-direction:column;border-right:1px solid #f0f0f0;position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto;flex-shrink:0}.sidebar-header{padding:28px 20px 20px;text-align:center;border-bottom:1px solid #f5f5f5}.sidebar-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;font-size:26px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;box-shadow:0 4px 15px #ff6b0033}.sidebar-name{color:#aaa;font-size:14px;font-weight:500}.sidebar-links{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:6px}.sidebar-btn{padding:13px 16px;border:none;background:transparent;color:#888;cursor:pointer;border-radius:10px;font-size:14px;font-weight:500;text-align:left;transition:all .3s ease;display:flex;align-items:center;gap:10px}.sidebar-icon{font-size:18px}.sidebar-btn:hover{background:#fff7f0;color:#ff6b00;transform:translate(4px)}.sidebar-btn.active{background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;font-weight:600;box-shadow:0 4px 18px #ff6b0040}.content{flex:1;padding:32px;overflow-y:auto;background:#fafafa;height:calc(100vh - 64px)}.section-title{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:20px;padding-bottom:10px;border-bottom:3px solid #ff6b00;display:inline-block}.empty-msg{color:#aaa;font-style:italic;padding:24px;text-align:center;background:#fff;border-radius:12px;border:1px solid #f0f0f0}.empty-state{text-align:center;padding:50px 20px}.empty-icon{font-size:60px;margin-bottom:16px}.menu-wrapper{max-width:750px}.menu-card-form{background:#fff;padding:28px;border-radius:16px;box-shadow:0 2px 10px #00000008;display:flex;flex-direction:column;gap:16px;margin-bottom:40px;border:1px solid #f0f0f0}.menu-card-form input,.menu-card-form textarea{padding:13px 16px;border-radius:10px;border:1.5px solid #eee;font-size:14px;transition:border-color .3s;outline:none;font-family:inherit;background:#fafafa}.menu-card-form input:focus,.menu-card-form textarea:focus{border-color:#ff6b00;background:#fff;box-shadow:0 0 0 3px #ff6b000f}.menu-card-form textarea{min-height:90px;resize:none}.primary-btn{background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;border:none;padding:13px;font-weight:600;font-size:15px;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:inherit}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b004d}.primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.image-upload{position:relative;width:100%;height:200px;border-radius:14px;overflow:hidden;border:2.5px dashed #e0e0e0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;background:#fafafa}.image-upload:hover{border-color:#ff6b00;background:#fff7f0}.image-upload input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.image-placeholder{color:#bbb;font-size:15px;font-weight:500}.image-upload img{width:100%;height:100%;object-fit:cover}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px;margin-top:12px}.menu-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #00000008;transition:all .3s ease;border:1px solid #f0f0f0}.menu-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #ff6b000f;border-color:#ff6b0026}.menu-card img{width:100%;height:170px;object-fit:cover}.menu-info{padding:14px}.menu-info h4{font-size:16px;margin-bottom:4px;color:#1a1a1a;font-weight:600}.menu-info p{color:#ff6b00;font-weight:700;font-size:15px}.menu-info small{display:block;margin-top:4px;color:#aaa;font-size:13px}.menu-actions{display:flex;gap:8px;margin-top:12px}.edit-btn{background:#fff;color:#ff6b00;border:1.5px solid #ff6b00;padding:8px 14px;border-radius:8px;cursor:pointer;font-weight:600;font-size:13px;transition:.3s}.edit-btn:hover{background:#fff7f0;transform:translateY(-2px);box-shadow:0 4px 10px #ff6b001f}.delete-btn{background:#fff;color:#ef4444;border:1.5px solid #ef4444;padding:8px 14px;border-radius:8px;cursor:pointer;font-weight:600;font-size:13px;transition:.3s}.delete-btn:hover{background:#fef2f2;transform:translateY(-2px);box-shadow:0 4px 10px #ef44441f}.cancel-btn{background:#f5f5f5;color:#666;border:none;padding:10px;border-radius:8px;cursor:pointer;font-weight:500}.images-section{max-width:900px}.image-limit-info{font-size:15px;font-weight:600;color:#555;margin-bottom:18px;padding:12px 18px;background:#fff7f0;border-left:4px solid #ff6b00;border-radius:10px}.max-reached-msg{padding:18px 22px;background:#f0fdf4;color:#16a34a;border-radius:12px;font-weight:600;margin-bottom:30px;text-align:center}.image-upload-form{background:#fff;padding:28px;border-radius:16px;box-shadow:0 2px 10px #00000008;display:flex;flex-direction:column;gap:16px;margin-bottom:40px;border:1px solid #f0f0f0}.image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;margin-top:12px}.image-card{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0000000a;transition:all .3s ease;border:1px solid #f0f0f0}.image-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000014}.image-card img{width:100%;height:220px;object-fit:cover;display:block}.image-delete-btn{position:absolute;top:10px;right:10px;padding:6px 14px!important;font-size:12px;border-radius:20px!important;opacity:0;transition:opacity .3s}.image-card:hover .image-delete-btn{opacity:1}.bookings-section{max-width:1000px}.booking-table-wrapper{overflow-x:auto;border-radius:14px;box-shadow:0 2px 10px #00000008;border:1px solid #f0f0f0}.booking-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.booking-table thead{background:#fff7f0}.booking-table th{padding:14px 18px;text-align:left;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#ff6b00}.booking-table td{padding:14px 18px;font-size:14px;border-bottom:1px solid #f5f5f5;color:#333}.booking-table tbody tr:hover{background:#fff7f0}.status-badge{padding:5px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.status-placed{background:#fff7f0;color:#ff6b00}.status-delivered{background:#d1fae5;color:#047857}.action-cell{display:flex;gap:6px}.confirm-btn{background:#fff;color:#16a34a;border:1.5px solid #16a34a;padding:7px 14px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;transition:.3s}.confirm-btn:hover{background:#f0fdf4;transform:translateY(-2px);box-shadow:0 4px 10px #16a34a1f}.reject-btn{background:#fff;color:#ef4444;border:1.5px solid #ef4444;padding:7px 14px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;transition:.3s}.reject-btn:hover{background:#fef2f2;transform:translateY(-2px);box-shadow:0 4px 10px #ef44441f}.no-action{color:#ccc;font-size:13px}.special-req-row td{background:#fff7f0;padding:6px 18px!important;font-size:13px;color:#888;border-top:none!important}.orders-section{max-width:1000px}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.order-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #00000008;border:1px solid #f0f0f0;transition:all .3s ease}.order-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000000f}.order-header{padding:14px 18px;background:#fafafa;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0}.order-id{font-family:monospace;font-size:14px;font-weight:700;color:#1a1a1a}.order-body{padding:16px 18px}.order-body p{margin-bottom:6px;font-size:14px;color:#666}.order-body strong{color:#1a1a1a}.order-time{font-size:12px!important;color:#bbb!important;margin-top:8px!important}.tables-section{max-width:800px}.tables-config-card{background:#fff;padding:28px;border-radius:16px;box-shadow:0 2px 10px #00000008;margin-bottom:30px;border:1px solid #f0f0f0}.tables-config-card h3{font-size:18px;color:#1a1a1a;margin-bottom:6px}.tables-desc{color:#aaa;font-size:14px;margin-bottom:16px}.tables-input-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tables-input-row label{font-weight:600;color:#333;white-space:nowrap}.tables-input-row input{width:100px;padding:10px 14px;border:1.5px solid #eee;border-radius:10px;font-size:16px;font-weight:600;text-align:center;outline:none;background:#fafafa}.tables-input-row input:focus{border-color:#ff6b00;background:#fff}.tables-input-row .primary-btn{padding:10px 20px;font-size:14px}.tables-msg{margin-top:12px;font-weight:600;font-size:14px}.toggle-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:500;color:#333}.toggle-label input[type=checkbox]{width:18px;height:18px;accent-color:#ff6b00;cursor:pointer}.tables-visual{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.table-visual-card{background:#fff;padding:16px 10px;border-radius:12px;text-align:center;box-shadow:0 2px 8px #00000008;border:1px solid #f0f0f0;transition:all .3s ease}.table-visual-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #ff6b000f;border-color:#ff6b00}.table-icon{font-size:28px;display:block;margin-bottom:4px}.table-num{font-size:13px;font-weight:600;color:#555}.dash-footer{text-align:center;padding:16px;background:#fafafa;color:#bbb;font-size:13px;border-top:1px solid #f0f0f0}.sidebar-links{position:relative}.sidebar-btn{position:relative;overflow:hidden}.sidebar-btn.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#fff;border-radius:0 4px 4px 0;opacity:.6}.sidebar-btn.active{background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;font-weight:700;box-shadow:0 4px 18px #ff6b004d;transform:none}.form-section-card{background:#fff;padding:24px;border-radius:20px;border:1.5px solid #f1f5f9;box-shadow:0 2px 12px #0000000a;transition:box-shadow .2s}.form-section-card:focus-within{border-color:#ff6b004d;box-shadow:0 4px 24px #ff6b0014}.form-section-title{font-size:15px;font-weight:800;color:#1e293b;margin:0 0 18px;padding-bottom:12px;border-bottom:1.5px solid #f1f5f9;display:flex;align-items:center;gap:8px}.menu-card-form .image-upload{height:160px;border-radius:16px;border-width:2px;background:#f8fafc;margin-bottom:16px}.menu-card-form input,.menu-card-form textarea,.menu-card-form select{width:100%;padding:13px 16px;border-radius:12px;border:1.5px solid #e2e8f0;font-size:14px;transition:all .2s;outline:none;font-family:inherit;background:#f8fafc;color:#1e293b;box-sizing:border-box}.menu-card-form input:focus,.menu-card-form textarea:focus,.menu-card-form select:focus{border-color:#ff6b00;background:#fff;box-shadow:0 0 0 3px #ff6b0014}.menu-card-form input::placeholder,.menu-card-form textarea::placeholder{color:#94a3b8}.menu-wrapper{max-width:900px;width:100%}.menu-card-form .primary-btn{height:52px;font-size:15px;font-weight:700;border-radius:14px;letter-spacing:.3px}:root{--agent-primary: #ff6b00;--agent-secondary: #3b82f6;--agent-success: #10b981;--agent-warning: #f59e0b;--agent-danger: #ef4444;--agent-bg: #f8fafc;--agent-text: #1e293b;--agent-muted: #64748b;--card-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03)}.agent-portal-container{max-width:600px;margin:0 auto;padding:16px;background-color:var(--agent-bg);min-height:100vh;font-family:Inter,-apple-system,sans-serif}.agent-header{background:#fff;padding:20px;border-radius:20px;box-shadow:var(--card-shadow);display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.agent-info h2{margin:0;font-size:20px;color:var(--agent-text)}.agent-info p{margin:4px 0 0;font-size:13px;color:var(--agent-muted)}.status-toggle-container{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.status-btn{border:none;padding:8px 16px;border-radius:30px;font-weight:700;font-size:13px;color:#fff;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .2s ease}.status-dot{width:8px;height:8px;border-radius:50%;background:#fff}.earnings-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.earning-card{background:#fff;padding:16px;border-radius:16px;box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:4px}.earning-label{font-size:12px;font-weight:600;color:var(--agent-muted);text-transform:uppercase}.earning-value{font-size:20px;font-weight:800;color:var(--agent-text)}.earning-value.total{color:var(--agent-primary)}.section-title{font-size:18px;font-weight:700;color:var(--agent-text);margin:24px 0 16px;display:flex;align-items:center;gap:8px}.order-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a;margin-bottom:20px;border:1px solid #f1f5f9}.order-card-header{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9}.status-badge{padding:4px 12px;border-radius:20px;font-size:11px;font-weight:800;text-transform:uppercase}.order-id{font-size:12px;font-weight:700;color:var(--agent-muted)}.payment-info{text-align:right}.payment-amount{font-size:18px;font-weight:800}.payment-method{font-size:11px;font-weight:700}.order-body{padding:20px}.location-item{display:flex;gap:16px;position:relative}.location-connector{display:flex;flex-direction:column;align-items:center;width:20px}.loc-dot{width:14px;height:14px;border-radius:50%;z-index:1}.loc-dot.pickup{background:var(--agent-secondary);border:3px solid #bfdbfe}.loc-dot.drop{background:var(--agent-danger);border:3px solid #fecaca}.loc-line{width:2px;flex:1;background:#e2e8f0;margin:4px 0}.loc-details{flex:1;padding-bottom:20px}.loc-label{font-size:11px;font-weight:700;color:var(--agent-muted);text-transform:uppercase;margin-bottom:2px}.loc-name{font-size:15px;font-weight:700;color:var(--agent-text)}.loc-addr{font-size:13px;color:var(--agent-muted);line-height:1.4}.items-list{margin-top:12px;padding-top:12px;border-top:1px dashed #e2e8f0}.item-row{font-size:13px;color:var(--agent-text);display:flex;justify-content:space-between;margin-bottom:4px}.order-actions{padding:16px;background:#f8fafc;display:flex;flex-direction:column;gap:10px}.nav-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;border:1.5px solid #e2e8f0;padding:12px;border-radius:12px;color:var(--agent-text);font-weight:700;text-decoration:none;font-size:14px}.action-btn{width:100%;padding:14px;border-radius:12px;border:none;font-weight:800;font-size:15px;color:#fff;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;transition:transform .1s}.action-btn:active{transform:scale(.98)}.btn-accept{background:var(--agent-primary)}.btn-pick{background:var(--agent-secondary)}.btn-deliver{background:var(--agent-success)}.btn-cod{background:var(--agent-warning)}.history-card{background:#fff;padding:16px;border-radius:16px;box-shadow:var(--card-shadow);display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;border-left:4px solid var(--agent-success)}.hist-info h4{margin:0;font-size:14px}.hist-time{font-size:11px;color:var(--agent-muted);margin-top:2px}.hist-amount{font-size:16px;font-weight:800;text-align:right}.empty-state{text-align:center;padding:60px 20px;border:2px dashed #e2e8f0;border-radius:24px;color:var(--agent-muted)}.empty-emoji{font-size:48px;margin-bottom:16px}.privacy-banner{background:#fff7ed;color:#9a3412;padding:12px;border-radius:10px;font-size:12px;font-weight:600;border:1px solid #ffedd5;margin-top:8px}:root{--admin-sidebar-width: 280px;--admin-primary: #ff6b00;--admin-bg: #f8fafc;--admin-text-main: #1e293b;--admin-text-muted: #64748b;--admin-card-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03)}.admin-container{display:flex;min-height:100vh;background-color:var(--admin-bg)}.admin-sidebar{width:var(--admin-sidebar-width);height:100vh;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;position:fixed;z-index:100}.sidebar-header{padding:30px 24px}.logo-text{font-size:20px;font-weight:800;color:var(--admin-text-main)}.logo-text span{color:var(--admin-primary)}.sidebar-nav{flex:1;padding:0 12px}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:var(--admin-text-muted);text-decoration:none;font-weight:600;margin-bottom:4px;transition:all .2s ease}.sidebar-item:hover,.sidebar-item.active{background-color:#fff7f2;color:var(--admin-primary)}.sidebar-icon{font-size:22px}.sidebar-footer{padding:24px;border-top:1px solid #f1f5f9}.logout-btn{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:none;border:none;color:#ef4444;font-weight:600;cursor:pointer;border-radius:10px}.logout-btn:hover{background-color:#fef2f2}.admin-main{flex:1;margin-left:var(--admin-sidebar-width);display:flex;flex-direction:column}.admin-header{height:80px;background:#fff;padding:0 32px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:90}.header-search input{width:300px;padding:10px 16px;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;font-size:14px}.header-profile{display:flex;align-items:center;gap:24px}.notification-bell{position:relative;font-size:20px;cursor:pointer}.bell-badge{position:absolute;top:-5px;right:-5px;background:var(--admin-primary);color:#fff;font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.profile-info{display:flex;flex-direction:column;text-align:right}.profile-name{font-weight:700;color:var(--admin-text-main)}.profile-role{font-size:12px;color:var(--admin-text-muted)}.profile-avatar{width:40px;height:40px;background:var(--admin-primary);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800}.admin-content{padding:32px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;padding:24px;border-radius:16px;box-shadow:var(--admin-card-shadow);display:flex;justify-content:space-between;align-items:center}.stat-info h4{margin:0 0 8px;color:var(--admin-text-muted);font-size:14px}.stat-value{font-size:24px;font-weight:800;color:var(--admin-text-main)}.stat-trend{font-size:12px;margin-top:4px;font-weight:600}.trend-up{color:#10b981}.trend-down{color:#ef4444}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.charts-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.chart-card{background:#fff;padding:24px;border-radius:16px;box-shadow:var(--admin-card-shadow)}.chart-card h3{margin:0 0 24px;font-size:18px;color:var(--admin-text-main)}.admin-table-container{background:#fff;border-radius:16px;box-shadow:var(--admin-card-shadow);overflow:hidden;margin-top:24px}.table-header{padding:24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.table-filters{display:flex;gap:12px}.filter-btn{padding:8px 16px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:13px;font-weight:600;cursor:pointer}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;padding:16px 24px;background:#f8fafc;color:var(--admin-text-muted);font-size:13px;font-weight:700;text-transform:uppercase}.admin-table td{padding:16px 24px;border-bottom:1px solid #f1f5f9;color:var(--admin-text-main);font-size:14px}.status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700}.action-btn{padding:6px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;cursor:pointer;margin-right:4px}.profile-page{display:flex;min-height:100vh;background:#fafafa;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}.profile-sidebar{width:240px;background:#fff;padding:32px 20px;color:#333;min-height:100vh;border-right:1px solid #f0f0f0}.profile-sidebar h3{margin-bottom:28px;font-size:18px;font-weight:800;color:#1a1a1a;letter-spacing:-.3px;padding-left:12px}.profile-sidebar div{padding:12px 14px;cursor:pointer;border-radius:12px;margin-bottom:6px;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);color:#888}.profile-sidebar div:hover{background:#fff7f0;color:#ff6b00;transform:translate(4px)}.profile-sidebar .active{background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;font-weight:600;box-shadow:0 4px 15px #ff6b0033}.profile-content{flex:1;padding:40px}.profile-content h2{font-size:26px;font-weight:800;color:#1a1a1a;margin-bottom:24px;letter-spacing:-.3px}.profile-message{color:#047857;margin-bottom:16px;font-weight:600;padding:12px 16px;background:#f0fdf4;border-radius:12px;border:1px solid #bbf7d0;font-size:14px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-message.error{color:#dc2626;background:#fef2f2;border-color:#fecaca}.pwd-form{display:flex;flex-direction:column;gap:12px;margin-top:16px;text-align:left}.pwd-form input{width:100%;padding:13px 16px;border-radius:12px;border:1.5px solid #eee;font-size:14px;font-family:inherit;outline:none;transition:all .3s;background:#fafafa;box-sizing:border-box}.pwd-form input:focus{border-color:#ff6b00;background:#fff;box-shadow:0 0 0 4px #ff6b000f}.pwd-msg{text-align:center;font-size:13px;font-weight:600;padding:8px 12px;border-radius:8px;margin:0}.pwd-msg.error{color:#dc2626;background:#fef2f2}.pwd-msg.success{color:#047857;background:#f0fdf4}.profile-photo-section{display:flex;align-items:center;gap:24px;margin-bottom:32px;padding:28px;background:#fff;border-radius:20px;box-shadow:0 2px 10px #00000008;border:1px solid #f0f0f0}.profile-avatar-wrapper{position:relative;width:110px;height:110px;cursor:pointer;flex-shrink:0}.profile-avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid #ff6b00;transition:all .3s}.profile-avatar-placeholder{width:110px;height:110px;border-radius:50%;background:linear-gradient(135deg,#ff6b00,#ff8c33);display:flex;align-items:center;justify-content:center;font-size:40px;color:#fff;font-weight:800;transition:all .3s}.avatar-overlay{position:absolute;inset:0;border-radius:50%;background:#00000059;display:flex;align-items:center;justify-content:center;font-size:28px;opacity:0;transition:opacity .3s}.profile-avatar-wrapper:hover .avatar-overlay{opacity:1}.profile-avatar-wrapper:hover .profile-avatar,.profile-avatar-wrapper:hover .profile-avatar-placeholder{transform:scale(1.03)}.avatar-loading{position:absolute;inset:0;border-radius:50%;background:#0006;display:flex;align-items:center;justify-content:center}.spinner{width:30px;height:30px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.profile-photo-info{display:flex;flex-direction:column;gap:2px}.photo-name{font-size:20px;font-weight:700;color:#1a1a1a;margin:0}.photo-email{font-size:13px;color:#aaa;margin:0 0 10px}.change-photo-btn{background:none;border:none;color:#ff6b00;font-weight:600;font-size:14px;cursor:pointer;padding:0;font-family:inherit;transition:color .2s;text-align:left}.change-photo-btn:hover{color:#e65c00;text-decoration:underline}.crop-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.crop-modal{background:#fff;border-radius:24px;padding:32px;max-width:400px;width:90%;text-align:center;box-shadow:0 20px 60px #00000026;animation:scaleIn .3s cubic-bezier(.4,0,.2,1)}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.crop-modal h3{font-size:20px;font-weight:800;color:#1a1a1a;margin:0 0 4px}.crop-subtitle{font-size:13px;color:#aaa;margin:0 0 20px}.crop-canvas-wrapper{display:flex;justify-content:center;margin-bottom:16px}.crop-canvas{border-radius:16px;cursor:grab;background:#f5f5f5;touch-action:none}.crop-canvas:active{cursor:grabbing}.crop-zoom{display:flex;align-items:center;gap:10px;justify-content:center;padding:8px 0;margin-bottom:16px;font-size:13px;color:#888}.crop-zoom input[type=range]{flex:1;max-width:180px;height:4px;appearance:none;background:#eee;border-radius:4px;outline:none}.crop-zoom input[type=range]::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#ff6b00,#ff8c33);cursor:pointer;box-shadow:0 2px 6px #ff6b004d}.crop-actions{display:flex;gap:10px}.crop-cancel{flex:1;padding:12px;background:#f5f5f5;border:none;border-radius:14px;font-weight:600;font-size:14px;cursor:pointer;color:#666;font-family:inherit;transition:all .3s}.crop-cancel:hover{background:#eee}.crop-confirm{flex:1;padding:12px;background:linear-gradient(135deg,#ff6b00,#ff8c33);border:none;border-radius:14px;color:#fff;font-weight:700;font-size:14px;cursor:pointer;font-family:inherit;transition:all .3s}.crop-confirm:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b004d}.profile-form{max-width:440px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:12px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.profile-form input{width:100%;padding:13px 16px;border-radius:12px;border:1.5px solid #eee;font-size:14px;font-family:inherit;outline:none;transition:all .3s;background:#fafafa;box-sizing:border-box}.profile-form input:focus{border-color:#ff6b00;background:#fff;box-shadow:0 0 0 4px #ff6b000f}.profile-form input:disabled{opacity:.5;cursor:not-allowed}.profile-form button{width:100%;padding:13px;margin-top:4px;background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}.profile-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #ff6b004d}.profile-form button:disabled{opacity:.7;cursor:not-allowed}.reset-password{margin-top:36px;padding-top:24px;border-top:1px solid #f0f0f0}.reset-password h3{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.reset-password .danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:11px 20px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;font-family:inherit;transition:all .3s}.reset-password .danger:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444440}.my-bookings h2{font-size:24px;font-weight:800;color:#1a1a1a;margin-bottom:24px}.empty-msg{color:#aaa;font-style:italic;padding:40px;text-align:center;background:#fff;border-radius:16px;font-weight:500;border:1px solid #f0f0f0}.bookings-list{display:flex;flex-direction:column;gap:18px}.booking-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 2px 10px #00000008;border:1px solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1)}.booking-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000000f}.booking-card-header{padding:18px 22px;display:flex;justify-content:space-between;align-items:center;background:#fff7f0;border-bottom:1px solid #ffecd2}.booking-card-header h3{font-size:17px;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.2px}.booking-status{padding:5px 14px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-pending{background:#fef3cd;color:#92400e}.status-confirmed{background:#d1fae5;color:#047857}.booking-card-body{padding:18px 22px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.booking-detail{display:flex;flex-direction:column;gap:3px}.booking-detail.full-width{grid-column:1 / -1}.detail-label{font-size:11px;color:#bbb;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:14px;font-weight:600;color:#333}.booking-card-footer{padding:12px 22px;background:#fafafa;font-size:12px;color:#bbb;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;font-weight:500}.cancel-booking-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:7px 16px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .3s}.cancel-booking-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ef444440}.payment-badge{font-weight:700!important;font-size:12px!important;padding:2px 8px;border-radius:6px}.payment-badge.paid{color:#16a34a;background:#f0fdf4}.payment-badge.unpaid{color:#dc2626;background:#fef2f2}.view-receipt-btn,.pay-now-btn{padding:7px 14px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .3s;border:none}.view-receipt-btn{background:#fff7f0;color:#ff6b00;border:1px solid #ffe0c2}.view-receipt-btn:hover{background:#ff6b00;color:#fff}.pay-now-btn{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff}.pay-now-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #16a34a40}.pay-now-btn:disabled{opacity:.6;cursor:not-allowed}.inline-receipt{padding:16px;border-top:1px solid #f0f0f0;animation:slideDown .3s ease}.receipt-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:18px;box-shadow:0 2px 10px #0000000a}.receipt-header{text-align:center;padding-bottom:12px;margin-bottom:12px;border-bottom:2px dashed #f0f0f0}.receipt-brand{font-size:20px;font-weight:900;color:#ff6b00}.receipt-id{font-size:12px;color:#aaa;margin-top:2px}.receipt-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f5f5f5;font-size:13px}.receipt-row span{color:#aaa}.receipt-row strong{color:#1a1a1a;font-weight:600}.receipt-row.total-row{border-top:2px solid #ff6b00;border-bottom:none;margin-top:4px;padding-top:8px}.receipt-row.total-row strong{color:#ff6b00;font-size:16px;font-weight:800}.receipt-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:2px dashed #f0f0f0;margin-top:12px}.paid-stamp{background:#f0fdf4;color:#16a34a;padding:4px 14px;border-radius:6px;font-weight:800;font-size:13px;letter-spacing:1px}.receipt-date{font-size:11px;color:#bbb}.print-receipt-btn{width:100%;padding:10px;background:#ff6b00;color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;margin-top:10px;transition:all .3s}.print-receipt-btn:hover{background:#e55d00;transform:translateY(-2px);box-shadow:0 6px 16px #ff6b0040}.order-card-modern{background:#fff;border-radius:16px;border:1px solid #f0f0f0;box-shadow:0 4px 16px #00000008;margin-bottom:20px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.order-card-modern:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 20px;border-bottom:1px solid #f5f5f5;background:#fafafa}.order-rest-info h3{font-size:16px;font-weight:800;color:#1a1a1a;margin:0 0 4px}.order-rest-city{font-size:13px;color:#888;margin:0;font-weight:500}.order-status-wrapper{display:flex;flex-direction:column;align-items:flex-end}.status-badge{padding:6px 12px;border-radius:8px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.status-default{background:#f5f5f5;color:#666}.status-placed,.status-preparing{background:#fef9c3;color:#a16207}.status-out-for-delivery{background:#dbeafe;color:#1e40af}.status-delivered{background:#dcfce7;color:#166534}.status-cancelled{background:#fee2e2;color:#b91c1c}.order-card-body{padding:16px 20px}.order-items-summary{font-size:14px;color:#333;line-height:1.5;margin-bottom:16px;font-weight:500}.order-items-summary .item-text{color:#4b5563}.order-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin-bottom:16px;background:#fdfdfd;padding:12px;border-radius:12px;border:1px dashed #eee}.meta-item{display:flex;flex-direction:column;gap:4px}.meta-label{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.5px;font-weight:700}.meta-val{font-size:13px;color:#1a1a1a;font-weight:600}.meta-val.highlight{color:#ff6b00;font-weight:800}.agent-info-box{background:#fcf4ff;border:1px solid #f3e8ff;padding:12px 16px;border-radius:12px;margin-bottom:8px}.agent-title{font-size:12px;font-weight:800;color:#7e22ce;text-transform:uppercase;margin-bottom:4px}.agent-details{font-size:13px;color:#581c87;font-weight:600}.order-card-footer{padding:14px 20px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f5f5f5;flex-wrap:wrap;gap:12px}.footer-actions-left,.footer-actions-right{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.btn-pay-online{background:#ff6b00;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s}.btn-pay-online:hover{background:#e55d00;transform:translateY(-1px)}.btn-text-only{background:transparent;color:#64748b;border:none;padding:8px 0;font-weight:700;font-size:13px;cursor:pointer;transition:color .2s}.btn-text-only:hover{color:#f97316}.btn-track{background:#fff;color:#0ea5e9;border:1.5px solid #bae6fd;padding:8px 16px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s}.btn-track:hover{background:#f0f9ff;border-color:#7dd3fc}.btn-reorder{background:#f8fafc;color:#0f172a;border:1.5px solid #e2e8f0;padding:8px 16px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s}.btn-reorder:hover{background:#f1f5f9;border-color:#cbd5e1}.btn-rate{background:#fefce8;color:#ca8a04;border:1.5px solid #fef08a;padding:8px 16px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s}.btn-rate:hover{background:#fef9c3;border-color:#fde047}@media(max-width:600px){.order-card-header{flex-direction:column;gap:12px}.order-status-wrapper{align-items:flex-start}.order-card-footer{flex-direction:column;align-items:stretch}.footer-actions-left,.footer-actions-right{justify-content:space-between;width:100%}.btn-track,.btn-reorder,.btn-pay-online{flex:1;text-align:center}}.tracking-page-container{max-width:600px;margin:40px auto;padding:0 20px;min-height:80vh;font-family:Inter,sans-serif}.tracking-header{margin-bottom:24px}.btn-back{background:none;border:none;font-size:14px;font-weight:700;color:#ff6b00;cursor:pointer;padding:0;margin-bottom:12px}.tracking-header h2{font-size:24px;font-weight:800;color:#1a1a1a;margin:0 0 4px}.tracking-order-id{font-size:13px;color:#888;font-weight:600;margin:0}.tracking-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px #0000000a;border:1px solid #f0f0f0}.tracking-rest-summary{border-bottom:1px dashed #eee;padding-bottom:16px;margin-bottom:24px}.tracking-rest-summary h3{font-size:18px;font-weight:800;margin:0 0 4px;color:#1a1a1a}.tracking-rest-summary p{color:#666;font-size:14px;margin:0;font-weight:500}.tracking-timeline{display:flex;flex-direction:column;padding-left:8px}.timeline-step{display:flex;min-height:70px}.timeline-connector-wrapper{display:flex;flex-direction:column;align-items:center;margin-right:20px}.timeline-dot{width:14px;height:14px;border-radius:50%;background:#e2e8f0;border:4px solid #fff;box-shadow:0 0 0 1px #e2e8f0;z-index:2;transition:all .3s ease}.timeline-line{width:2px;flex-grow:1;background:#e2e8f0;margin:4px 0;transition:all .3s ease}.timeline-step.active .timeline-dot{background:#ff6b00;box-shadow:0 0 0 1px #ff6b00}.timeline-step.active .timeline-line{background:#ff6b00}.timeline-content{padding-top:1px;padding-bottom:24px;flex:1}.timeline-content h4{margin:0 0 4px;font-size:15px;font-weight:700;color:#94a3b8;transition:color .3s ease}.timeline-step.active .timeline-content h4{color:#1a1a1a}.timeline-meta{font-size:12px;color:#888;margin:0;font-weight:500}.timeline-agent-box{background:#fdf4ff;border:1px solid #fae8ff;border-radius:12px;padding:12px 16px;margin-top:12px}.timeline-agent-box p{margin:0 0 4px;font-size:13px;color:#701a75}.btn-call{display:inline-block;background:#86198f;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;text-decoration:none;margin-top:8px}.tracking-address-box{margin-top:16px;padding:16px;background:#f8fafc;border-radius:12px}.tracking-address-box h4{margin:0 0 6px;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase}.tracking-address-box p{margin:0;font-size:14px;color:#333;line-height:1.5;font-weight:500}.tracking-cancelled{text-align:center;padding:30px 0}.icon-cancelled{width:50px;height:50px;background:#fee2e2;color:#dc2626;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 16px}.tracking-cancelled h3{color:#dc2626;margin:0 0 8px}.tracking-cancelled p{color:#666;font-size:14px;line-height:1.5}.cart-container{max-width:1000px;margin:80px auto;padding:0 20px;font-family:Inter,sans-serif;display:grid;grid-template-columns:2fr 1fr;gap:30px}@media(max-width:768px){.cart-container{grid-template-columns:1fr}}.cart-left-col,.cart-right-col{display:flex;flex-direction:column;gap:20px}.cart-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 12px #0000000d;border:1px solid #f1f5f9}.cart-card h3{margin:0 0 20px;font-size:18px;color:#1e293b;font-weight:700;display:flex;align-items:center;gap:10px}.address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:20px}.address-pill{border:1px solid #e2e8f0;background:#fff;padding:16px;border-radius:12px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.address-pill.selected{border-color:#ff6b00;background:#fff7f2}.address-pill.selected:before{content:"✓";position:absolute;top:10px;right:12px;color:#ff6b00;font-weight:700}.address-pill-label{font-weight:700;font-size:14px;color:#1e293b;margin-bottom:6px;display:flex;align-items:center;gap:6px}.address-pill-text{font-size:13px;color:#64748b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.action-btn-outline{width:100%;padding:12px;border:1px dashed #ff6b00;background:#fff;color:#ff6b00;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.action-btn-outline:hover{background:#fff7f2}.address-textarea{width:100%;padding:14px;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;resize:vertical;min-height:80px;box-sizing:border-box;font-size:14px}.cart-items-list{display:flex;flex-direction:column;gap:20px}.cart-item-row{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:20px;border-bottom:1px dashed #e2e8f0}.cart-item-row:last-child{border-bottom:none;padding-bottom:0}.cart-item-info{display:flex;gap:16px;align-items:center}.cart-item-img{width:70px;height:70px;border-radius:12px;object-fit:cover}.cart-item-name{font-weight:600;color:#1e293b;margin:0 0 4px;font-size:16px}.cart-item-price{font-size:14px;color:#64748b}.qty-control{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;background:#fff}.qty-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#16a34a;font-size:18px;font-weight:700;cursor:pointer}.qty-btn:hover{background:#f1f5f9}.qty-btn.remove{color:#ef4444}.qty-val{padding:0 10px;font-weight:600;font-size:14px;color:#1e293b}.item-total{font-weight:600;color:#1e293b;margin-top:8px;text-align:right;font-size:15px}.offer-card-small{border:1px dashed #cbd5e1;padding:16px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;background:#fafafa}.offer-card-small.applied{border-color:#16a34a;background:#f0fdf4}.offer-label{display:inline-block;padding:4px 8px;background:#e2e8f0;color:#475569;font-weight:700;font-size:11px;border-radius:4px;margin-bottom:6px}.offer-card-small.applied .offer-label{background:#dcfce7;color:#16a34a}.offer-title{font-weight:600;font-size:13px;color:#1e293b}.offer-apply-btn{font-weight:700;font-size:13px;padding:6px 16px;border-radius:6px;cursor:pointer;background:#1e293b;color:#fff;border:none}.offer-apply-btn.remove-mode{background:#fee2e2;color:#ef4444}.offer-apply-btn:disabled{background:#cbd5e1;cursor:not-allowed}.bill-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px;color:#475569}.bill-row.discount{color:#16a34a}.bill-row.total{font-size:18px;font-weight:800;color:#1e293b;border-top:1px solid #e2e8f0;padding-top:16px;margin-top:8px}.checkout-btn{width:100%;background:#16a34a;color:#fff;padding:16px;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;margin-top:20px;box-shadow:0 4px 12px #16a34a33;transition:transform .2s ease}.checkout-btn:active{transform:translateY(2px)}.checkout-btn:disabled{opacity:.7;cursor:not-allowed}.restaurant-branding{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:2px solid #000;margin-bottom:24px}.restaurant-branding h2{margin:0;font-size:24px;font-weight:800}.global-footer{background:#112918;color:#f8fafc;padding:60px 5% 0;margin-top:auto;font-family:Inter,sans-serif}.footer-container{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1400px;margin:0 auto;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-brand .brand-icon{background:#fff;color:#112918;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:800;border-radius:8px;font-size:18px}.footer-brand .brand-text{font-family:Outfit,sans-serif;font-size:24px;font-weight:700;letter-spacing:-.5px}.brand-accent{color:#ff6b00}.footer-desc{color:#cbd5e1;line-height:1.6;font-size:15px;max-width:300px}.footer-col h4{color:#fff;font-size:18px;margin-bottom:20px;font-family:Outfit,sans-serif}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-col ul li a{color:#cbd5e1;text-decoration:none;font-size:15px;transition:color .2s}.footer-col ul li a:hover{color:#ff6b00}.social-icons{display:flex;gap:12px;margin-bottom:16px}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;color:#fff;border-radius:50%;text-decoration:none;transition:all .3s ease}.social-icon:hover{background:#ff6b00;transform:translateY(-3px)}.footer-contact{color:#cbd5e1;font-size:14px}.footer-bottom{text-align:center;padding:24px 0;color:#94a3b8;font-size:14px}@media(max-width:900px){.footer-container{grid-template-columns:1fr 1fr}}@media(max-width:500px){.footer-container{grid-template-columns:1fr}}
