/* reference stylesheet 1 */
:root {
  --b39-bg: #090102;
  --b39-bg-2: #180405;
  --b39-panel: #170607;
  --b39-panel-2: #260809;
  --b39-text: #fff8ee;
  --b39-muted: #e0c7b5;
  --b39-gold: #ffc739;
  --b39-gold-2: #ff9f12;
  --b39-red: #f01818;
  --b39-red-2: #8d090b;
  --b39-line: rgba(255, 199, 57, .22);
  --b39-shadow: 0 22px 60px rgba(0, 0, 0, .42);
  --b39-max: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.b39-body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 48% 0%, rgba(240, 24, 24, .28), transparent 32rem),
    linear-gradient(180deg, #070102 0%, #1b0405 44%, #070102 100%);
  color: var(--b39-text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.b39-body a {
  color: inherit;
  text-decoration: none;
}

.b39-page {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, .22), transparent 40rem);
}

.b39-wrap {
  width: min(var(--b39-max), calc(100% - 56px));
  margin: 0 auto;
}

.b39-top {
  background: #050506;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.b39-top .b39-wrap {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.b39-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  line-height: 1;
}

.b39-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 199, 57, .75);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 199, 57, .3), rgba(240, 24, 24, .42)), #170303;
  box-shadow: 0 0 24px rgba(255, 199, 57, .24);
  color: var(--b39-gold);
  font-size: 16px;
}

.b39-logo-text {
  font-size: 38px;
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, .45);
}

.b39-logo-text span {
  color: var(--b39-gold);
}

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

.b39-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

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

.b39-btn-primary {
  color: #170300;
  background: linear-gradient(180deg, #ffe36b, var(--b39-gold-2));
  box-shadow: 0 10px 22px rgba(255, 159, 18, .32);
}

.b39-btn-ghost {
  color: #fff7e9;
  border-color: rgba(255, 199, 57, .64);
  background: rgba(255, 255, 255, .04);
}

.b39-nav {
  background: linear-gradient(180deg, #161616, #0d0d0f);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .42);
}

.b39-nav .b39-wrap {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.b39-nav a {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 18px;
  color: #e5e1dc;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.b39-nav a.is-active {
  color: #130303;
  background: linear-gradient(180deg, #ffd95a, #ffb31d);
}

.b39-hero {
  position: relative;
  min-height: 535px;
  background:
    linear-gradient(90deg, rgba(5, 0, 1, .96) 0%, rgba(8, 1, 2, .84) 34%, rgba(8, 1, 2, .18) 66%, rgba(6, 0, 0, .08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(8, 1, 2, .84)),
    url('/assets/bhai88-refasset-001.png') center / cover no-repeat;
  border-bottom: 1px solid rgba(255, 199, 57, .16);
}

.b39-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 68%, rgba(255, 199, 57, .18), transparent 18rem),
    linear-gradient(180deg, transparent 62%, rgba(16, 2, 3, .92));
}

.b39-hero .b39-wrap {
  position: relative;
  z-index: 1;
  min-height: 535px;
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  align-items: center;
  padding: 58px 0 76px;
}

.b39-hero-copy h1 {
  margin: 0;
  max-width: 620px;
  font-size: 58px;
  line-height: .98;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 6px 0 rgba(0, 0, 0, .35), 0 0 26px rgba(255, 199, 57, .1);
}

.b39-hero-copy h1 span {
  color: var(--b39-gold);
}

.b39-hero-copy p {
  width: min(100%, 520px);
  margin: 24px 0 30px;
  color: #f3e1cf;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}

.b39-official {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff3d6;
  font-size: 15px;
  font-weight: 800;
}

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

.b39-game-strip {
  background: linear-gradient(180deg, #210305, #320607 72%, #1a0304);
  padding: 34px 0 48px;
  border-bottom: 1px solid rgba(255, 199, 57, .18);
}

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

.b39-game-tile {
  position: relative;
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 199, 57, .25);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 199, 57, .08), rgba(240, 24, 24, .18)),
    url('/assets/bhai88-refasset-002.png') var(--pos, 80% 50%) / 820px auto no-repeat,
    #180304;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

.b39-game-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .74));
}

.b39-game-tile strong,
.b39-game-tile small {
  position: relative;
  z-index: 1;
}

.b39-game-tile strong {
  color: var(--b39-gold);
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #4a0303;
}

.b39-game-tile small {
  margin-top: 8px;
  color: #f1d9c7;
  font-weight: 700;
}

.b39-main,
.b39-content {
  background:
    radial-gradient(circle at 20% 6%, rgba(240, 24, 24, .2), transparent 20rem),
    linear-gradient(180deg, #0b0203 0%, #160506 48%, #0b0203 100%);
}

.b39-section {
  padding: 56px 0;
}

.b39-link-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 22px;
  border: 1px solid rgba(255, 199, 57, .36);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(240, 24, 24, .18), rgba(255, 199, 57, .08)), rgba(255, 255, 255, .035);
  box-shadow: var(--b39-shadow);
}

.b39-shield {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 199, 57, .1);
  border: 1px solid rgba(255, 199, 57, .38);
  color: var(--b39-gold);
}

.b39-link-panel h2,
.b39-section-title h2,
.b39-feature h2,
.b39-article-hero h1 {
  margin: 0;
  font-weight: 950;
}

.b39-link-panel h2 {
  color: var(--b39-gold);
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
}

.b39-link-panel p {
  margin: 8px 0 0;
  color: var(--b39-muted);
  font-size: 15px;
  font-weight: 700;
}

.b39-link-panel b {
  color: #fff;
}

.b39-feature-layout {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 34px;
  align-items: stretch;
}

.b39-feature {
  min-height: 395px;
  padding: 38px;
  border: 1px solid rgba(255, 199, 57, .18);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(10, 2, 3, .9), rgba(14, 4, 5, .62)),
    url('/assets/bhai88-refasset-003.png') right center / cover no-repeat;
  box-shadow: var(--b39-shadow);
}

.b39-feature h2 {
  max-width: 540px;
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
}

.b39-feature p {
  margin: 18px 0 0;
  max-width: 550px;
  color: #ead4c2;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.b39-checks {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.b39-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff2df;
  font-size: 15px;
  font-weight: 800;
}

.b39-checks li::before {
  content: "";
  width: 10px;
  height: 18px;
  border: solid var(--b39-gold);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.b39-steps {
  display: grid;
  gap: 16px;
}

.b39-step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 199, 57, .23);
  background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
}

.b39-step-no {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--b39-gold), var(--b39-gold-2));
  color: #190303;
  font-weight: 950;
}

.b39-step h3 {
  margin: 0;
  color: #fff7ea;
  font-size: 20px;
}

.b39-step p {
  margin: 7px 0 0;
  color: var(--b39-muted);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

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

.b39-section-title h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
}

.b39-section-title h2 span {
  color: var(--b39-gold);
}

.b39-section-title > a {
  color: var(--b39-gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

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

.b39-news-card {
  overflow: hidden;
  border: 1px solid rgba(255, 199, 57, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .28);
}

.b39-news-media {
  position: relative;
  display: block;
  min-height: 188px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .52)),
    url('/assets/bhai88-refasset-004.png') var(--pos, 78% 52%) / 720px auto no-repeat;
}

.b39-tag {
  position: absolute;
  left: 18px;
  bottom: 16px;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 9px;
  background: linear-gradient(180deg, #ff3939, #c90911);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.b39-news-body {
  padding: 22px;
}

.b39-news-body h3 {
  margin: 0;
  color: var(--b39-gold);
  font-size: 21px;
  line-height: 1.22;
}

.b39-news-body p {
  margin: 12px 0 0;
  color: #e0c9b8;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 700;
}

.b39-readmore {
  display: inline-flex;
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.b39-pagination {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.b39-pagination li,
.b39-pagination a,
.b39-pagination span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border-radius: 9px;
  border: 1px solid rgba(255, 199, 57, .25);
  color: #ffe7b3;
  background: rgba(255, 255, 255, .04);
}

.b39-footer {
  background: radial-gradient(circle at 30% 10%, rgba(255, 199, 57, .12), transparent 18rem), linear-gradient(180deg, #1a0304, #070102 92%);
  border-top: 1px solid rgba(255, 199, 57, .16);
}

.b39-footer-grid {
  padding: 54px 0 38px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.05fr;
  gap: 36px;
}

.b39-footer h3 {
  margin: 0 0 16px;
  color: var(--b39-gold);
  font-size: 18px;
  text-transform: uppercase;
}

.b39-footer p,
.b39-footer li,
.b39-footer a {
  color: #ddc5b3;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

.b39-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.b39-footer-logo {
  margin-bottom: 14px;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
}

.b39-footer-logo span {
  color: var(--b39-gold);
}

.b39-payments {
  padding: 18px 0 34px;
  display: flex;
  justify-content: center;
  gap: 14px;
  color: rgba(255, 255, 255, .54);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  flex-wrap: wrap;
}

.b39-payments span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .05);
}

.b39-copyright {
  padding: 18px;
  text-align: center;
  color: rgba(255, 255, 255, .65);
  background: rgba(255, 255, 255, .05);
  font-size: 13px;
  font-weight: 700;
}

.b39-article-hero {
  position: relative;
  padding: 86px 0 76px;
  background:
    linear-gradient(90deg, rgba(5, 0, 1, .96), rgba(11, 2, 3, .72)),
    url('/assets/bhai88-refasset-005.png') center / cover no-repeat;
  border-bottom: 1px solid rgba(255, 199, 57, .16);
}

.b39-article-hero h1 {
  max-width: 860px;
  color: #fff;
  font-size: 48px;
  line-height: 1.08;
  text-transform: uppercase;
}

.b39-article-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #f0d8c5;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
}

.b39-breadcrumb {
  padding: 18px 0;
  color: #e5c9b4;
  font-size: 14px;
  font-weight: 700;
}

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

.b39-article-card,
.b39-aside-box {
  border: 1px solid rgba(255, 199, 57, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .28);
}

.b39-article-card {
  padding: 34px;
}

.b39-article-title {
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.15;
}

.b39-meta {
  margin: 16px 0 26px;
  color: #d8bda8;
  font-size: 14px;
  font-weight: 700;
}

.b39-article-body {
  color: #f4e0cf;
  font-size: 17px;
  line-height: 1.78;
}

.b39-article-body h2,
.b39-article-body h3 {
  margin: 30px 0 12px;
  color: var(--b39-gold);
  line-height: 1.2;
}

.b39-article-body p {
  margin: 0 0 16px;
}

.b39-article-body a {
  color: var(--b39-gold);
  font-weight: 800;
}

.b39-aside-box {
  position: sticky;
  top: 20px;
  padding: 24px;
}

.b39-aside-box h2 {
  margin: 0 0 16px;
  color: var(--b39-gold);
  font-size: 21px;
}

.b39-aside-box a {
  display: block;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  color: #fff4df;
  font-weight: 800;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 199, 57, .15);
}

.b39-prenext {
  margin-top: 28px;
  display: grid;
  gap: 12px;
  color: #ffe1a3;
  font-weight: 800;
}

.b39-empty {
  padding: 26px;
  border-radius: 18px;
  border: 1px solid rgba(255, 199, 57, .18);
  color: #e0c9b8;
  background: rgba(255, 255, 255, .035);
}

@media (max-width: 860px) {
  .b39-wrap {
    width: min(100% - 28px, var(--b39-max));
  }

  .b39-top .b39-wrap {
    padding: 18px 0;
    flex-direction: column;
  }

  .b39-actions,
  .b39-hero-actions {
    width: 100%;
    justify-content: center;
  }

  .b39-nav .b39-wrap {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 10px 0;
  }

  .b39-hero .b39-wrap {
    grid-template-columns: 1fr;
    min-height: 560px;
    padding: 52px 0;
  }

  .b39-hero-copy h1 {
    font-size: 42px;
  }

  .b39-game-grid,
  .b39-feature-layout,
  .b39-news-grid,
  .b39-footer-grid,
  .b39-link-panel,
  .b39-article-layout {
    grid-template-columns: 1fr;
  }

  .b39-link-panel .b39-btn {
    width: 100%;
  }

  .b39-game-grid {
    gap: 14px;
  }

  .b39-feature,
  .b39-article-card {
    padding: 24px;
  }

  .b39-feature h2,
  .b39-section-title h2,
  .b39-article-hero h1 {
    font-size: 30px;
  }

  .b39-section-title {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Target Bengali content and Dede integration */
:root{--clone-dark:#f01818;--clone-bg2:#ff9f12;--clone-accent:#ffc739;--clone-gold:#ffc739;--clone-blue:#2269b3;}
body.true-reference-clone{font-family:Arial,"Kohinoor Bangla","Noto Sans Bengali",sans-serif;letter-spacing:0;}
body.true-reference-clone img[src*="bhai88-logo"]{height:auto;object-fit:contain;}
body.true-reference-clone img[src*="bhai88-hero"]{height:auto;object-fit:contain;}
.dede-update-zone,.article-detail-zone{padding:34px 0;}
.clone-update-inner,.clone-article-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;}
.clone-update-head{text-align:center;margin-bottom:20px;}
.clone-update-head h2{margin:0;font-size:clamp(26px,3vw,38px);font-weight:900;line-height:1.2;}
.clone-update-head p{max-width:760px;margin:10px auto 0;color:#667085;}
.clone-update-list{display:grid;gap:16px;}
.clone-update-card{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;padding:16px;border:1px solid rgba(20,25,40,.12);border-radius:10px;background:#fff;box-shadow:0 14px 34px rgba(20,25,40,.08);}
.clone-update-thumb{min-height:120px;border-radius:8px;background:linear-gradient(135deg,var(--clone-dark),var(--clone-accent));color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;text-decoration:none;}
.clone-update-tag{display:inline-flex;margin-bottom:6px;padding:4px 10px;border-radius:999px;background:rgba(0,0,0,.06);color:var(--clone-accent);font-weight:900;font-size:12px;}
.clone-update-body h3{margin:0;font-size:22px;line-height:1.32;}
.clone-update-body p{margin:8px 0;color:#5f6675;}
.clone-update-meta{display:flex;flex-wrap:wrap;gap:12px;color:#8a91a1;font-size:13px;}
.clone-readmore{display:inline-flex;margin-top:10px;color:var(--clone-accent);font-weight:900;text-decoration:none;}
.clone-pagination{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:22px 0 0;}
.clone-pagination li{list-style:none;}
.clone-pagination a,.clone-pagination span{display:inline-flex;min-width:38px;min-height:36px;align-items:center;justify-content:center;border:1px solid rgba(20,25,40,.14);border-radius:8px;padding:0 12px;background:#fff;color:#1c2433;text-decoration:none;font-weight:800;}
.clone-article-inner{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start;}
.clone-article,.clone-article-side{background:#fff;border:1px solid rgba(20,25,40,.12);border-radius:10px;box-shadow:0 14px 34px rgba(20,25,40,.08);padding:24px;}
.clone-crumb{color:#778094;font-size:14px;margin-bottom:12px;}
.clone-article h1{margin:0;font-size:clamp(30px,3vw,46px);line-height:1.2;}
.clone-article-meta{display:flex;gap:12px;flex-wrap:wrap;margin:12px 0 18px;color:#7d8494;font-size:14px;}
.clone-article-summary{padding:14px 16px;border-left:4px solid var(--clone-accent);background:rgba(0,0,0,.04);margin-bottom:20px;color:#505a6c;}
.clone-article-body{font-size:17px;line-height:1.9;color:#252b38;}
.clone-prenext{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;}
.clone-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.clone-actions a,.clone-article-side a{display:inline-flex;margin:6px 6px 0 0;padding:9px 12px;border-radius:8px;background:var(--clone-accent);color:#fff;text-decoration:none;font-weight:800;}
@media(max-width:780px){.clone-update-card,.clone-article-inner,.clone-prenext{grid-template-columns:1fr;}}
