/* ============================================================
   WINMAX777 — OKZET Asian Gaming Theme (Midnight Royal)
   Reference: okzz.org | okbet.com | jilibet
   ============================================================ */

/* ── CSS Variables — Midnight Royal (OKZET / Winmax777) ─ */
:root {
  --bg-primary:       #0B1120;
  --bg-secondary:     #111827;
  --bg-card:          #1E293B;
  --bg-card-2:        #243044;
  --bg-header:        #0F172A;
  --bg-sidebar:       #0B1120;
  --bg-input:         #1E293B;
  --bg-modal:         #1E293B;
  --bg-tab-active:    #334155;

  --clr-gold:         #D4AF37;
  --clr-gold-light:   #FFD700;
  --clr-gold-dark:    #B8860B;
  --clr-green:        #1dcf82;
  --clr-green-dark:   #17a066;
  --clr-teal:         #334155;
  --clr-teal-dark:    #1E293B;
  --clr-yellow:       #FFD700;
  --clr-yellow-btn:   #F5C518;
  --clr-amber:        #D4AF37;
  --clr-red:          #EF4444;
  --clr-red-bright:   #FF2D2D;
  --clr-live:         #FF1744;
  --clr-white:        #FFFFFF;
  --clr-text:         #CBD5E1;
  --clr-muted:        #94A3B8;
  --clr-border:       rgba(148, 163, 184, 0.22);
  --clr-border-2:     rgba(212, 175, 55, 0.35);

  --grad-royal-gold:  linear-gradient(90deg, #D4AF37 0%, #FFD700 100%);
  --grad-gold:        linear-gradient(135deg, #1a1204, #4a3208, #D4AF37, #FFD700, #B8860B, #6b4a10);
  --grad-gold-card:   linear-gradient(135deg, #0f172a 0%, #1e293b 35%, #6b4a10 65%, #D4AF37 85%, #FFD700 100%);
  --grad-green:       linear-gradient(135deg, var(--clr-green-dark), var(--clr-green));
  --grad-deposit:     var(--grad-royal-gold);
  --grad-teal:        linear-gradient(135deg, #1E293B, #334155);
  --grad-register:    var(--grad-royal-gold);

  --radius-xs:        4px;
  --radius-sm:        6px;
  --radius-md:        10px;
  --radius-lg:        16px;
  --radius-xl:        22px;
  --radius-pill:      50px;

  --transition:       0.2s ease;
  --shadow-card:      0 4px 24px rgba(0,0,0,0.45);
  --shadow-glow-g:    0 0 16px rgba(29, 207, 130, 0.25);
  --shadow-glow-gold: 0 0 20px rgba(212, 175, 55, 0.35);

  --bottom-nav-h:     64px;
  --telegram-strip-h: 44px;
  --header-h:         54px;
  --shell-max-width:  1200px;
  --wm-pin-offset:    54px;

  --font-main: 'Urbanist', 'Noto Sans Bengali', sans-serif !important;
  --bg-midnight-gradient: linear-gradient(180deg, #0B1120 0%, #162033 100%);
  --shadow-card:      0 4px 15px rgba(0, 0, 0, 0.3);
}


/* ── Reset / Base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

/* FIX 1: Prevent horizontal wobble / overflow on all mobile widths */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
body  {
  background: linear-gradient(180deg, #0B1120 0%, #162033 100%) !important;
  background-color: #0B1120 !important;
  color: var(--clr-text) !important;
  font-family: var(--font-main, 'Urbanist', 'Noto Sans Bengali', sans-serif);
  font-size: 14px;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  max-width: 100vw;
}

/* Lock Bootstrap rows and containers inside viewport */
.container, .container-fluid,
.row { max-width: 100%; }
.row { margin-left: 0 !important; margin-right: 0 !important; }

a { color: var(--clr-green); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--clr-gold-light); }
img { max-width: 100%; display: block; }
::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--clr-teal); border-radius: 2px; }

/* FIX 1b: Global smooth transitions on all interactive elements */
button, a, input, select, textarea,
.btn, [role="button"] {
  transition: all 0.3s ease-in-out;
}

/* ── Page wrapper ───────────────────────────────────────────── */
.page-wrapper-wm {
  min-height: 100vh;
  padding-bottom: var(--bottom-nav-h);
}
body.wm-has-telegram-strip .page-wrapper-wm {
  padding-bottom: calc(var(--bottom-nav-h) + var(--telegram-strip-h));
}
body.wm-has-telegram-strip .page-wrapper-wm {
  padding-bottom: calc(var(--bottom-nav-h) + var(--telegram-strip-h));
  max-width: 480px;
  margin: 0 auto;
}

/* ============================================================
   APP DOWNLOAD BANNER
   ============================================================ */
.wm-app-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #0f3525, #0d4230);
  border-bottom: 1px solid var(--clr-border);
  padding: 6px 12px;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.wm-app-banner__close {
  background: none;
  border: none;
  color: var(--clr-muted);
  font-size: 16px;
  cursor: pointer;
  padding: 0 4px;
  flex-shrink: 0;
}
.wm-app-banner__info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.wm-app-banner__icon {
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  object-fit: contain;
}
.wm-app-banner__text { flex: 1; }
.wm-app-banner__title { font-size: 12px; font-weight: 700; color: var(--clr-white); }
.wm-app-banner__stars { color: var(--clr-yellow-btn); font-size: 11px; letter-spacing: 1px; }
.wm-app-banner__btn {
  background: linear-gradient(135deg, var(--clr-amber), var(--clr-yellow-btn));
  color: #000;
  font-size: 12px;
  font-weight: 700;
  border: none;
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ============================================================
   TOP HEADER
   ============================================================ */
.wm-header {
  position: relative;
  top: auto;
  z-index: auto;
  background: transparent;
  min-height: var(--header-h);
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 8px;
}
.wm-header__menu-btn {
  background: none; border: none;
  color: var(--clr-text); font-size: 22px;
  padding: 4px 6px; cursor: pointer; flex-shrink: 0;
}
.wm-header__logo { flex: 1; display: flex; justify-content: center; }
.wm-header__logo img { height: 34px; width: auto; object-fit: contain; }
.wm-header__right { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }

/* Notification icon button */
.wm-header__icon-btn {
  position: relative;
  background: none; border: none;
  color: var(--clr-text); font-size: 20px;
  padding: 4px; cursor: pointer;
  display: flex; align-items: center;
  transition: color 0.3s ease-in-out, transform 0.2s ease;
}
.wm-header__icon-btn:hover {
  color: var(--clr-gold-light);
  transform: scale(1.1);
}
.wm-header__icon-btn .badge-dot {
  position: absolute; top: 0; right: -2px;
  background: var(--clr-red);
  color: #fff; font-size: 9px; font-weight: 800;
  min-width: 16px; height: 16px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 3px; line-height: 1;
  border: 1.5px solid var(--bg-header);
}

/* Balance widget */
/* FIX 3: Premium badge-like balance container */
.wm-header__balance {
  display: flex; align-items: center; gap: 4px;
  background: linear-gradient(135deg, rgba(29,207,130,0.08), rgba(200,168,75,0.08));
  border: 1px solid rgba(200,168,75,0.25);
  border-radius: var(--radius-pill);
  padding: 5px 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  min-height: 32px;
  box-shadow: 0 0 10px rgba(200,168,75,0.1), inset 0 1px 0 rgba(255,255,255,0.05);
  position: relative;
  overflow: hidden;
  color: var(--clr-white); font-weight: 700;
}
.wm-header__balance .bal-sym {
  color: var(--clr-gold);
  font-size: 12px;
}
/* Balance amount — fade-in class toggled by JS during AJAX */
#user-balance, .user-balance-amount {
  transition: opacity 0.35s ease;
  display: inline-block;
  min-width: 30px;
  text-align: right;
}
#user-balance.bal-refreshing, .user-balance-amount.bal-refreshing {
  opacity: 0.3;
}
.refresh-btn {
  background: none; border: none;
  color: var(--clr-muted); font-size: 14px;
  padding: 0 0 0 4px; cursor: pointer; line-height: 1;
  display: flex; align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}
.refresh-btn:hover { color: var(--clr-gold-light); }
.refresh-btn .la-spin { animation: spin 0.7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Avatar */
.wm-header__avatar {
  width: 32px; height: 32px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--clr-teal); cursor: pointer;
}

/* VIP badge */
.wm-header__vip {
  background: var(--grad-gold);
  color: #fff; font-size: 10px; font-weight: 800;
  padding: 2px 7px; border-radius: var(--radius-sm);
  white-space: nowrap; letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.wm-header__user-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: inherit;
}

.wm-header__user-chip:hover .wm-header__avatar {
  filter: brightness(1.06);
}

/* Header profile trigger (OKZZ-style) */
.wm-header-profile-trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: inherit;
  flex-shrink: 0;
}
.wm-header-profile-trigger__wrap {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.wm-header-profile-trigger__img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 212, 170, 0.65);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  display: block;
}
.wm-header-profile-trigger__vip {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  z-index: 2;
  background: linear-gradient(180deg, #ffe566, #e6b800);
  color: #1a1204;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.02em;
  padding: 2px 7px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  line-height: 1.1;
}
.wm-header-profile-trigger__chev {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}
.wm-header-profile-trigger:hover .wm-header-profile-trigger__img {
  filter: brightness(1.08);
}

/* Profile popup modal */
.wm-profile-popup .modal-dialog { max-width: 400px; }
.wm-profile-popup__content {
  background: var(--bg-modal);
  border: 1px solid var(--clr-border-2);
  border-radius: 18px;
  padding: 20px 16px 16px;
  color: var(--clr-text);
  position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}
.wm-profile-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 18px;
  z-index: 3;
  cursor: pointer;
}
.wm-profile-popup__hero {
  text-align: center;
  padding: 8px 8px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 14px;
}
.wm-profile-popup__avatar-upload {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
}
.wm-profile-popup__avatar-img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(0, 212, 170, 0.5);
  display: block;
}
.wm-profile-popup__avatar-vip {
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ffe566, #e6b800);
  color: #1a1204;
  font-size: 11px;
  font-weight: 900;
  padding: 3px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  white-space: nowrap;
}
.wm-profile-popup__avatar-hint {
  display: block;
  margin-top: 14px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
}
.wm-profile-popup__name {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.wm-profile-popup__id {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
.wm-profile-popup__copy {
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #7ec8ff;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  cursor: pointer;
}
.wm-profile-popup__picker-title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  color: #ffe7a8;
}
.wm-profile-popup__picker-hint {
  margin: 0 0 12px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.4;
}
.wm-profile-popup__avatar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
  padding: 4px 2px;
}
.wm-profile-popup__avatar-option {
  border: 3px solid transparent;
  border-radius: 50%;
  padding: 2px;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.wm-profile-popup__avatar-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.wm-profile-popup__avatar-option:hover {
  border-color: rgba(230, 57, 70, 0.55);
}
.wm-profile-popup__avatar-option.is-selected {
  border-color: #e63946;
  box-shadow: 0 0 0 2px rgba(230, 57, 70, 0.35), 0 4px 16px rgba(230, 57, 70, 0.25);
  transform: scale(1.05);
}
.wm-profile-popup__confirm {
  width: 100%;
  margin-bottom: 16px;
  padding: 14px 20px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(180deg, #ff4d5e 0%, #e63946 55%, #c1121f 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(230, 57, 70, 0.45);
  transition: opacity 0.2s, transform 0.15s, filter 0.2s;
}
.wm-profile-popup__confirm:hover:not(:disabled) {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.wm-profile-popup__confirm:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}
.wm-profile-popup__links {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.wm-profile-popup__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  color: #f0e6d4 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
  font-weight: 600;
}
.wm-profile-popup__link:last-child { border-bottom: none; }
.wm-profile-popup__link i.wm-profile-popup__link-icon,
.wm-profile-popup__link i:first-child:not(.wm-profile-popup__link-arrow) {
  font-size: 18px;
  color: #e8c36a;
  width: 24px;
  min-width: 24px;
  text-align: center;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wm-profile-popup__link-arrow {
  margin-left: auto;
  opacity: 0.45;
  font-size: 16px !important;
  color: inherit !important;
  width: auto !important;
}
.wm-profile-popup__link:hover {
  background: rgba(255, 215, 0, 0.06);
}
.wm-profile-popup__logout {
  width: 100%;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.3);
  color: #ff8a8a;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wm-bottom-nav__item[type="button"] {
  border: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  width: 100%;
}

/* Compact language picker (pinned header toolbar) */
.wm-header-lang { flex-shrink: 0; position: relative; }
.wm-header-lang__btn {
  border: none;
  outline: none;
  background: rgba(255,255,255,0.04);
  color: var(--clr-text);
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  height: 32px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}
.wm-header-lang__btn.dropdown-toggle::after { display: none !important; }
.wm-header-lang__chev { font-size: 13px !important; opacity: .75; padding-left: 2px; }
.wm-header-lang__flag img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
}
.wm-header-lang__menu {
  min-width: 9rem;
  background: rgba(30, 41, 59, 0.98) !important;
  backdrop-filter: blur(12px);
  border-radius: var(--radius-md) !important;
  border: 1px solid var(--clr-border) !important;
  box-shadow: 0 14px 40px rgba(0,0,0,0.7) !important;
}
.wm-header-lang__item {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--clr-text) !important;
  padding: .45rem .75rem !important;
}
.wm-header-lang__item.dropdown-item:active,
.wm-header-lang__item.dropdown-item:focus {
  background: rgba(29,207,130,0.15) !important;
  color: var(--clr-gold-light) !important;
}

/* Auth header buttons */
.wm-header__auth { display: flex; gap: 6px; align-items: center; }
/* FIX 3: Premium button hover glow effects */
.btn-login {
  background: transparent;
  border: 1.5px solid var(--clr-border-2);
  color: var(--clr-gold-light);
  border-radius: var(--radius-pill);
  padding: 6px 14px; font-size: 12px; font-weight: 700;
  cursor: pointer; transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.btn-login:hover {
  background: var(--clr-teal);
  color: #fff;
  box-shadow: 0 0 12px rgba(26,138,106,0.5);
  transform: translateY(-1px);
}
.btn-login:active { transform: translateY(0); }

.btn-register {
  background: var(--grad-royal-gold);
  border: 1.5px solid rgba(255, 215, 0, 0.5);
  color: #000000;
  border-radius: var(--radius-pill);
  padding: 7px 18px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  box-shadow: 0 4px 18px rgba(212, 175, 55, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-register:hover {
  filter: brightness(1.08);
  box-shadow: 0 0 10px #D4AF37;
  transform: scale(1.05);
  color: #000000;
  text-decoration: none;
}
.btn-register:active { transform: translateY(0); }
.btn-register--hero {
  padding: 12px 28px;
  font-size: 14px;
  border-radius: var(--radius-md);
}

/* ============================================================
   SLIDE-OUT SIDEBAR — OKZZ Style
   ============================================================ */
.wm-sidebar-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 2000; opacity: 0; pointer-events: none;
  transition: opacity 0.25s;
}
.wm-sidebar-overlay.open { opacity: 1; pointer-events: all; }

.wm-sidebar {
  position: fixed; top: 0; left: 0;
  width: 272px; height: 100%;
  background: var(--bg-sidebar);
  z-index: 2100;
  display: flex; flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);
  overflow-y: auto;
  border-right: 1px solid var(--clr-border);
}
.wm-sidebar.open { transform: translateX(0); }

.wm-sidebar__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid var(--clr-border);
  flex-shrink: 0;
}
.wm-sidebar__logo img { height: 30px; }
.wm-sidebar__close {
  background: none; border: none;
  color: var(--clr-muted); font-size: 22px; cursor: pointer;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: all var(--transition);
}
.wm-sidebar__close:hover { background: rgba(232,64,64,0.15); color: var(--clr-red); }

/* Deposit / Withdraw CTA — FULL WIDTH PROMINENT */
.wm-sidebar__cta {
  padding: 12px 14px;
  border-bottom: 1px solid var(--clr-border);
  display: flex; flex-direction: column; gap: 8px;
}
.wm-sidebar__cta-btn {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; padding: 13px 16px;
  border-radius: var(--radius-md);
  font-size: 14px; font-weight: 700;
  cursor: pointer; border: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.3px;
}
.wm-sidebar__cta-btn:hover {
  filter: brightness(1.12);
  text-decoration: none;
  transform: translateY(-2px);
}
.wm-sidebar__cta-btn:active { transform: translateY(0); }
.wm-sidebar__cta-btn i { font-size: 18px; }
.wm-sidebar__cta-btn--deposit {
  background: var(--grad-royal-gold);
  color: #000000;
  box-shadow: 0 4px 14px rgba(245,197,24,0.25);
}
.wm-sidebar__cta-btn--deposit:hover {
  box-shadow: 0 6px 22px rgba(245,197,24,0.5);
}
.wm-sidebar__cta-btn--withdraw {
  background: transparent;
  color: var(--clr-text);
  border: 1.5px solid var(--clr-border-2);
}
.wm-sidebar__cta-btn--withdraw:hover {
  border-color: var(--clr-green);
  box-shadow: 0 0 12px rgba(29,207,130,0.25);
  color: var(--clr-white);
}

/* Yellow highlight buttons in sidebar */
.wm-sidebar__btn-yellow {
  display: flex; align-items: center;
  gap: 10px; padding: 12px 14px;
  background: linear-gradient(90deg, #2a1e00, #3d2c00);
  border-left: 3px solid var(--clr-yellow-btn);
  color: var(--clr-yellow);
  font-size: 14px; font-weight: 700;
  cursor: pointer; text-decoration: none;
  border-bottom: none; border-top: none; border-right: none;
  width: 100%; transition: all var(--transition);
}
.wm-sidebar__btn-yellow:hover { background: linear-gradient(90deg, #3d2c00, #503a00); color: var(--clr-yellow); }
.wm-sidebar__btn-yellow i { font-size: 18px; color: var(--clr-yellow-btn); }

/* Sidebar nav */
.wm-sidebar__nav { list-style: none; padding: 6px 0; margin: 0; }
.wm-sidebar__nav-item > a,
.wm-sidebar__nav-item > button {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 14px;
  color: var(--clr-text); font-size: 13.5px; font-weight: 500;
  background: none; border: none; width: 100%;
  text-align: left; cursor: pointer;
  transition: all var(--transition);
  border-left: 3px solid transparent;
  text-decoration: none;
}
.wm-sidebar__nav-item > a:hover,
.wm-sidebar__nav-item > button:hover {
  background: rgba(201,162,39,0.08);
  color: var(--clr-gold-light);
  border-left-color: var(--clr-gold);
}
.wm-sidebar__nav-item.active > a {
  background: rgba(29,207,130,0.1);
  color: var(--clr-green);
  border-left-color: var(--clr-green);
}
.wm-sidebar__nav-item i { font-size: 18px; color: var(--clr-teal); width: 20px; flex-shrink: 0; }
.wm-sidebar__section-title {
  font-size: 10px; font-weight: 700; color: var(--clr-muted);
  text-transform: uppercase; letter-spacing: 1.2px;
  padding: 10px 14px 3px;
}
.wm-sidebar__divider { height: 1px; background: var(--clr-border); margin: 4px 14px; }

/* ============================================================
   BOTTOM NAVIGATION BAR
   ============================================================ */
/* FIX 2: Premium glassmorphism bottom navigation */
.wm-bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0;
  height: var(--bottom-nav-h);
  background: rgba(15, 23, 42, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.5), 0 -1px 0 rgba(200,168,75,0.08);
  border-top: 1px solid rgba(255,255,255,0.05);
  z-index: 999;
  display: flex; align-items: stretch; justify-content: space-around;
  padding: 0;
  max-width: var(--shell-max-width);
  width: min(100%, var(--shell-max-width));
  margin-left: auto;
  margin-right: auto;
}
/* FIX 2b: Larger tap targets for accessibility */
.wm-bottom-nav__item {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 3px; flex: 1;
  padding: 10px 8px;
  min-height: 58px;
  cursor: pointer; color: var(--clr-muted);
  font-size: 10px; font-weight: 600; text-align: center;
  transition: color 0.25s ease, transform 0.2s ease;
  text-decoration: none; transition: color var(--transition);
  position: relative;
}
.wm-bottom-nav__item:hover {
  color: var(--clr-gold-light);
  transform: translateY(-2px);
  text-decoration: none;
}
.wm-bottom-nav__item.active {
  color: var(--clr-green);
  text-decoration: none;
}
/* Active glow indicator line */
.wm-bottom-nav__item.active::after {
  content: ''; position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 36px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--clr-green), transparent);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 8px var(--clr-green);
}
/* FIX 2c: Larger, bolder icons */
.wm-bottom-nav__icon { font-size: 24px; line-height: 1; }
.wm-bottom-nav__badge {
  position: absolute; top: 4px; left: calc(50% + 6px);
  background: var(--clr-red); color: #fff;
  font-size: 9px; font-weight: 800;
  min-width: 15px; height: 15px;
  border-radius: 8px; padding: 0 3px;
  display: flex; align-items: center; justify-content: center;
}

/* Center invite / deposit button */
.wm-bottom-nav__center {
  position: relative; flex: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end;
  padding-bottom: 6px;
}
.wm-bottom-nav__center-btn {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--grad-green);
  border: 3px solid var(--bg-primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: #fff;
  text-decoration: none; cursor: pointer;
  box-shadow: 0 -4px 20px rgba(29,207,130,0.5);
  margin-top: -16px; flex-shrink: 0;
  transition: transform var(--transition), box-shadow var(--transition);
}
.wm-bottom-nav__center-btn:hover {
  transform: scale(1.12) translateY(-2px);
  color: #fff;
  box-shadow: 0 -6px 28px rgba(29,207,130,0.75), 0 0 0 3px rgba(29,207,130,0.2);
}
.wm-bottom-nav__center-btn:active { transform: scale(0.96); }
.wm-bottom-nav__center-label {
  font-size: 10px; font-weight: 700;
  color: var(--clr-green); margin-top: 2px;
}

/* ============================================================
   PAGE LAYOUT (authenticated inner pages)
   ============================================================ */
.wm-page {
  padding: 0 0 12px;
}
.wm-page-header {
  display: flex; align-items: center;
  padding: 14px 14px 10px;
  gap: 10px;
}
.wm-page-header__back {
  background: none; border: none;
  color: var(--clr-text); font-size: 22px;
  cursor: pointer; padding: 0; line-height: 1;
}
.wm-page-header__title {
  font-size: 16px; font-weight: 700;
  color: var(--clr-white); flex: 1;
}
.wm-page-header__action {
  color: var(--clr-green); font-size: 13px; font-weight: 600;
}

/* ============================================================
   HERO — OKZET-style premium (background + Bengali overlay)
   ============================================================ */
.wm-hero-premium {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  border-bottom: 2px solid rgba(201,162,39,0.35);
}
.wm-hero-premium__slider {
  position: relative;
  width: 100%;
  min-height: clamp(260px, 56vw, 400px);
  max-height: min(56vh, 440px);
}
.wm-hero-premium__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.65s ease, visibility 0.65s ease;
  z-index: 0;
}
.wm-hero-premium__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.wm-hero-premium__bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  filter: saturate(1.08) contrast(1.05);
}
.wm-hero-premium__slide.is-active .wm-hero-premium__bg {
  animation: heroKenBurns 8s ease-out forwards;
}
@keyframes heroKenBurns {
  from { transform: scale(1.04); }
  to   { transform: scale(1.08); }
}
.wm-hero-premium__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.55) 42%, rgba(0,0,0,0.25) 100%),
    linear-gradient(0deg, rgba(0,0,0,0.75) 0%, transparent 45%),
    radial-gradient(ellipse 80% 60% at 15% 50%, rgba(255,215,0,0.12), transparent 60%);
  pointer-events: none;
}
.wm-hero-premium__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(20px, 5vw, 36px) clamp(16px, 4vw, 32px);
  max-width: 100%;
  box-sizing: border-box;
}
.wm-hero-premium__badge {
  display: inline-block;
  font-size: clamp(9px, 2.5vw, 11px);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1004;
  background: linear-gradient(90deg, #ffd700, #f0d070);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: clamp(10px, 2.5vw, 14px);
  box-shadow: 0 4px 14px rgba(255,215,0,0.35);
}
.wm-hero-premium__headline {
  margin: 0 0 clamp(14px, 3.5vw, 20px);
  max-width: 18em;
  font-size: clamp(1.35rem, 6.2vw, 2rem);
  font-weight: 900;
  line-height: 1.22;
  color: #fffef5;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.9),
    0 6px 24px rgba(0,0,0,0.75),
    0 0 40px rgba(255,215,0,0.15);
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
}
.wm-hero-premium__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px clamp(22px, 6vw, 36px);
  font-size: clamp(14px, 4vw, 17px);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(180deg, #ff5252 0%, #e53935 40%, #c62828 100%);
  border: 2px solid rgba(255,215,0,0.65);
  border-radius: var(--radius-md);
  box-shadow:
    0 8px 28px rgba(229,57,53,0.55),
    0 0 0 0 rgba(255,45,45,0.5);
  animation: heroCtaPulse 2s ease-in-out infinite;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.wm-hero-premium__cta:hover {
  color: #fff !important;
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.1);
}
.wm-hero-premium__cta i {
  font-size: 1.25em;
  transition: transform 0.2s ease;
}
.wm-hero-premium__cta:hover i {
  transform: translateX(4px);
}
@keyframes heroCtaPulse {
  0%, 100% {
    box-shadow: 0 8px 28px rgba(229,57,53,0.5), 0 0 0 0 rgba(255,45,45,0.45);
  }
  50% {
    box-shadow: 0 12px 36px rgba(255,45,45,0.65), 0 0 0 10px rgba(255,45,45,0);
  }
}
.wm-hero-premium__dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(0,0,0,0.45);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
}
.wm-hero-premium__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: all 0.25s ease;
}
.wm-hero-premium__dot.is-active {
  width: 22px;
  border-radius: 4px;
  background: var(--clr-gold-light);
  box-shadow: 0 0 10px rgba(255,215,0,0.5);
}

@media (min-width: 576px) {
  .wm-hero-premium__slider {
    min-height: clamp(280px, 42vw, 400px);
  }
  .wm-hero-premium__headline {
    max-width: 16em;
  }
}

@media (min-width: 992px) {
  .wm-hero-premium__slider {
    min-height: 360px;
    max-height: 420px;
  }
  .wm-hero-premium__content {
    padding-left: clamp(32px, 5vw, 48px);
  }
}

/* Legacy join button (used elsewhere on homepage) */
.btn-join-now {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(180deg, #ff5252 0%, #d32f2f 45%, #b71c1c 100%);
  border: 2px solid rgba(255,215,0,0.55);
  border-radius: var(--radius-md);
  text-decoration: none;
  animation: heroCtaPulse 2.5s ease-in-out infinite;
}

/* ============================================================
   LIVE WINNERS MARQUEE (gold on black)
   ============================================================ */
.wm-live-winners {
  display: flex;
  align-items: stretch;
  background: #000;
  border-bottom: 1px solid rgba(201,162,39,0.28);
  overflow: hidden;
  min-height: 38px;
}
.wm-live-winners__badge {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #1a1004;
  background: linear-gradient(180deg, #ffd700, #c9a227);
  white-space: nowrap;
  position: relative;
  z-index: 2;
  box-shadow: 4px 0 12px rgba(0,0,0,0.5);
}
.wm-live-winners__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--clr-red-bright);
  animation: livePulse 1.2s ease-in-out infinite;
}
.wm-live-winners__viewport {
  flex: 1;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}
.wm-live-winners__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: liveWinnersScroll 60s linear infinite;
  padding: 9px 0;
}
.wm-live-winners__viewport:hover .wm-live-winners__track {
  animation-play-state: paused;
}
@keyframes liveWinnersScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.wm-live-winners__msg {
  font-size: 12px;
  font-weight: 700;
  color: var(--clr-gold-light);
  white-space: nowrap;
  text-shadow: 0 0 12px rgba(255,215,0,0.25);
  padding: 0 4px;
}
.wm-live-winners__sep {
  color: rgba(201,162,39,0.45);
  font-weight: 400;
  padding: 0 14px;
  font-size: 12px;
  user-select: none;
}

/* ============================================================
   HERO — OKZET-style premium (background + Bengali overlay)
   ============================================================ */
.wm-hero-premium {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  border-bottom: 2px solid rgba(201,162,39,0.35);
}
.wm-hero-premium__slider {
  position: relative;
  width: 100%;
  min-height: clamp(260px, 56vw, 400px);
  max-height: min(56vh, 440px);
}
.wm-hero-premium__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.65s ease, visibility 0.65s ease;
  z-index: 0;
}
.wm-hero-premium__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.wm-hero-premium__bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  filter: saturate(1.08) contrast(1.05);
}
.wm-hero-premium__slide.is-active .wm-hero-premium__bg {
  animation: heroKenBurns 8s ease-out forwards;
}
@keyframes heroKenBurns {
  from { transform: scale(1.04); }
  to   { transform: scale(1.08); }
}
.wm-hero-premium__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.55) 42%, rgba(0,0,0,0.25) 100%),
    linear-gradient(0deg, rgba(0,0,0,0.75) 0%, transparent 45%),
    radial-gradient(ellipse 80% 60% at 15% 50%, rgba(255,215,0,0.12), transparent 60%);
  pointer-events: none;
}
.wm-hero-premium__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(20px, 5vw, 36px) clamp(16px, 4vw, 32px);
  max-width: 100%;
  box-sizing: border-box;
}
.wm-hero-premium__badge {
  display: inline-block;
  font-size: clamp(9px, 2.5vw, 11px);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1004;
  background: linear-gradient(90deg, #ffd700, #f0d070);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: clamp(10px, 2.5vw, 14px);
  box-shadow: 0 4px 14px rgba(255,215,0,0.35);
}
.wm-hero-premium__headline {
  margin: 0 0 clamp(14px, 3.5vw, 20px);
  max-width: 18em;
  font-size: clamp(1.35rem, 6.2vw, 2rem);
  font-weight: 900;
  line-height: 1.22;
  color: #fffef5;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.9),
    0 6px 24px rgba(0,0,0,0.75),
    0 0 40px rgba(255,215,0,0.15);
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
}
.wm-hero-premium__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px clamp(22px, 6vw, 36px);
  font-size: clamp(14px, 4vw, 17px);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(180deg, #ff5252 0%, #e53935 40%, #c62828 100%);
  border: 2px solid rgba(255,215,0,0.65);
  border-radius: var(--radius-md);
  box-shadow:
    0 8px 28px rgba(229,57,53,0.55),
    0 0 0 0 rgba(255,45,45,0.5);
  animation: heroCtaPulse 2s ease-in-out infinite;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.wm-hero-premium__cta:hover {
  color: #fff !important;
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.1);
}
.wm-hero-premium__cta i {
  font-size: 1.25em;
  transition: transform 0.2s ease;
}
.wm-hero-premium__cta:hover i {
  transform: translateX(4px);
}
@keyframes heroCtaPulse {
  0%, 100% {
    box-shadow: 0 8px 28px rgba(229,57,53,0.5), 0 0 0 0 rgba(255,45,45,0.45);
  }
  50% {
    box-shadow: 0 12px 36px rgba(255,45,45,0.65), 0 0 0 10px rgba(255,45,45,0);
  }
}
.wm-hero-premium__dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(0,0,0,0.45);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
}
.wm-hero-premium__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: all 0.25s ease;
}
.wm-hero-premium__dot.is-active {
  width: 22px;
  border-radius: 4px;
  background: var(--clr-gold-light);
  box-shadow: 0 0 10px rgba(255,215,0,0.5);
}

@media (min-width: 576px) {
  .wm-hero-premium__slider {
    min-height: clamp(280px, 42vw, 400px);
  }
  .wm-hero-premium__headline {
    max-width: 16em;
  }
}

@media (min-width: 992px) {
  .wm-hero-premium__slider {
    min-height: 360px;
    max-height: 420px;
  }
  .wm-hero-premium__content {
    padding-left: clamp(32px, 5vw, 48px);
  }
}

/* Legacy join button (used elsewhere on homepage) */
.btn-join-now {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(180deg, #ff5252 0%, #d32f2f 45%, #b71c1c 100%);
  border: 2px solid rgba(255,215,0,0.55);
  border-radius: var(--radius-md);
  text-decoration: none;
  animation: heroCtaPulse 2.5s ease-in-out infinite;
}

/* ============================================================
   LIVE WINNERS MARQUEE (gold on black)
   ============================================================ */
.wm-live-winners {
  display: flex;
  align-items: stretch;
  background: #000;
  border-bottom: 1px solid rgba(201,162,39,0.28);
  overflow: hidden;
  min-height: 38px;
}
.wm-live-winners__badge {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #1a1004;
  background: linear-gradient(180deg, #ffd700, #c9a227);
  white-space: nowrap;
  position: relative;
  z-index: 2;
  box-shadow: 4px 0 12px rgba(0,0,0,0.5);
}
.wm-live-winners__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--clr-red-bright);
  animation: livePulse 1.2s ease-in-out infinite;
}
.wm-live-winners__viewport {
  flex: 1;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}
.wm-live-winners__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: liveWinnersScroll 60s linear infinite;
  padding: 9px 0;
}
.wm-live-winners__viewport:hover .wm-live-winners__track {
  animation-play-state: paused;
}
@keyframes liveWinnersScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.wm-live-winners__msg {
  font-size: 12px;
  font-weight: 700;
  color: var(--clr-gold-light);
  white-space: nowrap;
  text-shadow: 0 0 12px rgba(255,215,0,0.25);
  padding: 0 4px;
}
.wm-live-winners__sep {
  color: rgba(201,162,39,0.45);
  font-weight: 400;
  padding: 0 14px;
  font-size: 12px;
  user-select: none;
}

/* ============================================================
   HERO BANNER
   ============================================================ */
.wm-banner { position: relative; overflow: hidden; }
.wm-banner__slide img { width: 100%; display: block; max-height: 220px; object-fit: cover; }
.wm-banner__dots {
  position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 5px;
}
.wm-banner__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.4); cursor: pointer;
  transition: all var(--transition);
}
.wm-banner__dot.active { background: var(--clr-green); width: 18px; border-radius: 3px; }

/* ============================================================
   JACKPOT COUNTER
   ============================================================ */
.wm-jackpot {
  background: linear-gradient(180deg, #061510, #091e16);
  padding: 10px 12px 8px;
  text-align: center;
  border-bottom: 1px solid var(--clr-border);
}
.wm-jackpot__label {
  font-size: 11px; font-weight: 700;
  color: var(--clr-gold); text-transform: uppercase;
  letter-spacing: 2px; margin-bottom: 6px;
}
.wm-jackpot__display {
  display: flex; align-items: center; justify-content: center;
  gap: 3px; flex-wrap: wrap;
}
.wm-jackpot__digit {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 38px;
  background: #111;
  border: 1px solid #222;
  border-radius: var(--radius-xs);
  font-size: 24px; font-weight: 900;
  color: var(--clr-yellow);
  font-family: 'Courier New', Courier, monospace;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.05);
  line-height: 1;
  transition: color 0.15s;
}
.wm-jackpot__sep {
  font-size: 24px; font-weight: 900;
  color: var(--clr-gold); line-height: 38px; padding: 0 1px;
}

/* ============================================================
   WINNER TICKER
   ============================================================ */
.wm-ticker {
  overflow: hidden;
  padding: 8px 0;
  background: linear-gradient(180deg, #071a12, #091e16);
  border-bottom: 1px solid var(--clr-border);
}
.wm-ticker__inner {
  display: flex; gap: 0; animation: tickerScroll 25s linear infinite;
  width: max-content;
}
.wm-ticker__inner:hover { animation-play-state: paused; }
@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.wm-ticker__item {
  display: flex; align-items: center; gap: 6px;
  padding: 4px 14px 4px 8px;
  border-right: 1px solid var(--clr-border);
  min-width: max-content;
}
.wm-ticker__avatar {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--clr-teal);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; color: #fff;
  flex-shrink: 0;
}
.wm-ticker__user { font-size: 11px; color: var(--clr-muted); }
.wm-ticker__game { font-size: 11px; color: var(--clr-text); font-weight: 600; max-width: 80px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wm-ticker__amount { font-size: 12px; color: var(--clr-green); font-weight: 700; }

/* ============================================================
   QUICK DEPOSIT / WITHDRAW BUTTONS
   ============================================================ */
.wm-quick-actions {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px; padding: 8px 12px;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--clr-border);
}
.wm-quick-btn {
  display: flex; align-items: center; justify-content: center;
  gap: 6px; padding: 12px 8px;
  border-radius: var(--radius-md);
  font-size: 13px; font-weight: 700;
  cursor: pointer; border: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
}
.wm-quick-btn:hover {
  filter: brightness(1.12);
  text-decoration: none;
  transform: translateY(-2px);
}
.wm-quick-btn:active { transform: translateY(0); }
.wm-quick-btn--deposit {
  background: var(--grad-deposit);
  color: #000;
  box-shadow: 0 3px 12px rgba(245,197,24,0.2);
}
.wm-quick-btn--deposit:hover {
  box-shadow: 0 6px 20px rgba(245,197,24,0.5);
}
.wm-quick-btn--withdraw {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid var(--clr-border-2);
  color: var(--clr-text);
}
.wm-quick-btn--withdraw:hover {
  border-color: var(--clr-green);
  box-shadow: 0 0 12px rgba(29,207,130,0.25);
}
.badge-pct {
  position: absolute; top: -6px; left: 50%; transform: translateX(-50%);
  background: var(--clr-red); color: #fff;
  font-size: 9px; font-weight: 800; border-radius: 10px;
  padding: 1px 6px; line-height: 1.4;
}

/* ============================================================
   GAME LISTING — LEFT SIDEBAR + LOBBY (OKZET)
   ============================================================ */
.wm-games-layout {
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-height: 60vh;
  background: transparent;
  font-family: 'Urbanist', 'Noto Sans Bengali', sans-serif;
}
.wm-games-sidebar {
  flex: 0 0 92px;
  width: 92px;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  padding: 12px 8px 24px;
  position: sticky;
  top: calc(var(--wm-pin-offset, var(--header-h)) + 8px);
  max-height: calc(100dvh - var(--wm-pin-offset, var(--header-h)) - var(--bottom-nav-h, 64px) - 16px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 215, 0, 0.25) transparent;
}
.wm-games-sidebar__title {
  margin: 0 0 10px;
  padding: 0 4px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 215, 0, 0.55);
  text-align: center;
  line-height: 1.3;
}
.wm-games-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wm-games-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 8px;
  border-radius: 8px;
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.78) !important;
  transition: transform 0.15s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}
.wm-games-cat-card:hover {
  color: #fff !important;
  border-color: rgba(255, 215, 0, 0.35);
  transform: translateY(-1px);
}
.wm-games-cat-card.is-active {
  background: linear-gradient(160deg, rgba(212, 175, 55, 0.22) 0%, rgba(26, 26, 26, 0.98) 55%);
  border: 2px solid #D4AF37;
  color: #ffdf00 !important;
  box-shadow: 0 0 18px rgba(255, 193, 7, 0.32), inset 0 0 16px rgba(255, 215, 0, 0.08);
}
.wm-games-cat-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  flex-shrink: 0;
}
.wm-games-cat-card__icon--all    { background: linear-gradient(135deg, #475569, #64748b); }
.wm-games-cat-card__icon--slots  { background: linear-gradient(135deg, #7c3aed, #a78bfa); }
.wm-games-cat-card__icon--live   { background: linear-gradient(135deg, #dc2626, #f87171); }
.wm-games-cat-card__icon--fish   { background: linear-gradient(135deg, #0891b2, #22d3ee); }
.wm-games-cat-card__icon--sports { background: linear-gradient(135deg, #15803d, #4ade80); }
.wm-games-cat-card__icon--table  { background: linear-gradient(135deg, #b45309, #fbbf24); }
.wm-games-cat-card__icon--arcade { background: linear-gradient(135deg, #db2777, #f472b6); }
.wm-games-cat-card__label {
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
.wm-games-cat-card.is-active .wm-games-cat-card__label {
  color: #ffdf00;
  font-weight: 800;
  text-shadow: 0 0 12px rgba(255, 215, 0, 0.35);
}

/* Provider filter tabs (home lobby) */
.wm-provider-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2px 2px 12px;
  margin-bottom: 8px;
}
.wm-provider-tabs::-webkit-scrollbar { display: none; }
.wm-provider-tab {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 58px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #1f1f1f;
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Urbanist', 'Noto Sans Bengali', sans-serif;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.wm-provider-tab__icon {
  font-size: 20px;
  line-height: 1;
}
.wm-provider-tab__label {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.wm-provider-tab:hover:not(.active) {
  border-color: rgba(255, 215, 0, 0.32);
  background: #2a2a2a;
  transform: translateY(-1px);
}
.wm-provider-tab.active {
  background: linear-gradient(160deg, rgba(212, 175, 55, 0.24) 0%, rgba(26, 26, 26, 0.98) 100%);
  border: 2px solid #D4AF37;
  color: #ffdf00;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.35), inset 0 0 12px rgba(255, 215, 0, 0.08);
}
.wm-provider-tab.active .wm-provider-tab__label {
  font-weight: 800;
  color: #ffdf00;
}
.wm-games-main {
  flex: 1;
  min-width: 0;
  background: transparent;
}
.wm-games-main__search {
  padding: 10px 12px 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.wm-games-main__search strong {
  color: #fff;
}
.wm-games-pagination {
  display: flex;
  justify-content: center;
  padding: 20px 12px;
}
.wm-lobby--premium {
  padding: 8px 8px 16px;
}
.wm-lobby--premium .wm-game-grid {
  padding: 0 4px 8px;
}

/* Legacy horizontal tabs (home fallback) */
.wm-category-tabs {
  display: flex; overflow-x: auto;
  padding: 8px 10px; gap: 8px;
  background: transparent;
  border-bottom: 1px solid var(--clr-border);
  scrollbar-width: none; -ms-overflow-style: none;
}
.wm-category-tabs::-webkit-scrollbar { display: none; }
.wm-cat-tab {
  display: flex; flex-direction: column; align-items: center;
  gap: 3px; padding: 7px 14px;
  border-radius: 12px;
  background: var(--bg-card);
  border: 1px solid var(--clr-border);
  color: var(--clr-muted);
  font-size: 11px; font-weight: 700; white-space: nowrap;
  cursor: pointer; transition: all var(--transition);
  text-decoration: none; flex-shrink: 0;
}
.wm-cat-tab:hover { color: var(--clr-white); border-color: rgba(255, 215, 0, 0.35); text-decoration: none; }
.wm-cat-tab.active {
  background: linear-gradient(160deg, rgba(255, 215, 0, 0.15), var(--bg-card));
  border-color: rgba(255, 215, 0, 0.6);
  color: var(--clr-gold-light);
  box-shadow: 0 0 14px rgba(255, 193, 7, 0.22);
}
.wm-cat-tab__icon { font-size: 18px; }

/* Mobile: horizontal category strip above game grid (OKZET-style) */
@media (max-width: 767px) {
  .wm-games-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .wm-games-sidebar {
    flex: none;
    width: 100%;
    max-width: 100%;
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 0 8px;
    background: transparent;
    z-index: 2;
  }

  .wm-games-sidebar__title {
    display: none;
  }

  .wm-games-sidebar__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 0 12px 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .wm-games-sidebar__nav::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
  }

  .wm-games-cat-card {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 44px;
    padding: 6px 14px 6px 6px;
    margin: 0;
    border-radius: 999px;
    white-space: nowrap;
    scroll-snap-align: start;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
  }

  .wm-games-cat-card:hover {
    transform: none;
  }

  .wm-games-cat-card:active {
    transform: scale(0.98);
  }

  .wm-games-cat-card__icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    font-size: 15px;
  }

  .wm-games-cat-card__label {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    white-space: nowrap;
  }

  .wm-games-main {
    width: 100%;
    min-width: 0;
  }

  .wm-games-layout--home .wm-games-main .wm-provider-tabs {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .wm-games-sidebar {
    flex: 0 0 118px;
    width: 118px;
    padding: 16px 10px 24px;
  }
  .wm-games-cat-card {
    padding: 12px 8px;
  }
  .wm-games-cat-card__label {
    font-size: 11px;
  }
  .wm-games-cat-card__icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

/* ============================================================
   GAME LOBBY & SECTION HEADERS
   ============================================================ */
.wm-lobby { padding: 4px 0 8px; }
.wm-section-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 12px 8px;
}
.wm-section-title {
  display: flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 800;
  color: var(--clr-white);
}
.wm-section-title span { font-size: 18px; }
.wm-section-see-all {
  font-size: 12px; color: var(--clr-muted);
  display: flex; align-items: center; gap: 3px;
}
.wm-section-see-all:hover { color: var(--clr-green); }

/* ── GAME GRID ── */
.wm-game-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 0 10px 4px;
}
.wm-game-card {
  position: relative; border-radius: var(--radius-md);
  overflow: hidden; cursor: pointer;
  background: var(--bg-card);
  border: 1px solid var(--clr-border);
  transition: transform 0.18s, box-shadow 0.18s;
}
.wm-game-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.5); }
.wm-game-card:hover .wm-game-card__overlay { opacity: 1; }
.wm-game-card__img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.wm-game-card__badge {
  position: absolute; top: 5px; left: 5px;
  font-size: 8px; font-weight: 800;
  padding: 2px 5px; border-radius: 3px;
  letter-spacing: 0.5px; text-transform: uppercase; line-height: 1.3;
  z-index: 2;
}
.wm-game-card__badge--hot  { background: var(--clr-red); color: #fff; }
.wm-game-card__badge--new  { background: var(--clr-green); color: #fff; }
.wm-game-card__badge--live { background: var(--clr-live); color: #fff; animation: livePulse 1.5s infinite; }
@keyframes livePulse { 0%,100%{opacity:1} 50%{opacity:0.7} }
.wm-game-card__fav {
  position: absolute; top: 5px; right: 5px;
  font-size: 14px; color: rgba(255,255,255,0.5);
  cursor: pointer; z-index: 2;
  transition: color var(--transition);
}
.wm-game-card__fav.active,
.wm-game-card__fav:hover { color: var(--clr-red); }
.wm-game-card__provider {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.9), transparent);
  padding: 12px 6px 4px;
  font-size: 9px; font-weight: 700;
  color: var(--clr-gold); text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wm-game-card__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.75);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 7px; opacity: 0;
  transition: opacity 0.2s;
}
.wm-game-card__play-btn {
  background: var(--grad-green);
  color: #fff; border: none;
  border-radius: var(--radius-pill);
  padding: 7px 20px; font-size: 12px; font-weight: 700;
  cursor: pointer; white-space: nowrap;
  text-decoration: none;
}
.wm-game-card__demo-btn {
  background: transparent;
  color: var(--clr-text); border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: var(--radius-pill);
  padding: 5px 16px; font-size: 11px; font-weight: 600;
  cursor: pointer; white-space: nowrap; text-decoration: none;
}

/* ============================================================
   PROFILE CARD (Gold gradient — matches Winmax777 branding)
   ============================================================ */
.wm-profile-card {
  padding: 0 10px;
  margin-top: 2px;
}
.wm-profile-card__inner {
  background: var(--grad-gold-card);
  border-radius: var(--radius-xl);
  padding: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-glow-gold);
  border: 1px solid rgba(200,168,75,0.3);
}
.wm-profile-card__inner::before {
  content: ''; position: absolute;
  top: -30px; right: -30px;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,208,112,0.15), transparent 70%);
}
.wm-profile-card__top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.wm-profile-card__avatar {
  width: 52px; height: 52px; border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid rgba(200,168,75,0.7);
  box-shadow: 0 0 12px rgba(200,168,75,0.3);
}
.wm-profile-card__info { flex: 1; min-width: 0; }
.wm-profile-card__vip {
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(200,168,75,0.5);
  border-radius: var(--radius-pill);
  padding: 2px 8px; font-size: 10px; font-weight: 800;
  color: var(--clr-gold-light); margin-bottom: 4px;
}
.wm-profile-card__username {
  font-size: 14px; font-weight: 700; color: #fff;
  display: flex; align-items: center; gap: 6px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.copy-btn { background: none; border: none; color: rgba(255,255,255,0.5); cursor: pointer; font-size: 14px; padding: 0; }
.copy-btn:hover { color: var(--clr-gold); }
.wm-profile-card__join { font-size: 11px; color: rgba(255,255,255,0.5); }
.wm-profile-card__balance {
  font-size: 24px; font-weight: 900; color: #fff;
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.wm-profile-card__balance .sym { font-size: 16px; color: var(--clr-gold); }
.wm-profile-card__actions { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.wm-profile-card__action-btn {
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; padding: 9px 6px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.85);
  cursor: pointer; text-decoration: none;
  transition: all var(--transition);
}
.wm-profile-card__action-btn:hover { background: rgba(0,0,0,0.5); color: #fff; }
.wm-profile-card__action-btn i { font-size: 18px; color: var(--clr-gold-light); }

/* ============================================================
   MEMBER CENTER ICON GRID
   ============================================================ */
.wm-member-section { padding: 12px 10px 0; }
.wm-member-section__title {
  font-size: 12px; font-weight: 700; color: var(--clr-muted);
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 10px; padding-left: 2px;
}
.wm-member-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.wm-member-grid__item {
  display: flex; flex-direction: column; align-items: center;
  gap: 5px; padding: 14px 6px 10px;
  background: var(--bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  font-size: 10px; font-weight: 600; color: var(--clr-muted);
  cursor: pointer; text-decoration: none;
  transition: all var(--transition);
  position: relative; text-align: center;
}
.wm-member-grid__item:hover { background: var(--bg-card-2); color: var(--clr-white); text-decoration: none; border-color: var(--clr-teal); }
.wm-member-grid__item i {
  font-size: 22px; color: var(--clr-gold);
  width: 38px; height: 38px;
  background: rgba(200,168,75,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.wm-member-grid__item .wm-badge {
  position: absolute; top: 6px; right: 6px;
  background: var(--clr-red); color: #fff;
  font-size: 9px; font-weight: 800;
  min-width: 15px; height: 15px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 3px;
}

/* ============================================================
   STATS MINI CARDS
   ============================================================ */
.wm-stats-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; padding: 10px 10px 0;
}
.wm-stat-card {
  background: var(--bg-card); border: 1px solid var(--clr-border);
  border-radius: var(--radius-md); padding: 12px 8px; text-align: center;
}
.wm-stat-card__label { font-size: 10px; color: var(--clr-muted); margin-bottom: 4px; }
.wm-stat-card__value { font-size: 14px; font-weight: 800; }
.wm-stat-card__value--gold   { color: var(--clr-gold); }
.wm-stat-card__value--red    { color: var(--clr-red); }
.wm-stat-card__value--green  { color: var(--clr-green); }

/* ============================================================
   REWARD CENTER
   ============================================================ */
.wm-reward-hero {
  background: linear-gradient(135deg, #c85520, #e87530, #f0a040);
  padding: 32px 20px 20px;
  text-align: center;
  position: relative; overflow: hidden;
}
.wm-reward-hero::before {
  content: 'REWARD';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-size: 72px; font-weight: 900;
  color: rgba(255,255,255,0.08); letter-spacing: 8px;
  pointer-events: none;
}
.wm-reward-hero__title {
  font-size: 20px; font-weight: 900; color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  position: relative; z-index: 1;
}

.wm-reward-user-card {
  margin: -1px 10px 12px;
  background: var(--grad-gold-card);
  border: 1px solid rgba(200,168,75,0.4);
  border-radius: var(--radius-xl);
  padding: 14px;
  box-shadow: var(--shadow-glow-gold);
}
.wm-reward-user-card__top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.wm-reward-user-card__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid rgba(200,168,75,0.6);
}
.wm-reward-user-card__name { font-size: 15px; font-weight: 800; color: #fff; }
.wm-reward-user-card__balance { font-size: 18px; font-weight: 900; color: #fff; display: flex; align-items: center; gap: 6px; }
.wm-reward-user-card__balance .sym { font-size: 13px; color: var(--clr-gold); }
.wm-vip-progress {
  display: flex; align-items: center; gap: 8px; margin-top: 8px;
}
.wm-vip-progress__label { font-size: 10px; color: var(--clr-gold-light); white-space: nowrap; }
.wm-vip-progress__bar {
  flex: 1; height: 5px; background: rgba(0,0,0,0.4);
  border-radius: 3px; overflow: hidden;
}
.wm-vip-progress__fill { height: 100%; background: var(--grad-gold); border-radius: 3px; }
.wm-vip-progress__text { font-size: 10px; color: rgba(255,255,255,0.6); white-space: nowrap; }

.wm-reward-tiles {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; padding: 0 10px 12px;
}
.wm-reward-tile {
  border-radius: var(--radius-lg); padding: 20px 14px;
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 8px; text-decoration: none;
  cursor: pointer; transition: filter var(--transition);
  min-height: 110px; position: relative; overflow: hidden;
}
.wm-reward-tile:hover { filter: brightness(1.1); text-decoration: none; }
.wm-reward-tile__icon { font-size: 32px; }
.wm-reward-tile__label { font-size: 13px; font-weight: 700; color: #fff; text-align: center; }
.wm-reward-tile__badge {
  position: absolute; top: 10px; right: 10px;
  background: var(--clr-red); color: #fff;
  font-size: 10px; font-weight: 800;
  min-width: 18px; height: 18px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px;
}
.wm-reward-tile--claim    { background: linear-gradient(135deg, #1a6a40, #1dcf82); }
.wm-reward-tile--rescue   { background: linear-gradient(135deg, #6a4a10, #c8a030); }
.wm-reward-tile--invite   { background: linear-gradient(135deg, #8a3010, #e06020); }
.wm-reward-tile--promo    { background: linear-gradient(135deg, #104060, #1070c0); }

/* ============================================================
   VIP PAGE
   ============================================================ */
.wm-vip-page { padding: 0 0 12px; }
.wm-vip-tabs {
  display: flex; gap: 0;
  border-bottom: 1px solid var(--clr-border);
  padding: 0 12px;
}
.wm-vip-tab {
  padding: 11px 20px; font-size: 13px; font-weight: 700;
  color: var(--clr-muted); cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all var(--transition);
  background: none; border-top: none; border-left: none; border-right: none;
  white-space: nowrap;
}
.wm-vip-tab.active { color: var(--clr-yellow-btn); border-bottom-color: var(--clr-yellow-btn); }

.wm-vip-unlock-timer {
  background: rgba(245,197,24,0.07);
  border: 1px solid rgba(245,197,24,0.2);
  border-radius: var(--radius-md);
  margin: 12px; padding: 10px 14px;
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--clr-yellow);
}
.wm-vip-locked-pkg {
  margin: 0 10px 12px;
  background: var(--grad-gold-card);
  border: 1px solid rgba(200,168,75,0.3);
  border-radius: var(--radius-lg); padding: 14px;
  display: flex; align-items: center; gap: 12px;
  opacity: 0.85;
}
.wm-vip-locked-pkg__icon { font-size: 36px; }
.wm-vip-locked-pkg__info { flex: 1; }
.wm-vip-locked-pkg__name { font-size: 14px; font-weight: 700; color: var(--clr-gold-light); }
.wm-vip-locked-pkg__desc { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 2px; }
.wm-vip-locked-pkg__lock { font-size: 28px; color: var(--clr-teal); }

.wm-vip-levels-header {
  padding: 12px 14px 6px;
  font-size: 15px; font-weight: 800; color: var(--clr-white);
}
.wm-vip-levels-sub {
  padding: 0 14px 10px;
  font-size: 12px; color: var(--clr-muted);
}

.wm-vip-levels-grid {
  padding: 0 10px;
  display: grid; grid-template-columns: 120px 1fr 1fr;
  gap: 0; border: 1px solid var(--clr-border); border-radius: var(--radius-lg); overflow: hidden;
}
.wm-vip-level-col { display: flex; flex-direction: column; }
.wm-vip-level-col--active { background: rgba(245,197,24,0.05); }
.wm-vip-level-head {
  padding: 10px 8px; text-align: center;
  font-size: 12px; font-weight: 700;
  border-bottom: 1px solid var(--clr-border);
  display: flex; align-items: center; justify-content: center; gap: 4px;
  color: var(--clr-muted);
}
.wm-vip-level-head.current { color: var(--clr-yellow); }
.wm-vip-level-cell {
  padding: 12px 8px;
  border-bottom: 1px solid var(--clr-border);
  font-size: 12px; color: var(--clr-text); text-align: right;
}
.wm-vip-level-cell:last-child { border-bottom: none; }
.wm-vip-level-cell--label { text-align: left; color: var(--clr-muted); font-weight: 600; display: flex; align-items: center; gap: 6px; }
.wm-vip-level-cell--label i { font-size: 16px; color: var(--clr-teal); }
.wm-vip-progress-bar {
  height: 5px; background: rgba(255,255,255,0.1); border-radius: 3px;
  margin-top: 4px; overflow: hidden;
}
.wm-vip-progress-bar__fill { height: 100%; background: var(--clr-yellow-btn); border-radius: 3px; }
.wm-vip-complete { display: flex; align-items: center; justify-content: center; padding: 8px; }
.wm-vip-check { width: 24px; height: 24px; border-radius: 50%; background: var(--clr-green); display: flex; align-items: center; justify-content: center; }
.wm-vip-x     { width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: var(--clr-muted); }

/* ============================================================
   REBATE PAGE
   ============================================================ */
.wm-rebate-tabs {
  display: flex;
  border-bottom: 1px solid var(--clr-border);
}
.wm-rebate-tab {
  flex: 1; padding: 13px 8px; text-align: center;
  font-size: 13px; font-weight: 700;
  color: var(--clr-muted); cursor: pointer;
  border-bottom: 2px solid transparent;
  background: none; border-top: none; border-left: none; border-right: none;
  transition: all var(--transition);
}
.wm-rebate-tab.active { color: var(--clr-green); border-bottom-color: var(--clr-green); }

.wm-rebate-table { padding: 4px 0; }
.wm-rebate-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--clr-border);
}
.wm-rebate-row__cat {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 5px 12px; border-radius: var(--radius-pill);
  font-size: 12px; font-weight: 700; color: #fff; min-width: 60px;
}
.wm-rebate-row__amount { font-size: 15px; font-weight: 700; color: var(--clr-yellow); }
.wm-rebate-row--slots      .wm-rebate-row__cat { background: #e84040; }
.wm-rebate-row--fish       .wm-rebate-row__cat { background: #2060c0; }
.wm-rebate-row--live       .wm-rebate-row__cat { background: #409040; }
.wm-rebate-row--sports     .wm-rebate-row__cat { background: #20a0a0; }
.wm-rebate-row--poker      .wm-rebate-row__cat { background: #9040c0; }
.wm-rebate-row--lottery    .wm-rebate-row__cat { background: #e08020; }
.wm-rebate-row--total      .wm-rebate-row__cat { background: #c07030; }
.wm-rebate-total-row       { background: rgba(255,255,255,0.03); }

.wm-rebate-claim-btn {
  display: block; width: calc(100% - 24px); margin: 12px auto 0;
  background: linear-gradient(135deg, #c02020, #e84040);
  color: #fff; font-size: 16px; font-weight: 800;
  border: none; border-radius: var(--radius-md);
  padding: 15px; text-align: center; cursor: pointer;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(232,64,64,0.3);
  transition: filter var(--transition);
}
.wm-rebate-claim-btn:hover { filter: brightness(1.1); }
.wm-rebate-notice {
  background: rgba(232,64,64,0.08);
  border-top: 1px solid rgba(232,64,64,0.2);
  padding: 10px 14px; margin-top: 8px;
  font-size: 11px; color: var(--clr-muted);
  display: flex; align-items: flex-start; gap: 6px;
}
.wm-rebate-notice i { color: var(--clr-red); flex-shrink: 0; margin-top: 1px; }

/* ============================================================
   INVITE / REFERRAL PAGE
   ============================================================ */
.wm-invite-tabs {
  display: flex; overflow-x: auto; border-bottom: 1px solid var(--clr-border);
  scrollbar-width: none;
}
.wm-invite-tabs::-webkit-scrollbar { display: none; }
.wm-invite-tab {
  flex-shrink: 0; padding: 12px 16px;
  font-size: 13px; font-weight: 700; color: var(--clr-muted);
  border-bottom: 2px solid transparent;
  background: none; border-top: none; border-left: none; border-right: none;
  cursor: pointer; white-space: nowrap;
  transition: all var(--transition);
}
.wm-invite-tab.active { color: var(--clr-green); border-bottom-color: var(--clr-green); }

.wm-invite-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; padding: 12px 10px 0;
}
.wm-invite-stat {
  border-radius: var(--radius-md); padding: 16px 12px;
  text-align: center;
}
.wm-invite-stat--today     { background: linear-gradient(135deg, #10508a, #1870c0); }
.wm-invite-stat--yesterday { background: linear-gradient(135deg, #602090, #9030d0); }
.wm-invite-stat--subs      { background: linear-gradient(135deg, #106058, #1a9a8a); }
.wm-invite-stat--eligible  { background: linear-gradient(135deg, #505010, #908020); }
.wm-invite-stat__label { font-size: 11px; color: rgba(255,255,255,0.75); margin-bottom: 6px; }
.wm-invite-stat__value { font-size: 22px; font-weight: 900; color: #fff; }
.wm-invite-stat__sub { font-size: 11px; color: rgba(255,255,255,0.6); }

.wm-refer-goal {
  margin: 12px 10px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #1a3060, #253890);
  padding: 18px 16px; text-align: center;
}
.wm-refer-goal__label { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.85); margin-bottom: 6px; }
.wm-refer-goal__amount {
  font-size: 30px; font-weight: 900; color: var(--clr-yellow);
  display: flex; align-items: center; justify-content: center; gap: 4px;
}
.wm-refer-goal__desc { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 5px; }

.wm-share-box { margin: 0 10px 12px; background: var(--bg-card); border: 1px solid var(--clr-border); border-radius: var(--radius-md); padding: 14px; }
.wm-share-url {
  display: flex; align-items: center; gap: 8px;
  background: var(--bg-input); border: 1px solid var(--clr-border);
  border-radius: var(--radius-md); padding: 9px 12px;
  font-size: 12px; color: var(--clr-muted); margin-bottom: 12px;
}
.wm-share-url .copy-btn { margin-left: auto; color: var(--clr-green); font-size: 18px; }
.wm-share-buttons { display: flex; gap: 8px; flex-wrap: wrap; }
.wm-share-btn {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; color: #fff; text-decoration: none;
  transition: transform var(--transition), opacity var(--transition);
}
.wm-share-btn:hover { transform: scale(1.12); opacity:0.9; color:#fff; }
.wm-share-btn--fb   { background: #1877f2; }
.wm-share-btn--tw   { background: #000; }
.wm-share-btn--tg   { background: #0088cc; }
.wm-share-btn--wa   { background: #25d366; }
.wm-share-btn--line { background: #06c755; }
.wm-share-btn--copy { background: var(--clr-teal); }

/* ============================================================
   AUTH PAGES
   ============================================================ */
.wm-auth-page {
  min-height: 100vh; background: transparent;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 20px 16px;
}
.wm-auth-box {
  width: 100%; max-width: 420px;
  background: var(--bg-card); border: 1px solid var(--clr-border);
  border-radius: var(--radius-xl); padding: 28px 22px;
  box-shadow: var(--shadow-card);
}
.wm-auth-logo { text-align: center; margin-bottom: 18px; }
.wm-auth-logo img { height: 46px; margin: 0 auto; }
.wm-auth-title { text-align: center; font-size: 20px; font-weight: 800; color: var(--clr-white); margin-bottom: 20px; }
.wm-form-group { margin-bottom: 14px; }
.wm-form-group label { display: block; font-size: 12px; font-weight: 600; color: var(--clr-muted); margin-bottom: 5px; }
.wm-form-control {
  width: 100%; background: var(--bg-input);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md); color: var(--clr-white);
  padding: 11px 14px; font-size: 14px; outline: none;
  transition: border-color var(--transition);
}
.wm-form-control:focus { border-color: var(--clr-teal); }
.wm-form-control::placeholder { color: var(--clr-muted); }
.wm-btn-primary {
  width: 100%; background: var(--grad-royal-gold);
  border: none; border-radius: var(--radius-md);
  color: #000000; font-size: 15px; font-weight: 800;
  padding: 13px; cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 4px;
}
.wm-btn-primary:hover {
  filter: brightness(1.12);
  box-shadow: 0 4px 20px rgba(29,207,130,0.45);
  transform: translateY(-2px);
}
.wm-btn-primary:active { transform: translateY(0); box-shadow: none; }

/* ============================================================
   GENERAL UI OVERRIDES
   ============================================================ */
.card, .custom--card {
  background: var(--bg-card) !important; border: 1px solid var(--clr-border) !important;
  border-radius: var(--radius-lg) !important; color: var(--clr-text) !important;
}
.card-header {
  background: rgba(255,255,255,0.03) !important; border-bottom: 1px solid var(--clr-border) !important;
  color: var(--clr-white) !important;
}
.table { color: var(--clr-text) !important; }
.table thead th {
  background: rgba(255,255,255,0.04) !important; color: var(--clr-muted) !important;
  border-color: var(--clr-border) !important; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
}
.table td { border-color: var(--clr-border) !important; }
.table-striped > tbody > tr:nth-of-type(odd) > * { background: rgba(255,255,255,0.02) !important; }

.badge--success { background: rgba(29,207,130,0.12); color: var(--clr-green); border: 1px solid rgba(29,207,130,0.25); }
.badge--warning { background: rgba(245,197,24,0.12); color: var(--clr-yellow); border: 1px solid rgba(245,197,24,0.25); }
.badge--danger  { background: rgba(232,64,64,0.12);  color: var(--clr-red);    border: 1px solid rgba(232,64,64,0.25); }
.badge--primary { background: rgba(29,144,207,0.12); color: #4db8ff;           border: 1px solid rgba(29,144,207,0.25); }

.btn--primary, .cmn-btn {
  background: var(--grad-royal-gold) !important; border: none !important;
  color: #000000 !important; font-weight: 800 !important; border-radius: var(--radius-md) !important;
  font-weight: 700 !important; transition: filter var(--transition) !important;
}
.btn--primary:hover, .cmn-btn:hover { filter: brightness(1.08) !important; color: #000000 !important; }
.form--control, .form-control {
  background: var(--bg-input) !important; border: 1px solid var(--clr-border) !important;
  border-radius: var(--radius-md) !important; color: var(--clr-white) !important;
}
.form--control:focus, .form-control:focus {
  border-color: var(--clr-teal) !important; box-shadow: 0 0 0 3px rgba(26,138,106,0.15) !important;
}
.footer-area { background: var(--bg-header) !important; border-top: 1px solid var(--clr-border) !important; padding-bottom: var(--bottom-nav-h); }
.socket-area { background: rgba(0,0,0,0.35) !important; }
.preloader { background: var(--bg-primary) !important; }
.loader-p {
  width: 44px; height: 44px; border-radius: 50%;
  border: 4px solid var(--clr-border);
  border-top-color: var(--clr-green);
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.preloader { display: flex; align-items: center; justify-content: center; }
.modal-content { background: var(--bg-card) !important; border: 1px solid var(--clr-border-2) !important; border-radius: var(--radius-xl) !important; color: var(--clr-text) !important; }
.modal-header { background: rgba(255,255,255,0.03) !important; border-bottom: 1px solid var(--clr-border) !important; color: var(--clr-white) !important; }
.page-item .page-link { background: var(--bg-card) !important; border-color: var(--clr-border) !important; color: var(--clr-text) !important; }
.page-item.active .page-link { background: var(--clr-teal) !important; border-color: var(--clr-teal) !important; color: #fff !important; }
.alert { border-radius: var(--radius-md) !important; border: none !important; }
.select2-container--default .select2-selection--single { background: var(--bg-input) !important; border-color: var(--clr-border) !important; color: var(--clr-white) !important; border-radius: var(--radius-md) !important; height: 42px !important; display: flex !important; align-items: center !important; }
.select2-dropdown { background: var(--bg-card) !important; border-color: var(--clr-border) !important; }
.select2-container--default .select2-results__option { color: var(--clr-text) !important; }
.select2-container--default .select2-results__option--highlighted { background: var(--clr-teal) !important; color: #fff !important; }

/* Announce */
.wm-announce {
  background: linear-gradient(90deg, rgba(29,207,130,0.1), transparent);
  border-left: 3px solid var(--clr-green);
  padding: 8px 12px; font-size: 12px; color: var(--clr-text);
  display: flex; align-items: center; gap: 8px;
}
.wm-announce i { color: var(--clr-green); flex-shrink: 0; }

/* ============================================================
   DESKTOP
   ============================================================ */
@media (min-width: 480px) {
  .page-wrapper-wm { border-left: 1px solid var(--clr-border); border-right: 1px solid var(--clr-border); }
}
@media (min-width: 992px) {
  :root {
    --header-h:         62px;
    --bottom-nav-h:    0px;
  }
  .wm-bottom-nav   { display: none; }
  .page-wrapper-wm {
    padding-bottom: 0;
    max-width: var(--shell-max-width);
    width: min(100%, var(--shell-max-width));
    margin-left: auto;
    margin-right: auto;
  }
  .footer-area     { padding-bottom: 0 !important; }
  .wm-game-grid    { grid-template-columns: repeat(6, 1fr); gap: 10px; }
  .wm-pin-stack .wm-header { padding: 0 28px; min-height: 62px; }
  .wm-header__logo img { height: 42px; }
  .wm-app-banner   { display: none; }
}

/* ============================================================
   UTILITIES
   ============================================================ */
.text-gold    { color: var(--clr-gold) !important; }
.text-green   { color: var(--clr-green) !important; }
.text-yellow  { color: var(--clr-yellow) !important; }
.text-red     { color: var(--clr-red) !important; }
.text-muted-wm { color: var(--clr-muted) !important; }
.bg-wm-card   { background: var(--bg-card) !important; }
.border-wm    { border: 1px solid var(--clr-border) !important; }
.rounded-wm   { border-radius: var(--radius-md) !important; }
.gradient-gold { background: var(--grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.win-loss-popup { z-index: 9999; }


/* transcript append */
/* ============================================================
   LOCALIZED TOP NAV (sticky header strip)
   ============================================================ */
.wm-topnav {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 8px 6px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-bottom: 1px solid rgba(201,162,39,0.12);
  background: rgba(0,0,0,0.35);
}
.wm-topnav::-webkit-scrollbar { display: none; }
.wm-topnav__link {
  flex: 0 0 auto;
  padding: 5px 11px;
  font-size: 11px;
  font-weight: 700;
  color: var(--clr-muted);
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: all var(--transition);
  white-space: nowrap;
}
.wm-topnav__link:hover,
.wm-topnav__link.active {
  color: var(--clr-gold-light);
  background: rgba(201,162,39,0.12);
  border: 1px solid rgba(201,162,39,0.28);
  text-decoration: none;
}
.wm-topnav__link--cta {
  margin-left: auto;
  background: var(--grad-register);
  color: #fff !important;
  border: 1px solid rgba(255,215,0,0.4) !important;
  box-shadow: 0 2px 12px rgba(229,57,53,0.35);
  letter-spacing: 0.08em;
}

/* ============================================================
   TRUST BAR (BD localized)
   ============================================================ */
.wm-trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 8px 12px;
  background: linear-gradient(90deg, rgba(8,8,8,0.95), rgba(26,20,8,0.9), rgba(8,8,8,0.95));
  border-bottom: 1px solid var(--clr-border);
}
.wm-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  color: var(--clr-muted);
  letter-spacing: 0.02em;
}
.wm-trust-bar__item i,
.wm-trust-bar__item svg {
  color: var(--clr-gold-light);
  font-size: 14px;
  flex-shrink: 0;
}
.wm-trust-bar__item strong {
  color: var(--clr-gold-light);
}

/* ============================================================
   HIGH-CONVERSION SPORTS / CASINO CARDS (BD localized)
   ============================================================ */
.wm-convert-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px;
}
.wm-convert-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 148px;
  padding: 14px 12px 12px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(201,162,39,0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.wm-convert-card:hover {
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(0,0,0,0.65), 0 0 24px rgba(201,162,39,0.15);
}
.wm-convert-card--sports {
  background: var(--grad-sports);
}
.wm-convert-card--casino {
  background: var(--grad-casino);
}
.wm-convert-card__badge {
  align-self: flex-start;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
}
.wm-convert-card--sports .wm-convert-card__badge {
  background: var(--clr-red-bright);
  color: #fff;
}
.wm-convert-card--casino .wm-convert-card__badge {
  background: var(--grad-gold);
  color: #1a1004;
}
.wm-convert-card__title {
  font-size: 15px;
  font-weight: 900;
  color: #fff8e7;
  line-height: 1.2;
  margin: 0 0 4px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.wm-convert-card__sub {
  font-size: 10px;
  color: rgba(255,248,231,0.65);
  margin: 0 0 auto;
  line-height: 1.35;
  max-width: 92%;
}
.wm-convert-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 800;
  color: var(--clr-gold-light);
}
.wm-convert-card__cta i { font-size: 14px; }
.wm-convert-card__art {
  position: absolute;
  right: -4px;
  bottom: -6px;
  width: 72px;
  height: 72px;
  opacity: 0.92;
  pointer-events: none;
}
.wm-convert-card__glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,215,0,0.2), transparent 70%);
  pointer-events: none;
}

/* Premium jackpot on dark gold */
.wm-jackpot {
  background: linear-gradient(90deg, #0B1120, #1E293B 30%, #334155 50%, #1E293B 70%, #0B1120) !important;
  border-top: 1px solid rgba(201,162,39,0.2);
  border-bottom: 1px solid rgba(201,162,39,0.2);
}
.wm-jackpot__label { color: var(--clr-gold-light) !important; }
.wm-jackpot__digit { color: var(--clr-yellow) !important; text-shadow: 0 0 12px rgba(255,215,0,0.4); }

/* Banner polish */
.wm-banner {
  border-bottom: 2px solid rgba(201,162,39,0.25);
  box-shadow: inset 0 -40px 60px rgba(0,0,0,0.4);
}
.wm-banner__dot.active { background: var(--clr-red-bright) !important; border-color: var(--clr-gold-light) !important; }

@media (min-width: 576px) {
  .wm-convert-grid { gap: 14px; padding: 14px 16px; }
  .wm-convert-card { min-height: 168px; padding: 18px 16px 14px; }
  .wm-convert-card__title { font-size: 17px; }
  .wm-convert-card__art { width: 88px; height: 88px; }
}

/* transcript append */
/* ============================================================
   TELEGRAM RETENTION FUNNEL
   ============================================================ */
.wm-telegram-cta {
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
.wm-telegram-cta:hover {
  text-decoration: none !important;
  filter: brightness(1.06);
}

/* Sticky strip — above bottom nav */
.wm-telegram-cta--strip {
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--bottom-nav-h);
  z-index: 1035;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: var(--telegram-strip-h);
  padding: 6px 12px 6px 10px;
  background: linear-gradient(90deg, #0a1628 0%, #0d2840 35%, #0a2038 100%);
  border-top: 1px solid rgba(34,158,217,0.45);
  border-bottom: 1px solid rgba(201,162,39,0.2);
  box-shadow: 0 -6px 24px rgba(0,0,0,0.55), 0 0 20px rgba(34,158,217,0.12);
  max-width: var(--shell-max-width);
  margin-left: auto;
  margin-right: auto;
}
.wm-telegram-cta--strip:hover {
  transform: translateY(-1px);
  box-shadow: 0 -8px 28px rgba(0,0,0,0.6), 0 0 24px rgba(34,158,217,0.2);
}
.wm-telegram-cta__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #29b6f6;
  flex-shrink: 0;
  animation: livePulse 1.2s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(41,182,246,0.8);
}
.wm-telegram-cta__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #229ed9, #1a8fd1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(34,158,217,0.45);
}
.wm-telegram-cta__marquee {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}
.wm-telegram-cta__marquee-inner {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #fff8e7;
  white-space: nowrap;
  padding-right: 24px;
  animation: telegramMarquee 18s linear infinite;
}
.wm-telegram-cta--strip:hover .wm-telegram-cta__marquee-inner {
  animation-play-state: paused;
}
@keyframes telegramMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.wm-telegram-cta__join {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #0a1628;
  background: linear-gradient(180deg, #ffd700, #c9a227);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 10px rgba(255,215,0,0.35);
}

/* Sidebar — high visibility */
.wm-telegram-cta--sidebar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 12px 4px;
  padding: 12px 12px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(34,158,217,0.18) 0%, rgba(13,40,64,0.95) 50%, rgba(10,22,40,1) 100%);
  border: 1px solid rgba(34,158,217,0.45);
  box-shadow: 0 6px 20px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.06);
}
.wm-telegram-cta--sidebar .wm-telegram-cta__icon {
  width: 36px;
  height: 36px;
  font-size: 20px;
}
.wm-telegram-cta--sidebar .wm-telegram-cta__text {
  flex: 1;
  font-size: 11px;
  font-weight: 700;
  color: #e3f4fc;
  line-height: 1.35;
}
.wm-telegram-cta--sidebar .wm-telegram-cta__arrow {
  color: var(--clr-gold-light);
  font-size: 16px;
  flex-shrink: 0;
}

/* Footer banner */
.wm-footer-telegram {
  padding: 12px 0 0;
  background: transparent;
}
.wm-telegram-cta--footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
  border-radius: var(--radius-lg);
  background: linear-gradient(125deg, #0a1628, #0d3050 45%, #0a1f38);
  border: 1px solid rgba(34,158,217,0.4);
  box-shadow: 0 8px 28px rgba(0,0,0,0.45);
}
.wm-telegram-cta--footer .wm-telegram-cta__icon {
  width: 44px;
  height: 44px;
  font-size: 24px;
}
.wm-telegram-cta--footer .wm-telegram-cta__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.wm-telegram-cta--footer .wm-telegram-cta__title {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #29b6f6;
}
.wm-telegram-cta--footer .wm-telegram-cta__text {
  font-size: 12px;
  font-weight: 700;
  color: #fff8e7;
  line-height: 1.35;
}
.wm-telegram-cta--footer .wm-telegram-cta__btn {
  flex-shrink: 0;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #0a1628;
  background: linear-gradient(180deg, #ffd700, #e8c36a);
  border-radius: var(--radius-pill);
}

@media (min-width: 992px) {
  .wm-telegram-cta--strip {
    bottom: 0;
    max-width: var(--shell-max-width);
  }
  :root {
    --telegram-strip-h: 44px;
  }
  .page-wrapper-wm {
    padding-bottom: var(--telegram-strip-h);
  }
  .footer-area {
    padding-bottom: calc(var(--telegram-strip-h) + 16px) !important;
  }
}

/* transcript append */
/* ============================================================
   OUR LIVE GAMES — homepage section
   ============================================================ */
.wm-live-games {
  padding: 16px 10px 8px;
  background: linear-gradient(180deg, #0B1120 0%, #0f172a 100%);
  border-bottom: 1px solid var(--clr-border);
}
.wm-live-games__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  padding: 0 2px;
}
.wm-live-games__title {
  margin: 0;
  font-size: clamp(1rem, 4.2vw, 1.2rem);
  font-weight: 900;
  color: #fff8e7;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.2;
}
.wm-live-games__title-icon {
  font-size: 1.15em;
}
.wm-live-games__see-all {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--clr-gold-light);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 6px 10px;
  border: 1px solid rgba(201,162,39,0.35);
  border-radius: var(--radius-pill);
  background: rgba(201,162,39,0.08);
  transition: all var(--transition);
}
.wm-live-games__see-all:hover {
  color: #fff;
  background: rgba(201,162,39,0.2);
  text-decoration: none;
}

/* Grid */
.wm-live-games-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 480px) {
  .wm-live-games-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .wm-live-games-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .wm-live-games-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Card */
.wm-live-games-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--clr-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.wm-live-games-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201,162,39,0.45);
  box-shadow: 0 10px 28px rgba(0,0,0,0.55), 0 0 16px rgba(229,57,53,0.12);
}
.wm-live-games-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  color: inherit;
}
.wm-live-games-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111;
}
.wm-live-games-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.wm-live-games-card:hover .wm-live-games-card__img {
  transform: scale(1.06);
}
.wm-live-games-card__info {
  padding: 8px 8px 4px;
  flex: 1;
}
.wm-live-games-card__name {
  margin: 0 0 2px;
  font-size: 11px;
  font-weight: 800;
  color: var(--clr-white);
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wm-live-games-card__provider {
  font-size: 9px;
  font-weight: 700;
  color: var(--clr-gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.wm-live-games-card__play {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0 8px 8px;
  padding: 8px 6px;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, #e53935, #b71c1c);
  border-radius: var(--radius-sm);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.wm-live-games-card:hover .wm-live-games-card__play {
  opacity: 1;
  transform: translateY(0);
}
@media (hover: none) {
  .wm-live-games-card__play {
    opacity: 1;
    transform: none;
  }
}
.wm-live-games-card__tag {
  position: absolute;
  bottom: 6px;
  left: 6px;
  font-size: 8px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 3px;
  z-index: 2;
}
.wm-live-games-card__tag--hot {
  background: var(--clr-red);
  color: #fff;
}

/* Pulsing LIVE badge (international casino style) */
.wm-live-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px 4px 6px;
  background: rgba(0,0,0,0.72);
  border: 1px solid rgba(255,45,45,0.55);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.wm-live-badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--clr-red-bright);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(255,45,45,0.9);
  animation: liveBadgePulse 1.25s ease-in-out infinite;
}
.wm-live-badge__text {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
@keyframes liveBadgePulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px rgba(255,45,45,0.9);
  }
  50% {
    opacity: 0.65;
    transform: scale(0.85);
    box-shadow: 0 0 4px rgba(255,45,45,0.5);
  }
}

/* transcript append */
/* ============================================================
   API LIVE WINS TICKER (dashboard + homepage)
   ============================================================ */
.wm-api-winners-ticker {
  margin: 0 10px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20,16,12,0.98), rgba(8,10,12,0.99));
  border: 1px solid rgba(201,162,39,0.24);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.38);
}
.wm-api-winners-ticker__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.wm-api-winners-ticker__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  color: #ffe7a8;
  letter-spacing: 0.04em;
}
.wm-api-winners-ticker__live {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #5ce3a3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.wm-api-winners-ticker__live i { font-size: 8px; animation: wmPulseLive 1.4s ease-in-out infinite; }
@keyframes wmPulseLive {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.9); }
}
.wm-api-winners-ticker__viewport {
  overflow: hidden;
  padding: 10px 0 12px;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.wm-api-winners-ticker__track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: wmTickerMarquee 75s linear infinite;
}
.wm-api-winners-ticker__track--slow {
  animation-duration: 90s;
}
.wm-api-winners-ticker__track:hover { animation-play-state: paused; }
@keyframes wmTickerMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.wm-api-winners-ticker__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px 8px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,215,0,0.16);
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
  min-height: 48px;
  max-width: min(520px, 92vw);
}
.wm-api-winners-ticker__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,215,0,0.4);
  flex-shrink: 0;
}
.wm-api-winners-ticker__text {
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(245,240,232,0.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wm-api-winners-ticker__text strong { color: #fff; font-weight: 900; }
.wm-api-winners-ticker__text .wm-ticker-user { color: #ffd88a; }
.wm-api-winners-ticker__text em {
  font-style: normal;
  font-weight: 900;
  color: #5cf0a8;
}
.wm-api-winners-ticker__text .wm-ticker-game { color: #9edcf7; font-weight: 800; }
.wm-api-winners-ticker__empty {
  padding: 18px 14px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}

/* transcript append */
/* ── Deposit page (premium mobile) ── */
.wm-deposit-page {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 2px 24px;
}
.wm-deposit-promo {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(196, 30, 58, 0.22), rgba(255, 215, 0, 0.08));
  border: 1px solid var(--clr-border-2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.wm-deposit-promo__icon { font-size: 22px; line-height: 1; flex-shrink: 0; }
.wm-deposit-promo p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 248, 235, 0.92);
  line-height: 1.45;
}
.wm-deposit-promo strong { color: #ffd88a; font-weight: 800; }
.wm-deposit-card {
  background: linear-gradient(180deg, rgba(28, 28, 32, 0.98), rgba(18, 18, 22, 0.99));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px 16px 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 215, 0, 0.04) inset;
}
.wm-deposit-section { margin-bottom: 20px; }
.wm-deposit-section__title {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 800;
  color: #f5f0e8;
  letter-spacing: 0.02em;
}
.wm-deposit-section__hint {
  margin: 10px 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  gap: 6px;
}
.wm-deposit-methods {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.wm-deposit-methods::-webkit-scrollbar { display: none; }
.wm-deposit-method {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 88px;
  min-height: 96px;
  padding: 12px 8px 10px;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: #f5f0e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  position: relative;
}
.wm-deposit-method:hover:not(.is-disabled) {
  border-color: rgba(255, 215, 0, 0.35);
  transform: translateY(-2px);
}
.wm-deposit-method.is-active {
  border-color: #ffd700;
  box-shadow: 0 0 0 1px rgba(255, 215, 0, 0.25), 0 8px 20px rgba(255, 215, 0, 0.12);
  background: rgba(255, 215, 0, 0.06);
}
.wm-deposit-method.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.wm-deposit-method__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
.wm-deposit-method__icon--bkash {
  background: linear-gradient(145deg, #e2136e, #b80f57);
}
.wm-deposit-method__icon--nagad {
  background: linear-gradient(145deg, #f6921e, #d47810);
  color: #1a1208;
}
.wm-deposit-method__icon--usdt {
  background: linear-gradient(145deg, #26a17b, #1a7a5c);
}
.wm-deposit-method__icon--trx {
  background: linear-gradient(145deg, #ef0027, #b8001e);
}
.wm-deposit-method__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.wm-deposit-method__badge {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 8px;
  font-weight: 800;
  padding: 2px 5px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}
.wm-deposit-providers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.wm-deposit-provider {
  padding: 12px 16px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.2s;
}
.wm-deposit-provider.is-active {
  border-color: #c41e3a;
  background: linear-gradient(135deg, rgba(196, 30, 58, 0.35), rgba(139, 20, 40, 0.25));
  color: #fff;
  box-shadow: 0 4px 16px rgba(196, 30, 58, 0.25);
}
.wm-deposit-amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.wm-deposit-amount {
  padding: 12px 6px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: #f5f0e8;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s;
}
.wm-deposit-amount:hover {
  border-color: rgba(255, 215, 0, 0.35);
}
.wm-deposit-amount.is-active {
  border-color: #ffd700;
  background: rgba(255, 215, 0, 0.1);
  color: #ffd88a;
  box-shadow: 0 4px 14px rgba(255, 215, 0, 0.12);
}
.wm-deposit-custom__label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}
.wm-deposit-custom {
  display: flex;
  align-items: stretch;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.35);
}
.wm-deposit-custom:focus-within {
  border-color: rgba(255, 215, 0, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.08);
}
.wm-deposit-custom__prefix {
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-size: 20px;
  font-weight: 800;
  color: #ffd88a;
  background: rgba(255, 215, 0, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wm-deposit-custom__input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  padding: 16px 14px;
  outline: none;
}
.wm-deposit-custom__input::placeholder {
  color: rgba(255, 255, 255, 0.28);
  font-weight: 600;
  font-size: 15px;
}
.wm-deposit-info {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 10px 12px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: rgba(255, 215, 0, 0.06);
  border: 1px solid rgba(255, 215, 0, 0.12);
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 248, 235, 0.7);
}
.wm-deposit-info i {
  color: #ffd88a;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}
.wm-deposit-alert {
  margin-bottom: 12px;
  border-radius: 10px;
  font-size: 12px;
}
.wm-deposit-submit {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #1a0a0c;
  background: linear-gradient(180deg, #ffe566 0%, #ffd700 45%, #e6b800 100%);
  box-shadow: 0 6px 24px rgba(255, 215, 0, 0.35), 0 2px 0 rgba(255, 255, 255, 0.25) inset;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s, opacity 0.2s;
}
.wm-deposit-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(255, 215, 0, 0.45);
}
.wm-deposit-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .wm-deposit-methods {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: visible;
  }
  .wm-deposit-method { width: auto; }
}

/* transcript append */
/* ── User dashboard (OKZZ premium dark) ── */
.wm-dash {
  --wm-dash-bg: #0B1120;
  --wm-dash-card: #1E293B;
  --wm-dash-card-2: #243044;
  --wm-dash-border: rgba(255, 255, 255, 0.08);
  --wm-dash-gold: #ffd700;
  --wm-dash-teal: #00d4aa;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 10px 24px;
  font-family: 'Urbanist', 'Montserrat', 'Noto Sans Bengali', sans-serif;
}
.wm-content-area:has(.wm-dash) {
  background: var(--wm-dash-bg);
}
.wm-dash__card {
  background: var(--wm-dash-card);
  border: 1px solid var(--wm-dash-border);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  margin-bottom: 14px;
  overflow: hidden;
}
.wm-dash__card-title {
  margin: 0;
  padding: 14px 16px 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 215, 0, 0.9);
}
.wm-dash-profile {
  display: flex;
  gap: 14px;
  padding: 16px;
  align-items: flex-start;
}
.wm-dash-profile__avatar-wrap {
  position: relative;
  flex-shrink: 0;
}
.wm-dash-profile__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(0, 212, 170, 0.55);
  display: block;
}
.wm-dash-profile__vip-pill {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ffe566, #e6b800);
  color: #1a1204;
  font-size: 10px;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 6px;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.wm-dash-profile__body { flex: 1; min-width: 0; }
.wm-dash-profile__name {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.wm-dash-profile__id {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}
.wm-dash-profile__balance {
  font-size: 22px;
  font-weight: 800;
  color: var(--wm-dash-gold);
  display: flex;
  align-items: center;
  gap: 6px;
}
.wm-dash-profile__balance .sym { font-size: 16px; }
.wm-dash-profile__refresh {
  border: none;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
}
.wm-dash-vip-progress {
  padding: 0 16px 16px;
  border-top: 1px solid var(--wm-dash-border);
}
.wm-dash-vip-progress__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0 10px;
  gap: 8px;
}
.wm-dash-vip-progress__label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}
.wm-dash-vip-progress__badge {
  font-size: 11px;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(230, 184, 0, 0.12));
  color: var(--wm-dash-gold);
  border: 1px solid rgba(255, 215, 0, 0.35);
}
.wm-dash-vip-progress__track {
  height: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.wm-dash-vip-progress__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #00d4aa, #ffd700);
  transition: width 0.5s ease;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.35);
}
.wm-dash-vip-progress__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}
.wm-dash-vip-progress__next {
  color: var(--wm-dash-gold);
  font-weight: 700;
}
.wm-dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.wm-dash-stat {
  background: var(--wm-dash-card-2);
  border: 1px solid var(--wm-dash-border);
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.wm-dash-stat__label {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.wm-dash-stat__value {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.wm-dash-stat__value--gold { color: var(--wm-dash-gold); }
.wm-dash-stat__value--green { color: #5ce3a3; }
.wm-dash-stat__value--red { color: #ff8a8a; }
.wm-dash .wm-api-winners-ticker {
  margin: 0 0 14px;
  border-radius: 16px;
}
.wm-dash-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 12px 16px;
}
.wm-dash-menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 88px;
  padding: 12px 6px;
  border-radius: 14px;
  background: var(--wm-dash-card-2);
  border: 1px solid var(--wm-dash-border);
  text-decoration: none !important;
  color: #f0f0f0 !important;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  transition: transform 0.15s, border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  font-family: inherit;
}
.wm-dash-menu__item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 215, 0, 0.28);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
  color: #fff !important;
}
.wm-dash-menu__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.wm-dash-menu__icon--deposit { background: linear-gradient(135deg, #1a6b5c, #00d4aa); }
.wm-dash-menu__icon--withdraw { background: linear-gradient(135deg, #5c3d1a, #e6a800); }
.wm-dash-menu__icon--invite { background: linear-gradient(135deg, #3d2a8a, #7c5cff); }
.wm-dash-menu__icon--vip { background: linear-gradient(135deg, #8a6b00, #ffd700); color: #1a1204 !important; }
.wm-dash-menu__icon--txn { background: linear-gradient(135deg, #1a4a6b, #3b9edd); }
.wm-dash-menu__icon--game { background: linear-gradient(135deg, #6b1a4a, #e6399b); }
.wm-dash-menu__icon--settings { background: linear-gradient(135deg, #3a3a3a, #6b6b6b); }
.wm-dash-menu__icon--logout { background: linear-gradient(135deg, #6b1a1a, #e63946); }
.wm-dash-menu__item--logout {
  border: none;
  width: auto;
}
.wm-dash-kyc {
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 12px;
  font-size: 12px;
}
.wm-dash-kyc--error {
  background: rgba(230, 57, 70, 0.12);
  border: 1px solid rgba(230, 57, 70, 0.35);
  color: #ff9aa8;
}
.wm-dash-kyc--warn {
  background: rgba(245, 197, 24, 0.1);
  border: 1px solid rgba(245, 197, 24, 0.35);
  color: #ffe08a;
}
@media (max-width: 380px) {
  .wm-dash-menu__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wm-dash-menu__item { min-height: 82px; font-size: 10px; }
}

/* transcript append */
/* User dashboard (OKZZ premium dark) */
.wm-dash {
  --wm-dash-bg: #0B1120;
  --wm-dash-card: #1E293B;
  --wm-dash-card-2: #243044;
  --wm-dash-border: rgba(255, 255, 255, 0.08);
  --wm-dash-gold: #ffd700;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 10px 24px;
  font-family: 'Urbanist', 'Montserrat', 'Noto Sans Bengali', sans-serif;
}
.wm-content-area:has(.wm-dash) { background: #0B1120; }
.wm-dash__card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  margin-bottom: 14px;
  overflow: hidden;
}
.wm-dash__card-title {
  margin: 0;
  padding: 14px 16px 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 215, 0, 0.9);
}
.wm-dash-profile { display: flex; gap: 14px; padding: 16px; align-items: flex-start; }
.wm-dash-profile__avatar-wrap { position: relative; flex-shrink: 0; }
.wm-dash-profile__avatar {
  width: 72px; height: 72px; border-radius: 50%; object-fit: cover;
  border: 3px solid rgba(0, 212, 170, 0.55); display: block;
}
.wm-dash-profile__vip-pill {
  position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%);
  background: linear-gradient(180deg, #ffe566, #e6b800); color: #1a1204;
  font-size: 10px; font-weight: 900; padding: 2px 8px; border-radius: 6px; white-space: nowrap;
}
.wm-dash-profile__body { flex: 1; min-width: 0; }
.wm-dash-profile__name {
  margin: 0 0 4px; font-size: 18px; font-weight: 800; color: #fff;
  display: flex; align-items: center; gap: 6px;
}
.wm-dash-profile__id { font-size: 12px; color: rgba(255, 255, 255, 0.5); margin-bottom: 8px; }
.wm-dash-profile__balance {
  font-size: 22px; font-weight: 800; color: #ffd700;
  display: flex; align-items: center; gap: 6px;
}
.wm-dash-profile__refresh {
  border: none; background: rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.5);
  width: 28px; height: 28px; border-radius: 50%; cursor: pointer; font-size: 14px;
}
.wm-dash-vip-progress { padding: 0 16px 16px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.wm-dash-vip-progress__head {
  display: flex; justify-content: space-between; align-items: center; margin: 12px 0 10px; gap: 8px;
}
.wm-dash-vip-progress__label { font-size: 12px; font-weight: 700; color: rgba(255, 255, 255, 0.75); }
.wm-dash-vip-progress__badge {
  font-size: 11px; font-weight: 900; padding: 4px 10px; border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(230, 184, 0, 0.12));
  color: #ffd700; border: 1px solid rgba(255, 215, 0, 0.35);
}
.wm-dash-vip-progress__track {
  height: 10px; border-radius: 999px; background: rgba(0, 0, 0, 0.45);
  overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.06);
}
.wm-dash-vip-progress__fill {
  height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, #00d4aa, #ffd700);
  transition: width 0.5s ease; box-shadow: 0 0 12px rgba(255, 215, 0, 0.35);
}
.wm-dash-vip-progress__meta {
  display: flex; justify-content: space-between; margin-top: 8px;
  font-size: 11px; color: rgba(255, 255, 255, 0.45);
}
.wm-dash-vip-progress__next { color: #ffd700; font-weight: 700; }
.wm-dash-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px;
}
.wm-dash-stat {
  background: #1f1f1f; border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px; padding: 12px 10px; text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.wm-dash-stat__label {
  font-size: 10px; font-weight: 700; color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase; margin-bottom: 4px;
}
.wm-dash-stat__value { font-size: 14px; font-weight: 800; color: #fff; }
.wm-dash-stat__value--gold { color: #ffd700; }
.wm-dash-stat__value--green { color: #5ce3a3; }
.wm-dash-stat__value--red { color: #ff8a8a; }
.wm-dash .wm-api-winners-ticker { margin: 0 0 14px; border-radius: 16px; }
.wm-dash-menu__grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px; padding: 12px 12px 16px;
}
.wm-dash-menu__item {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; min-height: 88px; padding: 12px 6px; border-radius: 14px;
  background: #1f1f1f; border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none !important; color: #f0f0f0 !important;
  font-size: 11px; font-weight: 700; text-align: center; line-height: 1.25;
  transition: transform 0.15s, border-color 0.2s; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  cursor: pointer; font-family: inherit;
}
.wm-dash-menu__item:hover {
  transform: translateY(-3px); border-color: rgba(255, 215, 0, 0.28); color: #fff !important;
}
.wm-dash-menu__icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff;
}
.wm-dash-menu__icon--deposit { background: linear-gradient(135deg, #1a6b5c, #00d4aa); }
.wm-dash-menu__icon--withdraw { background: linear-gradient(135deg, #5c3d1a, #e6a800); }
.wm-dash-menu__icon--invite { background: linear-gradient(135deg, #3d2a8a, #7c5cff); }
.wm-dash-menu__icon--vip { background: linear-gradient(135deg, #8a6b00, #ffd700); color: #1a1204 !important; }
.wm-dash-menu__icon--txn { background: linear-gradient(135deg, #1a4a6b, #3b9edd); }
.wm-dash-menu__icon--game { background: linear-gradient(135deg, #6b1a4a, #e6399b); }
.wm-dash-menu__icon--settings { background: linear-gradient(135deg, #3a3a3a, #6b6b6b); }
.wm-dash-menu__icon--logout { background: linear-gradient(135deg, #6b1a1a, #e63946); }
.wm-dash-menu__item--logout { border: none; width: auto; }
.wm-dash-kyc {
  padding: 12px 14px; border-radius: 12px; margin-bottom: 12px; font-size: 12px;
}
.wm-dash-kyc--error {
  background: rgba(230, 57, 70, 0.12); border: 1px solid rgba(230, 57, 70, 0.35); color: #ff9aa8;
}
.wm-dash-kyc--warn {
  background: rgba(245, 197, 24, 0.1); border: 1px solid rgba(245, 197, 24, 0.35); color: #ffe08a;
}
@media (max-width: 380px) {
  .wm-dash-menu__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
/* ============================================================
   EXTENDED RESPONSIVE & POLISH
   ============================================================ */
@media (min-width: 576px) {
  .wm-game-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .wm-convert-grid { gap: 14px; padding: 14px 16px; }
  .wm-hero-premium__headline { font-size: 22px; }
}
@media (min-width: 768px) {
  .wm-game-grid { grid-template-columns: repeat(5, 1fr); }
  .wm-deposit-methods { display: grid; grid-template-columns: repeat(4, 1fr); overflow: visible; }
}
@media (min-width: 1200px) {
  .wm-game-grid { grid-template-columns: repeat(6, 1fr); gap: 10px; }
  .wm-hero-premium__slider { min-height: 280px; }
}
body.wm-has-telegram-strip .wm-bottom-nav {
  bottom: var(--telegram-strip-h);
}
body.wm-has-telegram-strip .wm-telegram-cta--strip {
  bottom: var(--bottom-nav-h);
}
.wm-sidebar__cta-btn--deposit,
.wm-quick-btn--deposit,
.wm-dash-actions__btn--deposit {
  background: var(--grad-royal-gold) !important;
  color: #000 !important;
}
.wm-floating-support {
  position: fixed;
  right: 16px;
  bottom: calc(var(--bottom-nav-h) + var(--telegram-strip-h) + 18px);
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #229ed9, #1788c7);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}
.wm-content-area {
  padding: 12px;
  flex: 1;
  width: 100%;
  min-height: calc(100dvh - var(--wm-pin-offset) - var(--bottom-nav-h));
}
.wm-content-area--flush { padding: 0 !important; }
.wm-lobby-tabs { display: flex; overflow-x: auto; gap: 8px; padding: 8px 12px; scrollbar-width: none; }
.wm-lobby-tab-btn { flex: 0 0 auto; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--clr-border); background: var(--bg-card); color: var(--clr-muted); font-weight: 700; cursor: pointer; }
.wm-lobby-tab-btn.active { border-color: var(--clr-gold); color: var(--clr-gold-light); background: rgba(212,175,55,0.12); }
.wm-promo-card { background: var(--bg-card); border: 1px solid var(--clr-border); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 12px; }
.wm-missions-wrap { max-width: 520px; margin: 0 auto; }
.wm-mission-card { background: var(--bg-card); border: 1px solid var(--clr-border); border-radius: var(--radius-md); padding: 14px; margin-bottom: 10px; }
.wm-btn-claim-mission { background: var(--grad-royal-gold); color: #000; border: none; padding: 8px 16px; border-radius: var(--radius-md); font-weight: 800; }
.btn-register--hero { width: 100%; max-width: 360px; display: inline-flex; justify-content: center; }
#profilePopup .modal-backdrop { background: rgba(11, 17, 32, 0.85); }
.modal-backdrop.show { opacity: 0.85 !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--clr-white) !important; padding-left: 12px; }
label, .form-label { color: var(--clr-muted) !important; }
.text-dark, .text-black { color: var(--clr-text) !important; }
.bg-white, .bg-light { background: var(--bg-card) !important; color: var(--clr-text) !important; }

/* Midnight Royal — mission & game panels (harmonize inline partials) */
.wm-game-mission-panel,
.wm-game-mission-panel--ingame {
  background: #1E293B !important;
  border-left-color: rgba(212, 175, 55, 0.35) !important;
}
.wm-game-mission-panel__head {
  background: linear-gradient(180deg, #243044 0%, #1E293B 100%) !important;
}
.wm-game-mission-card {
  background: #243044 !important;
  border-color: rgba(148, 163, 184, 0.2) !important;
}
.wm-dash-actions__btn--deposit {
  background: var(--grad-royal-gold) !important;
  color: #000000 !important;
}
.wm-dash-actions__btn--withdraw {
  background: linear-gradient(160deg, #7c2d12 0%, #ea580c 100%) !important;
}
.wm-dash-actions__btn--card {
  background: linear-gradient(160deg, #1e3a8a 0%, #3b82f6 100%) !important;
}
label, .form-label, .wm-form-group label {
  color: var(--clr-muted) !important;
}
.table tbody td { color: var(--clr-text) !important; }
