@import url(https://fastly.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css);
@import url(/static/css/ReactToastify.css);
@import url(https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800;900&display=swap);
/**********************
 * Drop Block
 **********************/
.drop {
  cursor: pointer;
  display: inline-block;
  min-width: 14px;
  overflow: visible;
  position: relative;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }
  .drop.is-disabled {
    cursor: not-allowed; }

/**********************
 * Drop Content Element
 **********************/
.drop__content {
  position: absolute;
  visibility: hidden;
  width: 100%; }

.drop--down .drop__content {
  top: 100%; }

.drop--up .drop__content {
  bottom: 100%; }

.drop:not(.is-disabled).is-open .drop__content,
.drop:not(.is-disabled):hover .drop__content {
  visibility: visible; }

.drop__content.-transition-fade-in {
  opacity: 0;
  transition: visibility 0s linear, opacity 0.25s ease-in;
  transition-delay: 0.1s; }

.drop.is-open .drop__content.-transition-fade-in,
.drop:hover .drop__content.-transition-fade-in {
  opacity: 1;
  transition-delay: 0s; }

.drop__content.-transition-slide-in {
  opacity: 0;
  transition: visibility 0s linear, opacity 0.25s ease, transform 0.25s ease;
  transition-delay: 0.1s; }

.drop--up .drop__content.-transition-slide-in {
  transform: translateY(-10px); }

.drop--down .drop__content.-transition-slide-in {
  transform: translateY(10px); }

.drop.is-open .drop__content.-transition-slide-in,
.drop:hover .drop__content.-transition-slide-in {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s; }

/**********************
 * Drop Arrow
 **********************/
.drop-arrow {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  height: 0;
  margin: 0 auto;
  width: 0; }

.drop--up .drop-arrow {
  border-top: 7px solid #084298;
  margin-bottom: 2px; }

.drop--down .drop-arrow {
  border-bottom: 7px solid #084298;
  margin-top: 2px; }

.drop--up.-color-secondary .drop-arrow {
  border-top-color: #148a73; }

.drop--down.-color-secondary .drop-arrow {
  border-bottom-color: #148a73; }

.drop--up.-color-lighter .drop-arrow {
  border-top-color: #bdc3c7; }

.drop--down.-color-lighter .drop-arrow {
  border-bottom-color: #bdc3c7; }

/**********************
 * Drop List
 **********************/
.drop-list {
  min-width: 100%;
  background-color: #112c6b;
  font-size: 0.8em;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 5px;
  position: absolute;
  white-space: nowrap; }

.drop.-color-secondary .drop-list {
  background-color: #148a73; }

.drop.-color-lighter .drop-list {
  background-color: #bdc3c7; }

.drop--down .drop-list {
  top: 100%; }

.drop--up .drop-list {
  bottom: 100%; }

.drop-list.-position-left.-pull-left {
  margin-right: 10.5px; }

.drop-list.-position-left.-pull-right {
  margin-right: -10.5px; }

.drop-list.-position-center.-pull-left {
  margin-left: -10.5px; }

.drop-list.-position-center.-pull-right {
  margin-left: 10.5px; }

.drop-list.-position-right.-pull-left {
  margin-left: -10.5px; }

.drop-list.-position-right.-pull-right {
  margin-left: 10.5px; }

.drop-list.-position-center {
  left: 50%;
  transform: translateX(-50%); }

.drop-list.-position-left {
  right: 0; }

.drop-list.-position-right {
  left: 0; }

.drop-list.-size-medium {
  width: 150px; }

.drop-list.-size-large {
  width: 225px; }

.drop-list.-border-rounded {
  border-radius: 5px; }

.drop--down .drop-list::before,
.drop--up .drop-list::after {
  content: " ";
  height: 19px;
  left: 0;
  position: absolute;
  width: 100%; }

.drop--down .drop-list::before {
  bottom: 100%; }

.drop--up .drop-list::after {
  top: 100%; }

/**************************
 * Drop List Item Element
 **************************/
.drop-list__item {
  display: block; }

/**************************
 * Drop List Button Element
 **************************/
.drop-list__btn {
  background-color: transparent;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  display: block;
  outline: none;
  padding: 11.2px;
  text-align: left;
  text-decoration: none;
  width: 100%; }

.drop-list__btn.is-selected {
  background-color: #0b5bd2; }
  .drop.-color-secondary .drop-list__btn.is-selected {
    background-color: #1cbfa0; }
  .drop.-color-lighter .drop-list__btn.is-selected {
    background-color: #a7afb4; }

.drop-list__btn:hover {
  background-color: #0b57c8; }
  .drop.-color-secondary .drop-list__btn:hover {
    background-color: #1ab798; }
  .drop.-color-lighter .drop-list__btn:hover {
    background-color: #a1aab0; }

.menu-sidebar {
  position: absolute;
  top: 125px;
  left: 17px;
  right: 17px;
  bottom: 16px;
  margin: 0;
  padding: 0 28px 16px;
  overflow-x: hidden;
  overflow-y: auto; }

.menu-sidebar li {
  list-style: none; }

.menu-sidebar li a {
  position: relative;
  display: flex;
  padding: 12px 0;
  color: #fff;
  font-size: 16px; }

.menu-sidebar li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  bottom: 0;
  right: -16px;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  background: linear-gradient(92deg, var(--color-primary) 20%, var(--color-primary-end));
  opacity: 0;
  transition: all 0.25s ease; }

.menu-sidebar li a.active-menu:before {
  opacity: 1;
  background: linear-gradient(92deg, var(--color-primary) 20%, var(--color-primary-end)); }

.menu-sidebar li a img {
  width: 24px;
  margin-right: 20px;
  transition: transform 0.25s ease;
  z-index: 1; }

.menu-sidebar li a span {
  text-shadow: 1px 2px 4px #0000004d;
  transition: transform 0.25s ease;
  z-index: 1; }

.menu-sidebar li a.active-menu span {
  color: #ffffff; }

.menu-sidebar li a:hover:not(.active-menu) {
  color: var(--color-text-primary-bg); }

.menu-sidebar li a:hover:not(.active-menu):before {
  opacity: 1; }

.menu-mobile {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center; }

.menu-mobile-wrapper {
  padding: 0 24px;
  display: grid;
  grid-gap: 16px 32px;
  gap: 16px 32px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 12px; }

@media (min-width: 768px) {
  .menu-mobile-wrapper {
    grid-template-columns: repeat(8, 1fr); } }

@media (min-width: 992px) {
  .menu-mobile-wrapper {
    display: none; } }

.menu-mobile-icon:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(45deg, var(--body-background-3), var(--body-background-2));
  -webkit-filter: blur(10px);
  filter: blur(10px); }

.menu-mobile-icon {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 100%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  overflow: hidden; }

.menu-mobile-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  transform: translate(-50%, -50%); }

.bottombar-mobile {
  position: fixed;
  right: 0;
  bottom: -1px;
  left: 0;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  display: block;
  background: linear-gradient(0deg, var(--color-primary), var(--color-primary-end));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075); }

@media screen and (min-width: 992px) {
  .bottombar-mobile {
    display: none; } }

.bottombar-mobile .nav-menu {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0; }

.bottombar-mobile .nav-menu .nav-item {
  flex: 1 1;
  text-align: center;
  list-style-type: none;
  -webkit-box-flex: 1; }

.bottombar-mobile .nav-menu .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 0;
  color: var(--color-text-primary-bg);
  text-decoration: none; }

.bottombar-mobile .nav-menu .nav-item .nav-link img {
  margin-bottom: 6px;
  width: 26px;
  max-height: 26px;
  -webkit-filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.4)); }

.bottombar-mobile .nav-menu .nav-item .nav-link.active img {
  -webkit-filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.8)); }

.bottombar-mobile .nav-menu .nav-item .nav-link span {
  display: block;
  font-size: 13px;
  line-height: 1;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0.9; }

.bottombar-mobile .nav-menu .nav-item .nav-link.active span {
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.8);
  opacity: 1; }

.bottombar-mobile
.nav-menu
.nav-item.middle-item
.icon-button-container
.icon-center {
  position: absolute;
  top: -2px;
  left: -5px;
  z-index: 1;
  width: 72px;
  max-height: 100%;
  margin: 12px auto auto;
  animation: dance 2s infinite;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5)); }

.bottombar-mobile .nav-menu .nav-item.middle-item {
  display: flex; }

.bottombar-mobile .nav-menu .nav-item.middle-item .nav-link {
  flex: auto;
  opacity: 1; }

.bottombar-mobile .nav-menu .nav-item.middle-item .icon-button {
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  overflow: hidden;
  animation: pulse 2s infinite; }

.bottombar-mobile .nav-menu .nav-item.middle-item .icon-button-container {
  position: absolute;
  bottom: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0;
  color: #a7a7a7;
  transition: transform 0.15s ease-out; }

.bottombar-mobile .nav-menu .nav-item.middle-item .icon-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px; }

.bottombar-mobile .nav-menu .nav-item.middle-item .icon-container:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 120%;
  height: 120%;
  background-color: transparent;
  background-image: linear-gradient(90deg, hsla(var(--color-secondary-h), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%), 0), hsla(var(--color-secondary-h), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%), 1) 50%, hsla(var(--color-secondary-h), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%), 0));
  background-repeat: no-repeat;
  transform-origin: center;
  animation: rotate 2s linear infinite;
  content: ""; }

.bottombar-mobile .nav-menu .nav-item.middle-item .icon-container:after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: linear-gradient(-325deg, hsl(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l)) 30%, hsl(calc(var(--color-secondary-h) + 50), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%)));
  border-radius: 20px;
  content: ""; }

@charset "UTF-8";
.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  height: auto;
  margin-bottom: 12px;
  min-height: 56px;
  line-height: 1; }

@media (min-width: 992px) {
  .layout-header {
    position: -webkit-sticky;
    position: sticky;
    top: 12px;
    min-height: auto;
    max-width: 1140px;
    box-sizing: border-box;
    margin: 12px auto; } }

.topbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2px 12px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-primary-end));
  box-sizing: border-box; }

@media (min-width: 992px) {
  .topbar {
    background-color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
    border-radius: 16px;
    border-bottom: 0;
    padding: 7px 32px; } }

.topbar-logo {
  display: flex;
  align-items: center; }

@media (min-width: 992px) {
  .topbar-logo {
    display: none; } }

.topbar-logo .ant-avatar {
  max-width: 125px;
  height: 48px;
  max-height: 48px; }

.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  list-style: none;
  font-family: "DB HelvethaicaX", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid transparent;
  width: 52px;
  height: 52px;
  border-radius: 50%; }

.avatar-logo {
  background: transparent; }

.avatar-logo-login,
.avatar-logo-topbar {
  width: 150px;
  height: 100px; }

.avatar-logo-topbar {
  border-radius: 0 !important; }

.topbar-welcome {
  display: none; }

@media (min-width: 992px) {
  .topbar-welcome {
    display: flex;
    align-items: center; } }

.topbar-widget {
  display: flex;
  align-items: center; }

.ant-btn-secondary {
  background: linear-gradient(-325deg, #ffc800 30%, hsl(47, 100%, calc(50% + 40%))) !important;
  box-shadow: 0 0 0 0 rgba(255, 200, 0, 0);
  border: 0 !important;
  will-change: transform, box-shadow; }

.topbar-widget .ant-btn-secondary {
  display: none; }

@media (min-width: 992px) {
  .topbar-widget .ant-btn-secondary {
    display: block;
    border-radius: 16px; } }

.ant-btn-secondary span {
  color: #000000 !important;
  text-shadow: 1px 2px 4px #0000004d; }

.balance-widget {
  display: flex;
  align-items: center;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  height: 40px;
  margin-left: 12px;
  overflow: hidden; }

@media (min-width: 992px) {
  .balance-widget {
    height: 48px;
    border-radius: 16px; } }

a.balance-widget {
  color: #000000; }

@media (min-width: 992px) {
  a.balance-widget {
    color: #ffffff !important; } }

.balance-widget .balance-widget-body {
  display: flex;
  align-items: center;
  background: linear-gradient(-325deg, rgba(0, 0, 0, 0.7) 30%, transparent);
  padding: 0 12px;
  height: 100%; }

.balance-widget .balance-widget-icon {
  width: 20px; }

.balance-widget .balance-widget-number {
  margin-left: 8px; }

.ant-typography {
  color: rgba(255, 255, 255, 0.88);
  word-break: break-word;
  line-height: 1; }

.balance-widget .balance-widget-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-325deg, hsl(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l)) 30%, hsl(var(--color-secondary-h), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%)));
  color: var(--color-text-secondary-bg);
  height: 100%;
  width: 36px; }

@media (min-width: 992px) {
  .balance-widget .balance-widget-button {
    background: linear-gradient(-325deg, hsl(var(--color-tertiary-h), var(--color-tertiary-s), var(--color-tertiary-l)) 30%, hsl(calc(var(--color-tertiary-h) + 50), var(--color-tertiary-s), calc(var(--color-tertiary-l) + 30%)));
    width: 40px; } }

@media (min-width: 992px) {
  .balance-widget .balance-widget-button,
  .balance-widget .balance-widget-button .anticon,
  .balance-widget .balance-widget-button .anticon svg {
    color: #ffffff !important; } }

.menu-widget {
  position: relative;
  display: block; }

.menu-widget .menu-widget-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-325deg, rgba(0, 0, 0, 0.7) 30%, transparent);
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  margin-left: 12px;
  cursor: pointer;
  color: #fff; }

@media (min-width: 992px) {
  .menu-widget .menu-widget-button {
    width: 48px;
    height: 48px;
    border-radius: 16px; } }

.ant-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none; }

.ant-drawer .ant-drawer-mask {
  position: absolute;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: auto; }

.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #121416;
  pointer-events: auto; }

.ant-drawer .drawer-profile {
  background: #101010; }

.ant-drawer .ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }

.ant-drawer .ant-drawer-header {
  display: flex;
  flex: 0;
  align-items: center;
  padding: 16px 24px;
  font-size: 28px;
  line-height: 1.2857142857142858;
  border-bottom: 1px solid rgba(213, 215, 230, 0.07); }

.ant-drawer .drawer-profile .ant-drawer-header {
  padding: 10px 12px 4px;
  border: 0; }

.ant-drawer .ant-drawer-header-title {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  min-height: 0; }

.ant-drawer .ant-drawer-close {
  display: inline-block;
  margin-inline-end: 12px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
  font-size: 28px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-rendering: auto; }

.ant-drawer
.drawer-profile
.ant-drawer-header
.ant-drawer-header-title
.ant-drawer-close {
  margin-left: auto;
  margin-right: 0;
  font-size: 24px;
  padding-top: 8px;
  padding-bottom: 8px; }

.anticon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ant-drawer .ant-drawer-body {
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow: auto; }

.ant-drawer .drawer-profile .ant-drawer-body {
  display: flex;
  flex-direction: column;
  padding: 0 16px 24px; }

.topbar-member,
.topbar-member .topbar-profile {
  display: flex;
  align-items: center; }

.ant-drawer .drawer-profile .ant-drawer-body .box-content {
  background: linear-gradient(-325deg, rgba(255, 255, 255, 0.09) 30%, rgba(255, 255, 255, 0));
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  padding: 8px 0 8px 8px; }

.ant-drawer .drawer-profile .ant-drawer-body .box-content:not(:last-child) {
  margin-bottom: 12px; }

.topbar-balance {
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 992px) {
  .topbar-balance {
    padding-right: 16px; } }

@media (min-width: 992px) {
  .topbar-balance,
  .topbar-balance .topbar-balance-number {
    margin-right: 16px; } }

.topbar-member .topbar-profile-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px; }

.topbar-member .topbar-profile-rank img {
  width: 48px; }

.topbar-balance .topbar-balance-number {
  line-height: 1; }

@media (min-width: 992px) {
  .topbar-balance,
  .topbar-balance .topbar-balance-number {
    margin-right: 16px; } }

.ant-typography.ant-typography-secondary {
  color: rgba(255, 255, 255, 0.75); }

.ant-drawer .drawer-profile .ant-drawer-body .menu-mobile-wrapper {
  padding: 0 16px;
  grid-gap: 20px 24px;
  gap: 20px 24px;
  display: grid !important; }

@media (min-width: 768px) {
  .ant-drawer .drawer-profile .ant-drawer-body .menu-mobile-wrapper {
    grid-template-columns: repeat(4, 1fr); } }

.ant-drawer .drawer-profile .ant-drawer-body .menu-mobile-icon {
  border-radius: 16px; }

.ant-btn-default {
  background: #0d0f10;
  border-color: #434343;
  color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02); }

.ant-btn-primary {
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 2px 0 #fae6ff;
  background: linear-gradient(-325deg, var(--color-primary) 20%, var(--color-primary-end)) !important;
  box-shadow: 0 0 0 0 rgba(151, 2, 237, 0);
  border: 0 !important;
  will-change: transform, box-shadow; }

.ant-btn.ant-btn-block {
  width: 100%; }

.ant-btn-dark {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 0 rgba(151, 2, 237, 0), rgba(255, 255, 255, 0.15) 0 0 0 0.5px inset;
  border: 0 !important;
  will-change: transform, box-shadow; }

.ant-btn-dark:hover {
  transform: scale(1.015);
  box-shadow: #9e9e9e 0 20px 20px -22px, rgba(255, 255, 255, 0.15) 0 0 0 0.5px inset; }

.ant-btn-primary:hover {
  transform: scale(1.015);
  box-shadow: #ffc107 0 20px 20px -22px; }

.menu-mobile-icon:hover {
  transform: scale(1.015);
  box-shadow: #9e9e9e 0 25px 20px -20px; }

.ant-drawer .ant-drawer-close:focus,
.ant-drawer .ant-drawer-close:hover {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none; }

.ant-drawer-content-wrapper {
  transition-duration: 0.5s !important;
  /* เพิ่มเวลาให้กับ transition เป็น 0.5 วินาที */ }

.topbar-install-app .topbar-main {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.topbar-install-app .topbar-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px; }

.topbar-install-app .topbar-image img {
  width: 48px;
  border-radius: 10%; }

.topbar-install-app .topbar-main .topbar-balance-number {
  line-height: 1; }

.topbar-install-app .topbar-main .topbar-balance-number .ant-typography {
  font-size: 15px; }

.ant-space {
  display: inline-flex; }

.ant-space-align-center {
  align-items: center; }

.ant-space-gap-row-small {
  row-gap: 8px; }

.ant-space-gap-col-small {
  column-gap: 8px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--color-secondary); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(135, 38, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(135, 38, 255, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 var(--color-secondary);
    box-shadow: 0 0 0 0 var(--color-secondary); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(135, 38, 255, 0);
    box-shadow: 0 0 0 10px rgba(135, 38, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(135, 38, 255, 0);
    box-shadow: 0 0 0 0 rgba(135, 38, 255, 0); } }

@keyframes dance {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0deg); } }

@charset "UTF-8";
:root {
  --text-primary: #ffffff;
  --text-secondary: #f2f2f2;
  --form-border: rgba(242, 201, 76, 0.3);
  --form-background: rgba(255, 255, 255, 0.1);
  --color-primary-hsl: 278, 98%, 47%;
  --color-primary-h: 278;
  --color-primary-s: 98%;
  --color-primary-l: 47%;
  --color-text-primary-bg: #ffffff;
  --color-secondary-hsl: 47, 100%, 50%;
  --color-secondary-h: 47;
  --color-secondary-s: 100%;
  --color-secondary-l: 50%;
  --color-text-secondary-bg: #000000;
  --color-text-shadow-secondary-bg: #ffffff4d;
  --color-tertiary: #101010;
  --color-tertiary-hsl: 0, 0%, 0.06274509803921569%;
  --color-tertiary-h: 0;
  --color-tertiary-s: 0%;
  --color-tertiary-l: 0.06274509803921569%;
  --cover-spin: #161616;
  --bg-secondary: linear-gradient(
    180deg,
    rgba(44, 10, 20, 0.99) 0%,
    #641d2e 100%
  );
  --border-radius: 10px;
  --bg-default: #ffffff;
  --primary-color-2: #1c1f22;
  --button-primary-2: linear-gradient(270deg, #b09205 0%, #ffec90 47.8%, #b09205 100%);
  --button-primary: linear-gradient(90deg, #6f6f6f 0%, #dbdbdb 51.04%, #6f6f6f 100%); }

* {
  text-decoration: none !important; }

*,
:after,
:before {
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-sepia: ;
  --tw-saturate: ;
  --tw-invert: ;
  --tw-hue-rotate: ;
  --tw-drop-shadow: ; }

::backdrop {
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-sepia: ;
  --tw-saturate: ;
  --tw-invert: ;
  --tw-hue-rotate: ;
  --tw-drop-shadow: ; }

* {
  box-sizing: border-box;
  font-family: "Prompt", sans-serif;
  margin: 0; }

input:focus::placeholder {
  color: #fff !important; }

::placeholder {
  color: #fff !important;
  opacity: 1; }

:-ms-input-placeholder {
  color: #fff !important; }

::-ms-input-placeholder {
  color: #fff !important; }

.form-control:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.4); }

.form-control:focus {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.4); }

body {
  background: var(--body-background) linear-gradient(0deg, var(--body-background) 0%, var(--body-background-2) 63.54%, var(--body-background-3) 100%);
  color: #f2f2f2 !important;
  height: 100%;
  background-attachment: fixed; }

.cXqHK {
  border-radius: var(--border-radius);
  padding: 10px; }

.h-full {
  height: 100%; }

.max-w-\[630px\] {
  max-width: 630px; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.guNboI {
  font-size: 14px; }

.eWhQXx {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 5px;
  margin-top: 5px; }

.gyeNTA {
  background: var(--bg-default);
  grid-column: span 2 / span 2; }

.border-primary-card {
  position: relative;
  border-radius: var(--border-radius); }

.kBDnrY {
  padding: 10px; }

.gap-y-\[8px\] {
  row-gap: 8px; }

.mPUDF {
  font-weight: 500;
  font-size: 23px; }

.gKEYKG {
  display: flex;
  column-gap: 5px; }

.gqRrPx {
  height: 30px;
  width: 30px; }

.p-0\.5 {
  padding: 0.125rem; }

.rounded-\[2px\] {
  border-radius: 2px; }

.LCxMb {
  font-size: 14px; }

.text-primary-2 {
  color: var(--primary-color-2); }

.gap-y-\[4px\] {
  row-gap: 4px; }

.bibtFT {
  border-radius: 10px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: var(--button-primary-2) !important; }

.bibtFT.ant-btn-default {
  position: relative;
  padding: 2px;
  border-radius: var(--border-radius);
  border: 1px solid #ffffff !important;
  color: black; }

.bgUYSM.ant-btn-default {
  position: relative;
  padding: 2px;
  border-radius: var(--border-radius);
  border: 1px solid #ffffff !important;
  color: black; }

.bgUYSM {
  border-radius: 10px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: var(--button-primary) !important; }

img,
video {
  max-width: 100%;
  height: auto; }

.gap-\[5px\] {
  gap: 5px; }

.mt-\[5px\] {
  margin-top: 5px; }

.kpxFhC {
  background: var(--bg-default);
  grid-column: span 3 / span 3; }

.mlilM {
  padding: 10px; }

.ml-\[4px\] {
  margin-left: 4px; }

.yTabo {
  font-size: 14px;
  margin-bottom: 0 !important; }

.LCxMb {
  font-size: 14px;
  margin-bottom: 0 !important;
  font-weight: 700; }

.gap-x-\[5px\] {
  -moz-column-gap: 5px;
  column-gap: 5px; }

.mt-\[10px\] {
  margin-top: 10px; }

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  border-color: #ffffff !important; }

.blur-div {
  filter: blur(5px);
  pointer-events: none; }

.row-game {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.form-select:focus {
  color: #fff !important; }

.form-control,
.form-select,
.form-control:disabled,
.form-control[readonly] {
  background-color: #00000066;
  border: 1px solid #1543a600;
  color: var(--text-secondary);
  font-weight: 300;
  border-radius: 16px;
  padding: 7px 15px; }

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }

.container {
  max-width: 576px; }

a {
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.1s ease-out; }

a:hover {
  color: var(--text-primary); }

.border-primary {
  border: 1px solid var(--border-box) !important; }

.btn {
  border-radius: 12px !important;
  font-size: 15px;
  font-weight: 500; }

.btn-outline-primary {
  border: 1px solid #f28727;
  color: #f28727; }

.btn-outline-primary:hover {
  background: #000;
  border: 1px solid #fff; }

.f-11 {
  font-size: 11px; }

.f-12 {
  font-size: 12px; }

.f-13 {
  font-size: 13px; }

.auth-description {
  font-weight: 300; }

.balance {
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 300; }

.balance .amount {
  font-size: 13px;
  font-weight: 600;
  color: #fff; }

.content-wrapper {
  margin-top: 25px;
  background: rgba(0, 0, 0, 0.33);
  border-radius: 24px;
  margin-top: 0;
  max-width: 576px;
  margin: 15px auto 0 auto; }

#menu-1 {
  padding: 15px 0;
  border-radius: 20px; }

.menu-item .-icon {
  padding: 5px;
  color: var(--text-primary);
  font-size: 22px;
  border-radius: 10px;
  min-height: 56px; }

.menu-item {
  font-size: 13px; }

.card {
  background: #ffffff1f; }

.card .card-body,
.card .card-footer {
  padding-left: 0;
  padding-right: 0; }

.card .card-body a {
  font-size: 17px; }

.card .card-body .card-text {
  font-size: 12px; }

.card .card-footer button {
  padding: 7px 10px; }

#app {
  height: 100vh; }

#appbar {
  width: 100%; }

#appbar > div {
  width: 33.33%;
  text-align: center; }

#appbar .page-back {
  font-size: 13px;
  font-weight: 300; }

#appbar .page-title {
  font-weight: bold; }

.input-group .form-control.amount {
  /* border-left: none; */
  background: url("/static/img/coin-input.png") no-repeat scroll 0px 0px;
  padding-left: 40px;
  color: white;
  font-weight: 300;
  font-size: 15px; }

.input-group .form-control:focus {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(243, 148, 62, 0.1); }

.input-group-text {
  padding: 0;
  background: var(--form-background);
  border: 1px solid var(--form-border);
  border-right: 1px solid var(--form-background); }

.btn-facebook {
  background-color: #3b5998; }

.btn-line {
  background-color: #25d366; }

.btn-twitter {
  background-color: #55acee; }

.btn-social svg {
  font-size: 15px; }

.btn-social {
  font-size: 13px;
  color: white;
  font-weight: 300;
  /* text-transform: uppercase; */ }

.nav-link {
  color: white;
  font-size: 14px; }

table {
  font-size: 13px;
  font-weight: 300;
  color: white; }

table thead tr th,
table tbody tr td {
  color: white;
  font-weight: 300; }

.text-primary {
  color: var(--text-primary) !important; }

.table-bordered {
  border-color: rgba(255, 255, 255, 0.226); }

.table > :not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.226); }

.bank-item {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 10px; }

.bank-item .bank-detail {
  display: flex;
  flex-direction: column; }

.bank-item .bank-detail span {
  font-size: 12px;
  color: var(--text-secondary); }

.bank-item .bank-detail button {
  border: none; }

.card-bg {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 15px; }

.title h5 {
  font-size: 16px;
  margin-bottom: 0px; }

.title span {
  font-weight: lighter;
  font-size: 11px; }

.title a {
  font-size: 12px;
  font-weight: 300; }

.card-item {
  padding: 10px 0;
  border-radius: 10px; }

.card-item .amount {
  color: var(--text-primary);
  font-weight: bold;
  font-size: 18px; }

.card-item span {
  font-weight: lighter;
  font-size: 12px;
  color: var(--text-secondary); }

select:focus {
  color: #7a7a7a !important; }

.modal-dialog {
  margin-top: 20%; }

.modal-content {
  background-color: #212529;
  border: 1px solid rgba(252, 251, 251, 0.33);
  padding: 0;
  border-radius: 20px;
  text-align: center; }

.modal-header {
  border: none;
  justify-content: center;
  padding-bottom: 0; }

.modal-footer {
  border: none;
  justify-content: space-between; }

.modal-footer button {
  width: 46%; }

.modal-body {
  padding-top: 0;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 14px; }

.btn-secondary {
  background-color: #fff;
  color: #000;
  font-weight: 300; }

.form-select,
.form-control:disabled {
  font-weight: 400 !important; }

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  border-color: transparent !important;
  box-shadow: none !important; }

.btn-primary:hover {
  border-color: #fff !important; }

.grecaptcha-badge {
  display: none; }

.tab-content .game-item {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #f7f7f738;
  border-top: none;
  border-left: none;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px; }

.tab-content .col-4:nth-child(3n) .game-item {
  border-right: none; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.game-item:hover .playgame {
  backface-visibility: hidden;
  transition: 0.5s ease;
  opacity: 0.3; }

.box-search {
  width: 100%;
  padding: 0 8px;
  text-align: right;
  position: relative; }

.box-search i {
  position: absolute;
  top: 12px;
  right: 18px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fff;
  background-color: #332b25;
  border: 1px solid #f28a2e;
  margin-left: -1px; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #f28a2e;
  border-color: #f28a2e;
  cursor: default; }

.pagination {
  padding-left: 0;
  margin: 5px 0;
  border-radius: 4px; }

.pagination {
  justify-content: flex-end; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.pagination > li {
  display: inline; }

@-webkit-keyframes twinSpin_pulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes twinSpin_pulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.grecaptcha-badge {
  visibility: hidden; }

.btn-primary {
  font-size: 0.9rem;
  position: relative;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  border-radius: 12px;
  border: 2px solid transparent;
  background-image: radial-gradient(100% 100% at 50% 0, var(--btn-login) 0, var(--btn-login-2) 44%, var(--btn-login-3) 100%), linear-gradient(90deg, #ffffff, #ffffff 31.53%, #ffffff 64.87%, #ffffff);
  background-origin: border-box;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  line-height: 30px;
  box-shadow: 0 0 5px #ffffff, 0 0 10px var(--btn-login-2), 0 0 15px var(--btn-login-3); }

.btn-resgiter {
  background-image: radial-gradient(100% 100% at 50% 0, var(--btn-register) 0, var(--btn-register-2) 44%, var(--btn-register-3) 100%), linear-gradient(90deg, #ffffff, #ffffff 31.53%, #ffffff 64.87%, #ffffff);
  box-shadow: 0 0 5px #ffffff, 0 0 10px var(--btn-register-2), 0 0 15px var(--btn-register-3); }

.logo-brand img {
  width: 300px; }

.x-select-amount {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 2rem; }

.x-select-amount.-v2 {
  margin-top: 1.5rem; }

.x-select-amount .-amount-container {
  width: 30%;
  margin-bottom: 1rem; }

.x-select-amount .-amount-container .-btn-select-amount {
  position: relative;
  border-radius: 10px;
  padding: 0; }

.x-select-amount.-v2 .-amount-container .-btn-select-amount {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  background: rgba(13, 110, 253, 0.25);
  border-radius: 5px;
  border: 1px solid #0d6efd;
  line-height: normal;
  width: 100%; }

.x-select-amount.-v2 .-amount-container .-btn-select-amount .-no {
  position: relative;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #bdbdbd;
  -webkit-transform: none;
  transform: none; }

.x-select-amount.-v2 .-amount-container .-btn-select-amount.active {
  background: #dec379 !important;
  border-color: transparent;
  box-shadow: none; }

@media (min-width: 992px) {
  .x-select-amount.-v2 .-amount-container .-btn-select-amount:hover {
    background: #dec379;
    border-color: transparent;
    box-shadow: none; }
  .x-select-amount.-v2 .-amount-container .-btn-select-amount.active {
    background: #dec379 !important;
    border-color: transparent;
    box-shadow: none; }
  .x-select-amount.-v2 .-amount-container .-btn-select-amount:hover .-no {
    color: #171e26; } }

.x-select-amount.-v2 .-amount-container .-btn-select-amount.active .-no {
  font-weight: 600;
  color: #171e26; }

.poppular-top {
  background: #007bff; }

.poppular-top,
.popular-top {
  border-radius: 15px 15px 0 0 !important;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  padding: unset;
  width: 100%;
  color: #fff;
  text-align: center; }

.hot-top {
  background: red; }

.disable-top,
.hot-top {
  border-radius: 15px 15px 0 0 !important;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  padding: unset;
  width: 100%;
  color: #fff;
  text-align: center; }

.popular-top {
  background: #f73e88; }

.text-primary-aff {
  color: #f9fafb !important; }

.gameselect.active {
  background: #150f0f;
  color: #fff;
  text-shadow: 0 5px 20px #fff, -29px -40px 0 transparent; }

.gameselect {
  padding: 1.5rem 0;
  background: linear-gradient(0deg, #001156 0, #153e9f 70%, #3874ed 85%, #3995fa, #1447aa);
  color: #fff;
  border-radius: 0; }

.content-heading {
  color: #f5f5f5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  letter-spacing: 2px; }

.top-up {
  margin-bottom: -23px; }

.rounded-circle {
  border-radius: 15px !important;
  background: #ffffff1f !important;
  padding: 5px !important;
  border: 1px solid var(--border-box) !important; }

.gameplay {
  margin: auto;
  width: 100%; }

.cut-text {
  color: #fff !important;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap; }

.flip-container {
  -webkit-perspective: 1000;
  width: 100%; }

.flipper {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  position: relative;
  height: 144px; }

.front,
.back {
  width: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden; }

.back {
  -webkit-transform: rotateY(180deg); }

.front {
  z-index: 2; }

.flip-container .flipper,
.flip-container.hover .flipper {
  animation: flipY 3s infinite; }

.flip-container p {
  margin: 10px 0;
  text-align: center; }

.vertical-flip-container .back {
  -webkit-transform: rotateX(180deg); }

.vertical-flip-container .flipper,
.vertical-flip-container.hover .flipper {
  animation: flipX 4s infinite; }

.bookflip-container .flipper {
  -webkit-transform-origin: 0; }

/* Flip Animation */
@keyframes flipX {
  from {
    -webkit-transform: rotateX(180deg); }
  to {
    -webkit-transform: rotateX(-180deg); } }

@keyframes flipY {
  from {
    -webkit-transform: rotateY(180deg); }
  to {
    -webkit-transform: rotateY(-180deg); } }

.logo_gamesize {
  width: 150px;
  border-radius: 15px !important;
  padding: 5px !important;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.8);
  background: linear-gradient(0deg, #1c1c1c, grey, #3d3d3d 15%, #000 40%, #000 60%, #3d3d3d 85%, grey, #1c1c1c); }

.searchgame {
  border-radius: 20px;
  text-align: center;
  margin: auto; }

.v2_full {
  width: 100%; }

.v2_affdsc {
  width: 100%;
  border: 2px solid #e8eaed;
  background: #fff;
  padding: 20px 15px 15px;
  margin: 30px 0;
  border-radius: 10px;
  position: relative; }

.v2_affdsc_h {
  position: absolute;
  top: -13px;
  left: 40px;
  background-color: #e4ce86;
  color: #000;
  padding: 0 10px;
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 10px; }

.v2_affdsc .thaitheme_read,
.v2_affdsc .thaitheme_read a {
  color: #333; }

#canvas {
  background-image: url(/static/img/wheel/bg3.png?v2);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1; }

.showpass {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 3px;
  padding: 10px;
  z-index: 999; }

.showpass-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

.user-online {
  color: black;
  background-image: linear-gradient(90deg, #3e251d 0, #8e7757 25%, #fae0a3 50%, #eaca85 75%, #b89247);
  font-size: 12px;
  text-align: center;
  margin-top: -18px;
  border-radius: 0 0 15px 15px !important; }

.user-online span {
  color: green; }

.imgLink {
  border: none;
  background: none; }

.imgLink img {
  width: 100%; }

.imgLink:active img,
.imgLink:focus img {
  width: 100%;
  height: 100%; }

.addressQrcode {
  margin: auto;
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  background-color: #1a1a1a;
  padding: 8px 12px;
  word-break: break-all;
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3); }

.css-1f4k85w {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  padding: 24px 16px;
  position: relative;
  border-bottom: 1px solid #eaecef;
  background-color: #1a1a1a;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3); }

.css-3j2kqe {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.css-uliqdc {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  flex-direction: column; }

.css-1p1xuqp {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  align-items: flex-start;
  flex-direction: column; }

.css-10nf7hq {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }

.css-1leo1x6 {
  box-sizing: border-box;
  margin: 0px 8px 0px 0px;
  min-width: 0px;
  max-width: 100%;
  border-radius: 50%;
  background-color: whitesmoke;
  width: 24px;
  height: 24px; }

.css-rjqmed {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
  text-align: center; }

.css-1bzb8nq {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: none; }

.css-1f9551p {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: inline-block;
  position: relative; }

.css-warning {
  box-sizing: border-box;
  margin: 0px 16px;
  min-width: 0px;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  color: #986d3b;
  background-color: #fcf8e3; }

.css-success {
  box-sizing: border-box;
  margin: 0px 16px;
  min-width: 0px;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  color: #03a66d;
  background-color: #e6fff1; }

.css-12iiuk5 {
  box-sizing: border-box;
  margin: 8px 0px 0px;
  min-width: 0px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }

.css-7rgokv {
  box-sizing: border-box;
  margin: 0px 40px 0px 0px;
  min-width: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff; }

.css-1i03ndq {
  box-sizing: border-box;
  margin: 0px 40px 0px 0px;
  min-width: 0px;
  display: none;
  -webkit-box-align: center;
  align-items: center; }

@media screen and (min-width: 767px) {
  .css-1i03ndq {
    display: flex !important; } }

.css-1i03ndq2 {
  box-sizing: border-box;
  margin: 0px 40px 0px 0px;
  min-width: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }

.css-fhtmef {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff; }

.css-1kswnly {
  box-sizing: border-box;
  margin: 0px 0px 0px 4px;
  min-width: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffc107; }

.text-right {
  text-align: right; }

.maincard {
  border-radius: 1rem;
  border: 1px solid white !important;
  background-color: #fff !important; }

.btn-logout {
  background: linear-gradient(180deg, #ffe867 10%, #fe8a02);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  padding: 4px 14px; }

.btn-deposit {
  background: linear-gradient(180deg, #ffe867 10%, #fe8a02);
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 30px;
  transition: all 0.5s; }

.btn-withdraw {
  background: linear-gradient(180deg, #0ff10f 10%, #528f52);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 30px;
  transition: all 0.5s; }

.iconmain {
  display: block;
  margin: auto;
  max-width: 40px;
  position: relative; }

.-img-category-theme5,
.-img-menu-theme5 {
  width: 30px; }

.row-menu-container-theme5 .-menu-parent {
  padding: 0.1rem !important; }

.row-menu-container-theme5 .-menu-parent .active {
  background: linear-gradient(#2c2c2d, #101010) !important; }

.row-menu-container-theme5 .-menu-parent .-menu-btn-theme5 {
  border: none;
  border-radius: 0;
  padding: 10px 0;
  width: 100%; }

.-img-category-theme5,
.-img-menu-theme5 {
  width: 34px; }

.-name-category-theme5 {
  font-weight: 700;
  margin-left: 5px; }

.gamesl {
  background: linear-gradient(180deg, var(--color-primary), var(--color-primary-end)); }

.gamelist-2.row-menu-container-theme5 .-menu-parent .btn-theme-5-0 {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px; }

.gamelist-2.row-menu-container-theme5 .-menu-parent .btn-theme-5-2 {
  border-top-right-radius: 0; }

.gamelist-2.row-menu-container-theme5 .-menu-parent .btn-theme-5-3 {
  border-bottom-left-radius: 0; }

.gamelist-2.row-menu-container-theme5 .-menu-parent .btn-theme-5-5 {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px; }

.gamelist-1.row-menu-container-theme5 .-menu-parent .btn-theme-5-0 {
  border-top-left-radius: 12px; }

.gamelist-1.row-menu-container-theme5 .-menu-parent .btn-theme-5-2 {
  border-top-right-radius: 12px; }

.gamelist-1.row-menu-container-theme5 .-menu-parent .btn-theme-5-3 {
  border-bottom-left-radius: 12px; }

.gamelist-1.row-menu-container-theme5 .-menu-parent .btn-theme-5-5 {
  border-bottom-right-radius: 12px; }

@media (max-width: 660px) {
  .row-menu-container-theme5 .-menu-parent .btn-theme-5-0 {
    border-bottom-left-radius: 0 !important; }
  .row-menu-container-theme5 .-menu-parent .btn-theme-5-2 {
    border-top-right-radius: 10px !important; }
  .row-menu-container-theme5 .-menu-parent .btn-theme-5-3 {
    border-bottom-left-radius: 10px !important; }
  .row-menu-container-theme5 .-menu-parent .btn-theme-5-5 {
    border-top-right-radius: 0 !important; } }

.box-deposit {
  background: rgba(189, 189, 189, 0.3);
  width: 60%; }

.border-10 {
  border-radius: 10px !important; }

.card-money-bank {
  position: relative;
  min-height: 175px;
  border-radius: 17px;
  background-image: url(/static/img/carddeposit.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

.bank-icon {
  padding: 5px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px; }

.mt-account {
  position: relative;
  top: 10px; }

.copy {
  position: absolute;
  top: 50%;
  right: 23%;
  transform: translate(50%, -50%); }

.btn-copy-bank {
  background: #2e2e2e;
  border-radius: 10px;
  color: #fff;
  width: max-content;
  border-color: #2e2e2e;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16); }

.btn-topup-promptpay {
  border-color: #dfc88e;
  border-radius: 10px;
  background: linear-gradient(180deg, #dfc88e, #b1955f) !important;
  color: #2e2e2e; }

.btn-secondary:hover {
  color: #fff;
  background: linear-gradient(#2c2c2d, #101010) !important;
  border-color: #dfc88e !important; }

.bank-name {
  line-height: 1; }

.font-weight-600 {
  font-weight: 600 !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.disableGame {
  opacity: 0.5; }

.menu_txt {
  color: #fff; }

.linesticky,
.socialsticky {
  border-radius: 13px 0 0 13px;
  padding: 3px 0 3px 3px;
  position: fixed;
  right: -20px;
  width: 75px; }

.linesticky {
  background: #3ace01;
  bottom: 100px; }

.linesticky img,
.socialsticky img {
  width: 50px; }

.-balance-container .-user-balance {
  align-items: center;
  display: flex; }

.-balance-container .-user-balance .-inner-box-wallet-theme5 {
  background: linear-gradient(180deg, #ffd700 10%, #d69522);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 15px;
  margin-right: 5px;
  min-width: 120px;
  padding: 5px 25px 5px 25px;
  position: relative;
  text-align: right; }

.-balance-container .-user-balance .-inner-box-wallet-theme5 .-ic-wallet {
  position: absolute;
  right: 92px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px; }

.-link-wallet,
.text-theme5 {
  color: #fff !important; }

.-balance-container .-user-balance .-inner-box-wrapper-theme5 {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #27293d;
  font-weight: 500;
  font-weight: 700;
  height: 30px;
  margin-left: 15px;
  margin-right: 10px;
  padding: 0 20px 0 0;
  position: relative;
  text-align: right; }

.-balance-container .-user-balance .-inner-box-wrapper-theme5 .-ic-coin {
  -webkit-transform: translateY(-20%) translateX(-20%);
  transform: translateY(-20%) translateX(-20%);
  width: 50px; }

.-balance-container
.-user-balance
.-inner-box-wrapper-theme5
#customer-balance-m {
  font-size: 14px;
  position: relative;
  top: -9px; }

@media (max-width: 1199px) {
  .-inner-box-wallet-theme5 {
    display: none; } }

@media (max-width: 660px) {
  .navbar-brand {
    margin-right: 0 !important; }
  .-balance-container-theme5 {
    margin-right: 0; }
  .-balance-container .-user-balance .-inner-box-wrapper-theme5 {
    margin-left: -25px;
    margin-right: 5px;
    padding: 0 10px 0 0; } }

.menu-right-theme5 {
  background: #000;
  border-radius: 20px 0 0 20px;
  height: 100vh;
  position: fixed;
  right: -280px;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 280px; }

.badges-profile-theme5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 10px; }

.menu_side_bar_info {
  padding: 0 15px; }

.menu_side_bar_info {
  padding: 0 15px; }

.-name-menu-theme5 {
  margin-left: 12px; }

#bg-menuright-theme5 {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  display: block; }

.btn-menu-right {
  border: 0 solid transparent;
  border-radius: 10px !important;
  color: #fff;
  padding: 0.5rem 1.5rem;
  text-align: left !important;
  width: 100%; }

.btn-menu-right:hover {
  background: linear-gradient(#2c2c2d, #101010) !important;
  color: #fff; }

.bg-menuright {
  display: block !important; }

.bg-menuright-none {
  display: none !important; }

.menu-right {
  right: 0 !important; }

.menu-right-none {
  right: -280 !important; }

.pointer {
  cursor: pointer; }

.btn-play {
  border: 0 solid transparent;
  padding: 10px 0 !important;
  width: 245px;
  background: linear-gradient(#0d2f6f 10%, #081941);
  box-shadow: 0 0.12rem 0rem #ffb700; }

.btn-gold,
.btn-play {
  color: #fff !important;
  margin: auto;
  min-width: 85px;
  position: relative; }

.-menu-btn-theme5:hover {
  background: linear-gradient(#2c2c2d, #101010) !important; }

.btn-play:hover {
  background: linear-gradient(#081941 10%, #0d2f6f) !important; }

.resizeTable {
  border: 2px solid var(--color-primary) !important;
  border-radius: 10px !important;
  padding: 0.6rem !important;
  vertical-align: middle !important;
  font-weight: 700;
  font-size: 15px;
  color: #fff; }

.table-bordered {
  border-color: rgba(255, 255, 255, 0.226); }

.x-profile-image img {
  width: 50px; }

.container .title {
  text-align: center;
  margin-bottom: 15px; }

.container .title h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  background: -webkit-linear-gradient(#fff4e3, #f4bd66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.imgprofile {
  width: 100px !important; }

.totalLevel {
  font-size: 18px;
  font-weight: 700;
  background: -webkit-linear-gradient(#fff4e3, #f4bd66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.copyright {
  font-size: 12px;
  font-weight: 300;
  color: #ebebeb; }

.btn-download {
  padding: 10px 15px;
  background: #4f68f2;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  margin: auto; }

@media screen and (max-width: 620px) {
  #overlay_a {
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .modal-overlay.modal-overlay-visible {
    position: fixed;
    z-index: 99998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10600;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 1; }
  #popup {
    width: auto;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
    position: fixed;
    bottom: 80px;
    z-index: 99999; }
  .home-screen-tips {
    padding: 10px; }
  #popup .button-holder a {
    color: #007aff;
    text-decoration: none;
    line-height: 45px;
    font-weight: 700;
    display: block;
    border-top: 1px solid #bababa; }
  .prodeposit {
    width: 100% !important; }
  #popup {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); } }

.install_web_app {
  color: #000 !important; }

.auth-container {
  width: 100%;
  padding: 16px 16px 32px;
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .auth-container {
    width: 440px; } }

.ant-row-middle {
  align-items: center; }

.ant-row-center {
  justify-content: center; }

.ant-row {
  display: flex;
  flex-flow: row wrap;
  min-width: 0; }

.auth-control {
  line-height: 30px !important; }

.sidebar .sidebar-inner {
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  overflow: hidden; }

.sidebar {
  position: fixed;
  top: 0;
  padding: 16px;
  height: 100dvh;
  box-sizing: border-box;
  width: 280px;
  display: none; }

@media (min-width: 992px) {
  .sidebar {
    display: block; } }

.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.avatar-logo img {
  object-fit: contain; }

.content {
  width: auto;
  padding: 76px 12px 120px;
  box-sizing: border-box; }

@media (min-width: 992px) {
  .content {
    padding: 0 0 16px 280px; } }

.avatar-logo-topbar img {
  object-position: left; }

.avatar-logo-sidebar {
  width: 150px !important;
  max-height: 80px;
  border-radius: 0 !important; }

.ant-btn {
  outline: none;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  line-height: 1;
  color: rgba(255, 255, 255, 0.88); }

.ant-btn {
  height: 40px;
  padding: 10px 15px;
  border-radius: 10px; }

.web-container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

@media (min-width: 992px) {
  .web-container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .web-container {
    max-width: 1140px; } }

@media (min-width: 1200px) {
  .wallet-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    grid-row-gap: 16px;
    row-gap: 16px; } }

@media (min-width: 1200px) {
  .wallet-row .wallet-col:first-child {
    grid-column-start: 1;
    grid-column-end: 3; } }

.wallet-container {
  position: relative;
  margin: 0 2px 16px;
  color: var(--color-text-primary-bg);
  line-height: 1;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box; }

.balance-other {
  display: flex;
  flex-direction: column; }

@media (min-width: 768px) {
  .balance-other {
    margin: 0 -8px;
    flex-direction: row; } }

@media (min-width: 992px) {
  .balance-other {
    flex-direction: column; } }

@media (max-width: 992px) {
  .wallet-other-card .wallet-other-card-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.wallet-other-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 20px; }

@media (min-width: 992px) {
  .wallet-other-card {
    padding: 17px; } }

.balance-other .balance-other-item {
  margin-bottom: 16px; }

@media (min-width: 768px) {
  .balance-other .balance-other-item {
    margin: 0 8px 16px;
    flex: 1 1; } }

.wallet-other-card .wallet-other-card-amount {
  box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  font-size: 20px; }

@media (min-width: 992px) {
  .wallet-other-card .wallet-other-card-amount {
    font-size: 30px; } }

[class^="ant-typography"],
[class*=" ant-typography"] {
  font-family: "Prompt", sans-serif;
  box-sizing: border-box;
  font-size: 18px; }

@media (max-width: 992px) {
  .wallet-other-card .ant-btn-secondary {
    height: 32px;
    padding: 0 8px;
    border-radius: 10px;
    margin-left: 8px; } }

.ant-btn-secondary {
  background: linear-gradient(-325deg, hsl(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l)) 30%, hsl(calc(var(--color-secondary-h) + 50), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%))) !important;
  box-shadow: 0 0 0 0 var(--color-secondary-hsl);
  border: 0 !important;
  will-change: transform, box-shadow; }

.pe-12 {
  padding-inline-end: 3rem; }

.flex {
  display: flex; }

.block {
  display: block; }

.mr-2 {
  margin-right: 0.5rem; }

.gradient-border {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-box);
  border-radius: 10px; }

.borderGradient {
  border: 1px solid #ffc700; }

.gradient-box:before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.gradient-box > span {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(135deg, #ffc700 15%, #ffd647 50.42%, #ffc700 85.83%);
  -webkit-background-clip: text; }

.w-full {
  width: 100%; }

.rounded-\[10px\] {
  border-radius: 10px; }

@media (min-width: 768px) {
  .md\:h-\[3\.5rem\] {
    height: 3.5rem; } }

@media (min-width: 768px) {
  .md\:w-\[4\.125rem\] {
    width: 4.125rem; } }

.rounded-\[10px\],
.rounded-base {
  border-radius: 10px; }

.flex-col {
  flex-direction: column; }

.items-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

.h-\[16px\] {
  height: 16px; }

.text-\[10px\] {
  font-size: 10px;
  line-height: 1; }

.h-\[55px\] {
  height: 55px; }

.text-\[var\(--input-disabled\)\] {
  color: #d3d3d3; }

.w-\[60px\] {
  width: 60px; }

.w-\[70px\] {
  width: 70px; }

.h-\[65px\] {
  height: 65px; }

.h-7 {
  height: 1.75rem; }

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.gradient-box {
  align-items: center;
  background-clip: padding-box !important;
  border: 1px solid transparent !important;
  border: 1px solid;
  border-radius: 10px;
  box-shadow: 0 0 10px #ffd15c40;
  box-sizing: border-box;
  display: flex;
  position: relative; }

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: 0;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  margin-top: 0.5rem;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))); }

.auto-rows-max {
  grid-auto-rows: max-content; }

@media (min-width: 360px) and (max-width: 639.9px) {
  .\@xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 640px) and (max-width: 767.9px) {
  .\@sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 768px) and (max-width: 1023.9px) {
  .\@md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

.rounded-\[10px\],
.rounded-base {
  border-radius: 10px; }

.cursor-pointer {
  cursor: pointer; }

.min-h-14 {
  min-height: 3.5rem; }

.overflow-hidden {
  overflow: hidden; }

.relative {
  position: relative; }

.z-1 {
  z-index: 1; }

.left-3 {
  left: 0.75rem; }

.bottom-8 {
  bottom: 2rem; }

.absolute {
  position: absolute; }

.w-max {
  width: -moz-max-content;
  width: max-content; }

.hits {
  background: linear-gradient(112.4deg, #f90 -18.22%, #e40000); }

.new {
  background: linear-gradient(112.84deg, #ffe600 -56.24%, #159900); }

.hits,
.new {
  border-radius: 3px;
  padding-bottom: 1px; }

.grid {
  display: grid; }

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: 0;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  margin-top: 0.25rem;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))); }

select option {
  color: black;
  background-color: #fff; }

.card-deposit {
  background: rgba(0, 0, 0, 0.33);
  border-radius: 24px; }

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem; }

.min-h-26 {
  min-height: 6.5rem; }

.auto-rows-max {
  grid-auto-rows: max-content; }

.z-\[9\] {
  z-index: 9; }

@media (max-width: 639.9px) {
  .\<sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 640px) {
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 768px) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media (min-width: 1280px) {
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem; }

.right-2 {
  right: 0.5rem; }

.text-danger-heart {
  color: #d72f3c !important; }

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem; }

.nuxt-icon.nuxt-icon--fill,
.nuxt-icon.nuxt-icon--fill * {
  fill: currentColor !important; }

.nuxt-icon svg {
  height: 1em;
  margin-bottom: 0.125em;
  vertical-align: middle;
  width: 1em; }

.nuxt-icon svg {
  margin-bottom: unset !important; }

.z-\[20\] {
  z-index: 20; }

::-webkit-scrollbar {
  display: none; }

.brightness-50 {
  --tw-brightness: brightness(0.5);
  filter: var(--tw-blur) brightness(0.5) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }

.brightness-\[0\.1\] {
  --tw-brightness: brightness(0.1);
  filter: var(--tw-blur) brightness(0.1) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }

.brightness-\[0\.3\] {
  --tw-brightness: brightness(0.3);
  filter: var(--tw-blur) brightness(0.3) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }

/* สำหรับองค์ประกอบที่ห่อหุ้มรูปภาพ */
.relative.cursor-pointer {
  position: relative;
  display: inline-block;
  /* หรือ 'block' ตามลักษณะการใช้งาน */ }

/* สำหรับรูปภาพ */
.relative.cursor-pointer img {
  display: block;
  /* ให้รูปภาพไม่มีช่องว่างด้านล่าง */
  width: 100%;
  /* หรือกำหนดขนาดตามความต้องการ */ }

.relative.cursor-pointer.providers img {
  border: 2px solid var(--border-box); }

.relative.cursor-pointer.providers img:hover {
  border: 2px solid #ffc700 !important; }

.provider-box {
  border: 2px solid var(--border-box); }

.provider-box:hover {
  border: 2px solid #ffc700 !important; }

/* สำหรับ spinner */
.fa-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }

.filter.brightness-\[0\.3\] {
  filter: brightness(30%);
  /* ปรับความสว่างของรูปภาพให้เหลือ 30% */ }

.slick-next {
  display: none !important; }

.slick-prev {
  display: none !important; }

.slide-icon-slick {
  padding: 0px 2px 0px 2px; }

*:focus {
  outline: none !important; }

.item-right {
  margin-left: auto;
  margin-right: 0; }

.item-right {
  position: relative; }

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.item-left {
  margin-right: 20px;
  /* หรือระยะห่างที่คุณต้องการ */ }

.item-right {
  flex-grow: 1;
  /* ให้ input ขยายเต็มพื้นที่ที่เหลือ */
  max-width: calc(100% - 40px);
  /* ปรับตามขนาดของปุ่มกลับหน้าแรก */ }

.back-icon {
  font-size: 20px;
  color: #cdcdcd;
  cursor: pointer;
  /* ให้เม้าส์เปลี่ยนเป็นรูปมือเมื่อโฮเวอร์ */ }

.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #cdcdcd; }

.newl {
  padding-right: 30px;
  /* ทำให้มีพื้นที่ว่างสำหรับไอคอน */ }

.ant-modal-content {
  background-color: #202020 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 20px; }

.ant-modal .ant-modal-content {
  position: relative;
  background-color: #121416;
  background-clip: padding-box;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  padding: 20px 24px; }

.ant-modal .ant-modal-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2857142857142858;
  word-wrap: break-word; }

.ant-modal-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  padding: 8px 16px; }

.ant-modal .ant-modal-close {
  position: absolute;
  top: 18px;
  inset-inline-end: 18px;
  z-index: 1010;
  padding: 0;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s; }

.ant-modal .ant-modal-close:hover {
  color: white !important; }

.notice-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  background: linear-gradient(-325deg, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  margin-bottom: 16px;
  overflow: hidden; }

.notice-card.warning {
  background: linear-gradient(-325deg, rgba(250, 173, 20, 0.15) 30%, rgba(250, 173, 20, 0));
  box-shadow: inset 0 0 0 1px rgba(250, 173, 20, 0.25); }

.notice-card .notcie-card-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  animation: dance 5s infinite; }

.notice-card .notcie-card-icon img {
  width: 100%;
  height: 100%; }

.notice-card .notice-card-text {
  padding-left: 48px;
  font-size: 14px; }

.ant-typography {
  color: rgba(255, 255, 255, 0.88);
  word-break: break-word;
  line-height: 1; }

.ant-typography.ant-typography-warning {
  color: #faad14; }

.ant-typography strong {
  font-weight: 600; }

.notice-card.danger {
  background: linear-gradient(-325deg, rgba(232, 71, 73, 0.15) 30%, rgba(232, 71, 73, 0));
  box-shadow: inset 0 0 0 1px rgba(232, 71, 73, 0.25); }

.ant-typography.ant-typography-danger {
  color: #ff4d4f; }

.bank-deposit-card {
  display: flex;
  padding: 12px;
  background: linear-gradient(-325deg, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  overflow: hidden; }

.bank-card-logo {
  position: relative;
  display: flex;
  border-radius: 40px;
  margin-right: 12px;
  width: 80px;
  height: 80px;
  overflow: hidden; }

.bank-card-logo:before {
  background: linear-gradient(135deg, transparent 20%, #000);
  box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.3); }

.bank-card-logo:after,
.bank-card-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  z-index: 2;
  mix-blend-mode: soft-light; }

.bank-card-logo:after {
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5)); }

.bank-card-logo img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; }

.bank-card-info .bank-deposite-account {
  color: #fff;
  font-size: 20px;
  font-weight: 500; }

.ant-image-preview-root .ant-image-preview-mask {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); }

.info-angpao:hover {
  color: #faad14; }

.promotion-detail {
  color: white; }

.custom-modal-content {
  background-color: #1c1c1e;
  color: white; }

.promotion-item {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #303030;
  position: relative;
  cursor: pointer; }

.promotion-item.active {
  border-radius: 10px;
  border: 2px solid #ffc107; }

.promotion-item.active::after {
  content: "\E23\E31\E1A\E42\E1B\E23\E42\E21\E0A\E31\E48\E19\E19\E35\E49\E2D\E22\E39\E48";
  color: #ffc107;
  position: absolute;
  right: 16px;
  font-weight: bold; }

.promotion-item img {
  margin-right: 16px;
  width: 100px;
  height: auto; }

.promotion-item .description {
  flex: 1; }

.promotion-item .arrow {
  color: #d8d8d8;
  font-size: 24px; }

.aff-btn {
  background: linear-gradient(180deg, var(--color-primary), var(--color-primary-end)); }

.aff-btn:hover {
  color: #fff; }

.profile-btn {
  color: #fff;
  background: linear-gradient(#2c2c2d, #101010) !important;
  border-color: #dfc88e !important; }

@media (min-width: 992px) {
  /* สำหรับหน้าจอขนาด large (lg) */
  .col-md-2 {
    flex: 0 0 auto;
    width: 12.5%;
    /* คำนวณจาก 100% / 8 คอลัมน์ */ } }

.ant-pagination {
  color: rgba(255, 255, 255, 0.88) !important;
  padding: 20px;
  text-align: center; }

.ant-pagination .ant-pagination-item-active {
  color: #000; }

.ant-pagination .ant-pagination-prev button,
.ant-pagination .ant-pagination-next button {
  color: rgba(255, 255, 255, 0.88) !important; }

.ant-pagination
.ant-pagination-jump-next
.ant-pagination-item-container
.ant-pagination-item-link-icon {
  color: #ffffff !important; }

.ant-pagination
.ant-pagination-jump-prev
.ant-pagination-item-container
.ant-pagination-item-ellipsis,
.ant-pagination
.ant-pagination-jump-next
.ant-pagination-item-container
.ant-pagination-item-ellipsis {
  color: rgba(255, 255, 255, 0.25) !important; }

.ant-pagination .ant-pagination-prev button,
.ant-pagination .ant-pagination-next button {
  color: rgba(255, 255, 255, 0.88) !important; }

.ant-pagination
.ant-pagination-jump-prev
.ant-pagination-item-container
.ant-pagination-item-ellipsis,
.ant-pagination
.ant-pagination-jump-next
.ant-pagination-item-container
.ant-pagination-item-ellipsis {
  color: rgba(255, 255, 255, 0.25) !important; }

.ant-pagination-item-active a {
  color: rgba(0, 0, 0, 0.88) !important; }

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* แบ่งคอลัมน์เป็น grid โดยให้แต่ละคอลัมน์มีความกว้างไม่น้อยกว่า 300px */
  gap: 5px;
  /* ระยะห่างระหว่าง grid items */ }
  @media screen and (max-width: 600px) {
    .grid-container {
      /* เมื่อเป็น mobile */
      grid-template-columns: 1fr;
      /* แสดงเป็นคอลัมน์เดียว */ } }

@media screen and (max-width: 600px) {
  .mobile-container {
    display: none; } }

.disable-click {
  pointer-events: none;
  /* ปิดการกด */ }

.opacity-click {
  opacity: 0.3;
  /* ทำให้จางลง */
  position: relative; }

.overlay-text {
  position: absolute;
  /* กำหนดตำแหน่งแบบ absolute */
  top: 50%;
  /* จัดให้อยู่ตรงกลางในแนวตั้ง */
  left: 50%;
  /* จัดให้อยู่ตรงกลางในแนวนอน */
  transform: translate(-50%, -50%);
  /* ปรับตำแหน่งไปตรงกลาง */
  color: white;
  /* กำหนดสีของข้อความเป็นสีขาว */
  text-align: center;
  /* จัดข้อความให้อยู่ตรงกลาง */
  z-index: 2;
  /* ให้ข้อความอยู่ด้านหน้าของรูปภาพ */
  pointer-events: none;
  /* ปิดการกดที่ข้อความ */ }

.amount-highlight {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  /* ขนาดตัวอักษรใหญ่ */
  font-weight: bold;
  /* ตัวหนา */
  color: #ff0000;
  /* สีแดง */
  text-align: center;
  /* จัดให้อยู่ตรงกลาง */ }

.amount-text {
  background-color: #fff5f5;
  /* พื้นหลังสีอ่อน */
  padding: 10px 20px;
  border-radius: 8px;
  /* มุมมน */
  border: 2px solid #ff4d4f;
  /* เส้นขอบสีแดง */
  display: inline-block;
  /* แสดงเป็นบล็อกในบรรทัดเดียว */ }

/* Check-in Challenge */
.checkin-page {
  padding: 20px 0 40px; }

.checkin-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2a0c3d, #12061f);
  color: #f6f2ff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }

.checkin-hero__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fef5ff; }

.checkin-hero__subtitle {
  font-size: 14px;
  opacity: 0.9;
  color: #e6dbff; }

.checkin-hero__meta {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.75;
  color: #cbb7ff; }

.checkin-hero__mock {
  margin-left: 8px;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  font-size: 11px; }

.checkin-hero__progress {
  min-width: 180px;
  background: rgba(255, 255, 255, 0.18);
  padding: 12px 14px;
  border-radius: 14px;
  color: #f7f1ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }

.checkin-progress__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.8); }

.checkin-progress__value {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff; }

.checkin-progress__bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 6px; }

.checkin-progress__bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #ffd36f, #ff9b5f); }

.checkin-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0 20px; }

.checkin-status__item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px;
  text-align: center; }

.checkin-status__label {
  font-size: 12px;
  opacity: 0.7; }

.checkin-status__value {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px; }

.checkin-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px; }

.checkin-cta__note {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.75; }

.checkin-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-bottom: 20px; }

.checkin-day {
  padding: 12px;
  border-radius: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden; }

.checkin-day__badge {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px; }

.checkin-day__reward {
  margin-bottom: 6px; }

.checkin-reward__amount {
  font-size: 18px;
  font-weight: 700; }

.checkin-reward__turn {
  font-size: 12px;
  opacity: 0.8; }

.checkin-day__status {
  font-size: 12px;
  opacity: 0.8; }

.checkin-day--claimed {
  background: linear-gradient(135deg, #3ddc84, #1fbf75);
  color: #0b2b1e; }

.checkin-day--available {
  background: linear-gradient(135deg, #ffe29f, #ffa99f);
  color: #3b1b1b;
  border: 1px solid rgba(255, 255, 255, 0.4); }

.checkin-day--missed {
  background: linear-gradient(135deg, rgba(255, 106, 106, 0.25), rgba(255, 160, 122, 0.2));
  color: #ffd9d9;
  border: 1px dashed rgba(255, 160, 160, 0.45); }

.checkin-day--locked {
  opacity: 0.5; }

.checkin-rules {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px 16px; }

.checkin-rules__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px; }

.checkin-rules__text {
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 4px; }

@media (max-width: 768px) {
  .checkin-hero {
    flex-direction: column; }
  .checkin-calendar {
    grid-template-columns: repeat(2, 1fr); }
  .checkin-weekdays {
    grid-template-columns: repeat(2, 1fr); }
  .checkin-status {
    grid-template-columns: 1fr; }
  .checkin-streak__list {
    grid-template-columns: 1fr; } }

.checkin-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-bottom: 8px; }

.checkin-weekday {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7); }

.checkin-day--empty {
  background: transparent;
  border: none;
  box-shadow: none; }

.checkin-streak {
  margin-bottom: 20px; }

.checkin-streak__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px; }

.checkin-streak__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; }

.checkin-streak-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 12px;
  text-align: center; }

.checkin-streak-card__day {
  font-size: 12px;
  opacity: 0.7; }

.checkin-streak-card__reward {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px; }

.checkin-streak-card__label,
.checkin-streak-card__turn {
  font-size: 12px;
  opacity: 0.75; }

.checkin-day {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.checkin-day__reward {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px; }

.checkin-reward__icon {
  font-size: 22px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16); }

.checkin-day--available .checkin-reward__icon {
  background: rgba(255, 255, 255, 0.4);
  color: #3b1b1b; }

.checkin-day--claimed .checkin-reward__icon {
  background: rgba(0, 0, 0, 0.15);
  color: #0b2b1e; }

.checkin-day--missed .checkin-reward__icon {
  background: rgba(255, 106, 106, 0.25);
  color: #ffd9d9; }

/* Card Flip Activity */
.cardflip-page {
  padding: 20px 0 40px; }

.cardflip-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px;
  border-radius: 18px;
  background: radial-gradient(circle at 10% 10%, #5b1f8f, #1b0a2f);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  margin-bottom: 22px; }

.cardflip-hero__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px; }

.cardflip-hero__subtitle {
  font-size: 13px;
  opacity: 0.85; }

.cardflip-hero__rule {
  margin-top: 10px;
  font-size: 12px;
  color: #ffd9f2; }

.cardflip-hero__stats {
  min-width: 180px;
  display: grid;
  gap: 10px; }

.cardflip-hero__stat {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 10px 12px;
  text-align: center; }

.cardflip-hero__stat .label {
  font-size: 11px;
  opacity: 0.7; }

.cardflip-hero__stat .value {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px; }

.cardflip-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 18px; }

.cardflip-card {
  perspective: 1000px;
  cursor: pointer; }

.cardflip-card--revealed {
  cursor: default; }

.cardflip-card__inner {
  position: relative;
  width: 100%;
  padding-top: 140%;
  transform-style: preserve-3d;
  transition: transform 0.7s ease; }

.cardflip-card--revealed .cardflip-card__inner {
  transform: rotateY(180deg); }

.cardflip-card__front,
.cardflip-card__back {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); }

.cardflip-card__front {
  background: linear-gradient(135deg, #ffce7a, #ff7bc2);
  color: #351023; }

.cardflip-card__front--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45); }

.cardflip-card__front--image .cardflip-card__icon {
  background: rgba(0, 0, 0, 0.35);
  color: #fff; }

.cardflip-card__badge {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px; }

.cardflip-card__icon {
  margin-top: 8px;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.4);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center; }

.cardflip-card__hint {
  margin-top: 10px;
  font-size: 12px; }

.cardflip-card__back {
  background: linear-gradient(135deg, #2a0c3d, #140622);
  color: #fff;
  transform: rotateY(180deg);
  border: 1px solid rgba(255, 255, 255, 0.1); }

.cardflip-card__reward {
  font-size: 22px;
  font-weight: 700; }

.cardflip-card__sub {
  font-size: 12px;
  opacity: 0.75;
  margin-top: 4px; }

.cardflip-actions {
  text-align: center;
  margin-bottom: 18px; }

.cardflip-btn {
  padding: 10px 28px;
  font-weight: 700; }

.cardflip-note {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.75; }

.cardflip-rules {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 16px;
  border-radius: 14px; }

.cardflip-rules__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px; }

.cardflip-rules__list {
  margin: 0;
  padding-left: 18px;
  font-size: 12px;
  opacity: 0.85;
  display: grid;
  gap: 6px; }

.cardflip-info {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px;
  border-radius: 14px; }

.cardflip-info__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px; }

.cardflip-info__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }

.cardflip-info__item {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 12px; }

@media (max-width: 768px) {
  .cardflip-hero {
    flex-direction: column; }
  .cardflip-board {
    grid-template-columns: repeat(2, 1fr); }
  .cardflip-info__list {
    grid-template-columns: repeat(2, 1fr); } }

@charset "UTF-8";
/* ============================================================
   Theme V2 - Dark Gaming UI
   ============================================================ */
:root {
  --v2-bg: var(--body-background, #07071a);
  --v2-bg-card: rgba(255, 255, 255, 0.04);
  --v2-bg-card-hover: rgba(255, 255, 255, 0.08);
  --v2-border: rgba(255, 255, 255, 0.08);
  --v2-border-accent: rgba(var(--v2-accent-rgb), 0.4);
  --v2-text: #f0f0ff;
  --v2-text-muted: rgba(240, 240, 255, 0.5);
  --v2-accent: var(--color-primary, #7c3aed);
  --v2-accent-2: var(--color-primary-end, #a855f7);
  --v2-gold: var(--color-secondary, #fbbf24);
  --v2-success: #10b981;
  --v2-danger: #ef4444;
  --v2-sidebar-width: 220px;
  --v2-topbar-height: 60px;
  --v2-bottom-nav-height: 64px;
  --v2-radius: 12px;
  --v2-radius-sm: 8px;
  --v2-glow: 0 0 20px rgba(var(--v2-accent-rgb), 0.3);
  --v2-accent-rgb: 124, 58, 237; }

/* ---- Base ---- */
.v2-app {
  min-height: 100vh;
  background: var(--v2-bg);
  color: var(--v2-text);
  font-family: 'Prompt', sans-serif;
  position: relative; }

/* ---- Sidebar (desktop) ---- */
.v2-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--v2-sidebar-width);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-right: 1px solid var(--v2-border);
  backdrop-filter: blur(20px);
  z-index: 100;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden; }
  .v2-sidebar::-webkit-scrollbar {
    width: 4px; }
  .v2-sidebar::-webkit-scrollbar-track {
    background: transparent; }
  .v2-sidebar::-webkit-scrollbar-thumb {
    background: var(--v2-border);
    border-radius: 2px; }
  .v2-sidebar .v2-sidebar-logo {
    padding: 20px 16px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--v2-border); }
    .v2-sidebar .v2-sidebar-logo img {
      height: 48px;
      width: auto;
      object-fit: contain; }
  .v2-sidebar .v2-sidebar-balance {
    margin: 12px 12px 8px;
    padding: 12px 14px;
    background: linear-gradient(135deg, rgba(var(--v2-accent-rgb), 0.15), rgba(var(--v2-accent-rgb), 0.05));
    border: 1px solid var(--v2-border-accent);
    border-radius: var(--v2-radius-sm); }
    .v2-sidebar .v2-sidebar-balance .v2-balance-label {
      font-size: 11px;
      color: var(--v2-text-muted);
      margin-bottom: 2px; }
    .v2-sidebar .v2-sidebar-balance .v2-balance-amount {
      font-size: 18px;
      font-weight: 700;
      color: var(--v2-gold);
      letter-spacing: 0.5px; }
  .v2-sidebar .v2-sidebar-nav {
    flex: 1;
    padding: 8px 0;
    list-style: none;
    margin: 0; }
    .v2-sidebar .v2-sidebar-nav li a {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 11px 16px;
      color: var(--v2-text-muted);
      text-decoration: none;
      font-size: 13px;
      font-weight: 500;
      border-radius: 0;
      transition: all 0.2s;
      position: relative; }
      .v2-sidebar .v2-sidebar-nav li a i {
        width: 20px;
        font-size: 15px;
        text-align: center; }
      .v2-sidebar .v2-sidebar-nav li a:hover, .v2-sidebar .v2-sidebar-nav li a.active {
        color: var(--v2-text);
        background: var(--v2-bg-card-hover); }
        .v2-sidebar .v2-sidebar-nav li a:hover::before, .v2-sidebar .v2-sidebar-nav li a.active::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 3px;
          background: linear-gradient(180deg, var(--v2-accent), var(--v2-accent-2));
          border-radius: 0 2px 2px 0; }
  .v2-sidebar .v2-sidebar-footer {
    padding: 12px;
    border-top: 1px solid var(--v2-border); }
    .v2-sidebar .v2-sidebar-footer .v2-sidebar-line-btn {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 12px;
      background: rgba(0, 185, 75, 0.12);
      border: 1px solid rgba(0, 185, 75, 0.25);
      border-radius: var(--v2-radius-sm);
      color: #4ade80;
      text-decoration: none;
      font-size: 12px;
      font-weight: 500;
      transition: all 0.2s; }
      .v2-sidebar .v2-sidebar-footer .v2-sidebar-line-btn:hover {
        background: rgba(0, 185, 75, 0.2); }
      .v2-sidebar .v2-sidebar-footer .v2-sidebar-line-btn i {
        font-size: 16px; }

/* ---- Topbar ---- */
.v2-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: var(--v2-sidebar-width);
  height: var(--v2-topbar-height);
  background: rgba(7, 7, 26, 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--v2-border);
  z-index: 90;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 12px; }
  .v2-topbar .v2-topbar-title {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--v2-text); }
  .v2-topbar .v2-topbar-balance-chip {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(var(--v2-accent-rgb), 0.2), rgba(var(--v2-accent-rgb), 0.08));
    border: 1px solid var(--v2-border-accent);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    color: var(--v2-gold);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s; }
    .v2-topbar .v2-topbar-balance-chip:hover {
      background: rgba(var(--v2-accent-rgb), 0.25); }
    .v2-topbar .v2-topbar-balance-chip i {
      font-size: 12px;
      color: var(--v2-text-muted); }
  .v2-topbar .v2-topbar-deposit-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-2));
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: var(--v2-glow); }
    .v2-topbar .v2-topbar-deposit-btn:hover {
      opacity: 0.9;
      transform: translateY(-1px); }
    .v2-topbar .v2-topbar-deposit-btn i {
      font-size: 11px; }
  .v2-topbar .v2-topbar-menu-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--v2-bg-card);
    border: 1px solid var(--v2-border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--v2-text-muted);
    transition: all 0.2s; }
    .v2-topbar .v2-topbar-menu-btn:hover {
      color: var(--v2-text);
      background: var(--v2-bg-card-hover); }

/* ---- Main content area ---- */
.v2-main {
  margin-left: var(--v2-sidebar-width);
  padding-top: var(--v2-topbar-height);
  min-height: 100vh; }

.v2-page-content {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto; }

/* ---- Bottom nav (mobile) ---- */
.v2-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--v2-bottom-nav-height);
  background: rgba(7, 7, 26, 0.92);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--v2-border);
  z-index: 100; }
  .v2-bottom-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%; }
    .v2-bottom-nav ul li {
      flex: 1; }
      .v2-bottom-nav ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        gap: 3px;
        color: var(--v2-text-muted);
        text-decoration: none;
        font-size: 10px;
        font-weight: 500;
        transition: all 0.2s; }
        .v2-bottom-nav ul li a i {
          font-size: 18px; }
        .v2-bottom-nav ul li a:hover, .v2-bottom-nav ul li a.active {
          color: var(--v2-accent-2); }
      .v2-bottom-nav ul li.v2-bottom-nav-center a i {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-2));
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #fff;
        box-shadow: var(--v2-glow);
        margin-top: -16px; }

/* ---- Cards ---- */
.v2-card, .v2-card-glow {
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
  backdrop-filter: blur(10px);
  transition: all 0.2s; }
  .v2-card:hover, .v2-card-glow:hover {
    border-color: var(--v2-border-accent);
    background: var(--v2-bg-card-hover); }

.v2-card-glow {
  box-shadow: var(--v2-glow);
  border-color: var(--v2-border-accent); }

/* ---- Section header ---- */
.v2-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px; }
  .v2-section-header .v2-section-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--v2-text);
    display: flex;
    align-items: center;
    gap: 8px; }
    .v2-section-header .v2-section-title i {
      color: var(--v2-gold);
      font-size: 14px; }
  .v2-section-header .v2-section-more {
    font-size: 12px;
    color: var(--v2-text-muted);
    text-decoration: none; }
    .v2-section-header .v2-section-more:hover {
      color: var(--v2-accent-2); }

/* ---- Search box ---- */
.v2-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px; }
  .v2-search-wrap .v2-search-icon {
    position: absolute;
    left: 14px;
    color: var(--v2-text-muted);
    font-size: 13px;
    pointer-events: none; }
  .v2-search-wrap .v2-search-input {
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--v2-border);
    border-radius: 20px;
    padding: 0 40px 0 38px;
    color: var(--v2-text);
    font-size: 13px;
    outline: none;
    transition: border-color 0.2s, background 0.2s; }
    .v2-search-wrap .v2-search-input::placeholder {
      color: var(--v2-text-muted); }
    .v2-search-wrap .v2-search-input:focus {
      border-color: var(--v2-accent);
      background: rgba(124, 58, 237, 0.08); }
  .v2-search-wrap .v2-search-clear {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    color: var(--v2-text-muted);
    font-size: 12px;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: color 0.2s; }
    .v2-search-wrap .v2-search-clear:hover {
      color: var(--v2-text); }

/* ---- Provider tabs ---- */
.v2-provider-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 16px;
  scrollbar-width: none; }
  .v2-provider-tabs::-webkit-scrollbar {
    display: none; }
  .v2-provider-tabs .v2-tab-btn {
    flex-shrink: 0;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid var(--v2-border);
    background: var(--v2-bg-card);
    color: var(--v2-text-muted);
    transition: all 0.2s; }
    .v2-provider-tabs .v2-tab-btn.active, .v2-provider-tabs .v2-tab-btn:hover {
      background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-2));
      border-color: transparent;
      color: #fff;
      box-shadow: var(--v2-glow); }

/* ---- Animated border keyframes ---- */
@property --v2-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false; }

@keyframes v2-spin-border {
  to {
    --v2-angle: 360deg; } }

@keyframes v2-online-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0.4;
    transform: scale(0.8); } }

@keyframes v2-reward-shimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }

/* ---- Game grid ---- */
.v2-game-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px; }

/* ---- Provider item wrapper ---- */
.v2-provider-item {
  display: flex;
  flex-direction: column;
  gap: 4px; }

/* ---- Animated glow border wrapper ---- */
.v2-card-glow-wrap {
  position: relative;
  padding: 2px;
  border-radius: 27px;
  /* NO overflow:hidden here — let .v2-game-card clip its own content.
     Double-clipping at different radii causes white seam artifacts. */
  background: conic-gradient(from var(--v2-angle), rgba(124, 58, 237, 0) 0%, rgba(168, 85, 247, 0.9) 8%, rgba(236, 72, 153, 0.7) 16%, rgba(251, 191, 36, 0.5) 24%, rgba(124, 58, 237, 0) 32%, rgba(124, 58, 237, 0) 100%), #07071a;
  /* solid dark base fills transparent gradient areas — no bleed */
  animation: v2-spin-border 3s linear infinite;
  animation-delay: var(--glow-delay, 0s);
  flex-shrink: 0; }

.v2-game-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s;
  aspect-ratio: 1 / 1;
  background: #0d0d1f;
  /* solid dark — was rgba(white,0.04) which bled at corners */
  display: block; }
  .v2-game-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s; }
  .v2-game-card .v2-game-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 55%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 7px;
    opacity: 0;
    transition: opacity 0.25s; }
    .v2-game-card .v2-game-overlay .v2-game-name {
      font-size: 10px;
      font-weight: 600;
      color: #fff;
      line-height: 1.3; }
    .v2-game-card .v2-game-overlay .v2-game-play-btn {
      margin-top: 4px;
      padding: 4px 8px;
      background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-2));
      border-radius: 5px;
      font-size: 10px;
      color: #fff;
      font-weight: 600;
      text-align: center; }
  .v2-game-card:hover {
    transform: scale(1.04); }
    .v2-game-card:hover img {
      transform: scale(1.06); }
    .v2-game-card:hover .v2-game-overlay {
      opacity: 1; }

/* ---- Online badge ---- */
.v2-online-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  padding: 2px 5px 2px 4px;
  font-size: 8px;
  color: #4ade80;
  display: flex;
  align-items: center;
  gap: 3px;
  z-index: 10;
  font-weight: 700;
  letter-spacing: 0.3px;
  pointer-events: none; }
  .v2-online-badge .v2-online-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4ade80;
    flex-shrink: 0;
    animation: v2-online-pulse 1.8s ease-in-out infinite; }

/* ---- Card placeholder (no logo) ---- */
.v2-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px;
  text-align: center; }
  .v2-card-placeholder i {
    font-size: 26px;
    color: rgba(196, 181, 253, 0.75);
    filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.6)); }
  .v2-card-placeholder span {
    color: #e2d4ff;
    font-size: 10px;
    font-weight: 700;
    word-break: break-word;
    line-height: 1.3;
    text-shadow: 0 1px 10px rgba(168, 85, 247, 0.5);
    max-width: 90%; }

/* ---- Reward bar ---- */
.v2-reward-bar {
  padding: 4px 6px 5px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06); }
  .v2-reward-bar .v2-reward-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 8px;
    color: var(--v2-text-muted);
    margin-bottom: 4px;
    font-weight: 500; }
  .v2-reward-bar .v2-reward-pct {
    color: #fbbf24;
    font-weight: 700;
    font-size: 9px; }
  .v2-reward-bar .v2-reward-track {
    height: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
    overflow: hidden; }
    .v2-reward-bar .v2-reward-track .v2-reward-fill {
      height: 100%;
      border-radius: 2px;
      background: linear-gradient(90deg, #7c3aed, #a855f7, #ec4899, #f97316, #a855f7);
      background-size: 300% 100%;
      animation: v2-reward-shimmer var(--shimmer-speed, 2s) linear infinite; }

.v2-game-hot-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  background: linear-gradient(135deg, #ef4444, #f97316);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  z-index: 10; }

/* ---- Banner slider ---- */
.v2-banner-slider {
  margin-bottom: 20px;
  border-radius: 14px;
  overflow: hidden; }
  .v2-banner-slider .slick-dots li button:before {
    color: var(--v2-accent-2); }
  .v2-banner-slider .slick-dots {
    bottom: 10px; }
  .v2-banner-slider .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px; }

/* ---- Quick menu ---- */
.v2-quick-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 20px; }
  .v2-quick-menu .v2-quick-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 12px 6px;
    background: var(--v2-bg-card);
    border: 1px solid var(--v2-border);
    border-radius: var(--v2-radius-sm);
    text-decoration: none;
    color: var(--v2-text-muted);
    font-size: 11px;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer; }
    .v2-quick-menu .v2-quick-item .v2-quick-icon {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      background: linear-gradient(135deg, rgba(var(--v2-accent-rgb), 0.2), rgba(var(--v2-accent-rgb), 0.05));
      display: flex;
      align-items: center;
      justify-content: center; }
      .v2-quick-menu .v2-quick-item .v2-quick-icon i {
        font-size: 16px;
        color: var(--v2-accent-2); }
    .v2-quick-menu .v2-quick-item:hover {
      color: var(--v2-text);
      border-color: var(--v2-border-accent);
      background: var(--v2-bg-card-hover); }

/* ---- Balance card ---- */
.v2-balance-card {
  padding: 16px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(var(--v2-accent-rgb), 0.15) 0%, rgba(var(--v2-accent-rgb), 0.05) 100%);
  border: 1px solid var(--v2-border-accent);
  border-radius: var(--v2-radius); }
  .v2-balance-card .v2-balance-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .v2-balance-card .v2-balance-label {
    font-size: 12px;
    color: var(--v2-text-muted);
    margin-bottom: 3px; }
  .v2-balance-card .v2-balance-num {
    font-size: 26px;
    font-weight: 800;
    color: var(--v2-gold);
    letter-spacing: 0.5px; }
  .v2-balance-card .v2-balance-sub {
    font-size: 11px;
    color: var(--v2-text-muted);
    margin-top: 4px; }
  .v2-balance-card .v2-balance-refresh {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--v2-bg-card);
    border: 1px solid var(--v2-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--v2-text-muted);
    cursor: pointer;
    transition: all 0.2s; }
    .v2-balance-card .v2-balance-refresh:hover {
      color: var(--v2-text);
      border-color: var(--v2-border-accent); }
    .v2-balance-card .v2-balance-refresh i {
      font-size: 14px; }
  .v2-balance-card .v2-balance-actions {
    display: flex;
    gap: 8px;
    margin-top: 14px; }
    .v2-balance-card .v2-balance-actions .v2-btn-deposit, .v2-balance-card .v2-balance-actions .v2-btn-withdraw {
      flex: 1;
      padding: 10px;
      border-radius: var(--v2-radius-sm);
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
      transition: all 0.2s; }
    .v2-balance-card .v2-balance-actions .v2-btn-deposit {
      background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-2));
      color: #fff;
      box-shadow: var(--v2-glow); }
      .v2-balance-card .v2-balance-actions .v2-btn-deposit:hover {
        opacity: 0.9;
        color: #fff; }
    .v2-balance-card .v2-balance-actions .v2-btn-withdraw {
      background: var(--v2-bg-card);
      border: 1px solid var(--v2-border);
      color: var(--v2-text-muted); }
      .v2-balance-card .v2-balance-actions .v2-btn-withdraw:hover {
        border-color: var(--v2-border-accent);
        color: var(--v2-text); }

/* ---- Auth pages ---- */
.v2-auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--v2-bg);
  padding: 20px;
  position: relative;
  overflow: hidden; }
  .v2-auth-page::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 40%, rgba(var(--v2-accent-rgb), 0.12) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(var(--v2-accent-rgb), 0.08) 0%, transparent 40%);
    pointer-events: none; }
  .v2-auth-page .v2-auth-container {
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1; }
  .v2-auth-page .v2-auth-logo {
    text-align: center;
    margin-bottom: 28px; }
    .v2-auth-page .v2-auth-logo img {
      height: 64px;
      width: auto;
      object-fit: contain; }
  .v2-auth-page .v2-auth-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--v2-border);
    border-radius: 16px;
    padding: 28px 24px;
    backdrop-filter: blur(20px); }
  .v2-auth-page .v2-auth-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--v2-text);
    margin-bottom: 6px; }
  .v2-auth-page .v2-auth-sub {
    font-size: 13px;
    color: var(--v2-text-muted);
    margin-bottom: 24px; }
  .v2-auth-page .v2-form-group {
    margin-bottom: 14px; }
    .v2-auth-page .v2-form-group label {
      display: block;
      font-size: 12px;
      color: var(--v2-text-muted);
      margin-bottom: 6px;
      font-weight: 500; }
    .v2-auth-page .v2-form-group .v2-input-wrap {
      position: relative; }
      .v2-auth-page .v2-form-group .v2-input-wrap i.v2-input-icon {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--v2-text-muted);
        font-size: 14px; }
    .v2-auth-page .v2-form-group input {
      width: 100%;
      padding: 11px 12px 11px 38px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid var(--v2-border);
      border-radius: var(--v2-radius-sm);
      color: var(--v2-text);
      font-family: 'Prompt', sans-serif;
      font-size: 14px;
      outline: none;
      transition: all 0.2s; }
      .v2-auth-page .v2-form-group input::placeholder {
        color: var(--v2-text-muted); }
      .v2-auth-page .v2-form-group input:focus {
        border-color: rgba(var(--v2-accent-rgb), 0.6);
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 0 0 3px rgba(var(--v2-accent-rgb), 0.12); }
    .v2-auth-page .v2-form-group .v2-show-pass {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--v2-text-muted);
      cursor: pointer;
      font-size: 14px; }
      .v2-auth-page .v2-form-group .v2-show-pass:hover {
        color: var(--v2-text); }
  .v2-auth-page .v2-btn-primary {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-2));
    border: none;
    border-radius: var(--v2-radius-sm);
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: var(--v2-glow);
    margin-top: 8px; }
    .v2-auth-page .v2-btn-primary:hover {
      opacity: 0.9;
      transform: translateY(-1px); }
    .v2-auth-page .v2-btn-primary:disabled {
      opacity: 0.6;
      cursor: not-allowed;
      transform: none; }
  .v2-auth-page .v2-btn-secondary {
    width: 100%;
    padding: 11px;
    background: transparent;
    border: 1px solid var(--v2-border);
    border-radius: var(--v2-radius-sm);
    color: var(--v2-text-muted);
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: all 0.2s;
    margin-top: 8px; }
    .v2-auth-page .v2-btn-secondary:hover {
      border-color: var(--v2-border-accent);
      color: var(--v2-text); }
  .v2-auth-page .v2-auth-footer {
    text-align: center;
    margin-top: 16px;
    font-size: 12px;
    color: var(--v2-text-muted); }
    .v2-auth-page .v2-auth-footer a {
      color: var(--v2-accent-2);
      text-decoration: none; }
  .v2-auth-page .v2-remember-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    color: var(--v2-text-muted); }
    .v2-auth-page .v2-remember-row input[type=checkbox] {
      accent-color: var(--v2-accent);
      width: 14px;
      height: 14px; }

/* ---- Page inner layouts ---- */
.v2-page-header {
  padding: 0 0 16px;
  border-bottom: 1px solid var(--v2-border);
  margin-bottom: 20px; }
  .v2-page-header .v2-page-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--v2-text);
    display: flex;
    align-items: center;
    gap: 10px; }
    .v2-page-header .v2-page-title i {
      color: var(--v2-accent-2);
      font-size: 16px; }
  .v2-page-header .v2-page-sub {
    font-size: 13px;
    color: var(--v2-text-muted);
    margin-top: 3px; }

/* ---- Promotion animations ---- */
@keyframes v2-promo-flash {
  0%, 55% {
    opacity: 0;
    transform: translateX(-100%) skewX(-20deg); }
  60% {
    opacity: 1;
    transform: translateX(-100%) skewX(-20deg); }
  78% {
    opacity: 0;
    transform: translateX(200%) skewX(-20deg); }
  100% {
    opacity: 0;
    transform: translateX(200%) skewX(-20deg); } }

/* ---- Promotion page ---- */
.v2-promo-card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2px;
  border-radius: 20px;
  background: conic-gradient(from var(--v2-angle), rgba(251, 191, 36, 0) 0%, rgba(251, 191, 36, 0.95) 7%, rgba(245, 158, 11, 0.8) 14%, rgba(239, 68, 68, 0.6) 20%, rgba(168, 85, 247, 0.4) 26%, rgba(251, 191, 36, 0) 32%, rgba(251, 191, 36, 0) 100%), #07071a;
  animation: v2-spin-border 5s linear infinite;
  animation-delay: var(--promo-glow-delay, 0s); }

.v2-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px; }

.v2-promo-card {
  flex: 1;
  background: #0f0f22;
  border: 1px solid var(--v2-border);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
  .v2-promo-card:hover {
    transform: translateY(-3px);
    border-color: var(--v2-border-accent);
    box-shadow: 0 8px 32px rgba(124, 58, 237, 0.15); }

.v2-promo-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden; }
  .v2-promo-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s; }
  .v2-promo-card:hover .v2-promo-banner img {
    transform: scale(1.04); }
  .v2-promo-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.22) 50%, transparent 70%);
    animation: v2-promo-flash 5s ease-in-out infinite;
    animation-delay: var(--promo-flash-delay, 0s);
    z-index: 3;
    pointer-events: none; }

.v2-promo-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 7, 26, 0.85) 0%, transparent 60%);
  pointer-events: none; }

.v2-promo-banner-placeholder {
  width: 100%;
  height: 100%;
  background: var(--promo-ph-bg, linear-gradient(135deg, #1a0533 0%, #3b0f8a 50%, #1a0533 100%));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden; }
  .v2-promo-banner-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 40%, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    pointer-events: none; }
  .v2-promo-banner-placeholder i {
    font-size: 52px;
    color: rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 1;
    text-shadow: 0 0 24px rgba(255, 255, 255, 0.15); }
  .v2-promo-banner-placeholder span {
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    padding: 0 16px;
    line-height: 1.4;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.v2-promo-body {
  padding: 14px 16px 10px;
  flex: 1; }

.v2-promo-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--v2-text);
  margin-bottom: 6px;
  line-height: 1.4; }

.v2-promo-desc {
  font-size: 12px;
  color: var(--v2-text-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.v2-promo-footer {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--v2-border); }

.v2-promo-detail-btn {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--v2-border);
  color: var(--v2-text-muted);
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s; }
  .v2-promo-detail-btn:hover {
    border-color: var(--v2-border-accent);
    color: var(--v2-text); }

.v2-promo-claim-btn {
  flex: 2;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-2));
  border: none;
  color: #fff;
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: var(--v2-glow);
  transition: opacity 0.2s, transform 0.15s; }
  .v2-promo-claim-btn:hover:not(:disabled) {
    transform: translateY(-1px); }
  .v2-promo-claim-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.v2-promo-empty {
  text-align: center;
  padding: 60px 0;
  color: var(--v2-text-muted); }
  .v2-promo-empty i {
    font-size: 48px;
    margin-bottom: 14px;
    display: block;
    opacity: 0.4; }
  .v2-promo-empty div {
    font-size: 15px; }

/* ---- Promotion detail modal ---- */
.v2-promo-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; }

.v2-promo-modal {
  background: #0f0f2a;
  border: 1px solid var(--v2-border-accent);
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6); }

.v2-promo-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: var(--v2-text-muted);
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s; }
  .v2-promo-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--v2-text); }

.v2-promo-modal-banner {
  border-radius: 20px 20px 0 0;
  overflow: hidden; }
  .v2-promo-modal-banner img {
    width: 100%;
    display: block; }

.v2-promo-modal-body {
  padding: 20px; }

.v2-promo-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--v2-text);
  margin-bottom: 10px;
  line-height: 1.4; }

.v2-promo-modal-desc {
  font-size: 13px;
  color: var(--v2-text-muted);
  line-height: 1.7;
  white-space: pre-line;
  margin-bottom: 20px; }

@media (max-width: 768px) {
  .v2-promo-grid {
    grid-template-columns: 1fr; } }

/* ---- Gamelist provider → games header ---- */
.v2-gamelist-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--v2-border);
  margin-bottom: 20px; }

.v2-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--v2-border);
  color: var(--v2-text);
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s; }
  .v2-back-btn:hover {
    background: rgba(124, 58, 237, 0.15);
    border-color: var(--v2-accent);
    color: var(--v2-accent-2); }

.v2-gamelist-provider-logo {
  height: 40px;
  width: auto;
  max-width: 80px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0; }

/* ---- Drawer (mobile) ---- */
.v2-drawer .ant-drawer-body {
  background: var(--v2-bg);
  padding: 0; }

.v2-drawer .ant-drawer-header {
  background: var(--v2-bg);
  border-bottom: 1px solid var(--v2-border); }
  .v2-drawer .ant-drawer-header .ant-drawer-title {
    color: var(--v2-text);
    font-family: 'Prompt', sans-serif; }
  .v2-drawer .ant-drawer-header .ant-drawer-close {
    color: var(--v2-text-muted); }

.v2-drawer .v2-drawer-profile {
  padding: 20px 16px;
  border-bottom: 1px solid var(--v2-border);
  display: flex;
  align-items: center;
  gap: 12px; }
  .v2-drawer .v2-drawer-profile .v2-drawer-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-2));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px; }
  .v2-drawer .v2-drawer-profile .v2-drawer-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--v2-text); }
  .v2-drawer .v2-drawer-profile .v2-drawer-balance {
    font-size: 13px;
    color: var(--v2-gold);
    font-weight: 700; }

.v2-drawer .v2-drawer-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0; }
  .v2-drawer .v2-drawer-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    color: var(--v2-text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.15s; }
    .v2-drawer .v2-drawer-menu li a i {
      width: 20px;
      text-align: center;
      font-size: 15px; }
    .v2-drawer .v2-drawer-menu li a:hover {
      color: var(--v2-text);
      background: var(--v2-bg-card); }

/* ---- History/Transaction list ---- */
.v2-tx-list .v2-tx-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--v2-border); }
  .v2-tx-list .v2-tx-item:last-child {
    border-bottom: none; }
  .v2-tx-list .v2-tx-item .v2-tx-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0; }
    .v2-tx-list .v2-tx-item .v2-tx-icon.deposit {
      background: rgba(16, 185, 129, 0.12);
      color: var(--v2-success); }
    .v2-tx-list .v2-tx-item .v2-tx-icon.withdraw {
      background: rgba(239, 68, 68, 0.12);
      color: var(--v2-danger); }
    .v2-tx-list .v2-tx-item .v2-tx-icon.bonus {
      background: rgba(var(--v2-accent-rgb), 0.12);
      color: var(--v2-accent-2); }
  .v2-tx-list .v2-tx-item .v2-tx-info {
    flex: 1; }
  .v2-tx-list .v2-tx-item .v2-tx-type {
    font-size: 13px;
    font-weight: 600;
    color: var(--v2-text); }
  .v2-tx-list .v2-tx-item .v2-tx-date {
    font-size: 11px;
    color: var(--v2-text-muted);
    margin-top: 2px; }
  .v2-tx-list .v2-tx-item .v2-tx-amount {
    font-size: 15px;
    font-weight: 700; }
    .v2-tx-list .v2-tx-item .v2-tx-amount.plus {
      color: var(--v2-success); }
    .v2-tx-list .v2-tx-item .v2-tx-amount.minus {
      color: var(--v2-danger); }
  .v2-tx-list .v2-tx-item .v2-tx-status {
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 4px;
    font-weight: 600; }
    .v2-tx-list .v2-tx-item .v2-tx-status.success {
      background: rgba(16, 185, 129, 0.15);
      color: var(--v2-success); }
    .v2-tx-list .v2-tx-item .v2-tx-status.pending {
      background: rgba(251, 191, 36, 0.15);
      color: #fbbf24; }
    .v2-tx-list .v2-tx-item .v2-tx-status.fail {
      background: rgba(239, 68, 68, 0.15);
      color: var(--v2-danger); }

/* ---- Profile ---- */
.v2-profile-header {
  text-align: center;
  padding: 24px 0 20px; }
  .v2-profile-header .v2-profile-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-2));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin: 0 auto 12px;
    box-shadow: var(--v2-glow); }
  .v2-profile-header .v2-profile-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--v2-text); }
  .v2-profile-header .v2-profile-tel {
    font-size: 13px;
    color: var(--v2-text-muted);
    margin-top: 3px; }

.v2-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px; }
  .v2-profile-stats .v2-stat-item {
    padding: 14px 10px;
    background: var(--v2-bg-card);
    border: 1px solid var(--v2-border);
    border-radius: var(--v2-radius-sm);
    text-align: center; }
    .v2-profile-stats .v2-stat-item .v2-stat-value {
      font-size: 16px;
      font-weight: 700;
      color: var(--v2-gold); }
    .v2-profile-stats .v2-stat-item .v2-stat-label {
      font-size: 11px;
      color: var(--v2-text-muted);
      margin-top: 3px; }

/* ---- Deposit / Withdraw form ---- */
/* ---- Deposit method list ---- */
.v2-deposit-section-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: var(--v2-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 20px 0 10px; }
  .v2-deposit-section-label i {
    color: var(--v2-accent-2); }
  .v2-deposit-section-label:first-of-type {
    margin-top: 0; }

.v2-deposit-method-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 4px; }

.v2-deposit-method-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.15s; }
  .v2-deposit-method-card:hover {
    border-color: var(--v2-border-accent);
    background: rgba(124, 58, 237, 0.06);
    transform: translateX(2px); }
  .v2-deposit-method-card:active {
    transform: scale(0.99); }

.v2-deposit-method-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden; }
  .v2-deposit-method-icon-wrap img {
    width: 32px;
    height: 32px;
    object-fit: contain; }

.v2-deposit-method-info {
  flex: 1;
  min-width: 0; }

.v2-deposit-method-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--v2-text);
  display: flex;
  align-items: center;
  gap: 6px; }

.v2-deposit-method-sub {
  font-size: 12px;
  color: var(--v2-text-muted);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.v2-deposit-method-arrow {
  color: var(--v2-text-muted);
  font-size: 12px;
  flex-shrink: 0; }

.v2-deposit-fire {
  width: 20px;
  height: 20px;
  vertical-align: middle; }

/* ---- Deposit form header ---- */
.v2-deposit-form-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--v2-border);
  margin-bottom: 20px; }

.v2-deposit-form-section {
  margin-bottom: 20px; }

.v2-deposit-form-label {
  font-size: 12px;
  color: var(--v2-text-muted);
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

/* ---- Bonus list ---- */
.v2-deposit-bonus-list {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.v2-deposit-bonus-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s; }
  .v2-deposit-bonus-item i {
    color: var(--v2-text-muted);
    margin-top: 2px;
    flex-shrink: 0; }
  .v2-deposit-bonus-item.active {
    border-color: var(--v2-border-accent);
    background: rgba(124, 58, 237, 0.1); }
    .v2-deposit-bonus-item.active i {
      color: var(--v2-accent-2); }
  .v2-deposit-bonus-item:hover {
    border-color: var(--v2-border-accent); }

/* ---- Confirm button ---- */
.v2-deposit-confirm-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, var(--v2-accent), var(--v2-accent-2));
  border: none;
  border-radius: 14px;
  color: #fff;
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--v2-glow);
  transition: opacity 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .v2-deposit-confirm-btn:hover:not(:disabled) {
    transform: translateY(-1px); }
  .v2-deposit-confirm-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

/* ---- Code / Gift input ---- */
.v2-deposit-code-wrap {
  display: flex;
  gap: 8px; }

.v2-deposit-code-input {
  flex: 1;
  height: 46px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  color: var(--v2-text);
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s; }
  .v2-deposit-code-input::placeholder {
    color: var(--v2-text-muted); }
  .v2-deposit-code-input:focus {
    border-color: var(--v2-accent);
    background: rgba(124, 58, 237, 0.06); }

.v2-deposit-paste-btn {
  padding: 0 16px;
  height: 46px;
  border-radius: 12px;
  background: rgba(124, 58, 237, 0.15);
  border: 1px solid var(--v2-border-accent);
  color: var(--v2-accent-2);
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: background 0.2s; }
  .v2-deposit-paste-btn:hover {
    background: rgba(124, 58, 237, 0.25); }

/* ---- Result view ---- */
.v2-deposit-result-success {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 16px;
  margin-bottom: 16px;
  color: #10b981; }
  .v2-deposit-result-success i {
    font-size: 28px;
    flex-shrink: 0; }

.v2-deposit-account-box {
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px; }

.v2-deposit-account-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px; }
  .v2-deposit-account-top img {
    height: 38px;
    width: auto; }

.v2-deposit-account-num-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px; }

.v2-deposit-account-num {
  font-size: 22px;
  font-weight: 800;
  color: var(--v2-gold);
  letter-spacing: 2px; }

.v2-deposit-copy-btn {
  padding: 8px 14px;
  background: rgba(124, 58, 237, 0.2);
  border: 1px solid var(--v2-border-accent);
  border-radius: 8px;
  color: var(--v2-accent-2);
  cursor: pointer;
  font-family: 'Prompt', sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: background 0.2s; }
  .v2-deposit-copy-btn:hover {
    background: rgba(124, 58, 237, 0.35); }

.v2-deposit-amount-due {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--v2-border); }

.v2-deposit-amount-due-num {
  font-size: 22px;
  font-weight: 800;
  color: #10b981; }

/* ---- Deposit notices ---- */
.v2-deposit-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 12px;
  font-size: 13px;
  margin-bottom: 12px; }
  .v2-deposit-notice i {
    flex-shrink: 0;
    margin-top: 1px; }
  .v2-deposit-notice.info {
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.25);
    color: #a5b4fc; }
    .v2-deposit-notice.info i {
      color: #818cf8; }
  .v2-deposit-notice.danger {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #fca5a5; }
    .v2-deposit-notice.danger i {
      color: #f87171; }

/* ---- Deposit amount highlight (SMS result) ---- */
.v2-deposit-amount-highlight {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(236, 72, 153, 0.08));
  border: 1px solid var(--v2-border-accent);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  margin-bottom: 16px; }

.v2-deposit-amount-big {
  font-size: 32px;
  font-weight: 800;
  color: #10b981;
  letter-spacing: 1px; }

.v2-deposit-result-warning {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 12px;
  font-size: 12px;
  color: #f87171;
  margin-bottom: 16px; }
  .v2-deposit-result-warning i {
    flex-shrink: 0; }

.v2-deposit-new-btn {
  width: 100%;
  padding: 12px;
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  color: var(--v2-text-muted);
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s; }
  .v2-deposit-new-btn:hover {
    border-color: var(--v2-border-accent);
    color: var(--v2-text); }

.v2-payment-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px; }
  .v2-payment-tabs .v2-payment-tab {
    flex: 1;
    padding: 10px;
    border-radius: var(--v2-radius-sm);
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid var(--v2-border);
    background: var(--v2-bg-card);
    color: var(--v2-text-muted);
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px; }
    .v2-payment-tabs .v2-payment-tab i {
      font-size: 14px; }
    .v2-payment-tabs .v2-payment-tab.active {
      background: linear-gradient(135deg, rgba(var(--v2-accent-rgb), 0.2), rgba(var(--v2-accent-rgb), 0.05));
      border-color: var(--v2-border-accent);
      color: var(--v2-text); }

.v2-bank-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 8px;
  margin-bottom: 16px; }
  .v2-bank-grid .v2-bank-item {
    padding: 10px 6px;
    border-radius: var(--v2-radius-sm);
    border: 1px solid var(--v2-border);
    background: var(--v2-bg-card);
    cursor: pointer;
    text-align: center;
    transition: all 0.2s; }
    .v2-bank-grid .v2-bank-item img {
      height: 28px;
      width: auto;
      margin: 0 auto 5px;
      display: block; }
    .v2-bank-grid .v2-bank-item span {
      font-size: 10px;
      color: var(--v2-text-muted); }
    .v2-bank-grid .v2-bank-item.active, .v2-bank-grid .v2-bank-item:hover {
      border-color: var(--v2-border-accent);
      background: rgba(var(--v2-accent-rgb), 0.1); }
      .v2-bank-grid .v2-bank-item.active span, .v2-bank-grid .v2-bank-item:hover span {
        color: var(--v2-text); }

.v2-amount-input {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  color: var(--v2-text);
  font-family: 'Prompt', sans-serif;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  text-align: center;
  transition: all 0.2s;
  margin-bottom: 10px; }
  .v2-amount-input::placeholder {
    color: var(--v2-text-muted);
    font-size: 14px;
    font-weight: 400; }
  .v2-amount-input:focus {
    border-color: rgba(var(--v2-accent-rgb), 0.6);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(var(--v2-accent-rgb), 0.12); }

.v2-quick-amounts {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  .v2-quick-amounts .v2-quick-amount {
    padding: 7px 14px;
    border-radius: 20px;
    border: 1px solid var(--v2-border);
    background: var(--v2-bg-card);
    color: var(--v2-text-muted);
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s; }
    .v2-quick-amounts .v2-quick-amount:hover {
      border-color: var(--v2-border-accent);
      color: var(--v2-text);
      background: rgba(var(--v2-accent-rgb), 0.1); }

/* ---- Event page ---- */
.v2-event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px; }

.v2-event-card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2px;
  border-radius: 20px;
  background: conic-gradient(from var(--v2-angle), rgba(var(--v2-accent-rgb), 0) 0%, var(--evt-accent, var(--v2-accent)) 7%, rgba(var(--v2-accent-rgb), 0.4) 20%, rgba(var(--v2-accent-rgb), 0) 32%, rgba(var(--v2-accent-rgb), 0) 100%), #07071a;
  animation: v2-spin-border 5s linear infinite;
  animation-delay: var(--evt-glow-delay, 0s); }
  .v2-event-card-wrap--soon {
    animation: none;
    background: #12122a;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0; }

.v2-event-card {
  flex: 1;
  background: #0f0f22;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s; }
  .v2-event-card--active:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4); }
  .v2-event-card--soon {
    border-radius: 18px;
    opacity: 0.55;
    filter: grayscale(0.6); }

.v2-event-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .v2-event-banner img {
    width: 65%;
    height: 85%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.5));
    transition: transform 0.35s; }
  .v2-event-card--active:hover .v2-event-banner img {
    transform: scale(1.06); }

.v2-event-banner-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 60%, rgba(255, 255, 255, 0.12) 0%, transparent 65%);
  z-index: 1;
  pointer-events: none; }

.v2-event-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em; }
  .v2-event-badge--live {
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid rgba(16, 185, 129, 0.5);
    color: #34d399; }
  .v2-event-badge--soon {
    background: rgba(100, 116, 139, 0.2);
    border: 1px solid rgba(100, 116, 139, 0.35);
    color: #94a3b8; }
    .v2-event-badge--soon i {
      font-size: 10px; }

.v2-event-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
  animation: v2-pulse-dot 1.6s ease-out infinite; }

@keyframes v2-pulse-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); }
  70% {
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); } }

.v2-event-body {
  padding: 14px 16px 10px;
  flex: 1; }

.v2-event-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--v2-text);
  margin-bottom: 5px;
  line-height: 1.3; }

.v2-event-desc {
  font-size: 12px;
  color: var(--v2-text-muted);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.v2-event-footer {
  padding: 0 12px 14px; }

.v2-event-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  background: var(--evt-accent, var(--v2-accent));
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35); }
  .v2-event-card--active:hover .v2-event-btn {
    opacity: 0.9;
    transform: scale(1.02); }
  .v2-event-btn--soon {
    background: rgba(100, 116, 139, 0.15);
    color: #64748b;
    box-shadow: none;
    cursor: default;
    font-weight: 600; }

/* ---- Cashback page ---- */
.v2-cb-hero {
  position: relative;
  background: linear-gradient(135deg, #1c1200 0%, #4a3000 50%, #1c1200 100%);
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 20px;
  padding: 36px 24px 28px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden; }

.v2-cb-hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(251, 191, 36, 0.18) 0%, transparent 65%);
  pointer-events: none; }

.v2-cb-icon-wrap {
  font-size: 44px;
  color: #fbbf24;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 16px rgba(251, 191, 36, 0.5));
  position: relative;
  z-index: 1; }

.v2-cb-label {
  font-size: 13px;
  color: rgba(251, 191, 36, 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  position: relative;
  z-index: 1; }

.v2-cb-amount {
  font-size: 42px;
  font-weight: 800;
  color: #fde68a;
  letter-spacing: -0.02em;
  line-height: 1;
  position: relative;
  z-index: 1; }

.v2-cb-currency {
  font-size: 22px;
  font-weight: 600;
  color: rgba(253, 230, 138, 0.7);
  margin-left: 6px; }

.v2-cb-note {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 1; }
  .v2-cb-note i {
    margin-right: 5px; }

.v2-cb-cond-card {
  background: #0f0f22;
  border: 1px solid var(--v2-border);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 20px; }

.v2-cb-cond-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--v2-text);
  margin-bottom: 14px; }
  .v2-cb-cond-title i {
    margin-right: 7px;
    color: var(--v2-accent); }

.v2-cb-cond-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .v2-cb-cond-list li {
    font-size: 13px;
    color: var(--v2-text-muted);
    display: flex;
    align-items: flex-start;
    gap: 9px;
    line-height: 1.4; }
    .v2-cb-cond-list li i {
      color: rgba(251, 191, 36, 0.7);
      margin-top: 2px;
      flex-shrink: 0;
      font-size: 12px; }
    .v2-cb-cond-list li strong {
      color: var(--v2-text); }

.v2-cb-claim-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 15px;
  border-radius: 14px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, #065f46, #10b981);
  color: #fff;
  box-shadow: 0 6px 24px rgba(16, 185, 129, 0.3);
  transition: opacity 0.2s, transform 0.15s; }
  .v2-cb-claim-btn:hover:not(:disabled) {
    opacity: 0.9;
    transform: translateY(-1px); }
  .v2-cb-claim-btn--disabled {
    background: rgba(255, 255, 255, 0.06);
    color: var(--v2-text-muted);
    box-shadow: none;
    cursor: not-allowed; }

/* ---- Ranking page ---- */
.v2-rank-profile-card {
  position: relative;
  background: linear-gradient(135deg, #1a0a3e 0%, #2d1470 50%, #1a0a3e 100%);
  border: 1px solid rgba(168, 85, 247, 0.3);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 16px;
  overflow: hidden; }

.v2-rank-profile-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(168, 85, 247, 0.2) 0%, transparent 65%);
  pointer-events: none; }

.v2-rank-profile-left {
  flex-shrink: 0;
  position: relative;
  z-index: 1; }

.v2-rank-profile-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(168, 85, 247, 0.5)); }

.v2-rank-profile-right {
  flex: 1;
  position: relative;
  z-index: 1; }

.v2-rank-profile-title {
  font-size: 20px;
  font-weight: 800;
  color: #e9d5ff;
  margin-bottom: 2px; }

.v2-rank-profile-label {
  font-size: 11px;
  color: rgba(233, 213, 255, 0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px; }

.v2-rank-profile-score {
  font-size: 22px;
  font-weight: 700;
  color: #c084fc;
  margin-bottom: 10px; }

.v2-rank-profile-bar-row {
  display: flex;
  align-items: center;
  gap: 10px; }

.v2-rank-profile-bar-track {
  flex: 1;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden; }

.v2-rank-profile-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #7e22ce, #c084fc);
  border-radius: 4px;
  transition: width 0.6s ease;
  box-shadow: 0 0 8px rgba(192, 132, 252, 0.5); }

.v2-rank-profile-bar-pct {
  font-size: 12px;
  font-weight: 600;
  color: #c084fc;
  flex-shrink: 0; }

.v2-rank-notice-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px; }

.v2-rank-notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 12px; }
  .v2-rank-notice i {
    flex-shrink: 0;
    margin-top: 1px; }
  .v2-rank-notice--update {
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid rgba(14, 165, 233, 0.2);
    color: #7dd3fc; }
    .v2-rank-notice--update i {
      color: #38bdf8; }
  .v2-rank-notice--cond {
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
    color: rgba(253, 230, 138, 0.8); }
    .v2-rank-notice--cond i {
      color: #fbbf24; }

.v2-rank-cond-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px; }

.v2-rank-cond-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(248, 113, 113, 0.85); }
  .v2-rank-cond-item i {
    color: #f87171;
    font-size: 11px; }

.v2-rank-tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px; }

.v2-rank-tier-card {
  background: #0f0f22;
  border: 1px solid var(--v2-border);
  border-radius: 16px;
  padding: 16px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: border-color 0.2s, transform 0.2s; }
  .v2-rank-tier-card:hover {
    border-color: rgba(168, 85, 247, 0.4);
    transform: translateY(-2px); }

.v2-rank-tier-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(168, 85, 247, 0.3)); }

.v2-rank-tier-name {
  font-size: 13px;
  font-weight: 700;
  color: #e9d5ff;
  text-align: center; }

.v2-rank-tier-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px; }

.v2-rank-tier-lbl {
  font-size: 11px;
  color: var(--v2-text-muted); }

.v2-rank-tier-val {
  font-size: 12px;
  font-weight: 600;
  color: var(--v2-text); }
  .v2-rank-tier-val--reward {
    color: #fbbf24; }

.v2-rank-tier-btn {
  width: 100%;
  margin-top: 4px;
  padding: 8px 6px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: none;
  cursor: default; }
  .v2-rank-tier-btn--claim {
    background: linear-gradient(135deg, #5b21b6, #8b5cf6);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(139, 92, 246, 0.3);
    transition: opacity 0.2s; }
    .v2-rank-tier-btn--claim:hover:not(:disabled) {
      opacity: 0.85; }
    .v2-rank-tier-btn--claim:disabled {
      opacity: 0.6;
      cursor: not-allowed; }
  .v2-rank-tier-btn--done {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #34d399; }
  .v2-rank-tier-btn--locked {
    background: rgba(255, 255, 255, 0.04);
    color: var(--v2-text-muted); }
  .v2-rank-tier-btn--na {
    background: transparent;
    color: var(--v2-text-muted);
    font-size: 16px; }

/* ---- Wheel page ---- */
@keyframes v2-wheel-ring-pulse {
  0%, 100% {
    box-shadow: 0 0 18px rgba(251, 191, 36, 0.5), 0 0 36px rgba(251, 191, 36, 0.25), 0 0 60px rgba(124, 58, 237, 0.2);
    border-color: rgba(251, 191, 36, 0.6); }
  50% {
    box-shadow: 0 0 28px rgba(251, 191, 36, 0.9), 0 0 56px rgba(251, 191, 36, 0.5), 0 0 90px rgba(124, 58, 237, 0.5);
    border-color: #fbbf24; } }

@keyframes v2-spin-btn-glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.5), 0 0 50px rgba(245, 158, 11, 0.25), 0 8px 32px rgba(0, 0, 0, 0.6); }
  50% {
    box-shadow: 0 0 36px rgba(245, 158, 11, 0.9), 0 0 80px rgba(245, 158, 11, 0.45), 0 8px 32px rgba(0, 0, 0, 0.6); } }

@keyframes v2-wheel-rays-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

.v2-wheel-arena {
  position: relative;
  background: radial-gradient(ellipse at 50% 45%, rgba(60, 20, 120, 0.6) 0%, rgba(10, 0, 30, 0.95) 65%), #07071a;
  border: 1px solid rgba(124, 58, 237, 0.35);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 28px; }
  .v2-wheel-arena::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(1px 1px at 15% 20%, rgba(255, 255, 255, 0.6) 0%, transparent 100%), radial-gradient(1px 1px at 85% 15%, rgba(255, 255, 255, 0.5) 0%, transparent 100%), radial-gradient(1px 1px at 30% 75%, rgba(255, 255, 255, 0.4) 0%, transparent 100%), radial-gradient(1px 1px at 70% 80%, rgba(255, 255, 255, 0.5) 0%, transparent 100%), radial-gradient(1px 1px at 50% 10%, rgba(255, 255, 255, 0.6) 0%, transparent 100%), radial-gradient(1px 1px at 10% 55%, rgba(255, 255, 255, 0.3) 0%, transparent 100%), radial-gradient(1px 1px at 90% 45%, rgba(255, 255, 255, 0.4) 0%, transparent 100%), radial-gradient(2px 2px at 25% 40%, rgba(251, 191, 36, 0.3) 0%, transparent 100%), radial-gradient(2px 2px at 75% 60%, rgba(168, 85, 247, 0.3) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0; }

.v2-wheel-header {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 22px 0 4px; }

.v2-wheel-header-title {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 40%, #f59e0b 60%, #fde68a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(251, 191, 36, 0.5)); }

.v2-wheel-header-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.1em;
  margin-top: 3px; }

.v2-wheel-stage {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  z-index: 2; }

.v2-wheel-rays {
  position: absolute;
  width: 80%;
  aspect-ratio: 1;
  top: 52.6%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: conic-gradient(rgba(251, 191, 36, 0.07) 0deg, rgba(251, 191, 36, 0) 18deg, rgba(251, 191, 36, 0.07) 36deg, rgba(251, 191, 36, 0) 54deg, rgba(251, 191, 36, 0.07) 72deg, rgba(251, 191, 36, 0) 90deg, rgba(251, 191, 36, 0.07) 108deg, rgba(251, 191, 36, 0) 126deg, rgba(251, 191, 36, 0.07) 144deg, rgba(251, 191, 36, 0) 162deg, rgba(251, 191, 36, 0.07) 180deg, rgba(251, 191, 36, 0) 198deg, rgba(251, 191, 36, 0.07) 216deg, rgba(251, 191, 36, 0) 234deg, rgba(251, 191, 36, 0.07) 252deg, rgba(251, 191, 36, 0) 270deg, rgba(251, 191, 36, 0.07) 288deg, rgba(251, 191, 36, 0) 306deg, rgba(251, 191, 36, 0.07) 324deg, rgba(251, 191, 36, 0) 342deg, rgba(251, 191, 36, 0.07) 360deg);
  border-radius: 50%;
  animation: v2-wheel-rays-spin 20s linear infinite;
  pointer-events: none;
  z-index: 0; }

.v2-wheel-bg-disc {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  top: 52.6%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.22) 0%, rgba(251, 191, 36, 0.1) 40%, transparent 68%);
  pointer-events: none;
  z-index: 0; }

.v2-wheel-orbit-ring {
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  top: 52.6%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(251, 191, 36, 0.55);
  box-shadow: 0 0 16px rgba(251, 191, 36, 0.45), 0 0 32px rgba(251, 191, 36, 0.2), inset 0 0 20px rgba(124, 58, 237, 0.15);
  animation: v2-wheel-ring-pulse 2.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1; }

.v2-wheel-pointer {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  filter: drop-shadow(0 0 10px rgba(251, 191, 36, 0.9)); }

.v2-wheel-pointer-gem {
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, #fde68a, #f59e0b);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  margin-bottom: 2px; }

.v2-wheel-pointer-stem {
  width: 5px;
  height: 22px;
  background: linear-gradient(to bottom, rgba(251, 191, 36, 0.3), rgba(251, 191, 36, 0.9));
  border-radius: 0 0 3px 3px; }

.v2-wheel-pointer-tip {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 18px solid #fbbf24; }

.v2-wheel-canvas {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2; }

.v2-wheel-status-row {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 8px 0 16px; }

.v2-wheel-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700; }
  .v2-wheel-status-badge--active {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34d399; }
  .v2-wheel-status-badge--used {
    background: rgba(100, 116, 139, 0.12);
    border: 1px solid rgba(100, 116, 139, 0.3);
    color: #94a3b8; }

.v2-wheel-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: v2-pulse-dot 1.6s ease-out infinite; }

.v2-wheel-btn-area {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 16px; }

.v2-wheel-spin-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 72px;
  border-radius: 50px;
  border: none;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #92400e 0%, #d97706 30%, #fbbf24 55%, #d97706 80%, #92400e 100%);
  background-size: 200% 100%;
  animation: v2-spin-btn-glow 2.2s ease-in-out infinite;
  transition: transform 0.15s;
  overflow: hidden; }
  .v2-wheel-spin-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    animation: v2-promo-flash 3s ease-in-out infinite;
    pointer-events: none; }
  .v2-wheel-spin-btn:hover:not(:disabled) {
    transform: scale(1.06); }
  .v2-wheel-spin-btn:active:not(:disabled) {
    transform: scale(0.97); }
  .v2-wheel-spin-btn--wait {
    animation: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    opacity: 0.7;
    cursor: not-allowed; }
  .v2-wheel-spin-btn:disabled {
    cursor: not-allowed; }
  .v2-wheel-spin-btn--disabled {
    background: rgba(255, 255, 255, 0.06);
    color: var(--v2-text-muted);
    box-shadow: none;
    animation: none;
    font-size: 15px;
    padding: 16px 48px; }

.v2-wheel-daily-limit {
  margin-top: 12px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.06em; }
  .v2-wheel-daily-limit i {
    margin-right: 5px; }

.v2-wheel-cond {
  background: #0f0f22;
  border: 1px solid var(--v2-border);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 20px; }

.v2-wheel-cond-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--v2-text);
  margin-bottom: 14px; }
  .v2-wheel-cond-title i {
    margin-right: 7px;
    color: var(--v2-accent); }

.v2-wheel-cond-list {
  padding-left: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .v2-wheel-cond-list li {
    font-size: 13px;
    color: var(--v2-text-muted);
    line-height: 1.5; }
    .v2-wheel-cond-list li strong {
      color: #fbbf24; }

.v2-wheel-logs {
  background: #0f0f22;
  border: 1px solid var(--v2-border);
  border-radius: 16px;
  padding: 18px 20px; }

.v2-wheel-logs-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--v2-text);
  margin-bottom: 14px; }
  .v2-wheel-logs-title i {
    margin-right: 7px;
    color: var(--v2-accent); }

.v2-wheel-logs-table {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--v2-border); }

.v2-wheel-logs-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: rgba(124, 58, 237, 0.15);
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--v2-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em; }

.v2-wheel-logs-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--v2-text-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  transition: background 0.15s; }
  .v2-wheel-logs-row:hover {
    background: rgba(255, 255, 255, 0.03); }
  .v2-wheel-logs-row--alt {
    background: rgba(255, 255, 255, 0.02); }

.v2-wheel-logs-prize {
  color: #fbbf24;
  font-weight: 700; }

.v2-wheel-logs-empty {
  padding: 24px;
  text-align: center;
  font-size: 13px;
  color: var(--v2-text-muted); }

/* ================================================================
   AFFILIATE PAGE
   ================================================================ */
.v2-aff-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px; }

.v2-aff-stat-card {
  position: relative;
  border-radius: 14px;
  padding: 16px 10px 14px;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06); }
  .v2-aff-stat-card--members {
    background: linear-gradient(145deg, #1e103a, #2d1a5a); }
  .v2-aff-stat-card--total {
    background: linear-gradient(145deg, #1a2a10, #243d15); }
  .v2-aff-stat-card--month {
    background: linear-gradient(145deg, #0e1f3a, #133060); }
  .v2-aff-stat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06) 0%, transparent 65%);
    pointer-events: none; }

.v2-aff-stat-icon {
  font-size: 18px;
  margin-bottom: 6px; }
  .v2-aff-stat-card--members .v2-aff-stat-icon {
    color: #c084fc; }
  .v2-aff-stat-card--total .v2-aff-stat-icon {
    color: #86efac; }
  .v2-aff-stat-card--month .v2-aff-stat-icon {
    color: #60a5fa; }

.v2-aff-stat-value {
  font-size: 17px;
  font-weight: 800;
  color: var(--v2-text);
  line-height: 1.2;
  word-break: break-all; }

.v2-aff-stat-label {
  font-size: 10px;
  color: var(--v2-text-muted);
  margin-top: 4px;
  line-height: 1.3; }

.v2-aff-link-card {
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: 16px;
  padding: 18px 16px;
  margin-bottom: 14px; }

.v2-aff-link-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-text-muted);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 7px; }
  .v2-aff-link-title i {
    color: var(--v2-gold); }

.v2-aff-link-input-row {
  display: flex;
  gap: 8px;
  margin-bottom: 14px; }

.v2-aff-link-input {
  flex: 1;
  min-width: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--v2-border);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12px;
  color: var(--v2-text-muted);
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.v2-aff-copy-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap; }
  .v2-aff-copy-btn:active {
    opacity: 0.85; }
  .v2-aff-copy-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed; }

.v2-aff-share-row {
  display: flex;
  gap: 8px; }

.v2-aff-share-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 6px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.15s; }
  .v2-aff-share-btn:active {
    opacity: 0.8; }
  .v2-aff-share-btn--fb {
    background: #1877f2;
    color: #fff; }
  .v2-aff-share-btn--line {
    background: #06c755;
    color: #fff; }
  .v2-aff-share-btn--tw {
    background: #1da1f2;
    color: #fff; }

.v2-aff-withdraw-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 14px;
  border: none;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #fff;
  box-shadow: 0 4px 18px rgba(22, 163, 74, 0.35);
  transition: opacity 0.15s, box-shadow 0.15s; }
  .v2-aff-withdraw-btn:active {
    opacity: 0.85; }
  .v2-aff-withdraw-btn--disabled {
    background: rgba(255, 255, 255, 0.07);
    color: var(--v2-text-muted);
    box-shadow: none;
    cursor: not-allowed; }

.v2-aff-table-card {
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: 16px;
  padding: 18px 16px;
  margin-bottom: 14px; }

.v2-aff-table-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-text-muted);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px; }
  .v2-aff-table-title i {
    color: var(--v2-gold); }

.v2-aff-table-wrap {
  overflow-x: auto; }

.v2-aff-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px; }
  .v2-aff-table th {
    padding: 10px 8px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--v2-text-muted);
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid var(--v2-border);
    font-size: 11px;
    white-space: nowrap; }
  .v2-aff-table td {
    padding: 11px 8px;
    text-align: center;
    color: var(--v2-text);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 13px; }
    .v2-aff-table td:first-child {
      text-align: left; }
  .v2-aff-table tr:last-child td {
    border-bottom: none; }

.v2-aff-table-val {
  font-weight: 800;
  color: var(--v2-gold) !important;
  font-size: 14px !important; }

.v2-aff-how-card {
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: 16px;
  padding: 18px 16px;
  margin-bottom: 14px; }

.v2-aff-how-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-text-muted);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 7px; }
  .v2-aff-how-title i {
    color: #fbbf24; }

.v2-aff-how-steps {
  display: flex;
  flex-direction: column;
  gap: 14px; }

.v2-aff-how-step {
  display: flex;
  align-items: flex-start;
  gap: 12px; }

.v2-aff-how-step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center; }

.v2-aff-how-step-text {
  font-size: 13px;
  color: var(--v2-text-muted);
  line-height: 1.55; }
  .v2-aff-how-step-text strong {
    color: var(--v2-text); }

.v2-aff-cond-card {
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: 16px;
  padding: 18px 16px;
  margin-bottom: 20px; }

.v2-aff-cond-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-text-muted);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px; }
  .v2-aff-cond-title i {
    color: #f87171; }

.v2-aff-cond-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px; }
  .v2-aff-cond-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: var(--v2-text-muted);
    line-height: 1.4; }
    .v2-aff-cond-list li i {
      flex-shrink: 0;
      margin-top: 1px;
      color: #f87171; }
    .v2-aff-cond-list li strong {
      color: var(--v2-text); }

/* ---- Game card favourite button ---- */
.v2-game-fav-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.55);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  transition: color 0.18s, transform 0.15s, background 0.18s;
  padding: 0;
  line-height: 1; }
  .v2-game-fav-btn i {
    font-size: 14px; }
  .v2-game-fav-btn:hover {
    background: rgba(0, 0, 0, 0.75);
    color: #fff; }
  .v2-game-fav-btn:active {
    transform: scale(0.88); }
  .v2-game-fav-btn--active {
    color: #f43f5e; }
    .v2-game-fav-btn--active:hover {
      color: #fb7185; }

/* ---- Game list loading / empty states ---- */
.v2-gamelist-loading,
.v2-gamelist-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 60px 20px;
  color: var(--v2-text-muted);
  font-size: 14px; }
  .v2-gamelist-loading i,
  .v2-gamelist-empty i {
    font-size: 28px;
    opacity: 0.5; }

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .v2-sidebar {
    display: none; }
  .v2-topbar {
    left: 0; }
  .v2-main {
    margin-left: 0;
    padding-bottom: var(--v2-bottom-nav-height); }
  .v2-bottom-nav {
    display: block; }
  .v2-page-content {
    padding: 14px; }
  .v2-game-grid {
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
    gap: 8px; }
  .v2-balance-card .v2-balance-num {
    font-size: 22px; }
  .v2-banner-slider {
    border-radius: 10px; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .v2-game-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } }

@charset "UTF-8";
/* ═══════════════════════════════════════════════════════════════════════════
   THEME V3 — Aurora Neon Glass
   Palette : Electric Cyan · Hot Pink · Aurora Purple · Deep Space Navy
   Font    : Prompt
   Design  : Glassmorphism + animated aurora orbs + floating pill nav
   ═══════════════════════════════════════════════════════════════════════════ */
/* ── Google Font ─────────────────────────────────────────────────────────── */
/* ════════════════════════════════════════════════════════════════════════════
   1. DESIGN TOKENS
   ════════════════════════════════════════════════════════════════════════════ */
.v3-app {
  /* Colors — primary/secondary/background wired to brand setting */
  --v3-bg:           var(--body-background, #04040f);
  --v3-bg2:          #080818;
  --v3-surface:      rgba(255, 255, 255, 0.05);
  --v3-surface-2:    rgba(255, 255, 255, 0.09);
  --v3-surface-3:    rgba(255, 255, 255, 0.13);
  --v3-border:       rgba(0, 229, 255, 0.10);
  --v3-border-hover: rgba(0, 229, 255, 0.35);
  --v3-border-pink:  rgba(255, 45, 120, 0.30);
  --v3-cyan:         var(--color-primary, #00e5ff);
  --v3-cyan-dim:     rgba(0, 229, 255, 0.6);
  --v3-pink:         var(--color-primary-end, #ff2d78);
  --v3-pink-dim:     rgba(255, 45, 120, 0.6);
  --v3-gold:         var(--color-secondary, #f7c948);
  --v3-gold-dim:     rgba(247, 201, 72, 0.6);
  --v3-purple:       #a855f7;
  --v3-green:        #10b981;
  --v3-red:          #ef4444;
  --v3-text:         #eef6fd;
  --v3-text-muted:   rgba(238, 246, 253, 0.45);
  --v3-text-dim:     rgba(238, 246, 253, 0.25);
  /* Shape */
  --v3-radius:       20px;
  --v3-radius-sm:    14px;
  --v3-radius-xs:    10px;
  --v3-radius-pill:  999px;
  /* Blur */
  --v3-blur:         blur(18px);
  --v3-blur-sm:      blur(10px);
  /* Glows */
  --v3-glow-cyan:    0 0 24px rgba(0, 229, 255, 0.5), 0 0 60px rgba(0, 229, 255, 0.18);
  --v3-glow-pink:    0 0 24px rgba(255, 45, 120, 0.5), 0 0 60px rgba(255, 45, 120, 0.18);
  --v3-glow-gold:    0 0 24px rgba(247, 201, 72, 0.5), 0 0 60px rgba(247, 201, 72, 0.18);
  /* Gradient helpers */
  --v3-grad-main:    linear-gradient(135deg, var(--v3-cyan) 0%, var(--v3-pink) 100%);
  --v3-grad-gold:    linear-gradient(135deg, #f7c948 0%, #ffaa00 100%);
  --v3-grad-surface: linear-gradient(135deg, rgba(0,229,255,0.06) 0%, rgba(255,45,120,0.06) 100%);
  /* Sidebar width */
  --v3-sidebar-w:    240px;
  font-family: 'Prompt', sans-serif;
  min-height: 100vh;
  background: var(--v3-bg);
  color: var(--v3-text);
  position: relative;
  overflow-x: hidden; }

/* ════════════════════════════════════════════════════════════════════════════
   2. AURORA ANIMATED BACKGROUND
   ════════════════════════════════════════════════════════════════════════════ */
.v3-aurora {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden; }

.v3-aurora-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.15; }
  .v3-aurora-blob--1 {
    width: 70vw;
    height: 70vw;
    background: radial-gradient(circle, #00e5ff 0%, transparent 65%);
    top: -25%;
    left: -25%;
    animation: v3-blob 24s ease-in-out infinite alternate; }
  .v3-aurora-blob--2 {
    width: 55vw;
    height: 55vw;
    background: radial-gradient(circle, #ff2d78 0%, transparent 65%);
    bottom: -20%;
    right: -20%;
    animation: v3-blob 19s ease-in-out infinite alternate-reverse;
    opacity: 0.12; }
  .v3-aurora-blob--3 {
    width: 45vw;
    height: 45vw;
    background: radial-gradient(circle, #a855f7 0%, transparent 65%);
    top: 35%;
    left: 35%;
    animation: v3-blob 30s ease-in-out infinite alternate;
    opacity: 0.10; }

@keyframes v3-blob {
  0% {
    transform: translate(0, 0) scale(1); }
  33% {
    transform: translate(6%, 10%) scale(1.06); }
  66% {
    transform: translate(-5%, 14%) scale(0.94); }
  100% {
    transform: translate(10%, -6%) scale(1.09); } }

/* ════════════════════════════════════════════════════════════════════════════
   3. APP SHELL
   ════════════════════════════════════════════════════════════════════════════ */
.v3-app-inner {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex; }

/* ════════════════════════════════════════════════════════════════════════════
   4. SIDEBAR (desktop only)
   ════════════════════════════════════════════════════════════════════════════ */
.v3-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--v3-sidebar-w);
  background: rgba(4, 4, 16, 0.75);
  backdrop-filter: var(--v3-blur);
  -webkit-backdrop-filter: var(--v3-blur);
  border-right: 1px solid var(--v3-border);
  display: flex;
  flex-direction: column;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden; }

.v3-sidebar-logo {
  padding: 24px 20px 18px;
  border-bottom: 1px solid var(--v3-border);
  flex-shrink: 0; }
  .v3-sidebar-logo a {
    display: block; }
  .v3-sidebar-logo img {
    max-height: 48px;
    width: auto;
    max-width: 100%; }

.v3-sidebar-balance {
  padding: 16px 20px;
  border-bottom: 1px solid var(--v3-border);
  flex-shrink: 0; }

.v3-sidebar-balance-label {
  font-size: 11px;
  color: var(--v3-text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px; }

.v3-sidebar-balance-amount {
  font-size: 20px;
  font-weight: 800;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.v3-sidebar-nav {
  flex: 1;
  list-style: none;
  padding: 12px 0;
  margin: 0; }
  .v3-sidebar-nav li {
    margin: 2px 10px; }
  .v3-sidebar-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: var(--v3-radius-xs);
    color: var(--v3-text-muted);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s; }
    .v3-sidebar-nav a i {
      width: 18px;
      text-align: center;
      font-size: 15px;
      flex-shrink: 0; }
    .v3-sidebar-nav a:hover {
      background: var(--v3-surface-2);
      color: var(--v3-text); }
    .v3-sidebar-nav a.active {
      background: var(--v3-grad-main);
      color: #fff;
      font-weight: 600;
      box-shadow: 0 4px 20px rgba(0, 229, 255, 0.25); }

.v3-sidebar-footer {
  padding: 14px 10px;
  border-top: 1px solid var(--v3-border);
  flex-shrink: 0; }

.v3-sidebar-line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  background: rgba(0, 185, 75, 0.12);
  border: 1px solid rgba(0, 185, 75, 0.25);
  border-radius: var(--v3-radius-xs);
  color: #4ade80;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s;
  margin-bottom: 8px; }
  .v3-sidebar-line-btn:hover {
    background: rgba(0, 185, 75, 0.2);
    box-shadow: 0 0 16px rgba(0, 185, 75, 0.25); }

.v3-sidebar-logout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  border-radius: var(--v3-radius-xs);
  color: #f87171;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s; }
  .v3-sidebar-logout-btn:hover {
    background: rgba(239, 68, 68, 0.2);
    box-shadow: 0 0 16px rgba(239, 68, 68, 0.2); }

/* ════════════════════════════════════════════════════════════════════════════
   5. TOPBAR (mobile only)
   ════════════════════════════════════════════════════════════════════════════ */
.v3-topbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  background: rgba(4, 4, 16, 0.85);
  backdrop-filter: var(--v3-blur);
  -webkit-backdrop-filter: var(--v3-blur);
  border-bottom: 1px solid var(--v3-border);
  z-index: 200;
  align-items: center;
  padding: 0 16px;
  gap: 10px; }

.v3-topbar-logo {
  height: 32px;
  width: auto;
  max-width: 110px;
  object-fit: contain; }

.v3-topbar-title {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.v3-topbar-balance-chip {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--v3-surface-2);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-pill);
  padding: 5px 12px;
  text-decoration: none;
  color: var(--v3-text);
  font-size: 13px;
  font-weight: 600; }
  .v3-topbar-balance-chip i {
    color: var(--v3-gold);
    font-size: 12px; }

.v3-topbar-deposit-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--v3-grad-main);
  border-radius: var(--v3-radius-pill);
  padding: 6px 14px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.3); }

.v3-topbar-menu-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--v3-surface-2);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-xs);
  color: var(--v3-text);
  cursor: pointer;
  font-size: 16px;
  flex-shrink: 0; }

/* ════════════════════════════════════════════════════════════════════════════
   6. MAIN CONTENT
   ════════════════════════════════════════════════════════════════════════════ */
.v3-main {
  flex: 1;
  min-width: 0;
  /* prevent flex item from expanding beyond container (fixes Slick width explosion) */
  margin-left: var(--v3-sidebar-w);
  min-height: 100vh; }

.v3-page-content {
  width: 100%;
  box-sizing: border-box;
  padding: 28px 28px 40px;
  max-width: 900px;
  margin: 0 auto; }

/* ════════════════════════════════════════════════════════════════════════════
   7. FLOATING PILL BOTTOM NAV (mobile only)
   ════════════════════════════════════════════════════════════════════════════ */
.v3-bottom-nav {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  pointer-events: none; }

.v3-bottom-nav-pill {
  background: rgba(4, 4, 16, 0.88);
  backdrop-filter: var(--v3-blur);
  -webkit-backdrop-filter: var(--v3-blur);
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: var(--v3-radius-pill);
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 2px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 24px rgba(0, 229, 255, 0.08);
  pointer-events: all; }

.v3-bnav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 14px;
  border-radius: 50px;
  text-decoration: none;
  color: var(--v3-text-muted);
  font-size: 10px;
  font-weight: 500;
  transition: all 0.2s;
  min-width: 52px; }
  .v3-bnav-item i {
    font-size: 18px;
    transition: all 0.2s; }
  .v3-bnav-item:hover {
    color: var(--v3-cyan); }
    .v3-bnav-item:hover i {
      filter: drop-shadow(0 0 6px var(--v3-cyan)); }
  .v3-bnav-item.active {
    background: var(--v3-grad-main);
    color: #fff;
    box-shadow: 0 4px 18px rgba(0, 229, 255, 0.35); }
    .v3-bnav-item.active i {
      filter: none; }
  .v3-bnav-item--center {
    background: var(--v3-grad-main);
    color: #fff;
    padding: 10px 18px;
    box-shadow: 0 4px 18px rgba(0, 229, 255, 0.4); }
    .v3-bnav-item--center i {
      font-size: 20px; }
    .v3-bnav-item--center.active {
      box-shadow: 0 4px 24px rgba(0, 229, 255, 0.55); }

/* ════════════════════════════════════════════════════════════════════════════
   8. CUSTOM MENU PANEL (replaces Ant Design Drawer — no body overflow)
   ════════════════════════════════════════════════════════════════════════════ */
.v3-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.55); }

.v3-menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  max-width: 85vw;
  z-index: 999;
  background: rgba(4, 4, 18, 0.98);
  border-left: 1px solid var(--v3-border);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden; }
  .v3-menu-panel--open {
    transform: translateX(0); }

.v3-menu-panel-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 16px 16px;
  border-bottom: 1px solid var(--v3-border);
  flex-shrink: 0; }

.v3-menu-panel-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--v3-grad-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0; }

.v3-menu-panel-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--v3-text);
  margin-bottom: 2px; }

.v3-menu-panel-balance {
  font-size: 13px;
  font-weight: 700;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.v3-menu-panel-close {
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--v3-surface-2);
  border: 1px solid var(--v3-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v3-text-muted);
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0; }

.v3-menu-panel-list {
  list-style: none;
  padding: 10px 8px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1; }

.v3-menu-panel-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: var(--v3-radius-xs);
  color: var(--v3-text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.15s, color 0.15s; }
  .v3-menu-panel-item i {
    width: 20px;
    text-align: center;
    flex-shrink: 0; }
  .v3-menu-panel-item:hover, .v3-menu-panel-item.active {
    background: rgba(0, 229, 255, 0.08);
    color: var(--v3-cyan); }
  .v3-menu-panel-item--logout {
    color: #f87171;
    margin-top: 8px;
    border-top: 1px solid var(--v3-border);
    padding-top: 16px; }
    .v3-menu-panel-item--logout:hover {
      background: rgba(239, 68, 68, 0.08);
      color: #fca5a5; }

/* ════════════════════════════════════════════════════════════════════════════
   9. GLASS CARD BASE
   ════════════════════════════════════════════════════════════════════════════ */
.v3-card {
  background: var(--v3-surface);
  backdrop-filter: var(--v3-blur);
  -webkit-backdrop-filter: var(--v3-blur);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius);
  transition: border-color 0.2s, box-shadow 0.2s; }
  .v3-card:hover {
    border-color: var(--v3-border-hover); }

/* ════════════════════════════════════════════════════════════════════════════
   10. PAGE HEADER
   ════════════════════════════════════════════════════════════════════════════ */
.v3-page-header {
  margin-bottom: 24px; }

.v3-page-title {
  font-size: 22px;
  font-weight: 800;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px; }
  .v3-page-title i {
    -webkit-text-fill-color: var(--v3-cyan);
    font-size: 20px; }

.v3-page-sub {
  font-size: 13px;
  color: var(--v3-text-muted); }

/* ════════════════════════════════════════════════════════════════════════════
   11. BALANCE CARD
   ════════════════════════════════════════════════════════════════════════════ */
.v3-balance-card {
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.08) 0%, rgba(255, 45, 120, 0.06) 100%);
  backdrop-filter: var(--v3-blur);
  -webkit-backdrop-filter: var(--v3-blur);
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: var(--v3-radius);
  padding: 22px 24px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden; }
  .v3-balance-card::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(0, 229, 255, 0.12) 0%, transparent 70%);
    pointer-events: none; }

.v3-balance-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px; }

.v3-balance-label {
  font-size: 12px;
  color: var(--v3-text-muted);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.v3-balance-num {
  font-size: 28px;
  font-weight: 800;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.v3-balance-sub {
  font-size: 12px;
  color: var(--v3-gold);
  margin-top: 2px; }

.v3-balance-refresh {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--v3-surface-2);
  border: 1px solid var(--v3-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--v3-cyan);
  font-size: 16px;
  transition: all 0.2s;
  flex-shrink: 0; }
  .v3-balance-refresh:hover {
    background: rgba(0, 229, 255, 0.15);
    box-shadow: var(--v3-glow-cyan); }

.v3-balance-actions {
  display: flex;
  gap: 10px; }

.v3-btn-deposit {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 16px;
  background: var(--v3-grad-main);
  border-radius: var(--v3-radius-sm);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(0, 229, 255, 0.3);
  transition: box-shadow 0.2s, transform 0.15s; }
  .v3-btn-deposit:hover {
    box-shadow: 0 6px 28px rgba(0, 229, 255, 0.5);
    transform: translateY(-1px); }

.v3-btn-withdraw {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 16px;
  background: var(--v3-surface-2);
  border: 1px solid var(--v3-border-hover);
  border-radius: var(--v3-radius-sm);
  color: var(--v3-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s; }
  .v3-btn-withdraw:hover {
    border-color: var(--v3-pink);
    background: rgba(255, 45, 120, 0.1);
    box-shadow: 0 4px 16px rgba(255, 45, 120, 0.2); }

/* ════════════════════════════════════════════════════════════════════════════
   12. BANNER SLIDER
   ════════════════════════════════════════════════════════════════════════════ */
.v3-banner-slider {
  border-radius: var(--v3-radius);
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid var(--v3-border);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4); }
  .v3-banner-slider img {
    width: 100%;
    display: block;
    border-radius: var(--v3-radius);
    max-height: 260px;
    object-fit: cover; }
  .v3-banner-slider .slick-dots {
    bottom: 10px; }
    .v3-banner-slider .slick-dots li button::before {
      color: rgba(255, 255, 255, 0.5);
      font-size: 8px; }
    .v3-banner-slider .slick-dots li.slick-active button::before {
      color: var(--v3-cyan); }

/* ════════════════════════════════════════════════════════════════════════════
   13. QUICK MENU
   ════════════════════════════════════════════════════════════════════════════ */
.v3-quick-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 28px; }

.v3-quick-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 8px 12px;
  background: var(--v3-surface);
  backdrop-filter: var(--v3-blur);
  -webkit-backdrop-filter: var(--v3-blur);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-sm);
  color: var(--v3-text-muted);
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s; }
  .v3-quick-item:hover {
    border-color: var(--v3-cyan);
    color: var(--v3-cyan);
    background: rgba(0, 229, 255, 0.07);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); }

.v3-quick-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--v3-surface-2);
  border: 1px solid var(--v3-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--v3-cyan);
  transition: all 0.2s; }
  .v3-quick-item:hover .v3-quick-icon {
    background: rgba(0, 229, 255, 0.15);
    border-color: var(--v3-cyan);
    box-shadow: 0 0 16px rgba(0, 229, 255, 0.3); }

/* ════════════════════════════════════════════════════════════════════════════
   14. SECTION HEADER
   ════════════════════════════════════════════════════════════════════════════ */
.v3-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px; }

.v3-section-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--v3-text);
  display: flex;
  align-items: center;
  gap: 8px; }
  .v3-section-title i {
    color: var(--v3-pink); }

.v3-section-more {
  font-size: 12px;
  color: var(--v3-cyan);
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px; }
  .v3-section-more:hover {
    text-decoration: underline; }

/* ════════════════════════════════════════════════════════════════════════════
   15. SEARCH
   ════════════════════════════════════════════════════════════════════════════ */
.v3-search-wrap {
  position: relative;
  margin-bottom: 16px; }

.v3-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--v3-text-muted);
  font-size: 14px;
  pointer-events: none; }

.v3-search-input {
  width: 100%;
  padding: 11px 40px 11px 40px;
  background: var(--v3-surface);
  backdrop-filter: var(--v3-blur-sm);
  -webkit-backdrop-filter: var(--v3-blur-sm);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-sm);
  color: var(--v3-text);
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box; }
  .v3-search-input::placeholder {
    color: var(--v3-text-muted); }
  .v3-search-input:focus {
    border-color: var(--v3-cyan);
    box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.1); }

.v3-search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--v3-text-muted);
  cursor: pointer;
  padding: 4px;
  font-size: 12px; }
  .v3-search-clear:hover {
    color: var(--v3-text); }

/* ════════════════════════════════════════════════════════════════════════════
   16. TABS
   ════════════════════════════════════════════════════════════════════════════ */
.v3-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
  flex-wrap: wrap; }

.v3-tab-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  background: var(--v3-surface);
  backdrop-filter: var(--v3-blur-sm);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-pill);
  color: var(--v3-text-muted);
  font-family: 'Prompt', sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.18s; }
  .v3-tab-btn i {
    font-size: 11px; }
  .v3-tab-btn:hover {
    color: var(--v3-cyan);
    border-color: var(--v3-border-hover);
    background: rgba(0, 229, 255, 0.06); }
  .v3-tab-btn.active {
    background: var(--v3-grad-main);
    border-color: transparent;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(0, 229, 255, 0.3); }

/* ════════════════════════════════════════════════════════════════════════════
   17. PROVIDER / GAME GRID
   ════════════════════════════════════════════════════════════════════════════ */
.v3-game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 14px; }

/* ════════════════════════════════════════════════════════════════════════════
   18. GAME CARD (glass + neon hover)
   ════════════════════════════════════════════════════════════════════════════ */
.v3-game-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s; }
  .v3-game-card:hover {
    border-color: var(--v3-cyan);
    box-shadow: 0 0 20px rgba(0, 229, 255, 0.35), 0 8px 32px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px) scale(1.02); }
  .v3-game-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s; }
  .v3-game-card:hover img {
    transform: scale(1.06); }

.v3-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  text-align: center;
  padding: 8px;
  box-sizing: border-box; }
  .v3-card-placeholder i {
    font-size: 28px;
    opacity: 0.5; }

.v3-online-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 3px 8px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500; }

.v3-online-dot {
  width: 5px;
  height: 5px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 6px #22c55e;
  animation: v3-dot-pulse 2s ease-in-out infinite; }

@keyframes v3-dot-pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.4; } }

.v3-game-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 4, 16, 0.9) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.25s; }
  .v3-game-card:hover .v3-game-overlay {
    opacity: 1; }

.v3-game-name {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px; }

.v3-game-play-btn {
  display: inline-block;
  padding: 4px 12px;
  background: var(--v3-grad-main);
  border-radius: 20px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 229, 255, 0.4); }

.v3-game-hot-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: linear-gradient(135deg, #ff2d78 0%, #ff6b2b 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 6px;
  z-index: 4;
  box-shadow: 0 0 10px rgba(255, 45, 120, 0.5);
  letter-spacing: 0.5px; }

/* Favourite heart button */
.v3-game-fav-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.55);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  transition: color 0.18s, transform 0.15s;
  padding: 0; }
  .v3-game-fav-btn i {
    font-size: 14px; }
  .v3-game-fav-btn:hover {
    color: #fff; }
  .v3-game-fav-btn:active {
    transform: scale(0.88); }
  .v3-game-fav-btn--active {
    color: #f43f5e; }
    .v3-game-fav-btn--active:hover {
      color: #fb7185; }

/* Reward bar below card */
.v3-reward-bar {
  margin-top: 8px;
  padding: 0 2px; }

.v3-reward-header {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--v3-text-muted);
  margin-bottom: 4px; }

.v3-reward-pct {
  color: var(--v3-cyan);
  font-weight: 600; }

.v3-reward-track {
  height: 3px;
  background: var(--v3-surface-2);
  border-radius: 2px;
  overflow: hidden; }

.v3-reward-fill {
  height: 100%;
  background: var(--v3-grad-main);
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0, 229, 255, 0.5); }

/* Loading / empty states */
.v3-gamelist-loading,
.v3-gamelist-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 60px 20px;
  color: var(--v3-text-muted);
  font-size: 14px; }
  .v3-gamelist-loading i,
  .v3-gamelist-empty i {
    font-size: 28px;
    opacity: 0.5; }

/* ════════════════════════════════════════════════════════════════════════════
   19. FORM ELEMENTS
   ════════════════════════════════════════════════════════════════════════════ */
.v3-form-group {
  margin-bottom: 16px; }
  .v3-form-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--v3-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px; }

.v3-input-wrap {
  position: relative; }
  .v3-input-wrap input {
    width: 100%;
    padding: 11px 12px 11px 40px;
    background: var(--v3-surface);
    backdrop-filter: var(--v3-blur-sm);
    border: 1px solid var(--v3-border);
    border-radius: var(--v3-radius-sm);
    color: var(--v3-text);
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box; }
    .v3-input-wrap input::placeholder {
      color: var(--v3-text-muted); }
    .v3-input-wrap input:focus {
      border-color: var(--v3-cyan);
      box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.12); }
  .v3-input-wrap select {
    width: 100%;
    padding: 11px 12px 11px 40px;
    background: var(--v3-surface);
    border: 1px solid var(--v3-border);
    border-radius: var(--v3-radius-sm);
    color: var(--v3-text);
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    appearance: none; }
    .v3-input-wrap select option {
      background: #0a0a1e; }
    .v3-input-wrap select:focus {
      border-color: var(--v3-cyan); }

.v3-input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--v3-cyan);
  font-size: 14px;
  pointer-events: none; }

.v3-show-pass {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--v3-text-muted);
  cursor: pointer;
  font-size: 14px; }
  .v3-show-pass:hover {
    color: var(--v3-cyan); }

.v3-btn-primary {
  width: 100%;
  padding: 13px;
  background: var(--v3-grad-main);
  border: none;
  border-radius: var(--v3-radius-sm);
  color: #fff;
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 229, 255, 0.3);
  transition: box-shadow 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 10px; }
  .v3-btn-primary:hover {
    box-shadow: 0 6px 28px rgba(0, 229, 255, 0.5);
    transform: translateY(-1px); }
  .v3-btn-primary:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none; }

.v3-btn-secondary {
  width: 100%;
  padding: 12px;
  background: var(--v3-surface-2);
  border: 1px solid var(--v3-border-hover);
  border-radius: var(--v3-radius-sm);
  color: var(--v3-text);
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s; }
  .v3-btn-secondary:hover {
    background: var(--v3-surface-3);
    border-color: var(--v3-cyan); }

.v3-remember-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 13px;
  color: var(--v3-text-muted); }
  .v3-remember-row input[type="checkbox"] {
    accent-color: var(--v3-cyan);
    width: 15px;
    height: 15px; }

/* ════════════════════════════════════════════════════════════════════════════
   20. AUTH PAGES (login / register)
   ════════════════════════════════════════════════════════════════════════════ */
.v3-auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  position: relative;
  overflow: hidden; }

.v3-auth-container {
  width: 100%;
  max-width: 420px;
  position: relative;
  z-index: 1; }

.v3-auth-logo {
  text-align: center;
  margin-bottom: 28px; }
  .v3-auth-logo img {
    max-height: 64px;
    width: auto; }

.v3-auth-card {
  background: var(--v3-surface);
  backdrop-filter: var(--v3-blur);
  -webkit-backdrop-filter: var(--v3-blur);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius);
  padding: 28px 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 229, 255, 0.05); }

.v3-auth-title {
  font-size: 22px;
  font-weight: 800;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px; }

.v3-auth-sub {
  font-size: 13px;
  color: var(--v3-text-muted);
  margin-bottom: 22px; }

.v3-auth-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: var(--v3-text-muted); }
  .v3-auth-footer a {
    color: var(--v3-cyan);
    text-decoration: none;
    font-weight: 600; }
    .v3-auth-footer a:hover {
      text-decoration: underline; }

.v3-auth-error {
  padding: 10px 14px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: var(--v3-radius-xs);
  color: #fca5a5;
  font-size: 13px;
  margin-bottom: 16px; }
  .v3-auth-error i {
    margin-right: 6px; }

.v3-step-indicator {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 22px; }

.v3-step-dot {
  height: 6px;
  border-radius: 3px;
  background: var(--v3-border);
  transition: all 0.3s; }
  .v3-step-dot--active {
    background: var(--v3-grad-main);
    width: 28px; }
  .v3-step-dot--done {
    background: var(--v3-cyan);
    width: 10px; }
  .v3-step-dot--idle {
    width: 8px; }

/* Bank grid for register */
.v3-bank-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px; }

.v3-bank-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 6px;
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-xs);
  cursor: pointer;
  transition: all 0.18s;
  font-size: 10px;
  color: var(--v3-text-muted);
  text-align: center; }
  .v3-bank-item img {
    width: 32px;
    height: 32px;
    border-radius: 8px; }
  .v3-bank-item:hover {
    border-color: var(--v3-border-hover);
    color: var(--v3-text); }
  .v3-bank-item.active {
    border-color: var(--v3-cyan);
    background: rgba(0, 229, 255, 0.1);
    color: var(--v3-cyan);
    box-shadow: 0 0 12px rgba(0, 229, 255, 0.2); }

/* ════════════════════════════════════════════════════════════════════════════
   21. DEPOSIT PAGE
   ════════════════════════════════════════════════════════════════════════════ */
.v3-deposit-methods-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px; }

.v3-deposit-method-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--v3-surface);
  backdrop-filter: var(--v3-blur-sm);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-sm);
  cursor: pointer;
  transition: all 0.2s; }
  .v3-deposit-method-card:hover {
    border-color: var(--v3-cyan);
    background: rgba(0, 229, 255, 0.06);
    transform: translateX(3px); }

.v3-deposit-method-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }
  .v3-deposit-method-icon-wrap img {
    width: 30px;
    height: 30px;
    object-fit: contain; }

.v3-deposit-method-info {
  flex: 1;
  min-width: 0; }

.v3-deposit-method-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--v3-text);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px; }

.v3-deposit-method-sub {
  font-size: 12px;
  color: var(--v3-text-muted);
  display: flex;
  align-items: center;
  gap: 4px; }

.v3-deposit-method-arrow {
  color: var(--v3-text-muted);
  font-size: 12px;
  flex-shrink: 0; }

.v3-deposit-fire {
  width: 18px;
  height: 18px; }

/* Deposit form */
.v3-deposit-back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--v3-surface-2);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-xs);
  color: var(--v3-text-muted);
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Prompt', sans-serif;
  margin-bottom: 20px; }
  .v3-deposit-back-btn:hover {
    color: var(--v3-text);
    border-color: var(--v3-border-hover); }

.v3-amount-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px; }

.v3-amount-chip {
  padding: 10px 6px;
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-xs);
  color: var(--v3-text-muted);
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
  text-align: center; }
  .v3-amount-chip:hover, .v3-amount-chip.active {
    background: rgba(0, 229, 255, 0.1);
    border-color: var(--v3-cyan);
    color: var(--v3-cyan);
    box-shadow: 0 0 12px rgba(0, 229, 255, 0.2); }

.v3-bank-display-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.06) 0%, rgba(255, 45, 120, 0.04) 100%);
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: var(--v3-radius-sm);
  margin-bottom: 20px; }

.v3-bank-num {
  font-size: 18px;
  font-weight: 800;
  color: var(--v3-cyan);
  letter-spacing: 1px; }

.v3-bank-name {
  font-size: 12px;
  color: var(--v3-text-muted); }

.v3-copy-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid var(--v3-cyan);
  border-radius: var(--v3-radius-xs);
  color: var(--v3-cyan);
  font-family: 'Prompt', sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
  flex-shrink: 0; }
  .v3-copy-btn:hover {
    background: rgba(0, 229, 255, 0.2);
    box-shadow: 0 0 14px rgba(0, 229, 255, 0.3); }

.v3-slip-upload {
  border: 2px dashed rgba(0, 229, 255, 0.25);
  border-radius: var(--v3-radius-sm);
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s;
  margin-bottom: 14px;
  background: rgba(0, 229, 255, 0.03); }
  .v3-slip-upload:hover {
    border-color: var(--v3-cyan); }
  .v3-slip-upload i {
    font-size: 32px;
    color: var(--v3-text-muted);
    margin-bottom: 8px;
    display: block; }
  .v3-slip-upload p {
    font-size: 13px;
    color: var(--v3-text-muted);
    margin: 0; }
  .v3-slip-upload img {
    max-width: 200px;
    border-radius: 10px;
    border: 1px solid var(--v3-border); }

/* ════════════════════════════════════════════════════════════════════════════
   22. HISTORY PAGE
   ════════════════════════════════════════════════════════════════════════════ */
.v3-tx-list {
  display: flex;
  flex-direction: column; }

.v3-tx-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--v3-border); }
  .v3-tx-item:last-child {
    border-bottom: none; }

.v3-tx-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0; }
  .v3-tx-icon.deposit {
    background: rgba(0, 229, 255, 0.1);
    color: var(--v3-cyan);
    border: 1px solid rgba(0, 229, 255, 0.2); }
  .v3-tx-icon.withdraw {
    background: rgba(255, 45, 120, 0.1);
    color: var(--v3-pink);
    border: 1px solid rgba(255, 45, 120, 0.2); }
  .v3-tx-icon.bonus {
    background: rgba(247, 201, 72, 0.1);
    color: var(--v3-gold);
    border: 1px solid rgba(247, 201, 72, 0.2); }

.v3-tx-info {
  flex: 1;
  min-width: 0; }

.v3-tx-type {
  font-size: 14px;
  font-weight: 600;
  color: var(--v3-text);
  margin-bottom: 2px; }

.v3-tx-date {
  font-size: 11px;
  color: var(--v3-text-muted); }

.v3-tx-amount {
  font-size: 15px;
  font-weight: 700; }
  .v3-tx-amount.plus {
    color: var(--v3-cyan); }
  .v3-tx-amount.minus {
    color: var(--v3-pink); }

.v3-tx-status {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 2px; }
  .v3-tx-status.success {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399; }
  .v3-tx-status.pending {
    background: rgba(247, 201, 72, 0.15);
    color: var(--v3-gold); }
  .v3-tx-status.fail {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171; }

/* ════════════════════════════════════════════════════════════════════════════
   23. PROFILE PAGE
   ════════════════════════════════════════════════════════════════════════════ */
.v3-profile-header {
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.08) 0%, rgba(168, 85, 247, 0.06) 100%);
  border: 1px solid rgba(0, 229, 255, 0.15);
  border-radius: var(--v3-radius);
  padding: 28px 20px;
  text-align: center;
  margin-bottom: 20px; }

.v3-profile-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--v3-grad-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin: 0 auto 14px;
  box-shadow: var(--v3-glow-cyan); }

.v3-profile-name {
  font-size: 18px;
  font-weight: 800;
  color: var(--v3-text);
  margin-bottom: 4px; }

.v3-profile-tel {
  font-size: 13px;
  color: var(--v3-text-muted); }

.v3-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px; }

.v3-stat-item {
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-sm);
  padding: 14px 10px;
  text-align: center;
  transition: border-color 0.2s; }
  .v3-stat-item:hover {
    border-color: var(--v3-border-hover); }

.v3-stat-value {
  font-size: 15px;
  font-weight: 800;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 3px; }

.v3-stat-label {
  font-size: 11px;
  color: var(--v3-text-muted); }

.v3-profile-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-sm);
  color: var(--v3-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
  cursor: pointer;
  width: 100%;
  font-family: 'Prompt', sans-serif;
  box-sizing: border-box; }
  .v3-profile-menu-item i {
    width: 20px;
    text-align: center;
    flex-shrink: 0; }
  .v3-profile-menu-item:hover {
    border-color: var(--v3-border-hover);
    background: rgba(0, 229, 255, 0.06);
    transform: translateX(4px); }
  .v3-profile-menu-item--danger {
    color: #f87171;
    border-color: rgba(239, 68, 68, 0.2); }
    .v3-profile-menu-item--danger:hover {
      background: rgba(239, 68, 68, 0.08);
      border-color: rgba(239, 68, 68, 0.4); }
  .v3-profile-menu-item--line {
    color: #4ade80;
    border-color: rgba(0, 185, 75, 0.2); }
    .v3-profile-menu-item--line:hover {
      background: rgba(0, 185, 75, 0.08);
      border-color: rgba(0, 185, 75, 0.4); }

/* ════════════════════════════════════════════════════════════════════════════
   24. PROMOTION PAGE
   ════════════════════════════════════════════════════════════════════════════ */
.v3-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px; }

.v3-promo-card {
  background: var(--v3-surface);
  backdrop-filter: var(--v3-blur);
  -webkit-backdrop-filter: var(--v3-blur);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius);
  overflow: hidden;
  transition: all 0.25s;
  display: flex;
  flex-direction: column; }
  .v3-promo-card:hover {
    border-color: var(--v3-border-hover);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 24px rgba(0, 229, 255, 0.1); }

.v3-promo-banner {
  position: relative;
  overflow: hidden;
  line-height: 0; }
  .v3-promo-banner img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block; }

.v3-promo-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block; }

.v3-promo-body {
  padding: 14px 16px 10px;
  flex: 1; }

.v3-promo-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--v3-text);
  margin-bottom: 6px;
  line-height: 1.4; }

.v3-promo-desc {
  font-size: 12px;
  color: var(--v3-text-muted);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.v3-promo-footer {
  padding: 10px 12px 12px;
  display: flex;
  gap: 8px; }

.v3-promo-detail-btn {
  flex: 0 0 auto;
  padding: 9px 14px;
  background: var(--v3-surface-2);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-xs);
  color: var(--v3-text-muted);
  font-family: 'Prompt', sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
  white-space: nowrap; }
  .v3-promo-detail-btn:hover {
    border-color: var(--v3-border-hover);
    color: var(--v3-text); }

.v3-promo-claim-btn {
  flex: 1;
  padding: 9px 10px;
  background: var(--v3-grad-main);
  border: none;
  border-radius: var(--v3-radius-xs);
  color: #fff;
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 4px 16px rgba(0, 229, 255, 0.25);
  transition: all 0.2s; }
  .v3-promo-claim-btn:hover {
    box-shadow: 0 6px 22px rgba(0, 229, 255, 0.4);
    transform: translateY(-1px); }
  .v3-promo-claim-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none; }

/* ════════════════════════════════════════════════════════════════════════════
   25. AFFILIATE PAGE
   ════════════════════════════════════════════════════════════════════════════ */
.v3-aff-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px; }

.v3-aff-stat-card {
  background: var(--v3-surface);
  backdrop-filter: var(--v3-blur);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-sm);
  padding: 18px 14px;
  text-align: center;
  transition: all 0.2s; }
  .v3-aff-stat-card:hover {
    border-color: var(--v3-border-hover);
    transform: translateY(-2px); }

.v3-aff-stat-icon {
  font-size: 22px;
  margin-bottom: 8px; }
  .v3-aff-stat-icon--members {
    color: var(--v3-purple); }
  .v3-aff-stat-icon--total {
    color: var(--v3-green); }
  .v3-aff-stat-icon--month {
    color: var(--v3-cyan); }

.v3-aff-stat-value {
  font-size: 20px;
  font-weight: 800;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px; }

.v3-aff-stat-label {
  font-size: 11px;
  color: var(--v3-text-muted); }

.v3-aff-link-card {
  background: var(--v3-surface);
  backdrop-filter: var(--v3-blur);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius);
  padding: 20px;
  margin-bottom: 16px; }

.v3-aff-link-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--v3-text);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px; }
  .v3-aff-link-title i {
    color: var(--v3-cyan); }

.v3-aff-link-input-row {
  display: flex;
  gap: 8px;
  margin-bottom: 14px; }

.v3-aff-link-input {
  flex: 1;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-xs);
  color: var(--v3-cyan);
  font-family: 'Prompt', monospace;
  font-size: 12px;
  outline: none;
  min-width: 0; }

.v3-aff-copy-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid var(--v3-cyan);
  border-radius: var(--v3-radius-xs);
  color: var(--v3-cyan);
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
  white-space: nowrap;
  flex-shrink: 0; }
  .v3-aff-copy-btn:hover {
    background: rgba(0, 229, 255, 0.2);
    box-shadow: var(--v3-glow-cyan); }
  .v3-aff-copy-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.v3-aff-share-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }

.v3-aff-share-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: var(--v3-radius-xs);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s;
  min-width: 80px; }
  .v3-aff-share-btn--fb {
    background: rgba(24, 119, 242, 0.15);
    border: 1px solid rgba(24, 119, 242, 0.3);
    color: #60a5fa; }
    .v3-aff-share-btn--fb:hover {
      background: rgba(24, 119, 242, 0.25); }
  .v3-aff-share-btn--line {
    background: rgba(0, 185, 75, 0.12);
    border: 1px solid rgba(0, 185, 75, 0.3);
    color: #4ade80; }
    .v3-aff-share-btn--line:hover {
      background: rgba(0, 185, 75, 0.22); }
  .v3-aff-share-btn--tw {
    background: rgba(29, 161, 242, 0.12);
    border: 1px solid rgba(29, 161, 242, 0.3);
    color: #7dd3fc; }
    .v3-aff-share-btn--tw:hover {
      background: rgba(29, 161, 242, 0.22); }

.v3-aff-withdraw-btn {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: var(--v3-radius-sm);
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
  margin-bottom: 16px;
  background: var(--v3-grad-main);
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 229, 255, 0.3); }
  .v3-aff-withdraw-btn:hover {
    box-shadow: 0 6px 28px rgba(0, 229, 255, 0.5);
    transform: translateY(-1px); }
  .v3-aff-withdraw-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none; }
  .v3-aff-withdraw-btn--disabled {
    background: var(--v3-surface-2);
    border: 1px solid var(--v3-border);
    color: var(--v3-text-muted);
    box-shadow: none; }
    .v3-aff-withdraw-btn--disabled:hover {
      transform: none;
      box-shadow: none; }

.v3-aff-table-card {
  background: var(--v3-surface);
  backdrop-filter: var(--v3-blur);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius);
  padding: 20px;
  margin-bottom: 16px; }

.v3-aff-table-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--v3-text);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px; }
  .v3-aff-table-title i {
    color: var(--v3-gold); }

.v3-aff-table-wrap {
  overflow-x: auto; }

.v3-aff-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px; }
  .v3-aff-table th {
    padding: 10px 12px;
    text-align: left;
    color: var(--v3-text-muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid var(--v3-border); }
  .v3-aff-table td {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    color: var(--v3-text); }
  .v3-aff-table tr:last-child td {
    border-bottom: none; }
  .v3-aff-table .v3-aff-table-val {
    font-weight: 800;
    background: var(--v3-grad-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }

.v3-aff-how-card, .v3-aff-cond-card {
  background: var(--v3-surface);
  backdrop-filter: var(--v3-blur);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius);
  padding: 20px;
  margin-bottom: 16px; }

.v3-aff-how-title, .v3-aff-cond-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--v3-text);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px; }
  .v3-aff-how-title i, .v3-aff-cond-title i {
    color: var(--v3-cyan); }

.v3-aff-how-steps {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.v3-aff-how-step {
  display: flex;
  align-items: flex-start;
  gap: 14px; }

.v3-aff-how-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--v3-grad-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  box-shadow: var(--v3-glow-cyan); }

.v3-aff-how-step-text {
  font-size: 13px;
  color: var(--v3-text-muted);
  line-height: 1.5; }
  .v3-aff-how-step-text strong {
    color: var(--v3-text); }

.v3-aff-cond-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .v3-aff-cond-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: var(--v3-text-muted);
    line-height: 1.4; }
    .v3-aff-cond-list li i {
      flex-shrink: 0;
      margin-top: 1px;
      color: #f87171; }
    .v3-aff-cond-list li strong {
      color: var(--v3-text); }

/* ════════════════════════════════════════════════════════════════════════════
   26. RANKING PAGE
   ════════════════════════════════════════════════════════════════════════════ */
/* Profile hero */
.v3-rank-profile-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.06) 0%, rgba(168, 85, 247, 0.04) 100%);
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: var(--v3-radius);
  padding: 20px;
  margin-bottom: 16px; }

.v3-rank-profile-img-wrap {
  flex-shrink: 0;
  width: 80px;
  height: 80px; }
  .v3-rank-profile-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.3)); }

.v3-rank-profile-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px; }

.v3-rank-profile-title {
  font-size: 18px;
  font-weight: 800;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.v3-rank-profile-score {
  display: flex;
  flex-direction: column;
  gap: 2px; }

/* Rank table */
.v3-rank-table {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px; }

.v3-rank-table-head {
  display: grid;
  grid-template-columns: 1fr 90px 80px 90px;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--v3-radius-sm);
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  font-weight: 700;
  color: var(--v3-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.v3-rank-table-row {
  display: grid;
  grid-template-columns: 1fr 90px 80px 90px;
  gap: 8px;
  align-items: center;
  padding: 12px 14px;
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-sm);
  transition: border-color 0.2s; }
  .v3-rank-table-row:hover {
    border-color: var(--v3-border-hover); }
  .v3-rank-table-row--done {
    opacity: 0.5; }

.v3-rank-table-level {
  display: flex;
  align-items: center;
  gap: 10px; }
  .v3-rank-table-level img {
    width: 32px;
    height: 32px;
    object-fit: contain; }
  .v3-rank-table-level span {
    font-size: 13px;
    font-weight: 700;
    color: var(--v3-text); }

.v3-rank-table-num {
  font-size: 12px;
  font-weight: 700;
  color: var(--v3-text-muted); }

.v3-rank-claimed-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #10b981;
  font-size: 11px;
  font-weight: 700; }
  .v3-rank-claimed-badge i {
    font-size: 10px; }

.v3-rank-locked-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--v3-text-muted);
  font-size: 11px; }
  .v3-rank-locked-badge i {
    font-size: 10px; }

.v3-rank-claim-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--v3-cyan), var(--v3-pink));
  border: none;
  cursor: pointer;
  color: #0a0a1a;
  font-size: 12px;
  font-weight: 800;
  transition: opacity 0.2s; }
  .v3-rank-claim-btn i {
    font-size: 11px; }
  .v3-rank-claim-btn:hover {
    opacity: 0.85; }
  .v3-rank-claim-btn:disabled {
    opacity: 0.5;
    cursor: default; }

/* ════════════════════════════════════════════════════════════════════════════
   27. WHEEL PAGE
   ════════════════════════════════════════════════════════════════════════════ */
.v3-wheel-arena {
  max-width: 560px;
  margin: 0 auto; }

.v3-wheel-header {
  text-align: center;
  margin-bottom: 20px; }

.v3-wheel-header-title {
  font-size: 24px;
  font-weight: 800;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.v3-wheel-header-sub {
  font-size: 13px;
  color: var(--v3-text-muted);
  margin-top: 4px; }

.v3-wheel-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  max-width: 560px;
  width: 100%;
  overflow: visible; }

.v3-wheel-orbit-ring {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(var(--v3-bg), var(--v3-bg)) padding-box, var(--v3-grad-main) border-box;
  animation: v3-ring-pulse 3s ease-in-out infinite;
  pointer-events: none; }

@keyframes v3-ring-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(1.01);
    box-shadow: var(--v3-glow-cyan); } }

.v3-wheel-pointer {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 24px solid var(--v3-gold);
  z-index: 10;
  filter: drop-shadow(0 0 8px rgba(247, 201, 72, 0.8)); }

.v3-wheel-canvas {
  display: block;
  border-radius: 50%;
  max-width: 100%;
  height: auto; }

.v3-wheel-btn-area {
  text-align: center;
  margin-bottom: 20px; }

.v3-wheel-spin-btn {
  padding: 14px 48px;
  background: var(--v3-grad-main);
  border: none;
  border-radius: var(--v3-radius-pill);
  color: #fff;
  font-family: 'Prompt', sans-serif;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(0, 229, 255, 0.45), 0 0 48px rgba(0, 229, 255, 0.15);
  transition: all 0.2s;
  letter-spacing: 0.5px; }
  .v3-wheel-spin-btn:hover {
    box-shadow: 0 6px 32px rgba(0, 229, 255, 0.65);
    transform: translateY(-2px) scale(1.02); }
  .v3-wheel-spin-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none; }

.v3-wheel-status-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px; }

.v3-wheel-status-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-pill);
  font-size: 13px;
  color: var(--v3-text); }

.v3-wheel-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%; }
  .v3-wheel-status-dot--active {
    background: #22c55e;
    box-shadow: 0 0 8px #22c55e;
    animation: v3-dot-pulse 1.5s infinite; }
  .v3-wheel-status-dot--inactive {
    background: var(--v3-text-muted); }

.v3-wheel-daily-limit {
  font-size: 12px;
  color: var(--v3-text-muted);
  text-align: center;
  margin-bottom: 16px; }

.v3-wheel-cond {
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-sm);
  padding: 16px;
  margin-bottom: 16px; }

.v3-wheel-cond-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--v3-text);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px; }
  .v3-wheel-cond-title i {
    color: var(--v3-pink); }

.v3-wheel-cond-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .v3-wheel-cond-list li {
    font-size: 12px;
    color: var(--v3-text-muted);
    display: flex;
    align-items: center;
    gap: 7px; }
    .v3-wheel-cond-list li i {
      color: var(--v3-pink);
      flex-shrink: 0; }

.v3-wheel-logs {
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-sm);
  padding: 16px; }

.v3-wheel-logs-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--v3-text);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px; }
  .v3-wheel-logs-title i {
    color: var(--v3-gold); }

.v3-wheel-logs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px; }

.v3-wheel-logs-head th {
  padding: 6px 8px;
  text-align: left;
  color: var(--v3-text-muted);
  border-bottom: 1px solid var(--v3-border);
  font-size: 11px; }

.v3-wheel-logs-row td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--v3-text); }

.v3-wheel-logs-row:last-child td {
  border-bottom: none; }

.v3-wheel-logs-prize {
  font-weight: 700;
  color: var(--v3-gold); }

.v3-wheel-logs-empty {
  text-align: center;
  padding: 20px 0;
  color: var(--v3-text-muted);
  font-size: 13px; }

/* ════════════════════════════════════════════════════════════════════════════
   28. EVENT / CASHBACK PAGES
   ════════════════════════════════════════════════════════════════════════════ */
.v3-event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px; }

/* Card wrapper */
.v3-event-card-wrap {
  border-radius: var(--v3-radius);
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s; }
  .v3-event-card-wrap:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5); }
  .v3-event-card-wrap a {
    display: contents;
    text-decoration: none; }

.v3-event-card-wrap--soon {
  opacity: 0.65; }
  .v3-event-card-wrap--soon:hover {
    transform: none;
    box-shadow: none; }

/* Card inner */
.v3-event-card-inner {
  display: flex;
  flex-direction: column;
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius);
  overflow: hidden;
  height: 100%; }

.v3-event-card-inner--soon {
  border-color: rgba(255, 255, 255, 0.06); }

/* Banner */
.v3-event-banner {
  position: relative;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .v3-event-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    padding: 16px;
    box-sizing: border-box;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4)); }
  .v3-event-banner > i {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 16px currentColor); }

.v3-event-banner-glow {
  position: absolute;
  inset: 0;
  z-index: 0; }

/* Badge */
.v3-event-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  border-radius: 20px;
  border: 1px solid;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px; }

.v3-event-badge--live {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px); }

.v3-event-badge--soon {
  background: rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5); }
  .v3-event-badge--soon i {
    font-size: 9px; }

.v3-event-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: v3BadgePulse 1.4s ease-in-out infinite; }

@keyframes v3BadgePulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0.5;
    transform: scale(0.75); } }

/* Body */
.v3-event-body {
  padding: 14px 16px 10px;
  flex: 1; }

.v3-event-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--v3-text);
  margin-bottom: 6px; }

.v3-event-desc {
  font-size: 12px;
  color: var(--v3-text-muted);
  line-height: 1.5; }

/* Footer */
.v3-event-footer {
  padding: 10px 16px 14px; }

.v3-event-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 8px 0;
  border-radius: 8px;
  border: 1px solid;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  color: #0a0a1a;
  transition: opacity 0.2s; }
  .v3-event-btn:hover {
    opacity: 0.88; }
  .v3-event-btn i {
    font-size: 12px; }

.v3-event-btn--soon {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.3) !important;
  cursor: default; }
  .v3-event-btn--soon:hover {
    opacity: 1; }

.v3-cashback-info-card {
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.07) 0%, rgba(168, 85, 247, 0.05) 100%);
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: var(--v3-radius);
  padding: 24px;
  text-align: center;
  margin-bottom: 20px; }

.v3-cashback-amount {
  font-size: 36px;
  font-weight: 900;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 10px 0; }

.v3-cashback-label {
  font-size: 13px;
  color: var(--v3-text-muted); }

/* ════════════════════════════════════════════════════════════════════════════
   29. MISC UTILITIES
   ════════════════════════════════════════════════════════════════════════════ */
.v3-divider {
  height: 1px;
  background: var(--v3-border);
  margin: 16px 0; }

.v3-info-box {
  padding: 12px 14px;
  border-radius: var(--v3-radius-xs);
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 14px; }
  .v3-info-box--warn {
    background: rgba(247, 201, 72, 0.08);
    border: 1px solid rgba(247, 201, 72, 0.2);
    color: var(--v3-gold); }
  .v3-info-box--success {
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #34d399; }
  .v3-info-box--error {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #fca5a5; }
  .v3-info-box i {
    flex-shrink: 0;
    margin-top: 1px; }

/* ════════════════════════════════════════════════════════════════════════════
   30. RESPONSIVE
   ════════════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .v3-sidebar {
    display: none !important; }
  .v3-topbar {
    display: flex !important; }
  .v3-bottom-nav {
    display: block !important; }
  /* ── DISABLE backdrop-filter on mobile (GPU crash / black boxes on iOS Safari) ── */
  /* WebKit bug: CSS custom property changes in media queries are ignored by backdrop-filter,
     so we must use an explicit wildcard override instead of relying on --v3-blur: none */
  .v3-app,
  .v3-app * {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important; }
  .v3-app {
    --v3-blur:    none;
    --v3-blur-sm: none;
    overflow-x: hidden; }
  /* Fallback solid surfaces since blur is gone */
  .v3-sidebar,
  .v3-topbar {
    background: rgba(4, 4, 18, 0.97) !important; }
  .v3-bottom-nav-pill {
    background: rgba(4, 4, 18, 0.97) !important; }
  .v3-balance-card {
    background: rgba(0, 229, 255, 0.07) !important; }
  .v3-quick-item {
    background: rgba(255, 255, 255, 0.07) !important; }
  .v3-card {
    background: rgba(255, 255, 255, 0.06) !important; }
  .v3-main {
    margin-left: 0 !important;
    padding-top: 58px;
    padding-bottom: 100px; }
  .v3-page-content {
    padding: 16px 14px 32px;
    max-width: 100%; }
  .v3-balance-num {
    font-size: 22px; }
  .v3-quick-menu {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px; }
  .v3-quick-item {
    padding: 12px 4px 10px; }
  .v3-quick-icon {
    width: 36px;
    height: 36px;
    font-size: 15px;
    border-radius: 10px; }
  .v3-game-grid {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 10px; }
  .v3-aff-stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px; }
  .v3-profile-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px; }
  .v3-promo-grid {
    grid-template-columns: 1fr; }
  .v3-event-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px; }
  /* Rank table: hide last col on mobile */
  .v3-rank-table-head,
  .v3-rank-table-row {
    grid-template-columns: 1fr 80px 70px; }
    .v3-rank-table-head > div:last-child,
    .v3-rank-table-row > div:last-child {
      display: none; }
  /* Reduce aurora cost on mobile */
  .v3-aurora-blob {
    filter: blur(50px) !important;
    opacity: 0.08 !important;
    animation: none !important; }
  .v3-app-inner {
    overflow-x: hidden; } }

@media (max-width: 480px) {
  .v3-game-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px; }
  .v3-quick-menu {
    grid-template-columns: repeat(4, 1fr); }
  .v3-event-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
  /* Bottom nav: full width pill pinned to bottom edge */
  .v3-bottom-nav {
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    padding: 0;
    width: 100%; }
  .v3-bottom-nav-pill {
    gap: 0;
    width: 100%;
    justify-content: space-around;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom)); }
  .v3-bnav-item {
    padding: 6px 4px;
    min-width: 0;
    flex: 1;
    font-size: 9px; }
  .v3-bnav-item i {
    font-size: 18px; }
  .v3-bnav-item--center {
    padding: 8px 8px;
    background: linear-gradient(135deg, var(--v3-cyan), var(--v3-pink));
    border-radius: 14px;
    color: #000 !important;
    margin: -4px 4px; }
  /* Adjust main padding for full-width bottom bar */
  .v3-main {
    padding-bottom: 80px; }
  .v3-rank-table-head,
  .v3-rank-table-row {
    grid-template-columns: 1fr 70px; }
    .v3-rank-table-head > div:nth-child(3),
    .v3-rank-table-head > div:last-child,
    .v3-rank-table-row > div:nth-child(3),
    .v3-rank-table-row > div:last-child {
      display: none; }
  /* Balance buttons stack on very small screens */
  .v3-balance-actions {
    flex-direction: column;
    gap: 8px; }
  .v3-btn-deposit, .v3-btn-withdraw {
    padding: 12px 16px; } }

@media (min-width: 769px) {
  .v3-topbar {
    display: none !important; }
  .v3-bottom-nav {
    display: none !important; } }

/* ════════════════════════════════════════════════════════════════════════════
   31. CASHBACK PAGE
   ════════════════════════════════════════════════════════════════════════════ */
.v3-cb-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.07) 0%, rgba(168, 85, 247, 0.07) 100%);
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: var(--v3-radius);
  padding: 36px 24px 28px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden; }

.v3-cb-hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 120%, rgba(0, 229, 255, 0.12) 0%, transparent 70%);
  pointer-events: none; }

.v3-cb-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--v3-grad-main);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 28px;
  color: #fff;
  box-shadow: var(--v3-glow-cyan); }

.v3-cb-label {
  font-size: 13px;
  color: var(--v3-text-muted);
  margin-bottom: 8px;
  letter-spacing: 0.5px; }

.v3-cb-amount {
  font-size: 40px;
  font-weight: 900;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px; }

.v3-cb-currency {
  font-size: 22px;
  font-weight: 700;
  background: var(--v3-grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 6px; }

.v3-cb-note {
  font-size: 11px;
  color: var(--v3-text-muted);
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px; }
  .v3-cb-note i {
    color: var(--v3-cyan); }

.v3-cb-claim-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px;
  background: var(--v3-grad-main);
  border: none;
  border-radius: var(--v3-radius-sm);
  color: #fff;
  font-family: 'Prompt', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 229, 255, 0.35);
  transition: all 0.2s; }
  .v3-cb-claim-btn:hover {
    box-shadow: 0 6px 28px rgba(0, 229, 255, 0.55);
    transform: translateY(-2px); }
  .v3-cb-claim-btn--disabled {
    background: var(--v3-surface-2);
    color: var(--v3-text-muted);
    box-shadow: none;
    cursor: not-allowed; }
    .v3-cb-claim-btn--disabled:hover {
      transform: none;
      box-shadow: none; }

/* ════════════════════════════════════════════════════════════════════════════
   32. WHEEL PAGE EXTRAS (div-based logs, glow ring, pointer children, modal)
   ════════════════════════════════════════════════════════════════════════════ */
.v3-wheel-glow-ring {
  position: absolute;
  /* wheel outerRadius=200 inside 550px canvas = 72.7% of canvas width.
     add ~4% padding so the ring sits just outside the rim */
  width: 77%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(var(--v3-bg), var(--v3-bg)) padding-box, var(--v3-grad-main) border-box;
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.15), inset 0 0 20px rgba(0, 229, 255, 0.05);
  animation: v3-ring-pulse 3s ease-in-out infinite;
  pointer-events: none; }

.v3-wheel-pointer-gem,
.v3-wheel-pointer-stem,
.v3-wheel-pointer-tip {
  display: none; }

.v3-wheel-status-badge--active {
  border-color: rgba(34, 197, 94, 0.35);
  color: #4ade80; }

.v3-wheel-status-badge--used {
  border-color: rgba(239, 68, 68, 0.25);
  color: #fca5a5; }

.v3-wheel-spin-btn--wait {
  opacity: 0.65;
  cursor: wait; }

.v3-wheel-spin-btn--disabled {
  background: var(--v3-surface-2);
  color: var(--v3-text-muted);
  box-shadow: none;
  cursor: not-allowed; }

/* Div-based logs table */
.v3-wheel-logs-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 6px 8px;
  border-bottom: 1px solid var(--v3-border); }
  .v3-wheel-logs-head span {
    font-size: 11px;
    color: var(--v3-text-muted); }

.v3-wheel-logs-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04); }
  .v3-wheel-logs-row span {
    font-size: 12px;
    color: var(--v3-text); }
  .v3-wheel-logs-row--alt {
    background: rgba(255, 255, 255, 0.02); }
  .v3-wheel-logs-row:last-child {
    border-bottom: none; }

/* Modal */
.v3-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px; }

.v3-modal {
  background: rgba(8, 8, 24, 0.96);
  border: 1px solid var(--v3-border-hover);
  border-radius: var(--v3-radius);
  padding: 24px;
  width: 100%;
  max-width: 380px;
  position: relative;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 229, 255, 0.08); }

.v3-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--v3-surface-2);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v3-text-muted);
  cursor: pointer;
  font-size: 14px;
  transition: background 0.15s; }
  .v3-modal-close:hover {
    background: var(--v3-surface-3);
    color: var(--v3-text); }

