@import url(https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap);:root{--bg:#0b0b10;--surface:#14141c;--muted:#8b8fa3;--text:#eceef6;--primary-1:#ff7a3d;--primary-2:#ffb14b;--accent:#00d4a6;--warning:#ffd23f;--grad:linear-gradient(135deg,var(--primary-1) 0%,var(--primary-2) 100%);--grad-accent:linear-gradient(135deg,#00d4a6,#67e8f9);--glass:#ffffff0f;--glass-bd:#ffffff1f;--shadow-lg:0 20px 50px #00000073;--shadow-xl:0 40px 100px #0000008c;--radius:16px;--radius-lg:20px;--radius-xl:28px;--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem}@media (min-width:640px){:root{--space-lg:2rem;--space-xl:2.5rem;--space-2xl:3.5rem;--space-3xl:5rem}}@media (min-width:1024px){:root{--radius:20px;--radius-lg:28px;--radius-xl:36px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:76px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0b0b10;background:var(--bg);color:#eceef6;color:var(--text);font-family:Sora,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.6;overflow-x:hidden}.container{margin:0 auto;max-width:1400px;padding:0 1rem;width:100%}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:768px){.container{padding:0 2rem}}@media (min-width:1024px){.container{padding:0 2.5rem}}.section{padding:3rem 0}@media (min-width:640px){.section{padding:4rem 0}}@media (min-width:1024px){.section{padding:5rem 0}}.section-tight{padding:2rem 0}@media (min-width:640px){.section-tight{padding:3rem 0}}.title{font-family:Sora,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.025em;line-height:1.1;margin-bottom:1rem}@media (min-width:768px){.title{font-size:clamp(2.5rem,6vw,4rem)}}.subtitle{color:#8b8fa3;color:var(--muted);font-family:Sora,sans-serif;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;margin:0 auto;max-width:65ch}.grid{grid-gap:1rem;display:grid;gap:1rem}@media (min-width:640px){.grid{gap:1.5rem}}@media (min-width:1024px){.grid{gap:2rem}}.grid-2{grid-template-columns:1fr}@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{grid-template-columns:1fr}@media (min-width:640px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-4{grid-template-columns:1fr}@media (min-width:540px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.btn{border-radius:9999px;font-size:.875rem;gap:.5rem;justify-content:center;letter-spacing:.025em;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}@media (min-width:640px){.btn{font-size:.9375rem;padding:1rem 2rem}}.btn-primary{background:var(--grad);box-shadow:0 10px 30px #ff8c4640}.btn-primary:hover{box-shadow:0 15px 40px #ff8c4666;transform:translateY(-2px)}.btn-ghost{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;background:var(--glass);border:1px solid #ffffff1f;border:1px solid var(--glass-bd);color:#eceef6;color:var(--text)}.btn-ghost:hover{background:#ffffff1f;transform:translateY(-2px)}.card{background:#14141c;background:var(--surface);border:1px solid #ffffff1f;border:1px solid var(--glass-bd);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 20px 50px #00000073;box-shadow:var(--shadow-lg);overflow:hidden;padding:1.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (min-width:640px){.card{padding:2rem}}.card:hover{box-shadow:0 40px 100px #0000008c;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.badge{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1f;border:1px solid var(--glass-bd);border-radius:9999px;color:#fff;display:inline-flex;font-family:Sora,sans-serif;font-size:.8rem;font-weight:600;gap:.5rem;padding:.5rem 1rem}@media (min-width:640px){.badge{font-size:.875rem;padding:.75rem 1.25rem}}.reveal{transition:all .8s cubic-bezier(.4,0,.2,1)}.reveal.show{transform:none}.float{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media (max-width:639px){.hidden-mobile{display:none}}@media (min-width:640px){.hidden-desktop{display:none}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0b0b10;background:var(--bg)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff7a3d,#ffb14b);background:var(--grad);border-radius:3px}body,html{max-width:100vw;overflow-x:hidden}.modal-container{box-sizing:border-box;margin:0 1rem;width:calc(100% - 2rem)}.modal-title{max-width:100%}.item-name,.modal-title{-webkit-hyphens:auto;hyphens:auto;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.item-name{white-space:nowrap}.item-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.item-description,.modal-subtitle{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.add-to-cart-btn{flex-shrink:0}.add-to-cart-btn,.view-cart-btn{min-width:0;text-align:center;white-space:normal;word-break:break-word}.menu-grid{box-sizing:border-box;overflow:hidden;width:100%}.menu-item,.menu-item-content{box-sizing:border-box;min-width:0}.item-footer{flex-wrap:wrap;gap:.5rem;min-width:0}.item-price{flex-shrink:1;min-width:0}.current-price,.original-price{white-space:nowrap}.menu-item-image{min-width:0}.menu-item-image img{flex-shrink:1;max-width:100%;min-width:0}.modal-header{box-sizing:border-box;min-width:0}.modal-header-content{min-width:0;overflow:hidden}.category-badge{box-sizing:border-box;max-width:100%;overflow:hidden;text-overflow:ellipsis}@media (max-width:640px){.modal-container{border-radius:24px 24px 0 0;margin:0 .5rem;width:calc(100% - 1rem)}.menu-grid{gap:1rem}.modal-body,.modal-footer,.modal-header{padding:1rem}.item-footer{align-items:stretch;flex-direction:column;gap:.75rem}.add-to-cart-btn{justify-content:center;width:100%}}@media (max-width:480px){.modal-container{margin:0 .25rem;width:calc(100% - .5rem)}.menu-grid{gap:.75rem}.menu-item-content,.modal-body,.modal-footer,.modal-header{padding:.75rem}.modal-title{font-size:1.5rem}.category-badge{font-size:.75rem;padding:.375rem .75rem}.item-details{flex-wrap:wrap;gap:.5rem}}@media (max-width:360px){.modal-container{border-radius:20px 20px 0 0;margin:0;width:100%}.modal-title{font-size:1.25rem;line-height:1.3}.item-name{font-size:1rem}.item-description{-webkit-line-clamp:2;font-size:.875rem}.current-price{font-size:1.125rem}.add-to-cart-btn{font-size:.8125rem;padding:.625rem .75rem}}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.modal-body::-webkit-scrollbar-thumb{background:#ff7a3d99;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#ff7a3dcc}.modal-body{scrollbar-color:#ff7a3d99 #ffffff0d;scrollbar-width:thin}*,.modal-overlay{box-sizing:border-box}.modal-overlay{height:100vh;max-height:100vh;max-width:100vw;width:100vw}.menu-item *{box-sizing:border-box;max-width:100%}.modal-footer-content p{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.item-rating,.item-time,.item-veg{flex-shrink:0;min-width:-webkit-fit-content;min-width:fit-content}@media (min-width:1400px){.modal-container{max-width:1400px}}.loader-overlay{align-items:center;background:linear-gradient(135deg,#ff7a3d,#ffb14b 50%,#ff7a3d);display:flex;inset:0;justify-content:center;opacity:1;position:fixed;transition:opacity .5s ease-out,visibility .5s ease-out;z-index:9999}.loader-overlay.fade-out{opacity:0;visibility:hidden}.loader-container{justify-content:center;max-width:400px;padding:2rem;position:relative;text-align:center}.loader-brand,.loader-container{align-items:center;display:flex;flex-direction:column}.loader-brand{margin-bottom:3rem}.loader-logo{align-items:center;background:#fff;border-radius:50%;box-shadow:0 8px 32px #0003;display:flex;height:100px;justify-content:center;margin:0 auto 1.5rem;overflow:hidden;padding:8px;position:relative;width:100px}.loader-logo img{border-radius:50%;height:calc(100% - 16px);object-fit:cover;width:calc(100% - 16px)}.loader-overlay .logo-pulse{animation:loader-pulse 2s infinite;border:3px solid #ffffff4d;border-radius:50%;inset:-10px;position:absolute}.loader-overlay .loader-title{animation:loader-fadeInUp 1s ease-out;color:#fff;font-size:2rem;font-weight:800;margin:0 0 .5rem;text-align:center;text-shadow:0 2px 10px #0003}.loader-overlay .loader-subtitle{animation:loader-fadeInUp 1s ease-out .2s both;color:#ffffffe6;font-size:1rem;font-weight:500;margin:0;text-align:center}.loader-overlay .loader-animation{align-items:center;display:flex;height:120px;justify-content:center;margin:2rem 0;position:relative;width:100%}.loader-overlay .cooking-pot{animation:loader-bounce 2s infinite;position:relative}.loader-overlay .pot-body{background:linear-gradient(180deg,#4a5568,#2d3748);border-radius:0 0 30px 30px;box-shadow:0 4px 15px #0000004d;height:40px;position:relative;width:60px}.loader-overlay .pot-handle{background:#0000;border:3px solid #4a5568;border-radius:50%;height:12px;position:absolute;right:-15px;top:5px;width:12px}.loader-overlay .steam{animation:loader-steam 1.5s ease-in-out infinite;background:#fff9;border-radius:50px;bottom:35px;height:20px;position:absolute;width:3px}.loader-overlay .steam-1{animation-delay:0s;left:20px}.loader-overlay .steam-2{animation-delay:.3s;left:30px}.loader-overlay .steam-3{animation-delay:.6s;left:40px}.loader-overlay .floating-foods{inset:0;position:absolute}.loader-overlay .food-item{animation:loader-float 3s ease-in-out infinite;font-size:1.5rem;position:absolute}.loader-overlay .food-1{animation-delay:0s;left:10px;top:10px}.loader-overlay .food-2{animation-delay:.7s;right:10px;top:20px}.loader-overlay .food-3{animation-delay:1.4s;bottom:20px;left:20px}.loader-overlay .food-4{animation-delay:2.1s;bottom:10px;right:20px}.loader-overlay .loading-bar-container{align-items:center;display:flex;flex-direction:column;margin:2rem 0;width:100%}.loader-overlay .loading-bar{background:#fff3;border-radius:2px;height:4px;margin-bottom:1rem;max-width:300px;overflow:hidden;width:100%}.loader-overlay .loading-progress{animation:loader-loading 2s ease-in-out infinite;background:linear-gradient(90deg,#fffc,#fff 50%,#fffc);border-radius:2px;height:100%;width:0}.loader-overlay .loading-text{animation:loader-fadeInUp 1s ease-out .5s both;color:#ffffffe6;font-size:.9rem;margin:0;text-align:center}.loader-overlay .loader-spinner{align-items:center;display:flex;height:40px;justify-content:center;margin-top:1rem;position:relative;width:40px}.loader-overlay .spinner-ring{animation:loader-spin 1s linear infinite;border:3px solid #0000;border-radius:50%;border-top-color:#fff9;height:40px;left:0;position:absolute;top:0;width:40px}.loader-overlay .ring-2{animation-direction:reverse;animation-duration:1.5s;border-top-color:#ffffff4d;height:30px;left:5px;top:5px;width:30px}@keyframes loader-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes loader-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes loader-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes loader-steam{0%{opacity:0;transform:translateY(0) scale(1)}50%{opacity:1}to{opacity:0;transform:translateY(-20px) scale(.8)}}@keyframes loader-float{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-10px) rotate(5deg)}50%{transform:translateY(0) rotate(0deg)}75%{transform:translateY(-5px) rotate(-5deg)}}@keyframes loader-loading{0%{width:0}50%{width:70%}to{width:100%}}@keyframes loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:480px){.loader-container{max-width:300px;padding:1rem}.loader-logo{height:80px;padding:6px;width:80px}.loader-logo img{height:calc(100% - 12px);width:calc(100% - 12px)}.loader-overlay .loader-title{font-size:1.5rem}.loader-overlay .loader-animation{height:100px}.loader-overlay .food-item{font-size:1.2rem}.loader-overlay .loading-bar{max-width:250px}}@media (prefers-reduced-motion:reduce){.loader-overlay,.loader-overlay *{animation-delay:0s!important;animation-duration:.1s!important}}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b0b1099;border-bottom:1px solid #ffffff0d;font-family:Sora,sans-serif;left:0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.header-scrolled{background:#0b0b10e6;border-bottom:1px solid #ffffff1f}.header-content{height:76px;justify-content:space-between}.header-content,.logo{align-items:center;display:flex}.logo{cursor:pointer;gap:12px}.logo-icon{border-radius:14px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px}.logo-name{color:#eceef6;font-size:20px;font-weight:800;letter-spacing:.2px;transition:color .3s ease}.logo-name,.logo-subtitle{font-family:Sora,sans-serif}.logo-subtitle{color:#8b8fa3;font-size:12px;font-weight:500;margin-top:-2px}.nav-desktop{align-items:center;display:none;gap:28px}.nav-link{background:none;border:none;color:#eceef6;cursor:pointer;font-family:Sora,sans-serif;font-size:14px;font-weight:600;padding:8px 0;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link:after{background:linear-gradient(135deg,#ff7a3d,#ffb14b);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.nav-link:hover:after{width:100%}.nav-link:hover{color:#ff7a3d;transform:translateY(-1px)}.btn{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-family:Sora,sans-serif;font-size:14px;font-weight:700;gap:8px;overflow:hidden;padding:12px 18px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#ff7a3d,#ffb14b);box-shadow:0 8px 20px #ff8c4640;color:#0a0a0a}.btn-primary:hover{box-shadow:0 15px 35px #ff8c4666;transform:translateY(-3px) scale(1.02)}.mobile-menu-btn{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;color:#eceef6;cursor:pointer;display:grid;font-size:18px;height:44px;place-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);width:44px;z-index:1001}.mobile-menu-btn:hover{background:#ffffff1a;color:#ff7a3d;transform:scale(1.05)}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0b0b10f2;border-bottom:1px solid #ffffff1f;left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .4s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:999}.mobile-menu-open{opacity:1;transform:translateY(0);visibility:visible}.mobile-menu-content{display:flex;flex-direction:column;gap:.5rem;padding:2rem 1rem}.mobile-nav-link{background:none;border:none;border-radius:12px;color:#eceef6;cursor:pointer;display:block;font-family:Sora,sans-serif;font-size:16px;font-weight:600;padding:1rem;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.mobile-nav-link:hover{background:#ff7a3d1a;color:#ff7a3d;transform:translateX(8px)}.mobile-download-btn{justify-content:center;margin-top:1rem;width:100%}@media (min-width:900px){.nav-desktop{display:flex}.mobile-menu,.mobile-menu-btn{display:none}}@media (max-width:899px){.nav-desktop{display:none}.mobile-menu-btn{display:grid}}@media (max-width:480px){.logo-name{font-size:18px}.mobile-menu-content{padding:1.5rem 1rem}.mobile-nav-link{font-size:15px;padding:.875rem}}.nav-link-active{color:#ff7a3d!important;transform:translateY(-1px)}.nav-link-active:after{width:100%!important}.mobile-nav-link-active{background:#ff7a3d26!important;color:#ff7a3d!important;transform:translateX(8px)}.btn-active{box-shadow:0 12px 25px #ff8c4666;transform:translateY(-2px) scale(1.02)}.mobile-nav-link,.nav-link{transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link:not(.nav-link-active):hover{color:#ff7a3d;transform:translateY(-1px)}.mobile-nav-link:not(.mobile-nav-link-active):hover{background:#ff7a3d1a;color:#ff7a3d;transform:translateX(8px)}.mobile-nav-link-active:before{background:linear-gradient(135deg,#ff7a3d,#ffb14b);border-radius:2px;content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:3px}.mobile-nav-link{position:relative}.logo:hover .logo-icon{transform:scale(1.05) rotate(-2deg)}.mobile-nav-link-active,.nav-link-active{font-weight:700}.modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{animation:slideUp .4s cubic-bezier(.4,0,.2,1);background:#14141c;border:1px solid #ffffff1f;border-radius:24px;box-shadow:0 40px 100px #0009;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;outline:none;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{align-items:flex-start;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;padding:2rem}.modal-header-content{flex:1 1}.category-badge{align-items:center;background:linear-gradient(135deg,#ff7a3d,#ffb14b);border-radius:999px;color:#0a0a0a;display:inline-flex;font-family:Sora,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem}.modal-title{color:#eceef6;font-family:Sora,sans-serif;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:.5rem}.modal-subtitle{color:#8b8fa3;font-size:1.125rem;line-height:1.6}.modal-close{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;color:#8b8fa3;cursor:pointer;display:grid;flex-shrink:0;font-size:1.25rem;height:48px;place-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:48px}.modal-close:hover{background:#ffffff1a;color:#ff7a3d;transform:scale(1.05)}.modal-body{flex:1 1;overflow-y:auto;padding:2rem}.menu-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:640px){.menu-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.menu-grid{grid-template-columns:repeat(3,1fr)}}.menu-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.menu-item:hover{border-color:#ff7a3d4d;box-shadow:0 20px 50px #0006;transform:translateY(-8px)}.menu-item-image{height:200px;overflow:hidden;position:relative}.menu-item-image img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.menu-item:hover .menu-item-image img{transform:scale(1.1)}.item-overlay{align-items:flex-start;background:linear-gradient(180deg,#0000,#0000004d);display:flex;inset:0;justify-content:flex-end;opacity:0;padding:1rem;position:absolute;transition:opacity .3s ease}.menu-item:hover .item-overlay{opacity:1}.favorite-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:none;border-radius:50%;color:#8b8fa3;cursor:pointer;display:grid;font-size:1.125rem;height:44px;place-items:center;transition:all .3s ease;width:44px}.favorite-btn:hover{color:#ff7a3d;transform:scale(1.1)}.item-badge{background:linear-gradient(135deg,#00d4a6,#10b981);border-radius:999px;color:#fff;font-size:.75rem;font-weight:700;left:1rem;letter-spacing:.025em;padding:.25rem .75rem;position:absolute;text-transform:uppercase;top:1rem}.menu-item-content{padding:1.5rem}.item-name{color:#eceef6;font-family:Sora,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.item-description{color:#8b8fa3;font-size:.9375rem;line-height:1.5;margin-bottom:1rem}.item-details{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.item-rating,.item-time,.item-veg{align-items:center;display:flex;font-size:.8125rem;font-weight:600;gap:.375rem}.item-rating{color:#ffd23f}.item-time{color:#8b8fa3}.item-veg{color:#00d4a6}.item-footer{gap:1rem;justify-content:space-between}.item-footer,.item-price{align-items:center;display:flex}.item-price{gap:.5rem}.original-price{color:#8b8fa3;font-size:.9375rem;text-decoration:line-through}.current-price{color:#eceef6;font-size:1.25rem}.add-to-cart-btn,.current-price{font-family:Sora,sans-serif;font-weight:700}.add-to-cart-btn{align-items:center;background:linear-gradient(135deg,#ff7a3d,#ffb14b);border:none;border-radius:12px;color:#0a0a0a;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.add-to-cart-btn:hover{box-shadow:0 8px 20px #ff7a3d66;transform:translateY(-2px)}.modal-footer{background:#ffffff08;border-top:1px solid #ffffff14;padding:1.5rem 2rem}.modal-footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.modal-footer-content p{color:#8b8fa3;font-size:.9375rem;margin:0}.view-cart-btn{align-items:center;background:linear-gradient(135deg,#ff7a3d,#ffb14b);border:none;border-radius:12px;color:#0a0a0a;cursor:pointer;display:flex;font-family:Sora,sans-serif;font-size:.9375rem;font-weight:700;gap:.5rem;padding:1rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.view-cart-btn:hover{box-shadow:0 12px 30px #ff7a3d66;transform:translateY(-2px)}@media (max-width:639px){.modal-container{border-radius:24px 24px 0 0;margin:0;max-height:95vh}.modal-body,.modal-header{padding:1.5rem}.modal-footer{padding:1rem 1.5rem}.modal-footer-content{align-items:stretch;flex-direction:column}.view-cart-btn{justify-content:center;width:100%}.menu-grid{gap:1.5rem;grid-template-columns:1fr}.menu-item-content{padding:1rem}.item-footer{align-items:stretch;flex-direction:column;gap:.75rem}.add-to-cart-btn{justify-content:center;width:100%}}.menu-showcase{min-height:auto;overflow-x:hidden;padding:2rem 0;width:100%}.menu-container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.menu-header{margin-bottom:2rem;max-width:100%;text-align:center}.menu-title{color:#eceef6;font-family:Sora,sans-serif;font-size:clamp(1.75rem,5vw,3rem);font-weight:800;line-height:1.2;margin:0 0 1rem}.menu-subtitle,.menu-title{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.menu-subtitle{color:#8b8fa3;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;margin:0 auto;max-width:600px}.menu-cards-grid{grid-gap:1.5rem;box-sizing:border-box;display:grid;gap:1.5rem;grid-template-columns:1fr;width:100%}@media (min-width:640px){.menu-cards-grid{gap:2rem;grid-template-columns:1fr}}@media (min-width:768px){.menu-cards-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.menu-cards-grid{gap:2.5rem}}.menu-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px;box-sizing:border-box;min-width:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.menu-card:hover{border-color:#ff7a3d4d;box-shadow:0 20px 50px #0006;transform:translateY(-8px)}.menu-card-image{height:200px;overflow:hidden;position:relative;width:100%}.menu-card-image img{height:100%;object-fit:cover;transform:scale(1.05);transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.menu-card:hover .menu-card-image img{transform:scale(1.1)}.menu-card-overlay{background:linear-gradient(180deg,#0000 20%,#0000004d 50%,#000000a6);inset:0;pointer-events:none;position:absolute}.menu-card-badge{background:linear-gradient(135deg,#ff7a3d,#ffb14b);border-radius:999px;box-sizing:border-box;color:#0a0a0a;font-family:Sora,sans-serif;font-size:clamp(.75rem,2vw,.875rem);font-weight:600;left:1rem;max-width:calc(100% - 2rem);overflow:hidden;padding:.5rem 1rem;position:absolute;text-overflow:ellipsis;top:1rem;white-space:nowrap}.menu-card-content{box-sizing:border-box;min-width:0;padding:1.25rem}.menu-card-title{color:#eceef6;font-family:Sora,sans-serif;font-size:clamp(1.125rem,3vw,1.25rem);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;margin:0 0 .5rem;word-break:break-word}.menu-card-bullets{color:#8b8fa3;list-style-type:disc;margin:0;padding-left:1.125rem}.menu-card-bullets li{font-size:clamp(.875rem,2vw,.9375rem);-webkit-hyphens:auto;hyphens:auto;line-height:1.4;margin:.25rem 0;word-break:break-word}.menu-card-action{display:flex;justify-content:flex-end;margin-top:1rem}.explore-btn{align-items:center;border-radius:8px;display:flex;font-size:clamp(.8125rem,2vw,.875rem);gap:.5rem;min-width:-webkit-fit-content;min-width:fit-content;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.explore-btn:hover{transform:translateX(4px)}.fallback-image{background:linear-gradient(135deg,#ff7a3d,#ffb14b);box-sizing:border-box;color:#fff;display:grid;font-family:Sora,sans-serif;font-size:clamp(1rem,4vw,1.25rem);font-weight:800;height:100%;-webkit-hyphens:auto;hyphens:auto;padding:1rem;place-items:center;text-align:center;width:100%;word-break:break-word}@media (max-width:480px){.menu-showcase{padding:1.5rem 0}.menu-container{padding:0 .75rem}.menu-header{margin-bottom:1.5rem}.menu-cards-grid{gap:1.25rem}.menu-card-content{padding:1rem}.menu-card-image{height:180px}.menu-card-badge{left:.75rem;padding:.375rem .75rem;top:.75rem}}@media (max-width:360px){.menu-container{padding:0 .5rem}.menu-cards-grid{gap:1rem}.menu-card-content{padding:.75rem}.menu-card-image{height:160px}.menu-card-action{margin-top:.75rem}}@media (min-width:1440px){.menu-container{max-width:1400px;padding:0 2rem}.menu-cards-grid{gap:3rem}.menu-card-image{height:240px}}.reveal{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}.reveal.show{opacity:1;transform:translateY(0)}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.menu-card-image img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){.explore-btn,.menu-card,.menu-card-image img,.reveal{transition:none}.menu-card:hover{transform:none}.menu-card:hover .menu-card-image img{transform:scale(1.05)}}.explore-btn:focus{outline:2px solid #ff7a3d;outline-offset:2px}.menu-card:focus-within{outline:2px solid #ff7a3d80;outline-offset:2px}@media print{.menu-showcase{padding:1rem 0}.menu-card{border:1px solid #ddd;box-shadow:none;break-inside:avoid;page-break-inside:avoid}.explore-btn{display:none}}.legal-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:1rem;position:fixed;z-index:9999}.legal-modal-container{background:#fff;background:var(--card-bg,#fff);border:1px solid #ffffff1a;border:1px solid var(--glass-bd,#ffffff1a);border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;margin:auto;max-height:90vh;max-width:800px;width:100%}.legal-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--glass-bd,#e5e7eb);display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem 2rem}.legal-modal-title{color:#111827;color:var(--text,#111827);font-size:1.5rem;font-weight:700;margin:0}.legal-modal-close{align-items:center;background:none;border:none;border-radius:.5rem;color:#6b7280;color:var(--muted,#6b7280);cursor:pointer;display:flex;font-size:1.25rem;justify-content:center;padding:.5rem;transition:all .2s ease}.legal-modal-close:hover{background:#0000000d;background:var(--glass-bg,#0000000d);color:#111827;color:var(--text,#111827)}.legal-modal-body{flex:1 1;overflow-y:auto;padding:0}.legal-content{padding:2rem}.last-updated{color:#6b7280;color:var(--muted,#6b7280);font-size:.875rem;font-style:italic}.last-updated,.legal-section{margin-bottom:2rem}.legal-section:last-child{margin-bottom:0}.legal-section-title{color:#111827;color:var(--text,#111827);font-size:1.125rem;font-weight:700;line-height:1.4;margin:0 0 1rem}.legal-paragraph{color:#374151;color:var(--text,#374151);font-size:.95rem;line-height:1.6;margin:0 0 1rem}.legal-paragraph:last-child{margin-bottom:0}.legal-bullet{color:#374151;color:var(--text,#374151);font-size:.95rem;line-height:1.6;margin:.5rem 0;padding-left:1rem}@media (prefers-color-scheme:dark){.legal-modal-container{background:#1f2937;background:var(--card-bg,#1f2937);border-color:#ffffff1a;border-color:var(--glass-bd,#ffffff1a)}.legal-modal-title,.legal-section-title{color:#f9fafb;color:var(--text,#f9fafb)}.legal-bullet,.legal-paragraph{color:#d1d5db;color:var(--text,#d1d5db)}.last-updated{color:#9ca3af;color:var(--muted,#9ca3af)}.legal-modal-close:hover{background:#ffffff1a;background:var(--glass-bg,#ffffff1a);color:#f9fafb;color:var(--text,#f9fafb)}}@media (max-width:768px){.legal-modal-overlay{padding:.5rem}.legal-modal-container{border-radius:.75rem;max-height:95vh}.legal-modal-header{padding:1rem 1.5rem}.legal-modal-title{font-size:1.25rem}.legal-content{padding:1.5rem}.legal-section-title{font-size:1rem}.legal-bullet,.legal-paragraph{font-size:.9rem}}@media (max-width:480px){.legal-content,.legal-modal-header{padding:1rem}.legal-section{margin-bottom:1.5rem}}.legal-modal-body::-webkit-scrollbar{width:6px}.legal-modal-body::-webkit-scrollbar-track{background:#0000}.legal-modal-body::-webkit-scrollbar-thumb{background:#d1d5db;background:var(--muted,#d1d5db);border-radius:3px}.legal-modal-body::-webkit-scrollbar-thumb:hover{background:#9ca3af;background:var(--text,#9ca3af)}.footer{background:linear-gradient(135deg,#0a0a0f,#14141c);color:#eceef6;font-family:Sora,sans-serif;overflow:hidden;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#ff7a3d,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;padding:4rem 0 2rem}@media (min-width:640px){.footer-content{gap:3rem;grid-template-columns:repeat(2,1fr);padding:5rem 0 3rem}}@media (min-width:1024px){.footer-content{gap:4rem;grid-template-columns:2fr 1fr 1fr 1.5fr}}.footer-brand{grid-column:1/-1}@media (min-width:1024px){.footer-brand{grid-column:1}}.logo-text h3{font-size:1.5rem}.logo-text p{font-size:.875rem}.footer-description{color:#8b8fa3;line-height:1.6;margin-bottom:2rem;max-width:350px}@media (max-width:639px){.footer-description{max-width:100%}}.social-links{display:flex;gap:1rem;margin-bottom:1rem}.social-link{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;color:#eceef6;display:grid;height:44px;place-items:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px}.social-link:hover{background:linear-gradient(135deg,#ff7a3d,#ffb14b);box-shadow:0 8px 20px #ff8c464d;color:#0a0a0a;transform:translateY(-2px)}.footer-section{margin-bottom:2rem}@media (min-width:640px){.footer-section{margin-bottom:0}}.footer-title{color:#eceef6;font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;position:relative}.footer-title:after{background:linear-gradient(135deg,#ff7a3d,#ffb14b);border-radius:1px;bottom:-.5rem;content:"";height:2px;left:0;position:absolute;width:30px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links button,.footer-links span{background:none;border:none;color:#8b8fa3;cursor:pointer;font-family:inherit;font-size:.9375rem;padding:0;text-align:left;transition:all .3s ease}.footer-links button:hover{color:#ff7a3d;transform:translateX(4px)}.contact-info{margin-bottom:2rem}.contact-item{align-items:flex-start;color:#8b8fa3;display:flex;font-size:.9375rem;gap:.75rem;margin-bottom:1rem}.contact-item svg{color:#ff7a3d;flex-shrink:0;margin-top:.125rem}.app-download{margin-top:1.5rem}.download-text{color:#eceef6;font-size:.9375rem;font-weight:600;margin-bottom:1rem}.download-buttons{display:flex;flex-direction:column;gap:.75rem}@media (min-width:480px){.download-buttons{flex-direction:row;gap:1rem}}@media (min-width:1024px){.download-buttons{flex-direction:column;gap:.75rem}}.download-btn{align-items:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;color:#eceef6;display:flex;gap:.75rem;min-width:140px;padding:.75rem 1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.download-btn:hover{background:#ffffff1a;box-shadow:0 8px 20px #0000004d;transform:translateY(-2px)}.download-btn svg{color:#ff7a3d;font-size:1.25rem}.download-btn div{display:flex;flex-direction:column;line-height:1.2}.download-btn small{color:#8b8fa3;font-size:.75rem}.download-btn strong{font-size:.875rem;font-weight:600}.footer-bottom{border-top:1px solid #ffffff14;padding:2rem 0}.footer-bottom-content{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center}@media (min-width:768px){.footer-bottom-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer-bottom-content p{color:#8b8fa3;font-size:.875rem;margin:0}.footer-links-bottom{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}@media (min-width:768px){.footer-links-bottom{justify-content:flex-end}}.footer-links-bottom a{color:#8b8fa3;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-links-bottom a:hover{color:#ff7a3d}@media (max-width:479px){.footer-content{gap:2.5rem;padding:3rem 0 2rem}.footer-logo{align-items:center;flex-direction:column;text-align:center}.logo-icon{font-size:1.25rem;height:44px;width:44px}.social-links{justify-content:center}.download-buttons{align-items:center}.download-btn{max-width:200px;width:100%}}.footer-logo{align-items:center;box-sizing:border-box;display:flex;gap:1rem;margin-bottom:1.5rem;min-width:0;width:100%}.logo-icon{background:#fff;border-radius:16px;box-shadow:0 8px 24px #ff8c4640;display:grid;flex-shrink:0;font-size:1.5rem;height:48px;min-height:48px;min-width:48px;overflow:hidden;place-items:center;position:relative;width:48px}.logo-icon img{border-radius:inherit;height:100%;max-height:100%;max-width:100%;object-fit:contain;object-position:center;width:100%}.logo-text{flex:1 1;min-width:0;overflow:hidden}.logo-text h3{color:#eceef6;font-size:clamp(1.125rem,3vw,1.5rem);font-weight:800;line-height:1.2}.logo-text h3,.logo-text p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo-text p{color:#8b8fa3;font-size:clamp(.75rem,2vw,.875rem);font-weight:500;line-height:1.3}@media (max-width:479px){.footer-logo{align-items:center;flex-direction:column;gap:.75rem;text-align:center}.logo-icon{font-size:1.25rem;height:44px;min-height:44px;min-width:44px;width:44px}.logo-text{max-width:250px;width:100%}.logo-text h3,.logo-text p{text-align:center;white-space:normal}.logo-text h3{font-size:1.25rem}.logo-text h3,.logo-text p{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.logo-text p{font-size:.8125rem}}@media (max-width:360px){.footer-logo{gap:.5rem}.logo-icon{font-size:1.125rem;height:40px;min-height:40px;min-width:40px;width:40px}.logo-text{max-width:200px}.logo-text h3{font-size:1.125rem}.logo-text p{font-size:.75rem}}@media (min-width:1200px){.logo-icon{height:52px;min-height:52px;min-width:52px;width:52px}.logo-icon,.logo-text h3{font-size:1.625rem}.logo-text p{font-size:.9375rem}}.footer-brand{box-sizing:border-box;min-width:0;overflow:hidden}.logo-icon img:not([src]),.logo-icon img[src=""],.logo-icon img[src="#"]{display:none}.logo-icon:after{align-items:center;background:linear-gradient(135deg,#ff7a3d,#ffb14b);color:#0a0a0a;content:"";display:flex;font-size:.75em;font-weight:800;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:-1}
/*# sourceMappingURL=main.123e4920.css.map*/