:root {
  font-size: 62.5%;
  --w69fc-primary: #00CED1;
  --w69fc-accent: #00FF7F;
  --w69fc-soft: #BAE1FF;
  --w69fc-ice: #ADD8E6;
  --w69fc-bg: #081721;
  --w69fc-panel: #102836;
  --w69fc-card: #143545;
  --w69fc-line: rgba(186, 225, 255, .22);
  --w69fc-text: #F1FBFF;
  --w69fc-muted: #B9D8E5;
  --w69fc-dark: #34495E;
  --w69fc-shadow: 0 1.6rem 4.4rem rgba(0, 0, 0, .36);
  --w69fc-radius: 1.8rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--w69fc-text);
  font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(0, 206, 209, .25), transparent 28rem),
    radial-gradient(circle at 85% 12%, rgba(0, 255, 127, .16), transparent 24rem),
    linear-gradient(180deg, #07131d 0%, var(--w69fc-bg) 52%, #051018 100%);
  line-height: 1.5rem;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(186,225,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(186,225,255,.035) 1px, transparent 1px);
  background-size: 3.2rem 3.2rem;
  z-index: -1;
}
a { color: var(--w69fc-accent); text-decoration: none; }
a:hover { color: var(--w69fc-soft); }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.w69fc-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 43rem;
  z-index: 1000;
  background: rgba(8, 23, 33, .94);
  border-bottom: .1rem solid var(--w69fc-line);
  backdrop-filter: blur(1.6rem);
}
.w69fc-header-inner {
  min-height: 6.4rem;
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .8rem 1.2rem;
}
.w69fc-brand {
  display: flex;
  align-items: center;
  gap: .8rem;
  min-width: 0;
  color: var(--w69fc-text);
  font-weight: 900;
  letter-spacing: .02em;
}
.w69fc-logo {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem;
  box-shadow: 0 0 1.8rem rgba(0, 206, 209, .5);
}
.w69fc-brand-name { font-size: 1.8rem; white-space: nowrap; }
.w69fc-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: .6rem;
}
.w69fc-btn {
  min-height: 4.4rem;
  border: 0;
  border-radius: 999px;
  padding: 0 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  color: #02151a;
  background: linear-gradient(135deg, var(--w69fc-accent), var(--w69fc-primary));
  font-weight: 900;
  font-size: 1.25rem;
  cursor: pointer;
  box-shadow: 0 .8rem 2rem rgba(0, 255, 127, .18);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.w69fc-btn:hover, .w69fc-btn:focus-visible { transform: translateY(-.1rem) scale(1.02); filter: saturate(1.15); }
.w69fc-btn:active { transform: scale(.96); }
.w69fc-btn-alt {
  color: var(--w69fc-text);
  background: linear-gradient(135deg, rgba(186,225,255,.22), rgba(52,73,94,.62));
  border: .1rem solid var(--w69fc-line);
}
.w69fc-menu-toggle {
  width: 4.4rem;
  min-width: 4.4rem;
  padding: 0;
  color: var(--w69fc-soft);
  background: rgba(186,225,255,.1);
  border: .1rem solid var(--w69fc-line);
}
.w69fc-mobile-menu {
  display: none;
  position: fixed;
  top: 6.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(43rem, 100vw);
  z-index: 9999;
  padding: 1.2rem;
  background: rgba(7, 19, 29, .98);
  border-bottom: .1rem solid var(--w69fc-line);
  box-shadow: var(--w69fc-shadow);
}
.w69fc-mobile-menu.w69fc-menu-open { display: block; }
.w69fc-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.w69fc-menu-link {
  min-height: 4.4rem;
  padding: 1rem;
  border-radius: 1.2rem;
  color: var(--w69fc-text);
  background: rgba(20, 53, 69, .85);
  border: .1rem solid var(--w69fc-line);
  font-size: 1.25rem;
  font-weight: 800;
}
.w69fc-shell {
  width: 100%;
  max-width: 43rem;
  margin: 0 auto;
  padding-top: 7.6rem;
}
.w69fc-container { padding: 1.2rem; }
.w69fc-section { margin: 1.4rem 0; }
.w69fc-card {
  background: linear-gradient(180deg, rgba(20,53,69,.94), rgba(16,40,54,.94));
  border: .1rem solid var(--w69fc-line);
  border-radius: var(--w69fc-radius);
  padding: 1.4rem;
  box-shadow: var(--w69fc-shadow);
}
.w69fc-hero {
  position: relative;
  overflow: hidden;
  border-radius: 2.2rem;
  border: .1rem solid rgba(0,206,209,.32);
  background: linear-gradient(145deg, rgba(0,206,209,.22), rgba(0,255,127,.08));
}
.w69fc-hero-copy { padding: 1.6rem; }
.w69fc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  color: var(--w69fc-accent);
  background: rgba(0,255,127,.1);
  border: .1rem solid rgba(0,255,127,.26);
  font-size: 1.15rem;
  font-weight: 900;
}
.w69fc-title { margin: 1rem 0 .8rem; font-size: 2.55rem; line-height: 3rem; letter-spacing: -.04em; }
.w69fc-subtitle { margin: 0; color: var(--w69fc-muted); font-size: 1.45rem; line-height: 2.25rem; }
.w69fc-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }
.w69fc-text-link { color: var(--w69fc-accent); font-weight: 900; text-decoration: underline; text-underline-offset: .25rem; cursor: pointer; }
.w69fc-slider { position: relative; height: 16rem; overflow: hidden; }
.w69fc-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .4s ease; cursor: pointer; }
.w69fc-slide.w69fc-active { opacity: 1; }
.w69fc-slide img { width: 100%; height: 100%; object-fit: cover; }
.w69fc-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,16,24,.72), transparent 65%); }
.w69fc-slider-dots { position: absolute; left: 1.2rem; bottom: 1rem; display: flex; gap: .6rem; z-index: 2; }
.w69fc-dot { width: .8rem; height: .8rem; border: 0; border-radius: 50%; background: rgba(186,225,255,.45); }
.w69fc-dot.w69fc-active { width: 2.2rem; border-radius: 99px; background: var(--w69fc-accent); }
.w69fc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1rem; }
.w69fc-stat { padding: 1rem .7rem; border-radius: 1.4rem; text-align: center; background: rgba(0,206,209,.1); border: .1rem solid rgba(0,206,209,.2); }
.w69fc-stat strong { display: block; color: var(--w69fc-accent); font-size: 1.65rem; line-height: 2rem; }
.w69fc-stat span { color: var(--w69fc-muted); font-size: 1.05rem; }
.w69fc-section-title { margin: 0 0 1rem; font-size: 2rem; line-height: 2.5rem; }
.w69fc-section-copy { color: var(--w69fc-muted); font-size: 1.42rem; line-height: 2.3rem; }
.w69fc-grid { display: grid; gap: .9rem; }
.w69fc-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.w69fc-chip-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.w69fc-chip { display: inline-flex; align-items: center; gap: .45rem; min-height: 3.4rem; padding: .6rem .9rem; border-radius: 999px; color: var(--w69fc-soft); background: rgba(186,225,255,.09); border: .1rem solid var(--w69fc-line); font-weight: 800; }
.w69fc-game-section { margin: 1.6rem 0; }
.w69fc-game-heading { margin: 0 0 .8rem; display: flex; align-items: center; gap: .6rem; font-size: 1.75rem; color: var(--w69fc-soft); }
.w69fc-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.w69fc-game-card {
  min-height: 9.4rem;
  padding: .65rem;
  border-radius: 1.35rem;
  background: rgba(16,40,54,.86);
  border: .1rem solid rgba(186,225,255,.16);
  color: var(--w69fc-text);
  text-align: center;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.w69fc-game-card:hover { transform: translateY(-.2rem); border-color: var(--w69fc-primary); background: rgba(0,206,209,.12); }
.w69fc-game-card:active { transform: scale(.97); }
.w69fc-game-card img { width: 5.2rem; height: 5.2rem; margin: 0 auto .45rem; border-radius: 1.1rem; object-fit: cover; }
.w69fc-game-card span { display: block; font-size: 1.05rem; line-height: 1.35rem; font-weight: 800; }
.w69fc-list { margin: .8rem 0 0; padding-left: 1.8rem; color: var(--w69fc-muted); font-size: 1.35rem; line-height: 2.15rem; }
.w69fc-step { display: grid; grid-template-columns: 3.6rem 1fr; gap: .9rem; align-items: start; margin: 1rem 0; }
.w69fc-step-num { width: 3.6rem; height: 3.6rem; border-radius: 1.2rem; display: grid; place-items: center; color: #02151a; background: var(--w69fc-accent); font-weight: 900; }
.w69fc-panel { padding: 1rem; border-radius: 1.4rem; background: rgba(0,206,209,.08); border: .1rem solid rgba(0,206,209,.2); }
.w69fc-progress { height: .9rem; border-radius: 999px; overflow: hidden; background: rgba(186,225,255,.14); }
.w69fc-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--w69fc-primary), var(--w69fc-accent)); }
.w69fc-review { border-left: .35rem solid var(--w69fc-accent); padding: 1rem; background: rgba(186,225,255,.07); border-radius: 1rem; }
.w69fc-payment { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.w69fc-pay-item { min-height: 5.4rem; display: grid; place-items: center; border-radius: 1.3rem; background: rgba(186,225,255,.1); border: .1rem solid var(--w69fc-line); font-weight: 900; color: var(--w69fc-soft); }
.w69fc-footer { margin-top: 2rem; padding: 1.6rem 1.2rem 8.6rem; background: rgba(5,16,24,.9); border-top: .1rem solid var(--w69fc-line); }
.w69fc-footer h2 { margin: 0 0 .8rem; font-size: 1.8rem; }
.w69fc-footer p { color: var(--w69fc-muted); font-size: 1.32rem; line-height: 2.15rem; }
.w69fc-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin: 1rem 0; }
.w69fc-footer-link { min-height: 4.4rem; padding: .9rem; border-radius: 1.2rem; background: rgba(20,53,69,.9); border: .1rem solid var(--w69fc-line); color: var(--w69fc-text); font-weight: 800; font-size: 1.2rem; }
.w69fc-partners { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1rem 0; }
.w69fc-partner { padding: .55rem .8rem; border-radius: .8rem; color: #02151a; background: var(--w69fc-soft); font-weight: 900; font-size: 1.05rem; }
.w69fc-copy { margin-top: 1rem; color: var(--w69fc-muted); font-size: 1.15rem; }
.w69fc-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 43rem;
  height: 6.2rem;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  background: #0b2230;
  border-top: .1rem solid rgba(0,206,209,.32);
  box-shadow: 0 -1rem 3rem rgba(0,0,0,.35);
}
.w69fc-bottom-item {
  min-width: 6rem;
  min-height: 6rem;
  flex: 1;
  border: 0;
  color: var(--w69fc-muted);
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  font-size: 1.05rem;
  font-weight: 900;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease, background .2s ease;
}
.w69fc-bottom-item i, .w69fc-bottom-item .material-icons, .w69fc-bottom-item ion-icon, .w69fc-bottom-item svg { font-size: 2.3rem; width: 2.5rem; height: 2.5rem; }
.w69fc-bottom-item:hover, .w69fc-bottom-item.w69fc-active { color: var(--w69fc-accent); background: linear-gradient(180deg, rgba(0,206,209,.18), transparent); }
.w69fc-bottom-item:active { transform: scale(.92); }
.w69fc-badge { position: absolute; margin-left: 2.2rem; margin-top: -2.8rem; min-width: 1.7rem; height: 1.7rem; display: grid; place-items: center; border-radius: 99px; color: #02151a; background: var(--w69fc-accent); font-size: .95rem; }
.w69fc-desktop-nav { display: none; }
.w69fc-desktop-nav a { color: var(--w69fc-soft); font-size: 1.25rem; font-weight: 800; margin-left: 1rem; }

@media (min-width: 769px) {
  body { background-color: #051018; }
  .w69fc-header, .w69fc-shell, .w69fc-bottom-nav, .w69fc-mobile-menu { max-width: 112rem; }
  .w69fc-bottom-nav { display: none; }
  .w69fc-menu-toggle { display: none; }
  .w69fc-desktop-nav { display: flex; align-items: center; margin-left: 1rem; }
  .w69fc-shell { padding-top: 8.4rem; }
  .w69fc-container { padding: 2rem; }
  .w69fc-game-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .w69fc-slider { height: 28rem; }
  .w69fc-grid-2 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .w69fc-footer { padding-bottom: 2.4rem; }
}

@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .w69fc-header-actions .w69fc-btn { padding: 0 .85rem; font-size: 1.1rem; }
  .w69fc-title { font-size: 2.25rem; line-height: 2.75rem; }
}

@media (max-width: 360px) {
  .w69fc-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .w69fc-brand-name { font-size: 1.55rem; }
  .w69fc-header-actions { gap: .4rem; }
}
