/* Local bottom navigation fixes */
@import url(/assets/css/side-menu-vars.css);
.landing-bottom-menu--qRKwr {
  align-items: center;
  background-image: url(/assets/images/f0774046662fecec.svg) !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  bottom: -1px;
  box-sizing: border-box;
  color: var(--dark-text);
  display: flex;
  font-size: 9px;
  font-weight: 500;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 10px;
  padding-bottom: max(var(--tma-min-bottom-inset, 0px), var(--tg-viewport-safe-area-inset-bottom, 0px));
  position: fixed;
  text-align: center;
  transform: translateZ(0);
  width: 100%;
  z-index: var(--bottom-bar-z-index, 998);
}
.notch--vdDu0 {
  background-image: url(/assets/images/b5c334deea752df2.svg) !important;
  background-repeat: no-repeat;
  content: "";
  height: 58px;
  left: 50%;
  position: absolute;
  top: 1%;
  transform: translateX(-50%);
  width: 89px;
}

/* Login Modal */
#llm-overlay {
  /* Layout — bottom-sheet style */
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 100000;
  align-items: flex-end;
  justify-content: center;
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  /* Primitive color tokens */
  --grey: #2c323a;
  --grey-50: #d9d9d9;
  --grey-150: #505b68;
  --grey-300: #3e4651;
  --grey-300-opacity-80: #3e4651cc;
  --grey-400: #353c45;
  --grey-800: #121417;
  --grey-500-opacity-60: rgba(44,50,58,.6);
  --grey-50-opacity-12: #d9d9d91f;
  --black-opacity-50: rgba(0,0,0,.5);
  --black-opacity-40: rgba(0,0,0,.4);
  --black-opacity-25: rgba(0,0,0,.25);
  --black-opacity-20: rgba(0,0,0,.2);
  --black-opacity-15: #00000026;
  --light-25: #f3f5f6;
  --light-100: #dce0e4;
  --light-150: #d1d6dc;
  --light-200: #c5cbd3;
  --light-300: #bac1ca;
  --light-300-opacity-0: rgba(186,193,202,0);
  --light-300-opacity-42: rgba(186,193,202,.42);
  --light-400: #aeb7c1;
  --light-600: #97a2af;
  --light-700: #8c98a6;
  --light-800: #808d9d;
  --light-900: #758395;
  --light-grey: #47515c;
  --light-slate-gray: #758395;
  --dark-gunmetal: #1e2227;
  --dark-jungle: #1b1e23;
  --arsenic: #383d44;
  --arsenic-2: #3b434e;
  --columbia-blue: #cbd7e7;
  --silver-sand: #bac1ca;
  --white: #fff;
  --black: #000;
  --blue: #4891ff;
  --blue-opcity-60: #4891ff99;
  --orange: #ff7500;
  --dark-orange: #ff6e01;
  --darker-orange: #ff6702;
  --active: #ff9e00;
  --active-soft: #fec401;
  --active-opacity-80: rgba(255,158,0,.8);
  --active-opacity-30: rgba(255,158,0,.3);
  --active-opacity-15: rgba(255,158,0,.15);
  --active-opacity-8: rgba(255,158,0,.08);
  --active-opacity-12: rgba(255,158,0,.12);
  --active-opacity-5: rgba(255,158,0,.05);
  --red: #ff3a3a;
  --red-soft: #ff5959;
  --green: #6fc51a;
  --error: #ff0248;
  --error-opacity-12: rgba(255,2,72,.12);
  --raven: #797f8b;
  --sky-captain: #262c33;
  --sky-captain-opacity-0: rgba(38,44,51,0);
  --sky-captain-opacity-42: rgba(38,44,51,.42);
  --rich-black: #01061a;
  /* Semantic tokens */
  --brand: var(--blue);
  --background: var(--dark-jungle);
  --background-opacity: #1b1e2366;
  --hover: var(--arsenic);
  --text: var(--white);
  --dark-text: var(--columbia-blue);
  --text-3: var(--silver-sand);
  --color-1: var(--grey);
  --color-2: var(--light-grey);
  --color-3: var(--grey-400);
  --color-4: var(--grey-800);
  --color-5: var(--dark-gunmetal);
  --color-6: var(--grey-300);
  --color-7: linear-gradient(180deg,var(--grey) 0%,var(--dark-gunmetal) 100%);
  --color-8: var(--dark-gunmetal);
  --color-9: var(--light-100);
  --color-10: var(--light-300);
  --color-11: var(--grey-300);
  --color-12: #b4b4b4;
  --color-13: var(--arsenic-2);
  --color-14: var(--light-300);
  --color-15: var(--arsenic-2);
  --color-16: var(--dark-gunmetal);
  --color-17: var(--rich-black);
  --color-18: var(--sky-captain);
  --color-19: var(--sky-captain-opacity-0);
  --color-20: var(--sky-captain-opacity-42);
  --auth-modal-secondary-color: var(--text);
  --orange-gradient: linear-gradient(90deg,#fc4404,#ff6c01);
  --orange-gradient-second: linear-gradient(90deg,var(--active) 0%,#ff6d00 100%);
  --modal-overlay-color: rgba(9,10,12,.8);
  --default-border-radius: 8px;
  --white-opacity-7: hsla(0,0%,100%,.07);
  --white-opacity-12: hsla(0,0%,100%,.12);
  /* puikit tokens */
  --puikit-color-brand-400: #4891ff;
  --puikit-color-brand-500: #1f69e0;
  --puikit-color-brand-600: #0a4db8;
  --puikit-color-text-primary: #fff;
  --puikit-color-text-secondary: rgba(255,255,255,.6);
  --puikit-color-text-tertiary: rgba(255,255,255,.38);
  --puikit-color-text-disabled: rgba(255,255,255,.28);
  --puikit-color-alpha-light-70: rgba(255,255,255,.07);
  --puikit-color-alpha-light-150: rgba(255,255,255,.15);
  --puikit-color-alpha-light-500: rgba(255,255,255,.12);
  --puikit-color-neutral-300: rgba(255,255,255,.75);
  --puikit-color-neutral-400: rgba(255,255,255,.25);
  --puikit-color-neutral-700: #353c45;
  --puikit-color-neutral-800: #2c323a;
  --puikit-color-neutral-900: #1b1e23;
  --puikit-color-alpha-neutral-130: rgba(255,255,255,.05);
  --puikit-color-alpha-neutral-250: rgba(255,255,255,.1);
  --puikit-color-danger-400: #ff3366;
  --puikit-color-danger-500: #ff0248;
  --puikit-color-danger-600: #cc0039;
  --puikit-color-success-400: #4dcf5b;
  --puikit-color-black: #000;
  --puikit-border-radius-1: 4px;
  --puikit-border-radius-2: 8px;
  --puikit-border-radius-3: 10px;
  --puikit-border-radius-4: 12px;
  --puikit-border-radius-5: 16px;
  --puikit-action-size-1: 16px;
  --puikit-action-size-2: 24px;
  --puikit-action-size-3: 32px;
  --puikit-action-size-4: 36px;
  --puikit-action-size-5: 44px;
  --puikit-action-size-6: 52px;
  --puikit-action-size-7: 60px;
  --puikit-spacing-1: 4px;
  --puikit-spacing-2: 8px;
  --puikit-spacing-3: 12px;
  --puikit-spacing-4: 16px;
  --puikit-spacing-5: 20px;
  --puikit-spacing-05: 2px;
  --puikit-spacing-15: 6px;
  --puikit-spacing-25: 10px;
  --puikit-padding-1: 2px;
  --puikit-padding-2: 4px;
  --puikit-padding-3: 6px;
  --puikit-padding-4: 8px;
  --puikit-padding-6: 12px;
  --puikit-padding-7: 14px;
  --puikit-padding-8: 16px;
  --puikit-gap-1: 4px;
  --puikit-gap-2: 8px;
  --puikit-gap-3: 12px;
  --puikit-typography-size-1: 12px;
  --puikit-typography-size-2: 14px;
  --puikit-typography-size-3: 16px;
  --puikit-typography-size-4: 18px;
  --puikit-typography-size-5: 20px;
  --puikit-typography-line-height-1: 16px;
  --puikit-typography-line-height-2: 20px;
  --puikit-typography-line-height-3: 24px;
  --puikit-typography-weight-thin: 100;
  --puikit-typography-weight-regular: 400;
  --puikit-typography-weight-medium: 500;
  --puikit-typography-weight-semibold: 600;
  --puikit-typography-weight-bold: 700;
  --puikit-opacity-disabled: 0.4;
  --puikit-transition-fast: 150ms ease;
  --puikit-font-family-sans: Axiforma, sans-serif;
  --puikit-z-index-9: 9000;
  --puikit-z-index-10: 10000;
  --puikit-shadow-down-m: 0 4px 16px rgba(0,0,0,.24);
  --puikit-bottom-sheet-border-radius: 16px;
  --puikit-bottom-sheet-header-height: 52px;
  --puikit-bottom-sheet-header-padding-x: var(--puikit-spacing-4);
  --puikit-bottom-sheet-header-gap: var(--puikit-spacing-2);
  --puikit-bottom-sheet-header-side-min-width: var(--puikit-spacing-6, 24px);
  --puikit-bottom-sheet-header-background: var(--puikit-color-neutral-800);
  --puikit-bottom-sheet-header-border-color: var(--puikit-color-alpha-light-70);
  --puikit-bottom-sheet-content-background: var(--puikit-color-neutral-800);
  --puikit-backdrop-bg: var(--puikit-color-black);
  --puikit-backdrop-opacity: 0.7;
}
#llm-overlay.open { display: flex; }
#llm-backdrop {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(9,10,12,.8);
}
#llm-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: calc(100vh - 60px);
  max-height: calc(100dvh - 60px);
  overflow-y: auto;
  z-index: 1;
  background: var(--color-1, #2c323a);
  border-radius: 16px 16px 0 0;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#llm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 14px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  margin-bottom: 4px;
}
#llm-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#llm-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 2px 8px;
  opacity: 0.55;
  transition: opacity .15s;
}
#llm-close:hover { opacity: 1; }
#llm-card .content--I_ARF {
  padding: 16px 16px 28px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100%;
}
#llm-error {
  display: none;
  color: #ff3a3a;
  font-size: 13px;
  text-align: center;
  padding: 4px 0;
}
/* Eye icon — vertically centered in input */
#llm-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* Missing auth modal classes */
#llm-card .forgot-button--aOpyI {
  color: var(--dark-text, #cbd7e7);
  cursor: pointer;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 8px;
  padding: 4px 0;
}
#llm-card .forgot-button--aOpyI:hover { opacity: 0.8; }
#llm-card .modal-switch-link--DQqR5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--dark-text, #cbd7e7);
  gap: 4px;
}
#llm-card .modal-switch-link--DQqR5 span:last-child {
  color: var(--brand, #4891ff);
  cursor: pointer;
  font-weight: 600;
}
#llm-card .modal-switch-link--DQqR5 span:last-child:hover { opacity: 0.8; }

/* Side Menu Drawer */
#side-menu-overlay {
  display: none;
  z-index: 100001;
  align-items: stretch;
  justify-content: flex-start;
}
#side-menu-overlay.open {
  display: flex;
}
#side-menu-overlay .drawer-body--qa247 {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 46px 18px;
}
#side-menu-overlay .drawer--NX67A,
.drawer--NX67A {
  max-height: 100%;
  width: 85vw !important;
  max-width: 85vw !important;
  flex-shrink: 0;
}
#side-menu-overlay .menu--WkXOh .category--CGiTV .category-head--pcMW1 {
  padding: 10px 12px;
}

/* Header avatar → account side panel */
header.header--GQJyT .my-account--TB2Tg {
  cursor: pointer;
}

header.header--GQJyT .overlay--cSr4S {
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

header.header--GQJyT .overlay--cSr4S.overlay-active--jOA_4 {
  opacity: 1;
  visibility: visible;
  z-index: 10001;
}

header.header--GQJyT .overlay--cSr4S .side-menu-wrapper--_ZzIN.side-menu-wrapper-mobile--MwqgN {
  background: var(--color-1);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--text);
  height: 100%;
  min-height: 100dvh;
  overflow: auto;
  padding: 0 0 100px;
  position: fixed;
  right: 0;
  top: 0;
  width: 80%;
  z-index: 10002;
}

header.header--GQJyT .mobile-header--z3FMx {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 0 20px;
}

header.header--GQJyT .mobile-header--z3FMx > div:last-child {
  cursor: pointer;
}

/* Deposit flow modal — STARZ themed bottom sheet */
#df-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100001;
  align-items: flex-end;
  justify-content: center;
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  --df-bg: #2c323a;
  --df-bg-2: #353c45;
  --df-bg-3: #47515c;
  --df-border: rgba(255, 255, 255, 0.08);
  --df-text: #fff;
  --df-muted: #cbd7e7;
  --df-accent: #ff9e00;
  --df-accent-2: #ff6d00;
  --df-brand: #4891ff;
  --df-error: #ff3366;
  --df-success: #3db141;
  --df-radius: 16px;
  --df-orange-gradient: linear-gradient(90deg, #fc4404, #ff6c01);
}
#df-overlay.open { display: flex; }
#df-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 10, 12, 0.82);
  backdrop-filter: blur(3px);
  animation: dfFadeIn 0.25s ease;
}
#df-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  max-height: min(92dvh, 720px);
  display: flex;
  flex-direction: column;
  background: var(--df-bg);
  border-radius: var(--df-radius) var(--df-radius) 0 0;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.45);
  color: var(--df-text);
  box-sizing: border-box;
  animation: dfSlideUp 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}
#df-card.df-card-success { max-height: 420px; }
.df-handle {
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  margin: 10px auto 0;
  flex-shrink: 0;
}
#df-header {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 8px;
  padding: 12px 16px 10px;
  border-bottom: 1px solid var(--df-border);
  flex-shrink: 0;
}
.df-header-text {
  text-align: center;
  min-width: 0;
}
#df-title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}
#df-subtitle {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--df-accent);
  margin-top: 2px;
}
.df-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--df-text);
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
}
.df-icon-btn:hover { background: rgba(255, 255, 255, 0.12); }
.df-body {
  padding: 0 16px max(24px, env(safe-area-inset-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.df-method-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 14px 0 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 158, 0, 0.1);
  border: 1px solid rgba(255, 158, 0, 0.22);
}
.df-method-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--df-accent);
  box-shadow: 0 0 8px rgba(255, 158, 0, 0.6);
  flex-shrink: 0;
}
.df-method-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--df-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.df-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.df-progress-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 56px;
  opacity: 0.45;
  transition: opacity 0.2s;
}
.df-progress-item.is-active,
.df-progress-item.is-done { opacity: 1; }
.df-progress-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  background: var(--df-bg-2);
  border: 2px solid var(--df-border);
  transition: all 0.2s;
}
.df-progress-item.is-active .df-progress-num {
  border-color: var(--df-accent);
  background: rgba(255, 158, 0, 0.15);
  color: var(--df-accent);
}
.df-progress-item.is-done .df-progress-num {
  border-color: var(--df-success);
  background: var(--df-success);
  color: #fff;
}
.df-progress-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--df-muted);
}
.df-progress-line {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: var(--df-bg-2);
  overflow: hidden;
  margin-bottom: 18px;
}
#df-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--df-orange-gradient);
  transition: width 0.35s ease;
}
.df-step-desc {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--df-muted);
  line-height: 1.45;
}
.df-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--df-muted);
  margin: 0 0 6px 2px;
}
.df-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  background: var(--df-bg-2);
  border: 1px solid var(--df-border);
  border-radius: 12px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.df-input-wrap:focus-within {
  border-color: rgba(72, 145, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(72, 145, 255, 0.12);
}
.df-input-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  flex-shrink: 0;
  color: var(--df-muted);
}
.df-input {
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 14px 0 0;
  border: none;
  background: transparent;
  color: var(--df-text);
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  outline: none;
}
.df-input::placeholder { color: rgba(203, 215, 231, 0.45); }
.df-input-amount .df-input { padding-right: 8px; }
.df-input-suffix {
  padding-right: 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--df-accent);
  letter-spacing: 0.04em;
}
.df-primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  padding: 0 20px;
  border: none;
  border-radius: 12px;
  background: var(--df-orange-gradient);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(255, 108, 1, 0.35);
  transition: transform 0.12s, opacity 0.15s, box-shadow 0.15s;
}
.df-primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 108, 1, 0.45);
}
.df-primary-btn:active { transform: translateY(0); }
.df-primary-btn:disabled,
.df-primary-btn.is-loading {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
.df-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 51, 102, 0.12);
  border: 1px solid rgba(255, 51, 102, 0.25);
  color: #ff8fab;
  font-size: 13px;
  text-align: center;
}
.df-summary {
  background: linear-gradient(135deg, rgba(72, 145, 255, 0.12), rgba(255, 158, 0, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
}
.df-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: var(--df-muted);
}
.df-summary-row + .df-summary-row { margin-top: 8px; }
.df-summary-row strong {
  color: var(--df-text);
  font-weight: 600;
  text-align: right;
  word-break: break-word;
}
.df-summary-amount strong {
  font-size: 18px;
  font-weight: 700;
  color: var(--df-accent);
}
.df-bank-card {
  background: var(--df-bg-2);
  border: 1px solid var(--df-border);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 12px;
}
.df-bank-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.df-bank-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--df-accent);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 158, 0, 0.12);
}
.df-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid var(--df-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--df-text);
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.df-copy-btn:hover { background: rgba(255, 255, 255, 0.1); }
.df-copy-btn.is-copied {
  border-color: rgba(61, 177, 65, 0.5);
  color: #7ddea0;
}
.df-bank-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--df-muted);
  margin-bottom: 4px;
}
.df-bank-value {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  word-break: break-all;
  letter-spacing: 0.02em;
}
.df-bank-value-sm { font-size: 14px; font-weight: 600; }
.df-bank-divider {
  height: 1px;
  background: var(--df-border);
  margin: 12px 0;
}
.df-hint {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  line-height: 1.45;
  color: var(--df-muted);
}
.df-hint svg { flex-shrink: 0; margin-top: 1px; color: var(--df-brand); }
.df-success-step {
  text-align: center;
  padding: 20px 0 8px;
}
.df-success-ring {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(61, 177, 65, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: dfPop 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.df-success-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--df-success);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}
.df-success-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.df-success-text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--df-muted);
  margin-bottom: 20px;
  padding: 0 8px;
}
.df-hidden { display: none !important; }
@keyframes dfSlideUp {
  from { transform: translateY(100%); opacity: 0.6; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes dfFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes dfPop {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* Comm100 live chat — disabled site-wide */
#comm100-container,
#comm100-iframe,
[id^="comm100-"],
[id^="comm100-float-button"],
a[href*="chatwindow.aspx"],
a[href*="b182zvz9dccf.com"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* Game play modal */
#gpm-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100002;
  align-items: flex-end;
  justify-content: center;
  font-family: Axiforma, sans-serif;
  --gpm-bg: #2c323a;
  --gpm-border: rgba(255, 255, 255, 0.08);
  --gpm-text: #fff;
  --gpm-muted: #cbd7e7;
  --gpm-accent: #ff9e00;
  --gpm-orange: linear-gradient(90deg, #fc4404, #ff6c01);
}
#gpm-overlay.open { display: flex; }
#gpm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 10, 12, 0.82);
  backdrop-filter: blur(3px);
}
#gpm-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  background: var(--gpm-bg);
  border-radius: 16px 16px 0 0;
  color: var(--gpm-text);
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.45);
  animation: dfSlideUp 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.gpm-handle {
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  margin: 10px auto 0;
}
#gpm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--gpm-border);
}
#gpm-title { font-size: 17px; font-weight: 700; }
.gpm-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--gpm-text);
  cursor: pointer;
}
.gpm-body { padding: 16px 16px max(24px, env(safe-area-inset-bottom)); }
.gpm-game-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--gpm-border);
  margin-bottom: 14px;
}
.gpm-image-wrap {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: #1b1e23;
}
.gpm-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gpm-name { font-size: 16px; font-weight: 700; line-height: 1.3; }
.gpm-provider { font-size: 12px; color: var(--gpm-muted); margin-top: 4px; }
.gpm-message {
  font-size: 14px;
  line-height: 1.5;
  color: var(--gpm-muted);
  text-align: center;
  padding: 8px 6px 16px;
}
.gpm-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.gpm-secondary-btn,
.gpm-primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.gpm-secondary-btn {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gpm-text);
  border: 1px solid var(--gpm-border);
}
.gpm-primary-btn {
  background: var(--gpm-orange);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255, 108, 1, 0.35);
}
