.bag-details-panel[data-v-6e242fd6] {
  position: relative;
  overflow: hidden;
}
.bag-details-panel[data-v-6e242fd6]::before,
.bag-details-panel[data-v-6e242fd6]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-image: repeating-linear-gradient(to right, var(--border), var(--border) 6px, transparent 6px, transparent 10px);
  opacity: 0.9;
  pointer-events: none;
}
.bag-details-panel[data-v-6e242fd6]::before {
  top: 52px;
}
.bag-details-panel[data-v-6e242fd6]::after {
  bottom: 12px;
}
.order-header[data-v-6e242fd6] {
  display: flex;
  justify-content: center;
  padding: 4px 8px 14px;
  margin-bottom: 10px;
  color: var(--text);
}
.order-label[data-v-6e242fd6] {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.order-id[data-v-6e242fd6] {
  letter-spacing: 0;
  font-size: 1.1rem;
  color: var(--primary);
  font-weight: 900;
}
.ticket-section[data-v-6e242fd6] {
  padding: 10px 2px;
}
.ticket-section + .ticket-section[data-v-6e242fd6] {
  border-top: 1px dashed var(--border);
  margin-top: 8px;
}
.section-title[data-v-6e242fd6] {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cliente-datos[data-v-6e242fd6] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.98rem;
}
.cliente-datos .reference-container[data-v-6e242fd6] {
  background-color: var(--background);
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cliente-datos .reference-container svg[data-v-6e242fd6] {
  color: var(--light-text);
  margin: 0 2px 0 -2px;
}
.info-row[data-v-6e242fd6] {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--dark-text);
  line-height: 1.25;
}
.info-row svg[data-v-6e242fd6] {
  color: var(--primary);
}
.info-row--muted[data-v-6e242fd6] {
  color: var(--text);
}
.info-icon[data-v-6e242fd6] {
  color: var(--primary);
  font-size: 1.02rem;
  line-height: 1.2;
  margin-top: 1px;
}
.info-text[data-v-6e242fd6] {
  word-break: break-word;
}
.product-list[data-v-6e242fd6] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-item[data-v-6e242fd6] {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.product-item[data-v-6e242fd6]:last-child {
  border-bottom: none;
}
.product-top[data-v-6e242fd6] {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: baseline;
}
.product-name[data-v-6e242fd6] {
  font-size: 1.02rem;
  font-weight: 900;
  color: var(--dark-text);
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-total[data-v-6e242fd6] {
  font-size: 1.02rem;
  font-weight: 900;
  color: var(--primary);
  white-space: nowrap;
}
.product-meta[data-v-6e242fd6] {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
}
.qty-badge[data-v-6e242fd6] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--white);
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 800;
}
.qty-label[data-v-6e242fd6] {
  opacity: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
}
.qty-value[data-v-6e242fd6] {
  font-size: 0.95rem;
  line-height: 1;
}
.unit-price[data-v-6e242fd6] {
  color: var(--text);
  font-weight: 700;
  font-size: 0.92rem;
  white-space: nowrap;
}
.product-sets[data-v-6e242fd6] {
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--fade-grey-light-1);
}
.product-sets-title[data-v-6e242fd6] {
  font-weight: 900;
  color: var(--dark-text);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.product-set-row[data-v-6e242fd6] {
  display: grid;
  grid-template-columns: 10px auto 1fr;
  gap: 8px;
  align-items: baseline;
  font-size: 0.86rem;
  color: var(--text);
  line-height: 1.2;
  padding: 2px 0;
}
.product-set-qty[data-v-6e242fd6] {
  font-weight: 900;
  color: var(--dark-text);
  white-space: nowrap;
}
.sin-productos[data-v-6e242fd6] {
  padding: 12px 0 6px;
  text-align: center;
  color: var(--light-text);
  font-style: italic;
  border-bottom: none;
}
@media (max-width: 480px) {
.bag-details-panel[data-v-6e242fd6] {
    padding: 12px 12px 10px;
}
.bag-details-panel[data-v-6e242fd6]::before {
    top: 50px;
}
.product-top[data-v-6e242fd6] {
    grid-template-columns: 1fr;
}
.product-total[data-v-6e242fd6] {
    justify-self: start;
}
}.container[data-v-e87bf938] {
  position: relative;
  overflow: visible !important;
}
.mesa[data-v-e87bf938] {
  position: relative;
  transition: all 0.3s ease;
  overflow: visible !important;
}
.mesa.view-list[data-v-e87bf938] {
  width: 100%;
  height: auto;
}
.mesa.view-list .mesa-list-item[data-v-e87bf938] {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.mesa.view-list .mesa-list-item.notavailableandorderpending[data-v-e87bf938] {
  background-color: #fff5f3 !important;
  border-color: #ff9f89;
}
.mesa.view-list .mesa-list-item.notavailableandorderserved[data-v-e87bf938] {
  background-color: #fff9eb !important;
  border-color: #ffb766;
}
.mesa.view-list .mesa-list-item.is-shipped[data-v-e87bf938] {
  background-color: #eef6fc !important;
  border-color: #3298dc;
}
.mesa.view-list .mesa-list-item.is-delivered[data-v-e87bf938] {
  background-color: #ebffef !important;
  border-color: #48c774;
}
.mesa.view-list .mesa-list-item[data-v-e87bf938]:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  background-color: #ff987f;
}
.mesa.view-list .mesa-list-item .item-left[data-v-e87bf938] {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex: 1 1 auto;
  min-width: 0;
}
.mesa.view-list .mesa-list-item .item-left .item-label-badge[data-v-e87bf938] {
  min-width: 45px;
  height: 45px;
  background: #34495e;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  transition: background-color 0.2s ease;
}
.mesa.view-list .mesa-list-item .item-left .item-label-badge.notavailableandorderpending[data-v-e87bf938] {
  background-color: #ff9f89;
}
.mesa.view-list .mesa-list-item .item-left .item-label-badge.notavailableandorderserved[data-v-e87bf938] {
  background-color: #ffb766;
}
.mesa.view-list .mesa-list-item .item-left .item-label-badge.is-shipped[data-v-e87bf938] {
  background-color: #3298dc;
}
.mesa.view-list .mesa-list-item .item-left .item-label-badge.is-delivered[data-v-e87bf938] {
  background-color: #48c774;
}
.mesa.view-list .mesa-list-item .item-left .item-details[data-v-e87bf938] {
  flex: 1 1 auto;
  min-width: 0;
}
.mesa.view-list .mesa-list-item .item-left .item-details .item-customer[data-v-e87bf938] {
  font-weight: 600;
  color: var(--text);
  font-size: 1.05rem;
  margin-bottom: 2px;
}
.mesa.view-list .mesa-list-item .item-left .item-details .item-meta[data-v-e87bf938] {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.35rem;
  font-size: 0.85rem;
  color: color-mix(in hsl, var(--light-text) 80%, #000000);
  min-width: 0;
}
.mesa.view-list .mesa-list-item .item-left .item-details .item-meta .meta-info[data-v-e87bf938] {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  max-width: 100%;
}
.mesa.view-list .mesa-list-item .item-left .item-details .item-meta .meta-reference[data-v-e87bf938] {
  min-width: 0;
}
.mesa.view-list .mesa-list-item .item-left .item-details .item-meta .reference-info span[data-v-e87bf938] {
  display: block;
  min-width: 0;
}
@media (max-width: 768px) {
.mesa.view-list .mesa-list-item .item-left .item-details .item-meta[data-v-e87bf938] {
    column-gap: 0.65rem;
}
.mesa.view-list .mesa-list-item .item-left .item-details .item-meta .meta-time[data-v-e87bf938] {
    order: 1;
}
.mesa.view-list .mesa-list-item .item-left .item-details .item-meta .meta-orders[data-v-e87bf938] {
    order: 2;
}
.mesa.view-list .mesa-list-item .item-left .item-details .item-meta .meta-phone[data-v-e87bf938] {
    order: 3;
}
.mesa.view-list .mesa-list-item .item-left .item-details .item-meta .meta-address[data-v-e87bf938] {
    order: 4;
    flex: 1 1 100%;
}
.mesa.view-list .mesa-list-item .item-left .item-details .item-meta .meta-reference[data-v-e87bf938] {
    order: 5;
    flex: 1 1 100%;
    max-width: 100%;
}
.mesa.view-list .mesa-list-item .item-left .item-details .item-meta .reference-info[data-v-e87bf938] {
    max-width: 100%;
}
}
.mesa.view-list .mesa-list-item .item-right[data-v-e87bf938] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 0 0 auto;
  margin-left: auto;
}
.mesa.view-list .mesa-list-item .item-right .item-amount[data-v-e87bf938] {
  font-weight: 700;
  color: var(--primary);
  font-size: 1.15rem;
}
.mesa.view-list .mesa-list-item .item-right .item-actions[data-v-e87bf938] {
  display: flex;
  gap: 0.5rem;
}
.mesa.view-list .mesa-list-item .item-right .arrow-icon[data-v-e87bf938] {
  color: #bdc3c7;
  font-size: 0.9rem;
}
.mesa .mesa-child[data-v-e87bf938] {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: visible !important;
}
.mesa .mesa-child.is-closing[data-v-e87bf938] {
  pointer-events: none;
}
.mesa .mesa-child.has-union[data-v-e87bf938] {
  border: 2px solid #48c774;
}
.mesa .mesa-child.has-union[data-v-e87bf938]::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  background: #48c774;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(72, 199, 116, 0.8);
}
.mesa .mesa-closing-overlay[data-v-e87bf938] {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--background);
  border-radius: inherit;
}
.mesa .mesa-closing-overlay--list[data-v-e87bf938] {
  border-radius: 12px;
}
.is-dark {
  background: var(--dark-secondary);
}
.mesa .mesa-closing-spinner[data-v-e87bf938] {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid color-mix(in hsl, var(--primary) 18%, transparent);
  border-top-color: var(--primary);
  animation: mesaClosingSpin-e87bf938 0.8s linear infinite;
}
.mesa .mesa-closing-text[data-v-e87bf938] {
  font-weight: 600;
  font-size: 0.95rem;
}
@keyframes mesaClosingSpin-e87bf938 {
to {
    transform: rotate(360deg);
}
}
.mesa .mesa-label[data-v-e87bf938] {
  display: block;
  /* mejor que flex para texto */
  max-width: 100%;
  font-weight: bold;
  font-size: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mesa .button-menu[data-v-e87bf938] {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e0e0e0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #666;
}
.mesa .button-menu[data-v-e87bf938]:hover {
  background: #f8f9fa;
  transform: scale(1.08);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border-color: #ccc;
  color: #333;
}
.mesa .button-menu[data-v-e87bf938]:active {
  transform: scale(0.95);
}
.mesa .button-menu i[data-v-e87bf938] {
  font-size: 16px;
}
.mesa .mesa-child:hover .button-menu[data-v-e87bf938] {
  opacity: 1;
}
.mesa-pedido[data-v-e87bf938] {
  position: relative;
  transition: all 0.3s ease;
  overflow: visible !important;
}
.mesa-pedido.view-list[data-v-e87bf938] {
  width: 100%;
  height: auto;
}
.mesa-pedido.view-list .mesa-list-item[data-v-e87bf938] {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.mesa-pedido.view-list .mesa-list-item.notavailableandorderpending[data-v-e87bf938] {
  background-color: color-mix(in hsl, var(--no-available) 10%, #ffffff00);
  border-color: var(--no-available);
}
.mesa-pedido.view-list .mesa-list-item.notavailableandorderpending[data-v-e87bf938]:hover {
  background-color: color-mix(in hsl, var(--no-available) 30%, #ffffff00);
}
.mesa-pedido.view-list .mesa-list-item.notavailableandorderserved[data-v-e87bf938] {
  background-color: color-mix(in hsl, var(--no-available-served) 10%, #ffffff00);
  border-color: var(--no-available-served);
}
.mesa-pedido.view-list .mesa-list-item.notavailableandorderserved[data-v-e87bf938]:hover {
  background-color: color-mix(in hsl, var(--no-available-served) 30%, #ffffff00);
}
.mesa-pedido.view-list .mesa-list-item.is-shipped[data-v-e87bf938] {
  background-color: color-mix(in hsl, var(--shipped) 10%, #ffffff00);
  border-color: var(--shipped);
}
.mesa-pedido.view-list .mesa-list-item.is-shipped[data-v-e87bf938]:hover {
  background-color: color-mix(in hsl, var(--shipped) 30%, #ffffff00);
}
.mesa-pedido.view-list .mesa-list-item.is-delivered[data-v-e87bf938] {
  background-color: color-mix(in hsl, var(--primary) 10%, #ffffff00);
  border-color: var(--primary);
}
.mesa-pedido.view-list .mesa-list-item.is-delivered[data-v-e87bf938]:hover {
  background-color: color-mix(in hsl, var(--primary) 30%, #ffffff00);
}
.mesa-pedido.view-list .mesa-list-item[data-v-e87bf938]:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
.mesa-pedido.view-list .mesa-list-item .item-left[data-v-e87bf938] {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex: 1 1 auto;
  min-width: 0;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-label-badge[data-v-e87bf938] {
  min-width: 45px;
  height: 45px;
  background: #34495e;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  transition: background-color 0.2s ease;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-label-badge.notavailableandorderpending[data-v-e87bf938] {
  background-color: #ff9f89;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-label-badge.notavailableandorderserved[data-v-e87bf938] {
  background-color: #ffb766;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-label-badge.is-shipped[data-v-e87bf938] {
  background-color: #3298dc;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-label-badge.is-delivered[data-v-e87bf938] {
  background-color: #48c774;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details[data-v-e87bf938] {
  flex: 1 1 auto;
  min-width: 0;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-customer[data-v-e87bf938] {
  font-weight: 600;
  color: var(--text);
  font-size: 1.05rem;
  margin-bottom: 2px;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta[data-v-e87bf938] {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.35rem;
  font-size: 0.85rem;
  color: color-mix(in hsl, var(--light-text) 80%, #000000);
  min-width: 0;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .meta-info[data-v-e87bf938] {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  max-width: 100%;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .meta-info svg[data-v-e87bf938] {
  flex-shrink: 0;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .meta-reference[data-v-e87bf938] {
  min-width: 0;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .reference-info span[data-v-e87bf938] {
  display: block;
  min-width: 0;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .reference-info[data-v-e87bf938] {
  max-width: 90%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .reference-info span[data-v-e87bf938] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
}
@media (max-width: 768px) {
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta[data-v-e87bf938] {
    column-gap: 0.65rem;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .meta-time[data-v-e87bf938] {
    order: 1;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .meta-orders[data-v-e87bf938] {
    order: 2;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .meta-phone[data-v-e87bf938] {
    order: 3;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .meta-address[data-v-e87bf938] {
    order: 4;
    flex: 1 1 100%;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .meta-reference[data-v-e87bf938] {
    order: 5;
    flex: 1 1 100%;
    max-width: 100%;
}
.mesa-pedido.view-list .mesa-list-item .item-left .item-details .item-meta .reference-info[data-v-e87bf938] {
    max-width: 100%;
}
}
.mesa-pedido.view-list .mesa-list-item .item-right[data-v-e87bf938] {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
  margin-left: auto;
}
.mesa-pedido.view-list .mesa-list-item .item-right .item-amount[data-v-e87bf938] {
  font-weight: 700;
  color: var(--primary);
  font-size: 1.15rem;
  text-wrap: nowrap;
}
.mesa-pedido.view-list .mesa-list-item .item-right .item-actions[data-v-e87bf938] {
  display: flex;
  gap: 0.5rem;
}
.mesa-pedido.view-list .mesa-list-item .item-right .arrow-icon[data-v-e87bf938] {
  color: #bdc3c7;
  font-size: 0.9rem;
}
.mesa-pedido .mesa-child[data-v-e87bf938] {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: visible !important;
}
.mesa-pedido .mesa-child.is-closing[data-v-e87bf938] {
  pointer-events: none;
}
.mesa-pedido .mesa-child.has-union[data-v-e87bf938] {
  border: 2px solid #48c774;
}
.mesa-pedido .mesa-child.has-union[data-v-e87bf938]::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  background: #48c774;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(72, 199, 116, 0.8);
}
.mesa-pedido .mesa-closing-overlay[data-v-e87bf938] {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--background);
  border-radius: inherit;
}
.mesa-pedido .mesa-closing-overlay--list[data-v-e87bf938] {
  border-radius: 12px;
}
.is-dark {
  background: var(--dark-secondary);
}
.mesa-pedido .mesa-closing-spinner[data-v-e87bf938] {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid color-mix(in hsl, var(--primary) 18%, transparent);
  border-top-color: var(--primary);
  animation: mesaClosingSpin-e87bf938 0.8s linear infinite;
}
.mesa-pedido .mesa-closing-text[data-v-e87bf938] {
  font-weight: 600;
  font-size: 0.95rem;
}
@keyframes mesaClosingSpin-e87bf938 {
to {
    transform: rotate(360deg);
}
}
.mesa-pedido .mesa-label[data-v-e87bf938] {
  display: block;
  /* mejor que flex para texto */
  max-width: 100%;
  font-weight: bold;
  font-size: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mesa-pedido .button-menu[data-v-e87bf938] {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e0e0e0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #666;
}
.mesa-pedido .button-menu[data-v-e87bf938]:hover {
  background: #f8f9fa;
  transform: scale(1.08);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border-color: #ccc;
  color: #333;
}
.mesa-pedido .button-menu[data-v-e87bf938]:active {
  transform: scale(0.95);
}
.mesa-pedido .button-menu i[data-v-e87bf938] {
  font-size: 16px;
}
.mesa-pedido .mesa-child:hover .button-menu[data-v-e87bf938] {
  opacity: 1;
}/* Estos estilos NO son scoped para que funcionen con Teleport */
.menu-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998 !important;
  background: transparent;
}
.dropdown-menu-fixed {
  position: fixed !important;
  min-width: 200px;
  z-index: 99999 !important;
  background: var(--white) !important;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  animation: slideDown 0.2s ease;
  overflow: visible !important;
  display: block !important;
  pointer-events: auto !important;
}
.dropdown-content {
  padding: 6px 0;
  background: var(--white);
}
.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.15s ease;
  color: var(--text-primary);
  font-size: 14px;
  white-space: nowrap;
  border: none;
  text-decoration: none;
  user-select: none;
}
.dropdown-item i {
  width: 16px;
  flex-shrink: 0;
  color: #666;
  transition: color 0.15s ease;
}
.dropdown-item:hover {
  background: #f8f9fa;
  color: #000;
}
.dropdown-item:hover i {
  color: #333;
}
.dropdown-item:active {
  background: #e9ecef;
}
.mesa-info-item {
  width: 100%;
  display: flex;
  align-items: center;
}
.mesa-time-opening {
  position: absolute;
  top: 10px;
  left: 10px;
}
@keyframes slideDown {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}.container[data-v-e87bf938] {
  position: relative;
}
.mesa[data-v-e87bf938] {
  position: relative;
  transition: all 0.3s ease;
}
.mesa .mesa-child[data-v-e87bf938] {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  padding: 10px;
}
.mesa .mesa-child.inactive[data-v-e87bf938] {
  background: #e0e0e0 !important;
  color: #757575 !important;
  border: 2px solid #bdbdbd !important;
  cursor: not-allowed;
  opacity: 0.7;
}
.mesa .mesa-child.inactive[data-v-e87bf938]:hover {
  transform: none;
}
.mesa .mesa-child.has-union[data-v-e87bf938] {
  border: 2px solid #48c774;
}
.mesa .mesa-child.has-union[data-v-e87bf938]::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 8px;
  height: 8px;
  background: #48c774;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(72, 199, 116, 0.8);
}
.mesa .mesa-child.modo-seleccion[data-v-e87bf938] {
  border: 2px dashed #48c774;
  cursor: pointer;
}
.mesa .mesa-child.modo-seleccion[data-v-e87bf938]:hover {
  background: rgba(72, 199, 116, 0.1);
  transform: scale(1.05);
}
.mesa .mesa-child.seleccionada[data-v-e87bf938] {
  background: #48c774 !important;
  color: white !important;
  border: 2px solid #3ab665 !important;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(72, 199, 116, 0.4);
}
.mesa .mesa-child.principal-union[data-v-e87bf938] {
  border: 3px solid #ffb347;
  box-shadow: 0 0 16px rgba(255, 179, 71, 0.6);
  animation: pulse-e87bf938 1.5s infinite;
}
.mesa .mesa-content[data-v-e87bf938] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 100%;
}
.mesa .mesa-content .bottom-meta-row[data-v-e87bf938] {
  width: 100%;
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
}
.mesa .mesa-child.circle[data-v-e87bf938] {
  padding: 15px;
}
.mesa .mesa-child.circle .mesa-content[data-v-e87bf938] {
  padding: 8px;
}
.mesa .mesa-child.circle .mesa-label[data-v-e87bf938] {
  font-size: 22px;
}
.mesa .mesa-child.circle .bottom-meta-row[data-v-e87bf938] {
  bottom: 12px !important;
  left: 12px !important;
  right: 12px !important;
  width: calc(100% - 24px) !important;
  padding: 0 8px !important;
  flex-direction: column !important;
}
.mesa .mesa-child.circle .bottom-meta-row .mesa-info-item[data-v-e87bf938] {
  font-size: 10px;
  justify-content: center !important;
}
.mesa .mesa-child.circle .mesa-time-opening[data-v-e87bf938] {
  top: 10px;
  left: 50% !important;
  font-size: 10px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.mesa .mesa-child.circle .button-menu[data-v-e87bf938] {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 4px !important;
  background: transparent;
  color: white;
  border: none;
  box-shadow: none;
}
.mesa .mesa-label-principal[data-v-e87bf938] {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mesa .mesa-fuera-servicio[data-v-e87bf938] {
  font-size: 10px;
  font-weight: 600;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 1.3;
  margin-top: 2px;
}
.mesa .mesas-unidas-burbujas[data-v-e87bf938] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
  padding: 4px 8px;
  background: rgba(72, 199, 116, 0.12);
  border-radius: 14px;
  max-width: 100%;
}
.mesa .mesas-unidas-burbujas .burbuja-mesa[data-v-e87bf938] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  background: white;
  border: 1.5px solid #48c774;
  border-radius: 11px;
  font-size: 10px;
  font-weight: 600;
  color: #48c774;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.mesa .mesas-unidas-burbujas .burbuja-mesa[data-v-e87bf938]:hover {
  transform: scale(1.15);
  box-shadow: 0 2px 5px rgba(72, 199, 116, 0.3);
}
.mesa .mesa-pedidos[data-v-e87bf938] {
  font-size: 12px;
  font-weight: 600;
  color: inherit;
  opacity: 0.9;
}
.mesa .mesa-tiempo[data-v-e87bf938] {
  font-size: 11px;
  opacity: 0.75;
}
.mesa .check-icon[data-v-e87bf938] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #48c774;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
  font-size: 16px;
}
.mesa .star-icon[data-v-e87bf938] {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #ffb347;
  z-index: 10;
  font-size: 24px;
  animation: pulse-e87bf938 1.5s infinite;
}
.mesa .button-toggle-active[data-v-e87bf938] {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 12px;
}
.mesa .button-toggle-active.is-inactive[data-v-e87bf938] {
  background: #2c3e50;
}
.mesa .button-toggle-active[data-v-e87bf938]:hover {
  transform: scale(1.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
.mesa .mesa-child:hover .button-toggle-active[data-v-e87bf938] {
  opacity: 1;
}
.mesa .button-menu[data-v-e87bf938] {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e0e0e0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
}
.mesa .button-menu[data-v-e87bf938]:hover {
  background: #f8f9fa;
  transform: scale(1.08);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mesa .mesa-child:hover .button-menu[data-v-e87bf938] {
  opacity: 1;
}
@keyframes pulse-e87bf938 {
0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
}
.menu-overlay[data-v-e87bf938] {
  position: fixed !important;
  inset: 0;
  z-index: 99998 !important;
  background: transparent;
}
.dropdown-menu-fixed[data-v-e87bf938] {
  position: fixed !important;
  min-width: 200px;
  z-index: 99999 !important;
  background: white !important;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
  animation: slideDown-e87bf938 0.2s ease;
}
.dropdown-content[data-v-e87bf938] {
  padding: 6px 0;
}
.dropdown-item[data-v-e87bf938] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.15s ease;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
}
.dropdown-item i[data-v-e87bf938] {
  width: 16px;
  text-align: center;
  color: #666;
}
.dropdown-item[data-v-e87bf938]:hover {
  background: #f8f9fa;
}
@keyframes slideDown-e87bf938 {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.mesa-info-item[data-v-e87bf938] {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 1px;
  line-height: 1.4;
  width: 100%;
}
.mesa-info-item svg[data-v-e87bf938] {
  width: 12px !important;
  height: 12px !important;
  flex-shrink: 0;
  opacity: 0.7;
  margin-right: 1px;
}
.mesa-info-item .mesa-info-text[data-v-e87bf938] {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mesa-info-item i[data-v-e87bf938] {
  font-size: 10px;
  opacity: 0.7;
  flex-shrink: 0;
}
.mesa-parent-edit .mesa-child.edit[data-v-e87bf938] {
  position: relative;
}
.mesa-parent-edit .mesa-child.edit .button-toggle-active[data-v-e87bf938] {
  opacity: 1 !important;
}
.mesa-parent-edit .mesa-child.edit .button-toggle-active.is-disabled[data-v-e87bf938] {
  background: #9e9e9e !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.mesa-parent-edit .mesa-child.edit .button-toggle-active.is-disabled[data-v-e87bf938]:hover {
  transform: none !important;
}
.mesa-parent-edit .mesa-child.edit.inactive[data-v-e87bf938] {
  background: #ffebee !important;
  color: #c62828 !important;
  border: 2px solid #ef5350 !important;
  opacity: 0.85;
}
.mesa-parent-edit .mesa-child.edit .button-move-ambiente[data-v-e87bf938] {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e0e0e0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #f58f00;
}
.mesa-parent-edit .mesa-child.edit .button-move-ambiente[data-v-e87bf938]:hover {
  background: #f58f00;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 3px 12px rgba(102, 126, 234, 0.5);
}
.mesa-parent-edit .mesa-child.edit .button-move-ambiente[data-v-e87bf938]:active {
  transform: scale(0.95);
}
.mesa-parent-edit .mesa-child.edit .button-move-ambiente i[data-v-e87bf938] {
  font-size: 13px;
}
.mesa-parent-edit .mesa-child.edit .button-restore-ambiente[data-v-e87bf938] {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #4caf50;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: white;
}
.mesa-parent-edit .mesa-child.edit .button-restore-ambiente[data-v-e87bf938]:hover {
  background: #388e3c;
  transform: scale(1.1);
  box-shadow: 0 3px 12px rgba(76, 175, 80, 0.5);
}
.mesa-parent-edit .mesa-child.edit .button-restore-ambiente[data-v-e87bf938]:active {
  transform: scale(0.95);
}
.mesa-parent-edit .mesa-child.edit .button-restore-ambiente i[data-v-e87bf938] {
  font-size: 13px;
}
.mesa-parent-edit .mesa-child.edit:hover .button-move-ambiente[data-v-e87bf938],
.mesa-parent-edit .mesa-child.edit:hover .button-restore-ambiente[data-v-e87bf938] {
  opacity: 1;
}
.mesa-child.mesa-movida[data-v-e87bf938] {
  border: 3px dashed #ff9800 !important;
}