/* Estilos del ticket (render off-screen para captura) */
.ticket-html-render {
  position: fixed;
  left: 0;
  top: 0;
  width: 420px;
  background: #fff;
  color: #0f172a;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.ticket-html-render.captura-lista {
  visibility: visible;
  opacity: 0.01;
  z-index: 1;
}

.ticket-html-render .th-head {
  text-align: center;
  padding: 8px 0 12px;
}

.ticket-html-render .th-store {
  font-size: 24px;
  font-weight: 700;
}

.ticket-html-render .th-label {
  color: #0891b2;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.ticket-html-render .th-meta {
  color: #64748b;
  font-size: 11px;
  margin-top: 4px;
}

.ticket-html-render .th-cliente {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 12px;
  margin: 8px 0 12px;
  font-size: 12px;
  line-height: 1.45;
}

.ticket-html-render .th-cliente strong {
  display: block;
  color: #0891b2;
  font-size: 11px;
  margin-bottom: 4px;
}

.ticket-html-render .th-item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #cbd5e1;
}

.ticket-html-render .th-item:last-child {
  border-bottom: none;
}

.ticket-html-render .th-thumb {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #dbe3ef;
  background: #f1f5f9;
  flex-shrink: 0;
  display: block;
}

.ticket-html-render .th-thumb-empty {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  border: 1px solid #dbe3ef;
  background: #f1f5f9;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  font-size: 9px;
  color: #94a3b8;
  text-align: center;
}

.ticket-html-render .th-item-main {
  flex: 1;
  min-width: 0;
}

.ticket-html-render .th-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.ticket-html-render .th-cat {
  color: #0891b2;
  font-size: 11px;
  margin-top: 2px;
}

.ticket-html-render .th-detail {
  color: #475569;
  font-size: 13px;
  margin-top: 4px;
}

.ticket-html-render .th-line-total {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  margin-top: 4px;
}

.ticket-html-render .th-total {
  border-top: 2px solid #0f172a;
  margin-top: 8px;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ticket-html-render .th-total strong {
  color: #0891b2;
  font-size: 24px;
}

.ticket-html-render .th-foot {
  text-align: center;
  color: #94a3b8;
  font-size: 10px;
  margin-top: 12px;
}
