:root {
  --primary: #0057b8;
  --primary-dark: #003d82;
  --accent: #e11d48;
  --text: #222;
  --muted: #6b7280;
  --bg: #f3f4f6;
  --line: #e5e7eb;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Noto Sans Devanagari", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img, picture { max-width: 100%; display: block; }
.wrap { max-width: 1230px; margin: 0 auto; padding: 0 16px; }
.narrow { max-width: 820px; }

.ad-slot {
  background: #eef2f7; border: 1px dashed #9aa7b8; color: #5b6b7c;
  text-align: center; font-size: 12px; font-weight: 600;
  min-height: 70px; display: flex; align-items: center; justify-content: center;
  margin: 0;
}
.ad-slot.has-code { background: transparent; border: 0; min-height: 0; display: block; }
.logo-row .ad-slot { width: 728px; max-width: 100%; height: 90px; min-height: 90px; }

.topbar { background: #111827; color: #fff; font-size: 13px; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 36px; gap: 16px; }
.breaking { display: flex; align-items: center; gap: 10px; min-width: 0; }
.breaking b { background: var(--accent); padding: 3px 8px; font-size: 11px; border-radius: 2px; }
.breaking a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff; }
.top-date { opacity: .75; white-space: nowrap; }

.logo-row { background: #fff; border-bottom: 1px solid var(--line); }
.logo-row .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px; min-height: 110px; }
.logo { font-size: 34px; font-weight: 800; color: var(--primary); letter-spacing: -1px; }
.logo span { color: #111; }
.custom-logo { max-height: 64px; width: auto; }

.nav { background: var(--primary); }
.nav-inner { display: flex; align-items: center; gap: 12px; }
.menu { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; flex: 1; }
.menu a { color: #fff; padding: 13px 14px; font-size: 14px; font-weight: 600; display: block; }
.menu a:hover, .current-menu-item > a { background: var(--primary-dark); }
.menu-toggle { display: none; background: transparent; color: #fff; border: 0; font-size: 22px; }
.search input { border: 0; border-radius: 16px; padding: 7px 12px; width: 160px; font-size: 13px; }

.main { padding: 18px 0 40px; }
.grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 24px; align-items: start; }

.featured { display: grid; grid-template-columns: 1.45fr 1fr; gap: 10px; margin-bottom: 8px; }
.feat-main { position: relative; min-height: 360px; overflow: hidden; background: #111; color: #fff; display: block; }
.feat-main img, .feat-main picture, .feat-main picture img {
  width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; opacity: .88;
}
.feat-main .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; z-index: 1;
  background: linear-gradient(transparent, rgba(0,0,0,.82));
}
.feat-main h2 { margin: 6px 0 0; font-size: 24px; line-height: 1.3; color: #fff; }
.feat-side { display: flex; flex-direction: column; gap: 10px; }
.feat-card { display: grid; grid-template-columns: 130px 1fr; gap: 10px; background: #fff; min-height: 113px; }
.feat-card img, .feat-card picture img { width: 130px; height: 113px; object-fit: cover; }
.feat-card h3 { margin: 4px 8px 0 0; font-size: 15px; line-height: 1.35; }

.badge { display: inline-block; background: var(--primary); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 7px; margin-bottom: 6px; }
.badge.red { background: var(--accent); }
.badge.green { background: #15803d; }
.meta { font-size: 12px; color: var(--muted); margin-top: 6px; }
.feat-main .meta { color: rgba(255,255,255,.85); }

.block { margin: 8px 0 18px; }
.block-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 3px solid var(--primary); margin-bottom: 12px; }
.block-head h2 { margin: 0; background: var(--primary); color: #fff; font-size: 15px; padding: 8px 14px; }
.block-head a { font-size: 13px; color: var(--primary); font-weight: 600; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cards-archive { grid-template-columns: repeat(2, 1fr); }
.card { background: #fff; display: block; }
.card img, .card picture img { width: 100%; height: 150px; object-fit: cover; }
.card .body { padding: 12px; }
.card h3 { margin: 0; font-size: 15px; line-height: 1.4; }

.list { display: flex; flex-direction: column; gap: 10px; }
.list-item { display: grid; grid-template-columns: 100px 1fr; gap: 10px; background: #fff; }
.list-item img, .list-item picture img { width: 100px; height: 72px; object-fit: cover; }
.list-item h3 { margin: 8px 8px 0 0; font-size: 14px; }

.sidebar { display: flex; flex-direction: column; gap: 16px; }
.widget { background: #fff; }
.widget-title { background: var(--primary); color: #fff; font-size: 13px; font-weight: 700; padding: 10px 14px; margin: 0; text-transform: uppercase; }
.widget-title.x { background: #111827; }
.widget-title.yt { background: #dc2626; }
.widget-body { padding: 12px 14px; }
.pop { list-style: none; margin: 0; padding: 0; }
.pop li { display: flex; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.pop li:last-child { border-bottom: 0; }
.num { width: 22px; height: 22px; background: #eef4fb; color: var(--primary); display: grid; place-items: center; font-size: 12px; font-weight: 800; flex-shrink: 0; }

.wa { background: linear-gradient(135deg,#25D366,#128C7E); color: #fff; padding: 18px 16px; text-align: center; }
.wa h3 { margin: 0 0 6px; color: #fff; }
.wa p { margin: 0 0 12px; font-size: 13px; }
.wa a { display: block; background: #fff; color: #128C7E; padding: 10px; font-weight: 700; border-radius: 6px; }

.x-item { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); }
.x-item:last-child { border-bottom: 0; }
.x-item p { font-size: 13px; margin: 0 0 4px; }
.follow { display: inline-block; margin: 0 14px 12px; padding: 7px 12px; background: #111827; color: #fff; border-radius: 20px; font-size: 12px; font-weight: 700; }
.follow.yt { background: #dc2626; }
.yt-item { display: grid; grid-template-columns: 108px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.yt-item:last-child { border-bottom: 0; }
.yt-thumb { position: relative; height: 64px; background: #1f2937; }
.yt-thumb span { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; }
.yt-item h4 { margin: 0; font-size: 13px; line-height: 1.35; }

.article { background: #fff; padding: 24px; }
.article-title { font-size: 32px; line-height: 1.25; margin: 8px 0 10px; }
.article-hero { margin: 16px 0; }
.article-hero img { width: 100%; height: auto; }
.article-body { font-size: 17px; line-height: 1.8; }
.article-body p { margin: 0 0 1em; }
.article-body img { margin: 12px 0; height: auto; }
.article-tags { margin-top: 20px; }
.article-tags a { display: inline-block; background: #eef4fb; padding: 4px 10px; margin: 0 6px 6px 0; font-size: 13px; }
.page-head h1 { font-size: 28px; margin: 0 0 16px; }
.pager { margin: 24px 0; }

.follow-strip { background: #111827; color: #fff; padding: 14px 0; }
.follow-strip .wrap { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; }
.follow-strip a { color: #cbd5e1; }
.follow-strip a:hover { color: #fff; }

.footer { background: #111827; color: #94a3b8; padding: 36px 0 16px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 28px; }
.footer h4 { color: #fff; margin: 0 0 12px; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin: 0 0 8px; font-size: 13px; }
.footer a:hover { color: #fff; }
.muted { font-size: 13px; }
.copy { border-top: 1px solid #1f2937; margin-top: 24px; padding-top: 14px; display: flex; justify-content: space-between; font-size: 12px; }

@media (max-width: 980px) {
  .grid, .featured, .footer-grid, .cards, .cards-archive { grid-template-columns: 1fr; }
  .feat-main { min-height: 240px; }
  .logo-row .ad-slot { width: 100%; }
  .menu-toggle { display: block; }
  .menu { display: none; flex-direction: column; width: 100%; }
  .nav-inner.is-open .menu { display: flex; }
  .nav-inner { flex-wrap: wrap; }
}
@media (max-width: 600px) {
  .logo { font-size: 26px; }
  .article-title { font-size: 24px; }
}

.follow-box {
  margin: 28px 0 8px;
  padding: 28px 16px 24px;
  background: #f8fafc;
  text-align: center;
  border-radius: 8px;
}
.follow-box h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #111;
}
.follow-box p {
  margin: 0 0 18px;
  color: #6b7280;
  font-size: 14px;
}
.follow-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.follow-btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 11px 16px;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
}
.follow-btns .wa { background: #22c55e; }
.follow-btns .gn { background: #3b82f6; }
.follow-btns .x { background: #111; }
.follow-btns .fb { background: #2563eb; }
.follow-btns .yt { background: #ef4444; }
.follow-btns .btn:hover { opacity: .92; }
.follow-btns .ig { background: #e1306c; }
.follow-btns .tg { background: #229ed9; }
