#deposit-center-root {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.62);
  font-family: "Trebuchet MS", "Helvetica Neue", sans-serif;
}

@media (max-width: 1100px) {
  .deposit-card-close {
    top: 8px;
    right: 8px;
    width: 72px;
    height: 72px;
  }

  .deposit-card-label.is-name::before,
  .deposit-card-label.is-card::before,
  .deposit-card-label.is-cvv::before {
    width: 24px;
    height: 24px;
  }

  .deposit-card-hint {
    width: 132px;
    height: 73px;
  }

  .deposit-card-modal.is-cvv-hint-open .deposit-card-cvv-wrap input {
    padding-right: 156px;
  }
}

@media (max-width: 720px) {
  .deposit-card-close {
    top: 6px;
    right: 6px;
    width: 54px;
    height: 54px;
  }

  .deposit-card-label.is-name::before,
  .deposit-card-label.is-card::before,
  .deposit-card-label.is-cvv::before {
    width: 22px;
    height: 22px;
  }

  .deposit-card-cvv-help {
    width: 26px;
    height: 16px;
    font-size: 0;
  }

  .deposit-card-hint {
    right: 34px;
    width: 122px;
    height: 67px;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
  }

  .deposit-card-modal.is-cvv-hint-open .deposit-card-cvv-wrap input {
    padding-right: 150px;
  }
}

@media (max-height: 540px) and (orientation: landscape) {
  .deposit-card-close {
    top: 3px;
    right: 3px;
    width: 32px;
    height: 32px;
  }

  .deposit-card-label.is-name::before,
  .deposit-card-label.is-card::before,
  .deposit-card-label.is-cvv::before {
    width: 14px;
    height: 14px;
  }

  .deposit-card-cvv-help {
    width: 20px;
    height: 12px;
    right: 8px;
    font-size: 0;
  }

  .deposit-card-hint {
    right: 26px;
    width: 90px;
    height: 50px;
  }

  .deposit-card-modal.is-cvv-hint-open .deposit-card-cvv-wrap input {
    padding-right: 112px;
  }
}

#deposit-center-root.is-open {
  display: flex;
}

.deposit-shell {
  position: relative;
  width: min(90vw, 1536px);
  height: min(78vh, 900px);
  min-width: 820px;
  min-height: 500px;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 52%, rgba(135, 55, 210, 0.62), transparent 52%),
    linear-gradient(90deg, #7c17a7 0 25%, #3d116d 25% 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.48),
    inset 0 0 0 2px rgba(255, 255, 255, 0.05);
  color: #fff;
}

.deposit-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 18%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 118px);
  pointer-events: none;
}

.deposit-shell::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(0, 0, 0, 0.32);
  box-shadow: 1px 0 rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.deposit-close {
  position: absolute;
  top: 22px;
  right: 26px;
  z-index: 6;
  width: 62px;
  height: 62px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  line-height: 0.82;
  text-shadow:
    0 3px 0 #5a2488,
    0 0 8px rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.deposit-title-wrap {
  position: absolute;
  top: 0;
  left: 32%;
  right: 7%;
  z-index: 2;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid rgba(255, 226, 98, 0.95);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background:
    radial-gradient(circle, rgba(255, 124, 255, 0.75) 0 3px, transparent 4px) 0 0 / 22px 22px,
    linear-gradient(180deg, #b63de3, #471275 72%);
  box-shadow:
    0 5px 0 rgba(72, 24, 95, 0.8),
    0 0 18px rgba(255, 223, 97, 0.7),
    inset 0 -10px 20px rgba(0, 0, 0, 0.24);
}

.deposit-title {
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  text-shadow:
    0 4px 0 #000,
    0 -2px 0 #000,
    3px 0 0 #000,
    -3px 0 0 #000;
}

.deposit-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 25% 75%;
  width: 100%;
  height: 100%;
}

.deposit-sidebar {
  position: relative;
  padding-top: 18%;
  background:
    linear-gradient(180deg, rgba(198, 50, 235, 0.34), transparent 34%),
    linear-gradient(180deg, #8a20b8, #6a1e9c);
  overflow: visible;
}

.deposit-tab {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 10px);
  min-height: 74px;
  margin: 0 10px 28px 0;
  padding: 0 12px;
  border: 0;
  border-radius: 0 30px 30px 0;
  background:
    linear-gradient(180deg, #d54cff, #8c21dd 68%, #5f118e);
  box-shadow:
    0 10px 0 rgba(40, 0, 70, 0.55),
    inset 0 2px 0 rgba(255, 255, 255, 0.28),
    inset 0 -8px 14px rgba(49, 0, 85, 0.32);
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.05;
  text-shadow:
    0 4px 0 #000,
    2px 0 0 #000,
    -2px 0 0 #000;
  cursor: pointer;
}

.deposit-tab.is-active {
  background:
    linear-gradient(180deg, #df5cff, #a335ee 64%, #741aad);
}

.deposit-tab-icon {
  display: none;
}

.deposit-sidebar-art {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 150%;
  height: 52%;
  overflow: visible;
  pointer-events: none;
}

.deposit-art-copy {
  display: none;
}

.deposit-placeholder-host {
  position: absolute;
  left: calc(-8% - 30px);
  bottom: -1%;
  width: 132%;
  height: 116%;
  background: url("deposit-assets/hostess_mascot_icon_transparent.png") left bottom / auto 108% no-repeat;
}

.deposit-placeholder-host::before,
.deposit-placeholder-host::after {
  content: none;
}

.deposit-main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 136px 6.4% 36px 4.8%;
  overflow: auto;
}

.deposit-status {
  position: absolute;
  left: 6%;
  right: 8%;
  bottom: 18px;
  z-index: 4;
  min-height: 30px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(17, 0, 31, 0.72);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.deposit-status.has-message {
  opacity: 1;
  transform: translateY(0);
}

.deposit-status.is-success {
  color: #e7ffd0;
}

.deposit-status.is-error {
  color: #ffd5d0;
}

.deposit-status.is-pending {
  color: #fff1b8;
}

.deposit-panel {
  display: none;
}

.deposit-panel.is-active {
  display: block;
}

.deposit-topline {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-bottom: 128px;
}

.deposit-player-id {
  color: #f3ff00;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  text-shadow:
    0 4px 0 #000,
    2px 0 0 #000,
    -2px 0 0 #000;
}

.deposit-amount-wrap {
  height: 78px;
  display: flex;
  align-items: center;
  padding: 0 34px;
  border-radius: 40px;
  background:
    linear-gradient(180deg, #2d083e, #160420);
  box-shadow:
    0 8px 0 rgba(0, 0, 0, 0.36),
    inset 0 0 22px rgba(0, 0, 0, 0.7),
    inset 0 2px 0 rgba(255, 255, 255, 0.08);
}

.deposit-amount-wrap label {
  display: none;
}

.deposit-amount-wrap input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  outline: none;
}

.deposit-amount-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.deposit-amount-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 34px 58px;
}

.deposit-amount-card {
  position: relative;
  min-height: 132px;
  padding: 0;
  border: 0;
  border-radius: 64px;
  background:
    radial-gradient(circle at 7% 13%, rgba(255, 255, 255, 0.95) 0 5px, transparent 6px),
    linear-gradient(170deg, rgba(255, 107, 255, 0.42) 0 18%, transparent 19%),
    linear-gradient(180deg, #f65aff, #a72ddb 58%, #64128e);
  box-shadow:
    0 8px 0 rgba(37, 0, 61, 0.72),
    inset 0 0 0 5px rgba(255, 58, 255, 0.36),
    inset 0 10px 0 rgba(255, 255, 255, 0.22),
    inset 0 -6px 14px rgba(45, 0, 79, 0.42);
  color: #fff2a4;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}

.deposit-amount-card.is-selected {
  box-shadow:
    0 8px 0 rgba(37, 0, 61, 0.72),
    0 0 0 4px rgba(173, 255, 36, 0.75),
    inset 0 0 0 5px rgba(255, 81, 255, 0.42),
    inset 0 10px 0 rgba(255, 255, 255, 0.18);
}

.deposit-amount-card::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 24%;
  top: 25%;
  bottom: 23%;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(80, 0, 109, 0.62), rgba(105, 22, 150, 0.42));
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.05),
    inset 0 -8px 16px rgba(43, 0, 69, 0.32);
}

.deposit-amount-value-wrap {
  position: absolute;
  z-index: 2;
  left: 13%;
  right: 24%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deposit-amount-value {
  position: relative;
  z-index: 3;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: #fff2a4;
  text-shadow:
    0 5px 0 #8f2300,
    3px 0 0 #8f2300,
    -3px 0 0 #8f2300;
}

.deposit-amount-icon {
  position: absolute;
  z-index: 4;
  right: 1.5%;
  top: 50%;
  width: 168px;
  height: 116px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
}

.deposit-amount-icon-1 {
  right: 3%;
  width: 150px;
  height: 104px;
  background-image: url("deposit-assets/amount_coin_icon_1.png");
}

.deposit-amount-icon-2 {
  right: 2%;
  width: 162px;
  height: 110px;
  background-image: url("deposit-assets/amount_coin_icon_2.png");
}

.deposit-amount-icon-3 {
  right: 0.5%;
  width: 172px;
  height: 116px;
  background-image: url("deposit-assets/amount_coin_icon_3.png");
}

.deposit-amount-icon-4 {
  right: -2%;
  width: 174px;
  height: 124px;
  background-image: url("deposit-assets/amount_coin_icon_4.png");
}

.deposit-amount-note {
  display: none;
}

.deposit-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.deposit-confirm {
  min-width: 276px;
  height: 76px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(180deg, #cfff35, #55df15 62%, #18a30b);
  box-shadow:
    0 8px 0 rgba(14, 96, 0, 0.75),
    inset 0 4px 0 rgba(255, 255, 255, 0.34);
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 4px 0 #000,
    2px 0 0 #000,
    -2px 0 0 #000;
  cursor: pointer;
}

.deposit-card-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  box-sizing: border-box;
  overflow: auto;
  background: rgba(11, 0, 20, 0.58);
}

.deposit-card-backdrop.is-open {
  display: flex;
}

.deposit-card-modal {
  position: relative;
  box-sizing: border-box;
  width: min(92vw, 1200px);
  min-height: 0;
  padding: clamp(36px, 6vh, 82px) clamp(14px, 3.2vw, 56px) clamp(10px, 2vh, 22px);
  margin: auto;
  max-height: min(94dvh, 900px);
  border-radius: 0;
  background: url("deposit-assets/cvv_bg.png") center / 100% 100% no-repeat;
  border: 0;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  color: #fff;
  overflow: auto;
}

.deposit-card-modal::before {
  display: none;
}

.deposit-card-header {
  display: none;
}

.deposit-card-badge {
  display: none;
}

.deposit-card-title {
  display: none;
}

.deposit-card-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  width: 84px;
  height: 84px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.deposit-card-close::before,
.deposit-card-close::after {
  display: none;
}

.deposit-card-status {
  position: absolute;
  left: 16%;
  right: 16%;
  top: 54px;
  min-height: 30px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(17, 0, 31, 0.82);
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  text-align: center;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.deposit-card-status.has-message {
  opacity: 1;
  transform: translateY(0);
}

.deposit-card-status.is-success {
  color: #e7ffd0;
}

.deposit-card-status.is-error {
  color: #ffd5d0;
}

.deposit-card-status.is-pending {
  color: #fff1b8;
}

.deposit-card-form {
  display: grid;
  gap: clamp(12px, 2vh, 22px);
  width: min(100%, 980px);
  margin: clamp(8px, 1.8vh, 16px) auto 0;
  padding: clamp(8px, 1.6vh, 14px) clamp(8px, 1.4vw, 16px) 0;
  align-content: start;
}

.deposit-card-row {
  display: grid;
  gap: 12px;
}

.deposit-card-row.is-wide {
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

@media (max-width: 860px), (max-height: 640px) {
  .deposit-card-row.is-wide,
  .deposit-card-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .deposit-card-bottom .deposit-card-row:first-child,
  .deposit-card-bottom .deposit-card-row.is-cvv {
    padding-left: 0;
    padding-right: 0;
  }

  .deposit-pay-logos {
    padding-left: 0;
    padding-right: 0;
  }
}

.deposit-card-row.is-wide,
.deposit-card-row.is-cvv,
.deposit-card-bottom .deposit-card-row {
  justify-items: start;
}

.deposit-card-label {
  position: relative;
  display: block;
  width: 100%;
  justify-self: start;
  padding-left: 52px;
  padding-right: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 2px 7px rgba(255, 255, 255, 0.12);
}

.deposit-card-label.is-name,
.deposit-card-label.is-card,
.deposit-card-bottom .deposit-card-label.is-date {
  padding-left: 52px;
}

.deposit-card-label.is-name::before,
.deposit-card-label.is-card::before,
.deposit-card-bottom .deposit-card-label.is-date::before,
.deposit-card-bottom .deposit-card-label.is-date::after {
  left: 18px;
}

.deposit-card-label::before,
.deposit-card-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.deposit-card-label.is-name::before {
  width: 28px;
  height: 28px;
  background: url("deposit-assets/cvv_chr.png") center / contain no-repeat;
}

.deposit-card-label.is-card::before {
  width: 34px;
  height: 28px;
  background: url("deposit-assets/cvv_card.png") center / contain no-repeat;
}

.deposit-card-label.is-date::before {
  width: 28px;
  height: 24px;
  border: 3px solid #f9ce72;
  border-radius: 6px;
  box-sizing: border-box;
}

.deposit-card-label.is-date::after {
  width: 28px;
  height: 6px;
  border-radius: 6px 6px 0 0;
  background: #f9ce72;
}

.deposit-card-label.is-cvv::before {
  width: 28px;
  height: 28px;
  background: url("deposit-assets/cvv_safe.png") center / contain no-repeat;
}

.deposit-card-row input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: clamp(40px, 5.4vh, 56px);
  padding: 0 22px;
  border: 2px solid rgba(198, 117, 255, 0.82);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(45, 8, 72, 0.96), rgba(25, 4, 43, 0.96));
  color: #fff;
  font-size: clamp(16px, 2.1vh, 20px);
  box-shadow:
    0 0 0 2px rgba(70, 19, 105, 0.4),
    inset 0 0 16px rgba(204, 106, 255, 0.16);
  outline: none;
}

.deposit-card-row.is-wide input {
  justify-self: start;
}

#deposit-card-name,
#deposit-card-number {
  width: min(100%, 520px);
}

@media (max-width: 960px), (max-height: 620px) {
  #deposit-card-name,
  #deposit-card-number {
    width: min(100%, 440px);
  }
}

.deposit-card-row input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.deposit-card-row input:focus {
  border-color: rgba(255, 213, 117, 0.9);
  box-shadow:
    0 0 0 2px rgba(70, 19, 105, 0.4),
    0 0 12px rgba(255, 201, 101, 0.24),
    inset 0 0 18px rgba(228, 138, 255, 0.2);
}

.deposit-pay-logos {
  padding-left: 180px;
  padding-right: 6px;
}

.deposit-payment-methods-img {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  border-radius: 18px;
  background: rgba(24, 4, 41, 0.45);
  box-shadow:
    0 0 0 2px rgba(116, 45, 160, 0.45),
    inset 0 0 14px rgba(255, 255, 255, 0.03);
  user-select: none;
  pointer-events: none;
}

.deposit-card-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: clamp(10px, 1.6vh, 16px) clamp(12px, 1.8vh, 18px);
  align-items: start;
  justify-content: stretch;
  margin-top: clamp(0px, 0.6vh, 4px);
}

.deposit-card-bottom .deposit-card-row {
  justify-items: start;
  min-width: 0;
}

.deposit-card-bottom .deposit-card-label {
  display: block;
  width: 100%;
  justify-self: start;
  text-align: left;
  margin-bottom: 2px;
}

.deposit-card-bottom .deposit-card-row input,
.deposit-card-bottom .deposit-card-cvv-wrap {
  width: 100%;
}

.deposit-card-row.is-cvv {
  grid-template-columns: minmax(0, 1fr);
}

.deposit-card-expiration-wrap,
.deposit-card-cvv-wrap {
  position: relative;
}

.deposit-card-expiration-wrap input {
  padding-right: 18px;
}

.deposit-card-bottom .deposit-card-row:first-child {
  padding-left: 52px;
  padding-right: 6px;
}

.deposit-card-bottom .deposit-card-row.is-cvv {
  padding-left: 0;
  padding-right: 132px;
}

.deposit-card-submit {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 320px;
  height: 62px;
  margin-top: 0;
  padding: 0 30px;
  border: 0;
  border-radius: 0;
  background: url("deposit-assets/cvv_btn.png") center / 100% 100% no-repeat;
  box-shadow: none;
  color: #130400;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 250, 215, 0.5);
  cursor: pointer;
}

.deposit-card-submit-lock {
  position: relative;
  width: 22px;
  height: 22px;
  background: url("deposit-assets/cvv_lock.png") center / contain no-repeat;
}

.deposit-card-cvv-help {
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: url("deposit-assets/cvv_help_input.png") center / 100% 100% no-repeat;
  color: transparent;
  font-size: 0;
  font-weight: 800;
  transform: translateY(-50%);
  box-shadow: none;
  cursor: pointer;
}

.deposit-card-hint {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  right: auto;
  display: none;
  width: 170px;
  height: 94px;
  padding: 0;
  border-radius: 0;
  background: url("deposit-assets/cvv_help.png") center / 100% 100% no-repeat;
  border: 0;
  color: transparent;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  transform: translateY(-50%);
  pointer-events: none;
}

.deposit-card-modal.is-cvv-hint-open .deposit-card-hint {
  display: block;
}

.deposit-card-modal.is-cvv-hint-open .deposit-card-cvv-wrap input {
  padding-right: 50px;
}

.deposit-card-footer {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 12px;
  color: rgba(212, 168, 255, 0.86);
  font-size: 16px;
  font-weight: 700;
}

.deposit-card-footer-badge {
  position: relative;
  width: 22px;
  height: 26px;
  background: linear-gradient(180deg, #cc84ff, #8932df);
  clip-path: polygon(50% 0%, 90% 14%, 90% 62%, 50% 100%, 10% 62%, 10% 14%);
}

.deposit-card-footer-badge::before {
  content: "";
  position: absolute;
  inset: 7px 6px 8px;
  border-radius: 50%;
  background: rgba(52, 8, 83, 0.92);
}

.deposit-success-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: rgba(0, 0, 0, 0.72);
}

.deposit-success-backdrop.is-open {
  display: flex;
}

.deposit-success-modal {
  position: relative;
  width: min(96vw, 1280px);
  aspect-ratio: 1280 / 601;
  max-height: 94vh;
  background: url("deposit-assets/deposit_success_bg.png") center / contain no-repeat;
  color: #fff;
  font-family: "Trebuchet MS", "Helvetica Neue", sans-serif;
}

.deposit-success-title {
  position: absolute;
  left: 28%;
  right: 27%;
  top: 14.6%;
  color: #ffe56b;
  font-size: clamp(18px, 4.2vw, 60px);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    0 3px 0 rgba(119, 54, 0, 0.82),
    0 0 12px rgba(255, 213, 68, 0.45);
  white-space: nowrap;
}

.deposit-success-subtitle {
  position: absolute;
  left: 32.5%;
  right: 32.5%;
  top: 26.8%;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(8px, 1.75vw, 24px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.64);
  white-space: nowrap;
}

.deposit-success-details {
  position: absolute;
  left: 28.35%;
  top: 39.15%;
  width: 43.25%;
  height: 29.8%;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  padding: 0 1.55%;
  box-sizing: border-box;
}

.deposit-success-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  column-gap: 18px;
  border-bottom: 1px solid rgba(188, 135, 255, 0.24);
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(8px, 1.65vw, 21px);
  line-height: 1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.56);
}

.deposit-success-row:last-child {
  border-bottom: 0;
}

.deposit-success-row.is-primary {
  color: #fff;
  font-size: clamp(10px, 1.95vw, 26px);
  font-weight: 900;
}

.deposit-success-row strong {
  min-width: 0;
  color: #fff5b8;
  font: inherit;
  font-weight: 900;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deposit-success-row:not(.is-primary) strong {
  color: rgba(255, 255, 255, 0.88);
}

.deposit-success-close,
.deposit-success-home,
.deposit-success-balance {
  position: absolute;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.deposit-success-close {
  right: 1.5%;
  top: 2.4%;
  width: 4.1%;
  height: 8.6%;
}

.deposit-success-home {
  left: 28.2%;
  top: 76.6%;
  width: 20.6%;
  height: 10.3%;
}

.deposit-success-balance {
  left: 51.5%;
  top: 76.6%;
  width: 20.6%;
  height: 10.3%;
}

.deposit-success-home span,
.deposit-success-balance span {
  position: absolute;
  left: 22%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(7px, 1.75vw, 24px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.46);
}

.deposit-success-footer {
  position: absolute;
  left: 27.5%;
  top: 91.3%;
  width: 51.5%;
  height: 4.5%;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  column-gap: 8%;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(5px, 0.95vw, 14px);
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}

.deposit-success-footer span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deposit-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  padding-bottom: 58px;
}

.deposit-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 13px 14px;
  border-radius: 8px;
  background: rgba(22, 3, 34, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.deposit-field label {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.deposit-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  outline: none;
}

.deposit-record-tools {
  display: none;
}

.deposit-record-title {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  text-shadow: 0 4px 0 #000;
}

.deposit-secondary-btn {
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #cfff35, #45cb12);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-shadow: 0 2px 0 #000;
  cursor: pointer;
}

.deposit-record-list {
  width: min(88%, 920px);
  margin: 8px auto 0;
  padding-bottom: 54px;
  overflow: visible;
}

.deposit-record-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr;
  column-gap: 34px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 6px;
  color: #ffef5d;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  text-shadow:
    0 3px 0 rgba(96, 37, 0, 0.8),
    0 0 8px rgba(255, 237, 89, 0.32);
}

.deposit-record-item,
.deposit-empty-state {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.deposit-record-item {
  margin-bottom: 24px;
}

.deposit-record-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr;
  column-gap: 34px;
  align-items: center;
  min-height: 44px;
  padding: 0 6px;
}

.deposit-record-amount {
  color: #fff268;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(96, 37, 0, 0.8);
}

.deposit-record-status {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-shadow: 0 2px 0 rgba(62, 0, 84, 0.86);
}

.deposit-record-status.is-success {
  background: transparent;
  color: #d9ffc7;
}

.deposit-record-status.is-reject {
  background: transparent;
  color: #fff;
}

.deposit-record-status.is-pending {
  background: transparent;
  color: #fff0b9;
}

.deposit-record-date {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 2px 0 rgba(62, 0, 84, 0.86);
}

.deposit-empty-state {
  margin-top: 38px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}

.deposit-subtle {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

@media (max-width: 960px), (max-height: 620px) {
  .deposit-shell {
    width: min(96vw, 1080px);
    height: min(88vh, 620px);
    min-width: 0;
    min-height: 0;
  }

  .deposit-title-wrap {
    height: 66px;
  }

  .deposit-title {
    font-size: 34px;
  }

  .deposit-close {
    top: 14px;
    right: 18px;
    width: 48px;
    height: 48px;
    font-size: 54px;
  }

  .deposit-tab {
    min-height: 56px;
    margin-bottom: 18px;
    font-size: 24px;
  }

  .deposit-main {
    padding-top: 92px;
  }

  .deposit-topline {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 74px;
  }

  .deposit-player-id {
    font-size: 30px;
  }

  .deposit-amount-wrap {
    height: 58px;
  }

  .deposit-amount-wrap input {
    font-size: 30px;
  }

  .deposit-amount-grid {
    gap: 26px 36px;
  }

  .deposit-amount-card {
    min-height: 96px;
  }

  .deposit-amount-card::before {
    left: 16%;
    right: 25%;
  }

  .deposit-amount-value-wrap {
    left: 10%;
    right: 25%;
  }

  .deposit-amount-value {
    font-size: 48px;
  }

  .deposit-amount-icon {
    width: 128px;
    height: 88px;
  }

  .deposit-amount-icon-1 {
    width: 116px;
    height: 80px;
  }

  .deposit-amount-icon-2 {
    width: 124px;
    height: 84px;
  }

  .deposit-amount-icon-3,
  .deposit-amount-icon-4 {
    width: 132px;
    height: 92px;
  }

  .deposit-confirm {
    height: 58px;
    min-width: 210px;
    font-size: 30px;
  }

  .deposit-record-list {
    width: min(90%, 820px);
    margin-top: 4px;
  }

  .deposit-record-header,
  .deposit-record-row {
    grid-template-columns: 0.9fr 0.95fr 1.45fr;
    column-gap: 22px;
  }

  .deposit-record-header {
    font-size: 28px;
  }

  .deposit-record-amount,
  .deposit-record-status,
  .deposit-record-date {
    font-size: 26px;
  }

  .deposit-card-modal {
    width: min(96vw, 1080px);
    padding: clamp(32px, 6vh, 74px) clamp(12px, 2.8vw, 42px) clamp(10px, 2vh, 18px);
    max-height: min(92dvh, 620px);
  }

  .deposit-card-header {
    min-width: min(82%, 500px);
    height: 60px;
  }

  .deposit-card-title {
    font-size: 30px;
  }

  .deposit-card-close {
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
  }

  .deposit-card-form {
    width: min(94%, 860px);
    gap: clamp(10px, 1.8vh, 16px);
    margin-top: clamp(6px, 1.2vh, 10px);
    padding: clamp(8px, 1.2vh, 10px) 10px 0;
  }

  .deposit-card-row.is-wide {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 16px;
  }

  .deposit-card-row.is-wide,
  .deposit-card-row.is-cvv,
  .deposit-card-bottom .deposit-card-row {
    justify-items: start;
  }

  .deposit-card-label {
    padding-left: 42px;
    padding-right: 10px;
    font-size: 20px;
  }

  .deposit-card-label.is-name,
  .deposit-card-label.is-card,
  .deposit-card-bottom .deposit-card-label.is-date {
    padding-left: 42px;
  }

  .deposit-card-label.is-name::before,
  .deposit-card-label.is-card::before,
  .deposit-card-bottom .deposit-card-label.is-date::before,
  .deposit-card-bottom .deposit-card-label.is-date::after {
    left: 12px;
  }

  .deposit-card-row input {
    height: clamp(38px, 4.8vh, 52px);
    font-size: clamp(15px, 1.9vh, 18px);
  }

  .deposit-card-expiration-wrap input {
    padding-right: 50px;
  }

  .deposit-card-bottom {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  }

  .deposit-pay-logos {
    padding-left: 150px;
    padding-right: 4px;
  }

  .deposit-payment-methods-img {
    max-width: 540px;
  }

  .deposit-card-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
  }

  .deposit-card-bottom .deposit-card-row {
    justify-items: start;
  }

  .deposit-card-hint {
    width: 132px;
    font-size: 12px;
  }

  .deposit-card-submit {
    min-width: 280px;
    height: 58px;
    font-size: 18px;
  }

  .deposit-success-backdrop {
    padding: 8px;
  }

  .deposit-success-modal {
    width: min(98vw, 960px);
  }

  .deposit-success-row {
    column-gap: 10px;
  }

  .deposit-success-title {
    font-size: clamp(14px, 4vw, 38px);
  }

  .deposit-success-subtitle {
    font-size: clamp(7px, 1.7vw, 16px);
  }

  .deposit-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  #deposit-center-root {
    padding: 8px;
  }

  .deposit-shell {
    height: min(96vh, 720px);
    overflow: auto;
  }

  .deposit-title-wrap {
    left: 9%;
    right: 22%;
    height: 58px;
    border-width: 4px;
  }

  .deposit-title {
    font-size: 27px;
    white-space: nowrap;
  }

  .deposit-close {
    top: 12px;
    right: 13px;
    width: 42px;
    height: 42px;
    font-size: 42px;
  }

  .deposit-body {
    display: block;
  }

  .deposit-sidebar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    height: auto;
    padding: 78px 10px 10px;
  }

  .deposit-shell::after,
  .deposit-sidebar-art {
    display: none;
  }

  .deposit-tab {
    width: 100%;
    min-height: 48px;
    margin: 0;
    border-radius: 18px;
    font-size: 18px;
  }

  .deposit-main {
    padding: 18px 14px 28px;
  }

  .deposit-topline,
  .deposit-amount-grid,
  .deposit-form-grid {
    grid-template-columns: 1fr;
  }

  .deposit-record-list {
    width: 94%;
  }

  .deposit-amount-card::before {
    left: 14%;
    right: 24%;
  }

  .deposit-amount-value-wrap {
    left: 8%;
    right: 24%;
  }

  .deposit-amount-icon {
    width: 116px;
    height: 80px;
  }

  .deposit-amount-icon-1 {
    width: 104px;
    height: 72px;
  }

  .deposit-amount-icon-2 {
    width: 112px;
    height: 76px;
  }

  .deposit-amount-icon-3,
  .deposit-amount-icon-4 {
    width: 120px;
    height: 82px;
  }

  .deposit-record-header,
  .deposit-record-row {
    grid-template-columns: 0.8fr 0.85fr 1.45fr;
    column-gap: 10px;
  }

  .deposit-record-header {
    font-size: 18px;
  }

  .deposit-record-item {
    margin-bottom: 14px;
  }

  .deposit-record-amount,
  .deposit-record-status,
  .deposit-record-date {
    font-size: 17px;
  }

  .deposit-topline {
    margin-bottom: 24px;
  }

  .deposit-card-modal {
    width: min(96vw, 720px);
    min-height: 0;
    max-height: min(96dvh, 720px);
    overflow: auto;
    padding: clamp(28px, 5.4vh, 68px) clamp(10px, 3vw, 24px) clamp(8px, 2vh, 14px);
    border-radius: 24px;
  }

  .deposit-card-form {
    width: min(96%, 640px);
    margin-top: 6px;
    padding: 8px 6px 0;
  }

  .deposit-card-backdrop {
    padding: 14px 10px;
    align-items: center;
  }

  .deposit-card-header {
    top: -18px;
    min-width: calc(100% - 52px);
    height: 54px;
    padding: 0 18px;
    gap: 10px;
  }

  .deposit-card-badge {
    width: 30px;
    height: 36px;
  }

  .deposit-card-title {
    font-size: 22px;
    letter-spacing: 0.5px;
  }

  .deposit-card-close {
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
  }

  .deposit-card-row.is-wide,
  .deposit-card-bottom {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 14px;
  }

  .deposit-card-label {
    padding-left: 42px;
    font-size: 18px;
  }

  .deposit-pay-logos {
    padding-left: 4px;
    padding-right: 4px;
  }

  .deposit-card-submit {
    min-width: 220px;
    width: 74%;
    height: 54px;
    font-size: 17px;
  }

  .deposit-card-cvv-wrap {
    padding-bottom: 84px;
  }

  .deposit-card-bottom .deposit-card-row:first-child,
  .deposit-card-bottom .deposit-card-row.is-cvv {
    padding-right: 0;
    padding-left: 0;
  }

  .deposit-card-cvv-help {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .deposit-card-hint {
    left: 0;
    right: 0;
    top: calc(100% + 12px);
    width: auto;
    transform: none;
  }

  .deposit-card-hint::before {
    left: 24px;
    top: -10px;
    transform: rotate(135deg);
  }

  .deposit-card-footer {
    font-size: 13px;
  }
}

@media (max-height: 540px) and (orientation: landscape) {
  #deposit-center-root {
    padding: 6px;
  }

  .deposit-shell {
    width: min(98vw, 1080px);
    height: min(96dvh, 520px);
    min-height: 0;
    overflow: hidden;
  }

  .deposit-title-wrap {
    left: 31%;
    right: 8%;
    height: 44px;
    border-width: 3px;
    border-radius: 0 0 14px 14px;
  }

  .deposit-title {
    font-size: 24px;
  }

  .deposit-close {
    top: 8px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 36px;
  }

  .deposit-sidebar {
    padding-top: 52px;
  }

  .deposit-tab {
    min-height: 34px;
    margin: 0 6px 10px 0;
    font-size: 16px;
    border-radius: 0 16px 16px 0;
    box-shadow:
      0 4px 0 rgba(40, 0, 70, 0.48),
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      inset 0 -4px 8px rgba(49, 0, 85, 0.24);
  }

  .deposit-main {
    padding: 54px 3.4% 16px 3%;
  }

  .deposit-topline {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 14px;
  }

  .deposit-player-id {
    font-size: 20px;
  }

  .deposit-amount-wrap {
    height: 40px;
    padding: 0 16px;
  }

  .deposit-amount-wrap input {
    font-size: 20px;
  }

  .deposit-amount-grid {
    gap: 12px 14px;
  }

  .deposit-amount-card {
    min-height: 62px;
    border-radius: 30px;
  }

  .deposit-amount-value {
    font-size: 30px;
    text-shadow:
      0 3px 0 #8f2300,
      2px 0 0 #8f2300,
      -2px 0 0 #8f2300;
  }

  .deposit-amount-icon {
    width: 88px;
    height: 58px;
  }

  .deposit-amount-icon-1 {
    width: 80px;
    height: 52px;
  }

  .deposit-amount-icon-2 {
    width: 84px;
    height: 54px;
  }

  .deposit-amount-icon-3,
  .deposit-amount-icon-4 {
    width: 90px;
    height: 60px;
  }

  .deposit-actions {
    margin-top: 12px;
  }

  .deposit-confirm {
    min-width: 150px;
    height: 40px;
    font-size: 20px;
  }

  .deposit-record-tools {
    margin-bottom: 8px;
  }

  .deposit-record-title {
    font-size: 22px;
  }

  .deposit-subtle {
    font-size: 11px;
  }

  .deposit-record-list {
    width: min(94%, 760px);
    margin-top: 0;
    padding: 12px 18px;
  }

  .deposit-record-header,
  .deposit-record-row {
    grid-template-columns: 0.9fr 0.9fr 1.3fr;
    column-gap: 10px;
  }

  .deposit-record-header {
    font-size: 16px;
  }

  .deposit-record-item {
    margin-bottom: 8px;
    padding: 8px 0;
  }

  .deposit-record-amount,
  .deposit-record-status,
  .deposit-record-date {
    font-size: 15px;
  }

  .deposit-empty-state {
    margin-top: 12px;
    font-size: 15px;
  }

  .deposit-status {
    left: 4%;
    right: 4%;
    bottom: 8px;
    min-height: 20px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .deposit-card-backdrop {
    padding: 8px 10px;
    align-items: center;
  }

  .deposit-card-modal {
    width: min(98vw, 1080px);
    max-height: min(96dvh, 520px);
    padding: clamp(20px, 4.6vh, 40px) clamp(10px, 2vw, 16px) clamp(6px, 1.4vh, 8px);
    border-radius: 18px;
  }

  .deposit-card-modal::before {
    inset: 10px;
    border-radius: 14px;
  }

  .deposit-card-header {
    top: -12px;
    min-width: min(72%, 320px);
    height: 36px;
    padding: 0 14px;
    gap: 8px;
  }

  .deposit-card-badge {
    width: 22px;
    height: 28px;
  }

  .deposit-card-badge::before {
    top: 7px;
    width: 9px;
    height: 8px;
    border-width: 2px;
  }

  .deposit-card-badge::after {
    top: 13px;
    width: 10px;
    height: 9px;
  }

  .deposit-card-title {
    font-size: 15px;
    letter-spacing: 0.3px;
  }

  .deposit-card-close {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
  }

  .deposit-card-close::before,
  .deposit-card-close::after {
    width: 13px;
    height: 3px;
  }

  .deposit-card-status {
    left: 13%;
    right: 13%;
    top: 28px;
    min-height: 18px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .deposit-card-form {
    width: min(96%, 760px);
    gap: 6px;
    margin-top: 2px;
    padding: 6px 6px 0;
  }

  .deposit-card-row,
  .deposit-card-bottom {
    gap: 6px;
  }

  .deposit-card-row.is-wide {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
  }

  .deposit-card-row.is-wide,
  .deposit-card-row.is-cvv,
  .deposit-card-bottom .deposit-card-row {
    justify-items: start;
  }

  .deposit-card-label {
    padding-left: 26px;
    font-size: 12px;
  }

  .deposit-card-label.is-name::before {
    width: 14px;
    height: 14px;
  }

  .deposit-card-label.is-name::after {
    left: 1px;
    top: calc(50% + 8px);
    width: 12px;
    height: 6px;
  }

  .deposit-card-label.is-card::before {
    width: 16px;
    height: 12px;
    border-width: 2px;
  }

  .deposit-card-label.is-card::after {
    left: 3px;
    width: 10px;
    height: 3px;
  }

  .deposit-card-label.is-date::before {
    width: 15px;
    height: 13px;
    border-width: 2px;
  }

  .deposit-card-label.is-date::after {
    width: 15px;
    height: 4px;
  }

  .deposit-card-label.is-cvv::before {
    width: 14px;
    height: 18px;
  }

  .deposit-card-label.is-cvv::after {
    left: 4px;
    width: 6px;
    height: 5px;
    border-width: 1px;
    top: calc(50% - 4px);
  }

  .deposit-card-row input {
    height: 30px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 12px;
  }

  .deposit-pay-logos {
    padding-left: 82px;
    padding-right: 0;
  }

  .deposit-payment-methods-img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
  }

  .deposit-card-bottom {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 8px 10px;
    justify-content: start;
  }

  .deposit-card-bottom .deposit-card-row {
    justify-items: start;
  }

  .deposit-card-bottom .deposit-card-label {
    padding-left: 24px;
  }

  .deposit-card-bottom .deposit-card-row:first-child,
  .deposit-card-bottom .deposit-card-row.is-cvv {
    padding-left: 0;
    padding-right: 0;
  }

  .deposit-card-cvv-help {
    right: 10px;
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  .deposit-card-cvv-wrap {
    padding-bottom: 0;
  }

  .deposit-card-hint {
    left: 0;
    right: auto;
    width: 104px;
    font-size: 10px;
  }

  .deposit-card-submit {
    min-width: 188px;
    height: 36px;
    padding: 0 16px;
    font-size: 12px;
    gap: 10px;
  }

  .deposit-card-modal.is-cvv-hint-open .deposit-card-cvv-wrap input {
    padding-right: 134px;
  }

  .deposit-card-submit-lock {
    width: 14px;
    height: 16px;
  }

  .deposit-card-submit-lock::before {
    top: -7px;
    width: 10px;
    height: 8px;
    border-width: 2px;
  }

  .deposit-card-footer {
    gap: 8px;
    font-size: 10px;
  }

  .deposit-card-footer-badge {
    width: 14px;
    height: 17px;
  }

  .deposit-card-footer-badge::before {
    inset: 4px 3px 5px;
  }
}

/* Confirm payment modal: full-screen + input alignment tweaks */
.deposit-card-backdrop {
  padding: 0;
}

.deposit-card-modal {
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0;
  padding: clamp(36px, 6vh, 82px) clamp(20px, 4vw, 72px) clamp(10px, 2vh, 22px);
  border-radius: 0;
}

.deposit-card-form {
  margin-top: clamp(44px, 7vh, 92px);
}

.deposit-card-row.is-wide {
  grid-template-columns: 260px minmax(0, 1fr);
}

#deposit-card-name,
#deposit-card-number {
  width: min(100%, 560px);
  margin-left: -14px;
}

.deposit-pay-logos {
  padding-left: 18px;
  padding-right: 6px;
}

.deposit-payment-methods-img {
  max-width: 760px;
}

.deposit-card-bottom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 560px);
  margin-left: 18px;
  gap: clamp(10px, 1.6vh, 16px) clamp(12px, 1.8vh, 18px);
}

.deposit-card-bottom .deposit-card-row:first-child {
  padding-left: 0;
  padding-right: 0;
}

.deposit-card-expiration-wrap {
  width: 100%;
}

#deposit-card-expiration {
  width: 100%;
}

.deposit-card-bottom .deposit-card-row.is-cvv {
  padding-left: 0;
  padding-right: 0;
  margin-left: 72px;
  width: calc(100% - 28px);
}

.deposit-card-row.is-cvv .deposit-card-cvv-wrap {
  width: 100%;
  justify-self: start;
}

/* Keep CVV hint outside to the right of the input */
.deposit-card-bottom .deposit-card-row.is-cvv .deposit-card-hint {
  left: calc(100% + 12px);
  right: auto;
  top: 50%;
  width: 113px;
  height: 62px;
  margin-left: 12px;
  transform: translateY(-50%);
}
