:root {
  --t8-black: #121212;
  --t8-ink: #1d2430;
  --t8-muted: #647184;
  --t8-red: #ce111b;
  --t8-red-dark: #a80d13;
  --t8-gold: #f4c648;
  --t8-gold-soft: #ffe58b;
  --t8-blue: #06377f;
  --t8-navy: #06152d;
  --t8-olive: #8eaa00;
  --t8-line: #e7edf5;
  --t8-surface: #ffffff;
  --t8-bg: #f5f7fb;
  font-family: "Noto Sans Bengali", "Hind Siliguri", "Nirmala UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--t8-bg); color: var(--t8-ink); }
body { margin: 0; background: var(--t8-bg); color: var(--t8-ink); font-size: 16px; line-height: 1.75; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.t8-shell, .t8-section, .t8-article { width: min(1110px, calc(100% - 32px)); margin: 0 auto; }
.t8-header { background: var(--t8-black); color: #fff; box-shadow: 0 10px 26px rgba(0,0,0,.22); position: relative; z-index: 5; }
.t8-top { min-height: 74px; width: min(1110px, calc(100% - 32px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.t8-logo { display: inline-flex; flex-direction: column; justify-content: center; gap: 0; min-width: 190px; }
.t8-logo span { color: var(--t8-gold); font-weight: 950; font-size: clamp(28px, 3.2vw, 44px); line-height: 1; font-style: italic; text-shadow: 0 3px 0 #4a2e00, 0 0 18px rgba(244,198,72,.32); }
.t8-logo i { color: #278cff; font-style: italic; }
.t8-logo small { margin-top: 6px; color: #d5dbe4; font-size: 12px; font-weight: 700; }
.t8-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.t8-actions a { min-height: 38px; padding: 8px 20px; border: 1px solid rgba(244,198,72,.75); border-radius: 999px; color: var(--t8-gold-soft); font-size: 14px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.t8-actions .t8-action-primary { background: var(--t8-gold); color: #121212; border-color: var(--t8-gold); }
.t8-nav { background: linear-gradient(180deg, #e3151e, var(--t8-red-dark)); border-top: 1px solid rgba(255,255,255,.12); min-height: 56px; display: flex; justify-content: center; overflow-x: auto; scrollbar-width: thin; }
.t8-nav a { color: #fff; min-height: 56px; padding: 15px 22px; font-weight: 900; white-space: nowrap; display: inline-flex; align-items: center; border-left: 1px solid rgba(255,255,255,.1); font-size: 15px; }
.t8-nav a:hover, .t8-nav a.is-active { background: var(--t8-olive); color: #101600; }
.t8-hero-banner { background: var(--t8-navy); border-bottom: 4px solid var(--t8-gold); }
.t8-hero-banner img { width: 100%; max-height: 440px; object-fit: cover; object-position: center; }
.t8-home-copy { background: #fff; margin-top: 0; padding: clamp(28px, 4vw, 54px) 0 24px; }
.t8-home-copy h1, .t8-article h1 { width: min(980px, calc(100% - 32px)); margin: 0 auto 16px; text-align: center; font-size: clamp(28px, 4vw, 44px); line-height: 1.2; color: #263140; }
.t8-home-copy p, .t8-article p { width: min(980px, calc(100% - 32px)); margin: 0 auto 16px; color: #576575; }
.t8-highlight-row { width: min(980px, calc(100% - 32px)); margin: 28px auto 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.t8-highlight-row a { min-height: 104px; border: 1px solid #dbe3ee; background: #f8fafc; padding: 16px; display: flex; flex-direction: column; gap: 5px; }
.t8-highlight-row span { color: var(--t8-red); font-weight: 950; }
.t8-highlight-row strong { font-size: 18px; line-height: 1.2; }
.t8-highlight-row small { color: var(--t8-muted); font-weight: 700; }
.t8-section { padding: clamp(34px, 5vw, 62px) 0; }
.t8-section-head { max-width: 780px; margin: 0 auto 24px; text-align: center; }
.t8-section-head h1, .t8-section-head h2 { margin: 0 0 10px; color: #223045; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.25; }
.t8-section-head p { margin: 0; color: var(--t8-muted); }
.t8-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.t8-card, .t8-news-card, .t8-panel { background: var(--t8-surface); border: 1px solid var(--t8-line); border-radius: 8px; box-shadow: 0 14px 30px rgba(29,36,48,.07); }
.t8-card { padding: 22px; display: flex; flex-direction: column; min-height: 265px; }
.t8-card span { color: var(--t8-red); font-size: 13px; font-weight: 900; }
.t8-card h3 { margin: 8px 0 10px; font-size: 22px; line-height: 1.25; color: #1f2c3b; }
.t8-card p { margin: 0 0 18px; color: #607083; }
.t8-card a { margin-top: auto; color: var(--t8-red); font-weight: 900; }
.t8-media-band { display: grid; grid-template-columns: minmax(0, .92fr) minmax(320px, .72fr); gap: 30px; align-items: center; background: #071326; color: #fff; width: 100%; padding-inline: max(16px, calc((100vw - 1110px) / 2)); }
.t8-media-band h2 { margin: 0 0 12px; font-size: clamp(26px, 3.5vw, 40px); line-height: 1.25; color: var(--t8-gold-soft); }
.t8-media-band p, .t8-media-band li { color: #dbe6f4; }
.t8-media-band img { border-radius: 8px; border: 1px solid rgba(244,198,72,.35); box-shadow: 0 22px 50px rgba(0,0,0,.45); aspect-ratio: 16 / 9; object-fit: cover; }
.t8-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.t8-news-card { padding: 22px; min-height: 290px; display: flex; flex-direction: column; }
.t8-news-index { width: 48px; height: 48px; border-radius: 8px; background: var(--t8-black); color: var(--t8-gold); display: grid; place-items: center; font-weight: 950; margin-bottom: 14px; }
.t8-news-card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.35; }
.t8-news-card p { margin: 0 0 14px; color: var(--t8-muted); }
.t8-meta { margin-top: auto; display: flex; gap: 10px; flex-wrap: wrap; color: #7a8797; font-size: 13px; font-weight: 800; }
.t8-warning { background: #fff7dc; border: 1px solid #f0d472; border-radius: 8px; padding: 30px; margin-bottom: 48px; }
.t8-warning h2 { margin: 0 0 10px; color: #5b3700; }
.t8-warning p { margin: 0 0 18px; color: #584a26; }
.t8-warning a, .t8-cta-link { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 9px 18px; background: var(--t8-red); color: #fff; border-radius: 8px; font-weight: 900; }
.t8-page-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 460px); gap: 28px; align-items: center; width: min(1110px, calc(100% - 32px)); margin: 34px auto 0; background: var(--t8-navy); color: #fff; border-radius: 8px; overflow: hidden; padding: clamp(24px, 4vw, 42px); border-bottom: 4px solid var(--t8-red); }
.t8-page-hero h1 { margin: 8px 0 12px; color: var(--t8-gold-soft); font-size: clamp(30px, 4vw, 48px); line-height: 1.15; }
.t8-page-hero p { color: #dae7f8; margin: 0; }
.t8-page-hero img { border-radius: 8px; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid rgba(244,198,72,.32); }
.t8-back { color: var(--t8-gold); font-weight: 900; }
.t8-two-col, .t8-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; align-items: start; }
.t8-two-col > *, .t8-article-layout > *, .t8-page-hero > * { min-width: 0; }
.t8-panel { padding: 24px; min-width: 0; }
.t8-rich p { margin: 0 0 16px; color: #586779; }
.t8-rich h2 { margin: 26px 0 10px; color: #223045; font-size: 26px; line-height: 1.25; }
.t8-rich ul { margin: 0 0 20px; padding-left: 24px; color: #506174; }
.t8-table { overflow-x: auto; margin: 22px 0; border: 1px solid var(--t8-line); border-radius: 8px; }
.t8-table table { width: 100%; border-collapse: collapse; min-width: 620px; }
.t8-table th { background: #111827; color: #fff; text-align: left; }
.t8-table th, .t8-table td { padding: 12px 14px; border-bottom: 1px solid var(--t8-line); vertical-align: top; }
.t8-note { border-left: 4px solid var(--t8-red); background: #fff3f3; padding: 16px; color: #623136; border-radius: 0 8px 8px 0; margin: 22px 0; }
.t8-related { position: sticky; top: 16px; display: flex; flex-direction: column; gap: 12px; }
.t8-related h2 { margin: 0 0 6px; font-size: 24px; color: #223045; }
.t8-related a { display: block; padding: 13px 14px; border: 1px solid var(--t8-line); border-radius: 8px; color: #243246; font-weight: 900; background: #fbfdff; }
.t8-related a span { display: block; color: var(--t8-muted); font-size: 13px; font-weight: 600; line-height: 1.45; margin-top: 4px; }
.t8-article-hero { background: var(--t8-navy); color: #fff; padding: clamp(38px, 6vw, 72px) 0; border-bottom: 4px solid var(--t8-gold); }
.t8-article-hero p { max-width: 880px; margin: 0 0 10px; color: #d9e6f7; }
.t8-article-hero h1 { max-width: 920px; margin: 0 0 14px; font-size: clamp(30px, 4.2vw, 52px); line-height: 1.12; color: var(--t8-gold-soft); }
.t8-lede { font-size: 19px; color: #334155 !important; font-weight: 700; }
details { border: 1px solid var(--t8-line); border-radius: 8px; padding: 13px 15px; margin: 10px 0; background: #fbfdff; }
summary { cursor: pointer; font-weight: 900; color: #263449; }
.t8-prenext { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.t8-pagination { margin-top: 24px; display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.t8-dede-intro { padding-bottom: 22px; }
.t8-footer { background: #101318; color: #d5dbe4; padding-top: 42px; }
.t8-footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr .7fr; gap: 26px; }
.t8-footer p { margin: 14px 0 0; color: #abb6c5; }
.t8-footer strong { display: block; color: var(--t8-gold-soft); margin-bottom: 12px; }
.t8-footer nav { display: flex; flex-direction: column; gap: 9px; }
.t8-footer a { color: #eef4ff; font-weight: 800; }
.t8-footer-logo span { font-size: 30px; }
.t8-copy { margin-top: 32px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; padding: 16px; color: #aeb8c7; font-size: 14px; }
@media (max-width: 900px) {
  .t8-top { flex-direction: column; align-items: flex-start; padding: 16px 0; gap: 12px; }
  .t8-actions { width: 100%; justify-content: flex-start; }
  .t8-nav { justify-content: flex-start; }
  .t8-highlight-row, .t8-card-grid, .t8-news-grid, .t8-media-band, .t8-page-hero, .t8-two-col, .t8-article-layout, .t8-footer-grid { grid-template-columns: 1fr; }
  .t8-media-band { padding-inline: 16px; }
  .t8-related { position: static; }
  .t8-page-hero { margin-top: 18px; }
}
@media (max-width: 520px) {
  body { font-size: 15px; }
  .t8-logo span { font-size: 32px; }
  .t8-actions a { flex: 1 1 120px; }
  .t8-nav a { min-height: 48px; padding: 12px 15px; font-size: 14px; }
  .t8-hero-banner img { min-height: 180px; object-fit: cover; }
  .t8-section { padding: 30px 0; }
  .t8-card, .t8-news-card, .t8-panel { padding: 18px; }
  .t8-page-hero { width: calc(100% - 24px); padding: 18px; }
  .t8-prenext { grid-template-columns: 1fr; }
}

