@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-red: #D4AF37;--primary-red-dark: #B8860B;--primary-red-light: #f5ecd4;--primary-orange: #C9A227;--primary-orange-dark: #8B7355;--primary-orange-light: #faf6eb;--secondary-green: #2d6a4f;--accent-yellow: #D4AF37;--dark-bg: #1a1a2e;--light-bg: #fafafa;--card-bg: #ffffff;--text-primary: #1a1a2e;--text-secondary: #4a4a6a;--text-muted: #8a8aa0;--border-light: #e5e5e5;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .14);--shadow-hover: 0 12px 32px rgba(230, 57, 70, .2);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 50%;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .4s ease}html{scroll-behavior:smooth}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--light-bg);color:var(--text-primary);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary-red)}::selection{background:var(--primary-orange-light);color:var(--primary-orange)}:focus-visible{outline:2px solid var(--primary-orange);outline-offset:2px}button{font-family:inherit}img{max-width:100%;height:auto;display:block}.app{width:100%;max-width:1400px;margin:0 auto;padding:15px 20px;min-height:100vh;display:flex;flex-direction:column;box-sizing:border-box}.app.ordering-mode{padding:0;max-width:none}.homepage{min-height:100vh;background:linear-gradient(135deg,#f5f0e6,#f9f5ed,#fdfbf7);position:relative;overflow:hidden}.yellow-accent{position:absolute;top:0;left:0;width:35%;height:100%;background:linear-gradient(180deg,#d4af37,#c9a227,#b8860b);clip-path:polygon(0 0,80% 0,60% 100%,0 100%);opacity:.25;z-index:1}.navbar{display:flex;align-items:center;justify-content:space-between;padding:20px 50px;position:relative;z-index:100}.nav-left{display:flex;align-items:center;gap:12px}.nav-btn{padding:10px 24px;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-btn{background:linear-gradient(135deg,#d4af37,#b8860b);color:#fff;border:none;box-shadow:0 4px 15px #b8860b4d}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b8860b66}.lang-btn{background:#fff;color:#333;border:2px solid #eee}.lang-btn:hover{border-color:#c9a227;color:#c9a227}.nav-links{display:flex;align-items:center;gap:35px}.nav-links a{text-decoration:none;color:#555;font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover,.nav-links a.active{color:#c9a227}.nav-links a.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:3px;background:#c9a227;border-radius:2px}.nav-logo{display:flex;align-items:center;gap:12px}.nav-logo img{width:150px;height:150px;border-radius:12px;object-fit:contain;box-shadow:none}.nav-logo span{display:none}.nav-logo-text{height:50px;width:auto;object-fit:contain;margin-left:10px}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:40px 50px 60px 80px;min-height:calc(100vh - 100px);position:relative;z-index:10}.hero-content{flex:0 0 40%;max-width:450px;z-index:10}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:8px 18px;border-radius:25px;box-shadow:0 4px 20px #00000014;margin-bottom:25px}.badge-emoji{font-size:1.2rem}.hero-badge span:last-child{font-size:.85rem;font-weight:600;color:#b8860b}.hero-title{font-family:Georgia,serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#1a1a1a;line-height:1.2;margin:0 0 10px}.hero-title .highlight{color:#1a1a1a}.hero-title-image{max-width:130%;height:auto;filter:brightness(1.3)}.hero-subtitle{font-family:Georgia,serif;font-size:clamp(1.8rem,3vw,2.5rem);color:#1a1a1a;font-weight:700;margin:0 0 20px}.hero-description{font-size:.95rem;color:#777;line-height:1.7;margin:0 0 30px}.search-bar{display:flex;align-items:center;background:#fff;border-radius:30px;padding:5px 5px 5px 25px;box-shadow:0 5px 25px #00000014;margin-bottom:25px;max-width:380px}.search-bar input{flex:1;border:none;outline:none;font-size:.95rem;color:#333;background:transparent}.search-bar input::placeholder{color:#aaa}.search-icon{width:45px;height:45px;background:linear-gradient(135deg,#d4af37,#b8860b);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease}.search-icon:hover{transform:scale(1.05)}.search-icon svg{width:20px;height:20px;color:#fff}.start-ordering-btn{margin-top:30px;margin-left:140px;padding:24px 60px;background:#000;color:#d4af37;border:3px solid #D4AF37;border-radius:50px;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 15px 40px #00000080;letter-spacing:1px}.start-ordering-btn:hover{transform:scale(1.05);box-shadow:0 20px 50px #b8860b99}.start-ordering-btn:active{transform:scale(.98)}.hero-visual{flex:0 0 55%;position:relative;min-height:600px;display:flex;align-items:center;justify-content:center}.red-blob{position:absolute;width:380px!important;height:380px!important;top:45%;left:50%;transform:translate(-50%,-50%);z-index:1}.red-blob svg{width:100%;height:100%;filter:drop-shadow(0 20px 40px rgba(230,57,70,.3))}.chef-container{position:relative;z-index:5;margin-top:-60px}.chef-image{width:210px!important;height:auto;display:flex;align-items:center;justify-content:center;margin-top:-90px}.chef-image img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 50px rgba(230,57,70,.3))}.food-curve{position:absolute;width:100%;height:100%;z-index:8}.food-item{position:absolute}.food-item img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 25px rgba(0,0,0,.2))}.food-left{width:250px;height:250px;top:45%;left:5%;transform:rotate(-15deg)}.food-bottom-left{width:300px;height:300px;bottom:-5%;left:12%}.food-bottom-right{width:270px;height:270px;bottom:-5%;right:12%}.food-right{width:250px;height:250px;top:45%;right:-5%}.floating-food{position:absolute;z-index:10;animation:float 3s ease-in-out infinite}.floating-food img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.15))}.food-1{width:130px!important;height:130px!important;bottom:10%;left:50%;transform:translate(-50%);animation-delay:0s}.food-2{width:150px!important;height:150px!important;bottom:12%;left:18%;animation-delay:.5s}.food-3{width:130px!important;height:130px!important;bottom:35%;left:3%;animation-delay:1s}.food-5{width:130px!important;height:130px!important;bottom:35%;right:3%;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.circle-ring{position:absolute;border:2px dashed rgba(230,57,70,.12);border-radius:50%;pointer-events:none}.ring-1{width:700px;height:700px;top:45%;left:50%;transform:translate(-50%,-50%);border-style:dashed;border-color:#e6394633}.ring-2{width:900px;height:900px;top:45%;left:50%;transform:translate(-50%,-50%);border-color:#e639461f}.scattered-food{position:absolute;inset:0;pointer-events:none;z-index:5}.scatter-item{position:absolute;overflow:visible}.scatter-item img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(0,0,0,.15))}.scatter-1{width:45px;height:45px;bottom:12%;left:3%;transform:rotate(-20deg)}.scatter-2{width:35px;height:35px;bottom:22%;left:1%;transform:rotate(15deg)}.scatter-3{width:70px;height:70px;bottom:8%;left:8%;border-radius:50%;overflow:hidden;box-shadow:0 5px 15px #00000026}.scatter-3 img{object-fit:cover}.scatter-4{width:30px;height:30px;bottom:30%;left:6%;transform:rotate(-35deg)}@media(min-width:1400px){.hero-section{padding:50px 80px 80px 120px}.hero-visual{min-height:700px}.red-blob{width:700px;height:700px}.chef-image{width:800px}.food-left{width:250px;height:250px}.food-bottom-left,.food-bottom-right{width:270px;height:270px}.food-right{width:250px;height:250px}.ring-1{width:600px;height:600px}.ring-2{width:780px;height:780px}}@media(max-width:1024px){.navbar{padding:15px 30px}.nav-links{gap:20px}.nav-links a{font-size:.85rem}.hero-section{padding:30px 30px 50px 40px}.hero-content{flex:0 0 45%}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.8rem}.hero-visual{min-height:500px}.red-blob{width:420px;height:420px}.chef-image{width:400px}.food-left{width:160px;height:160px;left:-10%}.food-bottom-left,.food-bottom-right{width:180px;height:180px}.food-right{width:160px;height:160px;right:-10%}.ring-1{width:400px;height:400px}.ring-2{width:500px;height:500px}.scattered-food{display:none}}@media(max-width:768px){.yellow-accent{display:none}.navbar{padding:15px 20px;flex-wrap:wrap;gap:15px}.nav-left{order:3;width:100%;justify-content:center}.nav-links{order:2;width:100%;justify-content:center;gap:15px;display:none}.nav-logo{order:1}.nav-logo span{font-size:1.2rem}.hero-section{flex-direction:column;text-align:center;padding:20px 20px 100px;min-height:auto}.hero-content{flex:none;max-width:100%;order:2;margin-top:20px}.hero-badge{margin-left:auto;margin-right:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:.9rem}.search-bar{margin-left:auto;margin-right:auto}.hero-visual{flex:none;order:1;min-height:380px;width:100%}.red-blob{width:320px;height:320px}.chef-image{width:300px}.food-left{width:110px;height:110px;left:-8%;top:50%}.food-bottom-left{width:120px;height:120px;bottom:5%;left:10%}.food-bottom-right{width:120px;height:120px;bottom:5%;right:10%}.food-right{width:110px;height:110px;right:-8%;top:50%}.circle-ring,.scattered-food{display:none}.start-ordering-btn{margin:30px auto;display:block;padding:20px 50px;font-size:1.3rem}}@media(max-width:480px){.navbar{padding:12px 15px}.nav-logo img{width:40px;height:40px}.nav-logo span{font-size:1.1rem}.nav-btn{padding:8px 16px;font-size:.8rem}.hero-title{font-size:1.7rem}.hero-subtitle{font-size:1.3rem}.start-ordering-btn{padding:18px 40px;font-size:1.1rem}.search-bar{padding:4px 4px 4px 20px}.search-bar input{font-size:.85rem}.search-icon{width:40px;height:40px}.hero-visual{min-height:320px}.red-blob{width:260px;height:260px}.chef-image{width:250px}.food-left{width:90px;height:90px}.food-bottom-left,.food-bottom-right{width:100px;height:100px}.food-right{width:90px;height:90px}}.category-page{min-height:100vh;background:#f8f8f8;padding:30px 50px 80px}.category-page-header{margin-bottom:40px}.category-page-title{font-size:2rem;font-weight:700;color:#1a1a2e;margin:0;padding-bottom:12px;display:inline-block;position:relative}.category-page-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:#d4af37;border-radius:2px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px 40px;max-width:1000px}.category-card{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .2s ease}.category-card:hover{transform:translateY(-5px)}.category-card-img{width:100px;height:100px;border-radius:50%;overflow:hidden;margin-bottom:12px;box-shadow:0 4px 15px #0000001a;border:3px solid transparent;transition:all .2s ease}.category-card:hover .category-card-img{border-color:#d4af37;box-shadow:0 6px 20px #d4af374d}.category-card-img img{width:100%;height:100%;object-fit:cover}.category-card-name{font-size:.95rem;font-weight:500;color:#333;text-align:center}.category-back-btn{position:fixed;bottom:20px;left:20px;display:flex;align-items:center;gap:6px;background:#fff;border:none;padding:10px 18px;border-radius:25px;font-size:.9rem;font-weight:500;color:#555;cursor:pointer;box-shadow:0 2px 10px #0000001a;transition:all .2s ease}.category-back-btn:hover{background:#f5f5f5;color:#333}.category-back-btn svg{width:18px;height:18px}.category-cart-icon{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001a;cursor:pointer;transition:all .2s ease}.category-cart-icon:hover{background:#f5f5f5}.category-cart-icon svg{width:24px;height:24px;color:#555}.category-cart-icon.has-items svg{color:#d4af37}.category-cart-badge{position:absolute;top:-5px;right:-5px;background:#d4af37;color:#fff;font-size:.75rem;font-weight:600;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:950px){.category-page{padding:25px 30px 70px}.category-grid{grid-template-columns:repeat(6,1fr);gap:20px 25px}.category-card-img{width:85px;height:85px}.category-card-name{font-size:.85rem}}@media(max-width:768px){.category-page{padding:20px 20px 70px}.category-grid{grid-template-columns:repeat(4,1fr);gap:20px}.category-card-img{width:75px;height:75px}}.menu-page{padding:10px 0 40px;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.back-button{position:fixed;bottom:25px;left:25px;display:inline-flex;align-items:center;gap:8px;background:var(--card-bg);border:none;font-size:.95rem;font-weight:500;color:var(--text-secondary);cursor:pointer;padding:12px 20px;border-radius:var(--radius-lg);transition:all var(--transition-fast);box-shadow:var(--shadow-md);z-index:100}.back-button:hover{color:var(--primary-orange);box-shadow:var(--shadow-md);transform:translate(-3px)}.back-button svg{width:18px;height:18px;transition:transform var(--transition-fast)}.back-button:hover svg{transform:translate(-3px)}.menu-header{display:flex;align-items:center;margin-bottom:35px;padding:20px 30px}.menu-logo-container{display:flex;align-items:center}.menu-logo{width:70px;height:auto;object-fit:contain;transition:transform var(--transition-normal)}.menu-logo:hover{transform:scale(1.05)}.menu-title{display:none}.menu-title-image{height:45px;width:auto;object-fit:contain;margin-left:10px}.menu-subtitle{color:var(--text-muted);font-size:1rem;margin:8px 0 0;font-weight:400;display:flex;align-items:center;justify-content:center;gap:6px}.menu-subtitle:before{content:"";width:6px;height:6px;background:var(--secondary-green);border-radius:50%}.category-section{background:var(--card-bg);border-radius:var(--radius-xl);padding:50px 40px;margin-bottom:40px;box-shadow:var(--shadow-lg);max-width:1200px;margin-left:auto;margin-right:auto}.category-section-title{font-size:1.6rem;font-weight:700;color:var(--text-primary);margin:0 0 40px;position:relative;display:inline-block;letter-spacing:.5px}.category-section-title:after{content:"";position:absolute;bottom:-12px;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--primary-orange),var(--primary-orange-light));border-radius:2px}.category-icons-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:35px 30px;justify-items:center}.category-icon-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all var(--transition-normal);padding:15px;border-radius:var(--radius-xl);min-width:120px}.category-icon-item:hover{transform:translateY(-8px);background:#d4af370d}.category-icon-item:active{transform:scale(.95)}.category-icon-item.active{background:var(--primary-orange-light)}.category-icon-item.active .category-icon-image-wrapper{box-shadow:0 0 0 4px var(--primary-orange),0 10px 30px #d4af374d;transform:scale(1.05)}.category-icon-item.active .category-icon-label{color:var(--primary-orange);font-weight:700}.category-icon-image-wrapper{width:100px;height:100px;border-radius:var(--radius-full);overflow:hidden;margin-bottom:15px;background:linear-gradient(145deg,#fff,#f8f8f8);box-shadow:0 8px 25px #0000001a,0 0 0 3px #d4af3733;transition:all var(--transition-normal);position:relative}.category-icon-image-wrapper:after{content:"";position:absolute;inset:0;border-radius:var(--radius-full);box-shadow:inset 0 -25px 35px -25px #0000001f;pointer-events:none}.category-icon-item:hover .category-icon-image-wrapper{box-shadow:0 12px 35px #00000026,0 0 0 3px #d4af3766;transform:scale(1.1)}.category-icon-image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.category-icon-item:hover .category-icon-image{transform:scale(1.15)}.category-icon-label{font-size:.95rem;font-weight:600;color:var(--text-primary);text-align:center;line-height:1.4;transition:color var(--transition-fast);max-width:110px;margin-top:5px}.menu-content{background:var(--card-bg);border-radius:var(--radius-xl);padding:30px;box-shadow:var(--shadow-md);animation:slideUp .4s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.menu-category{margin-bottom:0}.category-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 25px}.food-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.food-card{background:var(--card-bg);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.food-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.food-card-img-wrapper{width:100%;height:180px;overflow:hidden;position:relative;background:#f0f0f0}.food-card-img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.food-card:hover .food-card-img{transform:scale(1.08)}.food-card-details{padding:15px}.food-card-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.food-card-bottom{display:flex;justify-content:space-between;align-items:center}.food-card-price{font-size:.95rem;font-weight:600;color:var(--text-primary)}.order-btn{background:var(--primary-red);color:#fff;border:none;padding:8px 20px;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);text-transform:uppercase;letter-spacing:.5px}.order-btn:hover{background:var(--primary-red-dark);transform:scale(1.05)}.order-btn:active{transform:scale(.98)}.select-category-prompt{text-align:center;padding:60px 20px;color:var(--text-muted);font-size:1.1rem;background:var(--card-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.select-category-prompt p{display:flex;flex-direction:column;align-items:center;gap:10px}.select-category-prompt p:before{content:"👆";font-size:2rem}.no-items{text-align:center;padding:50px 20px;color:var(--text-muted);font-size:1rem}@media(max-width:1399px){.menu-grid{grid-template-columns:repeat(12,1fr)}}@media(max-width:1199px){.menu-grid{grid-template-columns:repeat(6,1fr)}.card-signature,.card-popular{grid-column:span 3;grid-row:span 1;aspect-ratio:4/3}.card-favorites,.card-special-meals{grid-column:span 6;grid-row:span 1;aspect-ratio:16/9}.card-spicy,.card-featured{grid-column:span 3;grid-row:span 1;aspect-ratio:4/3}}@media(max-width:991px){.menu-grid{grid-template-columns:repeat(4,1fr)}.card-signature,.card-popular{grid-column:span 2;grid-row:span 1;aspect-ratio:3/2}.card-favorites,.card-special-meals{grid-column:span 4;grid-row:span 1;aspect-ratio:21/9}.card-spicy,.card-featured{grid-column:span 2;grid-row:span 1;aspect-ratio:3/2}.category-section{padding:35px 30px}.category-icons-grid{grid-template-columns:repeat(5,1fr);gap:30px 25px}.category-icon-image-wrapper{width:90px;height:90px}.food-cards-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:850px)and (max-width:950px)and (max-height:650px){.menu-page{padding:5px 0 20px}.menu-header{padding:10px 20px;margin-bottom:15px}.menu-logo{width:55px}.menu-title-image{height:35px}.category-section{padding:20px 25px;margin-bottom:20px;max-width:95%}.category-section-title{font-size:1.3rem;margin-bottom:20px}.category-icons-grid{grid-template-columns:repeat(6,1fr);gap:15px 12px}.category-icon-item{padding:8px;min-width:90px}.category-icon-image-wrapper{width:70px;height:70px;margin-bottom:8px}.category-icon-label{font-size:.75rem}.back-button{bottom:15px;left:15px;padding:10px 16px;font-size:.85rem}.cart-icon{bottom:15px;right:15px}.floating-cart-bar{bottom:15px;left:50%;transform:translate(-50%);padding:12px 20px}}@media(max-width:767px){.menu-grid{grid-template-columns:repeat(2,1fr)}.card-signature,.card-popular{grid-column:span 1;grid-row:span 1;aspect-ratio:4/3}.card-favorites,.card-special-meals{grid-column:span 2;grid-row:span 1;aspect-ratio:16/9}.card-spicy,.card-featured{grid-column:span 1;grid-row:span 1;aspect-ratio:4/3}.category-section{padding:30px 25px;border-radius:var(--radius-lg)}.category-icons-grid{grid-template-columns:repeat(4,1fr);gap:25px 20px}.category-icon-image-wrapper{width:80px;height:80px}.category-icon-label{font-size:.85rem}.category-section-title{font-size:1.4rem;margin-bottom:30px}.category-icon-item{padding:12px}.menu-content{padding:20px;border-radius:var(--radius-lg)}.food-cards-grid{grid-template-columns:repeat(3,1fr);gap:15px}.food-card-img-wrapper{height:140px}.food-card-details{padding:12px}.food-card-title{font-size:.9rem}.food-card-price{font-size:.85rem}.order-btn{padding:6px 14px;font-size:.7rem}}@media(max-width:599px){.menu-grid{grid-template-columns:repeat(2,1fr)}.card-signature,.card-popular{grid-column:span 1;aspect-ratio:1/1}.card-favorites,.card-special-meals{grid-column:span 2;aspect-ratio:16/9}.card-spicy,.card-featured{grid-column:span 1;aspect-ratio:1/1}.category-icons-grid{grid-template-columns:repeat(4,1fr);gap:15px 10px}.category-icon-image-wrapper{width:60px;height:60px}.food-cards-grid{grid-template-columns:repeat(2,1fr);gap:12px}.food-card-img-wrapper{height:130px}}@media(max-width:479px){.menu-grid{grid-template-columns:1fr 1fr}.card-signature,.card-popular{grid-column:span 1;aspect-ratio:1/1}.card-favorites,.card-special-meals{grid-column:span 2;aspect-ratio:4/3}.card-spicy,.card-featured{grid-column:span 1;aspect-ratio:1/1}.category-section{padding:15px}.category-icons-grid{grid-template-columns:repeat(3,1fr);gap:12px 8px}.category-icon-image-wrapper{width:55px;height:55px}.category-icon-label{font-size:.7rem}.category-section-title{font-size:1.1rem;margin-bottom:18px}.category-title{font-size:1.2rem}.menu-content{padding:15px}.food-cards-grid{grid-template-columns:repeat(2,1fr);gap:10px}.food-card-img-wrapper{height:110px}.food-card-details{padding:10px}.food-card-title{font-size:.8rem;margin-bottom:4px}.food-card-price{font-size:.75rem}.order-btn{padding:5px 10px;font-size:.65rem}.back-button{padding:10px 14px;font-size:.85rem}}@media(max-width:359px){.menu-grid{grid-template-columns:1fr}.card-signature,.card-popular,.card-favorites,.card-special-meals,.card-spicy,.card-featured{grid-column:span 1;aspect-ratio:16/9}.category-icons-grid{grid-template-columns:repeat(3,1fr)}.food-cards-grid{grid-template-columns:1fr;gap:12px}.food-card-img-wrapper{height:150px}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.menu-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.menu-top-bar .back-button{margin-bottom:0}.cart-icon{position:fixed;bottom:25px;right:25px;background:var(--card-bg);padding:12px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);cursor:pointer;transition:all var(--transition-fast);z-index:100}.cart-icon.has-items{cursor:pointer}.cart-icon.has-items:hover{box-shadow:var(--shadow-lg);transform:scale(1.05)}.cart-icon.bounce{animation:cartBounce .5s ease}@keyframes cartBounce{0%,to{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(.9)}75%{transform:scale(1.1)}}.cart-icon svg{width:24px;height:24px;color:var(--text-primary)}.cart-badge{position:absolute;top:-6px;right:-6px;background:var(--primary-red);color:#fff;font-size:.7rem;font-weight:700;min-width:20px;height:20px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;animation:badgePop .3s ease}@keyframes badgePop{0%{transform:scale(0)}50%{transform:scale(1.3)}to{transform:scale(1)}}.flying-item{position:fixed;width:80px;height:80px;border-radius:var(--radius-lg);overflow:hidden;z-index:9999;pointer-events:none;box-shadow:0 10px 40px #00000059;left:var(--start-x);top:var(--start-y);transform:translate(-50%,-50%);animation:zoomIn .4s ease-out forwards,moveToCart 1s ease-in-out .4s forwards}.flying-item img{width:100%;height:100%;object-fit:cover}@keyframes zoomIn{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1.3);opacity:1}}@keyframes moveToCart{0%{left:var(--start-x);top:var(--start-y);transform:translate(-50%,-50%) scale(1.3);opacity:1}to{left:var(--end-x);top:var(--end-y);transform:translate(-50%,-50%) scale(.4);opacity:0}}.floating-cart-bar{position:fixed;bottom:25px;right:25px;left:auto;background:var(--dark-bg);color:#fff;padding:14px 20px;display:flex;justify-content:space-between;align-items:center;gap:15px;z-index:100;animation:slideUpCart .4s ease;box-shadow:var(--shadow-lg);border-radius:var(--radius-lg)}@keyframes slideUpCart{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cart-info{display:flex;flex-direction:column;gap:2px}.cart-items-count{font-size:.85rem;color:#fffc;font-weight:500}.cart-total{font-size:1.2rem;font-weight:700}.view-cart-btn{background:var(--primary-red);color:#fff;border:none;padding:14px 28px;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all var(--transition-fast);text-transform:uppercase;letter-spacing:.5px}.view-cart-btn:hover{background:var(--primary-red-dark);transform:scale(1.02)}.view-cart-btn:active{transform:scale(.98)}.view-cart-btn svg{width:18px;height:18px}.menu-page{padding-bottom:100px}@media(max-width:768px){.floating-cart-bar{padding:14px 20px}.cart-total{font-size:1.1rem}.view-cart-btn{padding:12px 22px;font-size:.9rem}.flying-item{width:55px;height:55px}}@media(max-width:480px){.floating-cart-bar{padding:12px 16px}.cart-items-count{font-size:.8rem}.cart-total{font-size:1rem}.view-cart-btn{padding:10px 18px;font-size:.85rem}.view-cart-btn svg{width:16px;height:16px}.flying-item{width:50px;height:50px}.cart-icon{padding:10px}.cart-icon svg{width:20px;height:20px}}@media(max-height:500px)and (orientation:landscape){.app{padding:10px 20px}.header{margin-bottom:15px;padding:8px 0}.logo{width:45px;height:45px}.restaurant-name{font-size:1.4rem}.tagline{font-size:.75rem}.menu-grid{grid-template-columns:repeat(6,1fr);margin-bottom:15px}.card-signature,.card-popular,.card-favorites,.card-special-meals,.card-spicy,.card-featured{grid-column:span 2;aspect-ratio:3/2}.card-overlay{padding:10px}.card-label{padding:4px 10px;font-size:.6rem}.card-title{font-size:.9rem}.card-subtitle{font-size:.7rem}.cta-container{padding:10px 0}.cta-button{padding:10px 30px;font-size:.85rem}}@media(max-height:700px)and (min-width:768px)and (orientation:landscape){.menu-grid{grid-template-columns:repeat(6,1fr)}.card-signature,.card-popular,.card-favorites,.card-special-meals,.card-spicy,.card-featured{grid-column:span 2;aspect-ratio:16/9}.category-icons-grid{grid-template-columns:repeat(6,1fr)}.food-cards-grid{grid-template-columns:repeat(4,1fr)}}.split-screen-container{display:flex;width:100%;height:100vh;overflow:hidden;background:var(--light-bg)}.menu-panel{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--light-bg);border-right:1px solid var(--border-light)}.menu-panel-header{display:flex;align-items:center;gap:20px;padding:20px;background:var(--card-bg);border-bottom:1px solid var(--border-light);flex-shrink:0}.menu-panel-header .back-button{margin-bottom:0}.menu-panel-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.category-tabs-container{flex-shrink:0;background:var(--card-bg);border-bottom:1px solid var(--border-light);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.category-tabs-container::-webkit-scrollbar{display:none}.category-tabs{display:flex;gap:8px;padding:12px 20px;min-width:max-content}.category-tab{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--light-bg);border:2px solid transparent;border-radius:25px;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;font-size:.85rem;font-weight:500;color:var(--text-secondary)}.category-tab:hover{background:var(--primary-red-light);color:var(--primary-red-dark)}.category-tab.active{background:var(--primary-red);color:#fff;border-color:var(--primary-red)}.category-tab-image{width:28px;height:28px;border-radius:50%;object-fit:cover}.category-tab.active .category-tab-image{border:2px solid white}.menu-items-scroll{flex:1;overflow-y:auto;padding:20px}.menu-items-scroll .food-cards-grid{grid-template-columns:repeat(3,1fr);gap:20px}.cart-panel{width:380px;min-width:320px;max-width:420px;display:flex;flex-direction:column;height:100%;background:var(--card-bg);box-shadow:-4px 0 20px #00000014}.cart-panel-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--border-light);flex-shrink:0}.cart-panel-title{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0}.cart-panel-title svg{width:24px;height:24px;color:var(--primary-orange)}.clear-cart-btn{background:transparent;border:none;color:var(--primary-orange);font-size:.85rem;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:var(--radius-sm);transition:all var(--transition-fast)}.clear-cart-btn:hover{background:var(--primary-orange-light)}.cart-items-scroll{flex:1;overflow-y:auto;padding:15px}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:250px;text-align:center;color:var(--text-muted);padding:30px}.empty-cart svg{width:80px;height:80px;margin-bottom:20px;opacity:.4}.empty-cart p{font-size:1.1rem;font-weight:600;color:var(--text-secondary);margin:0 0 5px}.empty-cart span{font-size:.9rem}.cart-items-list{display:flex;flex-direction:column;gap:12px}.cart-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--light-bg);border-radius:var(--radius-md);transition:all var(--transition-fast)}.cart-item:hover{box-shadow:var(--shadow-sm)}.cart-item-image{width:55px;height:55px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;min-width:0}.cart-item-name{font-size:.9rem;font-weight:600;color:var(--text-primary);margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-price{font-size:.85rem;font-weight:500;color:var(--text-secondary)}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.quantity-controls{display:flex;align-items:center;gap:0;background:var(--card-bg);border-radius:var(--radius-sm);border:1px solid var(--border-light);overflow:hidden}.qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;font-size:1rem;font-weight:600;color:var(--primary-orange);cursor:pointer;transition:all var(--transition-fast)}.qty-btn:hover{background:var(--primary-orange-light)}.qty-btn:active{transform:scale(.9)}.qty-value{width:30px;text-align:center;font-size:.9rem;font-weight:600;color:var(--text-primary)}.remove-item-btn{background:transparent;border:none;padding:4px;cursor:pointer;color:var(--text-muted);transition:all var(--transition-fast);border-radius:var(--radius-sm)}.remove-item-btn:hover{color:#e53935;background:#ffebee}.remove-item-btn svg{width:16px;height:16px}.cart-panel-footer{padding:20px;border-top:1px solid var(--border-light);background:var(--card-bg);flex-shrink:0}.cart-summary{margin-bottom:15px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:.9rem;color:var(--text-secondary)}.summary-row.total{font-size:1.1rem;font-weight:700;color:var(--text-primary);border-top:1px solid var(--border-light);padding-top:12px;margin-top:5px}.checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,var(--primary-red) 0%,var(--primary-red-dark) 100%);color:#fff;border:none;padding:16px 24px;font-size:1rem;font-weight:600;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);box-shadow:0 4px 15px #e639464d}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e6394666}.checkout-btn:active{transform:translateY(0)}.checkout-btn svg{width:18px;height:18px}@media(min-width:1400px){.cart-panel{width:420px}.menu-items-scroll .food-cards-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199px){.cart-panel{width:350px}.menu-items-scroll .food-cards-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.cart-panel{width:320px;min-width:280px}.menu-items-scroll .food-cards-grid{grid-template-columns:repeat(2,1fr);gap:15px}.menu-panel-header{padding:15px}.menu-panel-title{font-size:1.3rem}.category-tabs{padding:10px 15px;gap:6px}.category-tab{padding:6px 12px;font-size:.8rem}.category-tab-image{width:24px;height:24px}.cart-panel-header{padding:15px}.cart-panel-title{font-size:1.1rem}}@media(max-width:767px){.split-screen-container{flex-direction:column;height:100vh}.menu-panel{flex:1;border-right:none;border-bottom:1px solid var(--border-light);min-height:0}.cart-panel{width:100%;max-width:none;min-width:auto;height:auto;max-height:45vh;box-shadow:0 -4px 20px #0000001a}.category-tabs{padding:10px 12px;gap:6px}.category-tab{padding:6px 10px;font-size:.75rem;gap:6px}.category-tab-image{width:22px;height:22px}.menu-items-scroll .food-cards-grid{grid-template-columns:repeat(3,1fr);gap:12px}.menu-items-scroll{padding:15px}.cart-items-scroll{padding:12px}.cart-item{padding:10px}.cart-item-image{width:45px;height:45px}.cart-item-name{font-size:.85rem}.cart-panel-footer{padding:15px}.checkout-btn{padding:14px 20px;font-size:.95rem}}@media(max-width:599px){.menu-items-scroll .food-cards-grid{grid-template-columns:repeat(2,1fr);gap:10px}.menu-panel-header{padding:12px 15px;gap:12px}.menu-panel-title{font-size:1.1rem}.category-tabs{padding:8px 10px;gap:5px}.category-tab{padding:5px 10px;font-size:.7rem}.category-tab-image{width:20px;height:20px}.cart-panel{max-height:50vh}.cart-panel-header{padding:12px 15px}.cart-panel-title{font-size:1rem}.cart-panel-title svg{width:20px;height:20px}.empty-cart svg{width:60px;height:60px}.empty-cart p{font-size:1rem}.cart-item-image{width:40px;height:40px}.cart-item-name{font-size:.8rem}.cart-item-price{font-size:.75rem}.qty-btn{width:26px;height:26px}.qty-value{width:24px;font-size:.85rem}}@media(max-width:479px){.menu-panel-header{padding:10px 12px}.menu-panel-header .back-button{padding:8px 12px;font-size:.8rem}.menu-panel-title{font-size:1rem}.category-tabs{padding:6px 8px;gap:4px}.category-tab{padding:4px 8px;font-size:.65rem;gap:4px}.category-tab-image{width:18px;height:18px}.menu-items-scroll{padding:10px}.menu-items-scroll .food-cards-grid{gap:8px}.cart-panel-header{padding:10px 12px}.clear-cart-btn{font-size:.75rem;padding:6px 10px}.cart-items-scroll{padding:10px}.cart-item{padding:8px;gap:10px}.cart-panel-footer{padding:12px}.summary-row{font-size:.85rem}.summary-row.total{font-size:1rem}.checkout-btn{padding:12px 16px;font-size:.9rem}}@media(max-height:600px)and (orientation:landscape){.split-screen-container{flex-direction:row}.menu-panel{border-right:1px solid var(--border-light);border-bottom:none}.cart-panel{width:300px;max-width:35vw;max-height:none;height:100%}.menu-panel-header{padding:10px 15px}.category-tabs{padding:6px 10px}.category-tab{padding:4px 8px;font-size:.65rem}.category-tab-image{width:18px;height:18px}.menu-items-scroll{padding:10px}.menu-items-scroll .food-cards-grid{grid-template-columns:repeat(3,1fr);gap:10px}.menu-items-scroll .food-card-img-wrapper{height:80px}.cart-panel-header{padding:10px 12px}.cart-items-scroll{padding:8px}.cart-item{padding:6px}.cart-item-image{width:35px;height:35px}.cart-panel-footer{padding:10px}.checkout-btn{padding:10px;font-size:.85rem}}.order-confirmation-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.order-confirmation-dialog{text-align:center;padding:40px}.tick-circle{width:120px;height:120px;margin:0 auto 30px}.tick-svg{width:100%;height:100%}.tick-circle-bg{stroke:var(--secondary-green);stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;transition:stroke-dashoffset .6s ease}.tick-check{stroke:var(--secondary-green);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;transition:stroke-dashoffset .3s ease .6s}.tick-circle.animate .tick-circle-bg,.tick-circle.animate .tick-check{stroke-dashoffset:0}.confirmation-text{opacity:0;transform:translateY(20px);transition:all .5s ease}.confirmation-text.show{opacity:1;transform:translateY(0)}.confirmation-text h2{color:#fff;font-size:2rem;margin:0 0 10px}.confirmation-text p{color:#fffc;font-size:1.1rem;margin:0}.waiting-screen-horizontal{height:100vh;display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:20px;padding:20px;background:linear-gradient(135deg,#faf8f3,#fff,#f9f3e3);overflow:hidden}.chat-bubbles-container{position:fixed;inset:0;pointer-events:none;z-index:200;overflow:hidden}.chat-bubble{position:absolute;bottom:-60px;padding:10px 18px;border-radius:20px;font-size:.9rem;font-weight:500;white-space:nowrap;animation:floatUp linear forwards;box-shadow:0 4px 15px #00000026}.chat-bubble.en{background:linear-gradient(135deg,#d4af37,#b8860b);color:#fff}.chat-bubble.ta{background:linear-gradient(135deg,#2d6a4f,#40916c);color:#fff}@keyframes floatUp{0%{transform:translateY(0) scale(.8);opacity:0}10%{transform:translateY(-10vh) scale(1);opacity:1}90%{transform:translateY(-85vh) scale(1);opacity:1}to{transform:translateY(-100vh) scale(.8);opacity:0}}.waiting-left{display:flex;align-items:center;justify-content:center;position:relative;z-index:150}.your-items-section{display:flex;flex-direction:column;background:var(--card-bg);border-radius:var(--radius-xl);padding:20px;box-shadow:var(--shadow-md);width:100%;height:100%;overflow:hidden}.your-items-section h3{font-size:1.2rem;color:var(--text-primary);margin:0 0 15px;flex-shrink:0}.logo-explore-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.waiting-logo-container{width:clamp(150px,20vw,250px);height:clamp(150px,20vw,250px);border-radius:50%;overflow:hidden;box-shadow:0 10px 40px #e639464d;margin-bottom:20px;border:4px solid white}.waiting-logo{width:100%;height:100%;object-fit:cover}.waiting-brand-name{font-family:Georgia,serif;font-size:clamp(1.5rem,2.5vw,2.2rem);color:var(--primary-orange);font-weight:700;font-style:italic;margin:0 0 5px}.waiting-brand-tagline{color:var(--text-muted);font-size:clamp(.85rem,1.2vw,1rem);margin:0 0 25px}.explore-btn{display:flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,var(--primary-red),var(--primary-red-dark));color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--transition-normal);box-shadow:0 4px 20px #e6394666}.explore-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #e6394680}.explore-btn svg{width:22px;height:22px}.slideshow-section{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.back-to-logo-btn{position:absolute;top:15px;left:15px;z-index:10;width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #0003;transition:all var(--transition-fast)}.back-to-logo-btn:hover{background:#fff;transform:scale(1.1)}.back-to-logo-btn svg{width:20px;height:20px;color:var(--text-primary)}.waiting-left .slideshow-container{position:relative;width:100%;height:100%;max-height:80vh;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}.slide-overlay{position:absolute;bottom:0;left:0;right:0;padding:30px 20px 20px;background:linear-gradient(transparent,#000c);color:#fff}.slide-overlay h4{font-size:1.3rem;margin:0 0 5px}.slide-overlay p{font-size:.9rem;margin:0;opacity:.9}.slideshow-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease}.dot.active{background:#fff;transform:scale(1.2)}.waiting-center{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}.waiting-header{text-align:center;margin-bottom:30px}.waiting-header h1{font-size:clamp(1.4rem,2.5vw,2rem);color:var(--text-primary);margin:0 0 8px}.waiting-header p{color:var(--text-secondary);font-size:clamp(.9rem,1.5vw,1.1rem);margin:0}.timer-display{text-align:center;margin-bottom:30px}.timer-value{display:block;font-size:clamp(3rem,6vw,5rem);font-weight:700;color:var(--primary-red);line-height:1;font-family:Courier New,monospace}.timer-label{display:block;font-size:1rem;color:var(--text-muted);margin-top:10px}.progress-slider{width:100%;max-width:400px;margin-bottom:40px}.progress-track{position:relative;height:12px;background:var(--border-light);border-radius:10px;overflow:visible}.progress-fill{height:100%;background:linear-gradient(90deg,var(--secondary-green),var(--primary-red));border-radius:10px;transition:width 1s linear}.progress-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:var(--primary-red);border-radius:50%;box-shadow:var(--shadow-md);transition:left 1s linear}.progress-labels{display:flex;justify-content:space-between;margin-top:12px;font-size:.85rem;color:var(--text-muted)}.waiting-actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:320px}.continue-btn,.end-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--transition-normal)}.continue-btn{background:var(--card-bg);border:2px solid var(--primary-red);color:var(--primary-red-dark)}.continue-btn:hover{background:var(--primary-red-light)}.continue-btn svg,.end-btn svg{width:20px;height:20px}.end-btn{background:linear-gradient(135deg,var(--primary-red),var(--primary-red-dark));border:none;color:#fff;box-shadow:0 4px 15px #e639464d}.end-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e6394666}.waiting-right{display:flex;flex-direction:column;background:var(--card-bg);border-radius:var(--radius-xl);padding:20px;box-shadow:var(--shadow-md);overflow:hidden;position:relative;z-index:150}.waiting-right h3{font-size:1.2rem;color:var(--text-primary);margin:0 0 15px;flex-shrink:0}.items-list{display:flex;flex-direction:column;gap:10px;overflow-y:auto;flex:1}.item-status{display:flex;align-items:center;justify-content:space-between;padding:10px;background:var(--light-bg);border-radius:var(--radius-md);flex-shrink:0}.item-info{display:flex;align-items:center;gap:10px;min-width:0}.item-info img{width:40px;height:40px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.item-info>div{min-width:0}.item-name{font-weight:600;color:var(--text-primary);font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.item-qty{display:block;font-size:.75rem;color:var(--text-muted)}.time-badge{background:var(--primary-red-light);color:var(--primary-red-dark);padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap;flex-shrink:0}@media(max-width:1024px){.waiting-screen-horizontal{grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr}.waiting-left{grid-column:1;grid-row:1 / 3}.waiting-center{grid-column:2;grid-row:1}.waiting-right{grid-column:2;grid-row:2}}@media(max-width:768px){.waiting-screen-horizontal{grid-template-columns:1fr;grid-template-rows:auto auto 1fr;height:auto;min-height:100vh;overflow-y:auto}.waiting-left{grid-column:1;grid-row:1;height:35vh}.waiting-left .slideshow-container{max-height:100%}.waiting-center{grid-column:1;grid-row:2;padding:15px}.waiting-right{grid-column:1;grid-row:3;max-height:40vh}.waiting-header h1{font-size:1.3rem}.timer-value{font-size:2.5rem}.waiting-actions{flex-direction:row}.continue-btn,.end-btn{flex:1;padding:12px 16px;font-size:.9rem}}.bill-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;overflow-y:auto;animation:fadeIn .3s ease}.bill-container{width:100%;max-width:400px;animation:slideUp .4s ease}.bill-paper{background:#fefefe;border-radius:4px;padding:25px 20px;position:relative;box-shadow:0 10px 40px #0000004d}.bill-header{text-align:center;margin-bottom:20px}.bill-logo{width:70px;height:70px;border-radius:var(--radius-md);object-fit:cover;margin-bottom:10px}.bill-header h1{font-family:Georgia,serif;font-size:1.5rem;color:var(--primary-orange);margin:0;font-style:italic}.bill-tagline{font-size:.8rem;color:var(--text-muted);margin:5px 0}.bill-address,.bill-contact{font-size:.75rem;color:var(--text-secondary);margin:3px 0}.bill-info{margin-bottom:15px}.bill-info-row{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-secondary);margin:4px 0}.bill-divider{height:1px;background:var(--text-primary);margin:10px 0}.bill-divider.dashed{background:none;border-top:1px dashed var(--text-muted)}.bill-divider.double{height:3px;background:linear-gradient(to bottom,var(--text-primary) 0%,var(--text-primary) 33%,transparent 33%,transparent 66%,var(--text-primary) 66%)}.bill-items-header{display:grid;grid-template-columns:2fr .5fr 1fr 1fr;gap:10px;font-size:.75rem;font-weight:700;color:var(--text-primary);text-transform:uppercase}.bill-items{margin:10px 0;max-height:200px;overflow-y:auto}.bill-item{display:grid;grid-template-columns:2fr .5fr 1fr 1fr;gap:10px;font-size:.8rem;color:var(--text-secondary);padding:6px 0}.bill-item .item-col{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bill-summary{margin:10px 0}.bill-summary .summary-row{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-secondary);padding:4px 0}.bill-grand-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;color:var(--text-primary);padding:10px 0}.bill-footer{text-align:center;margin-top:15px}.thank-you-text{font-size:1rem;font-weight:600;color:var(--primary-orange);margin:0 0 5px}.visit-again{font-size:.85rem;color:var(--text-muted);margin:0 0 15px}.bill-qr{display:flex;flex-direction:column;align-items:center;gap:5px}.qr-placeholder{width:60px;height:60px;background:var(--light-bg);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.qr-placeholder svg{width:40px;height:40px;color:var(--text-muted)}.bill-qr span{font-size:.7rem;color:var(--text-muted)}.bill-tear{position:absolute;bottom:-10px;left:0;right:0;height:10px;background:linear-gradient(135deg,#fefefe 25%,transparent 25%),linear-gradient(-135deg,#fefefe 25%,transparent 25%);background-size:20px 20px}.bill-close-btn{width:100%;margin-top:20px;padding:16px;background:linear-gradient(135deg,var(--primary-red),var(--primary-red-dark));color:#fff;border:none;border-radius:var(--radius-lg);font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all var(--transition-normal)}.bill-close-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e6394666}.bill-close-btn svg{width:22px;height:22px}.thankyou-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#d4af37,#b8860b);display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden;padding:20px}.thankyou-dialog{text-align:center;padding:40px 30px;position:relative;max-width:500px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.confetti-container{position:absolute;inset:0;overflow:hidden;pointer-events:none}.confetti{position:absolute;width:10px;height:10px;top:-20px;animation:confettiFall 4s linear infinite}@keyframes confettiFall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}.thankyou-content{opacity:0;transform:translateY(30px);transition:all .6s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.thankyou-content.show{opacity:1;transform:translateY(0)}.thankyou-logo{margin-bottom:20px;display:flex;align-items:center;justify-content:center}.thankyou-logo img{width:200px;height:auto;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.15))}.heart-animation{margin-bottom:20px;display:flex;align-items:center;justify-content:center}.heart-svg{width:60px;height:60px;fill:#fff;animation:heartBeat 1.2s ease-in-out infinite}@keyframes heartBeat{0%,to{transform:scale(1)}25%{transform:scale(1.1)}40%{transform:scale(1)}60%{transform:scale(1.1)}}.thankyou-content h1{font-size:2.5rem;color:#fff;margin:0 0 10px;text-shadow:0 2px 10px rgba(0,0,0,.2);text-align:center}.thankyou-content h2{font-size:1.3rem;color:#fffffff2;margin:0 0 15px;font-weight:500;text-align:center}.thankyou-content>p{color:#ffffffd9;font-size:1rem;margin:0 0 25px;line-height:1.5;text-align:center;max-width:400px}.rating-prompt{margin-bottom:25px;display:flex;flex-direction:column;align-items:center;width:100%}.rating-prompt p{color:#ffffffe6;font-size:.9rem;margin:0 0 10px;text-align:center}.stars{display:flex;justify-content:center;align-items:center;gap:8px}.star-btn{background:transparent;border:none;cursor:pointer;padding:5px;transition:transform .2s ease}.star-btn:hover{transform:scale(1.2)}.star-btn svg{width:32px;height:32px;fill:#fff6;transition:fill .2s ease}.star-btn:hover svg,.star-btn:hover~.star-btn svg{fill:#fff6}.stars:hover .star-btn svg{fill:gold}.stars .star-btn:hover~.star-btn svg{fill:#fff6}.social-links{margin-bottom:25px;display:flex;flex-direction:column;align-items:center;width:100%}.social-links p{color:#fffc;font-size:.85rem;margin:0 0 12px;text-align:center}.social-icons{display:flex;justify-content:center;align-items:center;gap:15px}.social-icon{width:45px;height:45px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-icon:hover{transform:translateY(-3px);background:#ffffff4d}.social-icon svg{width:22px;height:22px;fill:#fff}.thankyou-close-btn{background:#fff;color:#b8860b;border:none;padding:16px 50px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;opacity:0;transform:translateY(20px);margin-top:10px;transition:all .4s ease;box-shadow:0 4px 20px #0003}.thankyou-close-btn.show{opacity:1;transform:translateY(0)}.thankyou-close-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000004d}@media(max-width:767px){.waiting-screen{padding:15px}.waiting-header h1{font-size:1.5rem}.timer-section{padding:20px}.timer-value{font-size:2.8rem}.waiting-actions{flex-direction:column}.continue-btn,.end-btn{padding:14px 20px}.bill-container{max-width:100%}.bill-paper{padding:20px 15px}.thankyou-content h1{font-size:2rem}.thankyou-content h2{font-size:1.1rem}.thankyou-logo img{width:180px;height:auto}.thankyou-close-btn{padding:14px 40px;font-size:1rem}}@media(max-width:479px){.timer-value{font-size:2.2rem}.progress-thumb{width:35px;height:35px}.thumb-icon{font-size:1rem}.slideshow-container{aspect-ratio:4/3}.slide-overlay h4{font-size:1.1rem}.slide-overlay p{font-size:.8rem}.bill-items-header,.bill-item{font-size:.7rem}.bill-grand-total{font-size:1rem}.star-btn svg{width:26px;height:26px}.thankyou-content h1{font-size:1.8rem}.thankyou-content h2{font-size:1rem}.thankyou-content>p{font-size:.9rem}.thankyou-logo img{width:150px;height:auto}.heart-svg{width:50px;height:50px}.thankyou-close-btn{padding:12px 30px;font-size:.95rem}.social-icon{width:40px;height:40px}.social-icon svg{width:18px;height:18px}}.loading-screen{position:fixed;inset:0;background:#fff;display:flex;align-items:center;justify-content:flex-start;z-index:10000;overflow:hidden}.loading-logo{position:absolute;top:20px;left:25px;z-index:10}.loading-logo img{width:100px;height:auto;object-fit:contain}.loading-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:45%;padding:40px 40px 40px 60px}.loading-center{position:absolute;left:50%;top:50%;transform:translate(-25%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center}.vanakkam-text{font-size:5rem;font-weight:700;margin:0;position:relative}.glitter-text{background:linear-gradient(135deg,#d4af37,gold,#b8860b,gold,#d4af37);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmerText 3s ease-in-out infinite;text-shadow:none;filter:drop-shadow(0 0 10px rgba(212,175,55,.5))}@keyframes shimmerText{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.glitter-particles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:200px;pointer-events:none}.glitter-particles .particle{position:absolute;width:8px;height:8px;background:gold;border-radius:50%;animation:sparkle 2s ease-in-out infinite;box-shadow:0 0 10px gold,0 0 20px #d4af37}.glitter-particles .particle:nth-child(1){top:10%;left:20%;animation-delay:0s}.glitter-particles .particle:nth-child(2){top:20%;left:80%;animation-delay:.2s}.glitter-particles .particle:nth-child(3){top:40%;left:10%;animation-delay:.4s}.glitter-particles .particle:nth-child(4){top:60%;left:90%;animation-delay:.6s}.glitter-particles .particle:nth-child(5){top:80%;left:30%;animation-delay:.8s}.glitter-particles .particle:nth-child(6){top:90%;left:70%;animation-delay:1s}.glitter-particles .particle:nth-child(7){top:5%;left:50%;animation-delay:.3s}.glitter-particles .particle:nth-child(8){top:50%;left:5%;animation-delay:.5s}.glitter-particles .particle:nth-child(9){top:50%;left:95%;animation-delay:.7s}.glitter-particles .particle:nth-child(10){top:95%;left:50%;animation-delay:.9s}.glitter-particles .particle:nth-child(11){top:30%;left:40%;animation-delay:1.1s}.glitter-particles .particle:nth-child(12){top:70%;left:60%;animation-delay:1.3s}@keyframes sparkle{0%,to{opacity:0;transform:scale(0) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}}.loading-video-container{width:100%;max-width:500px;margin-bottom:30px;border-radius:0;background:transparent;box-shadow:none}@keyframes glowingBorder{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.loading-video{width:100%;height:auto;display:block;object-fit:contain;background:#fff;border-radius:0}.loading-logo-placeholder{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2a2a2a,#1a1a1a)}.loading-logo-placeholder img{width:200px;height:200px;border-radius:20px;object-fit:cover;animation:logoPulse 2s ease-in-out infinite}@keyframes logoPulse{0%,to{transform:scale(1);box-shadow:0 0 30px #d4af3766}50%{transform:scale(1.05);box-shadow:0 0 50px #d4af3799}}.loading-progress-container{width:100%;max-width:400px}.loading-progress-bar{width:100%;height:6px;background:#b8860b1a;border-radius:50px;overflow:visible;position:relative}.loading-progress-fill{height:100%;background:linear-gradient(90deg,#c9a227,#d4af37 40%,#f4d03f 60%,#d4af37);border-radius:50px;position:relative;width:0%;transition:width .1s linear;box-shadow:0 0 20px #d4af3799,0 0 40px #d4af374d}.loading-progress-glow{position:absolute;right:-3px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#f4d03f;border-radius:50%;box-shadow:0 0 15px #d4af37,0 0 30px #d4af37,0 0 45px #d4af3780;animation:glowPulse 1s ease-in-out infinite}@keyframes glowPulse{0%,to{box-shadow:0 0 15px #d4af37,0 0 30px #d4af37,0 0 45px #d4af3780;transform:translateY(-50%) scale(1)}50%{box-shadow:0 0 20px #f4d03f,0 0 40px #d4af37,0 0 60px #d4af37b3;transform:translateY(-50%) scale(1.2)}}.loading-progress-dots{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 10px;pointer-events:none}.loading-progress-dots .dot{width:4px;height:4px;background:#b8860b4d;border-radius:50%;transition:background .3s ease}.loading-progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.loading-progress-text{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.loading-percentage{font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:700;color:#b8860b;letter-spacing:2px}.loading-label{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;color:#c9a227;letter-spacing:3px;text-transform:uppercase}.loading-dots{display:inline-block;animation:dotsAnimation 1.5s infinite}@keyframes dotsAnimation{0%,20%{opacity:.2}40%{opacity:.6}60%,to{opacity:1}}@media(max-width:768px){.loading-content{padding:20px}.loading-video-container{margin-bottom:40px}.loading-logo-placeholder img{width:150px;height:150px}.loading-progress-text span{font-size:1rem}}@media(max-width:480px){.loading-logo-placeholder img{width:120px;height:120px}.loading-progress-bar{height:4px}.loading-progress-text span{font-size:.9rem}}@media(min-width:1200px)and (max-width:1366px){.homepage{min-height:100vh}.navbar{padding:15px 35px}.nav-logo img{width:70px;height:70px}.nav-logo-text{height:80px}.hero-section{padding:25px 40px 40px 60px;min-height:calc(100vh - 90px)}.hero-content{flex:0 0 42%;max-width:420px}.hero-title-image{max-width:115%}.hero-visual{min-height:450px}.red-blob{width:380px;height:380px}.chef-image{width:350px}.floating-food{transform:scale(.75)}.start-ordering-btn{margin-top:25px;margin-left:100px;padding:20px 50px;font-size:1.3rem}.loading-video-container{max-width:550px}.category-section{max-width:1100px;padding:40px 35px}.category-icons-grid{grid-template-columns:repeat(7,1fr);gap:25px 20px}.category-icon-image-wrapper{width:85px;height:85px}}@media(min-width:1366px)and (max-width:1440px){.navbar{padding:18px 40px}.nav-logo img{width:75px;height:75px}.nav-logo-text{height:85px}.hero-section{padding:30px 45px 45px 70px;min-height:calc(100vh - 95px)}.hero-content{flex:0 0 40%;max-width:440px}.hero-title-image{max-width:120%}.hero-visual{min-height:480px}.red-blob{width:420px;height:420px}.chef-image{width:390px}.floating-food{transform:scale(.8)}.start-ordering-btn{margin-top:28px;margin-left:110px;padding:22px 55px;font-size:1.35rem}.loading-video-container{max-width:600px}.category-section{max-width:1150px;padding:45px 40px}.category-icons-grid{gap:30px 25px}.category-icon-image-wrapper{width:90px;height:90px}}@media(min-width:1440px)and (max-width:1536px){.navbar{padding:18px 45px}.nav-logo img{width:78px;height:78px}.nav-logo-text{height:90px}.hero-section{padding:35px 50px 50px 75px;min-height:calc(100vh - 100px)}.hero-content{flex:0 0 40%;max-width:460px}.hero-title-image{max-width:125%}.hero-visual{min-height:520px}.red-blob{width:460px;height:460px}.chef-image{width:430px}.floating-food{transform:scale(.85)}.start-ordering-btn{margin-top:30px;margin-left:120px;padding:24px 58px;font-size:1.4rem}.loading-video-container{max-width:650px}.category-section{max-width:1200px}.category-icon-image-wrapper{width:95px;height:95px}}@media(min-width:1536px)and (max-width:1680px){.navbar{padding:20px 50px}.nav-logo img{width:80px;height:80px}.nav-logo-text{height:95px}.hero-section{padding:40px 55px 55px 80px}.hero-content{max-width:480px}.hero-title-image{max-width:130%}.hero-visual{min-height:550px}.red-blob{width:500px;height:500px}.chef-image{width:470px}.floating-food{transform:scale(.9)}.start-ordering-btn{margin-left:130px;padding:24px 60px;font-size:1.45rem}.loading-video-container{max-width:700px}.category-section{max-width:1300px}.category-icon-image-wrapper{width:100px;height:100px}}@media(min-width:1680px)and (max-width:1920px){.navbar{padding:20px 55px}.nav-logo img{width:85px;height:85px}.nav-logo-text{height:100px}.hero-section{padding:45px 60px 60px 90px}.hero-content{max-width:520px}.hero-title-image{max-width:135%}.hero-visual{min-height:580px}.red-blob{width:540px;height:540px}.chef-image{width:500px}.start-ordering-btn{margin-left:140px;padding:26px 65px;font-size:1.5rem}.loading-video-container{max-width:750px}.category-section{max-width:1400px}.category-icon-image-wrapper{width:105px;height:105px}}@media(min-width:1200px)and (max-height:800px){.navbar{padding:12px 35px}.nav-logo img{width:65px;height:65px}.nav-logo-text{height:70px}.hero-section{padding:15px 35px 25px 55px;min-height:calc(100vh - 75px)}.hero-title-image{max-width:105%}.hero-visual{min-height:380px}.red-blob{width:320px;height:320px}.chef-image{width:300px}.floating-food{transform:scale(.65)}.start-ordering-btn{margin-top:15px;margin-left:90px;padding:16px 40px;font-size:1.15rem}.loading-logo img{width:75px}.loading-video-container{max-width:450px;margin-bottom:30px}.menu-header{padding-top:75px}.menu-title-image{height:55px}.category-section{padding:30px 35px}.category-icons-grid{gap:20px 18px}.category-icon-image-wrapper{width:75px;height:75px}.category-icon-label{font-size:.85rem}}@media(min-width:1200px)and (min-height:800px)and (max-height:900px){.navbar{padding:15px 40px}.nav-logo img{width:70px;height:70px}.nav-logo-text{height:78px}.hero-section{padding:20px 40px 35px 65px;min-height:calc(100vh - 85px)}.hero-title-image{max-width:112%}.hero-visual{min-height:420px}.red-blob{width:360px;height:360px}.chef-image{width:340px}.floating-food{transform:scale(.72)}.start-ordering-btn{margin-top:20px;margin-left:100px;padding:18px 48px;font-size:1.25rem}.loading-video-container{max-width:520px;margin-bottom:35px}.category-section{padding:35px 40px}.category-icon-image-wrapper{width:82px;height:82px}}@media(min-width:1200px)and (min-height:900px)and (max-height:1000px){.hero-section{padding:30px 45px 45px 75px}.hero-visual{min-height:500px}.red-blob{width:420px;height:420px}.chef-image{width:400px}.floating-food{transform:scale(.82)}.start-ordering-btn{margin-top:28px;padding:22px 55px;font-size:1.35rem}.loading-video-container{max-width:600px}}@media(min-width:1200px)and (min-height:1000px){.hero-section{padding:40px 50px 60px 80px}.hero-visual{min-height:580px}.red-blob{width:500px;height:500px}.chef-image{width:470px}.start-ordering-btn{margin-top:35px;padding:26px 62px;font-size:1.45rem}.loading-video-container{max-width:700px;margin-bottom:50px}}@media(min-width:1250px)and (max-width:1300px)and (min-height:780px)and (max-height:820px){.hero-section{padding:25px 40px 35px 60px}.red-blob{width:350px;height:350px}.chef-image{width:330px}.start-ordering-btn{margin-left:95px;padding:18px 45px;font-size:1.2rem}}@media(min-width:1480px)and (max-width:1550px)and (min-height:950px)and (max-height:1010px){.hero-section{padding:35px 50px 50px 80px}.red-blob{width:450px;height:450px}.chef-image{width:420px}.start-ordering-btn{margin-left:125px;padding:24px 58px;font-size:1.4rem}}@media(min-width:1700px)and (max-width:1760px)and (min-height:1080px)and (max-height:1150px){.hero-section{padding:45px 60px 60px 95px}.red-blob{width:520px;height:520px}.chef-image{width:490px}.start-ordering-btn{margin-left:145px;padding:28px 68px;font-size:1.55rem}}@media(min-width:1340px)and (max-width:1400px)and (min-height:740px)and (max-height:790px){.navbar{padding:12px 35px}.nav-logo img{width:65px;height:65px}.nav-logo-text{height:72px}.hero-section{padding:18px 38px 30px 58px;min-height:calc(100vh - 78px)}.hero-title-image{max-width:108%}.red-blob{width:340px;height:340px}.chef-image{width:320px}.floating-food{transform:scale(.68)}.start-ordering-btn{margin-top:18px;margin-left:95px;padding:17px 42px;font-size:1.18rem}.loading-video-container{max-width:480px}.category-icon-image-wrapper{width:78px;height:78px}}@media(min-width:1880px)and (max-width:1960px)and (min-height:1040px)and (max-height:1100px){.navbar{padding:22px 55px}.nav-logo img{width:88px;height:88px}.nav-logo-text{height:105px}.hero-section{padding:50px 65px 65px 100px}.hero-title-image{max-width:138%}.red-blob{width:560px;height:560px}.chef-image{width:520px}.start-ordering-btn{margin-left:150px;padding:28px 70px;font-size:1.55rem}.loading-video-container{max-width:780px}.category-icon-image-wrapper{width:110px;height:110px}}@media(min-aspect-ratio:16/10){.homepage{min-height:100vh;height:100vh;overflow:hidden}.hero-section{min-height:calc(100vh - 100px);height:calc(100vh - 100px);padding:20px 50px 30px 80px}.hero-content{flex:0 0 38%}.hero-title-image{max-width:120%}.hero-visual{min-height:auto;height:100%}.red-blob{width:clamp(350px,35vw,550px);height:clamp(350px,35vw,550px)}.chef-image{width:clamp(300px,32vw,500px)}.floating-food{transform:scale(.85)}.start-ordering-btn{margin-top:20px;padding:18px 45px;font-size:1.3rem}.loading-content{max-width:80vw}.loading-video-container{max-width:60vw}}@media(min-aspect-ratio:21/10){.hero-section{padding:15px 80px 20px 120px}.hero-content{flex:0 0 35%;max-width:500px}.hero-visual{flex:0 0 50%}.red-blob{width:clamp(300px,28vw,450px);height:clamp(300px,28vw,450px)}.chef-image{width:clamp(280px,26vw,420px)}.loading-video-container{max-width:50vw}}@media(max-aspect-ratio:16/10)and (min-aspect-ratio:4/3){.homepage{min-height:100vh}.hero-section{min-height:calc(100vh - 100px);padding:30px 50px 40px 80px}.hero-visual{min-height:550px}.red-blob{width:clamp(400px,40vw,600px);height:clamp(400px,40vw,600px)}.chef-image{width:clamp(350px,38vw,550px)}}@media(max-aspect-ratio:4/3)and (min-width:769px){.hero-section{padding:40px 40px 60px 60px}.hero-content{flex:0 0 45%}.hero-visual{flex:0 0 50%;min-height:500px}.red-blob{width:380px;height:380px}.chef-image{width:360px}}@media(max-height:600px)and (orientation:landscape){.homepage{min-height:100vh;height:auto}.navbar{padding:10px 30px}.nav-logo img{width:60px;height:60px}.nav-logo-text{height:65px}.hero-section{min-height:calc(100vh - 70px);padding:15px 30px 20px 50px}.hero-title-image{max-width:100%}.hero-visual{min-height:350px}.red-blob{width:280px;height:280px}.chef-image{width:260px}.floating-food{transform:scale(.65)}.start-ordering-btn{margin-top:15px;margin-left:80px;padding:14px 35px;font-size:1.1rem}.loading-logo img{width:70px}.loading-content{padding:15px}.loading-video-container{max-width:50vh;margin-bottom:25px}.loading-progress-container{max-width:60vw}.menu-header{padding-top:70px}.menu-title-image{height:50px}.category-section{padding:30px}.category-icons-grid{gap:20px 15px}.category-icon-image-wrapper{width:70px;height:70px}}@media(max-height:500px)and (orientation:landscape){.navbar{padding:8px 25px}.nav-logo img{width:50px;height:50px}.nav-logo-text{height:55px}.hero-section{padding:10px 25px 15px 40px}.hero-title-image{max-width:90%}.red-blob{width:220px;height:220px}.chef-image{width:200px}.floating-food{transform:scale(.5)}.start-ordering-btn{margin-top:10px;margin-left:60px;padding:12px 30px;font-size:1rem}.loading-video-container{max-width:40vh;margin-bottom:20px}.menu-header{padding-top:60px}.menu-title-image{height:40px}.category-icon-image-wrapper{width:60px;height:60px}.category-icon-label{font-size:.8rem}}@media(min-width:1600px){.hero-section{padding:50px 80px 70px 120px}.hero-content{max-width:550px}.hero-title-image{max-width:140%}.red-blob{width:600px;height:600px}.chef-image{width:550px}.start-ordering-btn{padding:28px 70px;font-size:1.6rem}.loading-video-container{max-width:800px}.category-section{max-width:1400px}}@media(min-width:2000px){.homepage{max-width:2400px;margin:0 auto}.hero-section{padding:60px 100px 80px 150px}.hero-content{max-width:650px}.hero-title-image{max-width:150%}.red-blob{width:700px;height:700px}.chef-image{width:650px}.start-ordering-btn{padding:32px 80px;font-size:1.8rem}.nav-logo img{width:100px;height:100px}.nav-logo-text{height:120px}.loading-video-container{max-width:1000px}.category-section{max-width:1800px}.category-icon-image-wrapper{width:130px;height:130px}}.food-card.voice-highlighted{animation:voice-highlight-pulse 1.5s ease-in-out infinite;box-shadow:0 0 30px #e9456099,0 0 60px #e945604d;border:3px solid #e94560;transform:scale(1.05);z-index:10}@keyframes voice-highlight-pulse{0%,to{box-shadow:0 0 30px #e9456099,0 0 60px #e945604d}50%{box-shadow:0 0 40px #e94560cc,0 0 80px #e9456066}}.food-card.in-cart{position:relative}.food-card.in-cart:after{content:"✓ In Cart";position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600;box-shadow:0 2px 10px #4ade8066}.voice-toggle-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.voice-toggle-btn.disconnected{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 15px #6366f14d}.voice-toggle-btn.connected{background:linear-gradient(135deg,#ef4444,#f87171);color:#fff;box-shadow:0 4px 15px #ef44444d}.voice-toggle-btn.connecting{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;box-shadow:0 4px 15px #f59e0b4d;animation:connecting-pulse 1s ease-in-out infinite}@keyframes connecting-pulse{0%,to{opacity:1}50%{opacity:.7}}.voice-toggle-btn:hover{transform:translateY(-2px)}.voice-toggle-btn:active{transform:scale(.95)}.voice-icon{width:20px;height:20px}.categories-container .category-btn.voice-active{background:linear-gradient(135deg,#e94560,#ff6b8a);color:#fff;transform:scale(1.1);box-shadow:0 4px 20px #e9456066}.food-options-container.voice-connected{padding-bottom:100px}@keyframes voice-fly-to-cart{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.6)}to{opacity:0;transform:scale(.3)}}.voice-flying-item{position:fixed;z-index:9999;pointer-events:none;animation:voice-fly-to-cart .8s ease-in-out forwards}.voice-added-notification{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;pointer-events:none;animation:popInScaleAndFade 2.5s ease-out forwards}.voice-added-content{display:flex;flex-direction:column;align-items:center;gap:16px;background:linear-gradient(145deg,#fff,#f8f9fa);padding:24px;border-radius:24px;box-shadow:0 20px 60px #0000004d,0 8px 24px #4caf504d;min-width:280px;max-width:320px;border:3px solid #4CAF50}.voice-added-image{width:180px;height:180px;border-radius:16px;object-fit:cover;border:4px solid #4CAF50;box-shadow:0 8px 24px #0003}.voice-added-details{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.voice-added-name{font-size:20px;font-weight:700;color:#333;margin-bottom:4px}.voice-added-info{font-size:16px;color:#4caf50;font-weight:600;margin-top:4px}.voice-added-icon{width:48px;height:48px;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:checkmarkPop .4s ease-out .3s both;box-shadow:0 4px 12px #4caf5066}.voice-added-icon svg{width:28px;height:28px;color:#fff}@keyframes popInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}40%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}60%{transform:translate(-50%,-50%) scale(.95)}80%{transform:translate(-50%,-50%) scale(1.02)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes popInScaleAndFade{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}15%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}25%{transform:translate(-50%,-50%) scale(.95)}35%{transform:translate(-50%,-50%) scale(1.02)}40%{opacity:1;transform:translate(-50%,-50%) scale(1)}85%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}@keyframes slideDownBounce{0%{opacity:0;transform:translate(-50%) translateY(-100%) scale(.8)}30%{opacity:1;transform:translate(-50%) translateY(0) scale(1.05)}45%{transform:translate(-50%) translateY(-8px) scale(1)}60%{transform:translate(-50%) translateY(0) scale(1)}80%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(-20px) scale(.9)}}@keyframes checkmarkPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.3)}to{transform:scale(1);opacity:1}}.voice-removed-notification{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:10000;pointer-events:none;animation:slideDownBounce 1.2s ease-out forwards}.voice-removed-content{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#ef4444,#dc2626);padding:12px 20px;border-radius:50px;box-shadow:0 8px 32px #ef444466,0 4px 12px #00000026;min-width:280px}.voice-removed-image{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.5);box-shadow:0 2px 8px #0003;opacity:.8}.voice-removed-details{display:flex;flex-direction:column;flex:1}.voice-removed-name{font-size:16px;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1);text-decoration:line-through;text-decoration-color:#ffffffb3}.voice-removed-info{font-size:13px;color:#ffffffe6;margin-top:2px}.voice-removed-icon{width:32px;height:32px;background:#ffffff40;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:checkmarkPop .4s ease-out .3s both}.voice-removed-icon svg{width:18px;height:18px;color:#fff}@media(max-width:768px){.voice-toggle-btn{padding:8px 16px;font-size:12px}.voice-toggle-btn span{display:none}.food-card.voice-highlighted{transform:scale(1.02)}.food-options-container.voice-connected{padding-bottom:80px}}
