@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
.top_bg {
  background: #1E2637 url(../img/profile/top_bg.png) top center no-repeat;
  background-size: 100% 80%;
}

.bg_top {
  background: #1E2637;
}

.position-relative {
  position: relative !important;
}

.btn-eye {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}

.btn-eye:hover {
  color: var(--vt-primary);
}

#update_password {
  padding-right: 2.5rem;
}

/* ---- Profile page (moved from profile.blade.php) ---- */
.vtg-settings {
  max-width: 520px;
  margin: 0 auto;
  padding: 14px 0 28px;
  color: rgba(229, 231, 235, 0.92);
}

.vtg-settings__header {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 8px 0 14px;
  background: none;
}

.vtg-settings__headerBack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: -6px;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
}


.vtg-settings__headerBackIcon {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.vtg-settings__headerBackIcon[src] {
  display: block;
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.vtg-settings__headerTitle {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.vtg-settings__headerDivider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0 0 30px;
}

.vtg-settings__avatarBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.vtg-settings__avatar {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  background: rgba(255, 255, 255, 0.06);
}

.vtg-settings__editPhoto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(15, 23, 42, 0.45);
  color: rgba(229, 231, 235, 0.92);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.vtg-settings__editPhoto:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
}

.vtg-settings__editPhotoIcon {
  width: 15px;
  display: block;
  flex-shrink: 0;
  opacity: 0.9;
}

.vtg-settings__form {
  display: grid;
  gap: 14px;
}

.vtg-settings__field {
  display: grid;
  gap: 10px;
  width: 100%;
}

.vtg-settings__label {
  font-size: 14px;
  font-weight: 700;
  color: #999999;
}

.vtg-settings__input {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.28);
  color: rgba(255, 255, 255, 0.88);
  color: #FFF;
  outline: none;
  border-radius: 32px;
  border: 1px solid #333A4A;
  background: #151C2D;
  backdrop-filter: blur(25px);
}

.vtg-settings__input::placeholder {
  color: rgba(229, 231, 235, 0.35);
}

.vtg-settings__input:focus {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(15, 23, 42, 0.34);
}

.vtg-settings__row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.vtg-settings__select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/down_arrow.svg);
  background-position: calc(100% - 18px) 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  padding-right: 46px;
}

/* make placeholder-looking selected option grey */
.vtg-settings__select:invalid {
  color: rgba(229, 231, 235, 0.35);
}

.vtg-settings__save {
  margin-top: 10px;
  height: 52px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.45);
  font-weight: 800;
  letter-spacing: 0.2px;
  background: #333A4A;
  box-shadow: 0 -4px 0 0 rgba(255, 255, 255, 0.1) inset;
}

.vtg-settings__save:disabled {
  opacity: 0.55;
}

.vtg-profile {
  max-width: 520px;
  margin: 0 auto;
  padding: 14px 0 28px;
  color: #e5e7eb;
  font-size: 14px;
}

/* ---- Tasks page ---- */
.vtg-tasks {
  max-width: 520px;
  margin: 0 auto;
  padding: 14px 0 28px;
  color: rgba(229, 231, 235, 0.9);
}

.vtg-tasks__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(229, 231, 235, 0.85);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 2px 12px;
}

.vtg-tasks__backIcon {
  font-size: 22px;
  line-height: 1;
  opacity: 0.85;
}

.vtg-tasks__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 16px;
  color: rgba(255, 255, 255, 0.22);
  font-weight: 800;
}

.vtg-tasks__title {
  font-size: 18px;
  color: #606D8D;
  letter-spacing: 0.2px;
}

.vtg-tasks__count {
  color: #606D8D;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.vtg-tasks__list {
  display: grid;
  gap: 14px;
}

.vtg-task {
  border-radius: 12px;
  padding: 16px;
  background: #1d2536;
  border: 1px solid #343a49;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.vtg-task--dark1 {
  border: 1px solid var(--Stroke-Line, #343A49);
  background: var(--Dark-1, #131A2C);
}

.vtg-task--disabled {
  opacity: 0.6;
}

.vtg-task--disabled .vtg-task__action {
  opacity: 0.55;
}

.vtg-task__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.vtg-task__name {
  font-weight: 700;
  font-size: 16px;
  color: rgba(235, 240, 252, 0.92);
  line-height: 1.25;
  max-width: 70%;
}

.vtg-task__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 34px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: none;
  color: rgba(235, 240, 252, 0.85);
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
}

.vtg-task__action--primary {
  border-radius: 10px;
  background: var(--Button-2, linear-gradient(180deg, #FC0 0%, #FFA200 100%));
  color: rgba(17, 24, 39, 0.95);
}

.vtg-task__action--secondary {
  background: #999;
  color: #131A2C;
  border-color: rgba(255, 255, 255, 0.12);
}

.vtg-task__action--claimed {
  opacity: 0.55;
}

.vtg-task__rewardChip {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid #343a49;
  background: rgba(19, 26, 44, 0.7);
  color: rgba(235, 240, 252, 0.92);
  font-weight: 900;
  font-size: 14px;
}

.vtg-task__rewardChip--muted {
  opacity: 0.85;
}

.vtg-task__rewardIcon {
  display: block;
}

.vtg-task__bar {
  margin-top: 16px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.vtg-task__barFill {
  height: 100%;
  background: #facc15;
  border-radius: 999px;
}

.vtg-profile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.vtg-profile__user {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.vtg-profile__avatar {
  width: 72px;
  height: 72px;
  overflow: hidden;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.vtg-profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.vtg-profile__userText {
  min-width: 0;
}

.vtg-profile__nameRow {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.vtg-profile__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #f9fafb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
}

.vtg-profile__verify {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.vtg-profile__idRow {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(229, 231, 235, 0.65);
}

.vtg-profile__idLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: rgba(165, 243, 252, 0.95);
  border-radius: 4px;
  background: linear-gradient(180deg, #2B4D5C 0%, #113865 100%);
}

.vtg-profile__idValue {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: rgba(229, 231, 235, 0.5);
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}

.vtg-profile__actions {
  display: flex;
  gap: 16px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
}

.vtg-profile__iconBtn {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  border: none;
  padding: 0;
}

.vtg-profile__iconBtn img {
  width: 17px;
  height: 17px;
}

.vtg-profile__actionsSep {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.18);
  opacity: 0.6;
}

.vtg-card {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.vtg-levelCardOuter { 
  width: 100%;
  border-radius: 10px;
  background: #ED6D33;
  box-shadow: 0 0 50px 0 rgba(191, 77, 25, 0.7);
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.vtg-levelCard {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 16px;
  margin-bottom: 0;
  background: url(../img/profile/card_bg.jpg) center/cover no-repeat;
  position: relative;
  min-height: 132px;
}

.vtg-levelCard__left,
.vtg-levelCard__right {
  position: relative;
  z-index: 0;
}

.vtg-levelCard__left {
  width: 100%;
}

.vtg-levelCard__right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  top: -69px;
  right: 0;
}

.vtg-levelCard__badgeImg {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.vtg-srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vtg-levelCard__level {
  font-weight: 800;
  letter-spacing: 0.3px;
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.55);
}

.vtg-levelCard__sub {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(229, 231, 235, 0.65);
  font-size: 12px;
  text-decoration: none;
}

.vtg-levelCard__chev {
  opacity: 0.8;
  font-size: 16px;
  line-height: 1;
}

.vtg-levelCard__progress {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vtg-levelCard__progressBar {
  height: 22px;
  border-radius: 999px;
  background: transparent;
  overflow: visible;
  border: none;
  position: relative;
  width: min(100%, 520px);
  margin-left: auto;
  margin-right: auto;
  --thumbW: 20px;
  --thumbH: 15px;
}

.vtg-levelCard__progressTrack {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.vtg-levelCard__progressFill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb07a, #ff7a2f);
  box-shadow: 0 0 18px rgba(255, 146, 60, 0.35);
  transition: width 300ms ease;
}

.vtg-levelCard__thumb {
  position: absolute;
  top: 50%;
  left: clamp(var(--thumbW) / 2, var(--pct), 100% - var(--thumbW) / 2);
  transform: translate(-50%, -50%);
  width: var(--thumbW);
  height: var(--thumbH);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
  pointer-events: none;
  z-index: 2;
}

.vtg-levelCard__progressMeta {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(229, 231, 235, 0.45);
  width: min(100%, 520px);
  margin-left: auto;
  margin-right: auto;
}

.vtg-levelCard__badge,
.vtg-levelCard__badge::before,
.vtg-levelCard__badgeInner {
  display: none;
}

.vtg-sectionTitle {
  color: #606D8D;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.vtg-sectionTitle--spaced {
  margin-top: 18px;
}

.vtg-assets {
  padding: 16px 14px 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.vtg-assets__title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 12px;
}

.vtg-assets__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}

.vtg-assets__row--pill {
  border-radius: 10px;
  background: #1D2536;
  backdrop-filter: blur(25px);
}

.vtg-assets__row--pill + .vtg-assets__row--pill {
  margin-top: 6px;
}

.vtg-assets__left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  min-width: 0;
}

.vtg-assets__icon {
  width: 15px;
  opacity: 0.95;
}

.vtg-assets__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vtg-assets__value {
  font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  letter-spacing: 0.3px;
}

.vtg-assets__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.vtg-grid2 {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 12px;
}

.vtg-tile {
  padding: 16px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.vtg-tile__badgeDot {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fb7185;
  box-shadow: 0 0 0 4px rgba(251, 113, 133, 0.15);
}

.vtg-tile__iconWrap {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  display: block;
  border: 0;
  flex: 0 0 auto;
}

.vtg-tile__icon {
  width: 26px;
  opacity: 0.95;
}

.vtg-tile__title {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.15;
  color: #f9fafb;
}

.vtg-tile__sub {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.25;
  color: rgba(229, 231, 235, 0.7);
}

.vtg-tile__chev {
  font-size: 12px;
  line-height: 1;
  opacity: 0.85;
}

.vtg-quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 10px;
  padding-bottom: 8px;
}

.vtg-quick__item {
  text-decoration: none;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(229, 231, 235, 0.75);
  font-size: 12px;
  padding: 8px 6px;
  border-radius: 14px;
}

.vtg-quick__item img {
  width: 22px;
  height: 22px;
  opacity: 0.85;
}

.vtg-quick__item:hover {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 235, 0.85);
}

@media (max-width: 420px) {
  .vtg-profile__name {
    max-width: 200px;
  }
  .vtg-grid2 {
    grid-template-columns: 1fr;
  }
  .vtg-quick {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* ---- Credit Wallet page ---- */
body.credit-wallet-page,
body.chance-wallet-page,
body.mall-page {
  background: #1a1f2b;
}

body.credit-wallet-page .main-wrapper,
body.chance-wallet-page .main-wrapper,
body.mall-page .main-wrapper {
  background: #1a1f2b;
}

.vtg-cw {
  color: #e5e7eb;
  
  padding: 0 0 28px;
  min-height: 100vh;
  box-sizing: border-box;
}

.vtg-cw__inner {
  max-width: 440px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 20px);
}

.vtg-cw__headerBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  background: #131a2c;
  padding: 10px clamp(0px, 5vw, 0px);
  margin-bottom: 22px;
}

.vtg-cw__logo {
  flex-shrink: 0;
  line-height: 0;
}

.vtg-cw__logo img {
  display: block;
  height: auto;
  max-height: 56px;
  width: auto;
}

.vtg-cw__userPill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 20px 5px 5px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 0;
}

.vtg-cw__userPillAvatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.vtg-cw__userPillText {
  min-width: 0;
  text-align: left;
}

.vtg-cw__userPillName {
  font-size: 12px;
  font-weight: 500;
  color: rgba(180, 190, 210, 0.9);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

.vtg-cw__userPillBalRow {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.vtg-cw__userPillWalletIcon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}

.vtg-cw__userPillAmount {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}

.vtg-cw__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 20px;
  padding: 6px;
  border-radius: 999px;
  background: #1a2332;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.vtg-cw__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  border: none;
  cursor: default;
  line-height: 1;
}

.vtg-cw__tabIcon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.vtg-cw__tab--active {
  color: #fff;
  background: var(--Main-1, #ED672F);
  box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.3) inset;
}

.vtg-cw__tab--active .vtg-cw__tabIcon {
  filter: none;
  opacity: 1;
}

.vtg-cw__tab--inactive {
  cursor: pointer;
  padding: 0.9em 0.9em;
  min-height: 25px;
  font-family: var(--primary-700) !important;
  transition: 0.8s;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #565A63;
  font-weight: 800;
  text-transform: capitalize;
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.3), 0 3px 6px rgba(0, 0, 0, 0.4);
  transition: transform 0.1s active;
  display: flex;
  align-items: center;
  background: #333A4A;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  -webkit-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  -moz-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  -ms-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  -o-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.vtg-cw__tab--inactive:hover {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(200, 208, 225, 0.92);
  border-color: rgba(255, 255, 255, 0.14);
}

.vtg-cw__card_main {
  position: relative;
}
.vtg-cw__card_main::after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  top: 10px;
  left: 20px;
  z-index: 0;
  border-radius: 10px;
  opacity: 0.3;
  background: #FFDE26;
  backdrop-filter: blur(25px);
}

.vtg-cw__card {
  position: relative;
  overflow: visible;
  background: #ffeb3b;
  border-radius: 20px;
  padding: 22px 20px 20px;
  z-index: 1;
  margin-bottom: 45px;
}
.vtg-cw__card::before, .vtg-cw__card::after {
  content: "";
  position: absolute;
  width: 108.87px;
  height: 52.061px;
  top: 0;
}
.vtg-cw__card::before {
  background: url(../img/wallet/line_left.svg);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  left: 0;
}
.vtg-cw__card::after {
  background: url(../img/wallet/line_right.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  right: 0;
}

.vtg-cw__cardCorner {
  position: absolute;
  width: 44px;
  height: 44px;
  pointer-events: none;
  z-index: 1;
  border: 0 solid rgba(25, 30, 40, 0.35);
}

.vtg-cw__cardCorner--tl {
  top: 10px;
  left: 10px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-radius: 14px 0 0 0;
}

.vtg-cw__cardCorner--tr {
  top: 10px;
  right: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-radius: 0 14px 0 0;
}

.vtg-cw__cardTitle {
  color: var(--Dark-1, #131A2C);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.vtg-cw__cardBalance {
  color: var(--Dark-1, #131A2C);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 2;
  margin: 0 0 20px;
}

.vtg-cw__cardActions {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.vtg-cw__actionBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 12px;
  border-radius: 14px;
  background: #121722;
  color: #fffef5;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: transform 0.12s ease, filter 0.12s ease;
}

.vtg-cw__actionBtn:hover {
  filter: brightness(1.08);
  color: #fffef5;
}

.vtg-cw__actionBtn:active {
  transform: scale(0.98);
}

.vtg-cw__actionBtnIcon {
  width: 11px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.vtg-cw__historyTitle {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 600;
  color: #606D8D;
}

.vtg-cw__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.vtg-cw__tableHead {
  font-size: 10px;
  font-weight: 700;
  color: rgba(210, 218, 235, 0.75);
  text-transform: capitalize;
  border: 1px solid var(--Stroke-Line, #343A49);
  background: var(--Stroke-Line, #343A49);
}

.vtg-cw__tableHead th {
  min-width: 0;
  padding: 9px 14px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.25;
  border-top: 1px solid var(--Stroke-Line, #343A49);
  border-bottom: 1px solid var(--Stroke-Line, #343A49);
  font-size: 12px;
}

.vtg-cw__tableHead th:first-child {
  border-left: 1px solid var(--Stroke-Line, #343A49);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.vtg-cw__tableHead th:last-child {
  border-right: 1px solid var(--Stroke-Line, #343A49);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.vtg-cw__tableBody td {
  min-width: 0;
  padding: 10px 14px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background: #131A2C;
  word-break: break-word;
}

.vtg-cw__tableBody td {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.vtg-cw__win--pos {
  color: #ffde33 !important;
  font-weight: 800;
}

.vtg-cw__win--neg {
  color: #f87171 !important;
  font-weight: 800;
}

.vtg-cw__viewAll {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 22px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.vtg-cw__viewAll:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

@media (max-width: 380px) {
  .vtg-cw__tableHead th {
  }
  .vtg-cw__tableBody td {
    font-size: 14px;
  }
  .vtg-cw__cardBalance {
    font-size: 30px;
  }
}
/* ---- Chance Wallet page ---- */
body.chance-wallet-page .vtg-cw__tabs--chance {
  padding: 6px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border: 1px solid #343A49;
  background: #131A2C;
  backdrop-filter: blur(25px);
}

body.chance-wallet-page .vtg-cw__tabs--chance .vtg-cw__tab {
  border: 0;
  border-radius: 70px;
  padding: 6px 12px;
  gap: 10px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
}

body.chance-wallet-page .vtg-cw__tabs--chance .vtg-cw__tab--inactive {
  color: #555;
  border: 1px solid var(--Stroke-Line, #343A49);
  background: var(--Dark-bg, #1D2536);
}

body.chance-wallet-page .vtg-cw__tab--activeChance {
  background: linear-gradient(180deg, #FF7A1A 0%, #FF4D00 100%);
  color: #fff;
}

body.chance-wallet-page .vtg-cw__tab--activeChance img {
  filter: brightness(4);
  opacity: 0.95;
}

.vtg-chw__cardMain {
  position: relative;
}

.vtg-chw__cardMain::after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  top: 10px;
  left: 20px;
  z-index: 0;
  border-radius: 10px;
  border: 1px solid var(--Stroke-Line, #343A49);
  background: var(--Stroke-Line, #343A49);
  backdrop-filter: blur(25px);
}

.vtg-chw__card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  padding: 22px 18px 18px;
  border: 1px solid #343A49;
  background: #151C2D;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}

.vtg-chw__card::before,
.vtg-chw__card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 108.87px;
  height: 52.061px;
  top: 0;
}

.vtg-chw__card::before {
  background: url(../img/wallet/line_left.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  left: 0;
}

.vtg-chw__card::after {
  background: url(../img/wallet/line_right.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  right: 0;
}

.vtg-chw__cardTitle {
  margin: 0 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.28);
}

.vtg-chw__cardBalance {
  margin: 0 0 18px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: -0.02em;
}

.vtg-chw__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.vtg-chw__actionBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 14px;
  border: 1px solid #343A49;
  background: rgba(21, 28, 45, 0.7);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.vtg-chw__actionBtn:hover {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(27, 36, 55, 0.85);
}

.vtg-chw__historyTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.vtg-chw__filterBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #343A49;
  background: #1B2437;
  color: rgba(180, 190, 210, 0.9);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.vtg-chw__filterBtn img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.vtg-chw__emptyRow td {
  padding: 0;
  background: transparent;
  border: 0;
}

.vtg-chw__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 34px 12px 6px;
  color: rgba(180, 190, 210, 0.65);
}

.vtg-chw__emptyText {
  font-weight: 700;
  font-size: 13px;
  color: rgba(180, 190, 210, 0.55);
}

/* ---- Mall page ---- */
.vtg-mall {
  color: #e5e7eb;
  
  min-height: 100vh;
  padding: 18px 0 28px;
  box-sizing: border-box;
}

.vtg-mall__inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 20px);
}

.vtg-mall__titleRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.vtg-mall__title {
  font-size: 18px;
  font-weight: 800;
  color: #606D8D;
  letter-spacing: 0.01em;
}

.vtg-mall__walletCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 30px;
  border-radius: 20px;
  background: #121a2b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 26px rgba(0, 0, 0, 0.18);
  min-width: 0;
  margin-bottom: 20px;
}

.vtg-mall__walletLeft {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.vtg-mall__walletIcon {
  flex-shrink: 0;
  display: block;
  filter: brightness(0) saturate(100%) invert(55%) sepia(98%) saturate(720%) hue-rotate(338deg) brightness(103%) contrast(103%);
}

.vtg-mall__walletLabel {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vtg-mall__walletAmount {
  margin-left: auto;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.vtg-mall__searchRow {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: 16px;
  align-items: center;
}

.vtg-mall__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 0 14px;
  max-width: 210px;
  border-radius: 32px;
  border: 1px solid #343A49;
  background: #131A2C;
  backdrop-filter: blur(25px);
}

.vtg-mall__searchIcon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0.8;
  background: center/18px 18px no-repeat;
  background-image: url("../img/search_icon.svg");
}

.vtg-mall__searchInput {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  color: rgba(235, 240, 252, 0.92);
  font-size: 14px;
  font-weight: 400;
  padding-right: 6px;
}

.vtg-mall__searchInput::placeholder {
  color: rgba(205, 214, 232, 0.55);
  font-weight: 600;
}

.vtg-mall__filterBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 14px;
  color: rgba(215, 222, 238, 0.9);
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid var(--Stroke-Line, #343A49);
  background: var(--Stroke-Line, #343A49);
  font-weight: 400;
}

.vtg-mall__filterBtn img {
  display: block;
  filter: brightness(0) saturate(100%) invert(84%) sepia(7%) saturate(785%) hue-rotate(188deg) brightness(92%) contrast(92%);
}

.vtg-mall__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

.vtg-mall__card {
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--Stroke-Line, #343A49);
  background: var(--Dark-bg, #1D2536);
}

.vtg-mall__thumb {
  aspect-ratio: 16/11;
  border-radius: 5px;
  background: var(--Dark-1, #131A2C);
  overflow: hidden;
}

.vtg-mall__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vtg-mall__cardBody {
  padding: 12px 12px 14px;
}

.vtg-mall__cardTitle {
  color: var(--Light, #EEE);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 6px;
}

.vtg-mall__cardBrand {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 10px;
}

.vtg-mall__priceRow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  border-radius: 10px;
  border: 1px solid var(--Stroke-Line, #343A49);
  background: var(--Dark-bg, #1D2536);
  backdrop-filter: blur(25px);
  padding: 5px 14px;
}

.vtg-mall__priceIcon {
  display: block;
  filter: brightness(0) saturate(100%) invert(55%) sepia(98%) saturate(720%) hue-rotate(338deg) brightness(103%) contrast(103%);
}

.vtg-mall__price {
  font-size: 14px;
  font-weight: 900;
  color: rgba(235, 240, 252, 0.92);
}

.vtg-mall__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 100%;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  border: none;
}

.vtg-mall__btn--buy {
  border-radius: 32px;
  background: var(--Button-1, linear-gradient(180deg, #FF7E33 0%, #FF4D00 100%));
  box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.3) inset;
  color: var(--Light, #EEE);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.vtg-mall__btn--sold {
  color: #555;
  background: var(--Stroke-Line, #343A49);
  box-shadow: 0 -4px 0 0 rgba(255, 255, 255, 0.1) inset;
}

/* Mall filter bottom sheet */
.vtg-noScroll {
  overflow: hidden !important;
}

.vtg-mallFilter {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.vtg-mallFilter__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.vtg-mallFilter__sheet {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(440px, 100% - 32px);
  transform: translate(-50%, 102%);
  border-radius: 22px 22px 0 0;
  background: #151c2d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.22s ease;
  padding: 14px 16px 16px;
  max-height: 78vh;
  overflow: auto;
}

.vtg-mallFilter.is-open {
  pointer-events: auto;
}

.vtg-mallFilter.is-open .vtg-mallFilter__backdrop {
  opacity: 1;
}

.vtg-mallFilter.is-open .vtg-mallFilter__sheet {
  transform: translate(-50%, 0);
}

.vtg-mallFilter__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 2px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 14px;
}

.vtg-mallFilter__title {
  font-size: 16px;
  font-weight: 800;
  color: rgba(235, 240, 252, 0.92);
}

.vtg-mallFilter__close {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(235, 240, 252, 0.92);
  font-size: 22px;
  line-height: 1;
}

.vtg-mallFilter__form {
  gap: 14px;
}

.vtg-mallFilter .vtg-settings__label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(210, 218, 235, 0.82);
}

.vtg-mallFilter .vtg-settings__input {
  font-size: 14px;
  font-weight: 600;
}

.vtg-mallFilter .vtg-settings__input::placeholder {
  font-size: 14px;
}

.vtg-mallFilter__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 4px;
}

.vtg-mallFilter__btn {
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 900;
  font-size: 14px;
}

.vtg-mallFilter__btn--ghost {
  color: #555;
  background: var(--Stroke-Line, #343A49);
  box-shadow: 0 -4px 0 0 rgba(255, 255, 255, 0.1) inset;
}

.vtg-mallFilter__btn--primary {
  border-radius: 32px;
  background: var(--Button-1, linear-gradient(180deg, #FF7E33 0%, #FF4D00 100%));
  box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.3) inset;
  color: var(--Light, #EEE);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 360px) {
  .vtg-mall__grid {
    grid-template-columns: 1fr;
  }
}
/* ---- Auth pages (Login / Register / Forgot) ---- */
body.vtg-authLogin {
  min-height: 100vh;
  background: #131A2C;
  color: #EEE;
}

.vtg-authLogin__page {
  position: relative;
  min-height: 100vh;
  padding: 24px 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.vtg-authLogin__bg {
  max-width: initial;
  margin: 0 auto;
  position: fixed;
  inset: 0;
  z-index: 0;
  background: url("../img/auth_pages/login_bg.png") center top/cover no-repeat;
  opacity: 1;
  background-size: 100% 80%!important;
}

.vtg-authLogin__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  display: grid;
  gap: 18px;
}

.vtg-authLogin__logo {
  display: grid;
  place-items: center;
  padding-top: 4px;
}

.vtg-authLogin__logo img {
  display: block;
  width: min(300px, 90%);
  height: auto;
}

.vtg-authLogin__card {
  margin: 0 0px;
  border-radius: 10px;
  border: 1px solid var(--Stroke-Line, #343A49);
  background: rgba(19, 26, 44, 0.7);
  backdrop-filter: blur(10px);
  padding: 18px;
}

.vtg-authLogin__form {
  display: grid;
  gap: 14px;
}

.vtg-authLogin__field {
  display: grid;
  gap: 8px;
}

.vtg-authLogin__label {
  color: var(--Light, #EEE);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.vtg-authLogin__control {
  position: relative;
  display: flex;
  align-items: center;
}

.vtg-authLogin__icon {
  position: absolute;
  left: 20px;
  width: 20px;
  height: 18px;
  object-fit: contain;
  opacity: 1;
  z-index: 1;
}

.vtg-authLogin__input {
  width: 100%;
  height: 50px;
  padding: 0 45px;
  border: 1px solid var(--Stroke-Line, #343A49);
  background: var(--Dark-1, #131A2C);
  backdrop-filter: blur(25px);
  color: #EEE;
  outline: none;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.vtg-authLogin__input::placeholder {
  color: rgba(96, 109, 141, 0.9);
}

.vtg-authLogin__eye {
  position: absolute;
  right: 14px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
}

.vtg-authLogin__eye img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.9;
}

.vtg-authLogin__captchaRow {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
}

.vtg-authLogin__captchaImg {
  height: 48px;
  max-width: 180px;
  width: 100%;
  border-radius: 16px;
  border: 0;
  background: #FFFFFF;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 8px 18px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 0 14px;
}

.vtg-authLogin__captchaImg canvas {
  display: block;
  width: 90%;
  height: auto;
}

.vtg-authLogin__captchaRefresh {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  display: grid;
  place-items: center;
  padding: 0;
}

.vtg-authLogin__captchaRefresh img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.vtg-authLogin__btnRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 6px;
}

.vtg-authLogin__btn {
  height: 50px;
  border-radius: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
}

.vtg-authLogin__btn--primary {
  background: var(--Button-1, linear-gradient(180deg, #FF7E33 0%, #FF4D00 100%));
  box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.3) inset;
  color: var(--Light, #EEE);
}

.vtg-authLogin__btn--secondary {
  border: 1px solid var(--Stroke-Line, #343A49);
  background: var(--Dark-bg, #1D2536);
  color: var(--Light, #EEE);
}

.vtg-authLogin__links {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.vtg-authLogin__forgot {
  color: #606D8D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-decoration: none;
}

.vtg-authLogin__footer {
  text-align: center;
  color: #606D8D;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  padding-top: 4px;
}

body.vtg-announcementsPage {
  background: radial-gradient(1200px 500px at 20% 0%, rgba(56, 74, 110, 0.25) 0%, rgba(20, 24, 32, 0) 60%), radial-gradient(900px 400px at 90% -5%, rgba(255, 255, 255, 0.06) 0%, rgba(20, 24, 32, 0) 65%), linear-gradient(180deg, #161b25 0%, #121620 60%, #0f131b 100%);
}

.vtg-announcementsPage__wrap {
  padding-top: 18px;
  padding-bottom: 40px;
  max-width: 440px;
  margin: 0 auto;
}

.page_name_main .page_name {
  color: #606D8D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.vtg-announcementsPage__titleRow {
  margin: 0px 0 22px;
  padding: 0;
}

.vtg-announcementsPage__title {
  font-family: var(--primary-700);
  font-size: 42px;
  font-weight: 700;
  color: rgba(163, 176, 204, 0.55);
  margin: 0;
  letter-spacing: 0.02em;
}

.vtg-announcementsPage__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 16px;
}

@media (min-width: 576px) {
  .vtg-announcementsPage__grid {
    gap: 20px 18px;
  }
}
.vtg-announcementsCard {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #343A49;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  background: #1D2536;
}

.vtg-announcementsCard:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vtg-announcementsCard--read {
  opacity: 0.86;
}

.vtg-announcementsCard__media {
  margin: 10px 10px 0;
  border-radius: 16px;
  overflow: hidden;
  background: #12161d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  aspect-ratio: 4/3;
}

.vtg-announcementsCard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vtg-announcementsCard__body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  min-height: 0;
}

.vtg-announcementsCard__date {
  font-size: 13px;
  color: rgba(171, 183, 205, 0.6);
  font-family: var(--primary-400);
  letter-spacing: 0.02em;
}

.vtg-announcementsCard__heading {
  font-family: var(--primary-500);
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vtg-announcementsCard__excerpt {
  font-family: var(--primary-400);
  font-size: 14px;
  line-height: 1.35;
  color: rgba(173, 184, 206, 0.7);
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vtg-announcementsCard__view {
  width: 100%;
  align-self: stretch;
  margin-top: 8px;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid #343A49;
  background: #1D2536;
  color: #eee;
  font-family: var(--primary-700);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vtg-announcementsCard__view:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.vtg-announcementsPage__loading,
.vtg-announcementsPage__error,
.vtg-announcementsPage__empty {
  grid-column: 1/-1;
  padding: 24px 12px;
  text-align: center;
  color: #9aa3b5;
  font-size: 14px;
}

.vtg-announcementsPage__detail {
  padding-bottom: 40px;
}

.vtg-announcementsPage__detailDate {
  color: #8b95a8 !important;
  font-size: 14px;
}

.vtg-announcementsPage__detailTitle {
  font-family: var(--primary-700);
  font-size: 1.35rem;
}

.vtg-announcementsPage__detailHtml {
  line-height: 1.6;
  font-size: 15px;
}

.vtg-announcementsPage__detailImg {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.vtg-announcementsPage__pager {
  gap: 8px;
}

.vtg-announcementsPage__pager .pagination-link {
  min-width: 40px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  background: transparent;
  border-radius: 32px;
  border: 1px solid var(--Stroke-Line, #343A49);
  background: var(--Dark-bg, #1D2536);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.vtg-announcementsPage__pager .pagination-item.active .pagination-link {
  color: #EEE;
  background: #1D2536;
  border: 1px solid #EEE;
  box-shadow: none;
}

.vtg-announcementsPage__pager .pagination-item.active .pagination-link:hover {
  color: #1D2536;
  background: #eee;
}

.vtg-announcementsPage__pager .pagination-item:not(.disabled):not(.active) .pagination-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.vtg-announcementsPage__pager .pagination-item:not(.disabled) .pagination-arrow:hover {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.vtg-announcementsPage__pager .pagination-item.disabled .pagination-link {
  color: #5c6575;
  opacity: 1;
}

.vtg-announcementsPage__paginationWrap {
  display: flex;
  justify-content: center;
  padding: 16px 0 8px;
}

#preloader {
  background: #111;
}

body.vtg-referralFriends {
  background: radial-gradient(1200px 520px at 30% 0%, rgba(56, 74, 110, 0.22) 0%, rgba(20, 24, 32, 0) 62%), linear-gradient(180deg, #151a25 0%, #0f131b 100%);
}

.vtg-rf {
  max-width: 440px;
  margin: 0 auto;
  padding: 0 14px 110px;
  color: rgba(239, 243, 250, 0.92);
}

.vtg-rf__topbar {
  height: 58px;
  display: grid;
  grid-template-columns: 15px 1fr 70px;
  align-items: center;
  gap: 10px;
  background: none;
}

.vtg-rf__back {
  width: 18px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  text-decoration: none;
}

.vtg-rf__back img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 0.92;
}

.vtg-rf__title {
  font-family: var(--primary-700);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(239, 243, 250, 0.92);
}

.vtg-rf__tc {
  justify-self: end;
  height: 34px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.14);
  color: rgba(239, 243, 250, 0.85);
  font-weight: 700;
  font-size: 12px;
}

.vtg-rf__hero {
  margin-top: 6px;
  position: relative;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.referral-img {
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.vtg-rf__heroImg {
  width: 100%;
  height: auto;
  display: block;
}

.vtg-rf__heroMsg {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -30px;
  padding: 10px 12px 15px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: center;
  font-family: var(--primary-500);
  font-size: 13px;
  line-height: 1.25;
  color: rgba(239, 243, 250, 0.92);
}

.vtg-rf__heroAmt {
  color: var(--primary-color);
  font-weight: 900;
}

.vtg-rf__qrSection {
  margin-top: 60px;
  position: relative;
  display: grid;
  place-items: center;
}

.vtg-rf__qrCard {
  width: min(250px, 100%);
  background: rgba(25, 31, 44, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  padding: 15px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.vtg-rf__qr {
  width: 100%;
  border-radius: 14px;
  background: #fff;
  display: block;
}

.vtg-rf__char {
  position: absolute;
  width: 90px;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.vtg-rf__char--lion {
  left: 0;
  top: 60px;
}

.vtg-rf__char--boy {
  right: 0;
  width: 88px;
}

.vtg-rf__codeSection {
  margin-top: 18px;
}

.vtg-rf__label {
  font-family: var(--primary-400);
  font-size: 13px;
  color: #999;
  margin: 0 0 10px;
}

.vtg-rf__codeRow {
  display: grid;
  grid-template-columns: 1fr 25px;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 60px;
  background: rgba(28, 35, 50, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vtg-rf__codeText {
  font-family: var(--primary-300);
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vtg-rf__copyBtn {
  background: none;
  padding: 0;
  width: auto;
  min-width: auto;
  border: none;
  box-shadow: none;
}

.vtg-rf__copyBtn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.92;
}

.vtg-rf__actions {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.vtg-rf__btn {
  width: 100%;
  height: 52px;
  border-radius: 999px;
  border: 0;
  font-family: var(--primary-700);
  font-size: 15px;
  letter-spacing: 0.01em;
}

.vtg-rf__btn--primary {
  background: linear-gradient(180deg, #FF7E33 0%, #FF4D00 100%);
  box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.3) inset;
  color: #fff;
}

.vtg-rf__btn--ghost {
  background: rgba(28, 35, 50, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(239, 243, 250, 0.9);
}

body.vtg-ultimatePassword {
  background: radial-gradient(1000px 520px at 50% 10%, rgba(56, 74, 110, 0.18) 0%, rgba(20, 24, 32, 0) 62%), linear-gradient(180deg, #151a25 0%, #0f131b 100%);
}

.vtg-up {
  max-width: 440px;
  margin: 0 auto;
  padding: 0 14px 110px;
  min-height: 100vh;
  color: rgba(239, 243, 250, 0.92);
  position: relative;
}
.vtg-up::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  background: url("../img/ultimate_password/bg.png") center top/contain no-repeat;
  pointer-events: none;
}

.vtg-up__topbar {
  height: 58px;
  display: grid;
  grid-template-columns: 44px 1fr 70px;
  align-items: center;
  gap: 10px;
  background: none;
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin: 0 auto;
  padding: 0 15px;
}

.vtg-up__back {
  width: 8px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  text-decoration: none;
  color: rgba(239, 243, 250, 0.92);
}

.vtg-up__backIcon {
  font-size: 28px;
  line-height: 1;
  opacity: 0.9;
}

.vtg-up__title {
  font-family: var(--primary-700);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(239, 243, 250, 0.92);
}

.vtg-up__history {
  justify-self: end;
  height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.14);
  color: rgba(239, 243, 250, 0.85);
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
}

.vtg-up__wrap {
  padding-top: 8px;
  position: relative;
  z-index: 1;
}

.vtg-up__walletCard {
  margin-top: 8px;
  padding: 15px 25px;
  border: 1px solid #343A49;
  background: #131A2C;
  backdrop-filter: blur(25px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.vtg-up__walletLeft {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.vtg-up__walletIcon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.vtg-up__walletLabel {
  font-size: 14px;
  color: rgba(171, 183, 205, 0.85);
}

.vtg-up__walletRight {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.vtg-up__walletValue {
  font-family: var(--primary-700);
  font-size: 18px;
  font-weight: 800;
  color: rgba(239, 243, 250, 0.92);
}

.vtg-up__walletEarn {
  font-size: 14px;
  color: rgba(171, 183, 205, 0.65);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vtg-up__walletChev {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  opacity: 0.8;
}

.vtg-up__panel {
  margin-top: 12px;
  border: 1px solid #343A49;
  background: rgba(52, 58, 73, 0.2);
  backdrop-filter: blur(5px);
  box-shadow: none;
  padding: 18px 16px 16px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.vtg-up__prizeCard {
  margin: 14px auto 25px;
  width: min(340px, 100%);
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.vtg-up__prizeIcon {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.vtg-up__prizeIcon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.vtg-up__prizeLabel {
  font-family: var(--primary-600);
  font-size: 12px;
  color: rgba(171, 183, 205, 0.7);
}

.vtg-up__prizeValue {
  font-family: var(--primary-700);
  font-size: 16px;
  color: rgba(239, 243, 250, 0.92);
}

.vtg-up__panelTitle {
  margin: 4px 0 6px;
  font-family: var(--primary-700);
  font-size: 20px;
  font-weight: 800;
  color: rgba(239, 243, 250, 0.94);
}

.vtg-up__panelSub {
  margin: 0 0 14px;
  font-family: var(--primary-300);
  font-size: 14px;
  line-height: 1.35;
  color: rgba(171, 183, 205, 0.72);
}

.vtg-up__rangeRow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0 10px;
}

.vtg-up__rangeEdge {
  font-family: var(--primary-300);
  color: #EEE;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: inline-flex;
  justify-content: flex-end;
}

.rangeEdge_right {
  justify-content: flex-start;
}

.vtg-up__rangeMid {
  color: #FFDE26;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-family: var(--primary-500);
  letter-spacing: 0.06em;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  width: 166px;
  margin: 0 auto;
}

.vtg-up__rangeMid:before,
.vtg-up__rangeMid:after {
  content: "";
  height: 2px;
  background: rgba(239, 243, 250, 0.25);
  border-radius: 999px;
}

.vtg-up__rangePointer {
  width: 0;
  height: 0;
  margin: 0 auto 14px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #ff7e33;
}

.vtg-up__caret {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #ff7e33;
  transform: translateY(2px);
}

.vtg-up__inputCard {
  margin: 0 auto 14px;
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.14);
  padding: 15px 18px 20px;
}

.vtg-up__inputLabel {
  font-family: var(--primary-400);
  margin-bottom: 10px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.vtg-up__otp {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 0px;
}

.vtg-up__otpInput {
  width: 46px;
  height: 56px;
  border: 0;
  outline: 0;
  background: transparent;
  text-align: center;
  font-family: var(--primary-700);
  font-size: 52px;
  line-height: 1;
  color: rgba(239, 243, 250, 0.95);
  caret-color: var(--primary-color);
}

.vtg-up__otpInput::selection {
  background: #ff7e33;;
}

.vtg-up__otpInput {
  border-bottom: 4px solid rgba(239, 243, 250, 0.95);
  border-radius: 0;
  padding-bottom: 2px;
}

.vtg-up__otpInput:focus {
  border-bottom-color: var(--primary-color);
}

.vtg-up__otpInput {
  width: 15px;
  height: 30px;
  outline: 0;
  background: transparent;
  text-align: center;
  font-family: var(--primary-700);
  font-size: 22px;
  line-height: 1;
  color: rgba(239, 243, 250, 0.95);
  caret-color: var(--primary-color);
}

.vtg-up__submit {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 32px;
  text-align: center;
  font-family: var(--primary-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.vtg-up__submit:disabled {
  color: #555;
  background: var(--Stroke-Line, #343A49);
  box-shadow: 0 -4px 0 0 rgba(255, 255, 255, 0.1) inset;
  cursor: not-allowed;
}

.vtg-up__submit:not(:disabled) {
  color: #fff;
  background: var(--Button-1, linear-gradient(180deg, #FF7E33 0%, #FF4D00 100%));
  box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.3) inset;
  cursor: pointer;
}

.vtg-up__submit:not(:disabled):active {
  transform: translateY(1px);
  filter: brightness(0.98);
}

.vtg-up__chanceNote {
  margin-top: 10px;
  font-family: var(--primary-300);
  color: #999;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.vtg-up__rewards {
  margin-top: 14px;
  border-radius: 10px;
  border: 1px solid var(--Stroke-Line, #343A49);
  background: rgba(52, 58, 73, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 14px 12px 12px;
}

.vtg-up__rewardsTitle {
  font-family: var(--primary-700);
  font-size: 14px;
  color: rgba(239, 243, 250, 0.88);
  margin: 0 0 12px;
  text-align: left;
}

.vtg-up__rewardsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.vtg-up__reward {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 19, 27, 0.25);
  padding: 10px 8px 8px;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.vtg-up__reward img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}

.vtg-up__rewardText {
  font-family: var(--primary-600);
  font-size: 11px;
  color: rgba(171, 183, 205, 0.78);
  text-align: center;
  white-space: nowrap;
}

.vtg-up__recent {
  margin-top: 18px;
}

.vtg-up__recentTitle {
  font-family: var(--primary-700);
  font-size: 16px;
  color: rgba(171, 183, 205, 0.55);
  margin: 0 0 14px;
}

.vtg-up__empty {
  padding: 28px 0 10px;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(171, 183, 205, 0.65);
}

.vtg-up__emptyIcon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
  opacity: 0.9;
}

.vtg-up__emptyIcon:before,
.vtg-up__emptyIcon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: rgba(239, 243, 250, 0.65);
  transform-origin: center;
}

.vtg-up__emptyIcon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.vtg-up__emptyIcon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.vtg-up__emptyText {
  font-family: var(--primary-700);
  font-size: 12px;
  color: rgba(171, 183, 205, 0.55);
}

.border_separate {
  background: #343A49;
  width: calc(100% + 34px);
  height: 1px;
  position: relative;
  left: -17px;
  margin: 22px 0 25px;
}

footer {
  z-index: 9;
}

/* Referral Modal */
.vtg-refModal { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: flex-end; justify-content: center; }
.vtg-refModal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.6); cursor: pointer; }
.vtg-refModal__sheet { position: relative; z-index: 1; width: 100%; max-width: 480px; background: var(--card-bg, #1e2535); border-radius: 20px 20px 0 0; padding: 24px 20px 36px; }
.vtg-refModal__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.vtg-refModal__title { font-size: 16px; font-weight: 600; color: #fff; margin: 0; }
.vtg-refModal__close { background: none; border: none; color: rgba(255,255,255,0.5); font-size: 18px; cursor: pointer; padding: 4px 8px; }
.vtg-refModal__body { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.vtg-refModal__qrWrap { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.vtg-refModal__qr { background: #fff; border-radius: 12px; padding: 10px; display: flex; align-items: center; justify-content: center; }
.vtg-refModal__qr canvas { display: block; }
.vtg-refModal__qrHint { font-size: 12px; color: rgba(171,183,205,0.7); margin: 0; text-align: center; }
.vtg-refModal__linkWrap { width: 100%; }
.vtg-refModal__linkLabel { font-size: 12px; color: rgba(171,183,205,0.7); margin-bottom: 8px; }
.vtg-refModal__linkRow { display: flex; gap: 8px; align-items: center; }
.vtg-refModal__linkInput { flex: 1; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; color: #fff; font-size: 13px; padding: 10px 12px; min-width: 0; outline: none; }
.vtg-refModal__copyBtn { flex-shrink: 0; background: var(--primary-color, #4f8ef7); color: #fff; border: none; border-radius: 10px; padding: 10px 16px; font-size: 13px; font-weight: 600; cursor: pointer; }

/*# sourceMappingURL=ann-layout.css.map */
