.lb-chip-icon,
.lb-chip-amount img,
.lb-chip-amount .lb-lucky-chip-icon,
.lb-chip-amount .lb-fun-chip-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: inline-block;
  vertical-align: -5px;
}

.lb-chip-amount {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  white-space: nowrap;
  color: var(--lb-text);
  font-weight: 1000;
}

.lb-currency-code {
  display: inline !important;
  font: inherit;
  font-weight: 1000;
  line-height: inherit;
  letter-spacing: 0;
  white-space: nowrap;
  background: none;
  border: 0;
  box-shadow: none;
  text-shadow: none;
}

.lb-currency-code .lb-code-first,
.lb-currency-code .lb-code-second {
  display: inline !important;
  font: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0;
  background: none;
  border: 0;
  box-shadow: none;
  text-shadow: none;
}

.lb-currency-code .lb-code-first {
  color: #fff;
}

.lb-currency-code--lucky .lb-code-second {
  color: #ff4db8;
}

.lb-currency-code--fun .lb-code-second {
  color: #39d9ff;
}

.lb-currency-code--lucky:not(:has(.lb-code-first)) {
  color: transparent;
  background: linear-gradient(90deg, #fff 0 46%, #ff4db8 47% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lb-currency-code--fun:not(:has(.lb-code-first)) {
  color: transparent;
  background: linear-gradient(90deg, #fff 0 46%, #39d9ff 47% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lb-ui-btn,
.lb-icon-btn,
.lb-sheet-close {
  border: 1px solid var(--lb-border);
  color: var(--lb-text);
  background: rgba(255, 255, 255, 0.075);
  border-radius: var(--lb-radius);
  font-weight: 950;
  min-height: 42px;
  touch-action: manipulation;
}

.lb-icon-btn,
.lb-sheet-close {
  width: 42px;
  min-width: 42px;
  padding: 0;
  display: inline-grid;
  place-items: center;
}

.lb-primary-btn {
  border: 0;
  border-radius: var(--lb-radius);
  color: #fff;
  min-height: 44px;
  font-weight: 1000;
  background: linear-gradient(135deg, var(--lb-pink), var(--lb-violet));
  box-shadow: 0 14px 30px rgba(240, 36, 155, 0.24);
}

.lb-card {
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-lg);
  background: linear-gradient(180deg, var(--lb-card), var(--lb-card-2));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.lb-sheet {
  color: var(--lb-text);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-lg);
  background: radial-gradient(circle at 18% 0, rgba(255, 85, 189, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(20, 10, 31, 0.98), rgba(8, 3, 15, 0.98));
  box-shadow: var(--lb-shadow);
}

.lb-hidden {
  display: none !important;
}
