/* [next]/internal/font/google/geist_f880305f.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/fef07dbb0973bf53-s.3p2_lha1f2xer.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.1qq4vpdcun5oj.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/53b9e256198e5412-s.390ncx5urfkfu.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.21jp631_3pja2.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_f880305f-module__AJLRcW__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_f880305f-module__AJLRcW__variable {
  --font-sans: "Geist", "Geist Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --bg: #fff;
  --surface: #fff;
  --fondo-escritorio: #f2f2f0;
  --ink: #141414;
  --ink-soft: #737373;
  --line: #e5e5e5;
  --rule: #14141426;
  --rule-strong: #14141433;
  --accent: #0f7a4f;
  --accent-strong: #0b5c3b;
  --accent-soft: #edf7f1;
  --danger: #b4442c;
  --radius: 8px;
  --shell: 720px;
  --gutter: 20px;
}

*, :before, :after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-size: 16px;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

@media (min-width: 1024px) {
  body {
    background: var(--fondo-escritorio);
  }

  .pagina {
    max-width: var(--shell);
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 16px;
    margin: 28px auto;
  }

  .pagina .cover {
    border-radius: 15px 15px 0 0;
    max-width: none;
  }

  .pagina .barra {
    border-radius: 15px 15px 0 0;
  }

  .pagina .pie {
    margin-bottom: 0;
  }
}

.shell {
  width: 100%;
  max-width: var(--shell);
  padding-inline: var(--gutter);
  margin: 0 auto;
}

.has-sticky-cta {
  padding-bottom: 84px;
}

@media (min-width: 760px) {
  .has-sticky-cta {
    padding-bottom: 0;
  }
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--ink-soft);
  margin: 0;
  font-size: 10px;
  font-weight: 600;
}

.tabular {
  font-variant-numeric: tabular-nums;
}

.cover {
  aspect-ratio: 16 / 5;
  width: 100%;
  max-width: var(--shell);
  background: #f5f5f5;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media (min-width: 760px) {
  .cover {
    aspect-ratio: 16 / 4;
  }
}

.cover > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cover-fade {
  inset-inline: 0;
  background: linear-gradient(to top, var(--bg), transparent);
  height: 40%;
  position: absolute;
  bottom: 0;
}

.cover-horario {
  position: absolute;
  top: 8px;
  right: 8px;
}

@media (min-width: 760px) {
  .cover-horario {
    top: 12px;
    right: 12px;
  }
}

.masthead {
  padding-top: 32px;
  padding-bottom: 20px;
}

.masthead.con-portada {
  margin-top: -32px;
  padding-top: 0;
  position: relative;
}

.masthead-top {
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.identidad {
  flex: auto;
  align-items: flex-end;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.avatar, .avatar-fallback {
  object-fit: cover;
  width: 64px;
  height: 64px;
  box-shadow: 0 0 0 4px var(--bg), 0 1px 3px #1414141a;
  background: var(--bg);
  border-radius: 50%;
  flex: none;
}

.avatar-fallback {
  background: var(--accent-soft);
  color: var(--accent-strong);
  text-transform: uppercase;
  place-items: center;
  font-size: 26px;
  font-weight: 600;
  display: grid;
}

.identidad-texto {
  flex: 1;
  min-width: 0;
  padding-bottom: 2px;
}

.identidad h1 {
  letter-spacing: -.025em;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .identidad h1 {
    font-size: 24px;
  }
}

.identidad .lugar {
  color: #141414e6;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 3px 0 0;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .identidad .lugar {
    font-size: 14px;
  }
}

.bio {
  color: var(--ink-soft);
  white-space: pre-line;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

.datos {
  border-top: 1px dashed var(--rule-strong);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 16px;
  margin: 14px 0 0;
  padding-top: 11px;
  display: grid;
}

.datos > div {
  min-width: 0;
}

.datos .contacto {
  grid-column: 1 / -1;
  margin-top: 6px;
}

.datos dd {
  overflow-wrap: break-word;
  margin: 3px 0 0;
  font-size: 14px;
}

.datos a {
  -webkit-text-decoration-color: var(--line);
  text-decoration-color: var(--line);
}

@media (min-width: 760px) {
  .btn.cta-cabecera {
    margin-top: 16px;
    display: inline-flex;
  }
}

.horario-pill {
  width: fit-content;
  font: inherit;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  transition: border-color .15s, background-color .15s;
  display: flex;
}

.horario-pill:disabled {
  cursor: default;
}

.horario-pill .punto {
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
}

.horario-pill .estado {
  font-weight: 600;
}

.reloj {
  opacity: .7;
  flex: none;
  width: 12px;
  height: 12px;
}

.horario-pill.overlay {
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #141414b3;
  box-shadow: 0 1px 3px #0003;
}

.horario-pill.overlay:hover {
  background: #141414d1;
}

.horario-pill.overlay .punto {
  background: #fff9;
}

.horario-pill.overlay.abierto .punto {
  background: #4ade80;
}

.horario-pill.overlay .detalle-horario {
  opacity: .8;
}

.horario-pill.cabecera {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
  margin-left: auto;
}

.horario-pill.cabecera:hover:not(:disabled) {
  border-color: var(--ink);
}

.horario-pill.cabecera .punto {
  background: var(--ink-soft);
}

.horario-pill.cabecera.abierto .punto {
  background: var(--accent);
}

.horario-pill.cabecera.abierto .estado {
  color: var(--accent-strong);
}

.horario-pill.cabecera .detalle-horario {
  color: var(--ink-soft);
}

@media (max-width: 560px) {
  .horario-pill .detalle-horario, .horario-pill.cabecera .reloj {
    display: none;
  }

  .horario-pill.cabecera {
    gap: 5px;
    padding: 4px 9px;
  }
}

.horario-dialog {
  width: min(380px, 100vw - 40px);
  color: var(--ink);
  background: var(--surface);
  border: 0;
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 12px 40px #1414142e;
}

.horario-dialog::backdrop {
  background: #14141473;
}

.horario-dialog-inner {
  padding: 20px;
  position: relative;
}

.horario-dialog .cerrar {
  border: 1px solid var(--line);
  background: var(--surface);
  width: 26px;
  height: 26px;
  color: var(--ink-soft);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: color .15s, border-color .15s;
  display: flex;
  position: absolute;
  top: 14px;
  right: 14px;
}

.horario-dialog .cerrar:hover {
  color: var(--ink);
  border-color: var(--ink);
}

.horario-dialog .cerrar svg {
  width: 14px;
  height: 14px;
}

.horario-dialog h2 {
  letter-spacing: -.015em;
  align-items: center;
  gap: 8px;
  margin: 0 40px 14px 0;
  font-size: 17px;
  font-weight: 650;
  display: flex;
}

.horario-dialog h2 .reloj {
  width: 16px;
  height: 16px;
  color: var(--ink);
}

.semana {
  grid-template-columns: max-content 1fr;
  gap: 4px 20px;
  margin: 0;
  font-size: 14px;
  display: grid;
}

.semana > div {
  display: contents;
}

.semana dt {
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
}

.semana dd {
  font-variant-numeric: tabular-nums;
  margin: 0;
}

.btn.cta-cabecera {
  display: none;
}

@media (min-width: 760px) {
  .btn.cta-cabecera {
    margin-top: 16px;
    display: inline-flex;
  }
}

.barra {
  z-index: 10;
  background: var(--bg);
  position: sticky;
  top: 0;
}

.barra-box {
  max-width: var(--shell);
  border-bottom: 1px dashed var(--rule-strong);
  margin: 0 auto;
}

.barra-inner {
  padding: 14px var(--gutter) 8px;
  align-items: flex-end;
  gap: 12px;
  display: flex;
}

.buscador {
  border-bottom: 2px solid var(--rule);
  flex: 1;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding-bottom: 7px;
  transition: border-color .15s;
  display: flex;
}

.buscador:focus-within {
  border-bottom-color: var(--ink);
}

.buscador svg {
  width: 16px;
  height: 16px;
  color: var(--ink-soft);
  flex: none;
}

.buscador input {
  min-width: 0;
  font: inherit;
  color: inherit;
  appearance: none;
  background: none;
  border: 0;
  outline: none;
  flex: 1;
  padding: 0;
  font-size: 16px;
}

.buscador input::-webkit-search-cancel-button {
  display: none;
}

.buscador input::placeholder {
  color: var(--ink-soft);
}

.buscador button {
  cursor: pointer;
  color: var(--ink-soft);
  background: none;
  border: 0;
  padding: 0;
  display: flex;
}

.buscador button:hover {
  color: var(--ink);
}

.vista-toggle {
  border: 1px solid var(--rule);
  border-radius: 6px;
  flex: none;
  margin-bottom: 4px;
  display: flex;
  overflow: hidden;
}

.vista-toggle button {
  background: var(--bg);
  width: 32px;
  height: 32px;
  color: var(--ink-soft);
  cursor: pointer;
  border: 0;
  justify-content: center;
  align-items: center;
  transition: background-color .15s, color .15s;
  display: flex;
}

.vista-toggle button svg {
  width: 16px;
  height: 16px;
}

.vista-toggle button:hover {
  color: var(--ink);
}

.vista-toggle button.activo {
  background: var(--ink);
  color: var(--bg);
}

.secciones-nav ul {
  padding: 0 var(--gutter);
  scrollbar-width: none;
  gap: 22px;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}

.secciones-nav ul::-webkit-scrollbar {
  display: none;
}

.secciones-nav a {
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  color: var(--ink-soft);
  border-bottom: 2px solid #0000;
  flex: none;
  margin-bottom: -1px;
  padding: 4px 0 10px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s, border-color .15s;
  display: block;
}

.secciones-nav a:hover {
  color: var(--ink);
  border-bottom-color: var(--rule-strong);
}

.seccion {
  padding-top: 22px;
  scroll-margin-top: 96px;
}

.seccion-titulo {
  color: var(--ink-soft);
  letter-spacing: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.seccion-nota {
  color: var(--ink-soft);
  margin: 4px 0 0;
  font-size: 13px;
}

.productos {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.producto + .producto {
  border-top: 1px solid var(--line);
}

.producto-link {
  color: inherit;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  text-decoration: none;
  display: flex;
}

.producto-foto {
  border-radius: var(--radius);
  background: #f5f5f5;
  flex: none;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 560px) {
  .producto-foto {
    width: 80px;
    height: 80px;
  }
}

.producto-foto img, .mosaico-foto img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.foto-vacia {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  display: block;
}

.badge-off {
  color: #fff;
  letter-spacing: .02em;
  background: #d2600f;
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 4px;
}

.producto-texto {
  flex: 1;
  min-width: 0;
}

.producto-texto h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .producto-texto h3 {
    font-size: 14px;
  }
}

.producto-desc {
  color: var(--ink-soft);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 3px 0 0;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

.agotado {
  color: var(--danger);
  margin: 4px 0 0;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .producto-desc {
    font-size: 12px;
  }
}

.producto-precio {
  text-align: right;
  font-variant-numeric: tabular-nums;
  flex: none;
}

.precio-anterior {
  color: var(--ink-soft);
  margin: 0;
  font-size: 13px;
  line-height: 1;
  text-decoration: line-through;
}

.precio-actual {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 1024px) {
  .precio-actual {
    font-size: 14px;
  }
}

.precio-anterior + .precio-actual {
  margin-top: 4px;
}

.precio-actual.con-oferta {
  color: var(--accent);
}

.hoja {
  background: var(--surface);
  color: var(--ink);
  border: 0;
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
}

.hoja::backdrop {
  background: #14141480;
}

.hoja {
  border-radius: 18px 18px 0 0;
  width: 100%;
  margin: auto 0 0;
  animation: .22s cubic-bezier(.32, .72, 0, 1) subir;
}

@keyframes subir {
  from {
    transform: translateY(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hoja {
    animation: none;
  }
}

@media (min-width: 1024px) {
  .hoja {
    border-radius: 14px;
    width: min(420px, 100vw - 40px);
    margin: auto;
    animation: .16s aparecer;
    box-shadow: 0 16px 48px #14141438;
  }

  @keyframes aparecer {
    from {
      opacity: 0;
      transform: scale(.97);
    }
  }
}

.hoja-inner {
  flex-direction: column;
  max-height: 90vh;
  display: flex;
}

@media (max-width: 1023px) {
  .hoja-inner {
    max-height: 92vh;
  }
}

.hoja-foto {
  aspect-ratio: 1;
  background: #f5f5f5;
  flex: none;
  max-height: 44vh;
  position: relative;
}

.hoja-foto img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hoja-cerrar {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  background: #1414148c;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  transition: background-color .15s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: 0 1px 4px #00000040;
}

.hoja-cerrar:hover {
  background: #141414b8;
}

.hoja-cerrar svg {
  width: 17px;
  height: 17px;
}

.hoja-inner > .hoja-cerrar {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  position: absolute;
}

.hoja-inner > .hoja-cerrar:hover {
  color: var(--ink);
  background: var(--surface);
}

.hoja-cabecera {
  border-bottom: 1px solid var(--line);
  flex: none;
  padding: 16px 18px;
}

.hoja-cabecera h2 {
  letter-spacing: -.015em;
  margin: 0;
  padding-right: 36px;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.3;
}

.hoja-precio {
  align-items: center;
  margin-top: 8px;
}

.hoja-precio .precio-actual {
  font-size: 19px;
}

.hoja-cuerpo {
  flex: auto;
  min-height: 0;
  padding: 16px 18px;
  overflow-y: auto;
}

.hoja-desc {
  color: var(--ink-soft);
  white-space: pre-line;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.hoja-pie {
  padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  flex: none;
}

.hoja-pie .btn {
  width: 100%;
  height: 46px;
  font-size: 15px;
  display: flex;
}

.mosaico {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

@media (min-width: 560px) {
  .mosaico {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mosaico-item a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.mosaico-foto {
  aspect-ratio: 1;
  border-radius: var(--radius);
  background: #f5f5f5;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mosaico-item h3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 7px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}

.mosaico-item .producto-precio {
  text-align: left;
  margin-top: 4px;
}

.mosaico-item .precio-anterior + .precio-actual {
  margin-top: 2px;
}

.vacio {
  color: var(--ink-soft);
  padding-block: 48px;
  font-size: 14px;
}

.btn {
  height: 44px;
  font: inherit;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-inline: 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .15s, border-color .15s;
  display: inline-flex;
  box-shadow: 0 1px 2px #1414140f;
}

@media (min-width: 760px) {
  .btn {
    height: 40px;
    font-size: 14px;
  }
}

.btn:focus-visible, .horario-pill:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: var(--accent-strong);
}

.btn-ghost {
  color: var(--ink);
  border-color: var(--rule);
  box-shadow: none;
  background: none;
}

.btn-ghost:hover {
  border-color: var(--ink);
}

.wa-icon {
  flex: none;
  width: 16px;
  height: 16px;
}

.detalle-barra-inner {
  border-bottom: 1px dashed var(--rule-strong);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block: 13px;
  font-size: 13px;
  display: flex;
}

.volver {
  color: var(--ink-soft);
  text-decoration: none;
}

.volver:hover {
  color: var(--ink);
}

.detalle-comercio {
  letter-spacing: -.01em;
  font-weight: 600;
}

.detalle {
  gap: 22px;
  padding-block: 24px 40px;
  display: grid;
}

@media (min-width: 760px) {
  .detalle {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 36px;
  }
}

.detalle-fotos {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.detalle-fotos img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  background: #f5f5f5;
  width: 100%;
  height: auto;
}

.detalle-info h1 {
  letter-spacing: -.025em;
  margin: 0;
  font-size: clamp(21px, 4.5vw, 27px);
  font-weight: 700;
  line-height: 1.15;
}

.chips {
  gap: 6px;
  margin-bottom: 8px;
  display: flex;
}

.chip {
  letter-spacing: .04em;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.chip-off {
  color: #fff;
  background: #d2600f;
}

.chip-agotado {
  color: var(--danger);
  border: 1px solid;
}

.detalle-precio {
  font-variant-numeric: tabular-nums;
  margin-top: 10px;
}

.detalle-precio .precio-actual {
  font-size: 25px;
}

.detalle-precio .precio-anterior {
  font-size: 14px;
}

.detalle-desc {
  border-top: 1px dashed var(--rule);
  color: var(--ink-soft);
  white-space: pre-line;
  max-width: 60ch;
  margin-top: 16px;
  padding-top: 14px;
  font-size: 14.5px;
  line-height: 1.6;
}

.detalle-cta {
  margin-top: 22px;
}

.sticky-cta {
  padding: 11px var(--gutter) calc(11px + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  z-index: 20;
  position: fixed;
  inset: auto 0 0;
}

.sticky-cta .btn {
  width: 100%;
  max-width: var(--shell);
  height: 48px;
  margin: 0 auto;
  font-size: 16px;
  display: flex;
}

@media (min-width: 760px) {
  .sticky-cta {
    display: none;
  }
}

.pie {
  border-top: 1px dashed var(--rule-strong);
  color: var(--ink-soft);
  margin-top: 40px;
  padding-block: 18px 32px;
  font-size: 12px;
}

.pie a {
  -webkit-text-decoration-color: var(--line);
  text-decoration-color: var(--line);
  white-space: nowrap;
  font-weight: 600;
}

.pie-par {
  white-space: nowrap;
}

.estado-vacio {
  text-align: center;
  padding-block: 88px;
}

.estado-vacio h1 {
  letter-spacing: -.025em;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
}

.estado-vacio p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 14px;
}

.estado-vacio .marca-pie {
  font-size: 12px;
  margin-top: 26px !important;
}

.lp {
  background: var(--bg);
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.lp a {
  color: inherit;
  text-decoration: none;
}

.lp-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

.lp-center {
  text-align: center;
}

.lp-muted {
  color: var(--ink-soft);
  line-height: 1.6;
}

.lp-accent {
  color: var(--accent);
}

.lp-h1 {
  letter-spacing: -.03em;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.05;
}

.lp-h2 {
  letter-spacing: -.025em;
  margin: 0 0 12px;
  font-size: 1.7rem;
  font-weight: 800;
}

.lp-lead {
  color: var(--ink-soft);
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.lp-eyebrow {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0;
  font-size: 11px;
  font-weight: 600;
}

@media (min-width: 900px) {
  .lp-h1 {
    font-size: 3.1rem;
  }

  .lp-h2 {
    font-size: 2.1rem;
  }
}

.lp-btn {
  background: var(--accent);
  white-space: nowrap;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 22px;
  font-size: .95rem;
  font-weight: 600;
  transition: background-color .15s;
  display: inline-flex;
  box-shadow: 0 1px 2px #14141414;
  color: #fff !important;
}

.lp-btn:hover {
  background: var(--accent-strong);
}

.lp-btn-lg {
  height: 50px;
  padding: 0 28px;
  font-size: 1rem;
}

@media (max-width: 640px) {
  .lp-header .lp-btn .lp-btn-resto {
    display: none;
  }
}

@media (max-width: 400px) {
  .lp-header .lp-btn .lp-btn-corto {
    display: none;
  }

  .lp-header .lp-btn {
    padding: 0 16px;
  }
}

.lp-header {
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.lp-brand {
  letter-spacing: -.02em;
  align-items: center;
  gap: 9px;
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
}

.lp-nav {
  align-items: center;
  gap: 20px;
  display: flex;
}

.lp-nav > a:not(.lp-btn) {
  color: var(--ink-soft);
  font-size: .9rem;
  font-weight: 500;
}

.lp-nav > a:not(.lp-btn):hover {
  color: var(--ink);
}

@media (max-width: 640px) {
  .lp-nav > a:not(.lp-btn) {
    display: none;
  }
}

.lp-hero {
  padding: 52px 0 60px;
  position: relative;
  overflow: hidden;
}

.lp-hero-glow {
  pointer-events: none;
  background: radial-gradient(60% 50% at 50% 0, #0f7a4f1a, #0000);
  height: 460px;
  position: absolute;
  inset: 0 0 auto;
}

.lp-hero-grid {
  align-items: center;
  gap: 44px;
  display: grid;
  position: relative;
}

@media (min-width: 900px) {
  .lp-hero {
    padding: 76px 0 92px;
  }

  .lp-hero-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
  }
}

.lp-hero-copy {
  text-align: center;
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.lp-hero-actions {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  display: flex;
}

@media (min-width: 900px) {
  .lp-hero-copy, .lp-hero-actions {
    text-align: left;
    align-items: flex-start;
  }
}

.lp-hero-sub {
  color: var(--ink-soft);
  margin: 0;
  font-size: .9rem;
}

.lp-hero-sub a {
  color: var(--accent);
  text-underline-offset: 3px;
  font-weight: 500;
  text-decoration: underline;
}

.lp-mock {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  overflow: hidden;
  transform: rotate(1.2deg);
  box-shadow: 0 20px 40px -20px #14141440;
}

.lp-mock-head {
  align-items: center;
  gap: 10px;
  padding: 16px 16px 12px;
  display: flex;
}

.lp-mock-avatar {
  background: var(--accent-soft);
  width: 38px;
  height: 38px;
  color: var(--accent-strong);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.lp-mock-id {
  flex: 1;
  min-width: 0;
}

.lp-mock-id p {
  letter-spacing: -.02em;
  margin: 0;
  font-size: .95rem;
  font-weight: 700;
}

.lp-mock-id small {
  color: var(--ink-soft);
  font-size: 11px;
}

.lp-mock-pill {
  border: 1px solid var(--line);
  color: var(--accent-strong);
  white-space: nowrap;
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
}

.lp-mock-pill i {
  background: var(--accent);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.lp-mock-tabs {
  border-bottom: 1px dashed var(--rule-strong);
  letter-spacing: .06em;
  color: var(--ink-soft);
  gap: 16px;
  padding: 4px 16px 0;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.lp-mock-tabs span {
  border-bottom: 2px solid #0000;
  margin-bottom: -1px;
  padding-bottom: 8px;
}

.lp-mock-tabs .on {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.lp-mock-body {
  padding: 4px 16px;
}

.lp-mock-row {
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  display: flex;
}

.lp-mock-row + .lp-mock-row {
  border-top: 1px solid var(--line);
}

.lp-mock-foto {
  background: #f0f0ee;
  border-radius: 7px;
  flex: none;
  width: 40px;
  height: 40px;
}

.lp-mock-text {
  flex: 1;
  min-width: 0;
}

.lp-mock-text b {
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.lp-mock-text small {
  color: var(--ink-soft);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10.5px;
  display: block;
  overflow: hidden;
}

.lp-mock-precio {
  font-variant-numeric: tabular-nums;
  flex: none;
  font-size: 12px;
  font-weight: 700;
}

.lp-mock-cta {
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin: 6px 16px 16px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.lp-chips {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 24px 8px;
  display: flex;
}

.lp-chip {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 15px;
  font-size: .85rem;
  font-weight: 500;
  display: inline-flex;
}

.lp-chip svg {
  color: var(--accent);
  flex: none;
}

.lp-section {
  padding: 60px 0;
}

@media (min-width: 900px) {
  .lp-section {
    padding: 90px 0;
  }
}

.lp-band {
  background: var(--fondo-escritorio);
}

.lp-intro {
  max-width: 640px;
  margin: 0 auto 44px;
}

.lp-grid3 {
  gap: 22px;
  margin-top: 38px;
  display: grid;
}

@media (min-width: 900px) {
  .lp-grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-card {
  border: 1px solid var(--line);
  background: var(--surface);
  text-align: left;
  border-radius: 16px;
  padding: 24px;
}

.lp-card h3 {
  letter-spacing: -.015em;
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
}

.lp-card p {
  color: var(--ink-soft);
  margin: 11px 0 0;
  font-size: .9rem;
  line-height: 1.6;
}

.lp-card-head {
  align-items: center;
  gap: 12px;
  display: flex;
}

.lp-num, .lp-icon {
  background: var(--accent-soft);
  color: var(--accent-strong);
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.lp-num {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.lp-icon {
  border-radius: 13px;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
}

.lp-ejemplo {
  border: 1px solid var(--line);
  text-align: left;
  background: var(--surface);
  border-radius: 16px;
  max-width: 430px;
  margin: 30px auto 0;
  transition: box-shadow .2s;
  display: block;
  overflow: hidden;
  box-shadow: 0 1px 3px #1414140a;
}

.lp-ejemplo:hover {
  box-shadow: 0 10px 28px -14px #1414144d;
}

.lp-ejemplo-top {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 11px;
  padding: 15px 16px;
  display: flex;
}

.lp-ejemplo-top p {
  margin: 0;
}

.lp-ejemplo-avatar {
  background: var(--accent-soft);
  width: 36px;
  height: 36px;
  color: var(--accent-strong);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.lp-ejemplo-nombre {
  font-size: .95rem;
  font-weight: 600;
}

.lp-ejemplo-meta {
  color: var(--ink-soft);
  font-size: .76rem;
}

.lp-ejemplo-badge {
  color: var(--accent-strong);
  white-space: nowrap;
  margin-left: auto;
  font-size: .72rem;
  font-weight: 600;
}

.lp-ejemplo-body {
  padding: 4px 16px 16px;
}

.lp-ejemplo-linea {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  font-size: .88rem;
  display: flex;
}

.lp-ejemplo-linea small {
  color: var(--ink-soft);
  font-size: .72rem;
  display: block;
}

.lp-ejemplo-linea b {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.lp-ejemplo-btn {
  text-align: center;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  height: 40px;
  margin-top: 14px;
  font-size: .88rem;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.lp-ejemplo-foot {
  background: var(--fondo-escritorio);
  color: var(--accent-strong);
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 12px;
  font-size: .85rem;
  font-weight: 600;
  display: flex;
}

.lp-faq {
  max-width: 760px;
}

.lp-faq-item {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 12px;
  margin-top: 11px;
  padding: 15px 19px;
}

.lp-faq-item summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  list-style: none;
  display: flex;
}

.lp-faq-item summary::-webkit-details-marker {
  display: none;
}

.lp-faq-item summary svg {
  color: var(--ink-soft);
  flex: none;
  transition: transform .2s;
}

.lp-faq-item[open] summary svg {
  transform: rotate(90deg);
}

.lp-faq-item p {
  color: var(--ink-soft);
  margin: 11px 0 0;
  font-size: .9rem;
  line-height: 1.6;
}

.lp-final {
  color: #fff;
  background: #141414;
  padding: 62px 0;
}

.lp-final .lp-h2 {
  color: #fff;
}

.lp-final p {
  color: #ffffffb8;
  margin: 0 0 24px;
  font-size: 1.05rem;
}

.lp-final .lp-btn {
  background: #fff;
  color: #141414 !important;
}

.lp-final .lp-btn:hover {
  background: #ffffffe0;
}

.lp-footer {
  border-top: 1px solid var(--line);
  background: var(--fondo-escritorio);
  margin-top: auto;
  padding: 38px 0;
}

.lp-footer-grid {
  gap: 30px;
  display: grid;
}

@media (min-width: 640px) {
  .lp-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-footer-brand {
  letter-spacing: -.02em;
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 700;
}

.lp-footer .lp-muted {
  max-width: 320px;
  margin: 0;
  font-size: .875rem;
}

.lp-copy {
  color: var(--ink-soft);
  margin: 12px 0 0;
  font-size: .75rem;
}

.lp-footer-title {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink-soft);
  margin: 0 0 10px;
  font-size: .72rem;
  font-weight: 600;
}

.lp-footer div > a {
  color: var(--ink-soft);
  margin-bottom: 8px;
  font-size: .875rem;
  display: block;
}

.lp-footer div > a:hover {
  color: var(--accent-strong);
}

.admin {
  max-width: 620px;
  padding: 48px var(--gutter) 64px;
  margin: 0 auto;
}

.admin h1 {
  letter-spacing: -.025em;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.admin .tagline {
  color: var(--ink-soft);
  margin: 4px 0 0;
  font-size: 14px;
}

.lookup {
  margin-top: 30px;
}

.lookup label {
  margin-bottom: 6px;
  display: block;
}

.row {
  gap: 8px;
  display: flex;
}

.admin input {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  min-width: 0;
  font: inherit;
  color: inherit;
  flex: 1;
  padding: 10px 12px;
}

.admin input:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}

.admin button {
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
  font: inherit;
  cursor: pointer;
  border: 0;
  padding: 10px 16px;
  font-weight: 600;
}

.admin button:disabled {
  opacity: .6;
  cursor: default;
}

.error {
  color: var(--danger);
  margin-top: 20px;
  font-size: 14px;
}

.panel {
  border-top: 1px dashed var(--rule-strong);
  margin-top: 26px;
  padding-top: 20px;
}

.panel-business {
  align-items: center;
  gap: 13px;
  display: flex;
}

.panel-business img {
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
}

.panel-business h2 {
  letter-spacing: -.015em;
  margin: 0;
  font-size: 18px;
  font-weight: 650;
}

.muted {
  color: var(--ink-soft);
  margin: 2px 0 0;
  font-size: 13px;
}

.link-row {
  border: 1px dashed var(--rule-strong);
  border-radius: var(--radius);
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 12px;
  font-size: 13px;
  display: flex;
}

.link-row a {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.link-row button {
  padding: 6px 12px;
  font-size: 12px;
}

.stats {
  flex-wrap: wrap;
  gap: 26px;
  margin: 20px 0 0;
  display: flex;
}

.stats dd {
  font-variant-numeric: tabular-nums;
  margin: 3px 0 0;
  font-weight: 650;
}

.collection-tags {
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.collection-tags li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 13px;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__112fl9n._.css.map*/