/* MSUPTECH_CLIENT_AREA_V1 */
.cli-card, .cli-area { max-width: 780px; margin: 0 auto 24px; }
.cli-card {
  padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px;
  background: rgba(255,255,255,.04);
}
.cli-card h2 { margin: 0 0 6px; font-size: 1.25rem; }
.cli-muted { margin: 0 0 18px; font-size: .9rem; opacity: .75; line-height: 1.45; }
.cli-label { display: block; margin: 0 0 6px; font-size: .8rem; font-weight: 700; opacity: .8; }
.cli-input {
  width: 100%; min-height: 50px; margin: 0 0 12px; padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.2); border-radius: 12px;
  background: rgba(0,0,0,.25); color: inherit; font: inherit; font-size: 16px;
}
.cli-code { letter-spacing: .5em; text-align: center; font-size: 22px; font-weight: 800; }
.cli-full { width: 100%; }
.cli-link {
  display: block; width: 100%; margin-top: 10px; padding: 8px;
  border: 0; background: transparent; color: inherit; opacity: .7;
  font: inherit; font-size: .85rem; text-decoration: underline; cursor: pointer;
}
.cli-feedback { min-height: 22px; margin: 12px 0 0; font-size: .88rem; line-height: 1.4; }
.cli-feedback.is-error { color: #ff8080; }
.cli-feedback.is-ok { color: #6ee7a0; }
.cli-summary { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-bottom: 18px; }
.cli-stat {
  padding: 14px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px;
  background: rgba(255,255,255,.04); text-align: center;
}
.cli-stat strong { display: block; font-size: 1.3rem; line-height: 1.1; }
.cli-stat span { display: block; margin-top: 4px; font-size: .72rem; opacity: .7; }
.cli-title { margin: 0 0 12px; font-size: 1.1rem; }
.cli-live {
  padding: 16px; margin-bottom: 18px; border: 1px solid rgba(110,231,160,.4);
  border-radius: 16px; background: rgba(110,231,160,.07);
}
.cli-live strong { display: block; margin-bottom: 4px; }
.cli-live span { font-size: .88rem; opacity: .8; }
.cli-order {
  padding: 16px; margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 16px;
  background: rgba(255,255,255,.03);
}
.cli-order-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.cli-order-code { font-weight: 800; font-size: .95rem; }
.cli-order-date { font-size: .78rem; opacity: .65; }
.cli-badge {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  font-size: .7rem; font-weight: 800; border: 1px solid currentColor;
}
.cli-order-items { margin: 12px 0; padding: 0; list-style: none; }
.cli-order-items li { padding: 6px 0; border-bottom: 1px dashed rgba(255,255,255,.1); font-size: .88rem; }
.cli-order-items li:last-child { border-bottom: 0; }
.cli-choices { display: block; margin-top: 3px; font-size: .76rem; opacity: .62; line-height: 1.4; }
.cli-order-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 10px; }
.cli-order-total { font-size: 1.05rem; font-weight: 800; }
.cli-empty { padding: 34px 20px; text-align: center; }
.cli-empty strong { display: block; margin-bottom: 6px; font-size: 1.05rem; }
.cli-empty span { display: block; margin-bottom: 16px; font-size: .88rem; opacity: .7; }
.cli-logout { margin-top: 24px; }
.cli-voltar { text-decoration: none; }
.hidden { display: none !important; }
@media (max-width: 600px) {
  .cli-summary { grid-template-columns: 1fr; }
  .cli-stat { display: flex; align-items: baseline; justify-content: space-between; text-align: left; }
  .cli-stat span { margin: 0; }
}

/* MSUPTECH_BOTAO_MEUS_PEDIDOS_V1 */
.cli-entrada {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  min-height: 44px; padding: 0 18px;
  border: 1px solid rgba(255,255,255,.22); border-radius: 13px;
  color: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 6px 18px rgba(0,0,0,.20);
  font-weight: 800; font-size: .88rem; text-decoration: none; white-space: nowrap;
  transition: transform .16s ease, border-color .16s ease;
}
.cli-entrada:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.4); }
.cli-entrada::before {
  content: ""; width: 17px; height: 17px; flex: 0 0 17px; background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 7h-3V5a3 3 0 0 0-3-3h-4a3 3 0 0 0-3 3v2H4a1 1 0 0 0-1 1v11a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V8a1 1 0 0 0-1-1Zm-11-2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2H9Z'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 7h-3V5a3 3 0 0 0-3-3h-4a3 3 0 0 0-3 3v2H4a1 1 0 0 0-1 1v11a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V8a1 1 0 0 0-1-1Zm-11-2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2H9Z'/></svg>") center/contain no-repeat;
}
body.theme-luxury-bronze-premium .cli-entrada { border-color: rgba(201,133,67,.55); color: #f0d9bd; }
body.theme-premium-light-contrast .cli-entrada { border-color: rgba(169,106,45,.45); color: #6b4620; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.6)); }
body.theme-dark-gourmet-olive .cli-entrada { border-color: rgba(143,139,53,.55); color: #dfdba9; }
@media (max-width: 700px) { .cli-entrada { width: 100%; justify-content: center; } }
