:root {
  --brand: #71bfff;
  --brand-strong: #5ab4ff;
  --ink: #f8fbff;
  --muted: #a8b7c7;
  --line: rgba(255, 255, 255, 0.14);
  --surface: rgba(255, 255, 255, 0.08);
  --deep: #07111f;
  --deep-soft: #0d1d31;
  --app-font-family: "Geist", "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
}

html {
  font-size: 15px;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: #07111f;
  font-family: var(--app-font-family);
  letter-spacing: 0;
}

button,
input,
textarea,
select,
.btn,
.form-control,
.form-select,
.dropdown-menu {
  font-family: var(--app-font-family);
}

iconify-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  flex: 0 0 auto;
}

.public-menu-page {
  min-height: 100vh;
  padding: 3rem 1rem;
  background: #f4f7fb;
  color: #0b1220;
}

.public-menu-container {
  width: min(760px, 100%);
  margin: 0 auto;
}

.public-menu-header {
  margin-bottom: 2rem;
  text-align: center;
}

.public-menu-header img {
  width: 88px;
  height: 88px;
  margin-bottom: 1rem;
  border-radius: 16px;
  object-fit: cover;
  background: #ffffff;
}

.public-menu-header span {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--menu-accent, #176bff);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-menu-header h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
}

.public-menu-header p {
  max-width: 560px;
  margin: 0.6rem auto 0;
  color: #667085;
}

.public-menu-categories {
  display: grid;
  gap: 1rem;
}

.public-menu-category,
.public-menu-empty {
  border: 1px solid #d7e3f3;
  border-radius: 10px;
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.05);
}

.public-menu-category h2 {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  font-weight: 650;
}

.public-menu-items {
  display: grid;
  gap: 0.7rem;
}

.public-menu-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.7rem;
  border-radius: 8px;
  background: #f6f9fd;
}

.public-menu-item img {
  width: 64px;
  height: 64px;
  border-radius: 7px;
  object-fit: cover;
}

.public-menu-item h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 650;
}

.public-menu-item p {
  margin: 0.25rem 0 0;
  color: #667085;
  font-size: 0.88rem;
}

.public-menu-item strong {
  color: var(--menu-accent, #176bff);
  white-space: nowrap;
}

.public-menu-empty {
  text-align: center;
}

.public-menu-empty h2,
.public-menu-empty p {
  margin: 0;
}

.public-menu-empty p {
  margin-top: 0.35rem;
  color: #667085;
}

.client-copy-notice {
  position: fixed;
  right: 1rem;
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 1100;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: min(400px, calc(100% - 2rem));
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid #bed7cb;
  border-radius: 8px;
  background: #fff;
  color: #183d2c;
  box-shadow: 0 6px 24px #0002;
}
.client-copy-notice p { margin: 0.25rem 0 0; font-size: 0.875rem; color: #53635b; }
.client-copy-notice button { margin-left: auto; border: 0; background: transparent; color: inherit; min-width: 36px; min-height: 36px; }
.client-bank-editor summary { cursor: pointer; list-style: none; margin-bottom: 0; }
.client-bank-editor summary::-webkit-details-marker { display: none; }
.client-bank-editor summary strong { flex: 1; min-width: 0; overflow-wrap: anywhere; }
.client-bank-editor[open] summary { margin-bottom: 0.75rem; }
.client-bank-editor[open] summary > iconify-icon { transform: rotate(180deg); }
.public-pickup-location { display: flex; gap: 0.75rem; margin-bottom: 1.25rem; padding: 0.85rem; border-left: 3px solid var(--menu-accent); background: #f5f7f8; border-radius: 4px; }
.public-pickup-location[hidden] { display: none; }
.public-pickup-location p { margin: 0.35rem 0; color: #56616c; font-size: 0.9rem; }
.public-pickup-location a { color: #245a93; font-weight: 600; }
.public-menu-item > .public-cart-controls {
  display: flex;
  width: max-content;
  max-width: calc(100% - 2rem);
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto 1rem;
  padding: 3px;
  border: 1px solid #d7e1e7;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
}
.public-menu-item .public-cart-controls button[data-cart-decrease],
.public-menu-item .public-cart-controls button[data-cart-increase] {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 1px solid var(--menu-accent, #419bd9);
  border-radius: 4px;
  box-shadow: 0 1px 2px #0001;
  background: var(--menu-accent, #419bd9);
  color: var(--menu-accent-text, #fff);
}
.public-menu-item .public-cart-controls button[data-cart-decrease]:hover,
.public-menu-item .public-cart-controls button[data-cart-increase]:hover { filter: brightness(0.9); }
.public-menu-item .public-cart-controls button:focus-visible { outline: 2px solid var(--menu-accent, #419bd9); outline-offset: 2px; }
.public-menu-item .public-cart-controls span { min-width: 44px; font-weight: 500; text-align: center; font-variant-numeric: tabular-nums; }
@media (pointer: coarse) {
  .public-menu-item .public-cart-controls button[data-cart-decrease],
  .public-menu-item .public-cart-controls button[data-cart-increase] { width: 44px; height: 44px; }
}

.public-menu-footer {
  margin-top: 2rem;
  color: #98a2b3;
  font-size: 0.82rem;
  text-align: center;
}

.cliente-settings-form > .client-store-toggle {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: min(100%, 420px);
  padding: 1rem;
  border: 0;
  border-radius: 8px;
  background: #ca2b22;
  color: #ffffff;
  text-align: left;
}

.cliente-settings-form > .client-store-toggle.is-open { background: #16804b; }
.client-store-toggle > iconify-icon { width: 28px; height: 28px; }
.client-store-toggle > span:first-of-type { display: grid; gap: 0.2rem; }
.client-store-toggle strong { font-size: 1rem; }
.client-store-toggle small { font-size: 0.85rem; font-weight: 400; }
.client-store-track { position: relative; width: 46px; height: 26px; margin-left: auto; border-radius: 20px; background: #0003; flex-shrink: 0; }
.client-store-track::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; }
.is-open .client-store-track::after { transform: translateX(20px); }
.client-closed-message { max-width: 640px; }
.client-closed-message summary { cursor: pointer; margin-bottom: 0.75rem; }
.client-closed-message .cliente-secondary-button { margin-top: 0.75rem; }
.client-bank-editor { margin: 1rem 0; padding: 1rem; border: 1px solid #cbd5df; border-radius: 8px; background: #fff; }
.client-bank-editor-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; }
.client-bank-editor-heading button { display: grid; place-items: center; width: 44px; height: 44px; border: 0; background: transparent; color: #bb2922; }

.public-checkout-panel { background: #fff; }
.public-checkout-panel :is(.public-checkout-summary, .public-delivery-method, .public-payment-method, .public-delivery-address, .public-receipt-upload, .public-checkout-grid label) {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.public-checkout-panel :is(.public-checkout-summary, .public-delivery-method, .public-payment-method, .public-delivery-address, .public-receipt-upload) { margin-bottom: 1.25rem; }
.public-checkout-panel .public-checkout-summary { padding-bottom: 1rem; border-bottom: 1px solid #e4e7eb; }
.public-checkout-panel :is(legend, .public-checkout-grid span, .public-delivery-address > span, .public-payment-method label, .public-delivery-method label, .public-checkout-actions button) { font-weight: 600; text-transform: none; letter-spacing: 0; }
.public-checkout-panel :is(.public-payment-method legend, .public-delivery-method legend) { margin-bottom: 0.65rem; }
.public-checkout-panel .input { border-radius: 6px; box-shadow: none; }
.public-checkout-panel .public-delivery-notice { color: #8a4c00; font-size: 0.85rem; }
.public-checkout-panel .public-delivery-notice[hidden] { display: none; }
.public-checkout-panel .public-checkout-actions button { border-radius: 6px; }
.public-bank-dialog { width: min(420px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); overflow-y: auto; margin: auto; padding: 1rem; border: 0; border-radius: 8px; background: #fff; color: #252a32; font-family: var(--app-font-family); }
.public-bank-dialog::backdrop { background: #0006; }
.public-bank-dialog header, .public-bank-account > div { display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; }
.public-bank-dialog h3 { margin: 0; font-size: 1.1rem; }
.public-bank-dialog button { flex-shrink: 0; display: grid; place-items: center; width: 44px; height: 44px; border: 0; background: transparent; color: #276bd1; cursor: pointer; }
.public-bank-dialog header button { color: #333; }
.public-bank-account { padding: 0.85rem; margin-top: 0.85rem; background: #f7f8fa; border-radius: 6px; overflow-wrap: anywhere; }
.public-bank-account p { color: #626973; font-size: 0.9rem; margin: 0.4rem 0; }
.public-bank-type { font-size: 0.75rem; padding: 0.2rem 0.4rem; background: #e4f2fa; color: #245a77; border-radius: 4px; }
.public-bank-number { margin-top: 0.6rem; background: #fff; padding-left: 0.6rem; }
.public-bank-number strong { color: #ad243e; font-variant-numeric: tabular-nums; user-select: all; }
.public-bank-copy-status { min-height: 1.25rem; margin: 0.6rem 0 0; color: #16804b; font-size: 0.85rem; }

@media (max-width: 520px) {
  .public-menu-page {
    padding: 2rem 0.75rem;
  }

  .public-menu-item {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .public-menu-item img {
    width: 56px;
    height: 56px;
  }

  .public-menu-item strong {
    grid-column: 2;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem #ffffff, 0 0 0 0.25rem rgba(113, 191, 255, 0.45);
}

.site-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  border-bottom: 0;
  background: #07111f;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #ffffff;
  font-weight: 700;
}

.brand-mark img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  padding: 0.72rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms, border-color 180ms, color 180ms;
}

.nav-button-outline {
  border: 1px solid rgba(113, 191, 255, 0.5);
  background: transparent;
  color: #dff2ff;
}

.nav-button-outline:hover {
  border-color: var(--brand);
  background: rgba(113, 191, 255, 0.1);
  color: #ffffff;
}

.nav-button-filled {
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #06111f;
}

.nav-button-filled:hover {
  border-color: var(--brand-strong);
  background: var(--brand-strong);
  color: #06111f;
}

.session-menu {
  min-width: 190px;
  padding: 0.55rem;
  border: 1px solid rgba(113, 191, 255, 0.25);
  border-radius: 10px;
  background: #07111f;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.session-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 42px;
  border-radius: 8px;
  color: #e8f5ff;
  font-weight: 650;
}

.session-menu .dropdown-item:hover,
.session-menu .dropdown-item:focus {
  background: rgba(113, 191, 255, 0.12);
  color: #ffffff;
}

.session-menu .dropdown-item img,
.session-menu .dropdown-item iconify-icon {
  width: 18px;
  height: 18px;
}

.nav-logout-form {
  margin: 0;
}

.nav-logout-form button {
  width: 100%;
  border: 0;
  background: transparent;
}

.home-hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: 7rem 0 4rem;
  overflow: hidden;
  place-items: center;
  background:
    linear-gradient(rgba(7, 17, 31, 0.9), rgba(7, 17, 31, 0.96)),
    linear-gradient(135deg, #102033 0%, #07111f 52%, #020711 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.98) 0%, rgba(7, 17, 31, 0.82) 44%, rgba(7, 17, 31, 0.94) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 72px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 4rem;
}

.hero-copy-block {
  max-width: 620px;
}

.hero-copy-block h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.2rem, 6.5vw, 5.7rem);
  font-weight: 800;
  line-height: 0.95;
}

.hero-copy-block p {
  max-width: 560px;
  margin: 1.7rem 0 0;
  color: rgba(232, 245, 255, 0.72);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  line-height: 1.65;
}

.hero-logo-block {
  display: flex;
  justify-content: center;
}

.hero-logo-block img {
  width: min(100%, 470px);
  height: auto;
  object-fit: contain;
}

.btn-brand,
.btn-ghost {
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  font-weight: 650;
}

.btn-brand {
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #06111f;
}

.btn-brand:hover {
  border-color: var(--brand-strong);
  background: var(--brand-strong);
  color: #ffffff;
}

.btn-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.btn-ghost:hover {
  border-color: rgba(113, 191, 255, 0.7);
  color: var(--brand-strong);
}

.site-footer {
  border-top: 0;
  padding: 1.1rem 0;
  background: rgba(7, 17, 31, 0.72);
  color: var(--muted);
}

.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.site-footer a {
  color: var(--brand-strong);
  font-weight: 600;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffffff;
}

.social-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
}

.svg-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(4px);
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.svg-container svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.social-bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 9px;
  pointer-events: none;
  transition: all 0.3s;
}

.instagram .social-bg {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.whatsapp .social-bg {
  background: linear-gradient(45deg, #128c7e 0%, #25d366 55%, #dcf8c6 100%);
}

.social-btn:hover .social-bg {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.social-btn:hover .svg-container {
  background-color: rgba(156, 156, 156, 0.466);
}

.auth-page {
  display: grid;
  min-height: 100vh;
  padding: 7.5rem 1rem 4rem;
  place-items: center;
}

.auth-logo {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 0.75rem;
  filter: none;
}

.form {
  --bg-light: #f8fbff;
  --bg-dark: #334155;
  --clr: #71bfff;
  --clr-alpha: rgba(113, 191, 255, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 320px;
}

.form .input-span {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form input[type="email"],
.form input[type="password"] {
  border-radius: 0.5rem;
  padding: 1rem 0.75rem;
  width: 100%;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--clr-alpha);
  color: #ffffff;
  outline: 2px solid var(--bg-dark);
}

.form input[type="email"]:focus,
.form input[type="password"]:focus {
  outline: 2px solid var(--clr);
}

.form input::placeholder {
  color: #8192a7;
}

.password-input-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.password-input-wrap .input {
  padding-right: 3rem;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  padding: 0;
  color: #9aabc0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle:hover,
.password-toggle:focus-visible {
  color: #71bfff;
}

.password-toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.password-toggle .password-eye-closed {
  display: none;
}

.password-toggle.is-visible .password-eye-open {
  display: none;
}

.password-toggle.is-visible .password-eye-closed {
  display: block;
}

.label {
  align-self: flex-start;
  color: var(--clr);
  font-weight: 600;
}

.form .submit {
  padding: 1rem 0.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 3rem;
  background-color: var(--bg-dark);
  color: var(--bg-light);
  border: none;
  cursor: pointer;
  transition: background-color 300ms, color 300ms;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.form .submit:hover {
  background-color: var(--clr);
  color: #06111f;
}

.form h1 {
  margin: 0;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
}

.form p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.remember-row {
  display: flex;
  align-self: flex-start;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: #cbd7e6;
  font-size: 0.92rem;
}

.remember-row input {
  accent-color: var(--brand);
}

.validation-summary ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.admin-body {
  min-height: 100vh;
  color: #f7fbff;
  background: #07111f;
  font-family: var(--app-font-family);
}

.taulo-admin-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #07111f;
}

.taulo-admin-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 2rem, 1180px);
  min-height: 76px;
  margin: 0 auto;
  gap: 1.5rem;
}

.taulo-admin-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.taulo-admin-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.taulo-admin-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.taulo-admin-form {
  margin: 0;
}

.taulo-admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  background: transparent;
  color: rgba(232, 245, 255, 0.78);
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.taulo-admin-link img,
.taulo-admin-link iconify-icon {
  width: 17px;
  height: 17px;
  opacity: 0.88;
}

.taulo-admin-link:hover,
.taulo-admin-link:focus {
  color: #ffffff;
  background: rgba(113, 191, 255, 0.1);
}

.taulo-admin-link.active {
  background: #71bfff;
  color: #06111f;
  font-weight: 600;
}

.taulo-admin-link.active img {
  opacity: 1;
}

.taulo-admin-link.disabled {
  color: rgba(232, 245, 255, 0.36);
  pointer-events: none;
}

.taulo-admin-link.danger {
  color: #ff8f98;
}

.taulo-admin-link.danger:hover,
.taulo-admin-link.danger:focus {
  background: rgba(255, 143, 152, 0.12);
  color: #ffd5da;
}

.taulo-admin-content {
  min-height: calc(100vh - 76px);
}

.admin-shell {
  padding: 2.3rem 0 4rem;
}

.admin-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.admin-heading span {
  display: block;
  margin-bottom: 0.35rem;
  color: #71bfff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-heading h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.05;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.admin-metrics article,
.admin-actions article,
.admin-table-panel,
.admin-form-panel {
  border: 1px solid rgba(113, 191, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.admin-metrics article {
  padding: 1.25rem;
}

.admin-metrics span {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(232, 245, 255, 0.62);
  font-size: 0.84rem;
  font-weight: 650;
}

.admin-metrics strong {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
}

.admin-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.admin-actions article {
  padding: 1.35rem;
}

.admin-actions h2,
.admin-empty h2 {
  margin: 0 0 0.65rem;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
}

.admin-actions p,
.admin-empty p,
.admin-form-panel small {
  color: rgba(232, 245, 255, 0.64);
}

.admin-actions a,
.table-actions a,
.inline-form button {
  color: #71bfff;
  font-weight: 700;
  text-decoration: none;
}

.admin-actions a:hover,
.table-actions a:hover,
.inline-form button:hover {
  color: #ffffff;
}

.admin-table-panel,
.admin-form-panel {
  padding: 1.35rem;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  color: #e8f5ff;
}

.admin-table th,
.admin-table td {
  padding: 1rem 0.85rem;
  border-bottom: 1px solid rgba(113, 191, 255, 0.12);
  vertical-align: middle;
}

.admin-table th {
  color: rgba(232, 245, 255, 0.56);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.admin-table tbody tr:last-child td {
  border-bottom: 0;
}

.admin-table code {
  color: #bfe4ff;
}

.table-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
  white-space: nowrap;
}

.inline-form {
  margin: 0;
}

.inline-form button {
  border: 0;
  background: transparent;
  padding: 0;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 750;
}

.status-active {
  background: rgba(113, 191, 255, 0.16);
  color: #9ed6ff;
}

.status-paused {
  background: rgba(255, 143, 152, 0.12);
  color: #ffadb5;
}

.status-info {
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
}

.status-orders {
  background: rgba(16, 185, 129, 0.14);
  color: #047857;
}

.admin-empty {
  display: grid;
  min-height: 240px;
  place-items: center;
  text-align: center;
}

.admin-form-container {
  max-width: 960px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.admin-form-panel label,
.admin-form-panel .form-field,
.form-full {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.admin-form-panel label > span,
.admin-form-panel .form-field > span,
.admin-form-panel .form-full > span {
  color: #dff2ff;
  font-weight: 700;
}

.admin-form-panel input,
.admin-form-panel select,
.admin-form-panel textarea {
  width: 100%;
  border: 1px solid rgba(113, 191, 255, 0.18);
  border-radius: 8px;
  padding: 0.82rem 0.9rem;
  background: rgba(3, 9, 18, 0.72);
  color: #ffffff;
  outline: none;
}

.admin-form-panel input:focus,
.admin-form-panel select:focus,
.admin-form-panel textarea:focus {
  border-color: rgba(113, 191, 255, 0.85);
  box-shadow: 0 0 0 0.18rem rgba(113, 191, 255, 0.14);
}

.form-full,
.check-row,
.form-actions,
.form-alert {
  margin-top: 1rem;
}

.check-row {
  flex-direction: row !important;
  align-items: center;
}

.check-row input {
  width: auto;
  accent-color: #71bfff;
}

.form-actions,
.admin-delete-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.form-alert {
  border: 1px solid rgba(113, 191, 255, 0.18);
  border-radius: 8px;
  padding: 0.9rem 1rem;
  background: rgba(113, 191, 255, 0.08);
  color: #dff2ff;
}

.danger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(255, 143, 152, 0.55);
  border-radius: 8px;
  padding: 0.72rem 1.25rem;
  background: rgba(255, 143, 152, 0.13);
  color: #ffd5da;
  font-weight: 700;
}

.admin-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #07111f;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.admin-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.admin-loader-spinner {
  width: 3.25em;
  transform-origin: center;
  animation: rotate4 2s linear infinite;
}

.admin-loader-spinner circle {
  fill: none;
  stroke: hsl(214, 97%, 59%);
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -125px;
  }
}

@media (max-width: 575.98px) {
  .site-footer .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .admin-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-grid,
  .admin-metrics,
  .admin-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .home-hero {
    padding-top: 6.5rem;
    text-align: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-copy-block {
    margin: 0 auto;
  }

  .hero-copy-block p {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-logo-block {
    order: -1;
  }

  .hero-logo-block img {
    width: min(76vw, 330px);
  }

  .taulo-admin-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.85rem 0;
  }

  .taulo-admin-menu {
    justify-content: flex-start;
  }
}

/* Admin light dashboard */
.admin-body {
  color: #101828;
  background: #f5f8fc;
}

.taulo-admin-nav {
  background:
    radial-gradient(circle at 18% 0%, rgba(113, 191, 255, 0.2), transparent 30%),
    #07111f;
  box-shadow: 0 14px 30px rgba(7, 17, 31, 0.12);
}

.taulo-admin-inner {
  width: min(100% - 3rem, 1320px);
  min-height: 72px;
}

.taulo-admin-brand {
  display: inline-flex;
  align-items: center;
}

.taulo-admin-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.taulo-admin-link {
  min-height: 46px;
  padding: 0.72rem 1.1rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  font-weight: 500;
}

.taulo-admin-link img,
.taulo-admin-link iconify-icon {
  width: 20px;
  height: 20px;
  color: currentColor;
  opacity: 0.86;
}

.taulo-admin-link:hover,
.taulo-admin-link:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.taulo-admin-link.active {
  background: #176bff;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(23, 107, 255, 0.36);
}

.taulo-admin-link.active img {
  filter: brightness(0) invert(1);
}

.taulo-admin-link.disabled {
  color: rgba(255, 255, 255, 0.58);
}

.taulo-admin-link.danger {
  color: #ff425c;
}

.taulo-admin-link.danger img {
  filter: none;
}

.taulo-admin-link.danger:hover,
.taulo-admin-link.danger:focus {
  background: rgba(255, 66, 92, 0.1);
  color: #ff425c;
}

.taulo-admin-content {
  min-height: calc(100vh - 72px);
}

.admin-shell {
  padding: 2rem 0 2.4rem;
}

.admin-shell > .container {
  max-width: 1320px;
}

.admin-heading {
  align-items: flex-start;
  margin-bottom: 1.1rem;
}

.admin-heading h1 {
  color: #0f172a;
  font-size: clamp(1.65rem, 2.3vw, 2.1rem);
  font-weight: 750;
  line-height: 1.15;
}

.admin-heading p {
  margin: 0.45rem 0 0;
  color: #667085;
  font-size: 1rem;
}

.admin-heading span {
  color: #667085;
  letter-spacing: 0;
  text-transform: none;
}

.admin-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-metrics article,
.admin-actions article,
.admin-table-panel,
.admin-form-panel,
.activity-card,
.quick-card {
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.045);
}

.metric-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 112px;
  padding: 1.15rem 1.25rem;
}

.metric-icon,
.quick-card a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(135deg, #edf5ff, #dfeeff);
}

.metric-icon img,
.quick-card a img {
  width: 28px;
  height: 28px;
}

.admin-metrics span {
  margin: 0 0 0.45rem;
  color: #344054;
  font-size: 0.92rem;
  font-weight: 500;
}

.admin-metrics strong {
  display: block;
  color: #101828;
  font-size: 1.75rem;
  font-weight: 750;
  line-height: 1;
}

.admin-metrics small {
  display: block;
  margin-top: 0.5rem;
  color: #667085;
  font-size: 0.82rem;
}

.admin-metrics em {
  color: #176bff;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}

.admin-metrics em.down {
  color: #ff425c;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.85fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.activity-card,
.quick-card {
  padding: 1.25rem;
}

.panel-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.panel-title-row h2,
.quick-card h2,
.admin-latest-panel h2 {
  margin: 0;
  color: #101828;
  font-size: 1.05rem;
  font-weight: 700;
}

.panel-title-row select {
  min-height: 38px;
  border: 1px solid #d9e2ef;
  border-radius: 6px;
  padding: 0 0.85rem;
  background: #ffffff;
  color: #475467;
}

.activity-chart {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: end;
  gap: 0.8rem;
  min-height: 220px;
  padding: 1rem;
  border-radius: 8px;
  background:
    linear-gradient(to top, rgba(23, 107, 255, 0.08), transparent 62%),
    repeating-linear-gradient(to top, #e9eef6 0 1px, transparent 1px 44px);
}

.activity-chart span {
  position: relative;
  display: block;
  height: var(--h);
  min-height: 18px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #176bff, #80bdff);
}

.activity-chart span::after {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid #176bff;
  border-radius: 999px;
  background: #ffffff;
  content: "";
  transform: translateX(-50%);
}

.activity-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 1rem;
}

.activity-summary div {
  border-radius: 8px;
  padding: 0.8rem;
  background: #f4f7fb;
}

.activity-summary span {
  display: block;
  color: #667085;
  font-size: 0.82rem;
}

.activity-summary strong {
  display: block;
  margin-top: 0.3rem;
  color: #101828;
  font-size: 1.25rem;
}

.quick-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.quick-card h2 {
  margin-bottom: 0.2rem;
}

.quick-card a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 68px;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  background: #f4f7fb;
  color: #101828;
  font-size: 1rem;
  font-weight: 650;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.quick-card a:hover {
  background: #eaf3ff;
  color: #176bff;
  transform: translateY(-1px);
}

.quick-card a strong {
  color: #667085;
  font-size: 1.5rem;
  font-weight: 400;
}

.admin-latest-panel {
  padding: 1.1rem 1.25rem;
}

.admin-latest-panel h2 {
  margin-bottom: 1rem;
}

.admin-table {
  color: #344054;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid #e5ebf3;
}

.admin-table th {
  color: #475467;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.admin-table tbody tr:hover {
  background: #f8fbff;
}

.admin-table code {
  color: #176bff;
}

.admin-actions a,
.table-actions a,
.inline-form button {
  color: #176bff;
}

.admin-actions a:hover,
.table-actions a:hover,
.inline-form button:hover {
  color: #0b57d0;
}

.admin-actions h2,
.admin-empty h2 {
  color: #101828;
}

.admin-actions p,
.admin-empty p,
.admin-form-panel small {
  color: #667085;
}

.admin-form-panel label > span,
.admin-form-panel .form-field > span,
.admin-form-panel .form-full > span {
  color: #344054;
}

.admin-form-panel input,
.admin-form-panel select,
.admin-form-panel textarea {
  border-color: #d9e2ef;
  background: #ffffff;
  color: #101828;
}

.admin-form-panel input:focus,
.admin-form-panel select:focus,
.admin-form-panel textarea:focus {
  border-color: #176bff;
  box-shadow: 0 0 0 0.18rem rgba(23, 107, 255, 0.13);
}

.info-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-height: 82px;
  margin-bottom: 1.25rem;
  overflow: hidden;
  border: 1px solid #d9e6fb;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.16) 0 8px 24px;
}

.info-wave {
  position: absolute;
  top: 34px;
  left: -31px;
  width: 80px;
  fill: rgba(23, 107, 255, 0.18);
  transform: rotate(90deg);
}

.info-icon-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  margin-left: 0.35rem;
  border-radius: 50%;
  background-color: rgba(23, 107, 255, 0.16);
}

.info-icon {
  width: 18px;
  height: 18px;
  color: #176bff;
}

.info-message-text-container {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
}

.info-message-text,
.info-sub-text {
  margin: 0;
}

.info-message-text {
  color: #176bff;
  font-size: 1rem;
  font-weight: 700;
}

.info-sub-text {
  color: #555f70;
  font-size: 0.9rem;
  line-height: 1.35;
}

.admin-notify {
  position: fixed;
  top: 88px;
  right: 1.5rem;
  z-index: 1200;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: min(330px, calc(100vw - 2rem));
  min-height: 80px;
  overflow: hidden;
  border: 1px solid #d9e6fb;
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.admin-notify.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
}

.notify-wave {
  position: absolute;
  top: 32px;
  left: -31px;
  width: 80px;
  fill: rgba(71, 119, 255, 0.23);
  transform: rotate(90deg);
}

.notify-icon-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  margin-left: 0.4rem;
  border-radius: 50%;
  background-color: rgba(71, 119, 255, 0.28);
}

.notify-icon {
  width: 17px;
  height: 17px;
  color: #124fff;
}

.notify-message-text-container {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
}

.notify-message-text,
.notify-sub-text {
  margin: 0;
}

.notify-message-text {
  color: #124fff;
  font-size: 1rem;
  font-weight: 700;
}

.notify-sub-text {
  color: #555f70;
  font-size: 0.86rem;
  line-height: 1.35;
}

.notify-close {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #667085;
}

.notify-close:hover {
  background: #f1f5fb;
  color: #101828;
}

.notify-close svg {
  width: 18px;
  height: 18px;
}

.password-checklist {
  margin-top: 1rem;
  border: 1px solid #d9e6fb;
  border-radius: 8px;
  padding: 0.9rem 1rem;
  background: #f8fbff;
}

.password-checklist > span {
  display: block;
  margin-bottom: 0.65rem;
  color: #344054;
  font-size: 0.9rem;
  font-weight: 650;
}

.password-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.password-checklist li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #667085;
  font-size: 0.88rem;
  transition: color 160ms ease;
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1px solid #c8d6e8;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  font-size: 0.72rem;
  line-height: 1;
}

.check-icon::before {
  content: "✓";
  opacity: 0;
}

.password-checklist li.is-valid {
  color: #16803c;
}

.password-checklist li.is-valid .check-icon {
  border-color: #28a85d;
  background: #28a85d;
}

.password-checklist li.is-valid .check-icon::before {
  opacity: 1;
}

.custum-file-upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 184px;
  border: 2px dashed #c9dcf6;
  border-radius: 10px;
  padding: 1.5rem;
  background: #f8fbff;
  cursor: pointer;
  box-shadow: 0 26px 30px -30px rgba(23, 107, 255, 0.45);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.custum-file-upload:hover {
  border-color: #176bff;
  background: #eef6ff;
  transform: translateY(-1px);
}

.custum-file-upload .icon,
.custum-file-upload .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custum-file-upload .icon svg {
  width: 64px;
  height: 64px;
  fill: #176bff;
}

.custum-file-upload .text span {
  color: #344054;
  font-weight: 500;
}

.custum-file-upload input {
  display: none;
}

.restaurant-image-preview {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.restaurant-image-preview.is-visible {
  display: block;
}

.restaurant-image-preview.is-visible ~ input {
  pointer-events: none;
}

.custum-file-upload:has(.restaurant-image-preview.is-visible) {
  border-style: solid;
  padding: 0;
  background: #0f172a;
}

.custum-file-upload:has(.restaurant-image-preview.is-visible)::after {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  background: rgba(7, 17, 31, 0.78);
  color: #ffffff;
  content: "Cambiar imagen";
  font-size: 0.78rem;
  font-weight: 650;
}

.custum-file-upload:has(.restaurant-image-preview.is-visible) .icon,
.custum-file-upload:has(.restaurant-image-preview.is-visible) .text {
  opacity: 0;
}

.status-active {
  background: #e7f8ee;
  color: #16803c;
}

.status-paused {
  background: #fff4d8;
  color: #b76a00;
}

.status-blue {
  background: #e8f1ff;
  color: #176bff;
}

@media (max-width: 991.98px) {
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .taulo-admin-inner {
    width: min(100% - 1.25rem, 1320px);
  }

  .taulo-admin-menu {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.35rem;
  }

  .admin-metrics,
  .activity-summary,
  .password-checklist ul {
    grid-template-columns: 1fr;
  }

  .metric-card {
    grid-template-columns: auto 1fr;
  }

  .metric-card em {
    grid-column: 2;
  }
}

/* Minimal admin navigation */
.taulo-admin-nav {
  background: #07111f;
  box-shadow: none;
}

.taulo-admin-inner {
  min-height: 68px;
}

.taulo-admin-brand img {
  width: 52px;
  height: 52px;
}

.taulo-admin-menu {
  gap: 0.35rem;
}

.taulo-admin-link {
  min-height: 40px;
  border-radius: 7px;
  padding: 0.58rem 0.8rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 500;
  transition: none;
}

.taulo-admin-link img,
.taulo-admin-link iconify-icon {
  width: 18px;
  height: 18px;
  opacity: 0.82;
}

.taulo-admin-link:hover,
.taulo-admin-link:focus {
  background: transparent;
  color: #ffffff;
}

.taulo-admin-link.active {
  background: #71bfff;
  color: #06111f;
  font-weight: 550;
  box-shadow: none;
}

.taulo-admin-link.active img {
  filter: none;
  opacity: 1;
}

.taulo-admin-link.disabled {
  color: rgba(255, 255, 255, 0.48);
}

.taulo-admin-link.danger,
.taulo-admin-link.danger:hover,
.taulo-admin-link.danger:focus {
  background: transparent;
  color: #ff5a6b;
}

/* Admin typography polish */
.admin-body {
  font-family: var(--app-font-family);
}

.admin-heading h1 {
  color: #0b1220;
  font-size: clamp(1.55rem, 2vw, 1.9rem);
  font-weight: 650;
  letter-spacing: 0;
}

.admin-heading p {
  color: #667085;
  font-size: 0.96rem;
  font-weight: 400;
}

.admin-metrics span,
.activity-summary span {
  font-weight: 500;
}

.admin-metrics strong {
  font-weight: 650;
  letter-spacing: 0;
}

.panel-title-row h2,
.quick-card h2,
.admin-latest-panel h2,
.admin-actions h2,
.admin-empty h2 {
  color: #101828;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0;
}

.quick-card a {
  font-weight: 600;
}

.admin-table th {
  font-weight: 600;
}

.admin-table td {
  font-weight: 400;
}

/* Cliente area */
.cliente-body {
  min-height: 100vh;
  background: #f3f7fc;
  color: #0b1220;
  font-family: var(--app-font-family);
}

.cliente-nav {
  background: #07111f;
}

.cliente-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 2rem, 1320px);
  min-height: 68px;
  margin: 0 auto;
  gap: 1.25rem;
}

.cliente-brand {
  display: inline-flex;
  align-items: center;
}

.cliente-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.cliente-menu {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.cliente-nav-form {
  flex-shrink: 0;
  margin: 0;
}

.cliente-link {
  flex-shrink: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 7px;
  padding: 0.58rem 0.8rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.cliente-link img,
.cliente-link iconify-icon {
  width: 18px;
  height: 18px;
  opacity: 0.82;
}

.cliente-link span {
  margin-left: 0.5rem;
}

.cliente-link:hover,
.cliente-link:focus {
  color: #ffffff;
}

.cliente-link.active {
  background: #71bfff;
  color: #06111f;
  font-weight: 550;
}

.cliente-link.active img {
  opacity: 1;
}

.cliente-link.danger {
  color: #ff5a6b;
}

.cliente-content {
  min-height: calc(100vh - 68px);
}

.cliente-shell {
  padding: 2rem 0 3rem;
}

.cliente-workspace .cliente-heading h1 {
  font-size: 1.65rem;
}

.cliente-workspace .cliente-heading img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.cliente-workspace :is(.cliente-settings-panel, .cliente-orders-panel, .cliente-reviews-panel, .cliente-panel, .cliente-qr-card, .cliente-payment-settings) {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 1.25rem 0;
  margin-top: 0;
  border-top: 1px solid #cbd5df;
}

.cliente-workspace .cliente-settings-heading {
  margin-bottom: 1.25rem;
}

.cliente-workspace .cliente-status-form {
  margin-bottom: 1.5rem;
}

.cliente-workspace :is(.cliente-settings-fields, .cliente-social-fields, .cliente-bank-grid) > * {
  min-width: 0;
}

.cliente-workspace .cliente-order-address {
  white-space: pre-line;
  overflow-wrap: anywhere;
}

.cliente-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.cliente-heading span {
  display: block;
  margin-bottom: 0.35rem;
  color: #176bff;
  font-size: 0.78rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cliente-heading h1 {
  margin: 0;
  color: #0b1220;
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  font-weight: 650;
  letter-spacing: 0;
}

.cliente-heading p {
  margin: 0.35rem 0 0;
  color: #667085;
  font-size: 1rem;
}

.cliente-heading img {
  width: 76px;
  height: 76px;
  border-radius: 14px;
  object-fit: cover;
  background: #ffffff;
}

.cliente-empty-state,
.cliente-panel,
.cliente-form-card,
.cliente-category-card {
  border: 1px solid #d7e3f3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(16, 24, 40, 0.06);
}

.cliente-empty-state {
  padding: 2rem;
}

.cliente-empty-state.compact {
  margin-bottom: 1rem;
  padding: 1.25rem 1.5rem;
}

.cliente-empty-state h1,
.cliente-empty-state h2 {
  margin: 0;
  color: #101828;
  font-size: 1.35rem;
  font-weight: 650;
}

.cliente-empty-state p,
.cliente-muted {
  margin: 0.45rem 0 0;
  color: #667085;
}

.cliente-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.cliente-metrics article {
  border: 1px solid #d7e3f3;
  border-radius: 8px;
  padding: 1.15rem 1.25rem;
  background: #ffffff;
}

.cliente-metrics span {
  color: #667085;
  font-size: 0.88rem;
  font-weight: 500;
}

.cliente-metrics strong {
  display: block;
  margin-top: 0.3rem;
  color: #0b1220;
  font-size: 1.8rem;
  font-weight: 650;
}

.cliente-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem;
}

.cliente-public-panel {
  margin-top: 1rem;
}

.cliente-qr-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  gap: 2rem;
  border: 1px solid #d7e3f3;
  border-radius: 8px;
  padding: 1.35rem;
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(16, 24, 40, 0.06);
}

.cliente-qr-copy > span {
  display: block;
  margin-bottom: 0.35rem;
  color: #176bff;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cliente-qr-copy h2 {
  margin: 0;
  color: #101828;
  font-size: 1.15rem;
  font-weight: 650;
}

.cliente-qr-copy p {
  max-width: 540px;
  margin: 0.35rem 0 1rem;
  color: #667085;
}

.cliente-public-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 44px;
  border: 1px solid #cfdced;
  border-radius: 7px;
  padding: 0.45rem 0.55rem 0.45rem 0.75rem;
  color: #176bff;
  background: #f7faff;
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.cliente-icon-button {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #cfdced;
  border-radius: 7px;
  background: #ffffff;
  color: #176bff;
  cursor: pointer;
}

.cliente-icon-button img {
  width: 17px;
  height: 17px;
}

.cliente-qr-actions {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.cliente-secondary-button {
  min-height: 34px;
  border: 1px solid #cfdced;
  border-radius: 7px;
  padding: 0.45rem 0.75rem;
  background: #ffffff;
  color: #176bff;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

.cliente-qr-code {
  display: grid;
  place-items: center;
  width: 200px;
  height: 200px;
  border: 1px solid #e5eaf2;
  border-radius: 8px;
  padding: 11px;
  background: #ffffff;
}

.cliente-qr-code img,
.cliente-qr-code canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

.cliente-settings-panel {
  margin-top: 1rem;
  border: 1px solid #d7e3f3;
  border-radius: 8px;
  padding: 1.35rem;
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(16, 24, 40, 0.06);
}

.cliente-settings-heading span {
  display: block;
  margin-bottom: 0.35rem;
  color: #176bff;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cliente-settings-heading h2 {
  margin: 0;
  color: #101828;
  font-size: 1.15rem;
  font-weight: 650;
}

.cliente-settings-heading p {
  margin: 0.35rem 0 1rem;
  color: #667085;
}

.cliente-settings-form {
  display: grid;
  gap: 1rem;
}

.cliente-settings-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: start;
  gap: 1rem;
}

.cliente-settings-form .cliente-logo-upload {
  width: 100%;
  height: 150px;
}

.cliente-settings-form .cliente-logo-upload .restaurant-image-preview {
  object-fit: contain;
  object-position: center;
  padding: 1rem 3rem;
  background: #0f172a;
}

.cliente-color-field {
  display: grid;
  gap: 0.45rem;
}

.cliente-color-field > span {
  color: #344054;
  font-size: 0.9rem;
  font-weight: 550;
}

.cliente-color-field input[type="color"] {
  width: 100%;
  height: 48px;
  border: 1px solid #cfdced;
  border-radius: 7px;
  padding: 0.25rem;
  background: #ffffff;
  cursor: pointer;
}

.admin-color-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.admin-color-field input[type="color"] {
  width: 100%;
  height: 48px;
  border: 1px solid #cfdced;
  border-radius: 7px;
  padding: 0.25rem;
  background: #ffffff;
  cursor: pointer;
}

.admin-store-status {
  display: grid;
  gap: 0.75rem;
  border: 1px solid #d7e4f4;
  border-radius: 8px;
  background: #f8fbff;
  padding: 1rem;
}

.admin-store-status textarea.input {
  max-width: none;
  height: auto;
  min-height: 90px;
  resize: vertical;
}

.cliente-settings-form > button {
  justify-self: start;
  min-height: 42px;
  border: 1px solid #176bff;
  border-radius: 7px;
  padding: 0.7rem 1.1rem;
  background: #176bff;
  color: #ffffff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.cliente-store-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(113, 191, 255, 0.28);
  border-radius: 8px;
  background: #f8fbff;
  padding: 1rem;
}

.cliente-store-status > div {
  display: grid;
  gap: 0.2rem;
}

.cliente-store-status span,
.cliente-store-message span {
  color: #536178;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cliente-store-status strong {
  color: #071426;
  font-size: 1.25rem;
}

.cliente-store-status small {
  color: #5b6780;
}

.cliente-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  cursor: pointer;
}

.cliente-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cliente-switch span {
  position: relative;
  width: 54px;
  height: 30px;
  border-radius: 999px;
  background: #cbd5e1;
  transition: background 0.2s ease;
}

.cliente-switch span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.22);
  transition: transform 0.2s ease;
}

.cliente-switch input:checked + span {
  background: #10b981;
}

.cliente-switch input:checked + span::after {
  transform: translateX(24px);
}

.cliente-switch em {
  color: #071426;
  font-style: normal;
  font-weight: 800;
}

.cliente-store-message {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.5rem;
}

.cliente-store-message textarea.input {
  max-width: none;
  height: auto;
  min-height: 92px;
  resize: vertical;
}

.cliente-payment-settings {
  display: grid;
  gap: 0.9rem;
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-radius: 8px;
  background: #f8fffb;
  padding: 1rem;
}

.cliente-payment-heading {
  display: grid;
  gap: 0.2rem;
}

.cliente-payment-heading span,
.cliente-payment-toggle span,
.cliente-bank-grid span {
  color: #536178;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cliente-payment-heading strong {
  color: #071426;
  font-size: 1.2rem;
}

.cliente-payment-heading small {
  color: #5b6780;
}

.cliente-payment-toggle {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  border: 1px solid #d7e4f4;
  border-radius: 8px;
  background: #ffffff;
  padding: 0.65rem 0.8rem;
}

.cliente-payment-toggle input {
  width: 18px;
  height: 18px;
  accent-color: #176bff;
}

.cliente-bank-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.cliente-bank-grid label {
  display: grid;
  gap: 0.45rem;
}

.cliente-bank-grid .input {
  max-width: none;
}

@media (max-width: 700px) {
  .cliente-qr-card {
    grid-template-columns: 1fr;
  }

  .cliente-qr-code {
    margin: 0 auto;
  }

  .cliente-settings-fields {
    grid-template-columns: 1fr;
  }

  .cliente-store-status {
    grid-template-columns: 1fr;
  }

  .cliente-bank-grid {
    grid-template-columns: 1fr;
  }

  .public-store-closed {
    align-items: stretch;
    flex-direction: column;
  }

  .public-store-closed a {
    text-align: center;
  }
}

.public-menu-socials {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin: 1.25rem 0 2rem;
  padding: 0;
  list-style: none;
}

.public-menu-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #e3d8d2;
  border-radius: 50%;
  color: #6f4a35;
  background: #ffffff;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.public-menu-socials a:hover {
  border-color: var(--menu-accent, #71bfff);
  color: var(--menu-accent, #176bff);
  background: #f7f4f2;
}

.public-menu-socials svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.public-menu-socials iconify-icon {
  width: 22px;
  height: 22px;
}

.public-menu-socials circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.public-menu-socials rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.public-store-closed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto 1.5rem;
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 8px;
  background: #fff7f7;
  padding: 1rem 1.2rem;
  color: #7f1d1d;
}

.public-store-closed span {
  display: block;
  margin-bottom: 0.25rem;
  color: #b91c1c;
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.public-store-closed p {
  margin: 0;
  color: #7f1d1d;
}

.public-store-closed a {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #22c55e;
  padding: 0.7rem 1rem;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.public-store-warning {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.45);
  padding: 1rem;
}

.public-store-warning[hidden] {
  display: none;
}

.public-store-warning > div {
  position: relative;
  width: min(420px, 100%);
  border-radius: 16px;
  background: #ffffff;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}

.public-store-warning button {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #ffffff;
  color: #475569;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.public-store-warning svg {
  width: 46px;
  height: 46px;
  margin-bottom: 0.8rem;
  fill: #f59e0b;
}

.public-store-warning h2 {
  margin: 0 0 0.5rem;
  color: #111827;
  font-size: 1.35rem;
}

.public-store-warning p {
  margin: 0;
  color: #475569;
  line-height: 1.5;
}

.public-store-warning a {
  display: inline-flex;
  margin-top: 1rem;
  border-radius: 999px;
  background: #22c55e;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
}

.public-menu-reviews {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 0;
}

.public-menu-reviews-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.public-menu-reviews-heading span,
.public-menu-rating-input legend,
.public-menu-comment-field > span {
  color: #8d7d75;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.public-menu-reviews-heading h2 {
  margin: 0.3rem 0 0;
  color: #2f2724;
  font-size: 1.35rem;
  font-weight: 650;
}

.public-menu-rating-summary {
  display: grid;
  justify-items: end;
}

.public-menu-rating-summary strong {
  color: var(--menu-accent, #176bff);
  font-size: 1.6rem;
  line-height: 1;
}

.public-menu-rating-summary span {
  margin-top: 0.25rem;
  letter-spacing: 0;
  text-transform: none;
}

.public-menu-review-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #e3d8d2;
  border-radius: 8px;
  background: #faf9f8;
}

.public-menu-rating-input {
  min-width: 148px;
  margin: 0;
  padding: 0;
  border: 0;
}

.public-menu-rating-input legend {
  margin-bottom: 0.35rem;
}

.rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.05rem;
}

.rating input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.rating label {
  cursor: pointer;
  color: #c9beb8;
  font-size: 1.7rem;
  line-height: 1;
}

.rating label:hover,
.rating label:hover ~ label,
.rating input:checked ~ label {
  color: #f2a51a;
}

.rating input:focus-visible + label {
  outline: 2px solid var(--menu-accent, #176bff);
  outline-offset: 2px;
}

.public-menu-comment-field {
  display: grid;
  gap: 0.35rem;
}

.public-menu-comment-field textarea {
  width: 100%;
  min-height: 72px;
  resize: vertical;
  border: 1px solid #ded6d2;
  border-radius: 6px;
  padding: 0.65rem 0.75rem;
  color: #2f2724;
  background: #ffffff;
  font: inherit;
}

.public-menu-review-form > button {
  min-height: 42px;
  border: 1px solid var(--menu-accent, #176bff);
  border-radius: 6px;
  padding: 0.65rem 1rem;
  color: var(--menu-accent-text, #ffffff);
  background: var(--menu-accent, #176bff);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.public-menu-review-feedback {
  margin: 0 0 1rem;
  border-radius: 6px;
  padding: 0.7rem 0.85rem;
  font-size: 0.9rem;
}

.public-menu-review-feedback.is-success {
  color: #17633c;
  background: #eaf8f0;
}

.public-menu-review-feedback.is-error {
  color: #a53b34;
  background: #fff0ef;
}

.cliente-reviews-panel {
  margin-top: 1rem;
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.12);
}

.cliente-orders-panel {
  margin-top: 1rem;
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.12);
}

.cliente-orders-list {
  display: grid;
  gap: 0.75rem;
}

.cliente-order-item {
  display: grid;
  grid-template-columns: minmax(150px, 1.4fr) 0.9fr 1fr 1fr auto;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid #e1e8f1;
  border-radius: 7px;
  background: #f8fbff;
  padding: 0.9rem;
}

.cliente-order-item div {
  display: grid;
  gap: 0.15rem;
}

.cliente-order-item strong {
  color: #071426;
}

.cliente-order-item span,
.cliente-order-item p,
.cliente-order-item time {
  margin: 0;
  color: #536178;
}

.cliente-order-item a {
  color: #176bff;
  font-weight: 800;
  text-decoration: none;
}

.cliente-reviews-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: #176bff;
  background: #e8f1ff;
  font-size: 1.1rem;
}

.cliente-reviews-empty {
  margin: 0;
  border-radius: 6px;
  padding: 1rem;
  color: #667085;
  background: #f6f9fd;
}

.cliente-reviews-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.cliente-review-item {
  border: 1px solid #e1e8f1;
  border-radius: 7px;
  padding: 0.9rem;
  background: #f8fbff;
}

.cliente-review-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.cliente-review-stars {
  color: #f2a51a;
  letter-spacing: 0.08em;
}

.cliente-review-topline time {
  color: #667085;
  font-size: 0.78rem;
}

.cliente-review-item p {
  margin: 0.55rem 0 0;
  color: #344054;
  line-height: 1.45;
}

.public-menu-review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.public-menu-review {
  border: 1px solid #e3d8d2;
  border-radius: 8px;
  padding: 0.9rem;
  background: #ffffff;
}

.public-menu-review-stars {
  color: #f2a51a;
  letter-spacing: 0.08em;
}

.public-menu-review p {
  margin: 0.45rem 0;
  color: #51443e;
  line-height: 1.45;
}

.public-menu-review time {
  color: #9b8f89;
  font-size: 0.78rem;
}

/* Shared editable input style */
.input {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 45px;
  border: 1.5px solid #d5d9df;
  border-radius: 12px;
  outline: none;
  padding: 12px;
  color: inherit;
  background: #ffffff;
  box-shadow: 0 0 20px -18px rgba(16, 24, 40, 0.8);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.input:hover {
  border-width: 2px;
  border-color: #c3c8d0;
  box-shadow: 0 0 20px -17px rgba(16, 24, 40, 0.8);
}

.input:active {
  transform: scale(0.98);
}

.input:focus {
  border-width: 2px;
  border-color: #7a8491;
}

.admin-form-panel .input,
.cliente-shell .input {
  border-color: #cfdced;
  color: #101828;
}

.public-menu-review-form .input:focus {
  border-color: var(--menu-accent, #176bff);
  box-shadow: 0 0 0 0.18rem color-mix(in srgb, var(--menu-accent, #176bff) 13%, transparent);
}

@media (max-width: 700px) {
  .public-menu-review-form,
  .public-menu-review-list {
    grid-template-columns: 1fr;
  }

  .public-menu-review-form > button {
    width: 100%;
  }

  .public-menu-reviews-heading {
    align-items: start;
  }

  .cliente-reviews-list {
    grid-template-columns: 1fr;
  }

  .cliente-order-item {
    grid-template-columns: 1fr;
  }
}

/* Public menu visual separators and review form alignment */
.public-menu-header {
  padding-bottom: 1rem;
  border-bottom: 0;
}

.public-menu-layout {
  border: 0;
  border-radius: 0;
  padding: 1.25rem 0;
  background: #ffffff;
}

.public-menu-sidebar {
  border-right: 0;
  padding-right: 1rem;
}

.public-menu-item {
  border-color: #cfc3bc;
  box-shadow: 0 2px 8px rgba(47, 39, 36, 0.06);
}

.public-menu-review-form {
  align-items: start;
  grid-template-columns: 180px minmax(0, 1fr);
  border-color: #cfc3bc;
  background: #faf9f8;
}

.public-menu-review-form > button {
  grid-column: 2;
  justify-self: end;
  margin-top: -0.35rem;
}

.public-menu-comment-field {
  min-width: 0;
}

.public-menu-comment-field textarea.input {
  height: auto;
  min-height: 88px;
}

@media (max-width: 700px) {
  .public-menu-layout {
    border: 0;
    padding: 0;
  }

  .public-menu-sidebar {
    border-right: 0;
    padding-right: 0;
  }

  .public-menu-review-form > button {
    grid-column: 1;
    align-self: stretch;
    justify-self: stretch;
    margin-top: 0;
  }
}

.cliente-panel h2,
.cliente-form-card h2,
.cliente-category-card h2 {
  margin: 0;
  color: #101828;
  font-size: 1rem;
  font-weight: 650;
}

.cliente-panel p {
  max-width: 680px;
  margin: 0.3rem 0 0;
  color: #667085;
}

.cliente-panel a,
.cliente-form-card button,
.cliente-form-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #176bff;
  border-radius: 7px;
  padding: 0.7rem 1.1rem;
  background: #176bff;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.cliente-editor-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.4fr);
  gap: 1rem;
  align-items: start;
}

.cliente-form-card {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
}

.cliente-edit-card {
  max-width: 860px;
}

.cliente-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cliente-form-card label {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.image-upload-group {
  display: grid;
  gap: 0.55rem;
}

.image-upload-group > span {
  color: #344054;
  font-size: 0.9rem;
  font-weight: 550;
}

.image-upload-group small {
  color: #667085;
}

.cliente-form-card label > span {
  color: #344054;
  font-size: 0.9rem;
  font-weight: 550;
}

.cliente-form-card input,
.cliente-form-card select,
.cliente-form-card textarea {
  width: 100%;
  border: 1px solid #cfdced;
  border-radius: 7px;
  padding: 0.72rem 0.85rem;
  background: #ffffff;
  color: #101828;
  outline: none;
}

.cliente-form-card input:focus,
.cliente-form-card select:focus,
.cliente-form-card textarea:focus {
  border-color: #71bfff;
  box-shadow: 0 0 0 3px rgba(113, 191, 255, 0.24);
}

.cliente-form-card button:disabled {
  border-color: #cfdced;
  background: #d8e1ec;
  color: #667085;
  cursor: not-allowed;
}

.cliente-check-row {
  display: inline-flex !important;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
}

.cliente-check-row input {
  width: 18px;
  height: 18px;
}

.cliente-menu-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.cliente-category-card {
  padding: 1.25rem;
}

.cliente-category-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cliente-category-title,
.cliente-category-meta,
.cliente-category-meta form {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.cliente-category-title {
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

.cliente-category-edit {
  position: relative;
}

.cliente-category-edit summary {
  min-height: 34px;
  border: 1px solid #cfdced;
  border-radius: 7px;
  padding: 0.45rem 0.65rem;
  background: #ffffff;
  color: #176bff;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  list-style: none;
}

.cliente-category-edit summary::-webkit-details-marker {
  display: none;
}

.cliente-category-edit[open] summary {
  border-color: #71bfff;
  background: #f4faff;
}

.cliente-category-edit form {
  position: absolute;
  z-index: 2;
  top: calc(100% + 0.45rem);
  right: 0;
  display: grid;
  width: 250px;
  gap: 0.45rem;
  padding: 0.75rem;
  border: 1px solid #d7e3f3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.14);
}

.cliente-category-edit label {
  color: #344054;
  font-size: 0.78rem;
  font-weight: 600;
}

.cliente-category-edit input {
  min-height: 34px;
  border: 1px solid #cfdced;
  border-radius: 7px;
  padding: 0.45rem 0.65rem;
  color: #101828;
  background: #ffffff;
  font: inherit;
}

.cliente-category-edit button {
  min-height: 34px;
  border: 1px solid #176bff;
  border-radius: 7px;
  padding: 0.45rem 0.7rem;
  background: #176bff;
  color: #ffffff;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

.cliente-category-edit button,
.cliente-category-delete {
  min-height: 34px;
  border: 1px solid #cfdced;
  border-radius: 7px;
  padding: 0.45rem 0.7rem;
  background: #ffffff;
  color: #176bff;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

.cliente-category-delete {
  border-color: #ffd2d7;
  color: #d92d3a;
}

@media (max-width: 640px) {
  .cliente-category-card header {
    align-items: stretch;
    flex-direction: column;
  }

  .cliente-category-edit form {
    right: auto;
    left: 0;
  }
}

.cliente-category-title span {
  color: #667085;
  font-size: 0.88rem;
}

.cliente-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.cliente-menu-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0.9rem;
  border: 1px solid #e2e8f2;
  border-radius: 8px;
  padding: 0.9rem;
  background: #f8fbff;
}

.cliente-menu-item > img {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  object-fit: cover;
  background: #e8f1ff;
}

.cliente-menu-item h3 {
  margin: 0;
  color: #101828;
  font-size: 1rem;
  font-weight: 650;
}

.cliente-menu-item p {
  margin: 0.3rem 0;
  color: #667085;
  font-size: 0.9rem;
}

.cliente-menu-item strong {
  color: #0b1220;
  font-weight: 650;
}

.cliente-menu-item .status-pill,
.cliente-item-actions {
  grid-column: 1 / -1;
}

.cliente-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cliente-item-actions a,
.cliente-item-actions button,
.cliente-form-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid #cfdced;
  border-radius: 7px;
  padding: 0.45rem 0.7rem;
  background: #ffffff;
  color: #176bff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

.cliente-item-actions form {
  margin: 0;
}

.cliente-item-actions button.danger {
  border-color: #ffd2d7;
  color: #d92d3a;
}

.cliente-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}

@media (max-width: 900px) {
  .cliente-nav-inner,
  .cliente-heading,
  .cliente-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .cliente-menu {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .cliente-editor-grid,
  .cliente-form-grid,
  .cliente-metrics {
    grid-template-columns: 1fr;
  }
}

/* Admin contrast and real-data dashboard */
.admin-body {
  background:
    linear-gradient(180deg, #edf4fc 0%, #f8fbff 48%, #eef4fb 100%);
}

.admin-shell {
  color: #0b1220;
}

.admin-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-card {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.metric-card em {
  display: none;
}

.admin-wide-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.admin-wide-card h2 {
  grid-column: 1 / -1;
}

.admin-table-panel {
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.restaurant-cell,
.admin-title-with-logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.restaurant-cell img,
.restaurant-cell span,
.admin-title-with-logo img {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
  background: #e8f1ff;
}

.restaurant-cell span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #176bff;
  font-weight: 700;
}

.restaurant-cell strong {
  color: #101828;
  font-weight: 600;
}

.admin-title-with-logo img {
  width: 64px;
  height: 64px;
  border-radius: 14px;
}

.admin-menu-editor {
  margin-bottom: 1rem;
}

.admin-menu-empty {
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .admin-metrics,
  .admin-wide-card {
    grid-template-columns: 1fr;
  }
}

/* Admin visual separation */
.admin-body {
  background:
    radial-gradient(circle at top left, rgba(113, 191, 255, 0.16), transparent 32rem),
    linear-gradient(180deg, #e8f0fa 0%, #f2f6fb 45%, #eaf1f8 100%);
}

.admin-shell > .container {
  max-width: 1280px;
}

.admin-metrics article,
.admin-table-panel,
.admin-form-panel,
.quick-card,
.activity-card {
  border: 1px solid #bfcfe3;
  background: #ffffff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 42px rgba(12, 31, 56, 0.11);
}

.metric-card {
  min-height: 118px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98)),
    #ffffff;
}

.metric-icon,
.quick-card a span {
  background: #dcecff;
  box-shadow: 0 8px 18px rgba(23, 107, 255, 0.12);
}

.admin-wide-card {
  padding: 1.4rem;
  background: #ffffff;
}

.quick-card a {
  border: 1px solid #d7e4f4;
  background: #edf3fa;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.quick-card a:hover {
  border-color: #9fc9f8;
  background: #e4f1ff;
  transform: none;
}

.admin-latest-panel {
  padding: 1.35rem;
}

.admin-table {
  border-collapse: separate;
  border-spacing: 0 0.55rem;
}

.admin-table thead th {
  border-bottom: 0;
  padding-bottom: 0.55rem;
}

.admin-table tbody tr {
  background: #f6f9fd;
  box-shadow: 0 0 0 1px #dce7f4;
}

.admin-table tbody tr:hover {
  background: #eef6ff;
}

.admin-table td {
  border-bottom: 0;
}

.admin-table tbody td:first-child {
  border-radius: 8px 0 0 8px;
}

.admin-table tbody td:last-child {
  border-radius: 0 8px 8px 0;
}

/* Keep selected nav icons visible over the brand-blue active tab */
.taulo-admin-link img,
.taulo-admin-link iconify-icon,
.cliente-link img,
.cliente-link iconify-icon {
  display: inline-block;
  flex: 0 0 auto;
}

.taulo-admin-link.active img,
.taulo-admin-link.active iconify-icon,
.cliente-link.active img,
.cliente-link.active iconify-icon {
  opacity: 1;
  color: currentColor;
}

/* Global font */
html,
body,
button,
input,
select,
textarea {
  font-family: var(--app-font-family);
}

/* Admin menu cleanup */
.admin-body .admin-menu-editor {
  align-items: start;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.55fr);
}

.admin-body .admin-menu-editor .cliente-form-card,
.admin-body .cliente-category-card {
  border-color: #bfcfe3;
  background: #ffffff;
  color: #0b1220;
  box-shadow: 0 18px 42px rgba(12, 31, 56, 0.1);
}

.admin-body .admin-menu-editor .cliente-form-card {
  align-content: start;
}

.admin-body .admin-menu-editor .cliente-form-card h2,
.admin-body .cliente-category-card h2,
.admin-body .cliente-menu-item h3,
.admin-body .admin-title-with-logo h1 {
  color: #0b1220;
}

.admin-body .admin-menu-editor .cliente-form-card label > span,
.admin-body .admin-menu-editor .image-upload-group > span {
  color: #344054;
}

.admin-body .admin-menu-editor .cliente-form-card small,
.admin-body .cliente-category-card header span,
.admin-body .cliente-menu-item p,
.admin-body .cliente-muted {
  color: #667085;
}

.admin-body .admin-menu-editor .cliente-form-card input,
.admin-body .admin-menu-editor .cliente-form-card select,
.admin-body .admin-menu-editor .cliente-form-card textarea,
.admin-body .cliente-edit-card input,
.admin-body .cliente-edit-card select,
.admin-body .cliente-edit-card textarea {
  border-color: #c9d8ea;
  background: #ffffff;
  color: #101828;
}

.admin-body .admin-menu-editor .cliente-form-card button,
.admin-body .cliente-edit-card .cliente-form-actions button {
  align-self: end;
  width: auto;
  min-width: 160px;
  min-height: 42px;
  padding: 0.7rem 1.1rem;
}

.admin-body .admin-menu-editor .cliente-form-card > button {
  justify-self: start;
}

.admin-body .admin-menu-editor form:nth-child(2) > button {
  justify-self: stretch;
  width: 100%;
}

.admin-body .admin-menu-editor .custum-file-upload,
.admin-body .cliente-edit-card .custum-file-upload {
  min-height: 136px;
  border-color: #9fc9f8;
  background: #f5f9ff;
  box-shadow: 0 20px 26px -26px rgba(23, 107, 255, 0.35);
}

.admin-body .admin-menu-editor .custum-file-upload .icon svg,
.admin-body .cliente-edit-card .custum-file-upload .icon svg {
  width: 52px;
  height: 52px;
}

.admin-body .admin-menu-editor .custum-file-upload .text span,
.admin-body .cliente-edit-card .custum-file-upload .text span {
  color: #344054;
}

.admin-body .cliente-menu-item {
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  border-color: #d8e5f4;
  background: #f8fbff;
}

.admin-body .cliente-menu-item > img {
  width: 72px;
  height: 72px;
}

.admin-body .cliente-menu-item .status-pill {
  grid-column: auto;
  justify-self: end;
  width: auto;
  min-width: 96px;
  padding-inline: 0.8rem;
}

.admin-body .cliente-item-actions {
  grid-column: 1 / -1;
  justify-content: flex-start;
}

.admin-body .cliente-item-actions a,
.admin-body .cliente-item-actions button {
  background: #ffffff;
}

/* Public restaurant menu */
.public-menu-body {
  background: #ffffff;
  color: #2f2724;
  font-family: var(--app-font-family);
}

.public-menu-page {
  min-height: 100vh;
  padding: 0 0 2.5rem;
  background: #ffffff;
  font-family: var(--app-font-family);
}

.public-menu-topbar {
  background: var(--menu-accent, #302d2c);
  color: var(--menu-accent-text, #ffffff);
}

.public-menu-topbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
}

.public-menu-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--menu-accent-text, #ffffff);
  font-size: 1.35rem;
  font-weight: 650;
  text-decoration: none;
  text-transform: uppercase;
}

.public-menu-brand img {
  width: 52px;
  height: 52px;
  max-width: 52px;
  max-height: 52px;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.public-menu-container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.public-menu-header {
  margin: 1rem auto 0;
  text-align: center;
}

.public-menu-header span {
  margin: 0;
  color: #9b8f89;
  font-size: 0.85rem;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
}

.public-menu-header p {
  margin: 0.25rem auto 0;
  color: #847771;
  font-size: 0.9rem;
}

.public-menu-category-nav {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0 2rem;
  padding-bottom: 0.55rem;
  overflow-x: auto;
  border-bottom: 1px solid #e3d8d2;
}

.public-menu-category-nav a {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 0.6rem 1rem;
  background: #f4f1ef;
  color: #6e5d55;
  font-size: 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
}

.public-menu-category-nav a:first-child {
  background: var(--menu-accent, #71bfff);
  color: #111820;
}

.public-menu-categories {
  gap: 2rem;
}

.public-menu-category,
.public-menu-empty {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: none;
  scroll-margin-top: 1rem;
}

.public-menu-category h2 {
  margin: 0 0 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 0;
  color: #6f4a35;
  font-size: 1.45rem;
  font-weight: 600;
  text-transform: uppercase;
}

.public-menu-items {
  grid-template-columns: repeat(2, minmax(0, 340px));
  gap: 1.25rem;
}

.public-menu-item {
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ded6d2;
  border-radius: 9px;
  background: #f3f3f3;
}

.public-menu-item img {
  display: block;
  width: 100%;
  height: 190px;
  border-radius: 0;
  object-fit: cover;
}

.public-menu-item > div {
  padding: 1rem 1.1rem 0.25rem;
}

.public-menu-item h3 {
  color: #6f4a35;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.public-menu-item p {
  color: #a18f86;
}

.public-menu-item strong {
  display: block;
  padding: 0 1.1rem 1rem;
  color: #8d5d41;
  font-size: 1rem;
  font-weight: 500;
}

.public-cart-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
  padding: 0 1.1rem 1rem;
}

.public-cart-controls button {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  font: inherit;
  font-size: 1.15rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
}

.public-cart-controls iconify-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.public-cart-controls button[data-cart-decrease] {
  background: #d93025;
}

.public-cart-controls button[data-cart-increase] {
  background: #ffd400;
  color: #111827;
}

.public-cart-controls span {
  min-width: 20px;
  color: #2f2724;
  font-weight: 850;
  text-align: center;
}

.public-cart-bar {
  position: sticky;
  bottom: 1rem;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(620px, 100%);
  margin: 2rem auto 0;
  border: 1px solid rgba(47, 39, 36, 0.12);
  border-radius: 999px;
  background: #111827;
  padding: 0.7rem 0.8rem 0.7rem 1.2rem;
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.24);
}

.public-cart-bar[hidden] {
  display: none;
}

.public-cart-bar div {
  display: grid;
  gap: 0.1rem;
}

.public-cart-bar span {
  color: #cbd5e1;
  font-size: 0.82rem;
}

.public-cart-bar strong {
  color: #ffffff;
  font-size: 1.1rem;
}

.public-cart-bar button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  background: var(--menu-accent, #176bff);
  padding: 0.75rem 1rem;
  color: var(--menu-accent-text, #ffffff);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.public-cart-bar iconify-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.public-order-feedback {
  margin: 0.75rem 0 0;
  color: #047857;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.public-order-feedback a {
  color: #047857;
  text-decoration: underline;
}

.public-checkout-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: end center;
  background: rgba(15, 23, 42, 0.36);
  padding: 1rem;
}

.public-cart-bar,
.public-cart-bar *,
.public-checkout-backdrop,
.public-checkout-backdrop * {
  box-sizing: border-box;
  min-width: 0;
}

.public-cart-bar,
.public-checkout-panel,
.public-checkout-panel :is(button, input, textarea, select) {
  font-family: var(--app-font-family);
  letter-spacing: 0;
}

body:has(.public-checkout-backdrop:not([hidden])) {
  overflow: hidden;
}

.public-checkout-backdrop[hidden] {
  display: none;
}

.public-checkout-panel {
  width: min(620px, 100%);
  max-height: min(760px, calc(100vh - 2rem));
  max-height: min(760px, calc(100dvh - 2rem));
  overflow: auto;
  overscroll-behavior: contain;
  overflow-wrap: anywhere;
  border-radius: 18px;
  background: #f8fafc;
  padding: 1rem;
  color: #111827;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.34);
}

.public-checkout-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.public-checkout-heading span {
  color: var(--menu-accent, #176bff);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.public-checkout-heading h2 {
  margin: 0.15rem 0 0;
  color: #111827;
  font-size: 1.35rem;
}

.public-checkout-heading > button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  place-items: center;
  border: 1px solid #d8e0ea;
  border-radius: 50%;
  background: #ffffff;
  color: #475569;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.public-checkout-summary,
.public-delivery-method,
.public-payment-method,
.public-bank-info,
.public-delivery-address,
.public-order-comment,
.public-checkout-grid label {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 1rem;
}

.public-checkout-summary {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
}

.public-checkout-summary h3,
.public-delivery-method legend,
.public-payment-method legend {
  margin: 0;
  color: #111827;
  font-size: 0.92rem;
  font-weight: 850;
}

.public-checkout-summary p,
.public-checkout-total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  color: #475569;
}

.public-checkout-summary p strong,
.public-checkout-total strong {
  color: #111827;
  flex-shrink: 0;
}

.public-checkout-line {
  display: grid;
  gap: 0.5rem;
}

.public-checkout-line textarea.input {
  width: 100%;
  max-width: none;
  min-height: 72px;
  resize: vertical;
}

.public-checkout-total {
  border-top: 1px solid #e2e8f0;
  padding-top: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.public-checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}

.public-checkout-grid label,
.public-delivery-address,
.public-order-comment {
  display: grid;
  gap: 0.5rem;
}

.public-checkout-grid span,
.public-delivery-address span,
.public-order-comment span {
  color: #475569;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.public-checkout-grid .input,
.public-delivery-address .input,
.public-order-comment .input {
  width: 100%;
  max-width: none;
  background: #ffffff;
  font-size: 16px;
}

.public-item-variants,
.cliente-item-variants,
.cliente-order-products {
  display: grid;
  gap: 0.45rem;
}

.public-item-variants {
  grid-column: 1 / -1;
}

.public-item-variants label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  min-height: 58px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  cursor: pointer;
}

.public-item-variants label.is-selected {
  border-color: var(--menu-accent, #176bff);
  background: color-mix(in srgb, var(--menu-accent, #176bff) 9%, #ffffff);
}

.public-item-variants input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.public-item-variants span,
.cliente-item-variants span,
.cliente-order-products span,
.cliente-order-products small {
  color: #475569;
  font-size: 0.84rem;
}

.cliente-order-products small {
  display: block;
  margin-top: -0.25rem;
  color: #64748b;
}

.public-item-variants strong {
  align-self: center;
  justify-self: end;
  color: #111827;
  font-size: 0.86rem;
  line-height: 1;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

.cliente-item-variants {
  margin-top: 0.5rem;
}

.cliente-order-products {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  padding: 0.75rem;
}

.menu-variant-editor {
  display: grid;
  gap: 0.75rem;
}

.menu-variant-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.menu-variant-heading span {
  color: #334155;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-variant-heading button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #111827;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.menu-variant-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(100px, 0.8fr) auto;
  gap: 0.65rem;
  align-items: center;
  margin-top: 0.65rem;
}

.menu-variant-row button {
  min-height: 44px;
  border: 1px solid #fecaca;
  border-radius: 12px;
  background: #fff1f2;
  color: #be123c;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 640px) {
  .menu-variant-row {
    grid-template-columns: 1fr;
  }
}

.public-delivery-address[hidden] {
  display: none;
}

.public-delivery-method,
.public-payment-method {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0 0 0.9rem;
  padding-top: 0.9rem;
}

.public-delivery-method legend,
.public-payment-method legend {
  grid-column: 1 / -1;
  padding: 0;
}

.public-payment-method p {
  grid-column: 1 / -1;
  margin: 0;
  color: #64748b;
}

.public-delivery-method label,
.public-payment-method label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 56px;
  padding: 0.65rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  color: #334155;
  font-weight: 800;
  cursor: pointer;
}

.public-delivery-method label svg,
.public-payment-method label svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  flex: 0 0 auto;
}

.public-delivery-method input,
.public-payment-method input {
  position: absolute;
  opacity: 0;
}

.public-delivery-method label:has(input:checked),
.public-delivery-method label.is-selected,
.public-payment-method label:has(input:checked),
.public-payment-method label.is-selected {
  border-color: var(--menu-accent, #176bff);
  background: color-mix(in srgb, var(--menu-accent, #176bff) 14%, #ffffff);
  color: #111827;
}

.public-bank-info {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

.public-bank-toggle {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.45rem;
  margin: -0.2rem 0 0.9rem;
  border: 0;
  background: transparent;
  color: var(--menu-accent, #176bff);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.public-bank-toggle[hidden] {
  display: none;
}

.public-bank-toggle svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.public-bank-info[hidden] {
  display: none;
}

.public-bank-info > span {
  color: #475569;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.public-bank-info p {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  color: #334155;
}

.public-bank-info strong {
  color: #0f172a;
}

.public-bank-info small {
  margin-top: 0.3rem;
  color: #64748b;
}

.public-receipt-upload {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 1rem;
}

.public-receipt-upload[hidden] {
  display: none;
}

.public-receipt-upload span {
  color: #475569;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.public-receipt-upload p {
  margin: 0.25rem 0 0;
  color: #64748b;
  font-size: 0.9rem;
}

.public-receipt-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.public-receipt-option {
  display: grid;
  min-height: 88px;
  place-items: center;
  gap: 0.35rem;
  border: 1.5px dashed color-mix(in srgb, var(--menu-accent, #176bff) 50%, #cbd5e1);
  border-radius: 12px;
  background: #f8fafc;
  color: var(--menu-accent, #176bff);
  cursor: pointer;
}

.public-receipt-option svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.public-receipt-option span {
  color: inherit;
  font-size: 0.82rem;
}

.public-receipt-help {
  color: #64748b;
}

.public-receipt-preview {
  width: 100%;
  max-height: 210px;
  border-radius: 10px;
  object-fit: contain;
  background: #ffffff;
}

.public-receipt-preview[hidden] {
  display: none;
}

.public-delivery-address {
  margin-bottom: 0.9rem;
}

.public-delivery-address textarea.input {
  height: auto;
  min-height: 96px;
  resize: vertical;
}

.public-location-button {
  justify-self: start;
  border: 0;
  border-radius: 999px;
  background: var(--menu-accent, #176bff);
  padding: 0.7rem 1rem;
  color: var(--menu-accent-text, #ffffff);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
}

.public-location-button:disabled {
  cursor: wait;
  opacity: 0.75;
}

.public-delivery-address small {
  color: #047857;
  font-weight: 750;
}

.public-location-status {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 34px;
}

.public-location-status small:not(:empty) {
  display: block;
  width: 100%;
  border: 1px solid #b7ebcd;
  border-radius: 10px;
  background: #ecfff4;
  padding: 0.65rem 0.75rem;
  color: #047857;
}

.public-location-status strong {
  color: #07894e;
}

.public-location-status a {
  color: #2563eb;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.location-loader {
  width: 24px;
  height: 24px;
  display: block;
  box-sizing: border-box;
  position: relative;
  flex: 0 0 auto;
}

.location-loader[hidden] {
  display: none;
}

.location-loader::after {
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50% 50% 0;
  border: 7px solid #ff1c1c;
  transform: rotate(45deg) translate(0, 0);
  box-sizing: border-box;
  animation: animMarker 0.4s ease-in-out infinite alternate;
}

.location-loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 150%;
  width: 14px;
  height: 3px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  animation: animShadow 0.4s ease-in-out infinite alternate;
}

@keyframes animMarker {
  0% {
    transform: rotate(45deg) translate(3px, 3px);
  }

  100% {
    transform: rotate(45deg) translate(-3px, -3px);
  }
}

@keyframes animShadow {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

.public-checkout-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.public-checkout-actions button {
  min-height: 44px;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  white-space: normal;
}

.public-checkout-actions button:first-child {
  border: 1px solid #d8e0ea;
  background: #ffffff;
  color: #334155;
}

.public-checkout-actions button:last-child {
  border: 0;
  background: var(--menu-accent, #176bff);
  color: var(--menu-accent-text, #ffffff);
}

.public-menu-footer {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 0;
  color: #8d7d75;
  text-align: center;
}

@media (max-width: 700px) {
  .public-menu-items {
    grid-template-columns: 1fr;
  }

  .public-menu-item img {
    height: 220px;
  }

  .public-cart-bar {
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    border-radius: 18px;
    gap: 0.5rem;
    padding: 0.65rem;
  }

  .public-cart-bar button {
    min-height: 44px;
    flex-shrink: 0;
  }

  .public-cart-bar button span {
    color: inherit;
  }

  .public-checkout-backdrop {
    padding: 0.65rem;
  }

  .public-checkout-panel {
    max-height: calc(100vh - 1.3rem);
    max-height: calc(100dvh - 1.3rem);
    border-radius: 16px;
    padding: 0.85rem;
    padding-bottom: max(0.85rem, env(safe-area-inset-bottom));
  }

  .public-checkout-grid,
  .public-delivery-method,
  .public-payment-method {
    grid-template-columns: 1fr;
  }

  .public-checkout-actions {
    flex-direction: column-reverse;
  }

  .public-checkout-actions button {
    width: 100%;
  }

  .public-bank-info p {
    flex-direction: column;
    gap: 0.2rem;
  }
}

.public-menu-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: start;
  gap: 2rem;
}

.public-menu-sidebar {
  position: sticky;
  top: 1rem;
  padding: 0.25rem 0;
}

.public-menu-sidebar > span {
  display: block;
  margin-bottom: 0.75rem;
  color: #8d7d75;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-menu-sidebar nav {
  display: grid;
  gap: 0.3rem;
}

.public-menu-sidebar a {
  display: block;
  border-left: 3px solid transparent;
  padding: 0.7rem 0.8rem;
  color: #6e5d55;
  font-size: 0.9rem;
  text-decoration: none;
}

.public-menu-sidebar a:first-child,
.public-menu-sidebar a:hover {
  border-left-color: var(--menu-accent, #71bfff);
  background: #f4f1ef;
  color: #2f2724;
}

.public-menu-sidebar a.is-selected {
  border-left-color: var(--menu-accent, #71bfff);
  background: #f4f1ef;
  color: #2f2724;
}

.public-menu-category {
  display: none;
}

.public-menu-category.is-selected {
  display: block;
}

.public-menu-layout .public-menu-categories {
  min-width: 0;
}

@media (max-width: 700px) {
  .public-menu-layout {
    display: block;
  }

  .public-menu-sidebar {
    position: static;
    margin-bottom: 1.5rem;
    padding-bottom: 0.6rem;
    border-bottom: 0;
  }

  .public-menu-sidebar nav {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
  }

  .public-menu-sidebar a {
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    background: #f4f1ef;
    padding: 0.6rem 0.9rem;
  }

  .public-menu-sidebar a:first-child,
  .public-menu-sidebar a:hover {
    border: 0;
    background: var(--menu-accent, #71bfff);
  }

  .public-menu-sidebar a.is-selected {
    background: var(--menu-accent, #71bfff);
  }

  .public-menu-brand img {
    width: 46px;
    height: 46px;
    max-width: 46px;
    max-height: 46px;
  }
}
