:root {
  --ink: #092437;
  --muted: #5a6e78;
  --green-950: #06251d;
  --green-900: #07372a;
  --green-800: #0d5b44;
  --green-600: #13a06f;
  --green-400: #36d796;
  --blue-700: #0b55d9;
  --gold: #ffc22f;
  --gold-2: #ffe972;
  --red: #ff4e4e;
  --line: rgba(12,87,63,.18);
  --paper: #f7fffb;
  --white: #fff;
  --shadow: 0 22px 55px rgba(5,34,26,.18);
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body.bdt222-body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, #07392d 0, #10a173 480px, #f7fffb 980px, #e7f6ff 100%);
  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; }
.bdt222-wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.bdt222-page { overflow: hidden; }
.bdt222-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(90deg, #06241d 0%, #0a4c37 46%, #08362a 100%);
  border-bottom: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 12px 28px rgba(2,20,16,.18);
}
.bdt222-header .bdt222-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.bdt222-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); font-weight: 950; }
.bdt222-logo-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff06b, #ffae1d);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.34), 0 10px 26px rgba(255,194,47,.28);
}
.bdt222-logo-mark::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid #06251d;
  box-shadow: 0 0 0 4px rgba(6,37,29,.18);
}
.bdt222-logo-text { font-size: 38px; letter-spacing: 0; line-height: .9; color: #fff; text-shadow: 2px 2px 0 var(--blue-700), 4px 4px 0 #f4a313; font-style: italic; }
.bdt222-nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.bdt222-nav a { color: #d7ffe8; font-size: 14px; font-weight: 900; padding: 16px 14px; border-radius: 8px; }
.bdt222-nav a:hover,
.bdt222-nav .is-active { color: #08291f; background: linear-gradient(180deg, #ffe972, var(--gold)); }
.bdt222-hero,
.bdt222-subhero,
.bdt222-article-hero {
  color: #fff;
  background:
    radial-gradient(circle at 78% 16%, rgba(54,215,150,.32), transparent 28%),
    radial-gradient(circle at 42% 34%, rgba(255,194,47,.18), transparent 26%),
    linear-gradient(135deg, #06251d 0%, #0d5b44 52%, #07372a 100%);
}
.bdt222-hero { padding: 62px 0 42px; border-bottom: 6px solid var(--gold); }
.bdt222-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(360px,1.14fr);
  align-items: center;
  gap: 30px;
}
.bdt222-hero h1,
.bdt222-subhero h1,
.bdt222-article-hero h1 {
  margin: 0 0 22px;
  max-width: 760px;
  font-size: clamp(42px,5.4vw,78px);
  line-height: .98;
  font-weight: 1000;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 2px 2px 0 var(--blue-700), 4px 4px 0 #f4a313, 0 24px 60px rgba(0,0,0,.34);
}
.bdt222-hero p,
.bdt222-subhero p,
.bdt222-article-hero p { max-width: 670px; margin: 0 0 22px; color: rgba(255,255,255,.9); font-size: 18px; }
.bdt222-hero-checks { display: grid; gap: 10px; margin: 0 0 28px; color: #eafff9; font-weight: 800; }
.bdt222-hero-checks span { position: relative; padding-left: 34px; }
.bdt222-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);
}
.bdt222-actions,
.bdt222-pill-row { display: flex; flex-wrap: wrap; gap: 14px; }
.bdt222-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 8px;
  font-weight: 900;
  border: 1px solid transparent;
}
.bdt222-btn-main { color: #061e17; background: linear-gradient(180deg, #fff06b, #ffae1d); box-shadow: 0 14px 28px rgba(255,180,30,.32); }
.bdt222-btn-line { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(2,22,18,.34); backdrop-filter: blur(8px); }
.bdt222-hero-art { position: relative; min-height: 430px; display: flex; align-items: center; justify-content: center; }
.bdt222-hero-art img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 30px 86px rgba(0,0,0,.42);
}
.bdt222-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;
}
.bdt222-category-strip {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.bdt222-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(255,255,255,.22);
  border-radius: 8px;
  background: rgba(3,31,25,.68);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.bdt222-category-strip span { grid-row: span 2; font-size: 34px; line-height: 1; color: var(--gold); font-weight: 950; }
.bdt222-category-strip strong { color: #fff; line-height: 1.1; }
.bdt222-category-strip small { color: #c6fff0; font-weight: 700; }
.bdt222-news,
.bdt222-promo,
.bdt222-guide { background: var(--paper); padding: 52px 0; }
.bdt222-news-layout { display: grid; grid-template-columns: minmax(0,1fr) 315px; gap: 28px; align-items: start; }
.bdt222-section-title { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 22px; }
.bdt222-section-title h2 { margin: 0; color: #11283a; font-size: clamp(28px,4vw,42px); line-height: 1.1; font-weight: 950; letter-spacing: 0; }
.bdt222-section-title a { color: var(--green); font-weight: 900; }
.bdt222-section-title.is-centered { justify-content: center; text-align: center; }
.bdt222-section-title.is-centered h2 { position: relative; padding: 0 42px; }
.bdt222-section-title.is-centered h2::before,
.bdt222-section-title.is-centered h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 78px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.bdt222-section-title.is-centered h2::before { right: 100%; }
.bdt222-section-title.is-centered h2::after { left: 100%; transform: scaleX(-1); }
.bdt222-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.bdt222-news-card,
.bdt222-topic-card,
.bdt222-feature,
.bdt222-faq details,
.bdt222-article-body,
.bdt222-sidebar section {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 2px solid rgba(19,160,111,.16);
  box-shadow: var(--shadow);
}
.bdt222-news-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 18%, rgba(5,38,30,.45) 100%),
    url('/assets/bdt222-overview.png') center / cover no-repeat,
    linear-gradient(135deg, #052a27, #081b1f);
}
.bdt222-news-media span,
.bdt222-tag {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 5px;
  color: #06312a;
  background: var(--mint);
  font-size: 12px;
  font-weight: 950;
}
.bdt222-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%; }
.bdt222-news-body { padding: 16px; }
.bdt222-news-body time { display: block; color: #638078; font-size: 13px; margin-bottom: 8px; }
.bdt222-news-body h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.3; }
.bdt222-news-body p,
.bdt222-topic-card p,
.bdt222-feature p,
.bdt222-faq p,
.bdt222-article-body p,
.bdt222-footer p { margin: 0 0 13px; color: #52666c; }
.bdt222-readmore { color: var(--green); font-weight: 950; }
.bdt222-quick {
  color: #fff;
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(180deg, #13a06f, #07372a);
  box-shadow: var(--shadow);
}
.bdt222-quick h2 { margin: 0 0 12px; font-size: 24px; color: var(--gold-2); }
.bdt222-quick a,
.bdt222-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;
}
.bdt222-quick strong,
.bdt222-category-list strong {
  min-width: 34px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #102300;
  background: var(--gold);
}
.bdt222-support { display: block !important; margin-top: 16px; padding: 16px !important; border: 0 !important; border-radius: 8px; background: rgba(255,255,255,.08); }
.bdt222-game { padding: 56px 0; background: linear-gradient(180deg, #ddfff0 0%, #f7fffb 74%); }
.bdt222-game-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.bdt222-topic-card { min-height: 220px; padding: 20px; }
.bdt222-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;
}
.bdt222-topic-card h3 { margin-bottom: 8px; font-size: 21px; line-height: 1.25; }
.bdt222-feature {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(320px,1.1fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
}
.bdt222-feature h2 { font-size: clamp(30px,4vw,46px); line-height: 1.12; margin-bottom: 12px; }
.bdt222-feature img { width: 100%; border-radius: 8px; aspect-ratio: 16 / 9; object-fit: cover; }
.bdt222-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;
}
.bdt222-faq { max-width: 900px; }
.bdt222-faq details { padding: 18px 20px; margin-bottom: 12px; }
.bdt222-faq summary { cursor: pointer; font-weight: 950; color: #102337; }
.bdt222-faq p { margin-top: 10px; }
.bdt222-subhero { padding: 72px 0; }
.bdt222-eyebrow { display: inline-flex; padding: 6px 10px; border-radius: 7px; color: #06312a; background: var(--mint); font-weight: 950; margin-bottom: 14px; }
.bdt222-article-hero { padding: 70px 0; }
.bdt222-article-grid { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 28px; align-items: center; }
.bdt222-article-grid img { width: 100%; border-radius: 8px; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid rgba(255,255,255,.12); }
.bdt222-meta { display: flex; flex-wrap: wrap; gap: 12px; color: rgba(255,255,255,.72); font-weight: 700; }
.bdt222-article-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 28px; align-items: start; }
.bdt222-article-body { padding: 30px; }
.bdt222-article-body p { font-size: 18px; margin-bottom: 18px; }
.bdt222-article-body h2 { font-size: 28px; margin: 28px 0 10px; }
.bdt222-sidebar { display: grid; gap: 18px; }
.bdt222-sidebar section { padding: 20px; }
.bdt222-hot-list,
.bdt222-category-list { display: grid; gap: 10px; }
.bdt222-hot-list a { padding-bottom: 10px; border-bottom: 1px solid rgba(7,85,76,.16); font-weight: 850; }
.bdt222-category-list a { color: var(--ink); background: #f0faf6; border: 1px solid rgba(7,85,76,.12); border-radius: 7px; padding: 9px 10px; }
.bdt222-footer { color: #fff; background: #001716; padding: 38px 0; }
.bdt222-footer-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: start; }
.bdt222-footer-logo { margin-bottom: 14px; }
.bdt222-footer-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.bdt222-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) {
  .bdt222-hero-grid,
  .bdt222-news-layout,
  .bdt222-feature,
  .bdt222-article-grid,
  .bdt222-article-layout,
  .bdt222-footer-grid { grid-template-columns: 1fr; }
  .bdt222-game-grid,
  .bdt222-category-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bdt222-news-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .bdt222-wrap { width: min(100% - 24px, 1180px); }
  .bdt222-header .bdt222-wrap { min-height: auto; padding: 12px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
  .bdt222-logo-text { font-size: 30px; }
  .bdt222-logo-mark { width: 42px; height: 42px; }
  .bdt222-nav { width: 100%; flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .bdt222-nav::-webkit-scrollbar { display: none; }
  .bdt222-nav a { flex: 0 0 auto; padding: 10px 12px; }
  .bdt222-hero { padding: 32px 0 26px; }
  .bdt222-hero h1,
  .bdt222-subhero h1,
  .bdt222-article-hero h1 { font-size: 36px; }
  .bdt222-hero-art { min-height: auto; }
  .bdt222-category-strip,
  .bdt222-game-grid { grid-template-columns: 1fr; }
  .bdt222-section-title.is-centered h2::before,
  .bdt222-section-title.is-centered h2::after { display: none; }
  .bdt222-feature,
  .bdt222-article-body { padding: 20px; }
  .bdt222-footer-links { justify-content: flex-start; }
}
