:root{
  --bg:#050505;
  --bg-soft:#0b0b0e;
  --surface:#111214;
  --surface-2:#17181c;
  --border:rgba(255,255,255,.08);
  --text:#ffffff;
  --muted:#b9bcc6;
  --muted-2:#8c909b;
  --accent:#ff5a1f;
  --success:#25d366;
  --shadow:0 24px 80px rgba(0,0,0,.42);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at top left, rgba(255,90,31,.14), transparent 34%),
    radial-gradient(circle at 100% 0, rgba(255,255,255,.06), transparent 22%),
    linear-gradient(180deg,#040404,#0c0d10 38%,#090909);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
a,button{transition:.22s ease}
button{font:inherit;cursor:pointer}
img{display:block;max-width:100%}
.mobile-shell{
  width:min(100%, 860px);
  margin:0 auto;
  min-height:100vh;
  background:linear-gradient(180deg,rgba(6,6,8,.94),rgba(11,12,15,.96));
  border-left:1px solid rgba(255,255,255,.04);
  border-right:1px solid rgba(255,255,255,.04);
  padding-bottom:120px;
}
.public-app{position:relative;overflow:hidden}
.glass-card{
  background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(22px);
  box-shadow:var(--shadow);
}
.hero-shell{
  position:relative;
  padding:12px 16px 6px;
  background-size:cover;
  background-position:center;
}
.hero-backdrop{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,90,31,.24), transparent 30%),
    linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.35) 22%,rgba(7,7,7,.92));
  pointer-events:none;
}
.hero-slider-card,
.business-summary{position:relative;z-index:1}
.topbar-pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.10);
  font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase
}
.topbar-pill--soft{background:rgba(0,0,0,.22);color:#d7d8dd}
.hero-slider-card{
  border-radius:32px;
  overflow:hidden;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.hero-slider{position:relative;overflow:hidden}
.hero-slider-track{display:flex;transition:transform .65s cubic-bezier(.22,1,.36,1);will-change:transform}
.hero-slide{position:relative;min-width:100%;min-height:430px}
.hero-slide img{width:100%;height:430px;object-fit:cover}
.hero-slide.is-active img{animation:heroKenburns 5.2s ease both}
@keyframes heroKenburns{from{transform:scale(1.035)}to{transform:scale(1.085)}}
@media (prefers-reduced-motion: reduce){.hero-slide.is-active img{animation:none}.hero-slider-track{transition:none}}

.hero-slide-overlay,
.hero-empty::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(5,5,5,.08),rgba(5,5,5,.24) 30%,rgba(5,5,5,.82));
}
.hero-slide-content{
  position:absolute;left:22px;right:22px;bottom:22px;z-index:1;
  display:grid;gap:10px;max-width:78%
}
.hero-slide-content h2{margin:0;font-size:clamp(30px,8vw,52px);line-height:.95;letter-spacing:-.03em}
.hero-slide-content p{margin:0;color:#f1f2f6;max-width:44ch;font-size:15px;line-height:1.5}
.hero-slide-content--static{position:absolute}
.hero-empty{position:relative;min-height:430px;background:linear-gradient(135deg, rgba(255,90,31,.8), rgba(255,90,31,.18) 25%, #0f1013 68%)}
.hero-empty-media{position:absolute;inset:0;background:radial-gradient(circle at 80% 22%, rgba(255,255,255,.18), transparent 18%), radial-gradient(circle at 68% 72%, rgba(255,255,255,.08), transparent 24%)}
.hero-slider-ui{
  position:absolute;right:16px;top:16px;z-index:2;
  display:flex;align-items:center;justify-content:flex-end;gap:10px;pointer-events:none
}
.hero-dots{display:flex;align-items:center;gap:8px;pointer-events:auto;background:rgba(0,0,0,.26);border:1px solid rgba(255,255,255,.12);padding:8px 10px;border-radius:999px;backdrop-filter:blur(14px)}
.hero-dot,
.hero-nav{
  border:0;
  background:rgba(255,255,255,.14);
  color:#fff;
  backdrop-filter:blur(14px);
}
.hero-dot{width:10px;height:10px;border-radius:999px;padding:0;opacity:.6}
.hero-dot.is-active{width:26px;opacity:1;background:var(--accent)}
.hero-nav{width:42px;height:42px;border-radius:999px;font-size:26px;line-height:1;pointer-events:auto}
.hero-nav:hover,.hero-dot:hover{transform:translateY(-1px)}
.business-summary{
  width:calc(100% - 48px);
  max-width:640px;
  margin:-24px auto 0;
  border-radius:26px;
  padding:16px;
}
.business-summary__content{display:grid;gap:9px;margin-bottom:14px}
.summary-chip,
.eyebrow{
  display:inline-flex;align-items:center;
  font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;
  color:#ffd0bf
}
.business-summary h1{margin:6px 0 6px;font-size:clamp(24px,6.2vw,34px);line-height:1;letter-spacing:-.03em}
.business-summary p{margin:0;color:var(--muted);line-height:1.5}
.summary-meta{display:flex;flex-wrap:wrap;gap:8px}
.summary-meta span{
  display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);font-size:13px;color:#e9eaef
}
.summary-actions{display:flex;gap:10px;margin-bottom:0}
.primary-btn,.secondary-btn,.whatsapp-main{
  display:inline-flex;justify-content:center;align-items:center;text-decoration:none;
  border-radius:16px;padding:14px 16px;font-weight:900;font-size:14px
}
.primary-btn{background:linear-gradient(135deg,var(--accent),#ff2d00);color:#fff;box-shadow:0 18px 44px rgba(255,90,31,.28)}
.secondary-btn{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.1)}
.primary-btn:hover,.secondary-btn:hover{transform:translateY(-1px)}
.summary-stats{display:none}
.summary-stats div{
  display:grid;gap:4px;padding:12px 14px;border-radius:20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)
}
.summary-stats strong{font-size:22px}
.summary-stats span{color:var(--muted-2);font-size:13px}
.section-block{padding:26px 18px 10px}
.section-block--tight{padding-top:18px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}
.section-heading h2{margin:4px 0 0;font-size:27px;line-height:1;letter-spacing:-.03em}
.heading-pill{
  display:inline-flex;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.08);font-size:12px;color:#d7d8dd;font-weight:800;white-space:nowrap
}
.modern-scroll{display:flex;gap:14px;overflow:auto;padding-bottom:4px;scrollbar-width:none}
.modern-scroll::-webkit-scrollbar{display:none}
.promo-strip{padding-inline:2px}
.promo-card{min-width:min(84vw,320px);border-radius:26px;overflow:hidden;display:grid}
.promo-card__media{position:relative}
.promo-card__media img{width:100%;height:194px;object-fit:cover}
.promo-badge,
.product-badge{
  position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;
  padding:8px 10px;border-radius:999px;background:rgba(0,0,0,.52);border:1px solid rgba(255,255,255,.12);
  font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em
}
.promo-card__body{padding:16px}
.promo-card__body strong{display:block;font-size:20px;line-height:1.1}
.promo-card__body p{margin:8px 0 16px;color:var(--muted);min-height:42px}
.promo-card__footer{display:flex;align-items:center;justify-content:space-between;gap:14px}
.promo-card__footer span{font-size:20px;font-weight:900}
.promo-card__footer a{text-decoration:none;color:#fff;font-weight:800}
.category-chips{
  position:sticky;top:0;z-index:15;padding:12px 18px;background:rgba(8,8,9,.82);backdrop-filter:blur(18px);border-top:1px solid rgba(255,255,255,.03);border-bottom:1px solid rgba(255,255,255,.05)
}
.category-chips a{
  white-space:nowrap;text-decoration:none;color:#fff;padding:11px 14px;border-radius:999px;
  background:#191a1f;border:1px solid rgba(255,255,255,.08);font-weight:900;font-size:14px
}
.category-chips a.is-active,.category-chips a:hover{background:linear-gradient(135deg,var(--accent),#ff2d00);border-color:transparent}
.featured-card{
  min-width:min(78vw,300px);position:relative;overflow:hidden;border-radius:28px;background:#121317;border:1px solid rgba(255,255,255,.08)
}
.featured-card img{width:100%;height:320px;object-fit:cover}
.featured-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.18) 30%,rgba(0,0,0,.84))}
.featured-card__content{position:absolute;left:18px;right:18px;bottom:18px;display:grid;gap:10px;z-index:1}
.featured-card__content span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#ffd0bf}
.featured-card__content h3{margin:0;font-size:28px;line-height:1}
.featured-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}
.featured-card__footer strong{font-size:20px}
.featured-card__footer button,
.product-actions button{
  border:0;border-radius:14px;background:#fff;color:#090909;padding:11px 14px;font-weight:900
}
.menu-category{display:grid;gap:12px;margin-bottom:26px;scroll-margin-top:82px}
.menu-category__head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.menu-category__head h3{margin:0;font-size:22px;line-height:1.1}
.menu-category__head p{margin:6px 0 0;color:var(--muted-2);font-size:14px}
.menu-category__head a{text-decoration:none;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);width:38px;height:38px;display:grid;place-items:center;border-radius:999px}
.product-grid{display:grid;gap:16px}
.product-card{overflow:hidden;border-radius:26px;background:linear-gradient(180deg,#131418,#0f1013);border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 42px rgba(0,0,0,.26)}
.product-card__media{position:relative}
.product-card__media img{width:100%;height:210px;object-fit:cover;background:#1f2024}
.product-body{display:grid;gap:10px;padding:16px}
.category-label{color:#ffbe9d;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.product-body h4{font-size:22px;margin:0;line-height:1.05}
.product-body p{color:var(--muted);margin:0;font-size:14px;line-height:1.55;min-height:44px}
.product-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}
.product-actions strong{font-size:20px}
.section-cta{padding-bottom:4px}
.cta-banner{border-radius:28px;padding:22px;display:grid;gap:16px}
.cta-banner h2{margin:4px 0 8px;font-size:28px;line-height:1.02}
.cta-banner p{margin:0;color:var(--muted);line-height:1.55}
.floating-cart,.floating-whatsapp{
  position:fixed;bottom:18px;z-index:30;border-radius:999px;padding:14px 18px;
  font-weight:950;text-decoration:none;box-shadow:0 18px 50px rgba(0,0,0,.35)
}
.floating-cart{left:18px;border:0;background:linear-gradient(135deg,var(--accent),#ff2d00);color:#fff}
.floating-cart span{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:#fff;color:#111;margin-left:6px}
.floating-whatsapp{right:18px;background:#25d366;color:#05140a}
.cart-drawer{
  position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:40;
  width:min(100%,860px);max-height:78vh;overflow:auto;
  background:rgba(11,12,15,.97);backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.12);border-radius:28px 28px 0 0;padding:18px 18px 22px;box-shadow:0 -28px 90px rgba(0,0,0,.56)
}
.cart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}
.cart-head strong{display:block;font-size:24px;line-height:1}
.cart-head span{display:block;margin-top:6px;color:var(--muted-2);font-size:13px}
.cart-head button{width:40px;height:40px;border:0;border-radius:999px;background:#202228;color:#fff;font-size:24px}
.cart-line{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.cart-line span{display:block;margin-top:4px;color:var(--muted);font-size:14px}
.cart-line-actions{display:flex;gap:8px;align-items:center}
.cart-line-actions button{width:34px;height:34px;border:0;border-radius:12px;background:#fff;color:#111;font-weight:900;font-size:20px}
.cart-total{display:flex;justify-content:space-between;align-items:center;margin:18px 0;font-size:18px}.cart-total span{color:var(--muted)}
.cart-note{display:grid;gap:8px;font-weight:800;color:#d5d7dd}
.cart-note textarea{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#111319;color:#fff;padding:12px;font:inherit;resize:vertical;min-height:92px}
.send-order{display:flex;justify-content:center;align-items:center;margin-top:14px;background:#25d366;color:#06130a;text-decoration:none;border-radius:18px;padding:16px;font-weight:950}
.muted{color:var(--muted);margin:14px 0}
.landing{min-height:100vh;background:radial-gradient(circle at 20% 15%,#ff6a00,#050505 45%);display:grid;place-items:center;padding:18px}
.landing-hero{max-width:880px}.hero-glass{background:rgba(0,0,0,.45);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.14);border-radius:34px;padding:34px}.hero-glass h1{font-size:clamp(38px,8vw,72px);line-height:.95;margin:10px 0}.hero-glass p{font-size:20px;color:#f2f2f2}.empty{padding:40px 20px;text-align:center}
@media (min-width: 680px){
  .hero-shell{padding:18px 18px 8px}
  .section-block{padding-inline:22px}
  .category-chips{padding-inline:22px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cta-banner{grid-template-columns:1fr auto;align-items:center}
}
@media (min-width: 900px){
  .hero-slide,.hero-empty,.hero-slide img{height:500px;min-height:500px}
  .hero-slide-content{max-width:60%}
  .summary-actions{justify-content:flex-start}
}

/* ============================================================
   Restó-QR v6 - corrección botón de pedido en móviles
   Algunos navegadores móviles pueden recortar elementos fixed
   cuando están dentro de un contenedor con overflow hidden.
   ============================================================ */
.mobile-shell,
.public-app{
  overflow:visible !important;
}
.floating-cart,
.floating-whatsapp{
  position:fixed !important;
  z-index:9999 !important;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  will-change:transform;
}
.floating-cart[hidden],
.floating-whatsapp[hidden]{
  display:none !important;
}
.floating-cart:not([hidden]){
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:6px;
}
@media (max-width: 680px){
  .floating-cart{
    left:14px !important;
    right:14px !important;
    bottom:calc(16px + env(safe-area-inset-bottom, 0px)) !important;
    width:auto !important;
    min-height:56px;
    padding:15px 18px !important;
    border-radius:20px !important;
    font-size:16px;
    box-shadow:0 18px 60px rgba(255,77,0,.45), 0 0 0 1px rgba(255,255,255,.10) inset;
  }
  .floating-whatsapp{
    right:14px !important;
    bottom:calc(84px + env(safe-area-inset-bottom, 0px)) !important;
    min-height:48px;
    padding:12px 16px !important;
    border-radius:999px !important;
  }
  .cart-drawer{
    max-height:82vh;
    padding-bottom:calc(22px + env(safe-area-inset-bottom, 0px));
  }
}

/* ============================================================
   Restó-QR v7 - corrección drawer carrito + scroll inicial
   ============================================================ */
body.cart-is-open,
.mobile-shell.cart-is-open{
  overflow:visible !important;
}
body.cart-is-open .floating-cart,
.mobile-shell.cart-is-open .floating-cart{
  display:none !important;
  pointer-events:none !important;
}
body.cart-is-open .floating-whatsapp,
.mobile-shell.cart-is-open .floating-whatsapp{
  display:none !important;
  pointer-events:none !important;
}
.cart-drawer:not([hidden]){
  display:block !important;
  z-index:10000 !important;
}
@media (max-width: 680px){
  .cart-drawer{
    max-height:86vh !important;
    padding-bottom:calc(28px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .send-order{
    position:sticky;
    bottom:calc(8px + env(safe-area-inset-bottom, 0px));
    z-index:2;
    box-shadow:0 16px 44px rgba(37,211,102,.22);
  }
}

/* ============================================================
   Restó-QR v8 - corrección robusta mobile carrito + scroll
   ============================================================ */
html{
  overflow-anchor:none;
  scroll-padding-top:0 !important;
}
body{
  overscroll-behavior-y:none;
}
.cart-drawer{
  z-index:2147483000 !important;
}
.cart-drawer:not([hidden]){
  display:flex !important;
  flex-direction:column;
}
.cart-items{
  min-height:0;
}
.send-order{
  position:relative;
  z-index:2147483001 !important;
}
html.cart-is-open .floating-cart,
html.cart-is-open .floating-whatsapp,
body.cart-is-open .floating-cart,
body.cart-is-open .floating-whatsapp,
.mobile-shell.cart-is-open .floating-cart,
.mobile-shell.cart-is-open .floating-whatsapp{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.floating-cart[hidden],
.floating-whatsapp[hidden],
[hidden].floating-cart,
[hidden].floating-whatsapp{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
@media (max-width: 680px){
  .cart-drawer{
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    transform:none !important;
    width:100% !important;
    max-height:88dvh !important;
    padding-bottom:calc(20px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .send-order{
    position:sticky !important;
    bottom:calc(4px + env(safe-area-inset-bottom, 0px)) !important;
    z-index:2147483001 !important;
    min-height:54px;
  }
}

/* Restó-QR v13: estado abierto/cerrado */
.summary-meta .open-status{
  align-items:flex-start;
  flex-direction:column;
  gap:3px;
  padding:10px 12px;
}
.open-status small{
  display:block;
  color:var(--muted);
  font-size:11px;
  font-weight:800;
}
.open-status--open{
  background:rgba(37,211,102,.12)!important;
  border-color:rgba(37,211,102,.24)!important;
}
.open-status--closed{
  background:rgba(239,68,68,.12)!important;
  border-color:rgba(239,68,68,.24)!important;
}

/* Restó-QR v14: datos de envío en carrito */
.checkout-box{
  display:grid;
  gap:12px;
  margin:16px 0 0;
  padding:14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:rgba(255,255,255,.045);
}
.checkout-title{
  font-size:16px;
  font-weight:950;
  letter-spacing:-.01em;
}
.delivery-switch{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.delivery-switch label{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:10px 12px;
  border-radius:16px;
  background:#181a20;
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  font-weight:900;
}
.delivery-switch input{accent-color:var(--accent)}
.cart-field,
.cart-note{
  display:grid;
  gap:8px;
  font-weight:850;
  color:#d5d7dd;
}
.cart-field input,
.cart-note textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:#111319;
  color:#fff;
  padding:13px 14px;
  font:inherit;
  outline:none;
}
.cart-field input:focus,
.cart-note textarea:focus{
  border-color:rgba(255,90,31,.72);
  box-shadow:0 0 0 4px rgba(255,90,31,.12);
}
.cart-field[hidden]{display:none !important}
.field-needs-attention{
  border-color:#ff4d4d !important;
  box-shadow:0 0 0 4px rgba(255,77,77,.16) !important;
}
@media (max-width: 480px){
  .delivery-switch{grid-template-columns:1fr}
}

/* Restó-QR v15: checkout premium y envío correcto a WhatsApp */
.checkout-box{
  gap:16px;
  margin:18px 0 4px;
  padding:16px;
  border-radius:26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,90,31,.18), transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 18px 42px rgba(0,0,0,.22);
}
.checkout-title{
  display:grid;
  gap:4px;
  padding-bottom:2px;
}
.checkout-title span{
  font-size:18px;
  font-weight:950;
  letter-spacing:-.02em;
}
.checkout-title small{
  color:var(--muted-2);
  font-size:13px;
  font-weight:750;
  line-height:1.35;
}
.delivery-switch{
  padding:4px;
  border-radius:20px;
  background:rgba(0,0,0,.26);
  border:1px solid rgba(255,255,255,.08);
}
.delivery-switch label{
  position:relative;
  min-height:48px;
  border-radius:16px;
  background:transparent;
  border:1px solid transparent;
  color:#dfe1e8;
  overflow:hidden;
}
.delivery-switch label:has(input:checked){
  background:linear-gradient(135deg,var(--accent),#ff2d00);
  color:#fff;
  box-shadow:0 14px 34px rgba(255,90,31,.24);
}
.delivery-switch input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.delivery-switch span{
  position:relative;
  z-index:1;
}
.cart-field,
.cart-note{
  gap:9px;
  color:#eff0f4;
  font-weight:900;
}
.cart-field > span,
.cart-note > span{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:#f2f3f7;
}
.cart-field > span::before,
.cart-note > span::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--accent);
  box-shadow:0 0 0 4px rgba(255,90,31,.12);
}
.cart-field input,
.cart-note textarea{
  min-height:48px;
  border-radius:18px;
  background:linear-gradient(180deg,#151720,#101117);
  border:1px solid rgba(255,255,255,.13);
  color:#fff;
  padding:14px 15px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.cart-field input::placeholder,
.cart-note textarea::placeholder{color:#777d8b}
.cart-field input:focus,
.cart-note textarea:focus{
  border-color:rgba(255,90,31,.88);
  box-shadow:0 0 0 4px rgba(255,90,31,.15), inset 0 1px 0 rgba(255,255,255,.05);
  background:#151821;
}
.cart-field[hidden],
.cart-note[hidden]{display:none !important}
.send-order{
  margin-top:18px;
  min-height:54px;
  border-radius:20px;
  box-shadow:0 18px 46px rgba(37,211,102,.22);
}
@media (max-width: 480px){
  .checkout-box{padding:14px;border-radius:24px}
  .delivery-switch{grid-template-columns:1fr 1fr;gap:6px}
  .delivery-switch label{font-size:14px;padding:9px 8px}
}


/* ============================================================
   Restó-QR v16: Mobile Checkout Slim
   Checkout más compacto para que los items y botones + / - queden visibles.
   ============================================================ */
.checkout-box{
  gap:12px !important;
  margin:12px 0 2px !important;
  padding:14px !important;
  border-radius:24px !important;
}
.checkout-title{
  display:grid;
  gap:3px;
}
.checkout-title span{font-size:15px !important}
.checkout-title small{font-size:12px !important;color:#aeb3c0 !important}
.delivery-switch{
  grid-template-columns:1fr 1fr !important;
  gap:8px !important;
}
.delivery-switch label{
  min-height:42px !important;
  padding:8px 10px !important;
  border-radius:15px !important;
  font-size:14px !important;
}
.cart-field{
  gap:7px !important;
}
.cart-field > span{
  font-size:12px !important;
}
.cart-field input{
  min-height:44px !important;
  padding:12px 13px !important;
  border-radius:16px !important;
}
.cart-note,
.cart-note textarea,
[data-reference-wrap]{
  display:none !important;
}
.cart-items{
  flex:0 0 auto;
}
.cart-line{
  padding:10px 0 !important;
}
.cart-line-actions button{
  width:36px !important;
  height:36px !important;
}
.cart-total{
  margin:12px 0 !important;
}
.send-order{
  margin-top:12px !important;
}
@media (max-width: 680px){
  .cart-drawer:not([hidden]){
    max-height:88dvh !important;
  }
  .cart-head{
    margin-bottom:8px !important;
  }
  .cart-head strong{font-size:22px !important}
  .cart-head span{font-size:12px !important}
  .checkout-box{
    padding:12px !important;
    gap:10px !important;
    margin-top:10px !important;
  }
  .delivery-switch{
    grid-template-columns:1fr 1fr !important;
  }
  .delivery-switch label{
    min-height:40px !important;
    font-size:13px !important;
  }
  .cart-field input{
    min-height:42px !important;
  }
  .send-order{
    min-height:50px !important;
  }
}


/* Restó-QR v17: cabecera pública más limpia y centrada */
.business-summary{
  text-align:center;
}
.business-summary__content{
  margin-bottom:12px;
}
.summary-meta--info{
  justify-content:center;
}
.summary-status-row{
  display:flex;
  justify-content:center;
  margin:4px 0 14px;
}
.summary-status-row .open-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  max-width:100%;
  min-width:min(100%, 230px);
  padding:10px 15px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
}
.summary-status-row .open-status small{
  width:100%;
  text-align:center;
  margin-top:2px;
}
.summary-actions--centered{
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
}
.summary-actions--centered .primary-btn,
.summary-actions--centered .secondary-btn{
  min-width:132px;
}
@media (max-width: 420px){
  .summary-actions--centered{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .summary-actions--centered .primary-btn,
  .summary-actions--centered .secondary-btn{
    width:100%;
    min-width:0;
    padding-inline:10px;
  }
}

/* Restó-QR v18: más aire entre estado abierto/cerrado y botones principales */
.summary-status-row{
  margin:8px 0 24px !important;
}
.summary-actions--centered{
  margin-top:4px;
}
@media (max-width: 420px){
  .summary-status-row{
    margin:10px 0 26px !important;
  }
}

/* Restó-QR v18 regenerada: separación reforzada entre estado y botones */
.business-summary .summary-status-row{
  margin-top:12px !important;
  margin-bottom:34px !important;
  padding-bottom:2px !important;
}
.business-summary .summary-status-row + .summary-actions--centered{
  margin-top:8px !important;
}
@media (max-width: 520px){
  .business-summary .summary-status-row{
    margin-bottom:36px !important;
  }
  .business-summary .summary-status-row + .summary-actions--centered{
    margin-top:10px !important;
  }
}
