:root {
  --red: #7f1512;
  --deep-red: #2a1712;
  --ink: #fff7e8;
  --muted: rgba(255, 247, 232, 0.68);
  --line: rgba(255, 226, 170, 0.16);
  --paper: rgba(24, 22, 20, 0.94);
  --soft: rgba(255, 245, 221, 0.07);
  --gold: #ffe1a1;
  --page-bg: #171411;
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 226, 170, 0.08), transparent 24%),
    linear-gradient(180deg, #171411 0%, #15120f 42%, #12100d 72%, #0f0d0b 100%);
  color: var(--ink);
  font-family: "Noto Sans Devanagari", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  overflow-wrap: anywhere;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.22s ease, opacity 0.22s ease;
}

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: visible;
  background: rgba(20, 20, 20, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.breaking-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 38px;
  padding: 0 24px;
  background: rgba(10, 9, 8, 0.96);
  color: #fff;
  overflow: hidden;
}

.breaking-label {
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffeab5 0%, #dca64f 100%);
  color: #20170c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker {
  overflow: hidden;
}

.ticker-track {
  display: flex;
  gap: 42px;
  width: max-content;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  animation: tickerMove 30s linear infinite;
}

.date-pill {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  white-space: nowrap;
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 140px;
  padding: 20px 42px;
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 226, 170, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(42, 23, 18, 0.98), rgba(127, 21, 18, 0.95));
  color: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 105px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong {
  display: block;
  font-size: clamp(1.65rem, 4vw, 2.8rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.header-ad-banner {
  position: relative;
  display: flex;
  flex: 1 1 720px;
  align-items: center;
  justify-content: center;
  width: min(100%, 760px);
  height: 90px;
  overflow: hidden;
  border: 1px solid rgba(255, 226, 170, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 226, 170, 0.18), rgba(255, 245, 221, 0.06)),
    rgba(17, 16, 13, 0.34);
  color: rgba(255, 247, 232, 0.74);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  transition: border-color 0.22s ease, filter 0.22s ease;
}

.header-ad-banner:hover {
  border-color: rgba(255, 226, 170, 0.44);
  filter: brightness(1.04);
}

.header-ad-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-ad-banner.contain img {
  object-fit: contain;
}

.header-ad-placeholder {
  padding: 0 16px;
}

.header-ad-banner.has-ad .header-ad-placeholder {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.live-button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 226, 170, 0.3);
  border-radius: 999px;
  background: rgba(255, 245, 221, 0.08);
  color: #fff1c9;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.live-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 226, 170, 0.16);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.main-nav {
  display: flex;
  gap: 2px;
  padding: 0 24px;
  overflow-x: auto;
  overflow-y: visible;
  background: rgba(20, 20, 20, 0.9);
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}

.main-nav > a,
.nav-link {
  flex: 0 0 auto;
  padding: 13px 16px;
  color: rgba(255, 247, 232, 0.9);
  font-size: 0.9rem;
  font-weight: 800;
  border-bottom: 3px solid transparent;
  transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.main-nav > a:hover,
.nav-link:hover,
.nav-item.open .nav-link {
  color: var(--gold);
  background: rgba(255, 226, 170, 0.06);
  border-bottom-color: var(--gold);
}

.nav-item {
  position: relative;
  flex: 0 0 auto;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.dropdown-arrow {
  font-size: 0.72rem;
  line-height: 1;
  transition: transform 0.22s ease;
}

.has-dropdown:hover .dropdown-arrow,
.nav-item.open .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 200;
  min-width: 220px;
  padding: 8px;
  border: 1px solid rgba(255, 226, 170, 0.2);
  border-radius: 8px;
  background: rgba(20, 20, 20, 0.98);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  visibility: hidden;
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu,
.nav-item.open .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: rgba(255, 247, 232, 0.9);
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
  transition: background 0.22s ease, color 0.22s ease;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
  background: rgba(255, 226, 170, 0.12);
  color: var(--gold);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  gap: 20px;
}

.lead-story,
.right-rail,
.section-block,
.sidebar section,
.category-tabs {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.lead-story:hover,
.right-rail:hover,
.section-block:hover,
.sidebar section:hover,
.category-tabs:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 226, 170, 0.28);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
}

.lead-story {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}

.lead-story img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.lead-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82));
}

.story-tag,
.news-card span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffeab5 0%, #dca64f 100%);
  color: #20170c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.lead-overlay h1 {
  max-width: 780px;
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.lead-overlay p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.6;
}

.right-rail {
  padding: 18px;
}

.right-rail h2,
.section-head h2,
.trend-box h2,
.poll-box h2 {
  color: var(--gold);
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.update-list {
  display: grid;
  margin-top: 14px;
}

.update-list a {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-weight: 800;
  line-height: 1.35;
}

.update-list a:hover,
.trend-box a:hover,
.section-head a:hover {
  color: var(--gold);
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 20px;
  margin-top: 20px;
}

.main-column {
  display: grid;
  gap: 20px;
}

.section-block,
.category-tabs {
  padding: 20px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid rgba(255, 226, 170, 0.36);
}

.section-head a {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.news-card {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  transition: transform 0.24s ease, background 0.24s ease;
}

.news-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 245, 221, 0.05);
}

.news-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 12px;
  border-radius: 6px;
}

.news-card h3,
.split-list h3,
.video-card h3,
.tab-panel h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.news-card p,
.split-list p,
.tab-panel p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.split-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.split-list article {
  padding: 16px;
  background: var(--soft);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
}

.video-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.video-card {
  position: relative;
  overflow: hidden;
  background: #11100d;
  color: #fff;
  border-radius: 8px;
}

.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.78;
}

.video-card button {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 8px 13px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffeab5 0%, #dca64f 100%);
  color: #20170c;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.video-card button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.video-card h3 {
  padding: 14px;
}

.sidebar {
  display: grid;
  align-content: start;
  gap: 20px;
}

.trend-box,
.poll-box {
  padding: 18px;
}

.trend-box ol {
  margin-top: 12px;
  list-style-position: inside;
  counter-reset: trend;
}

.trend-box li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--gold);
  font-weight: 900;
}

.trend-box a {
  color: var(--ink);
}

.poll-box p {
  margin: 14px 0;
  color: var(--muted);
  line-height: 1.5;
}

.poll-box button,
.tab-button {
  width: 100%;
  min-height: 42px;
  margin-bottom: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 245, 221, 0.08);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.poll-box button:hover,
.tab-button.active {
  background: linear-gradient(180deg, #ffeab5 0%, #dca64f 100%);
  color: #20170c;
  border-color: rgba(255, 226, 170, 0.5);
}

.poll-box button:hover,
.tab-button:hover {
  transform: translateY(-2px);
}

.poll-result {
  margin-top: 12px;
  padding: 12px;
  background: rgba(255, 226, 170, 0.1);
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.4;
}

.category-tabs {
  margin-top: 20px;
}

.tab-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.tab-panel {
  display: none;
  padding: 18px;
  background: var(--soft);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
}

.tab-panel.active {
  display: block;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding: 28px 24px;
  background: #11100d;
  color: #fff;
}

.site-footer p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-links {
  display: flex;
  gap: 16px;
  font-weight: 800;
}

.article-page {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-page h1 {
  max-width: 860px;
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.article-meta,
.article-summary {
  color: var(--muted);
  line-height: 1.6;
}

.article-featured {
  width: 100%;
  max-height: 540px;
  margin: 22px 0;
  border-radius: 8px;
  object-fit: cover;
}

.article-content {
  margin-top: 18px;
  color: rgba(255, 247, 232, 0.9);
  font-size: 1.05rem;
  line-height: 1.8;
}

.article-content img,
.article-content video,
.article-content iframe {
  max-width: 100%;
}

.article-content img {
  height: auto;
  margin: 16px 0;
  border-radius: 8px;
}

.article-share,
.article-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.article-share a,
.article-nav a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold);
  font-weight: 900;
}

.related-news {
  margin-top: 24px;
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 920px) {
  .masthead {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .header-ad-banner {
    width: 100%;
    max-width: none;
  }

  .header-actions {
    width: 100%;
  }

  .live-button {
    width: 100%;
  }

  .hero-grid,
  .news-layout {
    grid-template-columns: 1fr;
  }

  .card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sidebar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .breaking-strip {
    grid-template-columns: auto 1fr;
    padding: 0 12px;
    gap: 8px;
  }

  .date-pill {
    display: none;
  }

  .masthead,
  .main-nav {
    padding-left: 14px;
    padding-right: 14px;
  }

  .main-nav {
    flex-wrap: nowrap;
  }

  .nav-item,
  .main-nav > a,
  .nav-link {
    flex: 0 0 auto;
  }

  .dropdown-menu {
    left: 0;
    min-width: min(280px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
  }

  .dropdown-menu a {
    padding: 12px;
  }

  .masthead {
    min-height: 118px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  main {
    width: min(100% - 20px, 1180px);
    margin-top: 12px;
  }

  .brand-mark {
    width: 178px;
    height: 78px;
  }

  .header-ad-banner {
    height: 72px;
  }

  .lead-story,
  .lead-story img {
    min-height: 320px;
  }

  .lead-overlay {
    padding: 18px;
  }

  .lead-overlay h1,
  .article-page h1 {
    font-size: 1.75rem;
  }

  .card-grid,
  .split-list,
  .video-strip,
  .sidebar,
  .tab-buttons,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }

  .footer-links,
  .article-nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .article-page,
  .section-block,
  .category-tabs {
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .brand-mark {
    width: 150px;
    height: 66px;
  }

  .header-ad-banner {
    height: 64px;
  }

  .lead-story,
  .lead-story img {
    min-height: 280px;
  }

  .story-tag,
  .news-card span {
    font-size: 0.66rem;
  }
}
