:root {
  --ink: #102337;
  --deep: #022923;
  --deeper: #001716;
  --green: #006f5c;
  --teal: #00b78f;
  --mint: #72ffd9;
  --gold: #f5c844;
  --gold-2: #ffe891;
  --line: rgba(7,85,76,.18);
  --paper: #f7fbfa;
  --white: #fff;
  --shadow: 0 22px 60px rgba(0,42,38,.16);
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body.bb44-body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans Bengali", "Noto Sans", sans-serif;
  line-height: 1.68;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3 { margin-top: 0; }
.bb44-wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.bb44-page { overflow: hidden; background: linear-gradient(180deg, #001c1a 0, #03342d 32%, #f7fbfa 32%, #f7fbfa 100%); }
.bb44-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(0,27,25,.94);
  border-bottom: 1px solid rgba(245,200,68,.34);
  backdrop-filter: blur(16px);
}
.bb44-header .bb44-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.bb44-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); font-weight: 950; }
.bb44-logo-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(135deg, #fff3a7, #e3a818 52%, #fff4ac);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.34), 0 10px 26px rgba(245,200,68,.28);
}
.bb44-logo-mark::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid #05201d;
  box-shadow: 0 0 0 4px rgba(5,32,29,.18);
}
.bb44-logo-text { font-size: 36px; letter-spacing: 0; line-height: 1; color: var(--gold); text-shadow: 0 2px 0 #5f4405; }
.bb44-nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.bb44-nav a { color: #e9fffa; font-size: 14px; font-weight: 850; padding: 12px 14px; border-radius: 6px; }
.bb44-nav a:hover,
.bb44-nav .is-active { color: var(--gold); background: rgba(255,255,255,.06); }
.bb44-hero,
.bb44-subhero,
.bb44-article-hero {
  color: #fff;
  background:
    radial-gradient(circle at 76% 18%, rgba(0,232,180,.24), transparent 30%),
    radial-gradient(circle at 44% 35%, rgba(245,200,68,.16), transparent 26%),
    linear-gradient(135deg, #001716 0%, #004236 58%, #001f1d 100%);
}
.bb44-hero { padding: 48px 0 34px; }
.bb44-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(360px,1.14fr);
  align-items: center;
  gap: 30px;
}
.bb44-hero h1,
.bb44-subhero h1,
.bb44-article-hero h1 {
  margin: 0 0 22px;
  max-width: 760px;
  font-size: clamp(40px,5.2vw,76px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: 0;
  color: var(--gold);
  text-shadow: 0 4px 0 #694900, 0 24px 60px rgba(0,0,0,.3);
}
.bb44-hero p,
.bb44-subhero p,
.bb44-article-hero p { max-width: 670px; margin: 0 0 22px; color: rgba(255,255,255,.9); font-size: 18px; }
.bb44-hero-checks { display: grid; gap: 10px; margin: 0 0 28px; color: #eafff9; font-weight: 800; }
.bb44-hero-checks span { position: relative; padding-left: 34px; }
.bb44-hero-checks span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--mint);
  background: radial-gradient(circle, var(--mint) 0 3px, transparent 4px);
}
.bb44-actions,
.bb44-pill-row { display: flex; flex-wrap: wrap; gap: 14px; }
.bb44-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 7px;
  font-weight: 900;
  border: 1px solid transparent;
}
.bb44-btn-main { color: #102300; background: linear-gradient(180deg, #fff0a7, #f0bf24); box-shadow: 0 10px 22px rgba(245,200,68,.25); }
.bb44-btn-line { color: #eafff9; border-color: rgba(114,255,217,.55); background: rgba(0,0,0,.14); }
.bb44-hero-art { position: relative; min-height: 430px; display: flex; align-items: center; justify-content: center; }
.bb44-hero-art img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}
.bb44-hero-art::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -1px;
  width: 35%;
  background: linear-gradient(90deg, #00382f 0%, rgba(0,56,47,.72) 34%, transparent 100%);
  pointer-events: none;
}
.bb44-category-strip {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.bb44-category-strip a {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px;
  color: #fff;
  border: 1px solid rgba(114,255,217,.68);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(0,54,48,.92), rgba(0,18,17,.92));
}
.bb44-category-strip span { grid-row: span 2; font-size: 34px; line-height: 1; color: var(--gold); font-weight: 950; }
.bb44-category-strip strong { color: #fff; line-height: 1.1; }
.bb44-category-strip small { color: #c6fff0; font-weight: 700; }
.bb44-news,
.bb44-promo,
.bb44-guide { background: var(--paper); padding: 48px 0; }
.bb44-news-layout { display: grid; grid-template-columns: minmax(0,1fr) 315px; gap: 28px; align-items: start; }
.bb44-section-title { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 22px; }
.bb44-section-title h2 { margin: 0; color: #11283a; font-size: clamp(28px,4vw,42px); line-height: 1.1; font-weight: 950; letter-spacing: 0; }
.bb44-section-title a { color: var(--green); font-weight: 900; }
.bb44-section-title.is-centered { justify-content: center; text-align: center; }
.bb44-section-title.is-centered h2 { position: relative; padding: 0 42px; }
.bb44-section-title.is-centered h2::before,
.bb44-section-title.is-centered h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 78px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.bb44-section-title.is-centered h2::before { right: 100%; }
.bb44-section-title.is-centered h2::after { left: 100%; transform: scaleX(-1); }
.bb44-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.bb44-news-card,
.bb44-topic-card,
.bb44-feature,
.bb44-faq details,
.bb44-article-body,
.bb44-sidebar section {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(14,74,67,.12);
  box-shadow: 0 14px 38px rgba(5,45,42,.08);
}
.bb44-news-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 18%, rgba(0,28,26,.42) 100%),
    url('/assets/bb44-overview.png') center / cover no-repeat,
    linear-gradient(135deg, #052a27, #081b1f);
}
.bb44-news-media span,
.bb44-tag {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 5px;
  color: #06312a;
  background: var(--mint);
  font-size: 12px;
  font-weight: 950;
}
.bb44-news-media span { position: absolute; left: 10px; top: 10px; }
.tone-2 { background-position: 38% 52%; }
.tone-3 { background-position: 70% 44%; }
.tone-4 { background-position: 56% 60%; }
.tone-5 { background-position: 42% 46%; }
.tone-6 { background-position: 80% 44%; }
.tone-7 { background-position: 50% 54%; }
.tone-8 { background-position: 65% 42%; }
.tone-9 { background-position: 46% 54%; }
.tone-10 { background-position: 58% 48%; }
.bb44-news-body { padding: 16px; }
.bb44-news-body time { display: block; color: #638078; font-size: 13px; margin-bottom: 8px; }
.bb44-news-body h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.3; }
.bb44-news-body p,
.bb44-topic-card p,
.bb44-feature p,
.bb44-faq p,
.bb44-article-body p,
.bb44-footer p { margin: 0 0 13px; color: #52666c; }
.bb44-readmore { color: var(--green); font-weight: 950; }
.bb44-quick {
  color: #fff;
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(180deg, #006f5c, #002723);
  box-shadow: var(--shadow);
}
.bb44-quick h2 { margin: 0 0 12px; font-size: 24px; color: var(--gold-2); }
.bb44-quick a,
.bb44-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
  color: #f3fffc;
  font-weight: 850;
}
.bb44-quick strong,
.bb44-category-list strong {
  min-width: 34px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #102300;
  background: var(--gold);
}
.bb44-support { display: block !important; margin-top: 16px; padding: 16px !important; border: 0 !important; border-radius: 8px; background: rgba(255,255,255,.08); }
.bb44-game { padding: 56px 0; background: linear-gradient(180deg, #f7fbfa, #e9f7f2); }
.bb44-game-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.bb44-topic-card { min-height: 220px; padding: 20px; }
.bb44-topic-card b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #102300;
  background: linear-gradient(180deg, #fff0a7, #f0bf24);
  margin-bottom: 14px;
}
.bb44-topic-card h3 { margin-bottom: 8px; font-size: 21px; line-height: 1.25; }
.bb44-feature {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(320px,1.1fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
}
.bb44-feature h2 { font-size: clamp(30px,4vw,46px); line-height: 1.12; margin-bottom: 12px; }
.bb44-feature img { width: 100%; border-radius: 8px; aspect-ratio: 16 / 9; object-fit: cover; }
.bb44-pill-row span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 7px;
  color: #06312a;
  background: #d9fff3;
  border: 1px solid rgba(0,111,92,.16);
  font-weight: 900;
}
.bb44-faq { max-width: 900px; }
.bb44-faq details { padding: 18px 20px; margin-bottom: 12px; }
.bb44-faq summary { cursor: pointer; font-weight: 950; color: #102337; }
.bb44-faq p { margin-top: 10px; }
.bb44-subhero { padding: 72px 0; }
.bb44-eyebrow { display: inline-flex; padding: 6px 10px; border-radius: 7px; color: #06312a; background: var(--mint); font-weight: 950; margin-bottom: 14px; }
.bb44-article-hero { padding: 70px 0; }
.bb44-article-grid { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 28px; align-items: center; }
.bb44-article-grid img { width: 100%; border-radius: 8px; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid rgba(255,255,255,.12); }
.bb44-meta { display: flex; flex-wrap: wrap; gap: 12px; color: rgba(255,255,255,.72); font-weight: 700; }
.bb44-article-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 28px; align-items: start; }
.bb44-article-body { padding: 30px; }
.bb44-article-body p { font-size: 18px; margin-bottom: 18px; }
.bb44-article-body h2 { font-size: 28px; margin: 28px 0 10px; }
.bb44-sidebar { display: grid; gap: 18px; }
.bb44-sidebar section { padding: 20px; }
.bb44-hot-list,
.bb44-category-list { display: grid; gap: 10px; }
.bb44-hot-list a { padding-bottom: 10px; border-bottom: 1px solid rgba(7,85,76,.16); font-weight: 850; }
.bb44-category-list a { color: var(--ink); background: #f0faf6; border: 1px solid rgba(7,85,76,.12); border-radius: 7px; padding: 9px 10px; }
.bb44-footer { color: #fff; background: #001716; padding: 38px 0; }
.bb44-footer-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: start; }
.bb44-footer-logo { margin-bottom: 14px; }
.bb44-footer-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.bb44-footer-links a { min-height: 38px; display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 7px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); font-weight: 850; }
@media (max-width: 1020px) {
  .bb44-hero-grid,
  .bb44-news-layout,
  .bb44-feature,
  .bb44-article-grid,
  .bb44-article-layout,
  .bb44-footer-grid { grid-template-columns: 1fr; }
  .bb44-game-grid,
  .bb44-category-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bb44-news-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .bb44-wrap { width: min(100% - 24px, 1180px); }
  .bb44-header .bb44-wrap { min-height: auto; padding: 12px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
  .bb44-logo-text { font-size: 30px; }
  .bb44-logo-mark { width: 42px; height: 42px; }
  .bb44-nav { width: 100%; flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .bb44-nav::-webkit-scrollbar { display: none; }
  .bb44-nav a { flex: 0 0 auto; padding: 10px 12px; }
  .bb44-hero { padding: 32px 0 26px; }
  .bb44-hero h1,
  .bb44-subhero h1,
  .bb44-article-hero h1 { font-size: 36px; }
  .bb44-hero-art { min-height: auto; }
  .bb44-category-strip,
  .bb44-game-grid { grid-template-columns: 1fr; }
  .bb44-section-title.is-centered h2::before,
  .bb44-section-title.is-centered h2::after { display: none; }
  .bb44-feature,
  .bb44-article-body { padding: 20px; }
  .bb44-footer-links { justify-content: flex-start; }
}
