:root{--rs-primary: #e63946;--rs-primary-hover: #c1121f;--rs-primary-light: #fef2f2;--rs-primary-glow: rgba(230, 57, 70, .4);--rs-primary-gradient: linear-gradient(135deg, #e63946 0%, #ff6b35 100%);--rs-primary-gradient-wide: linear-gradient(135deg, #e63946 0%, #ff6b35 50%, #f7931e 100%);--rs-accent: #ff6b35;--rs-accent2: #f7931e;--rs-purple: #7c3aed;--rs-blue: #3b82f6;--rs-teal: #14b8a6;--rs-dark: #0b0f1a;--rs-dark-soft: #1e293b;--rs-dark-2: #111827;--rs-dark-3: #1f2937;--rs-text: #1e293b;--rs-text-secondary: #64748b;--rs-text-muted: #94a3b8;--rs-border: #e2e8f0;--rs-border-light: #f1f5f9;--rs-bg: #ffffff;--rs-bg-white: #ffffff;--rs-bg-elevated: #ffffff;--rs-bg-cream: #fffbf5;--rs-bg-warm: #fef7f0;--rs-glass: rgba(255, 255, 255, .08);--rs-glass-border: rgba(255, 255, 255, .12);--rs-glass-white: rgba(255, 255, 255, .92);--rs-success: #22c55e;--rs-success-light: #ecfdf5;--rs-error: #ef4444;--rs-error-light: #fef2f2;--rs-warning: #f59e0b;--rs-shadow-sm: 0 1px 3px rgba(15, 23, 42, .04), 0 1px 2px rgba(15, 23, 42, .06);--rs-shadow: 0 4px 6px -1px rgba(15, 23, 42, .07), 0 2px 4px -2px rgba(15, 23, 42, .05);--rs-shadow-md: 0 10px 25px -3px rgba(15, 23, 42, .1), 0 4px 10px -4px rgba(15, 23, 42, .06);--rs-shadow-lg: 0 20px 40px -5px rgba(15, 23, 42, .12), 0 8px 16px -6px rgba(15, 23, 42, .08);--rs-shadow-xl: 0 30px 60px -12px rgba(15, 23, 42, .25);--rs-radius-sm: 8px;--rs-radius: 12px;--rs-radius-lg: 16px;--rs-radius-xl: 24px;--rs-radius-2xl: 32px;--rs-radius-full: 9999px;--rs-transition: .2s ease;--rs-transition-slow: .35s ease;--rs-transition-premium: .3s cubic-bezier(.16, 1, .3, 1);--rs-transition-bounce: .4s cubic-bezier(.16, 1, .3, 1);--rs-font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}[data-rs-theme=dark]{--rs-dark: #0b0f1a;--rs-dark-soft: #1e293b;--rs-text: #e2e8f0;--rs-text-secondary: #94a3b8;--rs-text-muted: #64748b;--rs-border: #334155;--rs-border-light: #1e293b;--rs-bg: #0b0f1a;--rs-bg-white: #1e293b;--rs-bg-elevated: #1e293b;--rs-bg-cream: #111827;--rs-bg-warm: #111827;--rs-primary-light: rgba(230, 57, 70, .12);--rs-success-light: rgba(34, 197, 94, .12);--rs-error-light: rgba(239, 68, 68, .12);--rs-glass-white: rgba(30, 41, 59, .92);--rs-shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--rs-shadow: 0 4px 6px rgba(0, 0, 0, .25);--rs-shadow-md: 0 10px 15px rgba(0, 0, 0, .3);--rs-shadow-lg: 0 20px 25px rgba(0, 0, 0, .35);--rs-shadow-xl: 0 25px 50px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--rs-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--rs-bg);color:var(--rs-text);line-height:1.6}a{color:inherit;text-decoration:none;transition:opacity var(--rs-transition),color var(--rs-transition)}a:hover{opacity:.85}button{font-family:inherit;transition:all var(--rs-transition)}input,select,textarea{font-family:inherit;transition:border-color var(--rs-transition),box-shadow var(--rs-transition)}img{max-width:100%;height:auto}input:focus,select:focus,textarea:focus{border-color:var(--rs-primary)!important;box-shadow:0 0 0 3px #e6394626,var(--rs-shadow-sm)!important;outline:none}button:focus-visible{outline:2px solid var(--rs-primary);outline-offset:2px}::selection{background:#e6394626;color:var(--rs-dark)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--rs-border);border-radius:var(--rs-radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--rs-text-muted)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes drawCheck{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}@keyframes progressPulse{0%,to{box-shadow:0 0 #e6394666}50%{box-shadow:0 0 0 8px #ff6b3500}}@keyframes badgePop{0%{transform:scale(.5)}60%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(2deg)}50%{transform:translateY(-8px) rotate(-1deg)}75%{transform:translateY(-18px) rotate(1deg)}}@keyframes floatAlt{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-12px) rotate(-3deg)}66%{transform:translateY(-20px) rotate(2deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes revealUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes textGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes dotPulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes confettiFall{0%{transform:translateY(-10px) rotate(0);opacity:1}to{transform:translateY(80px) rotate(360deg);opacity:0}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroParallax{0%{transform:scale(1.05) translateY(0)}to{transform:scale(1.05) translateY(-30px)}}@keyframes testimonialSlide{0%,30%{opacity:1;transform:translate(0)}33%,63%{opacity:0;transform:translate(-100%)}66%,96%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes popupSlide{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes trendingPulse{0%,to{box-shadow:0 0 #e6394666}50%{box-shadow:0 0 0 6px #ff6b3500}}@keyframes liveCount{0%,to{opacity:.7}50%{opacity:1}}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column-reverse;gap:8px;max-width:380px;width:calc(100% - 48px);pointer-events:none}.toast-container>*{pointer-events:auto}.toast-item{animation:toastSlideIn .3s ease}@media(max-width:768px){.toast-container{bottom:80px;right:12px;left:12px;width:auto;max-width:none}}.category-scroll,.offers-scroll,.filter-scroll,.cuisine-scroll{overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.category-scroll::-webkit-scrollbar,.offers-scroll::-webkit-scrollbar,.filter-scroll::-webkit-scrollbar,.cuisine-scroll::-webkit-scrollbar{display:none}.reveal-section{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal-section.revealed{opacity:1;transform:translateY(0)}.sticky-search{position:fixed;top:clamp(56px,8vw,68px);left:0;right:0;z-index:90;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #00000014;padding:12px 24px;animation:slideDown .3s ease;transition:all .3s ease}[data-rs-theme=dark] .sticky-search{background:#1e293bf2}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.confetti-piece{position:absolute;width:10px;height:10px;border-radius:2px;animation:confettiFall 1.5s ease forwards}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--rs-bg-white);border-top:1px solid var(--rs-border-light);box-shadow:0 -4px 20px #00000014;padding:8px 0 max(8px,env(safe-area-inset-bottom))}.newsletter-overlay{position:fixed;inset:0;z-index:1000;background:#00000080;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.newsletter-popup{background:var(--rs-bg-white);border-radius:var(--rs-radius-xl);max-width:480px;width:calc(100% - 48px);overflow:hidden;animation:popupSlide .4s ease;box-shadow:0 25px 60px #0000004d}.veg-indicator{width:16px;height:16px;border:1.5px solid;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.veg-indicator:after{content:"";width:8px;height:8px;border-radius:50%}.veg-indicator.veg{border-color:#10b981}.veg-indicator.veg:after{background:#10b981}.veg-indicator.non-veg{border-color:#ef4444}.veg-indicator.non-veg:after{background:#ef4444}.trending-badge{position:absolute;top:12px;left:12px;z-index:5;background:var(--rs-primary-gradient);color:#fff;padding:4px 10px;border-radius:var(--rs-radius-full);font-size:11px;font-weight:700;display:flex;align-items:center;gap:4px;animation:trendingPulse 2s ease infinite;letter-spacing:.3px}.rs-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--rs-radius-full);font-family:var(--rs-font);font-size:15px;font-weight:700;border:none;cursor:pointer;transition:all var(--rs-transition-bounce);text-decoration:none;position:relative;overflow:hidden}.rs-btn:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s}.rs-btn:hover:after{opacity:1}.rs-btn-primary{background:var(--rs-primary-gradient);color:#fff;box-shadow:0 8px 32px #e639464d}.rs-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #e6394666}.rs-btn-white{background:#fff;color:var(--rs-dark);box-shadow:0 4px 20px #0000001a}.rs-btn-white:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000026}.rs-btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}.rs-btn-outline:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.rs-btn-lg{padding:18px 36px;font-size:17px}.rs-btn-sm{padding:10px 20px;font-size:13px}.rs-glass{background:var(--rs-glass-white);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--rs-border)}.rs-glass-dark{background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12)}.rs-card-hover{transition:all var(--rs-transition-bounce)}.rs-card-hover:hover{transform:translateY(-6px);box-shadow:var(--rs-shadow-xl)}.rs-gradient-text{background:var(--rs-primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes rsGlow{0%,to{box-shadow:0 0 20px var(--rs-primary-glow)}50%{box-shadow:0 0 40px var(--rs-primary-glow),0 0 80px #e6394626}}.rs-reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.rs-reveal.vis{opacity:1;transform:translateY(0)}.rs-tag{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:var(--rs-radius-full);font-size:13px;font-weight:700;letter-spacing:.02em;background:var(--rs-primary-light);color:var(--rs-primary)}:root{--rs-warning-bg: #fef3c7;--rs-warning-border: #fcd34d;--rs-warning-text: #d97706;--rs-info-bg: #dbeafe;--rs-info-border: #93c5fd;--rs-info-text: #2563eb;--rs-shadow-primary: 0 4px 16px rgba(230, 57, 70, .3);--rs-shadow-primary-hover: 0 8px 24px rgba(230, 57, 70, .4)}[data-rs-theme=dark]{--rs-warning-bg: rgba(245, 158, 11, .12);--rs-warning-border: rgba(245, 158, 11, .3);--rs-info-bg: rgba(59, 130, 246, .12);--rs-info-border: rgba(59, 130, 246, .3)}[style*="max-width: 1200px"],[style*="max-width: 1280px"]{padding-left:clamp(16px,3vw,24px)!important;padding-right:clamp(16px,3vw,24px)!important}[style*="border-radius: var(--rs-radius)"][style*=box-shadow],[style*="border-radius: var(--rs-radius-lg)"][style*=box-shadow],[style*="border-radius: var(--rs-radius-xl)"][style*=box-shadow],[style*="var(--rs-primary-gradient)"][style*="border: none"]{transition:all .3s cubic-bezier(.16,1,.3,1)!important}[style*="font-size: 72px"],[style*="font-size: 64px"]{font-size:clamp(40px,10vw,72px)!important}@media(min-width:769px){.mobile-only{display:none!important}}@media(max-width:1024px){footer>div:first-child>div{grid-template-columns:1fr 1fr!important}.home-featured-grid,.home-cuisine-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.desktop-only{display:none!important}.mobile-bottom-nav{display:flex}main{padding-bottom:72px}.cart-grid,.checkout-grid{grid-template-columns:1fr!important}.menu-sidebar{display:none!important}.menu-mobile-pills{display:block!important}.menu-layout{flex-direction:column!important}.menu-grid{grid-template-columns:repeat(2,1fr)!important}.checkout-step-label{display:none!important}.menu-floating-cart{min-width:180px!important;bottom:84px!important;right:16px!important;left:16px!important;max-width:100%!important}.form-row,.form-grid-2,[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}section{padding-left:16px!important;padding-right:16px!important}[style*="padding: 48px"],[style*="padding: 56px"],[style*="padding: 40px 24px"],[style*="padding: 40px"]{padding:24px 16px!important}[style*="font-size: 32px"],[style*="font-size: 28px"]{font-size:clamp(22px,5vw,32px)!important}[style*="justify-content: space-between"][style*="align-items: center"]{flex-wrap:wrap!important;gap:12px!important}.home-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.home-testimonials-grid{grid-template-columns:1fr!important}}@media(max-width:640px){footer>div:first-child>div{grid-template-columns:1fr!important;gap:28px!important}footer>div:first-child{padding:48px 20px 32px!important}.home-hero-search{flex-direction:column!important}.home-hero-search button{width:100%!important}.home-trust-stats{gap:8px!important}.home-trust-stats>div{padding:6px 10px!important;font-size:11px!important}.home-how-steps{grid-template-columns:1fr!important}.home-how-connector{display:none!important}.home-cta-split{grid-template-columns:1fr!important;text-align:center!important}.home-cuisine-grid{grid-template-columns:repeat(2,1fr)!important}.home-featured-grid,.menu-grid{grid-template-columns:1fr!important}[style*="padding: 48px 40px"]{padding:28px 20px!important}.reservation-time-grid{grid-template-columns:repeat(3,1fr)!important}.cart-drawer{width:100vw!important;max-width:100vw!important}.category-scroll button>div:first-child{width:100px!important;height:100px!important}h1{font-size:clamp(28px,7vw,48px)!important}h2{font-size:clamp(22px,5vw,36px)!important}[style*="gap: 48px"]{gap:24px!important}[style*="gap: 40px"]{gap:20px!important}.account-tabs{overflow-x:auto!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.account-tabs::-webkit-scrollbar{display:none}}@media(max-width:400px){.home-cuisine-grid,.home-stats-grid{grid-template-columns:1fr!important}.category-scroll button>div:first-child{width:80px!important;height:80px!important}.category-scroll{gap:12px!important}section{padding-left:12px!important;padding-right:12px!important}[style*="padding: 24px 16px"]{padding:16px 12px!important}.storefront-header-inner{padding:0 12px!important;height:56px!important;gap:8px!important}.storefront-brand-text{display:none!important}footer>div:first-child{padding:40px 16px 32px!important}.rs-btn{padding:12px 20px;font-size:14px}.rs-btn-lg{padding:14px 28px;font-size:15px}.newsletter-popup{width:calc(100% - 24px)!important}.menu-grid{grid-template-columns:1fr!important}.reservation-time-grid{grid-template-columns:repeat(2,1fr)!important}h1{font-size:clamp(24px,7vw,36px)!important}h2{font-size:clamp(20px,5vw,28px)!important}h3{font-size:clamp(17px,4.5vw,22px)!important}[style*="gap: 48px"],[style*="gap: 40px"]{gap:16px!important}[style*="gap: 32px"],[style*="gap: 24px"]{gap:12px!important}}@media(max-width:320px){.category-scroll button>div:first-child{width:64px!important;height:64px!important}.category-scroll{gap:8px!important}section{padding-left:8px!important;padding-right:8px!important}.storefront-header-inner{padding:0 8px!important;height:52px!important}.menu-grid,.home-how-steps{grid-template-columns:1fr!important}h1{font-size:22px!important}h2{font-size:18px!important}h3{font-size:16px!important}.rs-btn{padding:10px 16px;font-size:13px}}@supports (padding: max(0px)){.mobile-bottom-nav{padding-bottom:max(8px,env(safe-area-inset-bottom))!important}.menu-floating-cart{bottom:calc(84px + env(safe-area-inset-bottom,0px))!important}}@media(max-height:500px)and (orientation:landscape){.mobile-bottom-nav{padding:4px 0!important}main{padding-bottom:56px}}@media(min-width:1440px){.storefront-header-inner{max-width:1600px!important}.menu-grid,.home-featured-grid,.home-cuisine-grid{grid-template-columns:repeat(4,1fr)!important}body{font-size:16px}}@media(min-width:2560px){html{font-size:18px}.storefront-header-inner{max-width:2000px!important}.menu-grid,.home-featured-grid{grid-template-columns:repeat(5,1fr)!important}.menu-grid{gap:24px!important}}@media(min-width:3840px){html{font-size:22px}.storefront-header-inner{max-width:3200px!important}.menu-grid,.home-featured-grid,.home-cuisine-grid{grid-template-columns:repeat(6,1fr)!important}}@media(pointer:coarse){button{min-height:44px;min-width:44px}nav a{min-height:44px;display:inline-flex;align-items:center}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=search],select,textarea{min-height:44px;font-size:max(16px,1em)}.mobile-bottom-nav a,.mobile-bottom-nav button{min-height:48px;min-width:48px;padding:8px 12px}}@supports (padding: max(0px)){.sticky-search{padding-left:max(24px,env(safe-area-inset-left))!important;padding-right:max(24px,env(safe-area-inset-right))!important}.toast-container{bottom:max(80px,calc(80px + env(safe-area-inset-bottom)))!important}.storefront-header-inner{padding-left:max(12px,env(safe-area-inset-left))!important;padding-right:max(12px,env(safe-area-inset-right))!important}}html{overflow-x:hidden}body{overflow-x:hidden;min-width:0}img,video,canvas,svg{max-width:100%}main,section,article,aside,footer,header,nav{max-width:100vw;overflow-x:hidden}
