/* EasyGlobal SaaS · 连连收银 lianlianshouyin（独立通道，橙红主题） */
.eg-ll-page .eg-bill-checkout__summary-bg {
  background: linear-gradient(145deg, #7c2d12 0%, #c2410c 42%, #ea580c 100%);
}
.eg-ll-page .eg-bill-checkout__logo.eg-ll-cashier__logo {
  background: linear-gradient(135deg, #fff 0%, #ffedd5 100%);
  color: #c2410c;
  font-weight: 800;
}
.eg-ll-cashier__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 237, 213, 0.95);
  color: #9a3412;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.eg-ll-page .eg-bill-checkout__submit {
  background: linear-gradient(135deg, #ea580c, #c2410c);
}
.eg-ll-page .eg-bill-checkout__submit:hover {
  filter: brightness(1.05);
}
.eg-ll-page .eg-bill-checkout__method.is-on {
  border-color: #ea580c;
  box-shadow: 0 0 0 1px rgba(234, 88, 12, 0.35);
}
.eg-ll-channel-note {
  font-size: 0.82rem;
  color: #64748b;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.eg-ll-currency-hint {
  font-size: 0.72rem;
  color: #ffedd5;
  opacity: 0.9;
  margin: 0.35rem 0 0;
  line-height: 1.35;
}
.eg-ll-pay-methods {
  max-height: min(52vh, 28rem);
  overflow-y: auto;
  padding-right: 0.25rem;
  margin-bottom: 0.75rem;
}
.eg-ll-pay-group {
  margin-bottom: 1rem;
}
.eg-ll-pay-group:last-child {
  margin-bottom: 0;
}
.eg-ll-pay-group__title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 0.5rem;
}
.eg-bill-checkout__methods--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 0.45rem;
}
.eg-bill-checkout__methods--grid .eg-bill-checkout__method {
  margin: 0;
  min-height: 3.25rem;
}
.eg-bill-checkout__methods--grid .eg-bill-checkout__method-desc {
  font-size: 0.68rem;
  line-height: 1.25;
}
