:root{
  --bg:#0d0d0d;--surface:#161616;--card:#1e1e1e;--border:rgba(255,255,255,.07);--accent:#FF4D00;--accent2:#FFB800;--green:#00E676;--white:#F5F5F0;--muted:rgba(245,245,240,.48);--font-h:-apple-system,BlinkMacSystemFont,'SF Pro Display','SF Pro Text','Helvetica Neue',Arial,sans-serif;--font-b:-apple-system,BlinkMacSystemFont,'SF Pro Text','SF Pro Display','Helvetica Neue',Arial,sans-serif;--r:16px;--r-sm:10px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:#050505}
body.majoapp-dark-menu{background:var(--bg);color:var(--white);font-family:var(--font-b);-webkit-font-smoothing:antialiased;overflow-x:hidden;max-width:430px;margin:0 auto;min-height:100vh;position:relative;box-shadow:0 0 0 1px rgba(255,255,255,.05),0 30px 90px rgba(0,0,0,.55)}
a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}button{cursor:pointer}.majo-skip-link{position:fixed;left:-999px;top:10px;background:#fff;color:#111;padding:10px;border-radius:8px;z-index:10000}.majo-skip-link:focus{left:10px}
body.admin-bar #splash{top:32px}@media(max-width:782px){body.admin-bar #splash{top:46px}}

@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes spinIn{from{opacity:0;transform:rotate(-8deg) scale(.92)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}@keyframes waBounce{0%,100%{transform:scale(1) rotate(0)}30%{transform:scale(1.12) rotate(-6deg)}60%{transform:scale(1.08) rotate(4deg)}}@keyframes dotPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.6)}}@keyframes toastIn{from{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastOut{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.9)}}@keyframes cartBounce{0%,100%{transform:scale(1)}30%{transform:scale(1.25)}60%{transform:scale(.9)}}

#splash{position:fixed;inset:0;z-index:9999;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:opacity .5s ease,visibility .5s ease}#splash.hidden{opacity:0;visibility:hidden}.splash-logo{width:80px;height:80px;background:var(--accent);border-radius:24px;display:flex;align-items:center;justify-content:center;font-family:var(--font-h);font-size:2rem;font-weight:800;color:#fff;animation:spinIn .6s ease both;box-shadow:0 0 60px rgba(255,77,0,.4)}.splash-name{font-family:var(--font-h);font-size:1.2rem;font-weight:700;color:var(--white);letter-spacing:.04em;animation:fadeUp .6s .2s ease both}.splash-dots{display:flex;gap:6px;margin-top:1rem;animation:fadeIn .5s .4s ease both}.splash-dots span{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:dotPulse 1s ease infinite}.splash-dots span:nth-child(2){animation-delay:.2s}.splash-dots span:nth-child(3){animation-delay:.4s}

.wa-float{position:fixed;bottom:5.5rem;right:calc(50% - 199px);z-index:500;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.6rem;box-shadow:0 4px 20px rgba(37,211,102,.45);animation:waBounce 3s ease-in-out infinite;transition:transform .2s}.wa-float:active{transform:scale(.9)}.wa-label-tooltip{position:fixed;bottom:7.3rem;right:calc(50% - 142px);z-index:500;background:#1a1a1a;border:1px solid rgba(37,211,102,.3);border-radius:var(--r-sm);padding:.4rem .8rem;font-size:.7rem;font-weight:600;color:var(--green);white-space:nowrap;pointer-events:none;animation:fadeIn 1s 1s ease both,fadeIn .5s 4s ease reverse forwards;opacity:0}@media(max-width:430px){.wa-float{right:1rem}.wa-label-tooltip{right:4.5rem}}

.topbar{position:sticky;top:0;z-index:100;background:rgba(13,13,13,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.75rem 1.2rem;display:flex;align-items:center;justify-content:space-between}.topbar-logo{display:flex;align-items:center;gap:.5rem;min-width:0}.topbar-logo-icon{width:32px;height:32px;border-radius:8px;background:var(--accent);display:flex;align-items:center;justify-content:center;font-family:var(--font-h);font-size:.75rem;font-weight:800;color:#fff;flex:0 0 auto}.topbar-name{font-family:var(--font-h);font-size:.9rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-right{display:flex;align-items:center;gap:.7rem}.cart-btn{position:relative;background:var(--card);border:1px solid var(--border);border-radius:var(--r-sm);padding:.45rem .7rem;display:flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;color:var(--white);transition:background .2s,border-color .2s}.cart-btn:hover{background:#2a2a2a;border-color:var(--accent)}.cart-btn.animate{animation:cartBounce .4s ease}.cart-count{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--accent);color:#fff;font-size:.6rem;font-weight:800;display:none;align-items:center;justify-content:center}.cart-count.show{display:flex}.search-btn{width:36px;height:36px;background:var(--card);border:1px solid var(--border);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background .2s;color:var(--white)}.search-btn:hover{background:#2a2a2a}
.search-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:.75rem 1.2rem;display:none}.search-bar.open{display:block;animation:fadeUp .2s ease both}.search-input-wrap{position:relative}.search-input{width:100%;background:var(--card);border:1px solid var(--border);border-radius:var(--r-sm);padding:.6rem 1rem .6rem 2.5rem;color:var(--white);font-size:.85rem;outline:none;transition:border-color .2s}.search-input:focus{border-color:var(--accent)}.search-input::placeholder{color:var(--muted)}.search-icon-input{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);font-size:.9rem;color:var(--muted);pointer-events:none}

.hero-slider{position:relative;height:280px;overflow:hidden}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .8s ease}.hero-slide.active{opacity:1}.hero-slide-1{background:linear-gradient(135deg,#1a0a00 0%,#3d1500 40%,#2a1000 100%)}.hero-slide-2{background:linear-gradient(135deg,#001a0a 0%,#003d15 40%,#001e0a 100%)}.hero-slide-3{background:linear-gradient(135deg,#0a001a 0%,#25003d 40%,#150028 100%)}.hero-slide::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 70% 50%,rgba(255,77,0,.15) 0%,transparent 60%)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 30%,var(--bg) 100%);z-index:2}.hero-content{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:1.5rem 1.2rem 1rem}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,77,0,.15);border:1px solid rgba(255,77,0,.4);border-radius:100px;padding:.25rem .75rem;font-size:.65rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem}.hero-badge::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 1.5s ease infinite}.hero-restaurant-name{font-family:var(--font-h);font-size:2rem;font-weight:800;line-height:1;color:var(--white);margin-bottom:.3rem}.hero-restaurant-name span{color:var(--accent)}.hero-desc{font-size:.8rem;color:var(--muted);line-height:1.5;margin-bottom:.8rem;max-width:300px}.hero-stats{display:flex;gap:1rem;flex-wrap:wrap}.hero-stat{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:var(--muted)}.hero-stat strong{color:var(--white);font-weight:600}.hero-dots{position:absolute;bottom:1rem;right:1.2rem;z-index:4;display:flex;gap:5px}.hero-dot{width:20px;height:4px;border-radius:2px;background:rgba(255,255,255,.25);transition:background .3s,width .3s;border:0;font-size:0}.hero-dot.active{background:var(--accent);width:32px}.hero-emoji-deco{position:absolute;right:1.5rem;top:1.5rem;font-size:5rem;z-index:3;filter:drop-shadow(0 8px 20px rgba(0,0,0,.5));animation:fadeIn .8s .5s ease both;opacity:.9}

.feature-strip{display:flex;gap:0;overflow-x:auto;background:rgba(255,77,0,.06);border-top:1px solid rgba(255,77,0,.15);scrollbar-width:none}.feature-strip::-webkit-scrollbar{display:none}.feature-item{flex-shrink:0;display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.68rem;font-weight:500;color:var(--muted);border-right:1px solid rgba(255,77,0,.1)}.feature-item span:first-child{font-size:.9rem}

.cats-section{padding:1rem 0 0;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:57px;z-index:90}.cats-label{font-size:.6rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);padding:0 1.2rem;margin-bottom:.6rem}.cats-scroll{display:flex;gap:.5rem;overflow-x:auto;padding:0 1.2rem 1rem;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.cats-scroll::-webkit-scrollbar{display:none}.cat-chip{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex-shrink:0;background:transparent;border:0;color:var(--muted);transition:transform .2s}.cat-chip:active{transform:scale(.94)}.cat-icon-wrap{width:54px;height:54px;border-radius:16px;background:var(--card);border:2px solid transparent;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:border-color .2s,background .2s,transform .2s}.cat-chip.active .cat-icon-wrap,.cat-chip.is-active .cat-icon-wrap{border-color:var(--accent);background:rgba(255,77,0,.12);transform:scale(1.05)}.cat-name{font-size:.62rem;font-weight:600;color:var(--muted);text-align:center;white-space:nowrap;transition:color .2s}.cat-chip.active .cat-name,.cat-chip.is-active .cat-name{color:var(--accent)}

.promo-banner{margin:1rem 1.2rem;background:linear-gradient(135deg,#1a0800 0%,#2d1200 100%);border:1px solid rgba(255,184,0,.25);border-radius:var(--r);padding:1rem;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative;gap:1rem}.promo-banner::before{content:'🔥';position:absolute;right:-10px;top:-10px;font-size:5rem;opacity:.08}.promo-tag{font-size:.6rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent2);margin-bottom:.2rem}.promo-title{font-family:var(--font-h);font-size:1.1rem;font-weight:800;color:var(--white);line-height:1.2}.promo-sub{font-size:.72rem;color:var(--muted);margin-top:.2rem}.promo-countdown{display:flex;gap:.4rem;align-items:center;position:relative}.count-unit{background:rgba(0,0,0,.4);border-radius:8px;padding:.3rem .5rem;text-align:center;min-width:38px}.count-num{font-family:var(--font-h);font-size:1.1rem;font-weight:800;color:var(--accent2);display:block;line-height:1}.count-label{font-size:.5rem;color:var(--muted)}.count-sep{font-size:1rem;color:var(--accent2);font-weight:800}

.products-section{padding:1.2rem 1.2rem 0}.products-section-title{font-family:var(--font-h);font-size:1.15rem;font-weight:700;margin-bottom:.1rem}.products-section-sub{font-size:.72rem;color:var(--muted);margin-bottom:1rem}.cat-section{margin-bottom:2rem}.cat-section-head{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.cat-section-emoji{font-size:1.3rem}.cat-section-name{font-family:var(--font-h);font-size:1rem;font-weight:700}.cat-section-count{margin-left:auto;background:var(--card);border-radius:100px;padding:.15rem .6rem;font-size:.65rem;color:var(--muted)}.product-list{display:flex;flex-direction:column;gap:.75rem}.menu-demo-note{background:rgba(255,184,0,.12);border:1px solid rgba(255,184,0,.25);color:var(--accent2);font-weight:700;border-radius:var(--r);padding:.8rem 1rem;margin:0 0 1rem;font-size:.78rem;line-height:1.5}
.product-card{background:var(--card);border-radius:var(--r);border:1px solid var(--border);overflow:hidden;position:relative;transition:border-color .2s,transform .15s;animation:fadeUp .4s ease both}.product-card:active{transform:scale(.99)}.product-card:hover{border-color:rgba(255,77,0,.3)}.product-card.is-out{opacity:.5}.product-card-inner{display:flex;align-items:stretch;gap:0;min-height:108px}.product-info{flex:1;padding:.85rem 0 .85rem .9rem;display:flex;flex-direction:column;min-width:0}.product-badges{display:flex;gap:.35rem;margin-bottom:.4rem;flex-wrap:wrap;min-height:0}.badge{font-size:.55rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.15rem .45rem;border-radius:4px}.badge-new{background:rgba(0,230,118,.15);color:var(--green)}.badge-hot{background:rgba(255,77,0,.15);color:var(--accent)}.badge-pop{background:rgba(255,184,0,.15);color:var(--accent2)}.badge-veg{background:rgba(0,230,118,.1);color:var(--green);border:1px solid rgba(0,230,118,.2)}.product-name{font-family:var(--font-h);font-size:.95rem;font-weight:700;color:var(--white);line-height:1.2;margin-bottom:.3rem}.product-desc{font-size:.73rem;color:var(--muted);line-height:1.45;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-tags{display:flex;gap:.25rem;flex-wrap:wrap;margin-top:.45rem}.product-tags span{font-size:.58rem;color:var(--muted);border:1px solid var(--border);background:rgba(255,255,255,.03);border-radius:999px;padding:.1rem .38rem}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.6rem;padding-right:.9rem}.product-price{font-family:var(--font-h);font-size:1rem;font-weight:800;color:var(--white)}.product-price .old-price{font-size:.7rem;font-weight:400;color:var(--muted);text-decoration:line-through;margin-right:.3rem}.product-price .discount{font-size:.65rem;font-weight:700;background:rgba(0,230,118,.15);color:var(--green);border-radius:4px;padding:.1rem .3rem;margin-left:.3rem}.add-btn{width:32px;height:32px;border-radius:10px;background:var(--accent);border:0;color:#fff;font-size:1.2rem;font-weight:300;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s;flex-shrink:0}.add-btn:disabled{background:#555;cursor:not-allowed}.add-btn:active{transform:scale(.88)}.add-btn:hover:not(:disabled){background:#ff6520}.add-btn.added{background:var(--green)}.product-img-wrap{width:110px;flex-shrink:0;position:relative;overflow:hidden}.product-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.product-card:hover .product-img{transform:scale(1.05)}.product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;background:var(--surface)}
.featured-card{border-radius:var(--r);background:linear-gradient(135deg,#1a0800 0%,#330f00 100%);border:1px solid rgba(255,77,0,.2);overflow:hidden;position:relative;margin-bottom:1.2rem;transition:transform .15s}.featured-card:active{transform:scale(.99)}.featured-img-area{height:170px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a0800,#2d1200)}.featured-img-area .product-img{width:100%;height:100%;object-fit:cover}.featured-emoji{font-size:6rem;filter:drop-shadow(0 8px 24px rgba(0,0,0,.5))}.featured-ribbon{position:absolute;top:.7rem;left:.7rem;background:var(--accent);color:#fff;font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .6rem;border-radius:6px}.featured-body{padding:1rem}.featured-name{font-family:var(--font-h);font-size:1.25rem;font-weight:800;margin-bottom:.3rem}.featured-desc{font-size:.78rem;color:var(--muted);line-height:1.5;margin-bottom:.8rem}.featured-footer{display:flex;align-items:center;justify-content:space-between}.featured-price{font-family:var(--font-h);font-size:1.4rem;font-weight:800;color:var(--accent)}

.resto-info{margin:0 1.2rem 1.5rem;background:var(--surface);border-radius:var(--r);border:1px solid var(--border);overflow:hidden}.resto-info-header{padding:1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.6rem}.resto-info-icon{width:36px;height:36px;border-radius:10px;background:rgba(255,77,0,.12);border:1px solid rgba(255,77,0,.2);display:flex;align-items:center;justify-content:center;font-size:1rem}.resto-info-title{font-family:var(--font-h);font-size:.9rem;font-weight:700}.resto-info-sub{font-size:.7rem;color:var(--muted)}.info-row{padding:.75rem 1rem;display:flex;align-items:center;gap:.8rem;border-bottom:1px solid var(--border);font-size:.8rem}.info-row:last-child{border-bottom:0}.info-row-icon{font-size:1rem;width:24px;text-align:center;flex-shrink:0}.info-row-text{color:var(--muted);flex:1}.info-row-text strong{color:var(--white);display:block;font-size:.78rem}.info-row-action{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.3rem .7rem;font-size:.68rem;font-weight:600;color:var(--white);text-decoration:none;flex-shrink:0;transition:border-color .2s,background .2s}.info-row-action:hover{border-color:var(--accent);background:rgba(255,77,0,.08)}
.map-section{margin:0 1.2rem 1.5rem;border-radius:var(--r);overflow:hidden;border:1px solid var(--border);position:relative}.map-section iframe{display:block;width:100%;height:200px;border:0}.map-open-btn{position:absolute;bottom:.8rem;right:.8rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--r-sm);padding:.4rem .8rem;font-size:.7rem;font-weight:600;color:var(--white);text-decoration:none;display:flex;align-items:center;gap:.3rem;backdrop-filter:blur(8px)}
.reviews-section{margin:0 1.2rem 1.5rem}.reviews-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.reviews-title{font-family:var(--font-h);font-size:1rem;font-weight:700}.reviews-rating{display:flex;align-items:center;gap:.4rem}.rating-num{font-family:var(--font-h);font-size:1.5rem;font-weight:800;color:var(--accent2)}.rating-stars{font-size:.9rem}.rating-count{font-size:.68rem;color:var(--muted)}.reviews-scroll{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.reviews-scroll::-webkit-scrollbar{display:none}.review-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:.9rem;min-width:240px;flex-shrink:0}.review-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.review-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.review-name{font-weight:600;font-size:.8rem}.review-date{font-size:.65rem;color:var(--muted)}.review-stars{font-size:.75rem;margin-bottom:.4rem;color:var(--accent2)}.review-text{font-size:.75rem;color:var(--muted);line-height:1.5}.write-review-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:.8rem;padding:.75rem;background:rgba(66,133,244,.1);border:1px solid rgba(66,133,244,.25);border-radius:var(--r-sm);color:#4285F4;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .2s}.write-review-btn:hover{background:rgba(66,133,244,.18)}
.sec-divider{display:flex;align-items:center;gap:.7rem;padding:0 1.2rem;margin:1.5rem 0 1rem}.sec-divider-line{flex:1;height:1px;background:var(--border)}.sec-divider-text{font-size:.62rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}.social-section{margin:0 1.2rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.social-btn{border-radius:var(--r-sm);padding:.8rem;display:flex;align-items:center;gap:.5rem;text-decoration:none;font-size:.78rem;font-weight:700;transition:transform .15s,opacity .2s;border:0}.social-btn:active{transform:scale(.95);opacity:.9}.social-btn-ig{background:linear-gradient(135deg,rgba(240,148,51,.15),rgba(220,39,67,.15));border:1px solid rgba(220,39,67,.25);color:#f56040}.social-btn-wa{background:rgba(37,211,102,.1);border:1px solid rgba(37,211,102,.25);color:#25D366}.social-full-wa{grid-column:span 2;background:#25D366;color:#fff;justify-content:center;font-size:.85rem}

.menu-footer{padding:1.5rem 1.2rem 7rem;text-align:center;border-top:1px solid var(--border)}.footer-logo{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-logo-icon{width:28px;height:28px;border-radius:7px;background:var(--accent);display:flex;align-items:center;justify-content:center;font-family:var(--font-h);font-size:.65rem;font-weight:800;color:#fff}.footer-logo-name{font-family:var(--font-h);font-size:.85rem;font-weight:700}.footer-sub{font-size:.68rem;color:var(--muted);line-height:1.6}.footer-powered{display:inline-flex;align-items:center;gap:.3rem;font-size:.62rem;color:var(--muted);margin-top:.8rem;background:var(--surface);border:1px solid var(--border);border-radius:100px;padding:.3rem .75rem}.footer-powered strong{color:var(--accent)}
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:430px;z-index:100;background:rgba(13,13,13,.97);backdrop-filter:blur(16px);border-top:1px solid var(--border);display:flex;padding:.5rem 0 .8rem}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;transition:color .2s;color:var(--muted);font-size:.6rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:transparent;border:0}.nav-item.active{color:var(--accent)}.nav-item-icon{font-size:1.2rem}
.cart-overlay{display:none;position:fixed;inset:0;z-index:800;background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}.cart-overlay.open{display:block;animation:fadeIn .2s ease}.cart-drawer{position:fixed;bottom:0;left:50%;transform:translateX(-50%) translateY(100%);width:100%;max-width:430px;z-index:900;background:var(--surface);border-radius:24px 24px 0 0;border-top:1px solid var(--border);padding:1rem 1.2rem 2rem;max-height:84vh;overflow-y:auto;transition:transform .3s ease}.cart-drawer.open{transform:translateX(-50%) translateY(0)}.cart-handle{width:40px;height:4px;border-radius:2px;background:var(--border);margin:0 auto 1rem}.cart-title{font-family:var(--font-h);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.cart-empty{text-align:center;padding:2rem;color:var(--muted);font-size:.85rem}.cart-empty-emoji{font-size:3rem;display:block;margin-bottom:.5rem}.cart-items{display:flex;flex-direction:column;gap:.75rem}.cart-item{display:flex;align-items:center;gap:.7rem;background:var(--card);border-radius:var(--r-sm);padding:.7rem}.cart-item-emoji{font-size:1.8rem;flex-shrink:0}.cart-item-info{flex:1}.cart-item-name{font-size:.82rem;font-weight:600}.cart-item-price{font-size:.75rem;color:var(--accent);font-weight:700}.cart-item-remove{background:none;border:0;color:var(--muted);font-size:1rem;padding:.2rem}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-top:1px solid var(--border);margin-top:.8rem;font-family:var(--font-h);font-size:1rem;font-weight:700}.cart-total-price{color:var(--accent);font-size:1.2rem}.checkout-btn{width:100%;padding:.9rem;background:#25D366;border:0;border-radius:var(--r-sm);color:#fff;font-family:var(--font-h);font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s,transform .15s;margin-top:.8rem}.checkout-btn:hover{background:#1ebe5d}.checkout-btn:active{transform:scale(.98)}.cart-form{display:grid;gap:.7rem;margin-top:.8rem}.cart-field label{display:block;font-size:.65rem;font-weight:700;color:var(--muted);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.08em}.cart-field input,.cart-field textarea{width:100%;background:var(--card);border:1px solid var(--border);border-radius:var(--r-sm);padding:.65rem .75rem;color:var(--white);outline:0}.cart-field input:focus,.cart-field textarea:focus{border-color:var(--accent)}
.toast-container{position:fixed;bottom:6rem;left:50%;transform:translateX(-50%);z-index:1000;display:flex;flex-direction:column;align-items:center;gap:.5rem;pointer-events:none}.toast{background:#1e1e1e;border:1px solid var(--border);border-radius:100px;padding:.55rem 1rem;font-size:.78rem;font-weight:500;color:var(--white);display:flex;align-items:center;gap:.4rem;box-shadow:0 8px 24px rgba(0,0,0,.4);animation:toastIn .3s ease;white-space:nowrap}.toast.out{animation:toastOut .3s ease forwards}.toast-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}
.skeleton{background:linear-gradient(90deg,var(--card) 25%,#2a2a2a 50%,var(--card) 75%);background-size:400px 100%;animation:shimmer 1.4s ease infinite;border-radius:6px}.hidden-by-filter{display:none!important}
@media(max-width:360px){.hero-restaurant-name{font-size:1.7rem}.hero-emoji-deco{font-size:4rem}.promo-banner{align-items:flex-start;flex-direction:column}.promo-countdown{align-self:flex-end}.product-img-wrap{width:96px}.social-section{grid-template-columns:1fr}.social-full-wa{grid-column:auto}}

/* MajoApp v1.4: logos, zoom de producto y lightbox */
.topbar-logo-icon,.splash-logo,.footer-logo-icon{overflow:hidden}.topbar-logo-img,.splash-logo-img,.footer-logo-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.splash-logo-img{border-radius:24px}.footer-logo-img{border-radius:7px}.product-img-zoom{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;color:inherit}.product-img-zoom .product-img{display:block}.zoom-hint{position:absolute;right:.45rem;bottom:.45rem;width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.58);border:1px solid rgba(255,255,255,.18);font-size:.85rem;backdrop-filter:blur(8px)}.product-lightbox{position:fixed;inset:0;z-index:1200;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;padding:1.2rem;backdrop-filter:blur(10px)}.product-lightbox.open{display:flex;animation:fadeIn .18s ease}.product-lightbox img{max-width:min(92vw,760px);max-height:78vh;border-radius:22px;object-fit:contain;box-shadow:0 24px 80px rgba(0,0,0,.55)}.lightbox-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;font-size:2rem;line-height:1}.lightbox-title{position:absolute;left:1rem;right:1rem;bottom:1rem;text-align:center;color:#fff;font-weight:800;text-shadow:0 2px 12px rgba(0,0,0,.7)}.cart-form{margin-bottom:.85rem}.checkout-btn:disabled{opacity:.68;cursor:not-allowed}.promo-countdown{display:none!important}



/* MajoApp v1.4: colores de texto, logos PNG transparentes, redes y slides con imagen */
.topbar-logo-icon,.splash-logo,.footer-logo-icon{background:transparent!important;border:0!important;box-shadow:none!important}
.topbar-logo-img,.splash-logo-img,.footer-logo-img{object-fit:contain!important;border-radius:0!important;background:transparent!important}
.topbar-name,.products-section-title,.cat-section-name,.featured-name,.product-name,.resto-info-title,.reviews-title,.footer-logo-name,.cart-title{color:var(--white)}
.hero-desc,.products-section-sub,.product-desc,.info-row-text,.review-text,.footer-sub,.cat-name,.feature-item,.resto-info-sub{color:var(--muted)}
.hero-slide[style*="background-image"]::before{background-image:radial-gradient(circle at 70% 50%,rgba(255,77,0,.16) 0%,transparent 56%)}
.feature-strip-simple{justify-content:flex-start}.feature-strip-simple .feature-item{white-space:nowrap}.feature-strip-simple .feature-item strong{color:var(--white);font-weight:800}
.social-btn-fb{background:rgba(24,119,242,.12);border:1px solid rgba(24,119,242,.28);color:#5d9bff}
.social-btn-tt{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:var(--white)}
@supports not selector(:has(img)){.topbar-logo-img,.splash-logo-img,.footer-logo-img{background:transparent!important}}
/* MajoApp v1.5 — íconos de marca y reseñas reales de Google */
.brand-icon{width:20px;height:20px;display:inline-block;vertical-align:middle;flex:0 0 20px}.write-review-btn .brand-icon{width:22px;height:22px}.google-reviews-box{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:1rem}.google-reviews-brand{display:flex;align-items:center;gap:.7rem;margin-bottom:.7rem}.google-reviews-brand .brand-icon{width:32px;height:32px;flex-basis:32px}.google-reviews-brand strong{display:block;font-family:var(--font-h);font-size:1rem;color:var(--white)}.google-reviews-brand span{display:block;font-size:.72rem;color:var(--muted);line-height:1.4}.social-btn .brand-icon{width:20px;height:20px}.social-full-wa .brand-icon{display:none}

/* ============================================================
   v1.6 — Banner administrable, horarios por día y Google real
============================================================ */
.majo-banner{margin:1rem 0 1.2rem;min-height:150px;border-radius:var(--r);border:1px solid rgba(255,255,255,.10);background:linear-gradient(135deg,#1a0800 0%,#331300 100%);background-size:cover;background-position:center;position:relative;overflow:hidden;padding:1.05rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.majo-banner::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 30%,rgba(255,77,0,.22),transparent 55%);pointer-events:none}.majo-banner-content{position:relative;z-index:2;max-width:72%}.majo-banner-tag{display:inline-flex;background:rgba(255,184,0,.14);border:1px solid rgba(255,184,0,.28);color:var(--accent2);border-radius:100px;padding:.22rem .6rem;font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem}.majo-banner h2{font-family:var(--font-h);font-size:1.25rem;line-height:1.08;margin:0 0 .35rem;color:var(--white)}.majo-banner p{font-size:.75rem;color:var(--muted);line-height:1.45;margin:0 0 .7rem}.majo-banner-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;text-decoration:none;border-radius:10px;padding:.5rem .75rem;font-size:.75rem;font-weight:800}.majo-banner-emoji{position:relative;z-index:2;font-size:4.2rem;filter:drop-shadow(0 10px 24px rgba(0,0,0,.45));opacity:.95}.hours-list{display:grid;gap:.28rem;width:100%;margin-top:.2rem}.hours-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-bottom:1px solid rgba(255,255,255,.06);padding:.18rem 0}.hours-row:last-child{border-bottom:0}.hours-row strong{font-size:.76rem;color:var(--white)}.hours-row span{font-size:.74rem;color:var(--muted);text-align:right}.hours-row.is-closed span{color:var(--accent);font-weight:800}.info-row-hours{align-items:flex-start}.review-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.google-reviews-real{margin-top:.7rem}.google-review-card{min-width:255px}.google-review-card .review-text{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.reviews-rating{flex-wrap:wrap;justify-content:flex-end}.rating-count{white-space:nowrap}.majo-admin-form input[type=password]{width:100%;max-width:100%;border-radius:10px;border:1px solid #cfc7bd;padding:8px 10px}@media(max-width:360px){.majo-banner{align-items:flex-start}.majo-banner-content{max-width:100%}.majo-banner-emoji{position:absolute;right:.7rem;bottom:.3rem;font-size:3.2rem;opacity:.18}.hours-row{align-items:flex-start;flex-direction:column;gap:.05rem}.hours-row span{text-align:left}}

/* Campos obligatorios de la solicitud */
.required-mark { color: var(--accent); font-weight: 800; }
.cart-field.has-error input,
.cart-field.has-error textarea {
 border-color: var(--accent) !important;
 box-shadow: 0 0 0 2px rgba(255,77,0,0.16);
}
.cart-field.has-error label { color: var(--accent); }


/* ============================================================
   v2.1 — Estilos blanco/premium, escritorio y carrito mejorado
============================================================ */
body.majoapp-preset-light{
  --bg:#f6f2ea;--surface:#fffaf3;--card:#ffffff;--border:rgba(31,28,24,.10);--accent:#d96d1f;--accent2:#9b6b2f;--white:#1f1c18;--muted:#6f685f;
  background:linear-gradient(180deg,#fffaf3 0%,#f6f2ea 100%);
  color:var(--white);
}
body.majoapp-preset-premium{
  --bg:#11100e;--surface:#181512;--card:#211d18;--border:rgba(220,181,111,.14);--accent:#c9913d;--accent2:#f2c46b;--white:#fff8ed;--muted:#c8bba8;
  background:radial-gradient(circle at 20% 0%,rgba(201,145,61,.16),transparent 36%),#11100e;
}
body.majoapp-preset-light .topbar,
body.majoapp-preset-light .bottom-nav{background:rgba(255,250,243,.94)}
body.majoapp-preset-light .cart-btn,
body.majoapp-preset-light .search-btn,
body.majoapp-preset-light .cat-icon-wrap,
body.majoapp-preset-light .cart-field input,
body.majoapp-preset-light .cart-field textarea{background:#fff;border-color:rgba(31,28,24,.12)}
body.majoapp-preset-light .hero-overlay{background:linear-gradient(to bottom,transparent 25%,rgba(246,242,234,.96) 100%)}
body.majoapp-preset-light .product-card,
body.majoapp-preset-light .resto-info,
body.majoapp-preset-light .google-reviews-box,
body.majoapp-preset-light .cart-drawer{box-shadow:0 16px 40px rgba(68,54,39,.08)}
body.majoapp-preset-light .wa-label-tooltip{background:#fff;color:#128c4a;border-color:rgba(37,211,102,.22)}
body.majoapp-preset-light .toast{background:#fff;color:#1f1c18;box-shadow:0 16px 34px rgba(68,54,39,.16)}
.clear-cart-btn{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--r-sm);background:transparent;color:var(--muted);font-weight:800;margin:.2rem 0 0;transition:border-color .2s,color .2s,background .2s}.clear-cart-btn:hover{border-color:var(--accent);color:var(--accent);background:rgba(255,77,0,.06)}
.cart-item-info{min-width:0}.cart-item-name{word-break:break-word}.qty-ctrl{display:inline-flex;align-items:center;gap:.35rem;margin-top:.4rem}.qty-btn{width:24px;height:24px;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--white);font-weight:900}.qty-num{font-size:.75rem;color:var(--muted);min-width:18px;text-align:center}.cart-item-remove:hover{color:var(--accent)}
@media(min-width:860px){
  html{background:#0b0b0b}
  body.majoapp-dark-menu{max-width:none;box-shadow:none;padding-bottom:0}
  .topbar{max-width:1180px;margin:18px auto 0;border:1px solid var(--border);border-radius:22px;padding:.85rem 1.2rem;top:18px}
  .search-bar{max-width:1180px;margin:10px auto 0;border:1px solid var(--border);border-radius:18px}
  main{max-width:1180px;margin:0 auto;padding-bottom:3rem}
  .hero-slider{height:430px;border-radius:32px;margin:22px 0;border:1px solid var(--border)}
  .hero-content{padding:2.4rem 2.6rem}.hero-restaurant-name{font-size:3.1rem;max-width:680px}.hero-desc{font-size:1rem;max-width:560px}.hero-emoji-deco{right:4rem;top:2rem;font-size:8rem}.hero-dots{right:2.4rem;bottom:2rem}
  .feature-strip{border-radius:18px;border:1px solid var(--border);margin-bottom:18px}.feature-item{flex:1;justify-content:center;font-size:.78rem}
  .cats-section{position:relative;top:auto;border:1px solid var(--border);border-radius:22px;margin-bottom:18px}.cats-scroll{flex-wrap:wrap;overflow:visible}.cat-chip{min-width:86px}
  .products-section{padding:1.4rem 0}.products-section-title{font-size:2rem}.products-section-sub{font-size:.95rem}.product-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-card-inner{min-height:142px}.product-img-wrap{width:142px}.product-info{padding:1rem 0 1rem 1.05rem}.product-name{font-size:1.05rem}.product-desc{font-size:.82rem;-webkit-line-clamp:3}.featured-card{display:grid;grid-template-columns:1fr 1fr}.featured-img-area{height:260px}.majo-banner{min-height:220px;padding:1.7rem 2rem}.majo-banner h2{font-size:2rem}.majo-banner p{font-size:.92rem}.majo-banner-emoji{font-size:6.5rem}
  .resto-info,.reviews-section,.social-section,.menu-footer{max-width:1180px;margin-left:auto;margin-right:auto}.resto-info{display:grid;grid-template-columns:1fr 1fr;gap:14px}.resto-info-header{grid-column:1/-1}.map-section iframe{height:360px;border-radius:28px}.social-section{grid-template-columns:repeat(4,1fr)}.social-full-wa{grid-column:auto}.bottom-nav{max-width:680px;border:1px solid var(--border);border-radius:24px;bottom:18px;padding:.65rem;background:rgba(13,13,13,.86)}body.majoapp-preset-light .bottom-nav{background:rgba(255,250,243,.92)}.wa-float{right:38px;bottom:38px}.wa-label-tooltip{right:98px;bottom:54px}.cart-drawer{max-width:520px;right:32px;left:auto;transform:translateY(100%);border-radius:28px 28px 0 0}.cart-drawer.open{transform:translateY(0)}.toast-container{bottom:38px}.product-lightbox img{max-width:min(86vw,900px)}
}
@media(min-width:1180px){.product-list{grid-template-columns:repeat(3,minmax(0,1fr))}.product-img-wrap{width:132px}.product-card-inner{min-height:136px}}

/* MajoApp v2.2: tipografía, estado abierto/cerrado, popup, footer y móvil 2 columnas */
:root{--font-h:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;--font-b:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif}
body.majoapp-dark-menu{font-family:var(--font-b);font-weight:400}.hero-restaurant-name,.products-section-title,.cat-section-name,.featured-name,.product-name,.resto-info-title,.reviews-title,.footer-logo-name,.cart-title,.majo-banner h2,.majo-popup h2{font-family:var(--font-h);font-weight:600}.hero-badge,.products-section-sub,.resto-info-sub,.cat-section-count,.cats-label,.feature-item strong{font-family:var(--font-h);font-weight:500}.hero-desc,.product-desc,.featured-desc,.review-text,.footer-sub,.info-row-text,.majo-popup p{font-family:var(--font-b);font-weight:400}button,.nav-item,.cat-chip,.checkout-btn,.add-btn,.cart-btn,.majo-banner-btn,.info-row-action,.majo-popup-btn{font-family:var(--font-b);font-weight:500}
.hero-status.is-open,.feature-status.is-open,.open-status-pill.is-open{color:var(--green)!important}.hero-status.is-open::before{background:var(--green)}.hero-status.is-closed,.feature-status.is-closed,.open-status-pill.is-closed{color:var(--accent)!important}.hero-status.is-closed::before{background:var(--accent);animation:none}.feature-status{gap:.45rem}.feature-status span:first-child{font-size:.82rem;line-height:1}.open-status-pill{display:inline-flex;margin-left:.35rem;border-radius:999px;padding:.12rem .5rem;background:rgba(255,255,255,.06);font-style:normal;font-size:.68rem;vertical-align:middle}.open-status-pill.is-open{background:rgba(0,230,118,.12)}.open-status-pill.is-closed{background:rgba(255,77,0,.12)}
.footer-powered-logo{display:inline-block;max-height:24px;max-width:120px;width:auto;object-fit:contain;vertical-align:middle}.footer-powered{min-height:34px}.bottom-nav{padding:.72rem .25rem .95rem}.nav-item{font-size:.68rem;gap:.28rem;min-height:58px}.nav-item-icon{font-size:1.45rem;line-height:1}.cart-btn,.search-btn{min-height:40px}
.majo-popup{position:fixed;inset:0;z-index:1500;background:rgba(0,0,0,.68);display:none;align-items:center;justify-content:center;padding:1rem;backdrop-filter:blur(10px)}.majo-popup.open{display:flex;animation:fadeIn .18s ease}.majo-popup-card{width:min(92vw,390px);background:var(--card);border:1px solid var(--border);border-radius:26px;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.55);position:relative;animation:fadeUp .22s ease}.majo-popup-close{position:absolute;right:.8rem;top:.8rem;z-index:2;width:36px;height:36px;border:0;border-radius:999px;background:rgba(0,0,0,.48);color:#fff;font-size:1.5rem;line-height:1}.majo-popup-image{height:150px;background-size:cover;background-position:center}.majo-popup-body{padding:1.15rem}.majo-popup-kicker{display:inline-flex;margin-bottom:.45rem;color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.majo-popup h2{font-size:1.35rem;line-height:1.1;margin:0 0 .45rem;color:var(--white)}.majo-popup p{font-size:.86rem;line-height:1.55;color:var(--muted);margin:0 0 1rem}.majo-popup-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;border-radius:14px;background:var(--accent);color:#fff;text-decoration:none;padding:.85rem 1rem;font-size:.88rem}body.majoapp-preset-light .majo-popup-close{background:rgba(30,24,18,.45)}
@media(max-width:430px){.product-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.68rem!important}.product-card{border-radius:14px}.product-card-inner{display:flex!important;flex-direction:column-reverse!important;min-height:100%!important}.product-img-wrap{width:100%!important;height:108px!important;min-height:108px}.product-info{padding:.68rem!important;display:flex;flex-direction:column;min-height:150px}.product-badges{min-height:18px}.product-name{font-size:.82rem!important;line-height:1.18}.product-desc{font-size:.66rem!important;line-height:1.35;-webkit-line-clamp:2!important}.product-tags{display:none!important}.product-footer{padding-right:0!important;margin-top:auto!important;gap:.4rem}.product-price{font-size:.82rem!important}.product-price .old-price,.product-price .discount{display:none}.add-btn{width:31px;height:31px;border-radius:10px;font-size:1.05rem}.bottom-nav{padding:.68rem .15rem .88rem}.nav-item{font-size:.62rem}.nav-item-icon{font-size:1.35rem}.hero-slider{height:265px}.majo-popup-card{width:94vw}.majo-popup-image{height:132px}}
@media(min-width:900px){.nav-item{font-size:.72rem}.nav-item-icon{font-size:1.52rem}.bottom-nav{max-width:720px}.footer-powered-logo{max-height:28px}}

/* MajoApp v2.3: sliders full, logo más visible, PNG personalizables y textos coloreables */
.topbar-logo-icon{width:52px!important;height:52px!important;border-radius:16px!important}.topbar-logo-img{width:100%!important;height:100%!important;object-fit:contain!important}.topbar-name{font-size:1rem!important}.footer-logo-icon{width:42px!important;height:42px!important}.splash-logo{width:104px!important;height:104px!important}.hero-slide{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.hero-slide[style*="background-image"]::before,.hero-slide[style*="background-image"]::after,.hero-overlay{display:none!important;background:none!important;filter:none!important}.hero-content{background:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.12),rgba(0,0,0,0));border-radius:0 24px 24px 0;max-width:72%;padding:.9rem .9rem .9rem 0;text-shadow:0 2px 14px rgba(0,0,0,.55)}.hero-badge{color:var(--slide-badge-color,#fff)!important;background:rgba(0,0,0,.30)!important;border-color:rgba(255,255,255,.30)!important}.hero-restaurant-name{color:var(--slide-title-color,#fff)!important}.hero-desc{color:var(--slide-text-color,#fff)!important}.category-png-icon,.nav-png-icon,.brand-png-icon,.info-png-icon,.feature-png-icon{display:inline-block;object-fit:contain;vertical-align:middle}.category-png-icon{width:26px;height:26px}.category-png-icon-lg{width:34px;height:34px}.nav-png-icon{width:27px;height:27px}.brand-png-icon{width:24px!important;height:24px!important}.info-png-icon{width:32px;height:32px}.feature-png-icon{width:18px;height:18px}.cat-icon-wrap,.cat-section-emoji,.nav-item-icon,.info-row-icon,.resto-info-icon,.feature-item span{display:inline-flex;align-items:center;justify-content:center}.majo-banner{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.majo-banner::before,.majo-banner::after{display:none!important}.majo-banner-content{background:linear-gradient(90deg,rgba(0,0,0,.46),rgba(0,0,0,.14));border-radius:22px;padding:1rem;text-shadow:0 2px 14px rgba(0,0,0,.55)}.majo-banner-tag{color:var(--banner-tag-color,#fff)!important}.majo-banner h2{color:var(--banner-title-color,#fff)!important}.majo-banner p{color:var(--banner-text-color,#fff)!important}.bottom-nav{padding:.9rem .3rem 1.05rem!important}.nav-item{min-height:66px!important;font-size:.72rem!important}.nav-item-icon{font-size:1.55rem!important;min-height:30px}.social-btn .brand-icon{flex:0 0 auto}.majo-products-admin-table img{display:block}.footer-sub{margin-top:.1rem}.footer-powered-logo{max-height:34px!important;max-width:150px!important}@media(max-width:430px){.topbar-logo-icon{width:48px!important;height:48px!important}.topbar-name{font-size:.92rem!important}.hero-content{max-width:86%;padding:.75rem .75rem .75rem 0}.hero-slider{height:286px!important}.nav-png-icon{width:26px;height:26px}.bottom-nav{padding:.82rem .2rem 1rem!important}.nav-item{min-height:64px!important;font-size:.64rem!important}.majo-banner-content{padding:.85rem}.category-png-icon{width:24px;height:24px}}


/* MajoApp v2.4: productos verticales 1080x1350, logo ampliable, categorías PNG sin recuadro y reseñas simplificadas */
.topbar-logo-icon{width:var(--majo-logo-size,64px)!important;height:var(--majo-logo-size,64px)!important;border-radius:18px!important;background:transparent!important;box-shadow:none!important}.topbar-logo-img{object-fit:contain!important}.splash-logo{width:calc(var(--majo-logo-size,64px) + 44px)!important;height:calc(var(--majo-logo-size,64px) + 44px)!important;background:transparent!important;box-shadow:none!important}.footer-logo-icon{width:calc(var(--majo-logo-size,64px) * .8)!important;height:calc(var(--majo-logo-size,64px) * .8)!important;background:transparent!important}
.product-img-wrap{width:100%!important;aspect-ratio:4/5!important;height:auto!important;min-height:0!important;background:var(--surface)}.product-img-frame,.product-img-placeholder{width:100%;height:100%;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--surface)}.product-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block}.product-img-zoom,.zoom-hint{display:none!important}.product-card-inner{display:flex!important;flex-direction:column-reverse!important;min-height:100%!important}.product-info{padding:.85rem!important}.product-footer{padding-right:0!important;margin-top:auto}.product-card:hover .product-img{transform:none!important}
.cat-icon-wrap{width:auto!important;height:auto!important;min-width:54px!important;min-height:54px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.cat-chip.active .cat-icon-wrap,.cat-chip.is-active .cat-icon-wrap{background:transparent!important;border:0!important;transform:scale(1.08)!important}.category-png-icon{width:46px!important;height:46px!important;filter:drop-shadow(0 6px 14px rgba(0,0,0,.18))}.cat-name{margin-top:.1rem}.cat-chip.active .cat-name,.cat-chip.is-active .cat-name{font-weight:700}.google-reviews-simple{padding:1.1rem!important}.google-reviews-simple .google-reviews-brand{margin-bottom:1rem!important}.google-reviews-simple .write-review-btn{margin-top:0!important}
@media(max-width:430px){.product-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.72rem!important}.product-img-wrap,.product-img-frame,.product-img-placeholder{aspect-ratio:4/5!important;height:auto!important;min-height:0!important}.product-info{min-height:152px!important}.topbar-logo-icon{width:min(var(--majo-logo-size,64px),82px)!important;height:min(var(--majo-logo-size,64px),82px)!important}.category-png-icon{width:42px!important;height:42px!important}.cat-icon-wrap{min-width:48px!important;min-height:48px!important}}
@media(min-width:900px){.product-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-card-inner{flex-direction:column-reverse!important}.product-img-wrap{width:100%!important}.product-name{font-size:1.05rem}.product-desc{-webkit-line-clamp:3}}

/* MajoApp v2.5: previsualización de productos y editor completo */
.product-card.js-product-preview{cursor:pointer;outline:none}
.product-card.js-product-preview:focus-visible{box-shadow:0 0 0 3px rgba(255,193,7,.55),0 12px 32px rgba(0,0,0,.16)}
.product-preview-modal{padding:1rem;align-items:center;justify-content:center}
.product-preview-card{width:min(940px,94vw);max-height:88vh;display:grid;grid-template-columns:minmax(260px,420px) 1fr;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:28px;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.55)}
.product-preview-media{min-height:420px;background:var(--surface-2);display:grid;place-items:center;overflow:hidden}
.product-preview-media img{display:block!important;width:100%;height:100%;max-width:none!important;max-height:none!important;object-fit:cover;border-radius:0!important;box-shadow:none!important}
.product-preview-emoji{width:100%;height:100%;min-height:420px;display:grid;place-items:center;font-size:6rem;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(0,0,0,.08))}
.product-preview-content{padding:1.3rem;display:flex;flex-direction:column;gap:.75rem;overflow:auto}
.product-preview-category{display:inline-flex;align-self:flex-start;padding:.35rem .7rem;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);font-size:.78rem;font-weight:700;color:var(--muted)}
.product-preview-card .lightbox-title{position:static;left:auto;right:auto;bottom:auto;text-align:left;color:var(--text);font-family:'Poppins',sans-serif;font-weight:600;font-size:1.55rem;line-height:1.18;text-shadow:none;margin:0}
.product-preview-desc{font-size:.98rem;line-height:1.55;color:var(--muted);white-space:pre-line;margin:0}
.product-preview-tags{display:flex;flex-wrap:wrap;gap:.45rem}
.product-preview-tags span{font-size:.78rem;font-weight:700;padding:.32rem .55rem;border-radius:999px;background:var(--surface-2);border:1px solid var(--border)}
.product-preview-price{font-size:1.35rem;color:var(--text)}
.preview-add-btn{width:100%;border:0;border-radius:18px;padding:1rem 1.1rem;background:var(--accent);color:#fff;font-family:'Inter',sans-serif;font-weight:500;font-size:1rem;cursor:pointer;margin-top:auto;box-shadow:0 12px 26px rgba(0,0,0,.18)}
.preview-add-btn:disabled{opacity:.58;cursor:not-allowed;box-shadow:none}
.majo-admin-product-preview{width:150px!important;height:188px!important}
.majo-product-complete-form .majo-admin-tip{font-size:14px}
@media(max-width:760px){.product-preview-card{grid-template-columns:1fr;width:min(430px,94vw);max-height:90vh;border-radius:24px}.product-preview-media{min-height:320px;aspect-ratio:4/5}.product-preview-emoji{min-height:320px}.product-preview-content{padding:1rem}.product-preview-card .lightbox-title{font-size:1.28rem}.product-lightbox{padding:.7rem}.lightbox-close{top:.7rem;right:.7rem;z-index:2}}


/* v2.6 - pagos, WhatsApp editable y banner carrusel */
.majo-admin-subsection{border-top:1px solid rgba(0,0,0,.08);padding-top:12px;margin-top:6px}.majo-admin-subsection h2{margin:.2rem 0 .15rem}
.payment-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.payment-option{display:flex!important;align-items:center;gap:.45rem;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:.65rem .7rem;color:var(--white);font-size:.78rem;font-weight:700;text-transform:none!important;letter-spacing:0!important}.payment-option input{width:auto!important;accent-color:var(--accent)}.transfer-info{display:none;margin-top:.55rem;background:rgba(37,211,102,.09);border:1px solid rgba(37,211,102,.25);border-radius:14px;padding:.65rem .75rem;color:var(--white)}.transfer-info.show{display:block}.transfer-info strong{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:#25D366;margin-bottom:.25rem}.transfer-info span{display:block;font-size:.78rem;color:var(--muted);line-height:1.4}.majo-banner-slider{position:relative;margin:1rem 0 1.2rem}.majo-banner-track{position:relative;min-height:150px}.majo-banner-slide{display:none;margin:0}.majo-banner-slide.active{display:flex;animation:fadeIn .28s ease}.majo-banner-dots{display:flex;justify-content:center;gap:.35rem;margin-top:.55rem}.majo-banner-dot{width:24px;height:5px;border:0;border-radius:99px;background:rgba(255,255,255,.25);font-size:0;transition:width .2s,background .2s}.majo-banner-dot.active{width:36px;background:var(--accent)}
@media(max-width:430px){.payment-options{grid-template-columns:1fr}.majo-banner-track{min-height:178px}.majo-banner-slide{min-height:178px}}
@media(min-width:900px){.majo-banner-track{min-height:220px}.majo-banner-slide.active{display:flex}}


/* v2.7 Footer MajoApp limpio y mapa con link público */
.footer-majoapp-brand{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;flex-wrap:wrap;text-decoration:none;color:var(--white);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.65rem 1rem;box-shadow:0 12px 34px rgba(0,0,0,.16)}
.footer-majoapp-logo{display:block;max-height:38px;max-width:150px;width:auto;object-fit:contain}
.footer-majoapp-text-logo{font-family:var(--font-h);font-weight:800;color:var(--accent);font-size:1rem;letter-spacing:.01em}
.footer-majoapp-copy{font-family:var(--font-b);font-weight:500;font-size:.78rem;color:var(--muted)}
body.majoapp-preset-light .footer-majoapp-brand{background:#fff;border-color:rgba(0,0,0,.08)}
@media(max-width:430px){.footer-majoapp-brand{border-radius:22px;padding:.75rem .9rem;gap:.45rem}.footer-majoapp-copy{font-size:.72rem}.footer-majoapp-logo{max-height:34px;max-width:132px}}

/* v2.8 Secciones editables, footer centrado, mapa y tamaños configurables */
.topbar-name{font-size:var(--majo-head-title-size,16px)!important}
.products-section-title{font-size:var(--majo-menu-title-size,28px)!important;line-height:1.08}
.resto-info-title{font-size:var(--majo-info-title-size,22px)!important;line-height:1.12}
.nav-item{font-size:var(--majo-bottom-text-size,12px)!important}
.nav-png-icon{width:var(--majo-bottom-icon-size,30px)!important;height:var(--majo-bottom-icon-size,30px)!important}
.nav-item-icon{font-size:calc(var(--majo-bottom-icon-size,30px) * .82)!important;min-height:var(--majo-bottom-icon-size,30px)!important}
.menu-footer{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:1.25rem 1.2rem 6.3rem!important}
.footer-majoapp-brand{margin-left:auto!important;margin-right:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;max-width:min(92vw,560px)}
.footer-majoapp-logo{height:var(--majo-footer-logo-size,42px)!important;max-height:var(--majo-footer-logo-size,42px)!important;max-width:280px!important;width:auto!important;object-fit:contain!important}
.footer-majoapp-text-logo{font-size:calc(var(--majo-footer-logo-size,42px) * .42)!important}
.footer-majoapp-copy{font-size:var(--majo-footer-text-size,13px)!important;text-align:center!important}
.map-section{background:var(--surface)}
.map-preview-label{position:absolute;top:.8rem;left:.8rem;z-index:2;background:rgba(0,0,0,.58);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.35rem .7rem;font-size:.68rem;font-weight:700;backdrop-filter:blur(8px)}
body.majoapp-preset-light .map-preview-label{background:rgba(255,255,255,.88);color:#1d1a16;border-color:rgba(0,0,0,.08)}
.hours-row span{font-weight:500}
.hours-row.is-closed span{color:var(--accent)}
@media(max-width:430px){.footer-majoapp-brand{flex-direction:column;border-radius:22px}.footer-majoapp-logo{max-width:220px!important}.menu-footer{padding-bottom:6.1rem!important}.products-section-title{font-size:calc(var(--majo-menu-title-size,28px) * .82)!important}.resto-info-title{font-size:calc(var(--majo-info-title-size,22px) * .86)!important}}

/* v2.9 Estado Abierto/Cerrado calculado desde apertura y cierre */
.hours-row.is-today{background:rgba(255,255,255,.045);border-radius:10px;padding:.28rem .45rem}.hours-today-badge{display:inline-flex;margin-left:.35rem;border-radius:999px;padding:.1rem .42rem;font-style:normal;font-size:.62rem;font-weight:800;vertical-align:middle}.hours-today-badge.is-open{background:rgba(0,230,118,.14);color:var(--green)}.hours-today-badge.is-closed{background:rgba(255,77,0,.14);color:var(--accent)}.majo-current-status-preview{display:flex;align-items:center;gap:10px;flex-wrap:wrap;border-radius:14px;padding:12px 14px;border:1px solid #eadfcc;background:#fbf7ef}.majo-current-status-preview span{display:inline-flex;border-radius:999px;padding:4px 10px;font-weight:800}.majo-current-status-preview small{color:#6b6258}.majo-current-status-preview.is-open span{background:rgba(0,160,80,.12);color:#087a3d}.majo-current-status-preview.is-closed span{background:rgba(255,77,0,.12);color:#b22b00}

/* MajoApp v3.0 — suscripción, secciones y domicilio */
.cart-fee{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 6px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:13px}
.cart-fee strong{font-family:'Poppins',sans-serif;font-weight:600;color:var(--accent,#ff6b1a)}
.delivery-fee-preview{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:14px;background:rgba(255,255,255,.07);padding:10px 12px}
.delivery-fee-preview strong{font-family:'Poppins',sans-serif;font-weight:600;color:var(--accent,#ff6b1a)}
.majo-subscription-expired{min-height:78vh;display:grid;place-items:center;padding:42px 18px;background:radial-gradient(circle at top,#33271f,#0f0d0b 60%);}
.majo-subscription-card{width:min(520px,100%);text-align:center;background:rgba(255,255,255,.96);color:#1f1a16;border-radius:28px;padding:34px 26px;box-shadow:0 28px 70px rgba(0,0,0,.35)}
.majo-subscription-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 14px;border-radius:50%;background:#fff1e7;font-size:34px}
.majo-subscription-card h1{font-family:'Poppins',sans-serif;font-weight:600;margin:0 0 10px;font-size:28px;color:#1f1a16}.majo-subscription-card p{font-family:'Inter',sans-serif;font-weight:400;margin:0 0 16px;color:#5f554d}.majo-subscription-card small{color:#8a7b70}

/* MajoApp X v4.1.3 — corrección de textos para estilo blanco */
body.majoapp-preset-light{
  --white:#111827!important;
  --muted:#4b5563!important;
  --text:#111827!important;
  --text-muted:#4b5563!important;
  color:#111827!important;
}
body.majoapp-preset-light h1,
body.majoapp-preset-light h2,
body.majoapp-preset-light h3,
body.majoapp-preset-light h4,
body.majoapp-preset-light h5,
body.majoapp-preset-light h6,
body.majoapp-preset-light p,
body.majoapp-preset-light label,
body.majoapp-preset-light span,
body.majoapp-preset-light strong,
body.majoapp-preset-light .product-name,
body.majoapp-preset-light .section-title,
body.majoapp-preset-light .category-name,
body.majoapp-preset-light .info-row-text,
body.majoapp-preset-light .cart-title,
body.majoapp-preset-light .cart-item-name,
body.majoapp-preset-light .lightbox-title,
body.majoapp-preset-light .footer-majoapp-brand,
body.majoapp-preset-light .footer-majoapp-brand strong{
  color:#111827;
}
body.majoapp-preset-light .product-description,
body.majoapp-preset-light .section-subtitle,
body.majoapp-preset-light .category-count,
body.majoapp-preset-light .info-row-text small,
body.majoapp-preset-light .cart-item-price,
body.majoapp-preset-light .qty-num,
body.majoapp-preset-light .footer-majoapp-brand span,
body.majoapp-preset-light .muted{
  color:#4b5563!important;
}
body.majoapp-preset-light .hero-restaurant-name,
body.majoapp-preset-light .hero-desc,
body.majoapp-preset-light .hero-stat,
body.majoapp-preset-light .hero-stat strong,
body.majoapp-preset-light .majo-banner h2,
body.majoapp-preset-light .majo-banner p{
  color:#ffffff!important;
}
