:root {
  --ink: #070711;
  --ink-2: #12091f;
  --violet: #6817d8;
  --magenta: #d619c5;
  --cyan: #16d9ff;
  --gold: #ffc84a;
  --green: #21c36b;
  --paper: #ffffff;
  --soft: #f5f7fc;
  --text: #141725;
  --muted: #697287;
  --line: rgba(20, 23, 37, .12);
  --shadow: 0 24px 64px rgba(24, 12, 45, .18);
  --radius: 8px;
  font-family: "Noto Sans Bengali", "Hind Siliguri", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site {
  width: 100%;
  background: var(--paper);
}

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  color: #fff;
  background:
    radial-gradient(circle at 18% -35%, rgba(22, 217, 255, .2), transparent 32%),
    radial-gradient(circle at 84% -28%, rgba(255, 200, 74, .16), transparent 28%),
    linear-gradient(90deg, #05050b, #160823 54%, #05050b);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.topbar-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 60px;
  height: 40px;
  display: grid;
  place-items: center;
  transform: skew(-10deg);
  border-radius: var(--radius);
  color: #070711;
  background: linear-gradient(135deg, var(--gold), #fff07a);
  box-shadow: 0 12px 26px rgba(255, 200, 74, .32);
  font-size: 16px;
  line-height: 1;
}

.brand-name {
  font-size: 34px;
  line-height: 1;
  color: var(--cyan);
  text-shadow: 0 0 20px rgba(22, 217, 255, .28);
}

.brand-name span {
  color: var(--gold);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.header-actions {
  justify-content: flex-end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn svg,
.official svg,
.step-icon svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.btn-primary {
  color: #111018;
  background: linear-gradient(135deg, var(--gold), #fff07a);
  box-shadow: 0 16px 30px rgba(255, 200, 74, .28);
}

.btn-outline {
  color: #fff;
  border-color: rgba(255, 200, 74, .72);
  background: rgba(255, 255, 255, .04);
}

.nav {
  color: #fff;
  background: linear-gradient(90deg, #7115d1, #d817c8 50%, #6a10c5);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .15);
}

.nav-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-inner::-webkit-scrollbar {
  display: none;
}

.nav a {
  flex: 0 0 auto;
  padding: 13px 18px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
}

.nav a:hover,
.nav a.is-active {
  color: #090714;
  background: var(--gold);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 7, 17, .96) 0%, rgba(11, 8, 28, .88) 42%, rgba(8, 7, 18, .2) 72%),
    linear-gradient(180deg, rgba(7, 7, 17, .08), rgba(7, 7, 17, 1)),
    url("999bd-hero.jpg") right center / cover no-repeat,
    #090714;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 160px;
  background: linear-gradient(0deg, rgba(7, 7, 17, 1), transparent);
}

.hero-inner {
  min-height: 520px;
  display: grid;
  align-items: center;
  max-width: 660px;
  padding: 42px 0 58px;
}

.hero h1,
.article-hero h1 {
  margin: 0;
  font-size: clamp(40px, 5.4vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
}

.hero h1 span,
.section-title h2 span,
.story-copy h2 span,
.feature-text h2 span {
  color: var(--gold);
}

.hero-copy {
  margin: 20px 0 24px;
  max-width: 620px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
}

.official {
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border-radius: var(--radius);
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
}

.official strong {
  color: var(--gold);
  word-break: break-word;
}

.section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 82% 0%, rgba(22, 217, 255, .14), transparent 32%),
    linear-gradient(180deg, #070711, #11091f);
  padding: 54px 0;
}

.link-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .05);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .25);
}

.shield {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--gold);
  background: rgba(22, 217, 255, .08);
}

.shield svg {
  width: 32px;
  height: 32px;
}

.link-card h2 {
  margin: 0 0 6px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.link-card p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
}

.section-light,
.article-section {
  background: var(--paper);
  padding: 76px 0;
}

.section-soft {
  padding: 76px 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(22, 217, 255, .08), transparent 24%),
    linear-gradient(180deg, #f7f8fc, #fff);
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-title h2,
.story-copy h2,
.feature-text h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: 0;
}

.section-title a {
  color: var(--violet);
  font-weight: 900;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.game-card {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.game-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 17, .08) 25%, rgba(7, 7, 17, .88));
}

.thumb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform .28s ease;
}

.game-card:hover .thumb {
  transform: scale(1.06);
}

.p1 {
  background-image: url("999bd-casino.jpg");
}

.p2 {
  background-image: url("999bd-sports.jpg");
}

.p3 {
  background-image: url("999bd-secure.jpg");
}

.p4,
.p5,
.news-thumb {
  background-image: url("999bd-hero.jpg");
}

.game-body {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 24px;
  color: #fff;
}

.game-body h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.game-body p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
}

.more {
  color: var(--gold);
  font-weight: 900;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 34px;
  align-items: center;
}

.story-copy p,
.feature-text p,
.article-content p,
.article-content li {
  color: var(--muted);
  font-size: 16px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 14px 16px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(24, 12, 45, .06);
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 58px 52px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.num {
  color: var(--violet);
  font-size: 28px;
  font-weight: 900;
}

.step-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--magenta));
}

.step h3 {
  margin: 0 0 4px;
  font-size: 21px;
}

.step p {
  margin: 0;
  color: var(--muted);
}

.feature-band {
  padding: 76px 0;
  color: #fff;
  background:
    radial-gradient(circle at 70% 12%, rgba(255, 200, 74, .18), transparent 30%),
    linear-gradient(135deg, #080714, #2a0a42 56%, #080714);
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
}

.feature-image {
  min-height: 420px;
  border-radius: var(--radius);
  background: url("999bd-secure.jpg") center / cover no-repeat;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
}

.feature-text p {
  color: rgba(255, 255, 255, .76);
}

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

.mini {
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
}

.mini strong,
.mini span {
  display: block;
}

.mini span {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.article-card .news-thumb {
  height: 178px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  color: var(--gold);
  font-weight: 900;
  background-size: cover;
  background-position: center;
}

.article-body {
  padding: 22px;
}

.article-body strong {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--magenta));
  font-size: 12px;
}

.article-body h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.article-body p {
  margin: 0 0 14px;
  color: var(--muted);
}

.read-more {
  color: var(--violet);
  font-weight: 900;
}

.footer {
  color: #fff;
  padding: 56px 0 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(22, 217, 255, .14), transparent 28%),
    linear-gradient(90deg, #070711, #150920);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, .72);
}

.footer h3 {
  margin: 0 0 14px;
  color: var(--gold);
}

.footer a {
  display: block;
  margin: 9px 0;
}

.copy {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .56);
}

.article-hero {
  color: #fff;
  padding: 92px 0 78px;
  background:
    linear-gradient(90deg, rgba(7, 7, 17, .96), rgba(13, 9, 32, .84) 54%, rgba(13, 9, 32, .25)),
    url("999bd-hero.jpg") right center / cover no-repeat,
    #090714;
}

.article-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
}

.breadcrumb-lite {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--gold);
  font-weight: 900;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
}

.article-shell,
.article-side-card {
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.article-shell {
  padding: 30px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
}

.article-meta span {
  padding: 7px 10px;
  border-radius: var(--radius);
  background: var(--soft);
}

.article-cover {
  overflow: hidden;
  margin: 0 0 28px;
  border-radius: var(--radius);
}

.article-content {
  font-size: 17px;
}

.article-content h2,
.article-content h3 {
  color: var(--text);
  line-height: 1.25;
}

.article-content h2 {
  margin-top: 32px;
  font-size: 30px;
}

.article-content h3 {
  margin-top: 26px;
  font-size: 23px;
}

.article-content img {
  height: auto;
  border-radius: var(--radius);
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.article-content th,
.article-content td {
  padding: 12px;
  border: 1px solid var(--line);
  text-align: left;
}

.article-content th {
  background: rgba(104, 23, 216, .08);
}

.article-footer-tools {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.article-footer-tools ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-footer-tools a {
  color: var(--violet);
  font-weight: 900;
}

.article-side {
  display: grid;
  align-content: start;
  gap: 18px;
}

.article-side-card {
  padding: 22px;
}

.article-side-card.visual {
  color: #fff;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(7, 7, 17, .08), rgba(7, 7, 17, .86)),
    url("999bd-casino.jpg") center / cover no-repeat;
}

.article-side-card h2,
.article-side-card h3 {
  margin: 0 0 10px;
}

.article-side-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

@media (max-width: 1040px) {
  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-card {
    min-height: 330px;
  }

  .story-grid,
  .feature-layout,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .news-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(100% - 32px, 1180px);
  }

  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .btn {
    min-height: 44px;
    padding: 0 16px;
    font-size: 13px;
  }

  .hero,
  .hero-inner {
    min-height: 520px;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(7, 7, 17, .92), rgba(8, 7, 18, .74)),
      url("999bd-hero.jpg") 64% center / cover no-repeat,
      #090714;
  }

  .hero-inner {
    padding: 54px 0 64px;
  }

  .hero h1,
  .article-hero h1 {
    font-size: 40px;
  }

  .hero-copy,
  .article-hero p {
    font-size: 16px;
  }

  .link-card {
    grid-template-columns: 1fr;
  }

  .section-title {
    display: block;
  }

  .game-grid,
  .news-grid,
  .mini-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .step {
    grid-template-columns: 48px 1fr;
  }

  .step-icon {
    display: none;
  }

  .feature-image {
    min-height: 280px;
  }

  .article-shell {
    padding: 20px;
  }
}
