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