:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-2: #f0f3f9;
  --text: #172033;
  --muted: #627089;
  --primary: #d62839;
  --border: #dfe6f1;
  --shadow: 0 14px 35px rgba(23, 32, 51, 0.08);
  --radius: 18px;
  --container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Hind Siliguri", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.8;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--primary); }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.section-gap { padding: 28px 0 48px; }
.narrow-container { width: min(calc(100% - 32px), 820px); margin: 0 auto; }
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.card-body { padding: 18px; }
.topbar { background: #0f1728; color: #f7f8fb; font-size: 14px; }
.topbar-inner { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; }
.branding-row { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; }
.site-branding { display: flex; gap: 14px; align-items: center; }
.site-title { font-size: 34px; font-weight: 700; display: inline-block; color: var(--text); }
.site-description { margin: 4px 0 0; color: var(--muted); }
.menu-toggle { display: none; border: 0; background: var(--primary); color: #fff; border-radius: 10px; padding: 10px 14px; }
.main-navigation { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.main-navigation ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 24px; flex-wrap: wrap; }
.main-navigation a { display: block; padding: 14px 0; font-weight: 600; }
.breaking-bar { background: #fff3f3; border-bottom: 1px solid #ffd5d8; }
.breaking-inner { display: grid; grid-template-columns: 110px 1fr; gap: 16px; align-items: center; padding: 10px 0; }
.breaking-label { background: var(--primary); color: #fff; text-align: center; border-radius: 999px; padding: 8px 12px; font-weight: 700; }
.breaking-items { display: flex; gap: 20px; overflow: auto; white-space: nowrap; }
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; margin-bottom: 36px; }
.hero-title { font-size: clamp(30px, 4vw, 44px); line-height: 1.2; margin: 10px 0; }
.hero-side { display: grid; gap: 16px; }
.mini-card { display: grid; grid-template-columns: 110px 1fr; }
.mini-thumb { width: 110px; height: 100%; object-fit: cover; }
.card-image, .hero-image { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; }
.archive-grid, .section-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.news-section { margin: 0 0 36px; }
.section-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.section-head h2, .page-header h1, .single-title, .page-title { margin: 0; line-height: 1.25; }
.section-head h2 { font-size: 28px; position: relative; padding-left: 14px; }
.section-head h2::before { content: ""; width: 5px; height: 26px; background: var(--primary); border-radius: 999px; position: absolute; left: 0; top: 7px; }
.entry-meta { display: flex; gap: 14px; flex-wrap: wrap; color: var(--muted); font-size: 14px; }
.bsp-category-badge { display: inline-block; padding: 6px 12px; border-radius: 999px; background: #fee7ea; color: var(--primary); font-size: 13px; font-weight: 700; }
.card-title, .mini-card h3 { margin: 10px 0 8px; line-height: 1.35; font-size: 22px; }
.single-header { margin-bottom: 22px; }
.single-title { font-size: clamp(32px, 4vw, 52px); margin-top: 10px; }
.single-thumb { margin: 18px 0 24px; }
.entry-content p { margin: 0 0 1.2em; font-size: 18px; }
.post-navigation, .posts-navigation, .post-tags, .pagination-wrap { margin-top: 28px; }
.sidebar-column { display: grid; gap: 20px; align-content: start; }
.bsp-widget { padding: 18px; }
.widget-title { margin-top: 0; margin-bottom: 14px; font-size: 22px; }
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget li { padding: 10px 0; border-bottom: 1px solid var(--border); }
.search-form { display: flex; gap: 10px; }
.search-field { width: 100%; padding: 14px 16px; border-radius: 12px; border: 1px solid var(--border); background: #fff; }
.search-submit { border: 0; background: var(--primary); color: #fff; border-radius: 12px; padding: 0 18px; font-weight: 700; }
.site-footer { margin-top: 42px; background: #0f1728; color: #e8edf8; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 42px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 10px 0; text-align: center; color: #afbdd8; }
.not-found-wrap { text-align: center; padding-top: 80px; padding-bottom: 80px; }
.comment-list { padding-left: 20px; }
.nav-links { display: flex; justify-content: space-between; gap: 20px; }
.screen-reader-text { position: absolute; left: -9999px; }
