/* Customer wallet styles loaded on demand */


.customer-wallet-screen .customer-wallet-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 12px;
}

.customer-wallet-panel {
  display: grid;
  gap: 10px;
  min-width: 0;
}

 .customer-wallet-transactions-panel,
.customer-wallet-withdrawals-panel,
.customer-wallet-withdraw-active-panel,
.customer-wallet-withdraw-pending-panel,
.customer-wallet-payments-active-panel,
.customer-wallet-payments-panel,
.customer-wallet-flow-panel {
  background: var(--belora-theme-shell-gradient);
}

.customer-transfer-receive-card {
  border: 1px solid rgba(112, 189, 179, 0.24);
  border-radius: 13px;
  background: linear-gradient(155deg, rgba(7, 35, 33, 0.86), rgba(8, 32, 30, 0.8));
  padding: 10px;
  display: grid;
  gap: 8px;
}

.customer-transfer-receive-card.has-qr {
  gap: 12px;
  padding: 12px;
}

.customer-transfer-receive-head {
  display: grid;
  gap: 5px;
}

.customer-transfer-receive-label {
  margin: 0;
  color: #c4ddd7;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.customer-transfer-receive-inline-note {
  margin: 0;
  color: #d9ebe7;
  line-height: 1.5;
}

.customer-transfer-receive-uid {
  border: 1px solid var(--belora-theme-border-soft);
  border-radius: 10px;
  background: var(--belora-theme-card-gradient);
  color: var(--belora-theme-text);
  padding: 4px 6px 4px 9px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-sizing: border-box;
}

.customer-transfer-receive-uid-text {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.customer-transfer-receive-uid-actions {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
}

.customer-transfer-receive-icon-btn {
  width: 26px;
  height: 26px;
  border: 1px solid var(--belora-theme-border-soft);
  border-radius: 8px;
  background: var(--belora-theme-chip-gradient);
  color: var(--belora-theme-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.14s ease, background-color 0.14s ease, color 0.14s ease;
}

.customer-transfer-receive-icon-btn svg {
  width: 14px;
  height: 14px;
}

.customer-transfer-receive-icon-btn svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.customer-transfer-receive-icon-btn:hover,
.customer-transfer-receive-icon-btn:focus-visible,
.customer-transfer-receive-icon-btn.active {
  border-color: rgba(242, 226, 172, 0.78);
  background: rgba(42, 68, 56, 0.92);
  color: #fff4cd;
  outline: none;
}

.customer-transfer-receive-icon-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.customer-transfer-receive-qr-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: stretch;
  padding: 12px;
  border: 1px solid rgba(112, 189, 179, 0.18);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(6, 29, 36, 0.92), rgba(4, 20, 27, 0.94));
}

.customer-transfer-receive-qr-copy {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 14px 16px;
  border: 1px solid rgba(112, 189, 179, 0.16);
  border-radius: 16px;
  background: rgba(8, 33, 40, 0.72);
}

.customer-transfer-receive-qr-kicker {
  color: rgba(214, 234, 228, 0.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.customer-transfer-receive-qr-copy strong {
  color: #f6fbfa;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: clamp(24px, 3.4vw, 30px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.customer-transfer-receive-qr-copy p {
  margin: 0;
  color: #c6ddd7;
  line-height: 1.6;
}

.customer-transfer-receive-qr-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.customer-transfer-receive-qr-meta span {
  border: 1px solid rgba(112, 189, 179, 0.18);
  border-radius: 999px;
  background: rgba(9, 36, 44, 0.84);
  color: #dcebe7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 10px;
}

.customer-transfer-receive-qr-stage {
  display: grid;
  gap: 10px;
  justify-items: center;
  align-content: center;
}

.customer-transfer-receive-qr-stage-shell {
  padding: 12px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 223, 142, 0.1), rgba(11, 49, 51, 0.92)),
    linear-gradient(160deg, rgba(6, 27, 35, 0.94), rgba(7, 21, 28, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 215, 0.08),
    0 16px 30px rgba(0, 0, 0, 0.2);
}

.customer-transfer-receive-qr {
  width: 220px;
  max-width: 100%;
  border-radius: 18px;
  border: 1px solid var(--belora-theme-border-soft);
  background: transparent;
  padding: 0;
  display: block;
}

.customer-transfer-receive-qr.is-loading {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  border-width: 0;
}

.customer-transfer-receive-qr-skeleton {
  width: 220px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  border: 1px solid var(--belora-theme-border-soft);
  background:
    linear-gradient(
      95deg,
      rgba(231, 211, 154, 0.65) 18%,
      rgba(244, 231, 191, 0.96) 50%,
      rgba(231, 211, 154, 0.65) 82%
    );
  background-size: 220% 100%;
  animation: customerTransferQrSkeletonPulse 1s ease-in-out infinite;
}

@keyframes customerTransferQrSkeletonPulse {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}


@media (max-width: 760px) {
  .customer-transfer-receive-qr-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 10px;
  }

  .customer-transfer-receive-qr-copy {
    padding: 12px;
  }

  .customer-transfer-receive-qr-copy strong {
    font-size: 24px;
  }

  .customer-transfer-receive-qr-stage-shell {
    width: 100%;
    padding: 10px;
  }

  .customer-transfer-receive-qr,
.customer-transfer-receive-qr-skeleton {
    width: min(220px, 100%);
    margin: 0 auto;
  }
}

.customer-transfer-receive-qr-wrap small {
  color: #c6ddd7;
  font-size: 12px;
  text-align: center;
}

.customer-wallet-route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}


.customer-wallet-route-actions .btn {
  min-width: 0;
}

.customer-wallet-flow-review-card,
.customer-wallet-history-detail-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(112, 189, 179, 0.24);
  border-radius: 13px;
  background: linear-gradient(155deg, rgba(7, 35, 33, 0.86), rgba(8, 32, 30, 0.8));
  padding: 11px;
}

.customer-wallet-flow-review-card span,
.customer-wallet-history-detail-grid span,
.customer-wallet-history-detail-head span {
  color: #a4c3bd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.customer-wallet-flow-review-card strong,
.customer-wallet-history-detail-grid strong,
.customer-wallet-history-detail-head strong {
  color: #f0f8f5;
}

.customer-wallet-history-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.customer-wallet-history-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.customer-wallet-history-detail-note {
  margin: 0;
  color: #d9ebe7;
  line-height: 1.55;
}

.customer-wallet-history-detail-amount {
  font-size: 18px;
  line-height: 1.2;
}

button.customer-wallet-history-item {
  width: 100%;
  text-align: left;
  font: inherit;
  color: inherit;
}

.customer-wallet-history-item {
  transition: background 0.16s ease, box-shadow 0.16s ease, color 0.16s ease;
}

.customer-wallet-history-item.is-selected {
  background: linear-gradient(145deg, rgba(17, 57, 51, 0.88), rgba(9, 33, 30, 0.88));
  box-shadow: inset 2px 0 0 rgba(242, 201, 76, 0.8);
}

.customer-wallet-history-detail-btn {
  --customer-action-min-width: fit-content;
  --customer-action-min-height: 26px;
  --customer-action-padding: 0 10px;
  --customer-action-radius: 999px;
  --customer-action-font-size: 11px;
  --customer-action-font-weight: 700;
  --customer-action-letter-spacing: 0.05em;
  border: 1px solid rgba(111, 248, 255, 0.14);
  background: rgba(6, 28, 30, 0.7);
  color: #dff3ee;
  text-transform: uppercase;
}

.customer-transfer-field-head {
  display: grid;
  justify-items: start;
  gap: 1px;
}

.customer-transfer-field-head .customer-withdraw-field-subtitle {
  font-size: 11px;
}


.customer-wallet-flow-panel-compact {
  gap: 8px;
}

.customer-wallet-screen .customer-wallet-flow-availability {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.customer-wallet-screen .customer-wallet-flow-availability-compact {
  gap: 6px;
}

.customer-wallet-screen .customer-wallet-flow-availability-compact .customer-wallet-flow-chip {
  border-radius: 11px;
  padding: 8px 9px;
  gap: 3px;
}

.customer-wallet-screen .customer-wallet-flow-availability-compact .customer-wallet-flow-chip span {
  font-size: 11px;
  letter-spacing: 0.07em;
}

.customer-wallet-screen .customer-wallet-flow-availability-compact .customer-wallet-flow-chip strong {
  font-size: 14px;
}

.customer-wallet-screen .customer-wallet-flow-availability-compact .customer-wallet-flow-chip small {
  font-size: 11px;
}

.customer-wallet-flow-chip {
  border: 1px solid rgba(112, 189, 179, 0.3);
  border-radius: 12px;
  background: rgba(8, 34, 31, 0.74);
  padding: 10px;
  gap: 4px;
  display: grid;
}

.customer-wallet-flow-chip span {
  color: #bfdad4;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.customer-wallet-flow-chip strong {
  color: var(--belora-theme-text-strong);
  font-size: 15px;
  line-height: 1.2;
}

.customer-wallet-flow-chip small {
  color: #b8d6cf;
  font-size: 12px;
  line-height: 1.3;
}

.customer-wallet-flow-toggle {
  width: min(100%, 400px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(112, 189, 179, 0.38);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(7, 32, 30, 0.92), rgba(5, 22, 20, 0.94));
}

.customer-wallet-flow-btn {
  border: 1px solid rgba(112, 189, 179, 0.26);
  border-radius: 999px;
  min-height: 2.75rem;
  background: rgba(8, 34, 31, 0.74);
  color: #c8ddd8;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.customer-wallet-flow-btn:hover,
.customer-wallet-flow-btn:focus-visible {
  border-color: rgba(144, 224, 206, 0.52);
  background: rgba(9, 38, 35, 0.88);
  color: #edf9f5;
  outline: none;
}

.customer-wallet-flow-btn.active {
  border-color: rgba(223, 190, 108, 0.82);
  background: linear-gradient(145deg, rgba(220, 184, 100, 0.34), rgba(16, 66, 58, 0.92));
  color: #fff0c4;
  box-shadow: 0 0 0 1px rgba(223, 190, 108, 0.24);
}

.customer-wallet-flow-btn.active:hover,
.customer-wallet-flow-btn.active:focus-visible {
  transform: translateY(-1px);
}

.customer-withdraw-request-form {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.customer-withdraw-toggle {
  width: min(100%, 320px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 7px;
  padding: 4px;
  border: 1px solid rgba(112, 189, 179, 0.36);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(7, 32, 30, 0.9), rgba(5, 22, 20, 0.92));
}

.customer-withdraw-method-toggle {
  width: 100%;
}

.customer-withdraw-fixed-method strong {
  color: var(--belora-theme-text-strong);
  font-weight: 700;
}

.customer-withdraw-toggle .customer-trade-action-btn {
  --customer-action-min-height: 35px;
  --customer-action-min-width: 0;
  --customer-action-padding: 8px 10px;
  --customer-action-radius: 9px;
  --customer-action-font-size: 13px;
  --customer-action-font-weight: 700;
  --customer-action-letter-spacing: 0.02em;
  --customer-action-line-height: 1.25;
  border: 1px solid rgba(112, 189, 179, 0.22);
  background: rgba(8, 34, 31, 0.72);
  color: #c9dfd9;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  cursor: pointer;
}

.customer-withdraw-toggle .customer-trade-action-btn:hover,
.customer-withdraw-toggle .customer-trade-action-btn:focus-visible {
  border-color: rgba(210, 177, 93, 0.46);
  color: #e7f2ef;
  outline: none;
}

.customer-withdraw-toggle .customer-trade-action-btn.active {
  border-color: rgba(210, 177, 93, 0.72);
  background: linear-gradient(145deg, rgba(210, 177, 93, 0.24), rgba(12, 53, 47, 0.88));
  color: #f5e8bf;
  box-shadow: 0 0 0 1px rgba(210, 177, 93, 0.2);
}

.customer-withdraw-toggle .customer-trade-action-btn:disabled {
  opacity: 0.46;
  cursor: not-allowed;
  filter: saturate(0.7);
  border-color: rgba(112, 189, 179, 0.18);
}

.customer-withdraw-toggle .customer-trade-action-btn:disabled:hover,
.customer-withdraw-toggle .customer-trade-action-btn:disabled:focus-visible {
  transform: none;
  border-color: rgba(112, 189, 179, 0.18);
  color: #c9dfd9;
  outline: none;
}

.customer-withdraw-request-form .customer-input-group {
  display: grid;
  gap: 6px;
}

.customer-withdraw-field-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.customer-withdraw-field-subtitle {
  margin: 0;
  color: #a9cbc4;
  font-size: 12px;
  line-height: 1.3;
}

.customer-withdraw-request-form label {
  color: #c9e1dc;
  font-size: 13px;
}

.customer-withdraw-request-form input,
.customer-withdraw-request-form select,
.customer-withdraw-request-form textarea {
  width: 100%;
}

.customer-withdraw-inline-input {
  position: relative;
  display: block;
}

.customer-wallet-screen .customer-withdraw-inline-input > input,
.customer-wallet-screen .customer-withdraw-inline-input > select {
  padding-right: 84px;
}

.customer-withdraw-max-btn {
  border: 1px solid rgba(210, 177, 93, 0.54);
  border-radius: 9px;
  min-width: 63px;
  height: 27px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  background: linear-gradient(145deg, rgba(210, 177, 93, 0.22), rgba(12, 52, 47, 0.86));
  color: #f2e5bc;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, opacity 0.16s ease;
  z-index: 1;
}

.customer-withdraw-max-btn:hover,
.customer-withdraw-max-btn:focus-visible {
  border-color: rgba(234, 204, 126, 0.74);
  background: linear-gradient(145deg, rgba(210, 177, 93, 0.32), rgba(11, 47, 43, 0.9));
  color: #fff3cd;
  outline: none;
}

.customer-withdraw-max-btn:disabled {
  opacity: 0.56;
  cursor: not-allowed;
}

.customer-withdraw-otp-send-btn {
  min-width: 68px;
  font-size: 11px;
  letter-spacing: 0.02em;
  border-color: rgba(122, 197, 186, 0.58);
  background: linear-gradient(145deg, rgba(34, 126, 112, 0.26), rgba(9, 45, 41, 0.9));
  color: #dff5ef;
}

.customer-withdraw-otp-send-btn:hover,
.customer-withdraw-otp-send-btn:focus-visible {
  border-color: rgba(152, 227, 213, 0.8);
  background: linear-gradient(145deg, rgba(43, 150, 134, 0.32), rgba(10, 53, 48, 0.92));
  color: #f4fffc;
}

.customer-withdraw-holdings-picker {
  display: grid;
  gap: 8px;
}

.customer-withdraw-holding-card {
  width: 100%;
  border: 1px solid rgba(112, 189, 179, 0.3);
  border-radius: 12px;
  background: rgba(8, 35, 32, 0.78);
  color: #d9ece7;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.customer-withdraw-holding-card:hover,
.customer-withdraw-holding-card:focus-visible {
  border-color: rgba(140, 220, 203, 0.5);
  background: rgba(10, 42, 38, 0.86);
  transform: translateY(-1px);
  outline: none;
}

.customer-withdraw-holding-card.active {
  border-color: rgba(229, 194, 111, 0.66);
  background: linear-gradient(145deg, rgba(83, 67, 29, 0.52), rgba(31, 26, 12, 0.84));
}

.customer-withdraw-holding-main {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.customer-withdraw-holding-main strong {
  color: #f1f7f4;
  font-size: 14px;
  line-height: 1.25;
}

.customer-withdraw-holding-main small {
  color: #bedcd6;
  font-size: 12px;
  line-height: 1.3;
}

.customer-withdraw-holding-side {
  text-align: right;
  display: grid;
  gap: 1px;
}

.customer-withdraw-holding-side small {
  color: #accfc8;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.customer-withdraw-holding-side strong {
  color: var(--belora-theme-text-strong);
  font-size: 14px;
}

.customer-withdraw-active-request {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(118, 194, 182, 0.26);
  border-radius: 13px;
  background: rgba(8, 34, 31, 0.72);
  padding: 10px;
}

.customer-withdraw-active-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.customer-withdraw-active-head p {
  margin: 0;
  color: #d6ebe6;
  font-size: 13px;
}

.customer-wallet-screen .customer-withdraw-otp-row,
.customer-wallet-screen .customer-withdraw-pass-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  align-items: end;
}

.customer-wallet-screen .customer-withdraw-otp-row input {
  min-height: 34px;
}

.customer-wallet-screen .customer-withdraw-otp-actions {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.customer-wallet-screen .customer-withdraw-otp-actions .btn {
  width: 100%;
  min-height: 35px;
}

.customer-withdraw-otp-verify-btn {
  border: 1px solid rgba(121, 218, 188, 0.72);
  background: linear-gradient(145deg, rgba(51, 167, 136, 0.35), rgba(11, 66, 57, 0.95));
  color: #eafff8;
  box-shadow: 0 0 0 1px rgba(84, 195, 164, 0.22);
}

.customer-withdraw-otp-verify-btn:hover,
.customer-withdraw-otp-verify-btn:focus-visible {
  border-color: rgba(156, 237, 211, 0.9);
  background: linear-gradient(145deg, rgba(58, 184, 150, 0.44), rgba(12, 78, 67, 0.98));
  color: var(--app-chip-hover-text);
}

.customer-withdraw-otp-cancel-btn {
  border: 1px solid rgba(219, 136, 154, 0.66);
  background: linear-gradient(145deg, rgba(104, 35, 51, 0.52), rgba(65, 22, 33, 0.9));
  color: #ffe1e8;
}

.customer-withdraw-otp-cancel-btn:hover,
.customer-withdraw-otp-cancel-btn:focus-visible {
  border-color: rgba(235, 165, 180, 0.82);
  background: linear-gradient(145deg, rgba(121, 41, 60, 0.62), rgba(78, 25, 39, 0.94));
  color: #fff0f3;
}

.customer-withdraw-pass-card {
  display: grid;
  gap: 10px;
  border: 1px solid var(--belora-theme-border-soft);
  border-radius: 12px;
  background: var(--belora-theme-card-gradient);
  padding: 12px;
}

.customer-wallet-screen .customer-withdraw-pass-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.customer-withdraw-pass-label,
.customer-withdraw-pass-helper,
.customer-withdraw-pass-meta {
  margin: 0;
  color: var(--belora-theme-text-muted);
  line-height: 1.45;
}

.customer-withdraw-pass-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.customer-withdraw-pass-helper {
  max-width: 52ch;
  font-size: 12px;
}

.customer-withdraw-pass-token {
  border: 1px solid var(--belora-theme-border-soft);
  border-radius: 10px;
  background: var(--app-chip-solid-strong-bg);
  padding: 11px 12px;
  color: var(--belora-theme-text);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  word-break: break-all;
}

.customer-withdraw-pass-meta {
  font-size: 12px;
}

.customer-wallet-screen .customer-withdraw-pass-copy {
  white-space: nowrap;
}

.customer-withdraw-request-list {
  display: grid;
  gap: 0;
  border: 1px solid rgba(122, 197, 186, 0.18);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(9, 37, 34, 0.76), rgba(6, 26, 24, 0.74));
  overflow: hidden;
}

.customer-request-groups-stack {
  display: grid;
  gap: 10px;
}

.customer-request-group {
  display: grid;
  gap: 10px;
}

.customer-request-group-head {
  align-items: center;
}

.customer-request-group-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  color: #cfe7e2;
}

.customer-request-group-title-selected {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b8d6cf;
}

.customer-withdraw-request-item {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(122, 197, 186, 0.08);
  border-radius: 0;
  background: transparent;
  color: #d6ebe6;
  text-align: left;
  padding: 16px 18px;
  display: grid;
  gap: 5px;
  cursor: pointer;
  transition: background 0.16s ease, box-shadow 0.16s ease, color 0.16s ease;
}

.customer-withdraw-request-list > :first-child {
  border-top: 0;
}

.customer-withdraw-request-item strong {
  color: var(--belora-theme-text-strong);
  font-size: 15px;
  line-height: 1.3;
}

.customer-withdraw-request-item small {
  color: #bfddd6;
  font-size: 12px;
  line-height: 1.45;
}

.customer-withdraw-request-item.active {
  background: linear-gradient(145deg, rgba(17, 57, 51, 0.88), rgba(9, 33, 30, 0.88));
  box-shadow: inset 2px 0 0 rgba(242, 201, 76, 0.8);
}

.customer-withdraw-request-item-history {
  cursor: pointer;
}

.customer-withdraw-request-item-history:hover,
.customer-withdraw-request-item-history:focus-visible,
.customer-wallet-history-item:hover,
.customer-wallet-history-item:focus-visible,
.customer-withdraw-request-item:hover {
  background: rgba(14, 46, 42, 0.72);
  transform: none;
  outline: none;
}

.customer-wallet-section-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.customer-wallet-section-warning {
  margin: 0;
  border-radius: 10px;
  border: 1px solid var(--app-status-paused-border);
  background: var(--app-status-paused-bg);
  color: var(--app-status-paused-text);
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.4;
}

.customer-wallet-section-warning-warning {
  border-color: var(--app-status-paused-border);
  background: var(--app-status-paused-bg);
  color: var(--app-status-paused-text);
}

.customer-wallet-section-warning-error {
  border-color: var(--app-field-error-border);
  background: var(--app-danger-surface-bg);
  color: var(--app-field-error-text);
}

.customer-wallet-screen small.customer-field-error {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--app-field-error-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.customer-wallet-position-list,
.customer-wallet-transaction-list {
  margin-top: 2px;
  display: grid;
  gap: 8px;
}

.customer-wallet-position-item,
.customer-wallet-transaction-item {
  border: 1px solid rgba(112, 189, 179, 0.24);
  border-radius: 13px;
  background: rgba(9, 37, 34, 0.72);
  padding: 11px;
  display: grid;
  gap: 8px;
}

.customer-wallet-row-head {
  display: flex;
  align-items: center;
  gap: 9px;
}

.customer-wallet-row-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(112, 189, 179, 0.42);
  background: rgba(8, 33, 31, 0.8);
  color: var(--belora-theme-text-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.customer-wallet-row-icon-transaction {
  color: #cde5df;
}

.customer-wallet-position-item p,
.customer-wallet-transaction-item p p {
  margin: 0;
  color: #c8e0dc;
  font-size: 13px;
}

.customer-wallet-position-title {
  color: #eef6f3;
  font-weight: 700;
}

.customer-wallet-position-values,
.customer-wallet-transaction-values {
  display: grid;
  gap: 4px;
}

.customer-wallet-position-values p,
.customer-wallet-transaction-values p {
  font-size: 13px;
  color: #beded7;
}
















































































































































































































































.customer-wallet-shell-estimate-meta {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.customer-wallet-shell-estimate-meta small {
  color: #9fc4bb;
  font-size: 12px;
  line-height: 1.35;
}

.customer-wallet-shell-estimate-badge {
  justify-self: start;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(122, 197, 186, 0.28);
  background: rgba(7, 29, 27, 0.62);
  color: #e6f3ef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.customer-wallet-shell-estimate-badge.is-live {
  border-color: rgba(124, 229, 207, 0.34);
  color: #b7f3df;
}

.customer-wallet-shell-estimate-badge.is-cost {
  border-color: rgba(239, 212, 144, 0.34);
  color: #f2dfae;
}

.customer-wallet-shell-estimate-badge.is-limited {
  border-color: rgba(223, 154, 154, 0.28);
  color: #f0cccc;
}

.customer-wallet-shell-estimate-badge.is-cash {
  border-color: rgba(176, 226, 212, 0.28);
  color: #d7ece7;
}

.customer-wallet-balance-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.customer-wallet-balance-strip .customer-wallet-flow-chip {
  border-color: rgba(122, 197, 186, 0.22);
  background: linear-gradient(160deg, rgba(7, 29, 27, 0.76), rgba(6, 24, 22, 0.72));
  padding: 14px;
  gap: 6px;
  min-height: 118px;
  align-content: start;
}

.customer-wallet-balance-strip .customer-wallet-flow-chip strong {
  color: #edf7f4;
  font-size: 20px;
}

.customer-wallet-balance-strip .customer-wallet-flow-chip small {
  color: #b9d7d1;
  line-height: 1.4;
}

.customer-wallet-shell-note {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(122, 197, 186, 0.18);
  border-radius: 13px;
  background: rgba(7, 29, 27, 0.44);
  color: #bdd9d3;
  font-size: 12px;
  line-height: 1.45;
}

.customer-wallet-flow-panel-overview {
  gap: 14px;
  background: linear-gradient(160deg, rgba(10, 42, 38, 0.95), rgba(6, 27, 24, 0.92));
}

.customer-wallet-main-grid-overview {
  grid-template-columns: 1fr;
  align-items: start;
}

.customer-wallet-mode-panel {
  gap: 12px;
  background: linear-gradient(160deg, rgba(10, 42, 38, 0.94), rgba(6, 27, 24, 0.9));
}

.customer-wallet-mode-panel-head {
  align-items: start;
}

.customer-wallet-subpage-back {
  justify-self: end;
}

.customer-wallet-subpage-actions {
  margin-top: 2px;
}

.customer-wallet-mode-switch {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
}

.customer-wallet-mode-switch-activity {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-wallet-mode-tab {
  width: 100%;
  border: 1px solid rgba(122, 197, 186, 0.2);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(8, 31, 28, 0.74), rgba(5, 23, 21, 0.72));
  color: #edf7f4;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.customer-wallet-mode-tab:hover,
.customer-wallet-mode-tab:focus-visible {
  border-color: rgba(173, 225, 215, 0.42);
  background: linear-gradient(160deg, rgba(12, 47, 42, 0.82), rgba(7, 30, 27, 0.8));
  transform: translateY(-1px);
  outline: none;
}

.customer-wallet-mode-tab.active {
  border-color: rgba(213, 182, 109, 0.42);
  background: linear-gradient(160deg, rgba(58, 66, 36, 0.42), rgba(8, 31, 28, 0.86));
  box-shadow: 0 0 0 1px rgba(213, 182, 109, 0.16);
}

.customer-wallet-mode-tab-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.customer-wallet-mode-tab-copy strong {
  color: #edf7f4;
  font-size: 15px;
  line-height: 1.2;
}

.customer-wallet-mode-tab-copy small {
  color: #a9c8c1;
  font-size: 12px;
  line-height: 1.35;
}

.customer-wallet-mode-tab-badge {
  min-width: 34px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(122, 197, 186, 0.24);
  background: rgba(7, 29, 27, 0.66);
  color: #f1e1ae;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

































.customer-wallet-overview-activity-panel {
  gap: 12px;
  background: linear-gradient(160deg, rgba(8, 32, 29, 0.84), rgba(5, 23, 21, 0.8));
}

.customer-wallet-overview-activity-link {
  justify-self: end;
}

.customer-wallet-history-preview-list {
  gap: 10px;
}

.customer-wallet-history-item-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

























.customer-wallet-summary-panel {
  background: linear-gradient(160deg, rgba(9, 38, 35, 0.94), rgba(5, 24, 22, 0.92));
}

.customer-wallet-screen .customer-wallet-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.customer-wallet-summary-item {
  border: 1px solid rgba(122, 197, 186, 0.18);
  border-radius: 15px;
  background: rgba(7, 29, 27, 0.62);
  padding: 12px;
  display: grid;
  gap: 5px;
}

.customer-wallet-summary-item span {
  color: #bad7d1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.customer-wallet-summary-item strong {
  color: #edf7f4;
  font-size: 20px;
  line-height: 1.15;
}

.customer-wallet-summary-item small {
  color: #a9c8c1;
  font-size: 12px;
  line-height: 1.35;
}







































.customer-wallet-screen .customer-wallet-flow-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.customer-wallet-flow-summary-item {
  border: 1px solid rgba(122, 197, 186, 0.18);
  border-radius: 15px;
  background: rgba(7, 29, 27, 0.6);
  padding: 12px;
  display: grid;
  gap: 5px;
}

.customer-wallet-flow-summary-item span {
  color: #bad7d1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.customer-wallet-flow-summary-item strong {
  color: #edf7f4;
  font-size: 20px;
  line-height: 1.12;
}

.customer-wallet-flow-summary-item small {
  color: #a9c8c1;
  font-size: 12px;
  line-height: 1.35;
}

.customer-wallet-flow-sequence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.customer-wallet-flow-sequence-item {
  min-height: 34px;
  border: 1px solid rgba(122, 197, 186, 0.16);
  border-radius: 999px;
  background: rgba(7, 28, 26, 0.56);
  color: #d7ece7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.customer-wallet-screen .customer-wallet-flow-form {
  border: 1px solid rgba(122, 197, 186, 0.18);
  border-radius: 18px;
  background: rgba(6, 25, 23, 0.48);
  padding: 14px;
  gap: 12px;
  min-width: 0;
  overflow-x: clip;
}

.customer-wallet-flow-callout {
  border: 1px solid rgba(122, 197, 186, 0.16);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(9, 37, 33, 0.74), rgba(6, 24, 22, 0.66));
  padding: 12px;
  display: grid;
  gap: 4px;
}

.customer-wallet-flow-callout strong {
  color: #edf7f4;
  font-size: 15px;
  line-height: 1.25;
}

.customer-wallet-flow-callout small {
  color: #a9c8c1;
  font-size: 12px;
  line-height: 1.35;
}

.customer-wallet-flow-callout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.customer-wallet-flow-callout-actions .btn {
  width: fit-content;
}

.customer-wallet-screen .customer-wallet-flow-form .customer-withdraw-toggle {
  width: 100%;
  max-width: 560px;
}

.customer-wallet-screen .customer-wallet-flow-form > *,
.customer-wallet-screen .customer-wallet-flow-form .customer-input-group,
.customer-wallet-screen .customer-wallet-flow-form .app-table-pagination {
  min-width: 0;
  max-width: 100%;
}

.customer-wallet-screen .customer-wallet-flow-form .customer-input-group {
  gap: 8px;
  border: 1px solid rgba(122, 197, 186, 0.16);
  border-radius: 14px;
  background: rgba(7, 28, 26, 0.58);
  padding: 12px;
}

.customer-wallet-screen .customer-wallet-flow-form .customer-input-group p,
.customer-wallet-screen .customer-wallet-flow-form .customer-input-group .helper {
  margin: 0;
}

.customer-wallet-screen .customer-wallet-flow-form > .btn.btn-primary {
  justify-self: start;
  min-width: 220px;
  min-height: 44px;
  padding: 0 18px;
}

.customer-wallet-kyc-gate {
  border: 1px solid rgba(213, 182, 109, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(213, 182, 109, 0.14), transparent 34%),
    linear-gradient(160deg, rgba(15, 39, 32, 0.86), rgba(8, 27, 24, 0.8));
  padding: 14px;
  display: grid;
  gap: 12px;
}

.customer-wallet-kyc-gate-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.customer-wallet-kyc-gate-copy {
  display: grid;
  gap: 6px;
}

.customer-wallet-kyc-gate-kicker {
  color: #e8d29a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.customer-wallet-kyc-gate-copy strong {
  color: #f5f8f6;
  font-size: 20px;
  line-height: 1.1;
  font-family: "Fraunces", "Palatino Linotype", serif;
}

.customer-wallet-kyc-gate-copy p {
  margin: 0;
  color: #d2e5df;
  font-size: 13px;
  line-height: 1.45;
}

.customer-wallet-kyc-gate-badge {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(213, 182, 109, 0.4);
  background: rgba(62, 50, 20, 0.34);
  color: #f0d99f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.customer-wallet-kyc-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.customer-wallet-kyc-check {
  border: 1px solid rgba(122, 197, 186, 0.16);
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 8px;
}

.customer-wallet-kyc-check.is-ready {
  border-color: rgba(122, 197, 186, 0.28);
  background: rgba(7, 38, 33, 0.5);
}

.customer-wallet-kyc-check.is-pending {
  border-color: rgba(213, 182, 109, 0.24);
  background: rgba(58, 47, 20, 0.22);
}

.customer-wallet-kyc-check-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.customer-wallet-kyc-check.is-ready .customer-wallet-kyc-check-state {
  color: #8fddca;
}

.customer-wallet-kyc-check.is-pending .customer-wallet-kyc-check-state {
  color: #f0d99f;
}

.customer-wallet-kyc-check-copy {
  display: grid;
  gap: 4px;
}

.customer-wallet-kyc-check-copy strong {
  color: #edf7f4;
  font-size: 14px;
  line-height: 1.25;
}

.customer-wallet-kyc-check-copy small {
  color: #b9d0ca;
  font-size: 12px;
  line-height: 1.4;
}

.customer-wallet-kyc-gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.customer-wallet-kyc-gate-actions .btn {
  min-width: 0;
}

.customer-transfer-receive-card-hero {
  border-color: rgba(122, 197, 186, 0.24);
  background: linear-gradient(160deg, rgba(9, 37, 34, 0.82), rgba(6, 27, 24, 0.78));
  padding: 12px;
}

.customer-transfer-receive-card-inline {
  margin-bottom: 14px;
}

.customer-wallet-history-panel {
  gap: 14px;
}

.customer-wallet-screen .customer-wallet-flow-summary-history {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-wallet-history-toolbar {
  border: 1px solid rgba(122, 197, 186, 0.18);
  border-radius: 16px;
  background: rgba(7, 29, 27, 0.56);
  padding: 10px;
}

.customer-wallet-history-list {
  gap: 0;
}

.customer-wallet-history-item {
  border-color: rgba(122, 197, 186, 0.2);
  background: linear-gradient(160deg, rgba(9, 37, 34, 0.72), rgba(6, 26, 24, 0.7));
}

.customer-wallet-history-caption {
  color: #bad7d1;
  font-size: 12px;
  line-height: 1.35;
}

.customer-wallet-history-meta {
  color: #a9c8c1;
  font-size: 12px;
  line-height: 1.35;
}

.customer-wallet-history-note {
  color: #d9ece7;
  font-size: 13px;
  line-height: 1.4;
}

.customer-wallet-transaction-values-stack {
  display: grid;
  gap: 4px;
}

.customer-wallet-transaction-amount {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.customer-wallet-ledger-panel {
  gap: 22px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

.customer-wallet-ledger-shell {
  display: grid;
  gap: 18px;
}

.customer-wallet-ledger-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: end;
  padding: 30px 32px;
  border: 1px solid rgba(201, 167, 78, 0.2);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 16%, rgba(38, 92, 90, 0.22), transparent 42%),
    linear-gradient(145deg, rgba(4, 28, 25, 0.96), rgba(6, 34, 30, 0.9));
  overflow: hidden;
}

.customer-wallet-ledger-hero::after {
  content: '';
  position: absolute;
  inset: auto -120px -120px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 191, 83, 0.08), transparent 68%);
  pointer-events: none;
}

.customer-wallet-ledger-hero-copy,
.customer-wallet-ledger-hero-card {
  position: relative;
  z-index: 1;
}

.customer-wallet-ledger-kicker {
  margin: 0 0 10px;
  color: #86c9c0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.customer-wallet-ledger-display {
  margin: 0;
  color: #f5e7bb;
  font-family: 'Newsreader', 'Fraunces', serif;
  font-size: clamp(56px, 7vw, 88px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.customer-wallet-ledger-display span {
  color: #f1c94f;
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.customer-wallet-ledger-hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.customer-wallet-ledger-hero-meta div {
  display: grid;
  gap: 6px;
}

.customer-wallet-ledger-hero-meta span,
.customer-wallet-ledger-hero-card-foot span {
  color: #93b9b2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.customer-wallet-ledger-hero-meta strong,
.customer-wallet-ledger-hero-card strong {
  color: #f4f7f5;
}

.customer-wallet-ledger-hero-card {
  display: grid;
  gap: 16px;
  align-self: stretch;
  padding: 22px;
  border: 1px solid rgba(201, 167, 78, 0.2);
  border-left-width: 4px;
  border-radius: 22px;
  background: rgba(34, 56, 52, 0.88);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.18);
}

.customer-wallet-ledger-hero-card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.customer-wallet-ledger-hero-card-head > .material-symbols-outlined {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(84, 104, 49, 0.4);
  color: #f2c94a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.customer-wallet-ledger-hero-card-head div {
  display: grid;
  gap: 5px;
}

.customer-wallet-ledger-hero-card-head p,
.customer-wallet-ledger-hero-card-foot strong {
  margin: 0;
  color: #d7e9e4;
  line-height: 1.5;
}

.customer-wallet-ledger-hero-card-foot {
  display: grid;
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(201, 167, 78, 0.12);
}

.customer-wallet-ledger-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.customer-wallet-ledger-quick-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.customer-wallet-ledger-tab {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(118, 189, 180, 0.16);
  border-radius: 999px;
  background: rgba(7, 29, 27, 0.72);
  color: #9fc8c1;
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.customer-wallet-ledger-tab:hover,
.customer-wallet-ledger-tab:focus-visible {
  border-color: rgba(201, 167, 78, 0.38);
  color: #edf6f3;
  outline: none;
}

.customer-wallet-ledger-tab.active {
  border-color: rgba(201, 167, 78, 0.5);
  background: linear-gradient(135deg, rgba(244, 197, 62, 0.22), rgba(65, 104, 78, 0.78));
  color: #ffe7a8;
}

.customer-wallet-ledger-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d5c5a2;
  font-size: 13px;
  font-weight: 600;
}

.customer-wallet-ledger-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.customer-wallet-ledger-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.customer-wallet-ledger-toolbar > * {
  min-width: 0;
}

.customer-wallet-screen .customer-product-search-input {
  min-height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 12px;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: var(--belora-theme-text);
}

.customer-wallet-screen .customer-product-search-input:focus {
  outline: none;
}

.customer-wallet-screen .customer-product-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.customer-wallet-ledger-toolbar .customer-product-search-input,
.customer-wallet-ledger-toolbar .customer-profile-page-size-select {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(118, 186, 176, 0.18);
  border-radius: 18px;
  background-color: rgba(8, 29, 26, 0.94) !important;
  background-image: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #eef6f2;
}

.customer-wallet-ledger-toolbar .customer-product-search-input {
  box-sizing: border-box;
}

.customer-wallet-ledger-toolbar .customer-product-search-input::placeholder {
  color: #9bb5ae;
  opacity: 1;
}

.customer-wallet-ledger-toolbar .customer-product-search-input:hover,
.customer-wallet-ledger-toolbar .customer-profile-page-size-select:hover {
  border-color: rgba(151, 202, 193, 0.24);
}

.customer-wallet-ledger-toolbar .customer-product-search-input:focus,
.customer-wallet-ledger-toolbar .customer-profile-page-size-select:focus {
  outline: none;
  border-color: rgba(246, 199, 64, 0.42);
  background-color: rgba(10, 37, 33, 0.98) !important;
  box-shadow: 0 0 0 4px rgba(246, 199, 64, 0.12);
}

.customer-wallet-ledger-toolbar .customer-profile-page-size-select {
  justify-self: stretch;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px;
  background-image: linear-gradient(45deg, transparent 50%, #d5c5a2 50%), linear-gradient(135deg, #d5c5a2 50%, transparent 50%);
  background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.customer-wallet-ledger-refresh {
  min-width: 132px;
  min-height: 54px;
  justify-content: center;
  align-self: stretch;
}

.customer-wallet-ledger-toolbar-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(122, 197, 186, 0.18);
  border-radius: 18px;
  background: rgba(7, 29, 27, 0.6);
}

.customer-wallet-ledger-results,
.customer-wallet-ledger-search-state {
  margin: 0;
}

.customer-wallet-ledger-results {
  color: #eef6f2;
  font-size: 13px;
  font-weight: 700;
}

.customer-wallet-ledger-results span {
  margin: 0 7px;
  color: #8abcb3;
}

.customer-wallet-ledger-search-state {
  color: #a8c9c2;
  font-size: 12px;
}

.customer-wallet-ledger-content {
  display: grid;
  gap: 16px;
}

.customer-wallet-ledger-list-shell {
  border: 1px solid rgba(122, 197, 186, 0.18);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(9, 37, 34, 0.76), rgba(6, 26, 24, 0.74));
  overflow: hidden;
}

.customer-wallet-ledger-list-head,
.customer-wallet-ledger-record {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1.38fr) minmax(150px, 0.72fr) minmax(128px, 0.58fr) 36px;
  gap: 18px;
  align-items: center;
}

.customer-wallet-ledger-list-head {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(122, 197, 186, 0.12);
  background:
    radial-gradient(circle at top right, rgba(242, 201, 76, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(31, 65, 60, 0.92), rgba(18, 43, 40, 0.88));
  backdrop-filter: blur(14px);
}

.customer-wallet-ledger-head-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.customer-wallet-ledger-head-cell > .material-symbols-outlined,
.customer-wallet-ledger-head-action {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  border: 1px solid rgba(122, 197, 186, 0.16);
  background: rgba(9, 31, 29, 0.72);
  color: #d8c07a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 18px;
}

.customer-wallet-ledger-head-cell div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.customer-wallet-ledger-head-cell small {
  color: #86aaa3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.customer-wallet-ledger-head-cell strong {
  color: #f2f8f5;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.customer-wallet-ledger-head-cell--amount {
  justify-content: flex-end;
}

.customer-wallet-ledger-head-cell--amount div {
  text-align: right;
}

.customer-wallet-ledger-head-cell--status {
  justify-content: center;
}

.customer-wallet-ledger-head-cell--status div {
  text-align: center;
}

.customer-wallet-ledger-head-action {
  justify-self: end;
  color: #a8cbc4;
}

.customer-wallet-ledger-record {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(122, 197, 186, 0.08);
  background: transparent;
  padding: 20px 22px;
  text-align: left;
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.customer-wallet-ledger-list .customer-wallet-ledger-record:first-child {
  border-top: 0;
}

.customer-wallet-ledger-record:hover,
.customer-wallet-ledger-record:focus-visible {
  background: rgba(14, 46, 42, 0.72);
  outline: none;
}

.customer-wallet-ledger-record.is-selected {
  background: linear-gradient(145deg, rgba(17, 57, 51, 0.88), rgba(9, 33, 30, 0.88));
  box-shadow: inset 2px 0 0 rgba(242, 201, 76, 0.8);
}

.customer-wallet-ledger-cell {
  min-width: 0;
}

.customer-wallet-ledger-cell--details,
.customer-wallet-ledger-activity-copy {
  display: grid;
  gap: 5px;
}

.customer-wallet-ledger-cell--details strong,
.customer-wallet-ledger-activity-copy strong {
  color: #f2f8f5;
  font-size: 15px;
  line-height: 1.3;
}

.customer-wallet-ledger-cell--details small,
.customer-wallet-ledger-activity-copy small {
  color: #9fc2ba;
  font-size: 12px;
  line-height: 1.5;
}

.customer-wallet-ledger-cell--activity {
  display: flex;
  align-items: center;
  gap: 14px;
}

.customer-wallet-ledger-activity-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  border: 1px solid rgba(122, 197, 186, 0.16);
  background: rgba(21, 51, 46, 0.92);
  color: #cfe3de;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.customer-wallet-ledger-activity-icon.is-secured {
  background: rgba(14, 73, 74, 0.92);
  color: #78ecf2;
}

.customer-wallet-ledger-activity-icon.is-processing {
  background: rgba(80, 71, 26, 0.92);
  color: #ffd24d;
}

.customer-wallet-ledger-activity-icon.is-recorded {
  background: rgba(31, 57, 51, 0.92);
  color: #d9c89a;
}

.customer-wallet-ledger-cell--amount,
.customer-wallet-ledger-cell--status,
.customer-wallet-ledger-cell--action {
  display: flex;
  justify-content: flex-end;
}

.customer-wallet-ledger-cell--status {
  justify-content: center;
}

.customer-wallet-ledger-cell--action {
  color: #a6cac2;
}

.customer-wallet-ledger-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(122, 197, 186, 0.18);
  background: rgba(7, 29, 27, 0.74);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.customer-wallet-ledger-status.is-secured {
  background: rgba(6, 82, 85, 0.56);
  color: #90f2f6;
}

.customer-wallet-ledger-status.is-processing {
  background: rgba(64, 68, 56, 0.82);
  color: #e6d39a;
}

.customer-wallet-ledger-status.is-recorded {
  background: rgba(24, 49, 45, 0.82);
  color: #d5ddd8;
}

.customer-wallet-ledger-empty {
  display: grid;
  gap: 8px;
  padding: 22px 24px;
  border: 1px solid rgba(122, 197, 186, 0.18);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(9, 37, 34, 0.72), rgba(6, 26, 24, 0.68));
}

.customer-wallet-ledger-empty strong {
  color: #f2f7f4;
  font-size: 18px;
}

.customer-wallet-ledger-empty p,
.customer-wallet-ledger-audit-banner span {
  margin: 0;
  color: #b1ccc6;
  line-height: 1.6;
}

.customer-wallet-ledger-audit-banner {
  display: grid;
  gap: 8px;
  padding: 22px 24px;
  border: 1px solid rgba(122, 197, 186, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 20%, rgba(205, 161, 44, 0.16), transparent 18%),
    radial-gradient(circle at 64% 28%, rgba(205, 161, 44, 0.14), transparent 18%),
    linear-gradient(145deg, rgba(22, 28, 24, 0.92), rgba(14, 40, 34, 0.86));
}

.customer-wallet-ledger-audit-kicker {
  margin: 0;
  color: #d3be7c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.customer-wallet-ledger-audit-banner strong {
  color: #f6ebc8;
  font-family: 'Newsreader', 'Fraunces', serif;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1;
}

.customer-wallet-ledger-panel .customer-panel-pagination {
  margin-top: 4px;
}

@media (max-width: 1180px) {
  .customer-wallet-ledger-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 980px) {
  .customer-wallet-ledger-controls {
    grid-template-columns: 1fr;
  }

  .customer-wallet-ledger-toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  }

  .customer-wallet-ledger-refresh {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .customer-wallet-ledger-shell {
    gap: 16px;
  }

  .customer-wallet-ledger-hero {
    gap: 18px;
    padding: 24px 20px;
    border-radius: 28px;
  }

  .customer-wallet-ledger-display {
    font-size: clamp(48px, 18vw, 72px);
  }

  .customer-wallet-ledger-hero-meta {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .customer-wallet-ledger-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .customer-wallet-ledger-quick-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .customer-wallet-ledger-sort {
    justify-content: flex-end;
  }

  .customer-wallet-ledger-toolbar {
    grid-template-columns: 1fr;
  }

  .customer-wallet-ledger-toolbar-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .customer-wallet-ledger-list-shell {
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .customer-wallet-ledger-list-head {
    display: none;
  }

  .customer-wallet-ledger-list {
    display: grid;
    gap: 14px;
  }

  .customer-wallet-ledger-record {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(122, 197, 186, 0.16);
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(9, 37, 34, 0.8), rgba(6, 26, 24, 0.78));
  }

  .customer-wallet-ledger-list .customer-wallet-ledger-record:first-child {
    border-top: 1px solid rgba(122, 197, 186, 0.16);
  }

  .customer-wallet-ledger-cell--activity,
  .customer-wallet-ledger-cell--amount,
  .customer-wallet-ledger-cell--status {
    justify-content: flex-start;
  }

  .customer-wallet-ledger-cell--action {
    display: none;
  }

  .customer-wallet-ledger-status {
    width: fit-content;
  }

  .customer-wallet-ledger-audit-banner {
    padding: 18px 20px;
    border-radius: 22px;
  }
}

.customer-wallet-screen .customer-wallet-transfer-create-panel {
  gap: 14px;
}

.customer-wallet-transfer-create-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.56fr) minmax(300px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.customer-wallet-transfer-create-form {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.customer-wallet-transfer-form-main {
  display: grid;
  gap: 12px;
}

.customer-wallet-transfer-field-group {
  gap: 8px;
}

.customer-wallet-transfer-field-head {
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.customer-wallet-transfer-availability {
  color: rgba(140, 218, 198, 0.82);
}

.customer-wallet-transfer-availability strong {
  color: var(--belora-theme-text-strong);
  font-weight: 700;
}

.customer-wallet-transfer-inline-action {
  width: fit-content;
  gap: 6px;
  white-space: nowrap;
}

.customer-wallet-transfer-inline-action:disabled {
  cursor: wait;
  opacity: 0.58;
}

.customer-wallet-transfer-inline-action .material-symbols-outlined {
  font-size: 18px;
}

.customer-wallet-transfer-input {
  width: 100%;
  min-height: 58px;
  box-sizing: border-box;
  border: 1px solid rgba(108, 146, 118, 0.24);
  border-radius: 14px;
  background: rgba(7, 31, 25, 0.86) !important;
  color: var(--belora-theme-text-strong);
  padding: 0 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.015);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.customer-wallet-transfer-input::placeholder {
  color: rgba(126, 151, 138, 0.48);
}

.customer-wallet-transfer-input:hover {
  border-color: rgba(132, 177, 143, 0.3);
  background: rgba(9, 36, 29, 0.92) !important;
}

.customer-wallet-transfer-input:focus,
.customer-wallet-transfer-input:focus-visible {
  outline: none;
  border-color: rgba(255, 214, 107, 0.28);
  background: rgba(10, 40, 31, 0.96) !important;
  box-shadow:
    0 0 0 3px rgba(255, 214, 107, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.customer-wallet-transfer-recipient-input {
  font-size: 16px;
  letter-spacing: -0.01em;
}

.customer-wallet-transfer-inline-shell {
  position: relative;
  display: flex;
  align-items: center;
}

.customer-wallet-transfer-inline-shell .customer-wallet-transfer-input {
  padding-right: 88px;
}

.customer-wallet-transfer-amount-input {
  appearance: textfield;
  -moz-appearance: textfield;
  font-size: clamp(26px, 4vw, 32px);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--belora-theme-text-strong);
}

.customer-wallet-transfer-amount-input::-webkit-outer-spin-button,
.customer-wallet-transfer-amount-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.customer-wallet-transfer-max-btn {
  right: 6px;
  min-width: 68px;
}

.customer-wallet-transfer-textarea {
  min-height: 120px;
  padding-block: 14px;
  resize: vertical;
  line-height: 1.55;
}

.customer-wallet-transfer-submit {
  justify-self: start;
  min-width: 220px;
  min-height: 44px;
  gap: 8px;
}

.customer-wallet-transfer-submit .material-symbols-outlined {
  font-size: 18px;
}

.customer-wallet-transfer-security-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: flex-start;
  padding: 18px clamp(28px, 3vw, 40px) 22px;
  border-top: 1px solid rgba(95, 149, 135, 0.14);
  background: linear-gradient(180deg, rgba(6, 30, 27, 0.96), rgba(5, 24, 22, 0.98));
}

.customer-wallet-transfer-security-note .material-symbols-outlined {
  color: var(--belora-theme-gold);
  font-size: 22px;
}

.customer-wallet-transfer-security-note p {
  margin: 0;
  color: var(--belora-theme-text-soft);
  font-size: 13px;
  line-height: 1.6;
}

.customer-wallet-transfer-security-note strong {
  color: var(--belora-theme-gold);
}

.customer-wallet-transfer-side {
  position: sticky;
  top: 10px;
  display: grid;
  gap: 22px;
}

.customer-wallet-transfer-side-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(116, 180, 166, 0.14);
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(24, 41, 38, 0.95), rgba(12, 29, 26, 0.97));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.customer-wallet-transfer-side-head {
  display: grid;
  gap: 6px;
}

.customer-wallet-transfer-side-head h5 {
  margin: 0;
  color: var(--belora-theme-text-strong);
  font-family: "Newsreader", "Fraunces", serif;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.customer-wallet-transfer-side-head small {
  color: var(--belora-theme-text-soft);
  font-size: 13px;
  line-height: 1.5;
}

.customer-wallet-transfer-recipient-list {
  display: grid;
  gap: 10px;
}

.customer-wallet-transfer-recipient-item {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.customer-wallet-transfer-recipient-item:hover,
.customer-wallet-transfer-recipient-item:focus-visible,
.customer-wallet-transfer-recipient-item.active {
  border-color: rgba(255, 214, 107, 0.18);
  background: linear-gradient(180deg, rgba(15, 48, 43, 0.88), rgba(9, 34, 31, 0.92));
  transform: translateY(-1px);
}

.customer-wallet-transfer-recipient-item .material-symbols-outlined {
  margin-left: auto;
  color: rgba(82, 165, 154, 0.74);
  transition: color 0.18s ease, transform 0.18s ease;
}

.customer-wallet-transfer-recipient-item:hover .material-symbols-outlined,
.customer-wallet-transfer-recipient-item:focus-visible .material-symbols-outlined,
.customer-wallet-transfer-recipient-item.active .material-symbols-outlined {
  color: var(--belora-theme-gold);
  transform: translateX(2px);
}

.customer-wallet-transfer-recipient-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 57, 54, 0.88);
  color: var(--belora-theme-gold);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.customer-wallet-transfer-recipient-item.active .customer-wallet-transfer-recipient-avatar {
  background: rgba(255, 214, 107, 0.16);
}

.customer-wallet-transfer-recipient-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.customer-wallet-transfer-recipient-copy strong {
  color: var(--belora-theme-text-strong);
  font-size: 16px;
  line-height: 1.25;
}

.customer-wallet-transfer-recipient-copy small {
  color: var(--belora-theme-cyan);
  font-size: 12px;
  line-height: 1.35;
}

.customer-wallet-transfer-side-empty {
  margin: 0;
  color: var(--belora-theme-text-soft);
  line-height: 1.65;
}

.customer-wallet-transfer-insight-card {
  min-height: 312px;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(4, 24, 24, 0.14), rgba(4, 24, 24, 0.88)),
    radial-gradient(circle at 18% 0%, rgba(255, 214, 107, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(15, 38, 36, 0.98), rgba(6, 23, 21, 0.99));
}

.customer-wallet-transfer-insight-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 214, 107, 0.08), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.022) 0 24px, transparent 24px 52px);
  opacity: 0.5;
  pointer-events: none;
}

.customer-wallet-transfer-side-kicker,
.customer-wallet-transfer-side-meta span {
  position: relative;
  z-index: 1;
  color: var(--belora-theme-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.customer-wallet-transfer-insight-card > strong,
.customer-wallet-transfer-side-meta strong,
.customer-wallet-transfer-insight-card p {
  position: relative;
  z-index: 1;
}

.customer-wallet-transfer-insight-card > strong {
  color: var(--belora-theme-text-strong);
  font-family: "Newsreader", "Fraunces", serif;
  font-size: clamp(42px, 4vw, 56px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.customer-wallet-transfer-insight-card p {
  margin: 0;
  color: rgba(209, 231, 226, 0.82);
  line-height: 1.6;
}

.customer-wallet-transfer-side-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding-top: 18px;
  border-top: 1px solid rgba(122, 197, 186, 0.16);
}

.customer-wallet-transfer-side-meta strong {
  color: var(--belora-theme-text-strong);
  font-size: 18px;
  line-height: 1.3;
}

@media (max-width: 1180px) {
  .customer-wallet-transfer-create-layout {
    grid-template-columns: 1fr;
  }

  .customer-wallet-transfer-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .customer-wallet-transfer-field-head {
    display: grid;
    align-items: start;
    justify-content: stretch;
  }

  .customer-wallet-transfer-side {
    grid-template-columns: 1fr;
  }

  .customer-wallet-transfer-side-card {
    padding: 24px;
    border-radius: 24px;
  }

  .customer-wallet-transfer-side-head h5 {
    font-size: clamp(28px, 8vw, 34px);
  }
}

@media (max-width: 640px) {
  .customer-wallet-transfer-form-main {
    gap: 10px;
  }

  .customer-wallet-transfer-input {
    min-height: 54px;
    padding: 0 14px;
    border-radius: 12px;
  }

  .customer-wallet-transfer-inline-shell .customer-wallet-transfer-input {
    padding-right: 80px;
  }

  .customer-wallet-transfer-amount-input {
    font-size: clamp(24px, 9vw, 30px);
  }

  .customer-wallet-transfer-max-btn {
    right: 3px;
    min-width: 64px;
  }

  .customer-wallet-transfer-textarea {
    min-height: 104px;
    padding-block: 12px;
  }

  .customer-wallet-transfer-submit {
    width: 100%;
    min-width: 0;
  }

  .customer-wallet-transfer-security-note {
    grid-template-columns: 1fr;
    padding: 16px 18px 18px;
  }

  .customer-wallet-transfer-side-card {
    padding: 20px;
    border-radius: 22px;
  }

  .customer-wallet-transfer-recipient-item {
    padding: 12px;
  }

  .customer-wallet-transfer-recipient-avatar {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .customer-wallet-transfer-insight-card {
    min-height: 228px;
  }
}
.customer-wallet-screen .customer-trade-confirm-overlay {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: linear-gradient(180deg, rgba(2, 11, 13, 0.32), rgba(2, 11, 13, 0.82));
  padding: 18px;
  display: grid;
  align-items: center;
  justify-items: center;
}

.customer-wallet-screen .customer-trade-confirm-dialog {
  width: min(560px, 100%);
  border: 1px solid rgba(122, 197, 186, 0.36);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(6, 33, 37, 0.98), rgba(7, 27, 32, 0.96));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.42);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.customer-wallet-screen .customer-trade-confirm-head h4 {
  margin: 0;
  color: var(--belora-theme-text);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 22px;
}

.customer-wallet-screen .customer-trade-confirm-head p {
  margin: 4px 0 0;
  color: var(--belora-theme-text-muted);
  font-size: 13px;
}

.customer-wallet-screen .customer-trade-confirm-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}

.customer-transfer-scan-overlay {
  z-index: 110;
}

.customer-transfer-scan-dialog {
  width: min(520px, 100%);
}

.customer-transfer-scan-preview {
  position: relative;
  border: 1px solid rgba(112, 189, 179, 0.34);
  border-radius: 12px;
  background: rgba(5, 25, 29, 0.94);
  overflow: hidden;
}

.customer-transfer-scan-video {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.customer-transfer-scan-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #d2e6e1;
  font-size: 14px;
  background: rgba(3, 14, 18, 0.74);
}

.customer-transfer-scan-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .customer-wallet-screen .customer-trade-confirm-dialog {
    width: min(460px, 100%);
    padding: 12px;
  }

  .customer-wallet-screen .customer-trade-confirm-actions {
    grid-template-columns: 1fr;
  }

  .customer-transfer-scan-dialog {
    width: min(460px, 100%);
  }

  .customer-transfer-scan-actions {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 900px) {
  .customer-wallet-screen .customer-wallet-shell-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 10px;
  }

  .customer-wallet-screen .customer-wallet-panel-title {
    font-size: 20px;
  }

  .customer-wallet-screen .customer-wallet-shell-actions {
    width: auto;
    justify-content: flex-end;
  }

  .customer-wallet-screen .customer-wallet-panel-head {
    gap: 8px;
  }

  .customer-wallet-mode-panel-head {
    grid-template-columns: 1fr;
  }

  .customer-wallet-subpage-back {
    justify-self: start;
  }

  .customer-wallet-history-toolbar {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .customer-wallet-history-toolbar .customer-product-search-input,
.customer-wallet-history-toolbar .customer-profile-page-size-select {
    width: 100%;
    justify-self: stretch;
  }

  .customer-withdraw-active-head p,
.customer-withdraw-request-item strong,
.customer-withdraw-request-item small,
.customer-wallet-history-caption,
.customer-wallet-history-meta,
.customer-wallet-history-note {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .customer-wallet-screen .customer-withdraw-otp-row,
.customer-wallet-screen .customer-withdraw-pass-row {
    grid-template-columns: 1fr;
  }

  .customer-wallet-screen .customer-withdraw-otp-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .customer-wallet-screen .customer-withdraw-otp-row .customer-withdraw-inline-input {
    display: grid;
    gap: 10px;
  }

  .customer-wallet-screen .customer-withdraw-otp-row .customer-withdraw-inline-input > input,
  .customer-wallet-screen .customer-withdraw-otp-row .customer-withdraw-inline-input > select {
    padding-right: 14px;
  }

  .customer-wallet-screen .customer-withdraw-otp-row .customer-withdraw-inline-input > .customer-withdraw-otp-send-btn {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 0 14px;
    justify-self: stretch;
  }

  .customer-wallet-screen .customer-wallet-shell-head-balance,
.customer-wallet-screen .customer-wallet-main-grid {
    grid-template-columns: 1fr;
  }

  

  

  .customer-wallet-overview-activity-link {
    text-align: left;
    justify-self: start;
  }

  .customer-wallet-history-item-preview {
    grid-template-columns: 1fr;
  }

  

  .customer-wallet-screen .customer-wallet-shell-actions-tools {
    width: 100%;
    justify-content: flex-start;
  }

  .customer-wallet-balance-strip,
.customer-wallet-screen .customer-wallet-summary-grid,
.customer-wallet-screen .customer-wallet-flow-summary,
.customer-wallet-screen .customer-wallet-flow-summary-history,
.customer-wallet-screen .customer-wallet-flow-availability,
.customer-wallet-mode-switch,
.customer-wallet-mode-switch-activity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  .customer-wallet-screen .customer-wallet-shell h3 {
    font-size: clamp(34px, 12vw, 50px);
    line-height: 0.95;
    word-break: break-word;
  }

  .customer-wallet-screen .customer-wallet-flow-availability-compact {
    gap: 6px;
  }

  .customer-wallet-screen .customer-wallet-flow-form {
    padding: 12px;
  }

  .customer-wallet-screen .customer-wallet-flow-form .customer-withdraw-toggle {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-wallet-kyc-gate {
    padding: 12px;
  }

  .customer-wallet-kyc-gate-head,
.customer-wallet-kyc-checklist {
    grid-template-columns: 1fr;
  }

  .customer-wallet-kyc-gate-badge {
    justify-self: start;
  }

  .customer-wallet-kyc-gate-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .customer-wallet-screen .customer-wallet-flow-form > .btn.btn-primary {
    width: 100%;
    min-width: 0;
  }

  .customer-wallet-history-toolbar {
    padding: 8px;
  }

  .customer-wallet-screen .customer-wallet-action-btn {
    --customer-action-min-height: 30px;
    --customer-action-min-width: 30px;
    --customer-action-padding: 0 9px;
    --customer-action-radius: 10px;
  }

  .customer-wallet-screen .customer-wallet-action-btn-label {
    display: inline;
    font-size: 11px;
    line-height: 1;
  }

  .customer-wallet-screen .customer-wallet-action-btn-icon {
    width: 12px;
    height: 12px;
  }

  .customer-wallet-screen .customer-wallet-action-btn-icon svg {
    width: 12px;
    height: 12px;
  }

  

  

  

  

  

  

  

  

  

  

  

  
}

body.theme-light .customer-wallet-screen :is(
  .customer-wallet-flow-review-card,
  .customer-wallet-history-detail-card,
  .customer-wallet-flow-callout,
  .customer-wallet-history-toolbar,
  .customer-wallet-kyc-gate,
  .customer-wallet-kyc-check,
  .customer-transfer-receive-card-hero
) {
  border-color: var(--belora-theme-border-soft);
  background: none;
  box-shadow: inset 0 1px 0 rgba(190, 255, 243, 0.04);
}

body.theme-light .customer-wallet-screen .customer-wallet-section-warning-warning {
  border-color: var(--app-status-paused-border);
  background: linear-gradient(145deg, rgba(248, 237, 211, 0.96), rgba(255, 250, 241, 0.98));
  color: var(--app-status-paused-text);
}

body.theme-light .customer-wallet-screen .customer-wallet-section-warning-error {
  border-color: rgba(255, 180, 168, 0.32);
  background: linear-gradient(145deg, rgba(252, 239, 237, 0.98), rgba(255, 247, 245, 0.98));
  color: var(--belora-theme-danger);
}



body.theme-light .customer-wallet-screen :is(
  .customer-wallet-flow-review-card strong,
  .customer-wallet-history-detail-grid strong,
  .customer-wallet-history-detail-head strong,
  .customer-wallet-flow-callout strong,
  .customer-wallet-kyc-gate-copy strong,
  .customer-wallet-kyc-check-copy strong,
  .customer-wallet-ledger-results
) {
  color: var(--belora-theme-text);
}

body.theme-light .customer-wallet-screen .customer-wallet-history-detail-btn,
body.theme-light .customer-wallet-screen .customer-wallet-transaction-direction {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-chip-gradient);
  color: var(--belora-theme-text);
}

body.theme-light .customer-wallet-screen .customer-wallet-row-icon--positive,
body.theme-light .customer-wallet-screen .customer-wallet-transaction-direction--positive,
body.theme-light .customer-wallet-screen .customer-wallet-kyc-check.is-ready {
  border-color: rgba(34, 122, 89, 0.3);
  background: linear-gradient(145deg, rgba(214, 238, 227, 0.98), rgba(241, 249, 245, 0.99));
  color: var(--app-money-positive-text);
}

body.theme-light .customer-wallet-screen .customer-wallet-kyc-check.is-ready .customer-wallet-kyc-check-state {
  border-color: rgba(43, 121, 90, 0.2);
  background: rgba(231, 245, 237, 0.98);
  color: #23684b;
  box-shadow: none;
}

body.theme-light .customer-wallet-screen .customer-wallet-row-icon--negative,
body.theme-light .customer-wallet-screen .customer-wallet-transaction-direction--negative {
  border-color: rgba(125, 47, 60, 0.24);
  background: linear-gradient(145deg, rgba(252, 236, 238, 0.98), rgba(255, 247, 246, 0.99));
  color: var(--app-money-negative-text);
}

body.theme-light .customer-wallet-screen .customer-wallet-row-icon--neutral,
body.theme-light .customer-wallet-screen .customer-wallet-transaction-direction--neutral,
body.theme-light .customer-wallet-screen .customer-wallet-kyc-gate-badge,
body.theme-light .customer-wallet-screen .customer-wallet-kyc-check.is-pending {
  border-color: var(--app-status-paused-border);
  background: linear-gradient(145deg, rgba(248, 237, 211, 0.96), rgba(255, 250, 241, 0.98));
  color: var(--app-status-paused-text);
}

body.theme-light .customer-wallet-screen .customer-wallet-kyc-check.is-pending .customer-wallet-kyc-check-state {
  border-color: rgba(168, 116, 18, 0.18);
  background: rgba(252, 244, 226, 0.98);
  color: #8b6618;
  box-shadow: none;
}

body.theme-light .customer-wallet-screen .customer-wallet-ledger-detail .customer-wallet-history-detail-note {
  border-top-color: var(--belora-theme-border-soft);
}

/* Light mode wallet form and transfer cleanup */
body.theme-light .customer-wallet-screen .customer-wallet-flow-form {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-card-gradient);
  box-shadow: inset 0 1px 0 rgba(190, 255, 243, 0.04);
}

body.theme-light .customer-wallet-screen .customer-withdraw-toggle,
body.theme-light .customer-wallet-screen .customer-wallet-flow-form .customer-input-group {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-card-gradient);
  box-shadow: inset 0 1px 0 rgba(190, 255, 243, 0.04);
}

body.theme-light .customer-wallet-screen .customer-withdraw-request-form label {
  color: var(--belora-theme-text-muted);
}

body.theme-light .customer-wallet-screen .customer-withdraw-field-subtitle {
  color: var(--belora-theme-text-soft);
}

body.theme-light .customer-wallet-screen .customer-withdraw-toggle .customer-trade-action-btn {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-chip-gradient);
  color: var(--belora-theme-text);
}

body.theme-light .customer-wallet-screen .customer-withdraw-toggle .customer-trade-action-btn:hover,
body.theme-light .customer-wallet-screen .customer-withdraw-toggle .customer-trade-action-btn:focus-visible {
  border-color: var(--belora-theme-border-strong);
  background: var(--app-chip-hover-bg);
  color: var(--app-chip-hover-text);
}

body.theme-light .customer-wallet-screen .customer-withdraw-toggle .customer-trade-action-btn.active {
  border-color: var(--belora-theme-border-strong);
  background: var(--belora-theme-chip-active-gradient);
  color: var(--belora-theme-text-strong);
  box-shadow: 0 0 0 1px rgba(168, 116, 18, 0.14);
}

body.theme-light .customer-wallet-screen .customer-withdraw-toggle .customer-trade-action-btn:disabled,
body.theme-light .customer-wallet-screen .customer-withdraw-toggle .customer-trade-action-btn:disabled:hover,
body.theme-light .customer-wallet-screen .customer-withdraw-toggle .customer-trade-action-btn:disabled:focus-visible {
  border-color: var(--app-primary-button-disabled-border);
  background: var(--app-primary-button-disabled-bg);
  color: var(--app-primary-button-disabled-text);
  box-shadow: none;
}

body.theme-light .customer-wallet-screen .customer-withdraw-max-btn,
body.theme-light .customer-wallet-screen .customer-withdraw-otp-send-btn {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-chip-gradient);
  color: var(--belora-theme-text);
  box-shadow: inset 0 1px 0 rgba(154, 230, 218, 0.08);
}

body.theme-light .customer-wallet-screen .customer-withdraw-max-btn:hover,
body.theme-light .customer-wallet-screen .customer-withdraw-max-btn:focus-visible,
body.theme-light .customer-wallet-screen .customer-withdraw-otp-send-btn:hover,
body.theme-light .customer-wallet-screen .customer-withdraw-otp-send-btn:focus-visible {
  border-color: var(--belora-theme-border-strong);
  background: var(--app-chip-hover-bg);
  color: var(--app-chip-hover-text);
}

body.theme-light .customer-wallet-screen .customer-withdraw-max-btn:disabled,
body.theme-light .customer-wallet-screen .customer-withdraw-otp-send-btn:disabled {
  border-color: var(--app-primary-button-disabled-border);
  background: var(--app-primary-button-disabled-bg);
  color: var(--app-primary-button-disabled-text);
  box-shadow: none;
}

body.theme-light .customer-wallet-screen .customer-transfer-receive-card,
body.theme-light .customer-wallet-screen .customer-transfer-receive-card.has-qr {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-card-gradient);
}

body.theme-light .customer-wallet-screen .customer-transfer-receive-qr-wrap {
  border-color: var(--belora-theme-border-soft);
  background: linear-gradient(160deg, rgba(255, 252, 246, 0.98), rgba(240, 247, 243, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

body.theme-light .customer-wallet-screen .customer-transfer-receive-qr-copy {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-chip-gradient);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

body.theme-light .customer-wallet-screen .customer-transfer-receive-qr-kicker {
  color: #7f621f;
}

body.theme-light .customer-wallet-screen .customer-transfer-receive-qr-copy strong {
  color: var(--belora-theme-text-strong);
}

body.theme-light .customer-wallet-screen .customer-transfer-receive-qr-copy p {
  color: var(--belora-theme-text);
}

body.theme-light .customer-wallet-screen .customer-transfer-receive-qr-meta span {
  border-color: var(--belora-theme-border-soft);
  background: rgba(255, 249, 241, 0.98);
  color: #4f635f;
}

body.theme-light .customer-wallet-screen .customer-transfer-receive-qr-stage-shell {
  background:
    linear-gradient(145deg, rgba(252, 240, 208, 0.9), rgba(238, 246, 241, 0.96)),
    linear-gradient(160deg, rgba(255, 251, 245, 0.98), rgba(241, 248, 244, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 14px 28px rgba(168, 116, 18, 0.12);
}

body.theme-light .customer-wallet-screen .customer-transfer-receive-qr,
body.theme-light .customer-wallet-screen .customer-transfer-receive-qr-skeleton {
  border-color: rgba(168, 116, 18, 0.16);
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 6px 14px rgba(168, 116, 18, 0.08);
}

body.theme-light .customer-wallet-screen .customer-transfer-receive-label,
body.theme-light .customer-wallet-screen .customer-transfer-receive-inline-note {
  color: var(--belora-theme-text-muted);
}



body.theme-light .customer-wallet-screen .customer-wallet-ledger-toolbar-meta {
  padding: 10px 12px;
  border: 1px solid var(--belora-theme-border-soft);
  border-radius: 16px;
  background: var(--belora-theme-card-gradient);
}

body.theme-light .customer-wallet-screen .customer-wallet-history-item,
body.theme-light .customer-wallet-screen .customer-wallet-position-item,
body.theme-light .customer-wallet-screen .customer-wallet-transaction-item,
body.theme-light .customer-wallet-screen .customer-withdraw-request-item,
body.theme-light .customer-wallet-screen .customer-wallet-history-detail-card,
body.theme-light .customer-wallet-screen .customer-wallet-flow-review-card {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-card-gradient);
  color: var(--belora-theme-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

body.theme-light .customer-wallet-screen .customer-wallet-history-item:hover,
body.theme-light .customer-wallet-screen .customer-wallet-history-item:focus-visible,
body.theme-light .customer-wallet-screen .customer-withdraw-request-item:hover,
body.theme-light .customer-wallet-screen .customer-withdraw-request-item:focus-visible {
  background: rgba(240, 246, 242, 0.96);
}

body.theme-light .customer-wallet-screen .customer-wallet-history-item.is-selected,
body.theme-light .customer-wallet-screen .customer-withdraw-request-item.active {
  background: linear-gradient(145deg, rgba(252, 241, 204, 0.9), rgba(232, 245, 239, 0.98));
  box-shadow: inset 2px 0 0 rgba(168, 116, 18, 0.76);
}

body.theme-light .customer-wallet-screen .customer-wallet-row-icon {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-chip-gradient);
  color: var(--belora-theme-text);
}

body.theme-light .customer-wallet-screen .customer-wallet-position-title,
body.theme-light .customer-wallet-screen .customer-wallet-history-detail-grid strong,
body.theme-light .customer-wallet-screen .customer-wallet-history-detail-head strong,
body.theme-light .customer-wallet-screen .customer-wallet-history-detail-note,
body.theme-light .customer-wallet-screen .customer-wallet-ledger-row-copy .customer-wallet-history-note,
body.theme-light .customer-wallet-screen .customer-withdraw-request-item strong {
  color: var(--belora-theme-text-strong);
}

body.theme-light .customer-wallet-screen .customer-wallet-history-caption,
body.theme-light .customer-wallet-screen .customer-wallet-history-meta,
body.theme-light .customer-wallet-screen .customer-wallet-history-note,
body.theme-light .customer-wallet-screen .customer-wallet-history-detail-grid span,
body.theme-light .customer-wallet-screen .customer-wallet-history-detail-head span,
body.theme-light .customer-wallet-screen .customer-wallet-flow-review-card span,
body.theme-light .customer-wallet-screen .customer-withdraw-request-item small {
  color: var(--belora-theme-text-soft);
}


body.theme-light .customer-wallet-screen .customer-trade-confirm-overlay {
  background: rgba(21, 34, 38, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.theme-light .customer-wallet-screen .customer-trade-confirm-dialog {
  border-color: var(--belora-theme-border);
  background: var(--belora-theme-shell-gradient);
  box-shadow: 0 24px 56px rgba(20, 37, 42, 0.2);
}

body.theme-light .customer-wallet-screen .customer-trade-confirm-actions .btn.btn-outline {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-chip-gradient);
  color: var(--belora-theme-text);
}

body.theme-light .customer-wallet-screen .customer-trade-confirm-actions .btn.btn-outline:hover,
body.theme-light .customer-wallet-screen .customer-trade-confirm-actions .btn.btn-outline:focus-visible {
  border-color: var(--belora-theme-border-strong);
  background: var(--app-chip-hover-bg);
  color: var(--app-chip-hover-text);
}

/* Light mode wallet scan modal cleanup */
body.theme-light .customer-wallet-screen .customer-transfer-scan-preview {
  border-color: var(--belora-theme-border-soft);
  background: linear-gradient(160deg, rgba(255, 252, 246, 0.98), rgba(241, 248, 244, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

body.theme-light .customer-wallet-screen .customer-transfer-scan-video {
  background: rgba(245, 248, 243, 0.98);
}

body.theme-light .customer-wallet-screen .customer-transfer-scan-loading {
  color: var(--belora-theme-text);
  background: rgba(243, 247, 244, 0.84);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}




:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-display,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-hero-meta strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-hero-card strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-cell--details strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-activity-copy strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-empty strong {
  color: var(--belora-theme-text-strong);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-display span,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-sort,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-audit-kicker {
  color: var(--belora-theme-gold);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-hero-card-head > .material-symbols-outlined {
  background: rgba(252, 243, 208, 0.96);
  color: var(--belora-theme-gold);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-tab {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-chip-gradient);
  color: var(--belora-theme-text-soft);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-tab:hover,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-tab:focus-visible {
  border-color: var(--belora-theme-border-strong);
  color: var(--belora-theme-text-strong);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-tab.active {
  border-color: rgba(168, 116, 18, 0.32);
  background: var(--belora-theme-chip-active-gradient);
  color: var(--belora-theme-text-strong);
}


:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-toolbar .customer-product-search-input::placeholder {
  color: var(--app-placeholder-color);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-product-search-input {
  color: var(--belora-theme-text);
}



:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-refresh {
  color: var(--belora-theme-text-strong);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-results {
  color: var(--belora-theme-text-strong);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-results span {
  color: #438c7c;
}


:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-record {
  border-top-color: rgba(15, 92, 88, 0.08);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-activity-icon {
  border-color: var(--belora-theme-border-soft);
  background: rgba(239, 247, 243, 0.96);
  color: var(--belora-theme-text-muted);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-activity-icon.is-secured {
  background: rgba(225, 244, 245, 0.96);
  color: #0f747b;
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-activity-icon.is-processing {
  background: rgba(252, 244, 226, 0.98);
  color: #8b6618;
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-activity-icon.is-recorded {
  background: rgba(243, 248, 244, 0.96);
  color: #5b6d68;
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-status {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-chip-gradient);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-status.is-secured {
  background: rgba(225, 244, 245, 0.96);
  color: #0f747b;
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-status.is-processing {
  background: rgba(252, 244, 226, 0.98);
  color: #8b6618;
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-status.is-recorded {
  background: rgba(239, 247, 243, 0.96);
  color: #5b6d68;
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-audit-banner {
  background:
    radial-gradient(circle at 18% 20%, rgba(205, 161, 44, 0.12), transparent 18%),
    radial-gradient(circle at 64% 28%, rgba(205, 161, 44, 0.1), transparent 18%),
    linear-gradient(145deg, rgba(255, 250, 243, 0.98), rgba(239, 247, 243, 0.96));
}


:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-availability strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-side-head h5,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-recipient-copy strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-insight-card > strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-side-meta strong {
  color: var(--belora-theme-text-strong);
}


:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-input::placeholder {
  color: var(--app-placeholder-color);
}


:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-amount-input {
  color: var(--belora-theme-text-strong);
}


:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-max-btn:hover,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-max-btn:focus-visible {
  border-color: var(--belora-theme-border-strong);
  background: var(--app-chip-hover-bg);
  color: var(--app-chip-hover-text);
}


:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-security-note strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-side-kicker,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-side-meta span {
  color: var(--belora-theme-gold);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-recipient-item:hover,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-recipient-item:focus-visible,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-recipient-item.active {
  border-color: rgba(168, 116, 18, 0.24);
  background: var(--belora-theme-chip-active-gradient);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-recipient-avatar {
  background: rgba(235, 244, 240, 0.96);
  color: var(--belora-theme-gold);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-recipient-item.active .customer-wallet-transfer-recipient-avatar {
  background: rgba(252, 243, 208, 0.96);
}


:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-insight-card::before {
  background:
    radial-gradient(circle at 100% 100%, rgba(168, 116, 18, 0.08), transparent 34%),
    repeating-linear-gradient(135deg, rgba(23, 50, 56, 0.03) 0 24px, transparent 24px 52px);
}


:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-method-card.is-disabled,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-method-card:disabled {
  background: linear-gradient(180deg, rgba(245, 247, 244, 0.96), rgba(237, 242, 239, 0.96));
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-method-icon,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-instructions-head .material-symbols-outlined,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-side-head .material-symbols-outlined,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-step > span,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-security-card .material-symbols-outlined {
  background: rgba(243, 248, 244, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-section-head label,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-field-card label,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-method-copy strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-instructions-head strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-concierge-card strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-security-copy strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-status-card strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-empty-state strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-instruction-grid dd {
  color: var(--belora-theme-text-strong);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-amount-code {
  color: var(--belora-theme-text-soft);
}


.customer-wallet-deposit-create-layout,
.customer-wallet-deposit-active-layout {
  display: grid;
  gap: 20px;
  align-items: start;
}

.customer-wallet-screen .customer-wallet-deposit-create-panel {
  gap: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.customer-wallet-deposit-hero {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.customer-wallet-deposit-hero-copy {
  display: grid;
  gap: 12px;
}

.customer-wallet-deposit-display {
  margin: 0;
  font-family: "Newsreader", "Fraunces", serif;
  font-size: clamp(54px, 6vw, 72px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--belora-theme-gold);
}

.customer-wallet-deposit-hero-note {
  margin: 0;
  color: var(--belora-theme-text-muted);
  font-size: 16px;
  line-height: 1.58;
  max-width: 38rem;
}

.customer-wallet-deposit-create-layout {
  grid-template-columns: minmax(0, 1.52fr) minmax(300px, 0.72fr);
}

.customer-wallet-deposit-active-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.88fr);
}

.customer-wallet-deposit-create-form,
.customer-wallet-deposit-active-main,
.customer-wallet-deposit-side {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.customer-wallet-screen .customer-wallet-deposit-create-form {
  --customer-wallet-deposit-field-bg: linear-gradient(180deg, rgba(8, 33, 28, 0.98), rgba(7, 28, 24, 0.98));
  --customer-wallet-deposit-field-border: rgba(88, 136, 113, 0.34);
  --customer-wallet-deposit-field-border-strong: rgba(129, 184, 156, 0.48);
  padding: clamp(24px, 2.8vw, 38px);
  gap: 22px;
  border: 1px solid rgba(255, 214, 107, 0.18);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(6, 30, 28, 0.95), rgba(5, 25, 23, 0.97));
  box-shadow: inset 0 1px 0 rgba(255, 240, 196, 0.05);
}

.customer-wallet-deposit-create-layout .customer-wallet-deposit-side {
  position: sticky;
  top: 10px;
}

.customer-wallet-deposit-side-card {
  min-width: 0;
}

.customer-wallet-deposit-field-group,
.customer-wallet-deposit-amount-card,
.customer-wallet-deposit-field-card,
.customer-wallet-deposit-note-group {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.customer-wallet-deposit-rail-card,
.customer-wallet-deposit-instructions-card,
.customer-wallet-deposit-guide-card,
.customer-wallet-deposit-concierge-card,
.customer-wallet-deposit-status-card,
.customer-wallet-deposit-empty-state {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--belora-theme-border-soft);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(10, 39, 37, 0.94), rgba(7, 31, 29, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.customer-wallet-deposit-section-head {
  display: grid;
  gap: 4px;
}

.customer-wallet-deposit-section-head label,
.customer-wallet-deposit-field-card label {
  margin: 0;
  color: var(--belora-theme-text-strong);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.customer-wallet-deposit-section-head small,
.customer-wallet-deposit-field-note,
.customer-wallet-deposit-instructions-card p,
.customer-wallet-deposit-concierge-card small,
.customer-wallet-deposit-step small,
.customer-wallet-deposit-list-head p,
.customer-wallet-deposit-empty-state p,
.customer-wallet-deposit-instruction-note {
  margin: 0;
  color: var(--belora-theme-text-soft);
  line-height: 1.6;
}

.customer-wallet-deposit-method-group {
  gap: 14px;
}

.customer-wallet-deposit-method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.customer-wallet-deposit-method-card {
  min-height: 74px;
  border: 1px solid rgba(112, 189, 179, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--belora-theme-text);
  transition: border-color 180ms ease, background 180ms ease, opacity 180ms ease;
}

.customer-wallet-deposit-method-card:hover:not(:disabled),
.customer-wallet-deposit-method-card:focus-visible:not(:disabled) {
  border-color: var(--belora-theme-border-strong);
}

.customer-wallet-deposit-method-card.active {
  border-color: rgba(255, 214, 107, 0.86);
  background: rgba(255, 214, 107, 0.08);
}

.customer-wallet-deposit-method-card.is-disabled,
.customer-wallet-deposit-method-card:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.customer-wallet-deposit-method-icon {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 214, 107, 0.12);
  color: var(--belora-theme-gold);
}

.customer-wallet-deposit-method-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
  text-align: left;
}

.customer-wallet-deposit-method-copy strong,
.customer-wallet-deposit-instructions-head strong,
.customer-wallet-deposit-concierge-card strong,
.customer-wallet-deposit-security-copy strong,
.customer-wallet-deposit-status-card strong,
.customer-wallet-deposit-empty-state strong {
  color: var(--belora-theme-text-strong);
}

.customer-wallet-deposit-method-copy strong {
  font-size: 14px;
  line-height: 1.25;
}

.customer-wallet-deposit-method-copy small {
  margin: 0;
  color: var(--belora-theme-text-soft);
  line-height: 1.45;
}

.customer-wallet-deposit-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.customer-wallet-deposit-amount-card {
  gap: 12px;
}

.customer-wallet-deposit-reference-card {
  gap: 12px;
  align-content: start;
}

.customer-wallet-deposit-reference-shell {
  justify-content: flex-start;
}

.customer-wallet-deposit-note-group {
  gap: 12px;
}

.customer-wallet-deposit-entry-grid :is(.customer-wallet-deposit-amount-card, .customer-wallet-deposit-reference-card) .customer-wallet-deposit-field-note {
  min-height: 3.2em;
}

.customer-wallet-deposit-amount-shell,
.customer-wallet-deposit-reference-shell {
  width: 100%;
  min-height: 72px;
  padding: 0 18px;
  border: 1px solid var(--customer-wallet-deposit-field-border);
  border-radius: 14px;
  background: var(--customer-wallet-deposit-field-bg);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 12px;
}

.customer-wallet-deposit-amount-input {
  flex: 1;
  min-width: 0;
  appearance: textfield;
  -moz-appearance: textfield;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 16px 0 !important;
  color: var(--belora-theme-text-strong) !important;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.customer-wallet-deposit-amount-input::-webkit-outer-spin-button,
.customer-wallet-deposit-amount-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.customer-wallet-deposit-amount-input::placeholder {
  color: rgba(208, 231, 230, 0.22);
}

.customer-wallet-deposit-amount-input:focus {
  outline: none;
}

.customer-wallet-deposit-reference-input {
  width: 100%;
  min-width: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 16px 0 !important;
  color: var(--belora-theme-text) !important;
  font: inherit;
  line-height: 1.2;
}

.customer-wallet-deposit-reference-input::placeholder {
  color: var(--belora-theme-text-soft);
}

.customer-wallet-deposit-reference-input:focus {
  outline: none;
}

.customer-wallet-deposit-amount-code {
  color: var(--belora-theme-text-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.customer-wallet-deposit-amount-card .customer-wallet-deposit-field-note {
  font-style: italic;
}

.customer-wallet-deposit-control {
  width: 100%;
  min-height: 72px;
  border: 1px solid var(--customer-wallet-deposit-field-border);
  border-radius: 14px;
  background: var(--customer-wallet-deposit-field-bg);
  color: var(--belora-theme-text);
  padding: 16px 18px;
}

.customer-wallet-deposit-control::placeholder {
  color: var(--belora-theme-text-soft);
}

.customer-wallet-deposit-control:focus {
  outline: none;
  border-color: var(--customer-wallet-deposit-field-border-strong);
  box-shadow: 0 0 0 3px rgba(129, 184, 156, 0.12);
}

.customer-wallet-deposit-create-form .customer-wallet-deposit-note-group .customer-wallet-deposit-control {
  background: var(--customer-wallet-deposit-field-bg) !important;
  border-color: var(--customer-wallet-deposit-field-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.customer-wallet-deposit-create-form .customer-wallet-deposit-note-group .customer-wallet-deposit-control:hover,
.customer-wallet-deposit-reference-shell:hover {
  background: linear-gradient(180deg, rgba(10, 39, 32, 0.99), rgba(8, 31, 27, 0.99)) !important;
  border-color: rgba(118, 167, 141, 0.42);
}

.customer-wallet-deposit-create-form .customer-wallet-deposit-note-group .customer-wallet-deposit-control:focus,
.customer-wallet-deposit-create-form .customer-wallet-deposit-note-group .customer-wallet-deposit-control:focus-visible,
.customer-wallet-deposit-reference-shell:focus-within {
  background: linear-gradient(180deg, rgba(10, 39, 32, 0.99), rgba(8, 31, 27, 0.99)) !important;
  border-color: var(--customer-wallet-deposit-field-border-strong);
  box-shadow:
    0 0 0 3px rgba(129, 184, 156, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.customer-wallet-deposit-note-group .customer-wallet-deposit-textarea {
  min-height: 134px;
  line-height: 1.55;
}

.customer-wallet-deposit-textarea {
  min-height: 128px;
  resize: vertical;
}

.customer-wallet-deposit-instructions-head .material-symbols-outlined,
.customer-wallet-deposit-side-head .material-symbols-outlined {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 214, 107, 0.12);
  color: var(--belora-theme-gold);
}

.customer-wallet-deposit-instructions-head strong,
.customer-wallet-deposit-security-copy strong,
.customer-wallet-deposit-status-card strong {
  font-size: 16px;
  line-height: 1.25;
}

.customer-wallet-deposit-instructions-card {
  gap: 14px;
  box-shadow: inset 3px 0 0 rgba(255, 214, 107, 0.64), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.customer-wallet-deposit-instructions-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.customer-wallet-deposit-instructions-head > div {
  display: grid;
  gap: 4px;
}

.customer-wallet-deposit-instructions-head small {
  color: var(--belora-theme-text-soft);
  line-height: 1.45;
}

.customer-wallet-deposit-inline-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--belora-theme-border-soft);
}

.customer-wallet-deposit-inline-meta span,
.customer-wallet-deposit-security-copy span,
.customer-wallet-deposit-step-list span,
.customer-wallet-deposit-status-card span,
.customer-wallet-deposit-instruction-grid dt {
  color: var(--belora-theme-text-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.customer-wallet-deposit-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.customer-wallet-deposit-submit,
.customer-wallet-deposit-secondary {
  min-height: 58px;
  padding: 0 20px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
  transition: transform 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.customer-wallet-deposit-submit {
  border: 1px solid var(--app-primary-button-border);
  background: var(--app-accent-gradient);
  color: var(--app-accent-contrast);
}

.customer-wallet-deposit-secondary {
  border: 1px solid var(--belora-theme-border-soft);
  background: rgba(255, 255, 255, 0.03);
  color: var(--belora-theme-text);
}

.customer-wallet-deposit-submit:hover:not(:disabled),
.customer-wallet-deposit-submit:focus-visible:not(:disabled),
.customer-wallet-deposit-secondary:hover,
.customer-wallet-deposit-secondary:focus-visible {
  transform: translateY(-2px);
}

.customer-wallet-deposit-submit:disabled {
  cursor: not-allowed;
  opacity: 0.56;
  transform: none;
}

.customer-wallet-deposit-guide-card,
.customer-wallet-deposit-concierge-card {
  display: grid;
  gap: 16px;
}

.customer-wallet-deposit-side-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.customer-wallet-deposit-side-head strong {
  margin: 0;
  font-family: "Newsreader", "Fraunces", serif;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--belora-theme-gold);
}

.customer-wallet-deposit-step-list {
  position: relative;
  display: grid;
  gap: 16px;
}

.customer-wallet-deposit-step-list::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 214, 107, 0.42), rgba(103, 245, 255, 0.18));
}

.customer-wallet-deposit-step {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.customer-wallet-deposit-step > span {
  width: 32px;
  height: 32px;
  border: 1px solid var(--belora-theme-border-soft);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 33, 31, 0.95);
  color: var(--belora-theme-gold);
  z-index: 1;
}

.customer-wallet-deposit-step-copy {
  display: grid;
  gap: 4px;
  padding-top: 3px;
}

.customer-wallet-deposit-security-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--belora-theme-border-soft);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.customer-wallet-deposit-security-card .material-symbols-outlined {
  color: var(--belora-theme-gold);
}

.customer-wallet-deposit-concierge-card {
  min-height: 220px;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(2, 22, 22, 0.1), rgba(2, 22, 22, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(255, 214, 107, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(8, 56, 54, 0.94), rgba(65, 47, 14, 0.9));
}

.customer-wallet-deposit-service-badge {
  width: fit-content;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 107, 0.42);
  background: rgba(255, 214, 107, 0.12);
  color: var(--belora-theme-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.customer-wallet-deposit-concierge-card strong {
  font-family: "Newsreader", "Fraunces", serif;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.customer-wallet-deposit-concierge-card small {
  max-width: 28ch;
}

.customer-wallet-deposit-list-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(122, 197, 186, 0.18);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(circle at top right, rgba(242, 201, 76, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(31, 65, 60, 0.92), rgba(18, 43, 40, 0.88));
}

.customer-wallet-deposit-list-kicker {
  margin: 0 0 6px;
  color: #86aaa3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.customer-wallet-deposit-list-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(122, 197, 186, 0.16);
  background: rgba(9, 31, 29, 0.72);
  color: #f2d38c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.customer-wallet-deposit-list-head .customer-request-group-title {
  margin-bottom: 4px;
}

.customer-wallet-deposit-request-list {
  gap: 0;
  border-top: 0;
  border-radius: 0 0 24px 24px;
}
body.theme-light .customer-wallet-screen .customer-wallet-history-caption,
body.theme-light .customer-wallet-screen .customer-wallet-history-meta,
body.theme-light .customer-wallet-screen .customer-wallet-history-note,
body.theme-light .customer-wallet-screen .customer-wallet-history-detail-grid span,
body.theme-light .customer-wallet-screen .customer-wallet-history-detail-head span,
body.theme-light .customer-wallet-screen .customer-wallet-flow-review-card span,
body.theme-light .customer-wallet-screen .customer-withdraw-request-item small {
  color: var(--belora-theme-text-soft);
}

body.theme-light .customer-wallet-screen .customer-withdraw-request-list {
  border-color: var(--belora-theme-border-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 245, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

body.theme-light .customer-wallet-screen .customer-wallet-history-item,
body.theme-light .customer-wallet-screen .customer-withdraw-request-item {
  border-top-color: var(--belora-theme-border-soft);
  background: transparent;
  box-shadow: none;
}

body.theme-light .customer-wallet-screen .customer-wallet-history-item:hover,
body.theme-light .customer-wallet-screen .customer-wallet-history-item:focus-visible,
body.theme-light .customer-wallet-screen .customer-withdraw-request-item:hover,
body.theme-light .customer-wallet-screen .customer-withdraw-request-item:focus-visible {
  background: rgba(240, 246, 242, 0.96);
}

body.theme-light .customer-wallet-screen .customer-wallet-history-item.is-selected,
body.theme-light .customer-wallet-screen .customer-withdraw-request-item.active {
  background: linear-gradient(145deg, rgba(252, 241, 204, 0.9), rgba(232, 245, 239, 0.98));
  box-shadow: inset 2px 0 0 rgba(168, 116, 18, 0.76);
}

.customer-wallet-deposit-detail {
  gap: 12px;
  position: sticky;
  top: 10px;
}

.customer-wallet-deposit-status-card {
  display: grid;
  gap: 6px;
}

.customer-wallet-deposit-instruction-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.customer-wallet-deposit-instruction-grid div {
  display: grid;
  gap: 3px;
}

.customer-wallet-deposit-instruction-grid dd {
  margin: 0;
  color: var(--belora-theme-text-strong);
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.customer-wallet-deposit-empty-state {
  display: grid;
  gap: 6px;
}

@media (max-width: 1100px) {
  .customer-wallet-deposit-create-layout,
  .customer-wallet-deposit-active-layout {
    grid-template-columns: 1fr;
  }

  .customer-wallet-deposit-create-layout .customer-wallet-deposit-side,
  .customer-wallet-deposit-detail {
    position: static;
    top: auto;
  }
}

@media (max-width: 860px) {
  .customer-wallet-deposit-entry-grid {
    grid-template-columns: 1fr;
  }

  .customer-wallet-screen .customer-wallet-deposit-create-form {
    padding: 22px;
  }
}

@media (max-width: 720px) {
  .customer-wallet-screen .customer-wallet-deposit-create-form {
    padding: 16px;
    border-radius: 24px;
  }

  .customer-wallet-deposit-display {
    font-size: clamp(42px, 13vw, 56px);
  }

  .customer-wallet-deposit-hero-note {
    font-size: 15px;
  }

  .customer-wallet-deposit-method-grid {
    grid-template-columns: 1fr;
  }

  .customer-wallet-deposit-amount-shell {
    min-height: 68px;
    padding: 0 16px;
  }

  .customer-wallet-deposit-amount-input {
    padding: 14px 0 !important;
    font-size: clamp(21px, 8vw, 28px);
  }

  .customer-wallet-deposit-submit,
  .customer-wallet-deposit-secondary {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .customer-wallet-deposit-inline-meta,
  .customer-wallet-deposit-security-card {
    display: grid;
    justify-content: flex-start;
  }
}


/* Final wallet route light-mode enforcement */
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-hero {
  border-color: var(--belora-theme-border-soft);
  background:
    radial-gradient(circle at 12% 16%, rgba(168, 116, 18, 0.12), transparent 42%),
    linear-gradient(145deg, rgba(255, 250, 243, 0.98), rgba(239, 247, 243, 0.96));
  box-shadow: none;
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-hero-card,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-toolbar-meta,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-list-shell,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-empty,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-audit-banner,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-refresh {
  border-color: var(--belora-theme-border-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 245, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-list-head {
  border-bottom-color: rgba(51, 84, 79, 0.12);
  background: linear-gradient(180deg, rgba(240, 246, 242, 0.98), rgba(228, 237, 233, 0.92));
  color: rgba(23, 50, 56, 0.66);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-head-cell > .material-symbols-outlined,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-head-action {
  border-color: rgba(51, 84, 79, 0.14);
  background: rgba(255, 255, 255, 0.8);
  color: #8a6410;
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-record:hover,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-record:focus-visible {
  background: rgba(240, 246, 242, 0.96);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-record.is-selected {
  background: var(--belora-theme-chip-active-gradient);
  box-shadow: inset 2px 0 0 rgba(168, 116, 18, 0.76);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-toolbar .customer-product-search-input,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-toolbar .customer-profile-page-size-select {
  border-color: var(--belora-theme-border-soft);
  background-color: rgba(255, 253, 248, 0.98) !important;
  color: var(--belora-theme-text-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-toolbar .customer-profile-page-size-select {
  background-image: linear-gradient(45deg, transparent 50%, #8a6410 50%), linear-gradient(135deg, #8a6410 50%, transparent 50%);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-hero-copy,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-hero-card,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-results,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-head-cell strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-empty strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-activity-copy strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-cell--details strong {
  color: var(--belora-theme-text-strong);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-kicker,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-hero-meta span,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-head-cell small,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-hero-card-foot span,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-search-state,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-cell--details small,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-activity-copy small,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-empty p,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-audit-banner span,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-ledger-sort {
  color: var(--belora-theme-text-soft);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-side-card {
  border-color: var(--belora-theme-border-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 245, 0.98));
  box-shadow: 0 18px 32px rgba(20, 37, 42, 0.12);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-recipient-copy small,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-side-head small,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-side-empty,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-insight-card p,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-side-meta span,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-security-note p {
  color: var(--belora-theme-text-soft);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-side-head h5,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-recipient-copy strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-insight-card > strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-side-meta strong {
  color: var(--belora-theme-text-strong);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-input {
  border-color: var(--belora-theme-border-soft);
  background: rgba(255, 253, 248, 0.98) !important;
  color: var(--belora-theme-text-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-input:hover {
  border-color: var(--belora-theme-border-strong);
  background: rgba(255, 250, 244, 0.99) !important;
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-input:focus,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-input:focus-visible {
  border-color: rgba(168, 116, 18, 0.36);
  background: rgba(255, 252, 247, 1) !important;
  box-shadow: 0 0 0 4px rgba(168, 116, 18, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-max-btn {
  border-color: var(--belora-theme-border-soft);
  background: var(--belora-theme-chip-gradient);
  color: var(--belora-theme-text);
  box-shadow: inset 0 1px 0 rgba(154, 230, 218, 0.08);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-security-note {
  border-top-color: var(--belora-theme-border-soft);
  background: linear-gradient(180deg, rgba(246, 249, 246, 0.98), rgba(238, 245, 241, 0.98));
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-transfer-insight-card {
  background:
    linear-gradient(180deg, rgba(255, 249, 240, 0.72), rgba(239, 247, 243, 0.94)),
    radial-gradient(circle at 18% 0%, rgba(168, 116, 18, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 250, 243, 0.98), rgba(239, 247, 243, 0.96));
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-create-form {
  --customer-wallet-deposit-field-bg: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(245, 248, 243, 0.98));
  --customer-wallet-deposit-field-border: rgba(15, 92, 88, 0.18);
  --customer-wallet-deposit-field-border-strong: rgba(15, 92, 88, 0.34);
  border-color: var(--belora-theme-border-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 245, 0.98));
  box-shadow: 0 18px 32px rgba(20, 37, 42, 0.12);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-rail-card,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-instructions-card,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-guide-card,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-concierge-card,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-status-card,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-empty-state,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-field-group,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-amount-card,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-field-card,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-note-group,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-side-card {
  border-color: var(--belora-theme-border-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 245, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-method-card {
  border-color: var(--belora-theme-border-soft);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.98), rgba(241, 248, 244, 0.96));
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-method-card.active {
  border-color: rgba(168, 116, 18, 0.32);
  background: linear-gradient(135deg, rgba(252, 243, 208, 0.96), rgba(218, 238, 232, 0.98));
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-section-head label,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-field-card label,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-method-copy strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-instructions-head strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-concierge-card strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-security-copy strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-status-card strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-empty-state strong,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-instruction-grid dd,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-display {
  color: var(--belora-theme-text-strong);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-hero-note,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-section-head small,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-field-note,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-instructions-card p,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-concierge-card small,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-step small,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-list-head p,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-empty-state p,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-instruction-note,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-method-copy small,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-inline-meta span,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-security-copy span,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-step-list span,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-status-card span,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-instruction-grid dt {
  color: var(--belora-theme-text-soft);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-list-head {
  border-color: var(--belora-theme-border-soft);
  background: linear-gradient(180deg, rgba(240, 246, 242, 0.98), rgba(228, 237, 233, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-list-kicker {
  color: var(--belora-theme-text-soft);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-list-count {
  border-color: rgba(168, 116, 18, 0.16);
  background: rgba(168, 116, 18, 0.08);
  color: #8a6410;
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-amount-shell,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-reference-shell,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-control {
  border-color: var(--customer-wallet-deposit-field-border);
  background: var(--customer-wallet-deposit-field-bg) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-amount-input,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-reference-input,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-control {
  color: var(--belora-theme-text-strong) !important;
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-amount-input::placeholder,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-reference-input::placeholder,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-control::placeholder {
  color: var(--app-placeholder-color);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-note-group .customer-wallet-deposit-control:hover,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-reference-shell:hover {
  background: rgba(255, 250, 244, 0.99) !important;
  border-color: rgba(15, 92, 88, 0.28);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-note-group .customer-wallet-deposit-control:focus,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-note-group .customer-wallet-deposit-control:focus-visible,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-reference-shell:focus-within,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-control:focus,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-control:focus-visible {
  background: rgba(255, 252, 247, 1) !important;
  border-color: var(--customer-wallet-deposit-field-border-strong);
  box-shadow: 0 0 0 3px rgba(168, 116, 18, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen .customer-wallet-deposit-secondary {
  border-color: var(--belora-theme-border-soft);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.98), rgba(241, 248, 244, 0.96));
  color: var(--belora-theme-text-strong);
}


body.customer-layout .customer-wallet-screen :is(.customer-withdraw-max-btn, .customer-withdraw-otp-send-btn, .customer-wallet-transfer-max-btn):is(:hover, :focus-visible) {
  transform: translateY(-50%);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen :is(.customer-withdraw-max-btn, .customer-withdraw-otp-send-btn, .customer-wallet-transfer-max-btn) {
  border-color: rgba(168, 116, 18, 0.26);
  background: linear-gradient(180deg, rgba(250, 229, 173, 0.99), rgba(235, 192, 84, 0.99));
  color: #4d3707;
  box-shadow: inset 0 1px 0 rgba(255, 247, 220, 0.92), 0 1px 0 rgba(255, 255, 255, 0.58);
}

:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen :is(.customer-withdraw-max-btn, .customer-withdraw-otp-send-btn, .customer-wallet-transfer-max-btn):hover,
:is(body.theme-light, :root[data-theme='light']) .customer-wallet-screen :is(.customer-withdraw-max-btn, .customer-withdraw-otp-send-btn, .customer-wallet-transfer-max-btn):focus-visible {
  transform: translateY(-50%);
  border-color: rgba(168, 116, 18, 0.42);
  background: linear-gradient(180deg, rgba(244, 215, 129, 1), rgba(223, 173, 54, 1));
  color: #412c04;
  box-shadow: 0 8px 18px rgba(168, 116, 18, 0.14), inset 0 1px 0 rgba(255, 249, 228, 0.94);
}
