/* Original Nuxt/Vuetify source styles, statically scoped to preserve Vue behavior. */

/* assets/css/main.css */
:root {
  color-scheme: dark;
}
html,
body,
#__nuxt {
  min-height: 100%;
  margin: 0;
  /* background: #111; */
}
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family:
    "Poppins",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #171717 !important;
}

body > .footer,
body > .floating-actions-root,
body > .bottom-nav {
  display: none !important;
}
.responsive-overlay .modal{
  max-height: 600px;
  overflow: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.header {
  margin-top: 70px;
}

.app-header {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  min-height: 64px;
  background: #171717;
  backdrop-filter: blur(14px);
  border-bottom: none;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1180px;
  min-height: 64px;
  margin: 0 auto;
  padding: 12px 14px;
  gap: 18px;
}
.logo {
  flex: 0 0 auto !important;
  font-size: 22px !important;
  font-weight: 950 !important;
  letter-spacing: -1.6px !important;
  line-height: 1 !important;
}
.logo span{ font-size: 22px !important;
  font-weight: 950 !important;
  letter-spacing: -1.6px !important;
  line-height: 1 !important;
  color: #fff;
}
.logo strong {
  color: #ffd400;
  font-size: 22px !important;
  letter-spacing: -1.6px !important;
  line-height: 1 !important;
}
.back-link {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #303030;
  color: #fff;
}
.page-title {
  flex: 1 1 auto;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}
.app-header {
  transition: transform 0.25s ease;
}
.app-header.is-hidden {
  transform: translateY(-100%);
}
.login {
  border: 1px dashed #434343 !important;
  font-weight: bold;
  text-transform: none !important;
}
.register {
  font-weight: bold;
  text-transform: none !important;
  color: #1a1a1a;
}
.header-spacer {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}
.desktop-apply {
  display: none;
  min-width: 120px;
  font-weight: 900;
}
.desktop-nav {
  display: none;
  align-items: center;
  gap: 6px;
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 750;
}
.desktop-nav a {
     display: inline-flex;
    align-items: center;
    gap: 1px;
    padding: 7px 10px;
    border-radius: 8px;
}
.desktop-nav a.router-link-active {
  color: #ffd400;
  background: rgb(255 212 0 / 10%);
}

.bottom-nav {
  position: fixed;
  z-index: 40;
  right: 5px;
  bottom: 20px;
  left: 5px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 70px;
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  border: 1px solid transparent;
  border-radius: 60px;
  background:
    linear-gradient(#2b2b2b, #2b2b2b) padding-box,
    linear-gradient(90deg, #b89512 0%, #8c7414 35%, #5b5028 70%, #45433b 100%)
      border-box;
  transition: transform 0.25s ease;
}

.bottom-nav.is-hidden {
  transform: translateY(calc(100% + 24px));
}

.bottom-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 999px;
  color: #bdbdbd;
  font-size: 11px;
}

.bottom-nav .nav-item.active {
  color: #ffcd00;
  background: rgb(255 205 0 / 12%);
}

.bottom-nav .icon-wrap {
  display: grid;
  place-items: center;
}

.bottom-nav small {
  font-size: 10px;
  font-weight: 750;
}

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

.user-wallet-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.user-wallet-actions .wallet-pill {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 4px 16px;
  border: 1px dashed #ffd400;
  border-radius: 8px;
  background: #00000033;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.user-wallet-actions .wallet-pill span {
  color: #ffd400;
}

.user-wallet-actions .wallet-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #ffcd00;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.deposit-card {
  display: inline-flex;
  align-items: center;
}

.deposit-card-trigger {
  color: #1f1f1f !important;
}

.deposit-card-menu {
  display: grid;
  min-width: 180px;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgb(255 205 0 / 22%);
  border-radius: 12px !important;
  background: #242424 !important;
  color: #fff !important;
  box-shadow: 0 16px 36px rgb(0 0 0 / 42%) !important;
}

.deposit-card-action {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.deposit-card-action:hover {
  background: rgb(255 205 0 / 10%);
}

.deposit-card-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: #363636;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.quick-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 18px;
  border-radius: 12px;
  background: #303030;
  color: #fff;
}
.v-btn {
  text-transform: none !important;
}
.quick-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
}
.quick-icon.green {
  background: #13c91559;
  color: #d7ffd8;
}
.quick-icon.gold {
  background: rgb(255 208 0 / 28%);
  color: #ffd000;
}
.quick-card strong {
  align-self: center;
  font-size: 13px;
}
.quick-card b,
.quick-card small,
.quick-card em {
  grid-column: 1 / -1;
}
.quick-card b {
  font-size: 24px;
  font-style: normal;
  font-weight: 950;
}
.quick-card small {
  max-width: 150px;
  color: #bdbdbd;
  font-size: 11px;
  line-height: 1.15;
}
.quick-card em {
  justify-self: start;
  padding: 4px 12px;
  border-radius: 99px;
  background: #10c917;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.quick-card:nth-child(2) em {
  background: #b5940b;
  color: #ffd000;
}
.calendar-button {
  position: fixed;
  z-index: 110;
  top: 15px;
  right: 15px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #303030;
  color: #fff;
  cursor: pointer;
}
.bottom-sheet-card {
  position: relative;
  width: min(100%, 560px);
  max-height: 90vh;
  margin: 0 auto;
  overflow-y: auto;
  border-radius: 20px 20px 0 0 !important;
  background: #303030 !important;
  color: #fff !important;
  transition: transform 0.25s ease;
  will-change: transform;
}

.profile-info-withdraw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.max-w-50 {
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .responsive-bottom-dialog {
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  .responsive-bottom-dialog .sheet-handle-wrap {
    display: none !important;
  }

  .responsive-bottom-dialog .bottom-sheet-card,
  .responsive-bottom-dialog .promotion-sheet,
  .responsive-bottom-dialog .deposit-method-sheet,
  .responsive-bottom-dialog .edit-sheet {
    max-height: min(86vh, 760px);
    border-radius: 20px !important;
  }
}

.category-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 0 6px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
}
.category-tabs::-webkit-scrollbar {
  display: none;
}
.category-tab {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #d8d8d8;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  scroll-snap-align: center;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.category-tab.active {
  border: 1px solid transparent;
  border-radius: 10px;
  background:
    linear-gradient(#524922, #524922) padding-box,
    linear-gradient(
        90deg,
        #cccccc91 0%,
        #cccccc91 35%,
        #524922 70%,
        #524922 100%
      )
      border-box;
}

.small-gradient-border {
  background: radial-gradient(
    circle at left bottom,
    #ffcc00a0 0%,
    #252525 85%,
    #222119 100%
  );
  padding: 0.05rem;
  border-radius: 9px;
  box-shadow: 0 0 10px -6px #ffcd00;
}

.home-page {
  margin-top: 70px;
}

.home-page .home-action-button {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.home-page .banner-wrapper {
  position: relative;
}

.home-page .dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 10;
  display: flex;
  gap: 6px;
  padding: 4px 6px;
  border-radius: 10px;
  background: #bfbfbf70;
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(20px);
}

.home-page .dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: rgb(255 255 255 / 30%);
  cursor: pointer;
  transition: all 0.2s;
}

.home-page .dot.active {
  width: 8px;
  border-radius: 999px;
  background: #000;
}

.home-page .hero,
.home-page .promo {
  overflow: hidden;
  border: 1px solid rgb(255 212 0 / 62%);
  border-radius: 15px;
  box-shadow: 0 0 18px rgb(255 212 0 / 10%);
}

.home-page .hero .v-img__img {
  object-position: top center;
}

.home-page .promo {
  max-height: 266px;
}
.home-page .promo-wrapper {
  position: relative;
}
.home-page .promo-wrapper,
.promo-wrapper .swiper-slide {
  max-height: 266px;
}

.home-page .promo-slider {
  overflow: hidden;
  border-radius: 15px;
}

.home-page .promo-dots {
  bottom: 10px;
}

.home-page .home-section {
  margin-top: 25px;
}

.home-page h2 {
  margin: 0 0 10px;
  color: #f4f4f4;
  font-size: 15px;
  font-weight: 850;
}

.home-page .provider-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 12px;
}

.home-page .provider {
  min-height: 42px;
  overflow: hidden;
  padding: 4px 12px;
  background: linear-gradient(to left, #2d2d2d, #434343);
}

.home-page .provider .v-img {
  height: 42px;
}

.home-page .section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.game-section {
  --game-section-card-width: var(--game-section-mobile-width);
  --game-section-card-height: var(--game-section-mobile-height);

  width: 100%;
  min-width: 0;
  margin-top: 24px;
}

.game-section h2 {
  margin: 10px 16px;
  color: #f5f5f5;
  font-size: 15px;
  font-weight: 850;
}

.game-section .card-row {
  width: 100%;
  min-width: 0;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  box-sizing: border-box;
  padding: 0 16px 3px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.game-section .card-row::-webkit-scrollbar {
  display: none;
}

.game-section .card-row > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.footer {
  width: 100%;
  margin-top: 28px;
  padding: 18px 0 calc(104px + env(safe-area-inset-bottom));
  background: #2b2b2b;
  color: #d3d3d3;
}
.footer-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 14px;
}
.footer h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 15px;
}
.footer h3 {
  margin: 16px 0 8px;
  font-size: 11px;
  font-weight: 600;
}
.footer p {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
  color: #d3d3d3;
  
}
.footer .socials,
.footer .payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 110px;
}
.footer .round {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #333;
}
.footer .pill {
  display: grid;
  min-width: 34px;
  height: 30px;
  place-items: center;
  padding: 0 7px;
  border-radius: 16px;
  background: #fff;
  color: #333;
  font-size: 9px;
  font-weight: 850;
}
.footer .legal p + p {
  margin-top: 10px;
}
.footer .payment-sections {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}
.footer .payment-sections > div {
  flex: 1;
}
.footer .payments {
  align-items: center;
  gap: 10px;
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 720px) {
  .game-section {
    margin-top: 30px;
  }

  .game-section h2 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .game-section .card-row {
    gap: 16px;
  }

  .footer {
    margin-top: 36px;
    padding: 28px 0 calc(112px + env(safe-area-inset-bottom));
  }
  .footer-inner {
    padding: 0 28px;
  }
  .footer p {
    max-width: 780px;
    font-size: 12px;
    line-height: 1.45;
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  .game-section {
    --game-section-card-width: var(--game-section-desktop-width);
    --game-section-card-height: var(--game-section-desktop-height);
  }

  .game-section .card-row {
    gap: 18px;
  }

  .footer {
    margin-top: 42px;
    padding: 30px 0;
  }
  .footer-inner {
    padding: 0 32px;
  }
}

.hero {
  height: calc((207 / 370) * 100vw);
  max-height: 320px !important;
}
.desktop-nav {
  display: flex;
}
.desktop-apply {
  display: inline-grid;
}

.game-card {
  width: calc((140 / 120) * 300px);
  height: calc((120 / 140) * 300px);
}
.header-inner {
  padding: 14px 32px;
}

.games-page {
  display: grid;
  gap: 18px;
  margin: 80px auto 0;
}

.games-grid {
  grid-auto-rows: auto;
}

.bottom-nav {
  display: none;
}

.responsive-bottom-sheet .v-card {
  padding: 0 15px 20px !important;
}
.responsive-bottom-dialog .v-card,
.v-dialog .v-card {
  padding: 20px;
}

.password-form {
  max-width: 400px;
}

@media (max-width: 1024px) {
  .password-form {
    max-width: 100%;
  }
  .bottom-nav {
    display: grid;
  }

  .home-page .promo {
    max-height: 160px;
  }
  .home-page .promo-wrapper,
  .promo-wrapper .swiper-slide {
    max-height: 160px;
  }

  .games-page {
    width: min(100%, 760px);
  }
  .header-inner {
    padding: 14px 16px;
  }
  .desktop-nav {
    display: none;
  }
  .game-card {
    width: calc((140 / 120) * 140px);
    height: calc((120 / 140) * 140px);
  }
  .banner-slider {
    height: calc((207 / 370) * 100%);
  }

  .home-page .home-section {
    margin-top: 30px;
  }
  .home-page h2 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .home-page .provider-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }
  .home-page .provider {
    min-height: 58px;
  }
  .home-page .provider .v-img {
    height: 58px;
  }
  .section-spacer h3{
    color: #f5f5f5;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

@media (max-width: 560px) {
  .home-page .provider-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

.promotion-page {
  color: #f6f6f6;
}
.promotion-page .invite-panel {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 660px;
  overflow: hidden;
  height: 100vh;
}
.promotion-page .invite-copy {
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 14px;
  padding-top: 70px;
  text-align: center;
}
.promotion-page .invite-copy h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 950;
  line-height: 1.18;
}
.promotion-page .invite-copy span {
  color: #ffd400;
  font-size: 38px;
}
.promotion-page .invite-copy p {
  max-width: 330px;
  margin: 0;
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.35;
}
.promotion-page .invite-copy a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.promotion-page .reward-visual {
  position: absolute;
  inset: auto 0 350px;
  display: grid;
  height: 260px;
  place-items: center;
  color: #ffd400;
}
.promotion-page .reward-money {
  width: 900px;
  height: 900px;
}
.promotion-page .reward-visual::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #ffd400;
  border-radius: 20%;
  filter: blur(50px);
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.promotion-page .reward-visual .v-icon:first-child {
  position: absolute;
  color: #d9f8ff;
  transform: rotate(-14deg) translate(-18px, 32px);
  opacity: 0.95;
}
.promotion-page .reward-visual .v-icon:nth-child(2) {
  position: absolute;
  color: #d8f4ff;
  transform: rotate(8deg);
  filter: drop-shadow(0 18px 24px rgb(0 0 0 / 45%));
}
.promotion-page .reward-visual .v-icon:nth-child(3) {
  position: absolute;
  right: 24%;
  top: 18%;
}
.promotion-page .reward-visual .v-icon:nth-child(4) {
  position: absolute;
  left: 27%;
  bottom: 18%;
}
.promotion-page .referral-card {
  z-index: 1;
  align-self: end;
  display: grid;
  justify-self: center;
  width: min(100%, 530px);
  gap: 9px;
  padding: 60px 18px 28px;
  text-align: center;
  background: #171717;
  border-radius: 100% 100% 0 0;
  overflow: visible;
}
.promotion-page .referral-card span {
  color: #dedede;
  font-size: 13px;
}
.promotion-page .referral-actions {
  display: grid;
  padding: 10px 35px;
  grid-template-columns: 0fr auto auto;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
}
.promotion-page .cuppon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  width: 200px;
  border-radius: 8px;
  background: #303030;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 16px;
  padding: 0 16px;
}
.promotion-page .promotion-list {
  margin-top: 28px;
}
.promotion-page .promotion-list h2 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 900;
}
.promotion-page .promo-pages {
  overflow: hidden;
  margin-top: 18px;
  touch-action: pan-y;
}
.promotion-page .promo-track {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: transform 0.22s ease;
  will-change: transform;
}
.promotion-page .promo-track.is-dragging {
  transition: none;
}
.promotion-page .promo-cards {
  flex: 0 0 100%;
  display: grid;
  gap: 18px;
}
.promotion-page .promo-card {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 137px;
  padding: 0;
  border: 1px solid #222;
  border-radius: 12px;
  background: #222;
  cursor: pointer;
}
.promotion-page .promo-card .v-img {
  width: 100%;
  height: 100%;
}
.promotion-sheet {
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px 20px 0 0 !important;
  background: #303030 !important;
  color: #fff !important;
  transition: transform 0.25s ease;
  will-change: transform;
}
.promotion-sheet.is-dragging {
  transition: none;
}
.promotion-sheet .sheet-handle-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  padding: 18px 0 10px;
  place-items: center;
  background: #303030;
  cursor: grab;
  touch-action: none;
}
.promotion-sheet .sheet-handle {
  width: 88px;
  height: 5px;
  border-radius: 999px;
  background: rgb(255 255 255 / 80%);
}
.promotion-sheet .sheet-content {
  display: grid;
  gap: 42px;
  padding: 10px 20px 100px;
}
.promotion-sheet .sheet-content h2,
.promotion-sheet .sheet-content h3 {
  margin: 0;
}
.promotion-sheet .sheet-content h2 {
  font-size: 28px;
  font-weight: 950;
  line-height: 1.15;
}
.promotion-sheet .sheet-content h2 span {
  color: #ffd400;
}
.promotion-sheet .sheet-content h3 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.2;
}
.promotion-sheet .bonus-table {
  overflow: hidden;
  border-radius: 22px;
  background: #2b2b2b;
}
.promotion-sheet .bonus-row {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.9fr 0.9fr;
  gap: 8px;
  align-items: center;
  min-height: 50px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.15;
}
.promotion-sheet .bonus-row:nth-child(odd) {
  background: #303030;
}
.promotion-sheet .bonus-head {
  min-height: 58px;
  background: #353535 !important;
  font-size: 14px;
}
.promotion-sheet .sheet-copy ol {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 26px;
  color: #ececec;
  font-size: 16px;
  line-height: 1.2;
}
.promotion-sheet .sheet-action {
  position: sticky;
  z-index: 3;
  bottom: -20px;
  padding: 30px 20px;
  background: linear-gradient(transparent, #303030 28%);
}
.promotion-sheet .sheet-action .v-btn {
  font-size: 17px;
  font-weight: 900;
  text-transform: none;
}

.tab-track {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: transform 0.22s ease;
  will-change: transform;
}

@media (min-width: 720px) {
  .promotion-page {
    margin: 0 auto;
  }
  .promotion-page .invite-panel {
    border-radius: 22px;
  }
  .promotion-page .promo-card {
    height: 190px;
  }
  .promotion-sheet {
    width: min(620px, calc(100vw - 32px));
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .fixed-btn-bottom {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 16px;
  }

  .promotion-page {
    max-width: none;
  }
  .promotion-page .invite-panel {
    min-height: 660px;
    border-radius: 18px;
    height: 90vh;
  }
  .promotion-page .invite-copy {
    justify-items: center;
    padding-top: 70px;
    text-align: center;
  }
  .promotion-page .invite-copy h1 {
    font-size: 44px;
  }
  .promotion-page .invite-copy p {
    max-width: 380px;
  }
  .promotion-page .reward-visual {
    inset: auto 0 190px;
    width: 100%;
  }
  .promotion-page .referral-card {
    justify-self: center;
    margin-left: 0;
  }
  .promotion-page .promotion-list {
    margin-top: 34px;
  }
  .promotion-page .promo-cards {
    grid-template-columns: minmax(0, 1fr);
  }
  .promotion-page .promo-card {
    height: 170px;
  }
  .promotion-page .reward-money {
    width: 550px;
    height: 550px;
  }
}

.focus-shell {
  min-height: calc(100vh - 64px);
  background: #171717;
  color: #f6f6f6;
}
.focus-shell.has-app-bar {
  padding-top: 64px;
}
.page-enter-motion {
  min-height: inherit;
  width: 100%;
  max-width: 1180px;
}
.focus-app-bar {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 64px;
  padding: 10px 16px;
  background: #171717;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}
.focus-app-bar.is-scrolled {
  box-shadow: 0 1px 0 rgb(255 255 255 / 6%);
}
.focus-app-bar-title {
  margin-left: 14px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
.focus-title-enter-active,
.focus-title-leave-active {
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.focus-title-enter-from,
.focus-title-leave-to {
  opacity: 0;
  transform: translateY(6px);
}

@media (min-width: 720px) {
  .focus-shell {
    display: grid;
    justify-items: center;
    background: #171717;
  }
  .focus-app-bar {
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 32px;
  }
}

.tutorial-page h2 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 900;
}
.tutorial-page .category-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
}
.tutorial-page .category-tabs::-webkit-scrollbar {
  display: none;
}
.tutorial-page .category-tab {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #d8d8d8;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  scroll-snap-align: center;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.tutorial-page .category-tab.active {
  border: 1px solid transparent;
  border-radius: 10px;
  background:
    linear-gradient(#524922, #524922) padding-box,
    linear-gradient(
        90deg,
        #cccccc91 0%,
        #cccccc91 35%,
        #524922 70%,
        #524922 100%
      )
      border-box;
}
.tutorial-page .sub-tabs {
  position: relative;
  display: flex;
  width: fit-content;
  background: #323232;
  border-radius: 12px;
}
.tutorial-page .sub-tabs::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc((100% - 8px) / 2);
  border-radius: 8px;
  background: #ffcd00;
  transition: transform 0.25s ease;
}
.tutorial-page .sub-tabs.show-pdf::before {
  transform: translateX(100%);
}
.tutorial-page .sub-tab {
  position: relative;
  z-index: 1;
  min-width: 72px;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.25s ease;
}
.tutorial-page .sub-tab.active {
  color: #000;
}
.tutorial-page .tutorial-content {
  margin-top: 16px;
}
.tutorial-page .placeholder-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  width: 100%;
  border: 2px dashed #ffcd00;
  border-radius: 14px;
  background: #2d2d2d;
  color: #ffcd00;
  font-size: 18px;
  font-weight: 700;
}

.contact-page h2 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 900;
}
.contact-page .contact-head {
  text-align: center;
}
.contact-page .contact-head p {
  margin-top: 10px;
}
.contact-page .social-list {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.contact-page .social-item {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  background: #323232;
  cursor: pointer;
  transition: 0.2s;
}
.contact-page .social-item:hover {
  background: #444;
  transform: translateY(-2px);
}
.contact-page .social-item img {
  width: 45%;
  height: 45%;
  object-fit: contain;
}
.contact-page .social-item span {
  color: #fff;
  font-size: 13px;
}
.contact-page .social-lists {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.contact-page .social-items {
  height: 70px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border-radius: 12px;
  background: #323232;
  cursor: pointer;
  transition: 0.2s;
}
.contact-page .phone-number {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border-radius: 12px;
  background: #323232;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 15px;
}
.contact-page .phone-number img,
.contact-page .social-items img {
  background: #2d2d2d;
  padding: 6px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
}
.contact-page .contact {
  margin-top: 20px;
}
.contact-page .contact h4 {
  margin-bottom: 5px;
}

.profile-page {
  gap: 18px;
  color: #fff;
  padding: 0 16px;
  padding-bottom: 92px;
}
.profile-page .profile-hero {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 2px 8px;
}
.profile-page .avatar {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: #ffd000;
  color: #111;
  font-size: 25px;
  font-weight: 950;
}
.profile-page .profile-hero span {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}
.profile-page .profile-hero h1 {
  margin: 4px 0 0;
  color: #ffd000;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}
.balance-card {
  position: relative;
  aspect-ratio: 1.55;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 30px 30px 40px 40px;
  background: #121212;
  box-shadow: 0 0 16px rgb(255 205 0 / 20%);
}
.balance-yellow {
  position: absolute;
  top: 9%;
  right: 4%;
  left: 4%;
  height: 90%;
  padding: 11% 6% 0;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(180deg, #ffd000 0%, #8d7206 100%);
}
.balance-front {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  align-content: end;
  height: 60%;
  padding: 0 7% 9%;
  background: transparent;
}
.balance-front-shape {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.balance-front p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffd000;
  font-size: clamp(32px, 9vw, 52px);
  font-weight: 950;
  line-height: 1;
}
.total-balance {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(15px, 4vw, 22px) !important;
  font-weight: 500;
}
.brand {
  display: block;
  text-align: right;
  color: #111;
  font-size: clamp(22px, 6vw, 34px);
  font-weight: 950;
  letter-spacing: -1.5px;
  line-height: 1;
}
.profile-page .brand span {
  color: #fff;
}
.profile-page .balance-card > span {
  align-self: end;
  font-size: 13px;
}
.profile-page .balance-card h2 {
  margin: -22px 0 0;
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 0.2px;
}
.profile-page .profile-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.profile-page .profile-action {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #303030;
  color: #fff;
}
.profile-page .profile-action:not(.compact) {
  grid-column: 1 / -1;
}
.profile-page .profile-action.compact {
  min-height: 70px;
}
.profile-page .action-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #292929;
  color: #d9d9d9;
}
.profile-page .action-copy {
  display: grid;
  gap: 8px;
}
.profile-page .action-copy strong {
  font-size: 16px;
  font-weight: 950;
  line-height: 1.12;
}
.profile-page .action-copy small {
  max-width: 330px;
  color: #d6d6d6;
  font-size: 11px;
  line-height: 1.18;
}

@media (min-width: 720px) {
  .profile-page {
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  .profile-page {
    max-width: 1120px;
    grid-template-columns: 390px 1fr;
    align-items: start;
    padding-bottom: 30px;
  }
  .profile-page .profile-hero,
  .profile-page .balance-card,
  .profile-page .quick-grid {
    grid-column: 1;
  }
  .profile-page .profile-actions {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-content: start;
  }
  .profile-page .profile-action:not(.compact) {
    grid-column: auto;
  }
  .profile-page .profile-action {
    min-height: 118px;
  }
}

.transactions-page {
  position: relative;
  display: grid;
  gap: 24px;
  color: #fff;
  padding-bottom: 92px;
}

.transactions-page .circle-button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #303030;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.transactions-page h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 950;
}

.transactions-page .tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(100%, 305px);
  padding: 5px;
  border-radius: 10px;
  background: #303030;
  margin: 0 auto;
}

.transactions-page .tabs::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: calc((100% - 10px) / 2);
  border-radius: 8px;
  background: #ffd000;
  transition: transform 0.25s ease;
}

.transactions-page .tabs.show-withdraw::before {
  transform: translateX(100%);
}

.transactions-page .tabs button {
  position: relative;
  z-index: 1;
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.25s ease;
}

.transactions-page .tabs button.active {
  color: #111;
}

.transactions-page .date-group {
  display: grid;
  gap: 12px;
}

.transactions-page .date-group h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
}

.transactions-page .transaction-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 78px;
  padding: 14px 18px;
  border: 0;
  border-radius: 14px;
  background: #303030;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.transactions-page .money-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transactions-page .row-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.transactions-page .row-copy strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.transactions-page .row-copy small {
  margin-top: 4px;
  color: #bdbdbd;
  font-size: 12px;
}

.transactions-page .transaction-row em {
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.transactions-page .transaction-row em.pending {
  background: rgb(255 208 0 / 15%);
  color: #ffd000;
}

.transactions-page .transaction-row em.successed {
  background: rgb(32 243 30 / 15%);
  color: #20f31e;
}

.transactions-page .transaction-row em.failed {
  background: rgb(255 76 76 / 15%);
  color: #ff4c4c;
}

.transactions-bottom-sheet {
  width: min(100%, 420px);
}

.transactions-bottom-sheet.is-dragging {
  transition: none;
}

.transactions-date-picker-card .v-date-picker {
  background: #303030;
}

.transactions-bottom-sheet .sheet-handle-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  padding: 18px 0 10px;
  place-items: center;
  background: #303030;
  cursor: grab;
  touch-action: none;
}

.transactions-bottom-sheet .sheet-handle {
  width: 88px;
  height: 5px;
  border-radius: 999px;
  background: rgb(255 255 255 / 80%);
}

.transactions-bottom-sheet.detail-sheet {
  width: min(100%, 560px);
}

.transactions-bottom-sheet .detail-sheet-content {
  display: grid;
  gap: 20px;
  padding: 10px 20px calc(24px + env(safe-area-inset-bottom));
}

.transactions-bottom-sheet .detail-sheet-content header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.transactions-bottom-sheet .detail-sheet-content header strong {
  font-size: 28px;
  font-weight: 900;
}

.transactions-bottom-sheet .detail-sheet-content dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  margin: 0;
}

.transactions-bottom-sheet .detail-sheet-content dt {
  color: #bdbdbd;
}

.transactions-bottom-sheet .detail-sheet-content dd {
  margin: 0;
  color: #fff;
  font-weight: 700;
  text-align: right;
}

@media (min-width: 720px) {
  .transactions-page {
    max-width: 560px;
    margin: 0 auto;
  }
}

.payment-page .account-card {
  border-radius: 17px;
  background: #303030;
}

.payment-page .account-bank {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.payment-page .edit-button {
  display: grid;
  padding: 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.payment-page .bank-badge {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #0b73b9;
  color: #fff;
  font-size: 8px;
  font-weight: 950;
}

.payment-page .aba-img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.payment-page .account-card strong {
  font-size: 24px;
  font-weight: 950;
}

.payment-page .account-card small {
  justify-self: start;
  padding: 4px 9px;
  border-radius: 99px;
  background: rgb(255 212 0 / 50%);
  color: #ffd000;
  font-size: 11px;
  font-weight: 950;
}

.payment-page .page-spacer {
  min-height: 360px;
}

.payment-page .info-item {
  display: grid;
  margin: 0;
  padding: 6px 0;
}

.payment-page .info-label {
  color: #c2c2c2;
  font-size: 13px;
}

.payment-page .info-value {
  display: inline-block;
  width: fit-content;
  min-width: 100px;
  max-width: 100%;
  margin-top: 4px;
  padding: 4px 10px;
  overflow-wrap: anywhere;
  border-radius: 16px;
  background: #ffcd0033;
  color: #ffd000;
  font-size: 14px;
  font-weight: bold;
}

.payment-page .info-value-name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.payment-edit-sheet {
  position: relative;
  display: grid;
  width: min(100%, 560px);
  max-height: 90vh;
  gap: 0;
  margin: 0 auto;
  padding: 0 14px calc(24px + env(safe-area-inset-bottom));
  overflow-y: auto;
  border-radius: 20px 20px 0 0 !important;
  background: #303030 !important;
  color: #fff !important;
  transition: transform 0.25s ease;
  will-change: transform;
}

.payment-edit-sheet.is-dragging {
  transition: none;
}

.payment-edit-sheet .sheet-handle-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  margin: 0 -14px;
  padding: 18px 0 10px;
  place-items: center;
  background: #303030;
  cursor: grab;
  touch-action: none;
}

.payment-edit-sheet .sheet-handle {
  width: 88px;
  height: 5px;
  border-radius: 999px;
  background: rgb(255 255 255 / 80%);
}

.payment-edit-sheet .edit-header {
  margin: 10px 0 16px;
  text-align: center;
}

.payment-edit-sheet .edit-header h1,
.payment-edit-sheet .edit-header p,
.payment-bank-dialog h2 {
  margin: 0;
}

.payment-edit-sheet .edit-header h1 {
  font-size: 26px;
  font-weight: 950;
}

.payment-edit-sheet .edit-header p {
  margin-top: 4px;
  color: #bdbdbd;
  font-size: 13px;
}

.payment-edit-sheet .payment-form {
  display: grid;
  gap: 18px;
}

.payment-edit-sheet .payment-form label {
  display: grid;
  gap: 9px;
  font-size: 15px;
  font-weight: 850;
}

.payment-edit-sheet .payment-form input,
.payment-edit-sheet .bank-select {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  outline: 0;
  background: rgb(255 255 255 / 10%);
  color: #fff;
  font: inherit;
}

.payment-edit-sheet .payment-form input {
  padding: 0 18px;
}

.payment-edit-sheet .bank-select {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  text-align: left;
  cursor: pointer;
}

.payment-edit-sheet .bank-select img,
.payment-bank-dialog .bank-option img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 50%;
}

.payment-edit-sheet .payment-form .v-btn {
  margin-top: 8px;
  font-weight: 950;
  text-transform: none;
}

.payment-bank-dialog {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 16px !important;
  background: #303030 !important;
  color: #fff !important;
}

.payment-bank-dialog h2 {
  margin-bottom: 4px;
  font-size: 22px;
}

.payment-bank-dialog .bank-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #383838;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.payment-bank-dialog .bank-option.active {
  border-color: rgb(255 212 0 / 50%);
  color: #ffd400;
}

@media (min-width: 960px) {
  .payment-page .page-spacer {
    display: none;
  }
}

.bet-reports-page {
  position: relative;
  width: min(100%, 760px);
  gap: 24px;
  padding-bottom: 48px;
  margin: 0 auto;
  color: #fff;
}

.bet-reports-page h1,
.bet-reports-page h2 {
  margin: 0;
}

.bet-reports-page h1 {
  font-size: 32px;
  font-weight: 950;
}

.bet-reports-page .provider-section {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 15px;
}

.bet-reports-page .provider-section h2 {
  font-size: 18px;
}

.bet-reports-page .provider-select {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 76px;
  padding: 0 28px;
  border: 0;
  border-radius: 20px;
  background: #303030;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.bet-reports-page .provider-select strong {
  font-size: 20px;
  font-weight: 900;
}

.bet-reports-page .provider-select .v-icon {
  color: #cfcfcf;
}

.bet-reports-page .bet-list {
  display: grid;
  gap: 14px;
}

.bet-reports-page .bet-card {
  display: grid;
  gap: 20px;
  width: 100%;
  padding: 22px 18px;
  border: 0;
  border-radius: 16px;
  background: #303030;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.bet-reports-page .bet-card dl,
.bet-reports-sheet .bet-detail-content dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px 14px;
  margin: 0;
}

.bet-reports-page .bet-card dt,
.bet-reports-sheet .bet-detail-content dt {
  color: #bdbdbd;
}

.bet-reports-page .bet-card dd,
.bet-reports-sheet .bet-detail-content dd {
  display: grid;
  gap: 4px;
  margin: 0;
  font-weight: 700;
  text-align: left;
}

.bet-reports-page .bet-card dd strong {
  font-size: 17px;
}

.bet-reports-page .bet-card small {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 400;
}

.bet-reports-page .bet-detail,
.bet-reports-sheet .bet-detail {
  color: #ffd400;
  text-decoration: underline;
}

.bet-reports-page .bet-amount {
  display: grid;
  gap: 6px;
  padding-top: 16px;
  border-top: 1px dashed rgb(255 255 255 / 14%);
}

.bet-reports-page .bet-amount strong {
  font-size: 20px;
}

.bet-reports-page .total-card {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #303030;
}

.bet-reports-page .total-card strong {
  font-size: 20px;
}

.bet-provider-dialog {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 16px !important;
  background: #303030 !important;
  color: #fff !important;
}

.bet-provider-dialog .provider-option {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #383838;
  color: #fff;
  font: inherit;
  text-align: left;
}

.bet-provider-dialog .provider-option.active {
  border-color: rgb(255 212 0 / 50%);
  color: #ffd400;
}

.bet-reports-sheet.is-dragging {
  transition: none;
}

.bet-reports-sheet .sheet-handle-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  padding: 18px 0 10px;
  place-items: center;
  background: #303030;
  cursor: grab;
  touch-action: none;
}

.bet-reports-sheet .sheet-handle {
  width: 88px;
  height: 5px;
  border-radius: 999px;
  background: rgb(255 255 255 / 80%);
}

.bet-reports-date-picker {
  width: min(100%, 420px);
}

.bet-reports-date-picker .v-date-picker {
  background: #303030;
}

.bet-reports-sheet .bet-detail-content {
  display: grid;
  gap: 22px;
  padding: 14px 20px calc(28px + env(safe-area-inset-bottom));
}

.bet-reports-sheet .bet-detail-content h2 {
  padding-bottom: 18px;
  border-bottom: 1px dashed rgb(255 255 255 / 12%);
  font-size: 30px;
}

.bet-reports-sheet .bet-detail-content dd {
  justify-items: end;
  text-align: right;
}

@media (max-width: 420px) {
  .bet-reports-page .bet-card dl,
  .bet-reports-sheet .bet-detail-content dl {
    grid-template-columns: 90px 1fr;
    gap: 14px 10px;
    font-size: 13px;
  }
}

.statement-page {
  position: relative;
  display: grid;
  width: min(100%, 760px);
  gap: 24px;
  padding-bottom: 48px;
  color: #fff;
  margin: 0 auto;
}

.statement-page .circle-button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #303030;
  color: #fff;
  cursor: pointer;
}

.statement-page h1,
.statement-page h2 {
  margin: 0;
}

.statement-page h1 {
  font-size: 32px;
  font-weight: 950;
}

.statement-page .provider-section {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.statement-page .provider-section h2 {
  font-size: 18px;
}

.statement-page .provider-select {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 68px;
  padding: 0 26px;
  border: 0;
  border-radius: 18px;
  background: #303030;
  color: #fff;
  font: inherit;
  text-align: left;
}

.statement-page .provider-select strong {
  font-size: 18px;
  font-weight: 900;
}

.statement-page .statement-list {
  display: grid;
  gap: 14px;
}

.statement-page .statement-card {
  display: grid;
  gap: 24px;
  width: 100%;
  padding: 22px 18px;
  border: 0;
  border-radius: 16px;
  background: #303030;
  color: #fff;
  font: inherit;
  text-align: left;
}

.statement-page .casino-card {
  gap: 18px;
}

.statement-page .record-details {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px 10px;
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgb(255 255 255 / 14%);
}

.statement-page .record-details dt {
  align-self: center;
  color: #bdbdbd;
  font-size: 13px;
}

.statement-page .record-details dd {
  display: grid;
  gap: 3px;
  margin: 0;
}

.statement-page .record-details dd:first-of-type {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.statement-page .record-details strong {
  font-size: 16px;
}

.statement-page .record-details small {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 400;
}

.statement-page .record-details em,
.statement-sheet .status-badge {
  min-width: 44px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.statement-page .record-details em.win,
.statement-sheet .status-badge.win {
  background: rgb(32 239 29 / 25%);
  color: #20ef1d;
}

.statement-page .record-details em.lost,
.statement-sheet .status-badge.lost {
  background: rgb(255 22 22 / 25%);
  color: #ff3434;
}

.statement-page .record-details em.draw,
.statement-sheet .status-badge.draw {
  background: rgb(255 212 0 / 25%);
  color: #ffd400;
}

.statement-page .bet-detail,
.statement-sheet .bet-detail {
  color: #ffd400;
  text-decoration: underline;
}

.statement-page .statement-values small,
.statement-sheet .detail-content dt {
  color: #bdbdbd;
}

.statement-page .statement-values,
.statement-page .total-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.statement-page .statement-values span,
.statement-page .total-card span {
  display: grid;
  gap: 6px;
}

.statement-page .statement-values span:last-child,
.statement-page .total-card span:last-child {
  justify-items: end;
}

.statement-page .statement-values strong,
.statement-page .total-card strong {
  font-size: 20px;
}

.statement-page .positive,
.statement-sheet .positive {
  color: #20ef1d;
}

.statement-page .negative,
.statement-sheet .negative {
  color: #ff1616;
}

.statement-page .draw-value,
.statement-sheet .draw-value {
  color: #ffd400;
}

.statement-page .total-card {
  gap: 16px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #303030;
}

.statement-sheet.is-dragging {
  transition: none;
}

.statement-sheet .sheet-handle-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  padding: 18px 0 10px;
  place-items: center;
  background: #303030;
  cursor: grab;
  touch-action: none;
}

.statement-sheet .sheet-handle {
  width: 88px;
  height: 5px;
  border-radius: 999px;
  background: rgb(255 255 255 / 80%);
}

.statement-provider-dialog {
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 16px !important;
  background: #303030 !important;
  color: #fff !important;
}

.statement-provider-dialog .provider-sheet-content {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.statement-provider-dialog .provider-option {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #383838;
  color: #fff;
  font: inherit;
  text-align: left;
}

.statement-provider-dialog .provider-option.active {
  border-color: rgb(255 212 0 / 50%);
  color: #ffd400;
}

.statement-date-picker-card {
  width: min(100%, 420px);
}

.statement-date-picker-card .v-date-picker {
  background: #303030;
}

.statement-sheet .detail-content {
  display: grid;
  gap: 22px;
  padding: 14px 20px calc(28px + env(safe-area-inset-bottom));
}

.statement-sheet .detail-content h2 {
  padding-bottom: 18px;
  border-bottom: 1px dashed rgb(255 255 255 / 12%);
  font-size: 30px;
}

.statement-sheet .detail-content dl {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 16px 12px;
  margin: 0;
}

.statement-sheet .detail-content dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.statement-sheet .casino-detail-list {
  grid-template-columns: 92px 1fr !important;
}

.statement-sheet .casino-detail-list dd {
  line-height: 1.25;
}

.statement-sheet .casino-detail-list .status-badge {
  display: inline-block;
}

.bonus-page {
  position: relative;
  display: grid;
  width: min(100%, 760px);
  gap: 22px;
  padding-bottom: 48px;
  color: #fff;
  margin: 0 auto;
}

.bonus-page .circle-button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #303030;
  color: #fff;
  cursor: pointer;
}

.bonus-page h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 950;
}

.bonus-page .quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bonus-page .quick-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4px 9px;
  min-width: 0;
  padding: 12px;
  border-radius: 12px;
  background: #303030;
}

.bonus-page .quick-card span:not(.quick-icon) {
  color: #cfcfcf;
  font-size: 12px;
}

.bonus-page .quick-card strong {
  grid-column: 2;
  font-size: 15px;
}

.bonus-page .quick-icon {
  grid-row: span 2;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
}

.bonus-page .quick-icon.green {
  background: rgb(30 220 70 / 20%);
  color: #25e949;
}

.bonus-page .quick-icon.gold {
  background: rgb(255 212 0 / 18%);
  color: #ffd400;
}

.bonus-page .promo-pages {
  overflow: hidden;
  margin-top: 18px;
  touch-action: pan-y;
}

.bonus-page .promo-track {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: transform 0.22s ease;
  will-change: transform;
}

.bonus-page .promo-track.is-dragging {
  transition: none;
}

.bonus-page .bonus-list {
  flex: 0 0 100%;
  display: grid;
  align-content: start;
  gap: 10px;
}

.bonus-page .provider-section {
  display: grid;
  gap: 10px;
}

.bonus-page .provider-section h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 850;
}

.bonus-page .provider-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bonus-page .provider-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border-radius: 12px;
  background: #303030;
}

.bonus-page .provider-name {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.bonus-page .provider-name strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bonus-page .provider-name sup {
  color: #20ef1d;
  font-size: 10px;
}

.bonus-page .provider-icon {
  display: grid;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgb(255 212 0 / 20%);
  color: #ffd400;
}

.bonus-page .provider-card b {
  font-size: 20px;
}

.bonus-page .provider-card b.has-bonus,
.bonus-page .provider-total strong,
.bonus-page .provider-total b {
  color: #20ef1d;
}

.bonus-page .provider-total {
  display: grid;
  gap: 2px;
  padding-top: 16px;
  color: #cfcfcf;
  font-size: 11px;
}

.bonus-page .bonus-record {
  display: grid;
  gap: 18px;
  width: 100%;
  padding: 16px;
  border: 0;
  border-radius: 12px;
  background: #303030;
  color: #fff;
  font: inherit;
  text-align: left;
}

.bonus-page .record-head,
.bonus-page .record-values {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}

.bonus-page .record-head span,
.bonus-page .record-values span {
  display: grid;
  gap: 4px;
}

.bonus-page .record-values {
  padding-top: 14px;
  border-top: 1px dashed rgb(255 255 255 / 14%);
}

.bonus-page .record-values span:last-child {
  justify-items: end;
}

.bonus-page .bonus-record small {
  color: #bdbdbd;
  font-size: 12px;
}

.bonus-page .bonus-record strong {
  font-size: 15px;
}

.bonus-page .bonus-record em,
.bonus-sheet .status-badge {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.bonus-page .pending,
.bonus-sheet .pending {
  background: rgb(255 212 0 / 22%);
  color: #ffd400;
}

.bonus-page .approved,
.bonus-sheet .approved {
  background: rgb(32 239 29 / 20%);
  color: #20ef1d;
}

.bonus-page .rejected,
.bonus-sheet .rejected {
  background: rgb(255 22 22 / 22%);
  color: #ff3434;
}

.bonus-sheet {
  width: min(100%, 560px);
  max-height: 90vh;
  margin: 0 auto;
  overflow-y: auto;
  border-radius: 20px 20px 0 0 !important;
  background: #303030 !important;
  color: #fff !important;
  transition: transform 0.25s ease;
}

.bonus-sheet.is-dragging {
  transition: none;
}

.bonus-sheet .sheet-handle-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  padding: 18px 0 10px;
  place-items: center;
  background: #303030;
  touch-action: none;
}

.bonus-sheet .sheet-handle {
  width: 72px;
  height: 5px;
  border-radius: 999px;
  background: rgb(255 255 255 / 80%);
}

.bonus-sheet .detail-content {
  display: grid;
  gap: 20px;
  padding: 16px 20px calc(28px + env(safe-area-inset-bottom));
}

.bonus-sheet .detail-content h2 {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgb(255 255 255 / 12%);
  color: #ffd400;
  font-size: 30px;
}

.bonus-sheet .detail-content dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px 12px;
  margin: 0;
}

.bonus-sheet .detail-content dt {
  color: #bdbdbd;
}

.bonus-sheet .detail-content dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.bonus-date-picker-card {
  width: min(100%, 420px);
}

.bonus-date-picker-card .v-date-picker {
  background: #303030;
}

.transfer-page {
  position: relative;
  width: min(100%, 760px);
  gap: 22px;
  min-height: calc(100vh - 64px);
  padding-bottom: 28px;
  color: #fff;
  margin: 0 auto;
}

.transfer-page h1,
.transfer-page h2 {
  margin: 0;
}

.transfer-page h1 {
  font-size: 32px;
  font-weight: 950;
}

.transfer-page .circle-button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #303030;
  color: #fff;
  cursor: pointer;
}

.transfer-page .transfer-tabs {
  position: relative;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(100%, 250px);
  height: 44px;
  padding: 4px;
  overflow: hidden;
  border-radius: 9px;
  background: #303030;
  isolation: isolate;
}

.transfer-page .tab-indicator {
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  width: calc(50% - 4px);
  border-radius: 7px;
  background: #ffd000;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.transfer-page .transfer-tabs.list .tab-indicator {
  transform: translateX(100%);
}

.transfer-page .transfer-tabs button {
  display: grid;
  place-items: center;
  z-index: 1;
  height: 36px;
  min-height: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.22s ease;
}

.transfer-page .transfer-tabs button.active {
  color: #111;
}

.transfer-page .brand {
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -1px;
}

.transfer-page .brand span {
  color: #fff;
}

.transfer-page .account-balance {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  padding: 18px;
  border-radius: 18px;
  background: #303030;
}

.transfer-page .account-balance b {
  grid-column: 1 / -1;
  font-size: 26px;
}

.transfer-page .account-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  background: rgb(32 239 29 / 18%);
  color: #20ef1d;
}

.transfer-page .transfer-form {
  overflow: hidden;
  border-radius: 16px;
  background: #303030;
}

.transfer-page .transfer-form button {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  text-align: left;
}

.transfer-page .transfer-form span,
.transfer-page .amount-field span,
.transfer-sheet .detail-content dt {
  color: #bdbdbd;
}

.transfer-page .amount-field {
  display: grid;
  grid-template-columns: 70px auto 1fr;
  align-items: center;
  min-height: 70px;
  padding: 0 18px;
  border-radius: 16px;
  background: #303030;
}

.transfer-page .amount-field input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 800;
}

.transfer-page .submit-button {
  align-self: end;
  margin-top: auto;
}

.transfer-page .transfer-history,
.transfer-page .date-group {
  display: grid;
  gap: 16px;
}

.transfer-page .date-group h2 {
  font-size: 18px;
}

.transfer-page .transfer-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 78px;
  padding: 16px 20px;
  border: 0;
  border-radius: 18px;
  background: #303030;
  color: #fff;
  font: inherit;
  text-align: left;
}

.transfer-page .transfer-row span {
  display: grid;
  gap: 5px;
}

.transfer-page .transfer-row strong {
  font-size: 26px;
}

.transfer-page .transfer-row small {
  color: #ddd;
}

.transfer-page .transfer-row em,
.transfer-sheet .detail-content em {
  padding: 5px 12px;
  border-radius: 999px;
  background: rgb(32 239 29 / 22%);
  color: #20ef1d;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.transfer-account-dialog {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 18px !important;
  background: #303030 !important;
  color: #fff !important;
}

.transfer-account-dialog button {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 54px;
  align-items: center;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: #383838;
  color: #fff;
  font: inherit;
  text-align: left;
}

.transfer-sheet {
  width: min(100%, 560px);
  max-height: 90vh;
  margin: 0 auto;
  overflow-y: auto;
  border-radius: 20px 20px 0 0 !important;
  background: #303030 !important;
  color: #fff !important;
  transition: transform 0.25s ease;
}

.transfer-sheet.is-dragging {
  transition: none;
}

.transfer-sheet .sheet-handle-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  padding: 18px 0 10px;
  place-items: center;
  background: #303030;
  touch-action: none;
}

.transfer-sheet .sheet-handle {
  width: 72px;
  height: 5px;
  border-radius: 999px;
  background: rgb(255 255 255 / 80%);
}

.transfer-sheet .detail-content {
  display: grid;
  gap: 20px;
  padding: 16px 20px calc(28px + env(safe-area-inset-bottom));
}

.transfer-sheet .detail-content h2 {
  padding-bottom: 18px;
  border-bottom: 1px dashed rgb(255 255 255 / 12%);
  font-size: 30px;
}

.transfer-sheet .detail-content dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px 12px;
  margin: 0;
}

.transfer-sheet .detail-content dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.transfer-date-picker-card {
  width: min(100%, 420px);
}

.transfer-date-picker-card .v-date-picker {
  background: #303030;
}

.turnover-page {
  position: relative;
  display: grid;
  width: min(100%, 760px);
  gap: 26px;
  margin: 0 auto;
  padding-bottom: 48px;
  color: #fff;
}

.turnover-page h1,
.turnover-page h2 {
  margin: 0;
}

.turnover-page h1 {
  font-size: 32px;
  font-weight: 950;
}

.turnover-page .calendar-button {
  position: fixed;
  z-index: 110;
  top: 15px;
  right: 15px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #303030;
  color: #fff;
}

.floating-actions-root .overlay {
  position: fixed;
  z-index: 45;
  inset: 0;
  border: 0;
  background: rgb(0 0 0 / 52%);
  backdrop-filter: blur(5px);
}

.floating-actions-root .fab-stack {
  position: fixed;
  right: 20px;
  bottom: 96px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 13px;
  transition: bottom 0.25s ease;
}

.floating-actions-root .fab-stack.bottom-bar-hidden {
  bottom: 10px;
}

.floating-actions-root .fab-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.floating-actions-root .mini {
  border: 1px solid rgba(190, 187, 172, 0.36);
  border-radius: 12px !important;
  background: #363636 !important;
  color: #ffd400 !important;
  box-shadow: 0 5px 12px rgb(0 0 0 / 35%);
}

.floating-actions-root .main-fab {
  border-radius: 16px !important;
  color: #181818 !important;
  box-shadow: 0 8px 20px rgb(0 0 0 / 35%);
}

.floating-fade-enter-active,
.floating-fade-leave-active,
.floating-rise-enter-active,
.floating-rise-leave-active {
  transition: 0.2s ease;
}

.floating-fade-enter-from,
.floating-fade-leave-to,
.floating-rise-enter-from,
.floating-rise-leave-to {
  opacity: 0;
}

.floating-rise-enter-from,
.floating-rise-leave-to {
  transform: translateY(12px);
}

@media (min-width: 960px) {
  .floating-actions-root .fab-stack {
    right: max(28px, calc((100vw - 1180px) / 2 + 28px));
    bottom: 10px;
  }
}

.turnover-page .provider-section {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.turnover-page .provider-section h2 {
  font-size: 18px;
}

.turnover-page .provider-select {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: #303030;
  color: #fff;
  font: inherit;
  text-align: left;
}

.turnover-page .provider-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.turnover-page .provider-chips button {
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: #303030;
  color: #ddd;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.turnover-page .provider-chips button.active {
  background: #584b0b;
  color: #ffd400;
}

.turnover-page .turnover-list {
  display: grid;
  gap: 12px;
}

.turnover-page .turnover-card {
  width: 100%;
  padding: 24px 18px;
  border: 0;
  border-radius: 16px;
  background: #303030;
  color: #fff;
  font: inherit;
  text-align: left;
}

.turnover-page .turnover-card dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px 10px;
  margin: 0;
}

.turnover-page .turnover-card dt,
.turnover-sheet .detail-content dt {
  color: #bdbdbd;
}

.turnover-page .turnover-card dd {
  display: grid;
  gap: 4px;
  margin: 0;
  font-weight: 800;
}

.turnover-page .turnover-card strong {
  font-size: 18px;
}

.turnover-page .turnover-card small {
  color: #bdbdbd;
  font-weight: 400;
}

.turnover-group-dialog {
  display: grid;
  max-height: 80vh;
  gap: 10px;
  overflow-y: auto;
  padding: 18px;
  border-radius: 18px !important;
  background: #303030 !important;
  color: #fff !important;
}

.turnover-group-dialog button {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 54px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #383838;
  color: #fff;
  font: inherit;
  text-align: left;
}

.turnover-group-dialog button.active {
  border-color: rgb(255 212 0 / 50%);
  color: #ffd400;
}

.turnover-sheet {
  width: min(100%, 560px);
  max-height: 90vh;
  margin: 0 auto;
  overflow-y: auto;
  border-radius: 20px 20px 0 0 !important;
  background: #303030 !important;
  color: #fff !important;
  transition: transform 0.25s ease;
}

.turnover-sheet.is-dragging {
  transition: none;
}

.turnover-sheet .sheet-handle-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  padding: 18px 0 10px;
  place-items: center;
  background: #303030;
  touch-action: none;
}

.turnover-sheet .sheet-handle {
  width: 72px;
  height: 5px;
  border-radius: 999px;
  background: rgb(255 255 255 / 80%);
}

.turnover-sheet .detail-content {
  display: grid;
  gap: 20px;
  padding: 16px 20px calc(28px + env(safe-area-inset-bottom));
}

.turnover-sheet .detail-content h2 {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgb(255 255 255 / 12%);
  font-size: 30px;
}

.turnover-sheet .detail-content dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px 12px;
  margin: 0;
}

.turnover-sheet .detail-content dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.turnover-date-picker-card {
  width: min(100%, 420px);
}

.turnover-date-picker-card .v-date-picker {
  background: #303030;
}

/* components/AuthForm.vue [auth] */

.auth {
  display: grid;
  justify-items: center;
  padding: 48px 0;
}
.auth .panel {
  display: grid;
  width: 100%;
  max-width: 430px;
  gap: 14px;
  padding: 20px;
  background: #242424;
}
.auth h1 {
  margin: 0 0 4px;
  font-size: 24px;
}
.auth .footer-link {
  text-align: center;
  color: #ffd400;
  font-size: 13px;
}
@media (min-width: 720px) {
  .auth {
    padding: 82px 0;
  }
  .auth .panel {
    padding: 28px;
  }
}

/* components/DepositMethodSheet.vue [deposit-method-sheet] */

.deposit-method-sheet {
  width: min(100%, 560px);
  max-height: 90vh;
  margin: 0 auto;
  overflow-y: auto;
  border-radius: 20px 20px !important;
  background: #303030 !important;
  color: #fff !important;
  transition: transform 0.25s ease;
  will-change: transform;
}
.deposit-method-sheet.is-dragging {
  transition: none;
}
.deposit-method-sheet .sheet-handle-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  padding: 18px 0 10px;
  place-items: center;
  background: #303030;
  cursor: grab;
  touch-action: none;
}
.deposit-method-sheet .sheet-handle {
  width: 68px;
  height: 5px;
  border-radius: 999px;
  background: rgb(255 255 255 / 80%);
}
.deposit-method-sheet .sheet-content {
  display: grid;
  gap: 18px;
  padding: 4px 10px calc(24px + env(safe-area-inset-bottom));
}
.deposit-method-sheet .sheet-content header {
  text-align: center;
}
.deposit-method-sheet .sheet-content h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}
.deposit-method-sheet .sheet-content p {
  margin: 4px 0 0;
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.05;
}
.deposit-method-sheet .deposit-method {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 18px;
  background: #303030;
  color: #fff;
  font: inherit;
  text-align: left;
}
.deposit-method-sheet .method-copy {
  display: grid;
  gap: 8px;
}
.deposit-method-sheet .deposit-method strong {
  font-size: 18px;
  line-height: 1.15;
}
.deposit-method-sheet .deposit-method small {
  max-width: 250px;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 1.15;
}
.deposit-method-sheet .method-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 44px;
}
.deposit-method-sheet .method-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
}
.deposit-method-sheet .method-icons.khqr .method-icon {
  width: 34px;
  height: 34px;
  background: #ef0b2d;
}
.deposit-method-sheet .method-icons.bank .method-icon {
  width: 34px;
  height: 34px;
  margin-left: -10px;
  background: #303030;
}
.deposit-method-sheet .method-icons.bank .method-icon:first-child {
  margin-left: 0;
}
.deposit-method-sheet .method-icon .v-img {
  width: 100%;
  height: 100%;
}
.deposit-method-sheet .method-icons.khqr .method-icon .v-img {
  width: 34px;
  height: 34px;
}
.deposit-method-sheet .method-icons.bank .method-icon .v-img {
  width: 34px;
  height: 34px;
}
.deposit-method-sheet .method-icon .v-img__img {
  border-radius: 50%;
}

/* components/GameCard.vue [gradient-border] */

.gradient-border {
  background: radial-gradient(
    circle at left bottom,
    #ffcd00 0%,
    #252525 85%,
    #222119 100%
  );
  padding: 1px;
  border-radius: 12px;
  box-shadow: 0 0 10px -6px #ffcd00;
  overflow: hidden;
}
.gradient-border .card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.gradient-border .card-image .v-img__img {
  object-fit: contain;
  object-position: bottom center !important;
}
.gradient-border .game-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: radial-gradient(
    circle at left bottom,
    #ffcd00 0%,
    #252525 70%,
    #000 100%
  );
  box-shadow: inset 0px 0px 40px 40px #3b392a90 !important;
}
.gradient-border .card-title {
  position: absolute;
  top: 7px;
  left: 7px;
  max-width: calc(100% - 14px);
  overflow: hidden;
  padding: 3px 7px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  color: #efefef;
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
  text-transform: capitalize;
}

@media (min-width: 720px) {
  .gradient-border .game-card {
    flex-basis: 170px;
  }
  .gradient-border .game-card .v-img {
    /* height: 132px !important; */
  }
  .gradient-border .card-title {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  .gradient-border .game-card {
    flex: 1 1 0;
    min-width: 0;
  }
  .gradient-border .game-card .v-img {
    /* height: 168px !important; */
  }
}

/* components/HeaderReport.vue [d-flex] */

.d-flex .date-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 16px;
}

/* components/SimplePage.vue [simple] */

.simple {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 74px 18px;
  text-align: center;
}
.simple h1 {
  margin: 0;
  font-size: 26px;
}
.simple p {
  max-width: 310px;
  margin: 0 0 8px;
  color: #bbb;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 720px) {
  .simple {
    min-height: 520px;
    align-content: center;
    padding: 96px 24px;
  }
  .simple h1 {
    font-size: 34px;
  }
  .simple p {
    max-width: 520px;
    font-size: 16px;
  }
}

/* components/TabDragging.vue [tab-dragging] */

.tab-dragging {
  display: flex;
  flex-direction: column;
}

.tab-dragging .category-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 0 6px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
}

.tab-dragging .category-tabs::-webkit-scrollbar {
  display: none;
}

.tab-dragging .category-tab {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #d8d8d8;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  scroll-snap-align: center;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.tab-dragging .category-tab.active {
  border: 1px solid transparent;
  border-radius: 10px;
  background:
    linear-gradient(#524922, #524922) padding-box,
    linear-gradient(
        90deg,
        #cccccc91 0%,
        #cccccc91 35%,
        #524922 70%,
        #524922 100%
      )
      border-box;
}

.tab-dragging .tab-content-wrapper {
  overflow: hidden;
  touch-action: pan-y;
}

.tab-dragging .tab-track {
  display: flex;
  transition: transform 0.22s ease;
  will-change: transform;
}

.tab-dragging .tab-track.is-dragging {
  transition: none;
}

.tab-dragging :slotted(> div) {
  flex: 0 0 100%;
  min-width: 100%;
}

/* components/TransactionHistory.vue [sheet] */

.sheet {
  width: min(100%, 420px);
  max-height: 90vh;
  margin: 0 auto;
  overflow-y: auto;
  border-radius: 20px 20px 0 0;
  background: #303030;
  color: #fff;
  transition: transform 0.25s ease;
}

.sheet .dragging {
  transition: none;
}

/* HANDLE */
.sheet-handle-wrap {
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
  padding: 18px 0 10px;
  background: #303030;
  touch-action: none;
}

.sheet-handle {
  width: 80px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

/* CONTENT */
.sheet .content {
  padding: 0 14px 24px;
}

.sheet h1 {
  font-size: 20px;
  font-weight: 900;
  margin: 10px 0 20px;
}

/* GROUP */
.sheet .group {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.sheet .group h2 {
  font-size: 14px;
  font-weight: 800;
  color: #bdbdbd;
  margin: 0;
}

.sheet .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 14px;
  background: #2f2f2f;
  border: 1px solid #444;
  color: #fff;
}

.sheet .left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sheet .icon {
  flex-shrink: 0;
}

.sheet .info {
  display: flex;
  flex-direction: column;
}

.sheet .info strong {
  font-size: 16px;
  font-weight: 900;
}

.sheet .info small {
  font-size: 12px;
  color: #aaa;
}

.sheet em {
  font-style: normal;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 999px;
}

/* status */
.sheet .pending {
  background: rgba(255, 208, 0, 0.15);
  color: #ffd000;
}

.sheet .successed {
  background: rgba(0, 255, 100, 0.15);
  color: #20f31e;
}

.sheet .reject {
  background: rgba(255, 0, 0, 0.15);
  color: #ff4c4c;
}

.sheet .detail {
  display: grid;
  gap: 14px;
}

.sheet .back {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.sheet .detail-card {
  background: #2f2f2f;
  border-radius: 16px;
  padding: 18px 6px;
  display: grid;
  gap: 14px;
}

.sheet .money-detail {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
}

.sheet .divider {
  height: 1px;
  background: #444;
  margin: 6px 0;
}

.sheet .info-grid {
  display: grid;
  gap: 12px;
  text-align: left;
}

.sheet .row-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sheet .row-detail span {
  font-size: 12px;
  color: #aaa;
  letter-spacing: 0.5px;
}

.sheet .row-detail strong {
  font-size: 13px;
  color: #fff;
}
.sheet .amount {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}

.sheet .icon-detail {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

/* components/WithdrawMethodSheet.vue [deposit-method-sheet] */

.deposit-method-sheet {
  width: min(100%, 560px);
  max-height: 90vh;
  margin: 0 auto;
  overflow-y: auto;
  border-radius: 20px 20px 0 0 !important;
  background: #303030 !important;
  color: #fff !important;
  transition: transform 0.25s ease;
  will-change: transform;
}
.deposit-method-sheet.is-dragging {
  transition: none;
}
.deposit-method-sheet .sheet-handle-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  padding: 18px 0 10px;
  place-items: center;
  background: #303030;
  cursor: grab;
  touch-action: none;
}
.deposit-method-sheet .sheet-handle {
  width: 68px;
  height: 5px;
  border-radius: 999px;
  background: rgb(255 255 255 / 80%);
}
.deposit-method-sheet .sheet-content {
  display: grid;
  gap: 18px;
  padding: 4px 10px calc(24px + env(safe-area-inset-bottom));
}
.deposit-method-sheet .sheet-content header {
  text-align: center;
}
.deposit-method-sheet .sheet-content h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}
.deposit-method-sheet .sheet-content p {
  margin: 4px 0 0;
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.05;
}
.deposit-method-sheet .deposit-method {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 18px;
  background: #303030;
  color: #fff;
  font: inherit;
  text-align: left;
}
.deposit-method-sheet .method-copy {
  display: grid;
  gap: 8px;
}
.deposit-method-sheet .deposit-method strong {
  font-size: 18px;
  line-height: 1.15;
}
.deposit-method-sheet .deposit-method small {
  max-width: 250px;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 1.15;
}
.deposit-method-sheet .method-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 44px;
}
.deposit-method-sheet .method-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
}
.deposit-method-sheet .method-icons.khqr .method-icon {
  width: 34px;
  height: 34px;
  background: #ef0b2d;
}
.deposit-method-sheet .method-icons.bank .method-icon {
  width: 34px;
  height: 34px;
  margin-left: -10px;
  background: #303030;
}
.deposit-method-sheet .method-icons.bank .method-icon:first-child {
  margin-left: 0;
}
.deposit-method-sheet .method-icon .v-img {
  width: 100%;
  height: 100%;
}
.deposit-method-sheet .method-icons.khqr .method-icon .v-img {
  width: 34px;
  height: 34px;
}
.deposit-method-sheet .method-icons.bank .method-icon .v-img {
  width: 34px;
  height: 34px;
}
.deposit-method-sheet .method-icon .v-img__img {
  border-radius: 50%;
}

/* layouts/default.vue [site-shell] */

.site-shell {
  min-height: 100vh;
}

.site-shell .page-body {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 0;
}

.site-shell .page-enter-motion {
  min-height: inherit;
}

@media (min-width: 720px) {
  .site-shell .page-body {
    padding: 22px 28px 0;
  }
}

@media (min-width: 960px) {
  .site-shell .page-body {
    padding: 30px 32px 0;
  }
}

/* pages/deposit.vue [deposit-page] */

.deposit-page {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding-top: 27px;
  padding-bottom: calc(22px + env(safe-area-inset-bottom));
  color: #f6f6f6;
}
.deposit-page .deposit-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.deposit-page .back-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #303030;
  color: #fff;
  cursor: pointer;
}
.deposit-page .deposit-flow {
  display: grid;
  gap: 19px;
  align-content: start;
  min-height: calc(100vh - 89px - env(safe-area-inset-bottom));
  padding-top: 18px;
  padding-bottom: 96px;
}
.deposit-page .method-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 10px;
}
.deposit-page .method-select {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 40px;
  padding: 0 14px 0 21px;
  border: 0;
  border-radius: 8px;
  background: #303030;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.deposit-page .method-select span {
  overflow: hidden;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.deposit-page .history-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: #303030;
  color: #d8d8d8;
  cursor: pointer;
}
.deposit-page .field-block {
  display: grid;
  gap: 8px;
}
.deposit-page label {
  color: #fff;
  font-size: 20px;
  font-weight: 850;
}
.deposit-page .amount-card {
  display: grid;
  gap: 27px;
  padding: 28px 21px 21px;
  border-radius: 21px;
  background: #303030;
}
.deposit-page .amount-input-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}
.deposit-page .amount-input-wrap span {
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.95;
}
.deposit-page .amount-input-wrap input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.95;
}
.deposit-page .amount-input-wrap input::placeholder {
  color: rgb(255 255 255 / 40%);
}
.deposit-page .amount-minimum {
  padding-top: 19px;
  border-top: 1px solid rgb(255 255 255 / 9%);
  color: #bdbdbd;
  font-size: 16px;
  letter-spacing: 0.01em;
}
.deposit-page .bank-select {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  background: #303030;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.deposit-page .bank-badge {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #0b73b9;
  color: #fff;
  font-size: 7px;
  font-weight: 900;
}
.deposit-page .bank-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deposit-page .account-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 8px;
  background: #303030;
}
.deposit-page .account-card h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}
.deposit-page .account-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  color: #cfcfcf;
  font-size: 12px;
}
.deposit-page .account-row strong {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.deposit-page .account-row .v-btn {
  min-width: 48px;
  height: 24px;
  border-radius: 5px;
  font-size: 11px;
}
.deposit-page .your-account {
  margin-top: auto;
}
.deposit-page .upload-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #ffd000;
  border-radius: 7px;
  background: transparent;
  color: #ffd000;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}
.deposit-page .proof-input {
  display: none;
}
.deposit-page .uploaded-file {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  background: #343434;
  color: #ddd;
  font-size: 12px;
}
.deposit-page .uploaded-file button {
  display: grid;
  border: 0;
  background: transparent;
  color: #aaa;
  cursor: pointer;
}
.deposit-page .primary-action {
  align-self: end;
  min-height: 52px;
  margin-top: auto;
  border-radius: 9px;
  color: #111 !important;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0;
}
.deposit-page .overlay {
  position: fixed;
  z-index: 70;
  inset: 0;
  background: rgb(0 0 0 / 72%);
  backdrop-filter: blur(6px);
}
.deposit-page .qr-modal,
.deposit-page .success-modal {
  position: fixed;
  z-index: 80;
  left: 50%;
  top: 50%;
  display: grid;
  width: min(calc(100vw - 44px), 350px);
  transform: translate(-50%, -50%);
  border-radius: 18px;
  background: #292929;
  box-shadow: 0 22px 60px rgb(0 0 0 / 46%);
}
.deposit-page .qr-modal {
  gap: 16px;
  padding: 16px;
}
.deposit-page .modal-top {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 14px;
  color: #fff;
}
.deposit-page .modal-top span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}
.deposit-page .modal-top button {
  display: grid;
  border: 0;
  background: transparent;
  color: #aaa;
  cursor: pointer;
}
.deposit-page .success-modal {
  justify-items: center;
  gap: 12px;
  padding: 36px 22px 22px;
  text-align: center;
}
.deposit-page .success-icon {
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  border-radius: 50%;
  background: rgb(24 186 169 / 42%);
  color: #23f0d3;
}
.deposit-page .success-icon .v-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #18bbae;
  color: #46f6de;
}
.deposit-page .success-modal h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 950;
}
.deposit-page .success-modal p {
  max-width: 260px;
  margin: 0 0 18px;
  color: #cfcfcf;
  font-size: 12px;
}
.deposit-page .bank-dialog {
  display: grid;
  gap: 10px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 18px;
  border-radius: 18px !important;
  background: #303030 !important;
  color: #fff !important;
}
.deposit-page .bank-dialog h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 950;
}
.deposit-page .bank-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #383838;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.deposit-page .bank-option.active {
  border-color: rgb(255 208 0 / 55%);
}
.deposit-page .bank-option.active .v-icon {
  color: #ffd000;
}
.deposit-page .option-badge {
  width: 30px;
  height: 30px;
}

@media (min-width: 720px) {
  .deposit-page {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .deposit-page .deposit-flow {
    width: min(100%, 560px);
    justify-self: center;
  }
}

@media (min-width: 960px) {
  .deposit-page {
    max-width: 1180px;
  }
  .deposit-page .deposit-flow {
    min-height: 720px;
  }
  .deposit-page .qr-modal,
  .deposit-page .success-modal {
    width: 390px;
  }
}

/* pages/games/children.vue [children-page] */

.children-page {
  width: min(100%, 760px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 22px 18px 40px;
  background: #242424;
  color: #f8f8f8;
}
.children-page .children-header {
  display: grid;
  gap: 18px;
}
.children-page h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
}
.children-page .search-box {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 60px;
  margin-top: 48px;
  padding: 0 20px;
  border-radius: 10px;
  background: #343434;
  color: #d5d5d5;
}
.children-page .search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 17px;
}
.children-page .search-box input::placeholder {
  color: #e0e0e0;
}
.children-page .category-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin-top: 20px;
  padding: 2px 2px 0 0;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
}
.children-page .category-tabs::-webkit-scrollbar {
  display: none;
}
.children-page .category-tab {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #d8d8d8;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  scroll-snap-align: center;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.children-page .category-tab.active {
  border: 1px solid transparent;
  border-radius: 10px;
  background:
    linear-gradient(#524922, #524922) padding-box,
    linear-gradient(
        90deg,
        #cccccc91 0%,
        #cccccc91 35%,
        #524922 70%,
        #524922 100%
      )
      border-box;
}
.children-page .games-grid {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 151px;
  gap: 14px;
}
.children-page .games-grid .gradient-border {
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0 !important;
}
.children-page .games-grid-swap {
  overflow: hidden;
  margin-top: 20px;
  touch-action: pan-y;
}
.children-page .games-grid-track {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: transform 0.22s ease;
  will-change: transform;
}
.children-page .games-grid-track.is-dragging {
  transition: none;
}
.children-page .empty-state {
  grid-column: 1 / -1;
  margin: 48px 0;
  color: #bdbdbd;
  text-align: center;
}

@media (min-width: 720px) {
  .children-page {
    padding: 30px 28px 50px;
  }
  .children-page .games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 190px;
  }
}

@media (min-width: 1025px) {
  .children-page .games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 151px;
    gap: 20px;
  }
}

/* pages/games/index.vue [games-page] */
.provider-dialog h2{color:#fff;}
.games-page .games-heading h1,
.games-page .games-heading h2 {
  margin: 0;
  color: #f7f7f7;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}
.games-page .games-heading h2 {
  font-size: 26px;
}
.games-page .section-spacer {
  margin-bottom: -10px;
}
.games-page .category-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 0 16px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
}
.games-page .category-tabs::-webkit-scrollbar {
  display: none;
}
.games-page .category-tab {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 12px;
  color: #d8d8d8;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  scroll-snap-align: center;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.games-page .category-tab.active {
  border: 1px solid transparent;
  border-radius: 10px;
  background:
    linear-gradient(#524922, #524922) padding-box,
    linear-gradient(
        90deg,
        #cccccc91 0%,
        #cccccc91 35%,
        #524922 70%,
        #524922 100%
      )
      border-box;
}
.games-page .games-grid {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.games-page .game-card-link {
  display: block;
  min-width: 0;
  aspect-ratio: 1.17;
}
.games-page .games-grid .gradient-border {
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0 !important;
}
.games-page .games-grid-swap {
  overflow: hidden;
  touch-action: pan-y;
}
.games-page .games-grid-track {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: transform 0.22s ease;
  will-change: transform;
}
.games-page .games-grid-track.is-dragging {
  transition: none;
}
@media (max-width: 420px) {
  .games-page .games-heading h1,
  .games-page .games-heading h2 {
    font-size: 24px;
  }
  .games-page .category-tab {
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }
  .games-page .games-grid {
    gap: 14px;
  }
}

@media (min-width: 720px) {
  .games-page {
    gap: 22px;
  }
  .games-page .games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (min-width: 960px) {
  .games-page {
    gap: 24px;
  }
  .games-page .games-heading h1,
  .games-page .games-heading h2 {
    font-size: 30px;
  }
  .games-page .games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (min-width: 1025px) {
  .games-page .games-grid-swap {
    padding-inline: 16px !important;
  }
}

/* pages/login.vue [auth-screen] */

.auth-screen {
  display: grid;
  min-height: 100vh;
  color: #fff;
}
.auth-screen .auth-phone {
  display: grid;
  align-content: start;
  gap: 22px;
  width: 100%;
  min-height: 100vh;
  padding: 44px 16px 28px;
}
.auth-screen .auth-header {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
}
.auth-screen .welcome {
  text-align: center;
}
.auth-screen .welcome h2 {
  color: #ffd000;
  margin-bottom: 10px;
}
.auth-screen .back-button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #303030;
  color: #fff;
}
.auth-screen .logo {
  justify-self: center;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -1px;
  line-height: 1;
}
.auth-screen .logo strong {
  color: #ffd000;
}
.auth-screen .page-title {
  display: none;
}
.auth-screen .auth-form {
  display: grid;
  gap: 22px;
}
.auth-screen label {
  display: grid;
  gap: 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.auth-screen input {
  min-width: 0;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  outline: 0;
  background: #303030;
  color: #fff;
  padding: 0 18px;
  font: inherit;
  font-weight: 500;
}
.auth-screen input::placeholder {
  color: #ddd;
  opacity: 1;
}
.auth-screen .input-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding-right: 14px;
  border-radius: 8px;
  background: #303030;
  color: #cfcfcf;
}
.auth-screen .input-shell input {
  padding-right: 0;
  background: transparent;
}
.auth-screen .code-row {
  display: grid;
  grid-template-columns: 1fr 78px;
  gap: 8px;
}
.auth-screen .code-row button {
  border: 1px dashed #ffd000;
  border-radius: 8px;
  background: #303030;
  color: #fff;
  font: inherit;
  cursor: pointer;
}
.auth-screen .v-btn {
  min-height: 48px;
  font-weight: 950;
}

/* pages/menu.vue [menu-page] */

.menu-page {
  display: grid;
  gap: 24px;
  color: #fff;
  padding-bottom: 96px;
}

.menu-page .download-card {
  position: relative;
  display: grid;
  min-height: 278px;
  overflow: hidden;
  border: 1px solid rgb(255 212 0 / 58%);
  border-radius: 18px;
  background:
    radial-gradient(circle at 74% 44%, rgb(255 212 0 / 38%), transparent 220px),
    linear-gradient(120deg, #242414 0%, #1f1f1f 58%, #272727 100%);
}

.menu-page .download-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 20px;
  max-width: 270px;
  padding: 24px;
}

.menu-page .download-copy h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.1;
}

.menu-page .download-copy h1 span {
  display: block;
  color: #ffd000;
}

.menu-page .download-copy p {
  margin: 0;
  color: #f0f0f0;
  font-size: 15px;
  line-height: 1.2;
}

.menu-page .download-button {
  justify-self: start;
  min-width: 202px;
  font-size: 20px;
  font-weight: 950;
}

.menu-page .phone-art {
  position: absolute;
  right: -52px;
  bottom: -56px;
  width: 240px;
  height: 250px;
  transform: rotate(7deg);
  border: 7px solid #070707;
  border-radius: 34px;
  background: linear-gradient(135deg, #0c0f13, #34383f);
  box-shadow: -16px 16px 34px rgb(0 0 0 / 35%);
}

.menu-page .phone-screen {
  position: absolute;
  inset: 10px;
  overflow: hidden;
  border-radius: 25px;
  background:
    radial-gradient(circle at 72% 22%, rgb(255 212 0 / 34%), transparent 62px),
    linear-gradient(135deg, #111720, #273243);
}

.menu-page .status-pill {
  width: 94px;
  margin: 14px auto 26px;
  padding: 8px 0;
  border-radius: 18px;
  background: #111;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.menu-page .app-icons {
  display: grid;
  grid-template-columns: repeat(2, 54px);
  gap: 14px;
  justify-content: center;
}

.menu-page .app-icons span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 13px;
  background: #f2f2f2;
  color: #222;
  font-size: 10px;
  text-align: center;
}

.menu-page .app-icons .nextbet-icon {
  background: #171717;
  color: #fff;
  font-size: 8px;
  font-weight: 950;
}

.menu-page .quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.menu-page .menu-list {
  display: grid;
  gap: 24px;
}

.menu-page .menu-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 126px;
  padding: 24px;
  border-radius: 16px;
  background: #303030;
  color: #fff;
}

.menu-page .menu-card.compact {
  min-height: 100px;
}

.menu-page .icon-box {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 12px;
  background: #292929;
  color: #d8d8d8;
}

.menu-page .menu-card strong {
  font-size: 22px;
  font-weight: 950;
  line-height: 1.1;
}

.menu-page .menu-copy {
  display: grid;
  gap: 14px;
}

.menu-page .menu-copy small {
  max-width: 420px;
  color: #f0f0f0;
  font-size: 15px;
  line-height: 1.15;
}

@media (max-width: 420px) {
  .menu-page .download-copy {
    max-width: 230px;
    padding: 20px;
  }

  .menu-page .phone-art {
    right: -92px;
  }

  .menu-page .quick-grid {
    gap: 14px;
  }

  .menu-page .menu-card {
    padding: 18px;
  }
}

@media (min-width: 720px) {
  .menu-page {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  .menu-page {
    max-width: 1120px;
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: start;
    padding-bottom: 40px;
  }

  .menu-page .download-card {
    grid-column: 1 / -1;
    min-height: 320px;
  }

  .menu-page .download-copy {
    max-width: 420px;
    padding: 42px;
  }

  .menu-page .phone-art {
    right: 70px;
    bottom: -70px;
    width: 300px;
    height: 310px;
  }

  .menu-page .quick-grid {
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: 1fr;
  }

  .menu-page .menu-list {
    grid-column: 1;
    grid-row: 2 / span 2;
  }
}

/* pages/profile/[section].vue [profile-subpage] */

.profile-subpage {
  display: grid;
  gap: 22px;
  min-height: calc(100vh - 160px);
  color: #fff;
}
.profile-subpage .back-button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #303030;
  color: #fff;
}
.profile-subpage h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 950;
}
.profile-subpage .empty-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 34px;
  border-radius: 14px;
  background: #303030;
  color: #d8d8d8;
  text-align: center;
}
.profile-subpage p {
  margin: 0;
}
@media (min-width: 720px) {
  .profile-subpage {
    max-width: 560px;
    margin: 0 auto;
  }
}

/* pages/profile/bet-reports/index.vue [bet-reports-page] */

.bet-reports-page .date-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 16px;
}

/* pages/profile/change-password.vue [password-page] */

.password-page .sub-page {
  display: grid;
  gap: 22px;
  min-height: calc(100vh - 160px);
  color: #fff;
  padding-bottom: 24px;
}
.password-page h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 950;
}
.password-page .password-form {
  width: 100%;
  margin: 0 auto;
}
.password-page label {
  margin-bottom: 20px;
  display: block;
}
.password-page .input-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 14px 0 18px;
  border-radius: 8px;
  background: #303030;
  color: #bfbfbf;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}
.password-page .input-shell.has-error {
  border-color: #ff6b6b;
  background: #3a2525;
}
.password-page input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 500;
}
.password-page input::placeholder {
  color: #ddd;
  opacity: 1;
}
.password-page .form-spacer {
  min-height: 220px;
}
.password-page .save-btn {
  text-transform: none !important;
  font-weight: bold !important;
}
.password-page .icon-btn {
  cursor: pointer;
  color: #999;
  transition: color 0.2s ease;
}
.password-page .icon-btn:hover {
  color: #ffd400;
}
.password-page .error-message {
  font-size: 12px;
  color: #ff6b6b;
  margin-top: 4px;
}
.password-page .form-group {
  margin-bottom: 20px;
}

/* pages/profile/payment-methods/add.vue [add-payment-page] */

.add-payment-page {
  display: grid;
  gap: 8px;
  color: #fff;
  padding: 28px 0 110px;
}
.add-payment-page .sheet-handle {
  width: 68px;
  height: 4px;
  justify-self: center;
  border-radius: 99px;
  background: #d6d6d6;
}
.add-payment-page h1 {
  margin: 14px 0 0;
  text-align: center;
  font-size: 26px;
  font-weight: 950;
}
.add-payment-page p {
  margin: 0 0 10px;
  color: #bdbdbd;
  text-align: center;
  font-size: 13px;
}
.add-payment-page .payment-form {
  display: grid;
  gap: 18px;
}
.add-payment-page label {
  display: grid;
  gap: 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}
.add-payment-page input,
.add-payment-page .bank-select {
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: #303030;
  color: #fff;
  font: inherit;
}
.add-payment-page input {
  min-width: 0;
  padding: 0 18px;
  outline: 0;
  font-weight: 500;
}
.add-payment-page input::placeholder {
  color: #ddd;
  opacity: 1;
}
.add-payment-page .bank-select {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  text-align: left;
  cursor: pointer;
}
.add-payment-page .bank-badge {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #0b73b9;
  color: #fff;
  font-size: 8px;
  font-weight: 950;
}
.add-payment-page .v-btn {
  min-height: 48px;
  font-weight: 950;
}
@media (min-width: 720px) {
  .add-payment-page {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .add-payment-page {
    max-width: 760px;
    padding-bottom: 30px;
  }
  .add-payment-page .payment-form {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
  .add-payment-page label:first-child {
    grid-column: 1 / -1;
  }
  .add-payment-page .v-btn {
    grid-column: 1 / -1;
    max-width: 220px;
    justify-self: end;
  }
}

/* pages/profile/profile-detail.vue [profile-detail-page] */

.profile-detail-page .copy-btn {
  position: static;
  right: auto;
  top: auto;
  background: transparent;
  transform: none;
}
.profile-detail-page .page-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.profile-detail-page .profile-hero {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0 20px;
}

.profile-detail-page .avatar {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #ffd000;
  color: #111;
  font-size: 25px;
  font-weight: 900;
}

.profile-detail-page .user-info span {
  color: #c2c2c2;
  font-size: 14px;
}

.profile-detail-page .user-info h1 {
  font-size: 20px;
  margin: 2px 0;
}

.profile-detail-page .member-id {
  color: #888;
  font-size: 12px;
}

.profile-detail-page .profile-card {
  background: #1b1b1b;
  border-radius: 16px;
  padding: 16px;
}

.profile-detail-page .profile-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}

.profile-detail-page .profile-info:last-child {
  border-bottom: none;
}

.profile-detail-page .title {
  color: #c2c2c2;
  white-space: nowrap;
}
.profile-detail-page .value {
  white-space: nowrap;
  padding-left: 12px;
  overflow: hidden;
}

.profile-detail-page .ref-link {
  max-width: 180px;
  text-align: right;
  word-break: break-all;
}

.profile-detail-page .logout-wrapper {
  position: static;
  margin-top: 24px;
  margin-bottom: calc(110px + env(safe-area-inset-bottom));
  padding: 0;
  width: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.profile-detail-page .logout-btn {
  background: #323232 !important;
  text-transform: none !important;
  font-weight: bold !important;
}

/* pages/promotion/[id].vue [promotion-detail] */

.promotion-detail {
  display: grid;
  min-height: 100vh;
  gap: 24px;
  padding: 12px 16px 88px;
  color: #f6f6f6;
}
.promotion-detail .detail-header {
  display: grid;
  gap: 14px;
}
.promotion-detail h1,
.promotion-detail h2,
.promotion-detail h3 {
  margin: 0;
}
.promotion-detail h1 {
  font-size: 22px;
  font-weight: 900;
}
.promotion-detail .detail-banner {
  height: 120px;
  overflow: hidden;
  border-radius: 14px;
}
.promotion-detail h2 {
  color: #ffd400;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}
.promotion-detail h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
}
.promotion-detail .bonus-table {
  overflow: hidden;
  border-radius: 14px;
  background: #2d2d2d;
}
.promotion-detail .table-row {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.9fr 0.9fr;
  gap: 6px;
  align-items: center;
  min-height: 56px;
  padding: 10px 14px;
  font-size: 11px;
  line-height: 1.1;
}
.promotion-detail .table-row:nth-child(odd) {
  background: #303030;
}
.promotion-detail .table-head {
  min-height: 42px;
  background: #353535 !important;
  font-size: 10px;
}
.promotion-detail .copy-section ol {
  margin: 0;
  padding-left: 18px;
  font-size: 11px;
  line-height: 1.08;
}
.promotion-detail .apply-wrap {
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px max(10px, calc((100vw - 560px) / 2 + 10px))
    calc(10px + env(safe-area-inset-bottom));
  background: #242424;
}
.promotion-detail .apply-wrap .v-btn {
  font-weight: 900;
  text-transform: none;
}

@media (min-width: 720px) {
  .promotion-detail {
    padding: 24px 20px 100px;
  }
  .promotion-detail .detail-banner {
    height: 200px;
  }
  .promotion-detail h2 {
    font-size: 18px;
  }
  .promotion-detail h3 {
    font-size: 17px;
  }
  .promotion-detail .table-row,
  .promotion-detail .copy-section ol {
    font-size: 13px;
  }
}

/* pages/promotion/success.vue [promotion-success-page] */

.promotion-success-page .done-btn {
  text-transform: none !important;
  font-weight: bold;
}
.promotion-success-page {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: grid;
  place-items: center;
  z-index: 9999;
}

.promotion-success-page .success-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  width: 90%;
  max-width: 420px;
  padding: 42px 22px 22px;
  border-radius: 18px;
  background: #272727;
  text-align: center;
}

.promotion-success-page .success-icon {
  display: grid;
  width: 144px;
  height: 144px;
  place-items: center;
  border-radius: 50%;
  background: rgb(24 186 169 / 42%);
  color: #23f0d3;
}

.promotion-success-page .success-icon .v-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #18bbae;
  color: #46f6de;
}

.promotion-success-page h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.promotion-success-page p {
  color: #cfcfcf;
  font-size: 13px;
  max-width: 300px;
}

/* pages/register.vue [register-screen] */

.register-screen {
  display: grid;
  min-height: 100vh;
  color: #fff;
}
.register-screen .register-phone {
  display: grid;
  align-content: start;
  gap: 22px;
  width: 100%;
  min-height: 100vh;
  padding: 44px 16px 28px;
}
.register-screen .auth-header {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid rgb(255 255 255 / 5%);
}
.register-screen .back-button {
  display: grid;
  width: 36px;
  min-width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #303030;
  color: #fff;
  cursor: pointer;
}
.register-screen .logo {
  justify-self: center;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -1px;
  line-height: 1;
}
.register-screen .logo strong {
  color: #ffd000;
}
.register-screen .page-title {
  display: none;
}
.register-screen .progress-card {
  display: grid;
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 14px;
  background: #292929;
}
.register-screen .track {
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  align-items: center;
  gap: 7px;
}
.register-screen .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #bdbdbd;
  box-shadow: 0 0 0 8px rgb(255 212 0 / 11%);
}
.register-screen .dot.active {
  background: #ffd000;
}
.register-screen .line {
  height: 4px;
  border-radius: 99px;
  background: #303030;
}
.register-screen .line.active {
  background: #ffd000;
}
.register-screen .step-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}
.register-screen .step-labels span {
  display: grid;
  gap: 4px;
}
.register-screen .step-labels strong {
  font-size: 14px;
}
.register-screen .step-labels small {
  color: #d6d6d6;
  font-size: 11px;
}
.register-screen .auth-form {
  display: grid;
  gap: 20px;
}
.register-screen .intro {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin: 18px 0 8px;
  text-align: center;
}
.register-screen .intro h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 950;
}
.register-screen .intro p {
  max-width: 320px;
  margin: 0;
  color: #f0f0f0;
  font-size: 13px;
  line-height: 1.25;
}
.register-screen label {
  display: grid;
  gap: 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}
.register-screen input {
  min-width: 0;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  outline: 0;
  background: #303030;
  color: #fff;
  padding: 0 18px;
  font: inherit;
  font-weight: 500;
}
.register-screen input::placeholder {
  color: #ddd;
  opacity: 1;
}
.register-screen .input-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding-right: 14px;
  border-radius: 8px;
  background: #303030;
  color: #cfcfcf;
}
.register-screen .input-shell input {
  padding-right: 0;
  background: transparent;
}
.register-screen .check-row {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: #e8e8e8;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}
.register-screen .check-row input {
  appearance: none;
  display: grid;
  width: 18px;
  height: 18px;
  min-height: 18px;
  place-items: center;
  padding: 0;
  border-radius: 5px;
  background: #303030;
}
.register-screen .check-row input:checked {
  background: #ffd000;
}
.register-screen .check-row input:checked::after {
  content: "";
  width: 8px;
  height: 5px;
  border: 2px solid #111;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}
.register-screen .check-row strong,
.register-screen .check-row u {
  color: #fff;
  font-weight: 950;
}
.register-screen .code-row {
  display: grid;
  grid-template-columns: 1fr 78px;
  gap: 8px;
}
.register-screen .code-row button {
  border: 1px dashed #ffd000;
  border-radius: 8px;
  background: #303030;
  color: #fff;
  font: inherit;
  cursor: pointer;
}
.register-screen .form-spacer {
  min-height: 120px;
}
.register-screen .v-btn {
  min-height: 48px;
  font-weight: 950;
}
.register-screen .button-row {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
}
.register-screen .button-row .v-btn:first-child {
  background: #303030;
  color: #fff;
}
.register-screen .add-payment {
  display: grid;
  gap: 8px;
  padding-top: 38px;
}
.register-screen .sheet-handle {
  width: 68px;
  height: 4px;
  justify-self: center;
  border-radius: 99px;
  background: #d6d6d6;
}
.register-screen .add-payment h1 {
  margin: 14px 0 0;
  text-align: center;
  font-size: 26px;
  font-weight: 950;
}
.register-screen .add-payment p {
  margin: 0 0 10px;
  color: #bdbdbd;
  text-align: center;
  font-size: 13px;
}
.register-screen .payment-form {
  display: grid;
  gap: 18px;
}
.register-screen .bank-select {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: #303030;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.register-screen .bank-badge {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #0b73b9;
  color: #fff;
  font-size: 8px;
  font-weight: 950;
}

/* pages/support/bank-option/index.vue [bank-option-page] */

.bank-option-page {
  margin-bottom: 30px;
}
.bank-option-page .withdraw {
  margin-top: 20px;
}
.bank-option-page .bank-info {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}
.bank-option-page .info-row {
  display: flex;
  justify-content: space-between;
}
.bank-option-page .free {
  color: greenyellow;
  background: green;
  padding: 4px 10px;
  border-radius: 15px;
}
.bank-option-page .view {
  background: gray;
  padding: 4px 10px;
  border-radius: 15px;
}
.bank-option-page .tutorial-page {
  color: #fff;
}

/* Header */
.bank-option-page .page-header {
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.bank-option-page h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}
/* table */
.bank-option-page .bonus-table {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #2d2d2d;
  margin-top: 10px;
}

.bank-option-page .table-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  min-height: 60px;
  align-items: center;
  padding: 0 12px;
  font-size: 12px;
}

/* odd row = white */
.bank-option-page .table-row.odd {
  background: #2d2d2d;
  color: #fff;
}
.bank-option-page .table-row.even {
  background: #343434;
  color: #fff;
}

.bank-option-page .table-head {
  background: #343434;
  font-weight: 900;
}
.bank-option-page .bank-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bank-option-page .bank-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 100%;
}

/* pages/support/index.vue [support-static-page] */

.support-static-page .support-page {
  margin-top: 70px;
}

.support-static-page .download-card {
  border: 1px solid transparent;
  background:
    linear-gradient(#2b2b2b, #2b2b2b) padding-box,
    linear-gradient(90deg, #b89512 0%, #8c7414 35%, #5b5028 70%, #45433b 100%)
      border-box;
  position: relative;
  overflow: hidden;
  border-radius: 16px !important;
}

.support-static-page .card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.support-static-page .download-app {
  width: 54%;
  padding: 16px;
  position: relative;
  z-index: 2;
}

.support-static-page .download-app h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.support-static-page .download-app span {
  color: #ffd400;
}

.support-static-page .download-app p {
  font-size: 12px;
  margin-bottom: 10px;
}

.support-static-page .download-btn {
  background: #ffd400 !important;
  color: #000 !important;
  font-weight: 600;
  text-transform: none;
  box-shadow: 0 4px 15px rgba(255, 212, 0, 0.35);
}

.support-static-page .image-wrapper {
  position: absolute;
  right: -20px;
  bottom: -10px;

  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.support-static-page .image-wrapper::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: #ffd400;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.support-static-page .image-wrapper .v-img {
  position: relative;
  z-index: 1;
}

.support-static-page .support {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.support-static-page .menu-action {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #323232;
  color: #fff;
}

.support-static-page .menu-action:not(.compact) {
  grid-column: 1 / -1;
}

.support-static-page .menu-action.compact {
  min-height: 70px;
}

.support-static-page .action-icon {
  display: grid;
  width: 38px;
  height: 38px;
  background: #2d2d2d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.support-static-page .action-copy {
  display: grid;
  gap: 8px;
}

.support-static-page .action-copy strong {
  font-size: 16px;
  font-weight: 950;
  line-height: 1.12;
}

.support-static-page .action-copy small {
  max-width: 330px;
  color: #d6d6d6;
  font-size: 11px;
  line-height: 1.18;
}

.support-static-page .lang-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.support-static-page .lang-action {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  padding: 18px 20px;
  border-radius: 24px;
  background: #323232;
  color: #fff;
}

.support-static-page .lang-item {
  cursor: pointer;
  transition: 0.2s ease;
}

.support-static-page .lang-item.active {
  background: #323232;
}

.support-static-page .lang-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.support-static-page .lang-label {
  font-size: 18px;
  font-weight: 850;
}

.support-static-page .radio-indicator {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 2px solid #4c4c4c;
  border-radius: 50%;
}

.support-static-page .radio-indicator::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
}

.support-static-page .lang-item.active .radio-indicator {
  border-color: #ffd400;
}

.support-static-page .lang-item.active .radio-indicator::after {
  background: #ffd400;
}

.support-static-page .action-icon img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

@media (max-width: 420px) {
  .support-static-page .lang-row {
    gap: 10px;
  }

  .support-static-page .lang-action {
    gap: 10px;
    min-height: 72px;
    padding: 14px;
    border-radius: 18px;
  }

  .support-static-page .lang-label {
    font-size: 15px;
  }

  .support-static-page .radio-indicator {
    width: 22px;
    height: 22px;
  }

  .support-static-page .radio-indicator::after {
    width: 8px;
    height: 8px;
  }
}

/* pages/support/information/index.vue [information-page] */

.information-page .tutorial-page {
  color: #fff;
}

/* Header */
.information-page .page-header {
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.information-page h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.information-page .section-title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
  font-size: 20px;
}

/* Expansion Panel */
.information-page .expansions {
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 16px !important;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: none !important;
}

/* Remove Vuetify divider line */
.information-page .v-expansion-panel::after {
  display: none !important;
}

.information-page .v-expansion-panel-title {
  min-height: 60px;
  padding: 16px 20px;
  font-weight: bold;
  font-size: 14px;
}

.information-page .v-expansion-panel-title__overlay {
  display: none;
}

.information-page .v-expansion-panel-text {
  color: #cfcfcf;
}

.information-page .v-expansion-panel-text__wrapper {
  padding-top: 0;
  padding-bottom: 20px;
}

.information-page .v-expansion-panel-text p {
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 14px;
}

/* Custom Arrow */
.information-page .arrow-box {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

/* pages/withdraw.vue [deposit-page] */

.deposit-page {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding-top: 27px;
  padding-bottom: calc(22px + env(safe-area-inset-bottom));
  color: #f6f6f6;
}

.deposit-page .deposit-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}

.deposit-page .back-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #303030;
  color: #fff;
  cursor: pointer;
}

.deposit-page .deposit-flow {
  display: grid;
  gap: 19px;
  align-content: start;
  min-height: calc(100vh - 89px - env(safe-area-inset-bottom));
  padding-top: 18px;
  padding-bottom: 96px;
}

.deposit-page .method-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 10px;
}

.deposit-page .method-select {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 40px;
  padding: 0 14px 0 21px;
  border: 0;
  border-radius: 8px;
  background: #303030;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.deposit-page .method-select span {
  overflow: hidden;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deposit-page .history-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: #303030;
  color: #d8d8d8;
  cursor: pointer;
}

.deposit-page .field-block {
  display: grid;
  gap: 8px;
}

.deposit-page label {
  color: #fff;
  font-size: 20px;
  font-weight: 850;
}

.deposit-page .amount-card {
  display: grid;
  gap: 27px;
  padding: 28px 21px 21px;
  border-radius: 21px;
  background: #303030;
}

.deposit-page .amount-input-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.deposit-page .amount-input-wrap span {
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.95;
}

.deposit-page .input-sm .amount-input-wrap input {
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.deposit-page .amount-input-wrap input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.95;
}

.deposit-page .amount-input-wrap input::placeholder {
  color: rgb(255 255 255 / 40%);
}

.deposit-page .amount-minimum {
  padding-top: 19px;
  border-top: 1px solid rgb(255 255 255 / 9%);
  color: #bdbdbd;
  font-size: 16px;
  letter-spacing: 0.01em;
}

.deposit-page .bank-select {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  background: #303030;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.deposit-page .bank-badge {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #0b73b9;
  color: #fff;
  font-size: 7px;
  font-weight: 900;
}

.deposit-page .bank-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deposit-page .account-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 12px;
  background: #303030;
}

.deposit-page .account-card h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.deposit-page .account-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  color: #cfcfcf;
  font-size: 12px;
}

.deposit-page .account-row strong {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.deposit-page .account-row .v-btn {
  min-width: 48px;
  height: 24px;
  border-radius: 5px;
  font-size: 11px;
}

.deposit-page .your-account {
  margin-top: auto;
}

.deposit-page .upload-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #ffd000;
  border-radius: 7px;
  background: transparent;
  color: #ffd000;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.deposit-page .proof-input {
  display: none;
}

.deposit-page .uploaded-file {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  background: #343434;
  color: #ddd;
  font-size: 12px;
}

.deposit-page .uploaded-file button {
  display: grid;
  border: 0;
  background: transparent;
  color: #aaa;
  cursor: pointer;
}

.deposit-page .primary-action {
  align-self: end;
  min-height: 52px;
  margin-top: auto;
  border-radius: 9px;
  color: #111 !important;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0;
}

.deposit-page .overlay {
  position: fixed;
  z-index: 70;
  inset: 0;
  background: rgb(0 0 0 / 72%);
  backdrop-filter: blur(6px);
}

.deposit-page .qr-modal,
.deposit-page .success-modal {
  position: fixed;
  z-index: 80;
  left: 50%;
  top: 50%;
  display: grid;
  width: min(calc(100vw - 44px), 350px);
  transform: translate(-50%, -50%);
  border-radius: 18px;
  background: #292929;
  box-shadow: 0 22px 60px rgb(0 0 0 / 46%);
}

.deposit-page .qr-modal {
  gap: 16px;
  padding: 16px;
}

.deposit-page .modal-top {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.deposit-page .modal-top span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}

.deposit-page .modal-top button {
  display: grid;
  border: 0;
  background: transparent;
  color: #aaa;
  cursor: pointer;
}

.deposit-page .success-modal {
  justify-items: center;
  gap: 12px;
  padding: 36px 22px 22px;
  text-align: center;
}

.deposit-page .success-icon {
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  border-radius: 50%;
  background: rgb(24 186 169 / 42%);
  color: #23f0d3;
}

.deposit-page .success-icon .v-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #18bbae;
  color: #46f6de;
}

.deposit-page .success-modal h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 950;
}

.deposit-page .success-modal p {
  max-width: 260px;
  margin: 0 0 18px;
  color: #cfcfcf;
  font-size: 12px;
}

.deposit-page .bank-dialog {
  display: grid;
  gap: 10px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 18px;
  border-radius: 18px !important;
  background: #303030 !important;
  color: #fff !important;
}

.deposit-page .bank-dialog h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 950;
}

.deposit-page .bank-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #383838;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.deposit-page .bank-option.active {
  border-color: rgb(255 208 0 / 55%);
}

.deposit-page .bank-option.active .v-icon {
  color: #ffd000;
}

.deposit-page .option-badge {
  width: 30px;
  height: 30px;
}

@media (min-width: 720px) {
  .deposit-page {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .deposit-page .deposit-flow {
    width: min(100%, 560px);
    justify-self: center;
  }
}

@media (min-width: 960px) {
  .deposit-page {
    max-width: 1180px;
  }

  .deposit-page .deposit-flow {
    min-height: 720px;
  }

  .deposit-page .qr-modal,
  .deposit-page .success-modal {
    width: 390px;
  }
}

@media (max-width: 1024px) {
  .deposit-method-sheet {
    border-radius: 20px 20px 0 0 !important;
  }
}
    .header-dropdown {
  position: relative;
      }

      @media (max-width: 1024px) {
         .header-dropdown {
         aspect-ratio: 1/1;
      }
      }

      .header-dropdown:focus-within .dropdown-body {
      display: block;
      }

      .header-dropdown .dropdown-body {
      position: absolute;
      background: #282828e0;
      background: #282828;
      width: 230px;
      list-style: none;
      display: none;
      -webkit-backdrop-filter: blur(22px) brightness(1.15);
      backdrop-filter: blur(22px) brightness(1.15);
      padding: 0;
      top: 76%;
      right: 0px;
      margin-top: 11px;
      border-radius: 10px;
      }

      .header-dropdown .dropdown-body ul {
      padding: 10px 0px;
      list-style: none;
      }

      .header-dropdown .dropdown-body ul li {
      padding: 0px 10px;
      }

      .header-dropdown .dropdown-body ul li a {
      display: flex;
      align-items: center;
      gap: 20px;
      text-decoration: none;
      font-size: 14px;
      color: #fff;
      font-weight: 300;
      position: relative;
      border-radius: 10px;
      padding: 10px 20px;
      }
       .header-dropdown .dropdown-body ul li a img {
         width: 30px;
         aspect-ratio: 1 / 1;
      }
      .icon-btn img {
         max-width: 30px;
         aspect-ratio: 1 / 1;
      }

