﻿@font-face {
  font-family: "Marwar Devanagari";
  src: url("../fonts/TiroDevanagariHindi-Regular.ttf") format("truetype");
  font-display: swap;
}

:root {
  --red: #d60812;
  --red-dark: #b90009;
  --navy: #061b2c;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --soft: #f5f6f8;
  --sun: #f97316;
  --shell: 1812px;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Marwar Devanagari", "Nirmala UI", "Noto Sans Devanagari", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
button { border: 0; background: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page-shell {
  width: min(100% - 64px, var(--shell));
  margin-inline: auto;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.header-grid {
  min-height: 124px;
  display: grid;
  grid-template-columns: auto 190px 1fr 200px 300px auto;
  align-items: center;
  gap: 22px;
  position: relative;
}
.icon-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #101010;
  border-radius: 8px;
  font-size: 28px;
}
.brand {
  display: flex;
  align-items: center;
  min-width: 180px;
  color: #151515;
}
.brand-logo {
  width: auto;
  height: 108px;
  max-width: 180px;
  display: block;
  object-fit: contain;
}
.date-line {
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-38%);
  font-size: 13px;
  font-weight: 600;
}
.location-pill {
  justify-self: end;
  height: 42px;
  min-width: 192px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 3px 10px #0000000d;
  font-size: 14px;
  font-weight: 700;
}
.location-pill i:first-child { color: var(--red); font-size: 19px; }
.weather-mini {
  width: 300px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-start;
  font-size: 13px;
  white-space: nowrap;
}
.weather-mini i { color: #f7b500; font-size: 34px; }
.weather-mini b { font-size: 22px; }
.weather-mini span {
  color: var(--muted);
  flex: 0 0 auto;
}
.weather-mini em { padding: 2px 6px; border-radius: 5px; background: #eef0f3; font-style: normal; }
.utility-links {
  position: absolute;
  right: 0;
  top: 12px;
  display: flex;
  gap: 18px;
  font-size: 13px;
  font-weight: 700;
}
.utility-links a + a { border-left: 1px solid #cfd3d8; padding-left: 18px; }
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.outline-btn, .red-btn {
  min-width: 136px;
  height: 48px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 900;
}
.outline-btn { border: 1px solid #c9cdd3; background: #fff; }
.red-btn, .full-red { background: var(--red); color: #fff; }
.red-btn:hover, .full-red:hover, .nav-live:hover { background: var(--red-dark); }
.mobile-icons { display: none; }
.menu-btn { display: none; }

.main-nav { background: var(--navy); color: #fff; }
.nav-row { display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; }
.nav-row a {
  flex: 0 0 auto;
  padding: 14px 18px;
  font-weight: 900;
  font-size: 15px;
}
.nav-row a.active {
  background: var(--red);
  border-radius: 6px;
  margin-right: 3px;
}
.nav-live {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 8px 16px;
  border-radius: 7px;
  color: #fff;
  background: var(--red);
  font-weight: 800;
}

.breaking-strip {
  height: 46px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #f0c6cb;
  border-radius: 7px;
}
.breaking-strip b {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 36px 0 18px;
  background: var(--red);
  color: #fff;
  clip-path: polygon(0 0, 91% 0, 100% 50%, 91% 100%, 0 100%);
  white-space: nowrap;
}
.ticker {
  flex: 1;
  padding: 0 26px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breaking-strip a {
  padding: 0 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.ad-slot {
  display: grid;
  place-items: center;
  min-height: 86px;
  border: 1px dashed #c8ced6;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff7ed 0%, #fff 42%, #f8fafc 100%);
  color: #475569;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
}

.ad-slot span {
  display: block;
  color: #0f172a;
  font-size: 18px;
  letter-spacing: 0;
}

.ad-leaderboard {
  margin-top: 10px;
  min-height: 92px;
}

.ad-mpu {
  min-height: 280px;
}

.ad-infeed {
  margin-top: 12px;
}

.native-ad {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid #f3c6ca;
  border-radius: 8px;
  background: #fffafa;
}

.native-ad img {
  width: 220px;
  height: 108px;
  border-radius: 6px;
  object-fit: cover;
}

.native-ad b {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.native-ad h3 {
  margin: 3px 0 4px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.native-ad p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

.native-ad button {
  min-width: 126px;
  height: 38px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 345px;
  gap: 14px;
  margin-top: 12px;
}
.lead-area {
  display: grid;
  grid-template-columns: 1.68fr .94fr .82fr;
  gap: 14px;
}
.hero-card {
  min-height: 390px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  color: #fff;
  background: #1f2937 center / cover no-repeat;
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.94) 100%);
}
.label-red, .slide-count, .live-badge {
  border-radius: 5px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.label-red {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 8px 10px;
}
.slide-count {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  padding: 8px 10px;
  background: rgba(17,24,39,.82);
}
.hero-copy {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 14px;
}
.hero-copy h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 1.8vw, 36px);
  line-height: 1.22;
  font-weight: 900;
}
.hero-copy p { margin: 0 0 8px; font-size: 15px; line-height: 1.45; }
.hero-copy small { font-size: 13px; font-weight: 800; }
.dots { margin-top: 6px; text-align: center; }
.dots button {
  width: 9px;
  height: 9px;
  margin: 0 3px;
  padding: 0;
  border-radius: 50%;
  background: #ffffff99;
}
.dots button.active { background: var(--red); }

.mini-stories, .panel, .section-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.mini-stories { padding: 5px 10px; }
.mini-stories article {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.mini-stories article:last-child { border-bottom: 0; }
.mini-stories img { width: 126px; height: 96px; border-radius: 6px; object-fit: cover; }
.mini-stories b { color: var(--red); font-size: 12px; }
.mini-stories h3 { margin: 3px 0; font-size: 15px; line-height: 1.32; font-weight: 900; }
.mini-stories small, .news-grid small { color: var(--muted); font-size: 11px; }

.panel, .section-box { padding: 14px; }
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.section-head h2 {
  margin: 0;
  padding-bottom: 8px;
  position: relative;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}
.section-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 48px;
  border-bottom: 2px solid var(--red);
}
.section-head a { color: #343a40; font-size: 12px; font-weight: 800; }

.trend-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  margin: 14px 0;
}
.trend-row > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.trend-row:nth-child(n+4) > span { background: var(--navy); }
.trend-row p { margin: 0; font-size: 14px; line-height: 1.36; font-weight: 900; }
.trend-row small { display: block; margin-top: 2px; color: var(--muted); font-weight: 600; }

.quick-menu { display: none; }
.section-box { margin-top: 12px; }
.city-tabs {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 12px;
}
.city-tabs button {
  flex: 0 0 auto;
  min-width: 64px;
  padding: 6px 14px;
  border-radius: 6px;
  background: #f0f1f3;
  font-size: 13px;
  font-weight: 800;
}
.city-tabs button.active { background: var(--red); color: #fff; }
.news-grid, .video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.media { position: relative; }
.media img, .video-grid img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  border-radius: 6px;
}
.media.play::after {
  content: "\F4F4";
  font-family: bootstrap-icons;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 22px;
}
.news-grid h3 {
  margin: 7px 0 2px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
}
.video-grid article > div {
  height: 132px;
  position: relative;
}
.video-grid img { height: 100%; }
.video-grid i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  filter: drop-shadow(0 1px 4px #000);
}
.video-grid b {
  position: absolute;
  right: 6px;
  bottom: 5px;
  padding: 2px 5px;
  border-radius: 3px;
  background: rgba(0,0,0,.82);
  color: #fff;
  font-size: 10px;
}
.video-grid p { margin: 8px 0 0; font-size: 14px; line-height: 1.35; font-weight: 800; }

.mobile-trending, .mobile-live { display: none; }
.topics {
  margin-top: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  scrollbar-width: none;
}
.topics h2 { margin: 0; font-size: 17px; font-weight: 900; white-space: nowrap; }
.topics button {
  flex: 0 0 auto;
  padding: 5px 10px;
  border: 1px solid #6b7c8d;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.gallery-grid img { width: 100%; height: 68px; border-radius: 6px; object-fit: cover; }

.sidebar { display: flex; flex-direction: column; gap: 10px; }
.live-badge { padding: 6px 8px; }
.update {
  display: grid;
  grid-template-columns: 10px 68px 1fr;
  gap: 7px;
  padding: 8px 0 11px;
  position: relative;
}
.update > i {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px #ffe0e4;
}
.update:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 21px;
  bottom: -3px;
  border-left: 1px solid #ef9aa2;
}
.update b { color: var(--red); font-size: 11px; font-weight: 900; }
.update p { margin: 0; font-size: 14px; line-height: 1.35; font-weight: 800; }
.full-red {
  width: 100%;
  min-height: 36px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}
.weather-panel h2, .epaper-panel h2 { margin: 0; font-size: 21px; font-weight: 900; }
.weather-panel > small, .epaper-panel > small { color: var(--muted); }
.temperature { display: flex; justify-content: space-between; align-items: center; }
.temperature strong { font-size: 34px; }
.temperature i { color: #f7b500; font-size: 54px; }
.weather-panel p { margin: 2px 0 8px; font-size: 12px; }
.weather-panel a, .epaper-panel a { display: block; margin-top: 9px; text-align: center; font-size: 12px; font-weight: 800; }
.paper-preview {
  min-height: 178px;
  margin: 10px 0;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #f2e5d1;
  border: 7px solid #fff;
  box-shadow: 0 3px 12px #00000024;
}
.paper-preview b { color: var(--red); font-size: 22px; font-weight: 900; }
.paper-preview strong { margin: 8px 0; padding-block: 5px; border-block: 3px solid #252525; font-family: Georgia, serif; font-size: 17px; }
.paper-preview span { font-size: 10px; }

.category-strip {
  min-height: 48px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  border: 1px solid var(--line);
  scrollbar-width: none;
}
.category-strip b {
  flex: 0 0 auto;
  padding: 0 18px;
  color: var(--red);
  font-size: 19px;
  font-weight: 900;
}
.category-strip button {
  flex: 0 0 auto;
  padding: 0 21px;
  font-size: 12px;
  font-weight: 700;
}
.category-strip i { margin-right: 5px; color: var(--red); }

footer {
  margin-top: 10px;
  padding: 16px 0;
  background: var(--navy);
  color: #fff;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.newsletter { display: flex; align-items: center; gap: 16px; }
.newsletter > i { color: #ef233c; font-size: 46px; }
.newsletter form { display: flex; width: 350px; }
.newsletter input {
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px 0 0 6px;
}
.newsletter button {
  padding: 0 16px;
  border-radius: 0 6px 6px 0;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}
.socials, .stores { display: flex; gap: 12px; margin-top: 6px; }
.socials { font-size: 23px; }
.stores b { padding: 5px 11px; border: 1px solid #97a3af; border-radius: 6px; font-size: 12px; }
.qr {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #111;
  border-radius: 5px;
  font-weight: 900;
}
.mobile-bottom { display: none; }

.drawer-backdrop,
.mobile-drawer,
.search-overlay {
  display: none;
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 90px 18px 18px;
  background: rgba(15, 23, 42, .5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

body.search-open {
  overflow: hidden;
}

body.search-open .search-overlay {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.search-panel {
  width: min(760px, 100%);
  margin-inline: auto;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .22);
}

.search-close {
  margin-left: auto;
}

.search-form {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.search-form i {
  color: var(--red);
  font-size: 22px;
}

.search-form input {
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
}

.search-form button {
  min-width: 90px;
  height: 40px;
  border-radius: 7px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}

.search-suggestions {
  margin-top: 16px;
}

.search-suggestions b {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 900;
}

.search-suggestions div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search-suggestions button {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #111;
  font-weight: 800;
}

.article-tools {
  margin: 16px 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tools button,
.article-tools a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: #111;
  font-weight: 900;
}

.article-tools a:first-of-type {
  border-color: #16a34a;
  color: #15803d;
}

.inner-page {
  margin-top: 14px;
}

.page-title-band {
  min-height: 128px;
  display: grid;
  align-items: end;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #f7f9fb 100%);
}

.page-title-band h1 {
  margin: 0;
  font-size: clamp(32px, 2.2vw, 44px);
  line-height: 1.15;
  font-weight: 900;
}

.page-title-band p {
  max-width: 780px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

.listing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 345px;
  gap: 16px;
}

.headline-list {
  display: grid;
  gap: 14px;
}

.story-row {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.story-row img {
  width: 100%;
  height: 170px;
  border-radius: 6px;
  object-fit: cover;
}

.story-row b {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.story-row h2 {
  margin: 5px 0 8px;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 900;
}

.story-row p {
  margin: 0 0 10px;
  color: #374151;
  font-size: 15px;
  line-height: 1.55;
}

.story-row small {
  color: var(--muted);
  font-weight: 700;
}

.load-more {
  width: 220px;
  height: 44px;
  margin: 6px auto 0;
  display: block;
  border-radius: 7px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}

.article-shell {
  max-width: 920px;
  margin: 16px auto 0;
}

.article-shell h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1.15;
  font-weight: 900;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
}

.article-hero {
  width: 100%;
  height: 470px;
  margin: 18px 0;
  border-radius: 8px;
  object-fit: cover;
}

.article-body {
  font-size: 19px;
  line-height: 1.85;
  font-weight: 600;
}

.article-body p {
  margin: 0 0 18px;
}

.media-page-grid,
.paper-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.media-card,
.paper-card,
.auth-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.media-card {
  overflow: hidden;
}

.media-card .thumb {
  position: relative;
}

.media-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.media-card .thumb i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 42px;
  filter: drop-shadow(0 2px 5px #000);
}

.media-card h2,
.paper-card h2 {
  margin: 12px 14px 6px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.media-card small,
.paper-card small {
  display: block;
  margin: 0 14px 14px;
  color: var(--muted);
  font-weight: 700;
}

.paper-card {
  padding: 14px;
}

.paper-card .paper-preview {
  min-height: 230px;
}

.live-feed-page {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.live-feed-page .update {
  grid-template-columns: 14px 96px 1fr;
}

.live-feed-page .update p {
  font-size: 17px;
}

.auth-wrap {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.auth-card {
  width: min(100%, 430px);
  padding: 28px;
}

.auth-card h1 {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 900;
}

.form-field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.form-field label {
  font-weight: 900;
}

.form-field input {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  border: 1px solid #cfd3d8;
  border-radius: 7px;
  font: inherit;
}

.form-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.requirement-strip {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.requirement-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.requirement-card i {
  color: var(--red);
  font-size: 24px;
}

.requirement-card h3 {
  margin: 6px 0 4px;
  font-size: 17px;
  font-weight: 900;
}

.requirement-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.control-bar {
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto auto;
  gap: 10px;
}

.control-bar input,
.control-bar select,
.control-bar button {
  height: 44px;
  border: 1px solid #cfd3d8;
  border-radius: 7px;
  padding: 0 12px;
  background: #fff;
  font: inherit;
  font-weight: 800;
}

.control-bar button {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.metric-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.metric-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  margin-top: 6px;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.data-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.data-panel header {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
}

.data-panel h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-pill {
  display: inline-grid;
  place-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 11px;
  font-weight: 900;
}

.status-pill.warn {
  background: #fff7ed;
  color: #c2410c;
}

.status-pill.draft {
  background: #eef2ff;
  color: #4338ca;
}

.builder-layout {
  display: grid;
  grid-template-columns: 310px 1fr 340px;
  gap: 14px;
}

.builder-list {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.builder-item {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  font-weight: 900;
}

.builder-preview {
  min-height: 520px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.builder-preview .section-box {
  background: #fff;
}

.editor-form {
  display: grid;
  gap: 12px;
}

.editor-form input,
.editor-form textarea,
.editor-form select {
  width: 100%;
  border: 1px solid #cfd3d8;
  border-radius: 7px;
  padding: 11px 12px;
  font: inherit;
}

.editor-form textarea {
  min-height: 150px;
  resize: vertical;
}

.seat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.seat-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.seat-card strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.plan-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.plan-card.featured {
  border-color: var(--red);
  box-shadow: 0 8px 24px #d6081214;
}

.plan-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 900;
}

.plan-card strong {
  display: block;
  margin: 12px 0;
  font-size: 34px;
  font-weight: 900;
}

.plan-card ul {
  margin: 0 0 16px;
  padding-left: 18px;
  line-height: 1.8;
  font-weight: 700;
}

@media (max-width: 1220px) {
  .date-line, .utility-links { display: none; }
  .header-grid { grid-template-columns: auto auto 1fr auto; }
  .brand { min-width: 170px; }
  .brand-logo { height: 100px; max-width: 170px; }
  .location-pill { display: none; }
  .lead-area { grid-template-columns: 1.55fr .9fr; }
  .desktop-only { display: none; }
  .layout { grid-template-columns: minmax(0, 1fr) 300px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 70px; }
  .page-shell { width: 100%; padding-inline: 16px; }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 4px 18px rgba(15, 23, 42, .08);
  }
  .header-grid {
    min-height: 64px;
    display: flex;
    gap: 12px;
  }
  .menu-btn { display: grid; }
  .brand { min-width: 0; flex: 1; justify-content: center; }
  .weather-mini, .header-actions { display: none; }
  .brand-logo { height: 54px; max-width: min(92px, 30vw); }
  .mobile-icons { display: flex; gap: 16px; font-size: 24px; }
  .icon-btn { width: 38px; height: 38px; font-size: 25px; }

  .main-nav {
    display: none;
    background: #fff;
    border-bottom: 1px solid var(--line);
    color: #111;
    position: sticky;
    top: 0;
    z-index: 40;
  }
  .nav-row {
    min-height: 48px;
    flex-wrap: nowrap;
    max-height: 48px;
    padding-inline: 8px;
    overflow: hidden;
  }
  .nav-row a {
    padding: 10px 12px;
    color: #111;
    font-size: 13px;
  }
  .nav-row a.active { color: #fff; }
  .nav-live { display: none; }
  .main-nav.open .nav-row {
    flex-wrap: wrap;
    max-height: none;
    padding-block: 8px;
    overflow: visible;
  }

  .drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: block;
    pointer-events: none;
    background: rgba(15, 23, 42, .48);
    opacity: 0;
    transition: opacity .2s ease;
  }

  .mobile-drawer {
    position: fixed;
    z-index: 91;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(330px, 86vw);
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 16px 0 40px rgba(15, 23, 42, .24);
    transform: translateX(-105%);
    transition: transform .24s ease;
  }

  body.drawer-open {
    overflow: hidden;
  }

  body.drawer-open .drawer-backdrop {
    pointer-events: auto;
    opacity: 1;
  }

  body.drawer-open .mobile-drawer {
    transform: translateX(0);
  }

  .drawer-head {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--line);
  }

  .drawer-head img {
    width: 118px;
    height: auto;
  }

  .drawer-close {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #111;
    font-size: 24px;
  }

  .drawer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
  }

  .drawer-actions a {
    min-height: 40px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    border: 1px solid #c9cdd3;
    font-weight: 900;
  }

  .drawer-actions a:last-child {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
  }

  .drawer-links {
    display: grid;
    gap: 12px;
    padding: 10px 10px 18px;
    overflow-y: auto;
  }

  .drawer-group {
    display: grid;
    gap: 2px;
  }

  .drawer-group > b {
    padding: 8px 10px 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .drawer-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px;
    border-radius: 8px;
    color: #111;
    font-size: 15px;
    font-weight: 900;
  }

  .drawer-links a.active {
    background: #fff0f1;
    color: var(--red);
  }

  .drawer-links i {
    color: var(--red);
  }

  .drawer-socials {
    margin-top: auto;
    display: flex;
    justify-content: space-around;
    padding: 14px 18px 18px;
    border-top: 1px solid var(--line);
    color: var(--red);
    font-size: 22px;
  }

  .breaking-strip {
    width: calc(100% - 32px);
    height: 44px;
    margin: 6px 16px 0;
    padding: 0;
  }
  .breaking-strip b { padding-left: 12px; padding-right: 28px; font-size: 13px; }
  .breaking-strip a { display: none; }
  .ticker { padding: 0 10px; font-size: 12px; }

  .ad-leaderboard {
    width: calc(100% - 32px);
    min-height: 66px;
    margin: 8px 16px 0;
  }

  .ad-slot span {
    font-size: 16px;
  }

  .layout {
    display: block;
    margin-top: 8px;
    padding-inline: 16px;
  }
  .lead-area { display: block; }
  .hero-card { min-height: 378px; border-radius: 8px; background-position: center; }
  .hero-card .label-red { top: 17px; left: 17px; font-size: 0; }
  .hero-card .label-red::before { content: "• "; font-size: 13px; }
  .hero-card .label-red::after { content: "LIVE"; font-size: 13px; }
  .hero-copy { left: 16px; right: 16px; bottom: 12px; }
  .hero-copy h1 { font-size: 28px; line-height: 1.28; }
  .hero-copy p { font-size: 15px; }
  .hero-copy small { font-size: 12px; }
  .mini-stories, .sidebar { display: none; }

  .quick-menu {
    margin-top: 10px;
    padding: 10px 5px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 2px 10px #0000000a;
  }
  .quick-menu button {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
  }
  .quick-menu i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff0f1;
    color: var(--red);
    font-size: 22px;
  }
  .quick-menu button:nth-child(2) i { color: #6d28d9; background: #f2eaff; }
  .quick-menu button:nth-child(3) i { color: #f97316; background: #fff1df; }
  .quick-menu button:nth-child(4) i { color: #2563eb; background: #eaf1ff; }
  .quick-menu button:nth-child(5) i { color: #16a34a; background: #eaf8ef; }

  .section-box {
    margin-top: 8px;
    padding: 9px 0;
    border: 0;
  }
  .section-head { border-bottom: 0; margin-bottom: 8px; }
  .section-head h2 { font-size: 20px; padding-bottom: 0; }
  .section-head h2::after { display: none; }
  .section-head a { font-size: 12px; }

  .city-tabs button { padding: 7px 18px; }
  .news-grid {
    display: flex;
    gap: 11px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .news-grid article {
    flex: 0 0 min(214px, 72vw);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px #0000000a;
  }
  .media img { height: 118px; border-radius: 0; }
  .news-grid h3 { margin: 9px 10px 2px; font-size: 14px; }
  .news-grid small { display: block; margin: 0 10px 10px; }

  .video-section, .topics, .gallery, .category-strip, footer { display: none; }
  .mobile-trending, .mobile-live { display: block; }
  .mobile-trend-layout { display: grid; grid-template-columns: 1fr 122px; gap: 12px; }
  .trend-row { grid-template-columns: 35px 1fr; margin: 10px 0; }
  .trend-row > span { width: 30px; height: 30px; font-size: 13px; }
  .trend-row p { font-size: 14px; }
  .trend-thumbs { display: flex; flex-direction: column; gap: 8px; }
  .trend-thumbs img { width: 100%; height: 52px; border-radius: 6px; object-fit: cover; }
  .update { grid-template-columns: 12px 78px 1fr; padding-block: 10px; }
  .update b { font-size: 13px; }
  .update p { font-size: 13px; }

  .mobile-bottom {
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    height: 68px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--line);
    background: #fff;
  }
  .mobile-bottom a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #111;
    font-size: 11px;
    font-weight: 800;
  }
  .mobile-bottom i { font-size: 24px; }
  .mobile-bottom .active { color: var(--red); }
}

@media (max-width: 760px) {
  .page-title-band {
    min-height: 96px;
    padding: 16px 0;
  }
  .page-title-band h1 { font-size: 28px; }
  .page-title-band p { font-size: 14px; }
  .listing-layout { display: block; }
  .story-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 0 12px;
    overflow: hidden;
  }
  .story-row img {
    height: 205px;
    border-radius: 0;
  }
  .story-row div { padding-inline: 12px; }
  .story-row h2 { font-size: 20px; }
  .article-shell { padding-inline: 16px; }
  .article-tools {
    position: sticky;
    z-index: 30;
    top: 0;
    margin-inline: -16px;
    padding: 10px 16px;
    background: #fff;
    border-block: 1px solid var(--line);
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .article-tools button,
  .article-tools a {
    flex: 0 0 auto;
  }
  .article-hero { height: 270px; }
  .article-body { font-size: 17px; line-height: 1.75; }
  .media-page-grid,
  .paper-grid {
    grid-template-columns: 1fr;
  }
  .media-card img { height: 215px; }
  .live-feed-page { padding: 14px; }
  .live-feed-page .update {
    grid-template-columns: 12px 76px 1fr;
  }
  .live-feed-page .update p { font-size: 14px; }
  .auth-wrap { min-height: 440px; padding-inline: 16px; }
  .native-ad {
    grid-template-columns: 1fr;
  }
  .native-ad img {
    width: 100%;
    height: 170px;
  }
  .native-ad button {
    width: 100%;
  }
  .requirement-strip {
    grid-template-columns: 1fr;
  }
  .control-bar,
  .dashboard-grid,
  .builder-layout,
  .seat-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .data-panel {
    overflow-x: auto;
  }
  .data-table {
    min-width: 720px;
  }
}

@media (max-width: 420px) {
  .brand-logo { height: 52px; max-width: min(88px, 30vw); }
  .hero-card { min-height: 355px; }
  .hero-copy h1 { font-size: 23px; }
  .hero-copy p { font-size: 13px; }
  .quick-menu i { width: 36px; height: 36px; font-size: 19px; }
  .quick-menu button { font-size: 9px; }
  .news-grid article { flex-basis: 190px; }
}

