:root {
  --b966-green: #0a7f46;
  --b966-green-dark: #075c35;
  --b966-gold: #f2c65b;
  --b966-red: #e33835;
  --b966-dark: #0d1713;
  --b966-ink: #15201b;
  --b966-muted: #66736d;
  --b966-line: #dfe7e2;
  --b966-soft: #f3f7f4;
  --b966-card: #ffffff;
  --b966-shadow: 0 18px 44px rgba(12, 31, 22, .1);
  --b966-radius: 8px;
}
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body.b966-page {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--b966-soft);
  color: var(--b966-ink);
  font-family: Arial, "Noto Sans Bengali", Helvetica, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.b966-page a { color: inherit; text-decoration: none; }
.b966-page img { display: block; max-width: 100%; height: auto; }
.b966-page h1, .b966-page h2, .b966-page h3, .b966-page p { margin: 0; overflow-wrap: anywhere; }
.b966-shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.b966-top { background: #07120e; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 800; }
.b966-top .b966-shell { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.b966-dot { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border-radius: 999px; background: var(--b966-gold); box-shadow: 0 0 0 4px rgba(242,198,91,.14); }
.b966-top-links { display: flex; gap: 16px; color: var(--b966-gold); }
.b966-header { background: #fff; border-bottom: 1px solid var(--b966-line); }
.b966-header-main { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.b966-brand { display: grid; gap: 4px; color: #111; }
.b966-logo-word { display: inline-flex; align-items: baseline; font-size: clamp(34px, 4vw, 54px); line-height: .95; font-weight: 1000; letter-spacing: -2px; font-style: italic; }
.b966-logo-word .bet { color: var(--b966-green); }
.b966-brand small { color: var(--b966-muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.b966-actions { display: flex; gap: 12px; align-items: center; }
.b966-action {
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  border: 1px solid var(--b966-line);
  background: #fff;
  color: var(--b966-ink);
}
.b966-action-primary { background: linear-gradient(180deg, var(--b966-green), var(--b966-green-dark)); color: #fff; border-color: var(--b966-green); box-shadow: 0 12px 22px rgba(10,127,70,.18); }
.b966-action-dark { background: #101914; color: #fff; border-color: #101914; }
.b966-nav-wrap { background: linear-gradient(180deg, #0d8c4f, #087341); color: #fff; }
.b966-nav { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 46px); overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.b966-nav::-webkit-scrollbar { display: none; }
.b966-nav a { min-height: 54px; display: inline-flex; align-items: center; border-bottom: 4px solid transparent; font-size: 14px; font-weight: 950; }
.b966-nav a.active, .b966-nav a:hover { border-color: var(--b966-gold); }
.b966-hero {
  background:
    radial-gradient(circle at 78% 35%, rgba(242,198,91,.15), transparent 30%),
    linear-gradient(115deg, #07140f 0%, #10251b 49%, #f5f7f3 50%, #eef4ef 100%);
  color: #fff;
  overflow: hidden;
}
.b966-hero-grid { min-height: 560px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 36px; }
.b966-hero-copy { padding: 66px 0; }
.b966-hero h1 { max-width: 620px; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; font-weight: 1000; }
.b966-hero h1 .gold { color: var(--b966-gold); }
.b966-hero p { max-width: 540px; margin: 22px 0 28px; color: rgba(255,255,255,.84); font-size: 18px; font-weight: 700; }
.b966-hero-actions, .b966-banners { display: flex; flex-wrap: wrap; gap: 14px; }
.b966-btn { min-height: 46px; display: inline-grid; place-items: center; padding: 0 20px; border-radius: 8px; font-size: 13px; font-weight: 950; border: 1px solid transparent; }
.b966-btn-green { background: var(--b966-green); color: #fff; box-shadow: 0 12px 22px rgba(10,127,70,.22); }
.b966-btn-outline { border-color: rgba(255,255,255,.38); color: #fff; }
.b966-btn-gold { background: linear-gradient(180deg, #ffde85, var(--b966-gold)); color: #211507; }
.b966-hero-trust { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; color: rgba(255,255,255,.84); font-size: 13px; font-weight: 900; }
.b966-hero-trust span { display: inline-flex; gap: 8px; align-items: center; padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.06); }
.b966-visual { position: relative; min-width: 0; padding: 48px 0; }
.b966-visual img { width: 100%; border-radius: var(--b966-radius); box-shadow: var(--b966-shadow); object-fit: cover; }
.b966-main-wrap { padding: 34px 0 60px; }
.b966-card, .b966-panel { background: var(--b966-card); border: 1px solid var(--b966-line); border-radius: var(--b966-radius); box-shadow: var(--b966-shadow); }
.b966-overview-card { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 24px; align-items: center; padding: 28px; }
.b966-overview-badge { width: 132px; height: 132px; display: grid; place-items: center; border-radius: 30px; background: linear-gradient(145deg, #102018, var(--b966-green)); color: var(--b966-gold); font-size: 28px; font-weight: 1000; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.b966-overview-copy h2, .b966-panel-title { color: #101914; font-size: clamp(28px, 3vw, 40px); line-height: 1.12; font-weight: 1000; }
.b966-overview-copy p { margin-top: 12px; color: var(--b966-muted); font-size: 16px; }
.b966-overview-icons { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 10px; }
.b966-cat-mini { min-height: 116px; display: grid; gap: 6px; place-items: center; padding: 14px; border: 1px solid var(--b966-line); border-radius: var(--b966-radius); text-align: center; background: #fff; }
.b966-cat-mini i { color: var(--b966-green); font-style: normal; font-size: 28px; font-weight: 1000; }
.b966-cat-mini strong { font-size: 15px; font-weight: 1000; }
.b966-cat-mini span { color: var(--b966-muted); font-size: 12px; line-height: 1.35; }
.b966-section { margin-top: 26px; }
.b966-banners { display: grid; grid-template-columns: repeat(2, 1fr); }
.b966-banner { min-height: 132px; display: grid; grid-template-columns: 64px 1fr auto; gap: 18px; align-items: center; padding: 22px; border-radius: var(--b966-radius); color: #fff; background: linear-gradient(135deg, #11221a, var(--b966-green)); box-shadow: var(--b966-shadow); }
.b966-banner.red { background: linear-gradient(135deg, #2d1712, #b84b14); }
.b966-banner-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.13); color: var(--b966-gold); font-size: 26px; font-weight: 1000; }
.b966-banner h3 { font-size: 22px; font-weight: 1000; }
.b966-banner p { color: rgba(255,255,255,.82); font-size: 14px; }
.b966-panel { padding: 28px; }
.b966-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.b966-info-card { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: start; padding: 20px; border: 1px solid var(--b966-line); border-radius: var(--b966-radius); background: #fff; }
.b966-info-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #e9f7ef; color: var(--b966-green); font-size: 24px; font-weight: 1000; }
.b966-info-icon.orange { background: #fff2df; color: #b86313; }
.b966-info-card h3 { font-size: 18px; font-weight: 1000; }
.b966-info-card p { margin-top: 6px; color: var(--b966-muted); font-size: 14px; }
.b966-news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 24px; align-items: start; }
.b966-news-grid { display: grid; gap: 14px; margin-top: 20px; }
.b966-news-card { display: grid; grid-template-columns: 38px 120px 1fr; gap: 14px; align-items: center; padding: 12px; border: 1px solid var(--b966-line); border-radius: var(--b966-radius); background: #fff; }
.b966-card-rank { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 999px; background: var(--b966-green); color: #fff; font-weight: 1000; }
.b966-news-media img { width: 120px; height: 76px; object-fit: cover; border-radius: 6px; }
.b966-news-body h3 { font-size: 17px; font-weight: 1000; line-height: 1.25; }
.b966-news-body p { margin-top: 6px; color: var(--b966-muted); font-size: 14px; }
.b966-date { display: block; margin-top: 7px; color: var(--b966-green); font-size: 12px; font-weight: 900; }
.b966-popular-panel { position: sticky; top: 18px; padding: 24px; border-radius: var(--b966-radius); background: #0d1713; color: #fff; }
.b966-popular-panel h3 { font-size: 22px; font-weight: 1000; }
.b966-popular { display: grid; gap: 14px; margin: 18px 0; padding: 0; list-style: none; }
.b966-popular li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; color: rgba(255,255,255,.86); font-weight: 800; }
.b966-num { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 999px; background: var(--b966-gold); color: #211507; font-weight: 1000; }
.b966-more-btn { display: inline-grid; min-height: 42px; place-items: center; padding: 0 16px; border-radius: 7px; background: var(--b966-gold); color: #211507; font-weight: 1000; }
.b966-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 22px; }
.b966-step-card { min-height: 170px; padding: 22px; border: 1px solid var(--b966-line); border-radius: var(--b966-radius); background: #fff; }
.b966-step-icon { display: inline-grid; width: 48px; height: 48px; place-items: center; border-radius: 999px; background: #e9f7ef; color: var(--b966-green); font-size: 22px; }
.b966-step-num { float: right; color: var(--b966-gold); font-size: 28px; font-weight: 1000; }
.b966-step-card h3 { margin-top: 18px; font-size: 19px; font-weight: 1000; }
.b966-step-card p { margin-top: 8px; color: var(--b966-muted); font-size: 14px; }
.b966-faq-help { display: grid; grid-template-columns: 1fr 360px; gap: 24px; }
.b966-faq-list { display: grid; gap: 12px; margin-top: 18px; }
.b966-faq-row { display: flex; justify-content: space-between; gap: 18px; padding: 16px; border: 1px solid var(--b966-line); border-radius: var(--b966-radius); font-weight: 900; }
.b966-help-card { padding: 28px; border-radius: var(--b966-radius); background: linear-gradient(145deg, #102018, var(--b966-green)); color: #fff; box-shadow: var(--b966-shadow); }
.b966-help-card h3 { font-size: 24px; font-weight: 1000; }
.b966-help-card p { margin: 10px 0 18px; color: rgba(255,255,255,.84); }
.b966-column-hero, .b966-article-hero { color: #fff; background: linear-gradient(90deg, rgba(7,18,14,.94), rgba(7,18,14,.5)), url("/assets/9666bet-hero.png") center / cover no-repeat; }
.b966-column-hero .b966-shell, .b966-article-hero .b966-shell { min-height: 330px; display: grid; align-content: center; padding: 62px 0; }
.b966-column-hero h1, .b966-article-hero h1 { max-width: 850px; font-size: clamp(40px, 5vw, 62px); line-height: 1.06; font-weight: 1000; }
.b966-column-hero p, .b966-article-hero p { max-width: 720px; margin-top: 18px; color: rgba(255,255,255,.84); font-size: 17px; font-weight: 700; }
.b966-column-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.b966-column-card { padding: 24px; border: 1px solid var(--b966-line); border-radius: var(--b966-radius); background: #fff; box-shadow: var(--b966-shadow); }
.b966-column-card b { color: var(--b966-green); font-size: 32px; font-weight: 1000; }
.b966-column-card h2 { margin-top: 12px; font-size: 21px; line-height: 1.22; }
.b966-column-card p { margin-top: 8px; color: var(--b966-muted); }
.b966-article-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; }
.b966-article-main { padding: 36px; }
.b966-article-main h1 { font-size: clamp(32px, 4vw, 50px); line-height: 1.1; }
.b966-article-main h2 { margin: 28px 0 10px; color: var(--b966-green); font-size: 28px; }
.b966-article-main p, .b966-article-main li { color: #2d3732; font-size: 17px; }
.b966-article-main img { width: 100%; margin: 24px 0; border-radius: var(--b966-radius); border: 1px solid var(--b966-line); }
.b966-article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 22px; }
.b966-article-meta span { padding: 8px 11px; border: 1px solid var(--b966-line); border-radius: 999px; color: var(--b966-muted); font-size: 13px; font-weight: 900; }
.b966-side { padding: 24px; position: sticky; top: 18px; }
.b966-side h3 { font-size: 22px; font-weight: 1000; }
.b966-side ul { margin: 16px 0 0; padding: 0; list-style: none; }
.b966-side li { border-bottom: 1px solid var(--b966-line); }
.b966-side a { display: block; padding: 12px 0; font-weight: 900; }
.b966-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; padding: 0; list-style: none; }
.b966-pagination li, .b966-pagination a, .b966-pagination span { display: inline-grid; min-height: 36px; place-items: center; padding: 0 11px; border: 1px solid var(--b966-line); border-radius: 7px; background: #fff; }
.b966-nextprev { display: grid; gap: 8px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--b966-line); color: var(--b966-green); font-weight: 900; }
.b966-footer { background: #07120e; color: #fff; padding: 46px 0 22px; }
.b966-footer-grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 28px; }
.b966-footer h4 { font-size: 16px; margin: 0 0 12px; }
.b966-footer p, .b966-footer li { color: rgba(255,255,255,.72); font-size: 14px; }
.b966-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.b966-copy { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.66); text-align: center; font-size: 13px; font-weight: 800; }
@media (max-width: 980px) {
  .b966-top .b966-shell, .b966-header-main { flex-direction: column; align-items: stretch; padding: 16px 0; }
  .b966-actions { display: grid; grid-template-columns: repeat(2, 1fr); }
  .b966-hero-grid, .b966-overview-card, .b966-banners, .b966-info-grid, .b966-news-layout, .b966-steps, .b966-faq-help, .b966-footer-grid, .b966-column-grid, .b966-article-wrap { grid-template-columns: 1fr; }
  .b966-overview-icons { grid-template-columns: repeat(2, 1fr); }
  .b966-hero { background: linear-gradient(180deg, #07140f 0%, #10251b 58%, #f3f7f4 58%); }
  .b966-visual { padding-top: 0; }
  .b966-popular-panel, .b966-side { position: static; }
  .b966-news-card { grid-template-columns: 36px 100px 1fr; }
  .b966-news-media img { width: 100px; height: 68px; }
}
@media (max-width: 560px) {
  .b966-shell { width: min(100% - 28px, 720px); }
  .b966-top .b966-shell { gap: 8px; }
  .b966-top-links { flex-wrap: wrap; }
  .b966-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; min-height: 0; overflow: visible; white-space: normal; }
  .b966-nav a { min-height: 44px; justify-content: center; padding: 0 8px; text-align: center; line-height: 1.25; font-size: 12px; }
  .b966-logo-word { font-size: 34px; }
  .b966-hero h1 { font-size: 38px; }
  .b966-hero p { font-size: 15px; }
  .b966-hero-copy { padding: 42px 0 24px; }
  .b966-overview-icons { grid-template-columns: 1fr; }
  .b966-banner { grid-template-columns: 1fr; }
  .b966-news-card { grid-template-columns: 1fr; }
  .b966-card-rank { width: 34px; }
  .b966-news-media img { width: 100%; height: auto; aspect-ratio: 16 / 9; }
  .b966-panel, .b966-article-main { padding: 22px; }
}
