:root {
  --bg: #050907;
  --bg-2: #09150f;
  --panel: #07100b;
  --panel-2: #0d1912;
  --line: rgba(245, 194, 66, .34);
  --gold: #ffd45b;
  --gold-2: #ffe38a;
  --green: #159963;
  --green-2: #1bd685;
  --red: #d71920;
  --red-2: #ef2630;
  --text: #fff9e7;
  --muted: #b6c5ba;
  --paper: #f3f6f0;
  --paper-text: #172119;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(0, 0, 0, .32);
  font-family: "Noto Sans Bengali", "Hind Siliguri", "SolaimanLipi", "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--paper-text); letter-spacing: 0; line-height: 1.62; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: #020303; border-bottom: 1px solid rgba(255, 212, 91, .42); color: #d8decf; font-size: 13px; font-weight: 800; }
.topbar .wrap { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar strong { color: var(--gold-2); text-transform: uppercase; font-size: 12px; }
.masthead { background: linear-gradient(180deg, #07100b, #09150f); color: var(--text); border-bottom: 1px solid rgba(255, 212, 91, .2); }
.masthead-inner { min-height: 96px; display: grid; grid-template-columns: auto minmax(260px, 1fr) auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px 16px 8px 8px; background: linear-gradient(135deg, var(--gold), var(--green)); color: #07100b; font-size: 25px; font-weight: 950; box-shadow: 0 0 0 1px rgba(255, 227, 138, .65), 0 18px 32px rgba(0,0,0,.28); }
.brand strong { display: block; color: var(--gold-2); font-size: 39px; font-weight: 950; line-height: .95; }
.brand em { display: block; margin-top: 7px; color: #cad6ce; font-size: 12px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.brand.small .brand-mark { width: 42px; height: 42px; font-size: 18px; }
.brand.small strong { font-size: 27px; }
.search { height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 1px solid rgba(255, 212, 91, .28); border-radius: 6px; color: #88958d; background: rgba(0,0,0,.35); font-size: 13px; font-weight: 800; }
.top-actions { display: flex; gap: 10px; white-space: nowrap; }
.top-actions a { min-width: 86px; height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #eef4ea; background: rgba(255,255,255,.06); font-weight: 900; font-size: 13px; }
.top-actions a:first-child { border-color: rgba(255, 212, 91, .65); color: #171000; background: var(--gold); }
.nav-band { position: sticky; top: 0; z-index: 5; background: linear-gradient(90deg, #c71622, var(--red-2) 52%, #c71622); box-shadow: 0 12px 24px rgba(215, 25, 32, .23); }
.nav { min-height: 52px; display: flex; align-items: center; justify-content: center; overflow-x: auto; scrollbar-width: none; }
.nav a { height: 52px; display: inline-flex; align-items: center; padding: 0 16px; color: #fff8e7; font-size: 14px; font-weight: 950; white-space: nowrap; border-bottom: 4px solid transparent; }
.nav a.active, .nav a:hover { border-bottom-color: var(--gold); background: rgba(0,0,0,.12); }
.dark-zone { background:
  radial-gradient(circle at 22% 3%, rgba(255, 212, 91, .16), transparent 28%),
  radial-gradient(circle at 88% 8%, rgba(27, 214, 133, .18), transparent 30%),
  linear-gradient(180deg, #030504 0%, #07100b 100%); color: var(--text); padding: 26px 0 30px; }
.breaking { min-height: 44px; display: flex; align-items: center; gap: 16px; padding: 11px 16px; border: 1px solid rgba(255, 212, 91, .32); border-radius: var(--radius); background: rgba(5, 9, 7, .78); box-shadow: var(--shadow); color: #dbe6d6; }
.breaking strong { color: var(--gold-2); font-size: 13px; text-transform: uppercase; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; align-items: stretch; margin-top: 18px; }
.hero-card, .article-hero { position: relative; overflow: hidden; border: 1px solid rgba(255, 212, 91, .48); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-card { min-height: 486px; background: linear-gradient(90deg, rgba(3,5,4,.94) 0%, rgba(3,5,4,.72) 45%, rgba(3,5,4,.13) 100%), url('/assets/8u9/8u9-hero.png') center / cover no-repeat; display: flex; align-items: center; }
.hero-copy { width: min(590px, 73%); padding: 58px 0 52px 58px; }
.hero-copy h1, .article-hero h1 { margin: 0; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.03; color: #fffdf4; text-shadow: 0 4px 18px rgba(0,0,0,.5); font-weight: 950; }
.hero-copy h1 span { color: var(--gold); }
.hero-copy p, .article-hero p { margin: 20px 0 0; color: #d6e1d8; font-size: 18px; font-weight: 800; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 6px; font-weight: 950; border: 1px solid transparent; }
.btn.gold { background: var(--gold); color: #171000; box-shadow: 0 16px 34px rgba(255, 212, 91, .24); }
.btn.outline { color: #fff9e7; border-color: rgba(255, 212, 91, .48); background: rgba(0,0,0,.3); }
.rank-area { display: grid; gap: 16px; }
.rank-card { border: 1px solid rgba(255, 212, 91, .36); border-radius: var(--radius); background: #07100b; overflow: hidden; }
.rank-card h2 { margin: 0; padding: 18px 20px; color: var(--gold-2); font-size: 23px; border-bottom: 3px solid var(--red); }
.rank-card ol { list-style: none; padding: 10px 18px 16px; margin: 0; display: grid; gap: 12px; }
.rank-card li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.rank-card li b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 6px; background: var(--gold); color: #10120a; }
.rank-card strong { display: block; color: #fffdf4; font-size: 14px; line-height: 1.35; }
.rank-card em, .date-row em { display: block; color: #aab7ad; font-style: normal; font-size: 13px; margin-top: 2px; }
.date-row { display: grid; grid-template-columns: 56px 1fr; gap: 13px; padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.date-row:last-child { border-bottom: 0; }
.date-row b { display: grid; place-items: center; min-height: 52px; border-radius: 6px; background: #11915e; color: #fff; font-size: 13px; line-height: 1.05; }
.feature-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: -28px; position: relative; z-index: 2; }
.feature { min-height: 112px; display: grid; grid-template-columns: 54px 1fr; gap: 13px; align-items: center; padding: 19px; border: 1px solid rgba(255,212,91,.32); border-radius: var(--radius); background: #07100b; color: #fff; box-shadow: var(--shadow); }
.feature > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #151000; font-weight: 950; }
.feature h3 { margin: 0 0 4px; color: var(--gold); font-size: 18px; }
.feature p { margin: 0; color: #b8c6ba; font-size: 13px; font-weight: 800; }
.paper-section { padding: 58px 0; }
.paper-section.tight { padding-top: 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding-bottom: 8px; border-bottom: 4px solid var(--red); }
.section-head h2 { margin: 0; color: var(--red); font-size: clamp(28px, 3vw, 38px); line-height: 1.15; font-weight: 950; }
.section-head a { color: #127b4e; font-weight: 950; }
.column-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.column-card, .news-card, .info-split > article, .faq-grid > article, .side-panel, .article-body { background: #fff; border: 1px solid #dfe7df; border-radius: var(--radius); box-shadow: 0 12px 34px rgba(0,0,0,.08); }
.column-card { overflow: hidden; }
.column-card img, .news-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.column-card div { padding: 19px; }
.column-card span { display: inline-flex; margin-bottom: 10px; padding: 4px 8px; border-radius: 5px; background: #e7f4ed; color: #087447; font-size: 12px; font-weight: 950; }
.column-card h3, .news-card h3 { margin: 0 0 8px; font-size: 22px; line-height: 1.25; }
.column-card p, .news-card p { margin: 0; color: #5e6b61; font-weight: 700; }
.process { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 18px; padding: 28px; border-radius: var(--radius); background: #07100b; color: #fff; }
.process h2 { margin: 0 0 8px; color: var(--gold); font-size: 32px; line-height: 1.16; }
.process p { margin: 0; color: #c0c9c1; }
.process article { padding: 20px; border: 1px solid #3d4e26; border-radius: var(--radius); background: rgba(0,0,0,.24); }
.process b { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 7px; background: var(--gold); color: #171000; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-list { display: grid; gap: 18px; }
.news-card { overflow: hidden; }
.news-body { padding: 20px; }
.news-body > span, .meta { color: #09885c; font-size: 13px; font-weight: 950; }
.readmore { display: inline-flex; margin-top: 14px; color: #087447; font-weight: 950; }
.info-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.info-split > article { padding: 24px; }
.guide-list { display: grid; }
.guide-list div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid #e3eae2; }
.guide-list div:last-child { border-bottom: 0; }
.guide-list b { color: var(--red); }
.image-panel img { border-radius: 6px; margin-bottom: 18px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.faq-grid > article { padding: 18px; }
.faq-grid h3 { margin: 0 0 8px; color: #14331f; }
.faq-grid p { margin: 0; color: #66746a; }
.article-hero { min-height: 330px; display: flex; align-items: center; color: var(--text); border-width: 0 0 4px; border-color: var(--red); border-radius: 0; background: linear-gradient(90deg, rgba(3,5,4,.94), rgba(3,5,4,.56), rgba(3,5,4,.14)), var(--hero-img) center / cover no-repeat; }
.breadcrumb { display: flex; gap: 9px; align-items: center; color: #dbe5dc; font-weight: 900; margin-bottom: 14px; }
.breadcrumb a { color: var(--gold); }
.content-band { padding: 44px 0 64px; }
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.article-body { padding: clamp(24px, 4vw, 44px); }
.article-body h1, .article-body h2 { color: var(--red); line-height: 1.2; }
.article-body h1 { font-size: clamp(32px, 4vw, 48px); margin-top: 8px; }
.article-body p, .article-body li { color: #45524a; font-size: 16px; }
.lead-image { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius); margin-bottom: 26px; }
.note { margin: 22px 0; padding: 18px; border-left: 5px solid var(--gold); background: #fff7d7; color: #2d2b18; font-weight: 900; }
.side { display: grid; gap: 18px; }
.side-panel { padding: 20px; }
.side-panel.accent { background: #07100b; color: #fff; border-color: rgba(255,212,91,.34); }
.side-panel h3 { margin: 0 0 12px; color: var(--red); }
.side-panel.accent h3 { color: var(--gold); }
.side-panel ul { margin: 0; padding-left: 18px; }
.side-panel li { margin: 8px 0; }
.pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.footer { background: #031008; color: #c6d0c8; padding-top: 50px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 50px; padding-bottom: 40px; }
.footer h3 { color: var(--gold); }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.copyright { border-top: 1px solid #1d2c22; text-align: center; padding: 18px; color: #7e8b81; }
@media (max-width: 1040px) {
  .masthead-inner, .hero-grid, .feature-row, .column-grid, .process, .news-grid, .info-split, .layout, .footer-grid { grid-template-columns: 1fr; }
  .masthead-inner { padding: 20px 0; }
  .search { width: 100%; }
  .hero-card { min-height: 500px; background-position: center right; }
  .hero-copy { width: min(620px, 84%); padding: 42px 30px; }
  .feature-row { margin-top: 18px; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 22px, 1180px); }
  .topbar .wrap, .top-actions, .hero-actions { align-items: flex-start; flex-direction: column; }
  .masthead-inner { gap: 16px; }
  .brand strong { font-size: 32px; }
  .brand-mark { width: 48px; height: 48px; }
  .nav { justify-content: flex-start; }
  .nav a { height: 46px; padding: 0 13px; font-size: 13px; }
  .breaking { align-items: flex-start; flex-direction: column; }
  .hero-card { min-height: 560px; background-position: 58% center; }
  .hero-copy { width: 100%; padding: 34px 22px; }
  .hero-copy h1 { font-size: 39px; }
  .hero-copy p { font-size: 16px; }
  .rank-card h2 { font-size: 21px; }
  .guide-list div { grid-template-columns: 1fr; gap: 4px; }
  .faq-grid { grid-template-columns: 1fr; }
  .article-hero { min-height: 360px; }
}