.hdr-lang-wrap {
  position: relative;
}

.hdr-lang-dd,
.hdr-account-dd {
  position: absolute;
  top: calc(100% + 10px);
  z-index: 2300;
}

.hdr-lang-dd {
  background: #3c4b64;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  min-width: 112px;
  overflow: hidden;
  padding: 4px 0;
  right: 0;
}

.hdr-lang-dd:before {
  border-color: transparent transparent #3c4b64;
  border-style: solid;
  border-width: 0 7px 7px;
  content: "";
  left: 50%;
  position: absolute;
  top: -7px;
  transform: translateX(-50%);
}

.hdr-lang-dd[hidden] {
  display: none;
}

.hdr-lang-item {
  align-items: center;
  background: transparent;
  color: #fff;
  cursor: default;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  height: 40px;
  letter-spacing: 0.3px;
  padding: 0 12px;
  pointer-events: auto;
  transition: background 0.2s ease, color 0.2s ease;
  user-select: none;
}

.hdr-lang-item.is-current,
.hdr-lang-item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hdr-lang-item.is-dummy {
  cursor: default;
}

.hdr-lang-wrap.is-open .lang-caret {
  transform: rotate(180deg);
}

.hdr-mini-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: #e8eef8;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
  height: 28px;
  letter-spacing: 0.2px;
  margin-inline-start: 10px;
  padding: 0 6px 0 10px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.hdr-mini-link:after,
.hdr-balance-bc:after {
  background: rgba(var(--menu-sc), 0.22);
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1px;
}

.hdr-mini-link svg {
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}

.hdr-bronze {
  color: #e0c36a;
}

.hdr-bronze-b {
  align-items: center;
  background: linear-gradient(180deg, #f0d56a, #c9a227);
  border-radius: 50%;
  color: #2b2308;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.hdr-balance-bc {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  height: 28px;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.hdr-balance-bc:after {
  display: none;
}

.hdr-account-wrap {
  align-items: center;
  box-sizing: content-box;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-inline-start: 10px;
  min-height: 36px;
  overflow: visible;
  padding: 0 14px;
  position: relative;
  z-index: 2400;
}

.hdr-account-wrap:after {
  background: rgba(var(--menu-sc), 0.22);
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1px;
}

.hdr-user-bc.is-logged + .hdr-lang-wrap .lang-btn.compact-mode {
  margin-inline-start: 10px;
}

.hdr-account-btn {
  align-items: center;
  background: #8b95a6;
  border: 0;
  border-radius: 50%;
  color: #1a2438;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 32px;
}

.hdr-account-btn svg {
  height: 20px;
  width: 20px;
}

.wb-user-menu {
  background: #000c24 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45) !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
  min-width: 230px;
  overflow: hidden;
  padding: 8px !important;
  position: absolute;
  right: 0;
  top: 100%;
  width: 230px;
  z-index: 2400;
}

.wb-user-menu[hidden] {
  display: none !important;
}

.wb-user-menu__item {
  align-items: center !important;
  background: linear-gradient(to right, #ffffff26 0%, #ffffff0d 100%) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #bec0c6 !important;
  cursor: pointer;
  display: flex !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  gap: 10px !important;
  height: 32px !important;
  justify-content: flex-start !important;
  letter-spacing: 0.3px !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 32px !important;
  padding: 0 14px !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: 100% !important;
}

.wb-user-menu__item:hover {
  background: linear-gradient(to right, #ffffff3d 0%, #ffffff1a 100%) !important;
  color: #e8eaee !important;
}

.wb-user-menu__item.is-logout {
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 10px !important;
}

.wb-user-menu__item svg {
  color: inherit;
  display: block;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

.wb-user-menu__item::before,
.wb-user-menu__item::after {
  display: none !important;
}

.acc-modal {
  align-items: center;
  background: rgba(4, 8, 16, 0.55);
  color: #dce3ee;
  display: flex;
  font-family: var(--font-family);
  inset: 0;
  justify-content: center;
  overscroll-behavior: contain;
  padding: 18px;
  position: fixed;
  z-index: 3200;
}

.acc-modal[hidden] {
  display: none;
}

.acc-dialog {
  background: #131e3f;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
  color-scheme: dark;
  display: flex;
  height: min(820px, calc(100vh - 36px));
  max-width: 1360px;
  overflow: hidden;
  width: min(1360px, calc(100vw - 36px));
}

.acc-side {
  background: #ffffff1a;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: auto;
  padding: 16px 14px 24px;
  width: 280px;
}

.acc-side > * {
  flex-shrink: 0;
}

.acc-user {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  padding: 2px 4px;
}

.acc-user-meta {
  min-width: 0;
}

.acc-side-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #f4f7fb;
  cursor: pointer;
  display: none;
  flex-shrink: 0;
  font-size: 30px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  margin-left: auto;
  padding: 0;
  width: 36px;
}

.acc-user-ava {
  align-items: center;
  background: #2a3348;
  border-radius: 50%;
  color: #dbe4f3;
  display: flex;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  letter-spacing: 0.3px;
  width: 34px;
}

.acc-user-name {
  align-items: center;
  color: #f3f6fb;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 6px;
}

.acc-user-i {
  align-items: center;
  background: #2d364c;
  border-radius: 50%;
  color: #9aa6bb;
  display: inline-flex;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  height: 14px;
  justify-content: center;
  width: 14px;
}

.acc-user-id {
  align-items: center;
  color: #8b95a8;
  display: flex;
  font-size: 12px;
  gap: 6px;
  margin-top: 2px;
}

.acc-user-copy {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8b95a8;
  cursor: pointer;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  padding: 0;
  width: 16px;
}

.acc-user-copy svg {
  display: block;
  height: 13px;
  width: 13px;
}

.acc-user-copy:hover,
.acc-user-copy.is-ok {
  color: #dce3ee;
}

.acc-card {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 11px 12px 10px;
  position: relative;
}

.acc-card-green,
.acc-card-gold {
  color: #fff;
}

.acc-card-green {
  background: #109121;
}

.acc-card-gold {
  background: #aa7f00;
}

.acc-card-green:before,
.acc-card-gold:before {
  background: radial-gradient(circle at -14% 113%, #ffffff4d, #fff0 135%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.acc-card > * {
  position: relative;
  z-index: 1;
}

.acc-card-top {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.4px;
}

.acc-card-amount,
.acc-card-actions {
  flex-shrink: 0;
}

.acc-card-amount {
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
  margin: 4px 0 8px;
}

.acc-card-gold .acc-card-amount {
  margin-bottom: 0;
}

.acc-eye,
.acc-puzzle {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  opacity: 0.9;
  padding: 0;
}

.acc-eye svg,
.acc-puzzle svg {
  height: 18px;
  width: 18px;
}

.acc-card-actions {
  display: flex;
  gap: 8px;
}

.acc-card-actions button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 1;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  gap: 4px;
  justify-content: flex-start;
  letter-spacing: 0.2px;
  padding: 4px 0 2px;
}

.acc-card-actions svg {
  height: 16px;
  width: 16px;
}

.acc-loyalty {
  align-items: center;
  background: #c9b15a;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  height: 42px;
  margin-bottom: 10px;
  padding: 0 14px;
  text-align: left;
  width: 100%;
}

.acc-loyalty-medal {
  display: block;
  flex-shrink: 0;
  height: 22px;
  position: relative;
  width: 22px;
}

.acc-loyalty-medal img {
  display: block;
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.acc-loyalty-medal span {
  align-items: center;
  color: #5c3a14;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  inset: 0;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
}

.acc-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.acc-group {
  background: transparent;
  overflow: hidden;
}

.acc-group-btn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  gap: 12px;
  height: 50px;
  letter-spacing: 0.45px;
  padding: 0 14px;
  text-align: left;
  width: 100%;
}

.acc-group-btn:hover {
  background: rgba(255, 255, 255, 0.04);
}

.acc-ico {
  align-items: center;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.acc-ico svg {
  display: block;
  height: 20px;
  width: 20px;
}

.acc-chev {
  align-items: center;
  color: #dce3ee;
  display: inline-flex;
  flex-shrink: 0;
  height: 14px;
  justify-content: center;
  margin-left: auto;
  transition: transform 0.18s ease;
  width: 14px;
}

.acc-chev svg {
  display: block;
  height: 14px;
  width: 14px;
}

.acc-group.is-open .acc-chev {
  transform: rotate(180deg);
}

.acc-sub {
  display: none;
  flex-direction: column;
  padding: 0 0 6px 34px;
}

.acc-group.is-open .acc-sub {
  display: flex;
}

.acc-sub button {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: #c5cdd8;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 10px;
  text-align: left;
}

.acc-sub button.is-active {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.acc-main {
  background: #131e3f;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.acc-main-head {
  align-items: center;
  background: #ffffff1a;
  display: flex;
  flex-shrink: 0;
  gap: 12px;
  min-height: 52px;
  padding: 10px 22px 10px 28px;
}

.acc-main-head h2 {
  color: #e8eef6;
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.acc-back {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  line-height: 1;
  padding: 0 6px 0 0;
}

.acc-close {
  background: transparent;
  border: 0;
  color: #f4f7fb;
  cursor: pointer;
  font-size: 28px;
  height: 36px;
  line-height: 1;
  width: 36px;
}

.acc-main-body {
  flex: 1;
  overflow: auto;
  padding: 8px 28px 40px;
}

.acc-side,
.acc-main-body {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-color: #3c4b64 #131e3f;
  scrollbar-width: thin;
}

.acc-side::-webkit-scrollbar,
.acc-main-body::-webkit-scrollbar {
  width: 8px;
}

.acc-side::-webkit-scrollbar-track,
.acc-main-body::-webkit-scrollbar-track {
  background: #131e3f;
}

.acc-side::-webkit-scrollbar-thumb,
.acc-main-body::-webkit-scrollbar-thumb {
  background: #3c4b64;
  border-radius: 8px;
}

.acc-side::-webkit-scrollbar-thumb:hover,
.acc-main-body::-webkit-scrollbar-thumb:hover {
  background: #4e6282;
}

.acc-panel {
  display: none;
}

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

.acc-row-status {
  align-items: center;
  color: #aeb6c6;
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin-bottom: 18px;
}

.acc-row-status em {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.acc-row-status strong {
  color: #e8eef8;
  font-weight: 500;
}

.acc-dot {
  background: #d9dde6;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.acc-grid {
  display: grid;
  gap: 18px 36px;
  grid-template-columns: 1fr 1fr;
}

.acc-field {
  min-width: 0;
}

.acc-field-full {
  grid-column: 1 / -1;
  margin-bottom: 16px;
}

.acc-field label {
  color: #8f99ad;
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}

.acc-field label i {
  color: #8f99ad;
  font-style: normal;
}

.acc-field input,
.acc-field select {
  appearance: none;
  background: #ffffff0d;
  border: 0;
  border-radius: 4px;
  color: #f2f5fa;
  font-family: inherit;
  font-size: 15px;
  height: 36px;
  outline: none;
  padding: 0 10px;
  width: 100%;
}

.acc-field select {
  background-image: linear-gradient(45deg, transparent 50%, #9aa3b5 50%), linear-gradient(135deg, #9aa3b5 50%, transparent 50%);
  background-position: calc(100% - 12px) 14px, calc(100% - 7px) 14px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 22px;
}

.acc-field-date {
  position: relative;
}

.acc-cal {
  color: #8f99ad;
  pointer-events: none;
  position: absolute;
  right: 2px;
  top: 28px;
}

.acc-cal svg {
  display: block;
  height: 18px;
  width: 18px;
}

.acc-country {
  align-items: center;
  display: flex;
  gap: 8px;
}

.acc-flag {
  background: linear-gradient(#e30a17 0 0);
  border-radius: 2px;
  flex-shrink: 0;
  height: 14px;
  position: relative;
  width: 20px;
}

.acc-flag:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 6px;
  position: absolute;
  top: 3.5px;
  width: 7px;
}

.acc-sub-head {
  align-items: center;
  color: #c5ccd8;
  display: flex;
  font-size: 14px;
  margin: 28px 0 14px;
}

.acc-sub-head span {
  margin-right: 16px;
  white-space: nowrap;
}

.acc-sub-head:after {
  background: #8a3143;
  content: "";
  flex: 1;
  height: 2px;
}

.acc-subs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 720px;
}

.acc-sub-row {
  align-items: center;
  color: #d5dbe6;
  display: grid;
  font-size: 14px;
  gap: 18px;
  grid-template-columns: 1fr auto auto;
}

.acc-sub-row label {
  align-items: center;
  color: #d5dbe6;
  display: inline-flex;
  gap: 6px;
  white-space: nowrap;
}

.acc-sub-row input[type="radio"] {
  accent-color: #3b82f6;
  height: 16px;
  width: 16px;
}

.acc-empty {
  color: #8f99ad;
  font-size: 14px;
  padding: 28px 4px;
}

.acc-bonus-link {
  margin: 12px 0 0;
}

.acc-bonus-link a {
  color: #21bbff;
  font-size: 13px;
  font-weight: 600;
}

.acc-save {
  background: linear-gradient(-90deg, rgb(24 90 6) 0, rgb(24 115 67) 100%);
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  margin-top: 24px;
  padding: 10px 22px;
}

.acc-form-pass {
  max-width: 720px;
}

.acc-form-msg {
  font-size: 13px;
  font-weight: 600;
  margin: 16px 0 0;
}

.acc-form-msg.is-ok {
  color: #3ee0a7;
}

.acc-form-msg.is-err {
  color: #f87171;
}

.info-tabs {
  background: #d7dde6;
  border-radius: 2px;
  display: flex;
  height: 38px;
  margin: 4px 0 16px;
  overflow: hidden;
}

.info-tabs button {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #2a3142;
  cursor: pointer;
  flex: 1;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
}

.info-tabs button.is-active {
  box-shadow: inset 0 -2px 0 #2b3d63;
}

.info-list {
  display: none;
}

.info-list.is-active {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 2px;
  display: grid;
  gap: 10px 16px;
  grid-template-columns: 92px minmax(120px, 1.3fr) minmax(90px, 0.9fr) minmax(110px, 1.1fr) minmax(80px, 0.85fr) minmax(90px, 1fr);
  min-height: 58px;
  padding: 10px 14px;
}

.info-row-logo {
  align-items: center;
  display: flex;
  height: 36px;
}

.info-row-logo img {
  display: block;
  height: 32px;
  max-width: 88px;
  object-fit: contain;
  width: auto;
}

.info-row em {
  color: #9aa3b5;
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 3px;
}

.info-row strong {
  color: #f3f6fb;
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.loy-top {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  margin-bottom: 22px;
}

.loy-status,
.loy-progress {
  align-items: center;
  background: #1b2744;
  border-radius: 12px;
  display: flex;
  min-height: 92px;
  padding: 16px 18px;
}

.loy-status {
  gap: 16px;
}

.loy-status-medal {
  align-items: center;
  background: #12192d;
  border-radius: 10px;
  display: flex;
  flex-shrink: 0;
  height: 64px;
  justify-content: center;
  position: relative;
  width: 64px;
}

.loy-status-medal img {
  display: block;
  height: 36px;
  width: 36px;
}

.loy-status-medal span {
  align-items: center;
  color: #5c3a14;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.loy-status strong {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.loy-status span {
  color: #8b95a8;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.loy-progress {
  flex-direction: column;
  justify-content: center;
}

.loy-progress-head {
  color: #dce3ee;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  width: 100%;
}

.loy-progress-bar {
  background: #3a4660;
  border-radius: 99px;
  height: 4px;
  margin: 12px 0 10px;
  position: relative;
  width: 100%;
}

.loy-progress-bar i {
  background: #c9b15a;
  border-radius: 99px;
  display: block;
  height: 100%;
  width: 0;
}

.loy-progress-bar:after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #1b2744;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-20%, -50%);
  width: 10px;
}

.loy-progress-next {
  align-self: flex-end;
  color: #c5cedd;
  font-size: 12px;
}

.loy-rewards-bar {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.loy-rewards-bar > span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.loy-filter {
  background: #1b2744;
  border-radius: 99px;
  display: inline-flex;
  overflow: hidden;
}

.loy-filter select {
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 7px 28px 7px 14px;
}

.loy-empty-note {
  color: #9aa3b5;
  font-size: 13px;
  margin: 0 0 28px;
  text-align: center;
}

.loy-tiers {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
  overflow-x: auto;
}

.loy-tiers button {
  align-items: center;
  background: #1b2744;
  border: 0;
  border-radius: 99px;
  color: #dce3ee;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 0;
  font-family: inherit;
  gap: 8px;
  min-height: 44px;
  min-width: 150px;
  padding: 6px 8px 6px 10px;
}

.loy-tiers button.is-active {
  background: #151d33;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.loy-tiers button img {
  display: block;
  flex-shrink: 0;
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.loy-tiers button em {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.loy-tiers button span {
  background: #0f1628;
  border-radius: 99px;
  color: #dce3ee;
  font-size: 11px;
  font-weight: 700;
  margin-left: auto;
  padding: 5px 8px;
  white-space: nowrap;
}

.loy-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(180px, 0.8fr) minmax(260px, 1.1fr) minmax(240px, 1fr);
}

.loy-grid h3 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.4px;
  margin: 0 0 12px;
}

.loy-grid h3 i {
  align-items: center;
  background: #2a3654;
  border-radius: 50%;
  color: #c5cedd;
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.loy-grid p {
  color: #9aa3b5;
  font-size: 13px;
  margin: 0;
}

.loy-table-wrap {
  display: none;
  max-height: 240px;
  overflow: auto;
}

.loy-table-wrap.is-active {
  display: block;
}

.loy-table {
  border-collapse: collapse;
  width: 100%;
}

.loy-table th,
.loy-table td {
  color: #dce3ee;
  font-size: 13px;
  padding: 8px 6px;
  text-align: left;
}

.loy-table th {
  color: #8b95a8;
  font-size: 12px;
  font-weight: 700;
}

.loy-table td {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.loy-help {
  background: #1b2744;
  border-radius: 12px;
  color: #c5cedd;
  font-size: 13px;
  line-height: 1.55;
  max-height: 240px;
  overflow: auto;
  padding: 16px;
}

.loy-help strong {
  color: #fff;
  display: block;
  margin-bottom: 8px;
}

.loy-help p {
  margin: 0 0 10px;
}

.loy-help p:last-child {
  margin-bottom: 0;
}

.wal-bar {
  display: flex;
  flex-direction: column;
  margin: 8px 0 28px;
}

.wal-bar > div {
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: space-between;
  min-height: 40px;
  padding: 10px 16px;
}

.wal-bar > div:nth-child(even) {
  background: rgba(255, 255, 255, 0.06);
}

.wal-bar span {
  color: #c5cedd;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}

.wal-bar strong {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.wal-bar strong.is-balance {
  color: #18d931;
}

.wal-table {
  border-collapse: collapse;
  width: 100%;
}

.wal-table th,
.wal-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #dce3ee;
  font-size: 13px;
  padding: 10px 8px;
  text-align: left;
}

.wal-table th {
  color: #8b93a3;
  font-size: 11px;
  font-weight: 600;
}

.dep-wrap {
  max-width: 920px;
  padding-top: 6px;
}

.dep-methods {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px 10px;
  margin-bottom: 26px;
  overflow-x: auto;
}

.dep-method {
  background: transparent;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 2px;
}

.dep-method.is-active {
  background: transparent;
  outline: 1px solid rgba(255, 255, 255, 0.18);
  outline-offset: 2px;
}

.dep-method img {
  display: block;
  height: 32px;
  width: auto;
}

.dep-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-bottom: 20px;
}

.dep-meta span {
  color: #8b93a3;
  display: block;
  font-size: 11px;
  margin-bottom: 3px;
}

.dep-meta strong {
  color: #dce3ee;
  font-size: 13px;
  font-weight: 500;
}

.dep-amount {
  display: block;
  margin-bottom: 14px;
}

.dep-amount span {
  color: #8b93a3;
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}

.dep-amount input {
  background: #ffffff0d;
  border: 0;
  border-radius: 4px;
  color: #f2f5fa;
  font-family: inherit;
  font-size: 14px;
  height: 42px;
  outline: none;
  padding: 0 14px;
  width: 100%;
}

[data-wallet-box="withdraw"] .dep-amount {
  max-width: 420px;
}

[data-wallet-box="withdraw"] .dep-amount input {
  background: #d5dbe3;
  color: #1b2233;
}

.dep-steps {
  align-items: center;
  color: #8b93a3;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.dep-steps span.is-on {
  color: #f2f5fa;
}

.dep-steps i {
  background: rgba(255, 255, 255, 0.14);
  flex: 0 0 28px;
  height: 1px;
}

.dep-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 16px;
}

.dep-chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #dce3ee;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 12px;
}

.dep-chip.is-on {
  background: rgba(33, 187, 255, 0.16);
  border-color: rgba(33, 187, 255, 0.42);
  color: #fff;
}

.dep-back {
  background: transparent;
  border: 0;
  color: #9fb0c8;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  margin: 0 0 14px;
  padding: 0;
}

.dep-chosen {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.dep-chosen span {
  color: #8b93a3;
  display: block;
  font-size: 11px;
  margin-bottom: 3px;
}

.dep-chosen strong {
  color: #f2f5fa;
  font-size: 15px;
}

.dep-acc-title {
  color: #f2f5fa;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px;
}

.dep-acc-list {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.dep-acc-list[hidden],
.dep-step[hidden],
.dep-chip[hidden] {
  display: none !important;
}

.dep-acc-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 12px;
  grid-template-columns: 56px 1fr auto;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.dep-acc-card.is-active {
  background: rgba(33, 187, 255, 0.1);
  border-color: rgba(33, 187, 255, 0.48);
  box-shadow: 0 0 0 1px rgba(33, 187, 255, 0.18);
}

.dep-acc-logo {
  align-items: center;
  background: #071226;
  border-radius: 10px;
  display: flex;
  height: 52px;
  justify-content: center;
  overflow: hidden;
  width: 56px;
}

.dep-acc-logo img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.dep-acc-logo em {
  color: #9ecbff;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.dep-acc-body {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.dep-acc-body strong {
  color: #fff;
  font-size: 14px;
}

.dep-acc-holder,
.dep-acc-extra {
  color: #9aa6ba;
  font-size: 12px;
}

.dep-acc-addr {
  color: #dce7ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.dep-acc-copy {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #dce7ff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  white-space: nowrap;
}

.dep-acc-empty {
  background: rgba(255, 196, 86, 0.08);
  border: 1px solid rgba(255, 196, 86, 0.22);
  border-radius: 10px;
  color: #f3d27a;
  font-size: 13px;
  line-height: 1.45;
  padding: 12px 14px;
}

.dep-acc-hint {
  color: #8b93a3;
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 16px;
}

.wal-table .muted {
  color: #8b93a3;
  font-size: 11px;
  margin-top: 3px;
}

@media (max-width: 640px) {
  .dep-acc-card {
    grid-template-columns: 48px 1fr;
  }

  .dep-acc-copy {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

.dep-submit,
.dep-submit.is-withdraw {
  background: linear-gradient(-90deg, rgb(24 90 6) 0, rgb(24 115 67) 100%) !important;
  border: 0;
  border-radius: 20px;
  color: #fff !important;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  letter-spacing: 0.4px;
  max-width: 360px;
  width: 100%;
}

.dep-msg {
  color: #f3d27a;
  font-size: 13px;
  margin: 0 0 12px;
}

.dep-msg.is-ok {
  color: #86efac;
}

body.acc-open {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .hdr-lg-only {
    display: none;
  }
}

@media (max-width: 980px) {
  .hdr-mini-link > span:not(.hdr-bronze-b) {
    display: none;
  }

  .hdr-mini-link {
    margin-inline-start: 6px;
    padding: 0 4px 0 8px;
  }
}

@media (max-width: 860px) {
  .hdr-lang-wrap {
    display: none;
  }

  .hdr-account-wrap {
    box-sizing: border-box;
    gap: 6px;
    margin-inline-start: 4px;
    min-height: 0;
    padding: 0 6px 0 8px;
  }

  .hdr-account-btn {
    height: 28px;
    width: 28px;
  }

  .hdr-account-btn svg {
    height: 16px;
    width: 16px;
  }

  .wb-user-menu {
    display: none !important;
  }

  .acc-modal {
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
  }

  .acc-dialog {
    border-radius: 0;
    height: 100vh;
    height: 100dvh;
    max-width: none;
    width: 100%;
  }

  .acc-side {
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
    width: 100%;
  }

  .acc-user {
    background: #1b2744;
    margin: -16px -14px 14px;
    padding: 10px 8px 10px 16px;
    position: sticky;
    top: 0;
    z-index: 4;
  }

  .acc-side-close {
    display: inline-flex;
  }

  .acc-main {
    display: none;
    width: 100%;
  }

  .acc-modal.is-page .acc-side {
    display: none;
  }

  .acc-modal.is-page .acc-main {
    display: flex;
  }

  .acc-back {
    display: inline-flex;
  }

  .acc-main-head {
    padding-top: calc(10px + env(safe-area-inset-top, 0px));
  }

  .acc-main-head,
  .acc-main-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .acc-field input,
  .acc-field select,
  .acc-form-pass input {
    font-size: 16px;
  }

  .acc-grid {
    gap: 16px 18px;
    grid-template-columns: 1fr;
  }

  .info-list.is-active {
    overflow-x: auto;
  }

  .info-row {
    min-width: 760px;
  }

  .loy-top,
  .loy-grid {
    grid-template-columns: 1fr;
  }

  .hdr-balance-bc {
    font-size: 11px;
    margin-inline-start: 6px;
    padding: 0 4px 0 8px;
  }
}

@media (max-width: 560px) {
  .header-custom-buttons + .header-custom-buttons {
    display: none;
  }
}
