﻿:root {
  --bg: #f3f5fb;
  --card: #ffffff;
  --ink: #10131c;
  --muted: #616a7f;
  --line: #d8dfef;
  --red: #f3c300;
  --dark: #101318;
  --soft: #f7f9ff;
  --shadow: 0 12px 30px rgba(16, 19, 28, 0.08);
}

body.dark {
  --bg: #0f131d;
  --card: #171d2a;
  --ink: #f2f5ff;
  --muted: #aeb8ce;
  --line: #2b3550;
  --red: #ffd43d;
  --dark: #090c12;
  --soft: #11182a;
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; }
body {
  font-family: "Noto Sans Devanagari", "Mangal", "Nirmala UI", "Kohinoor Devanagari", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top right, rgba(243, 195, 0, 0.16), transparent 33%), var(--bg);
}

.container { width: min(1280px, 94%); margin: 0 auto; }
a { color: inherit; }
button, input, select, textarea { font-family: inherit; }

.site-head {
  position: static;
  z-index: 10;
  border-bottom: 1px solid #2a2f3f;
  background: #0f1013;
}
.header-banner {
  width: 100%;
  border-bottom: 1px solid #2c2e34;
  background: #050505;
}
.header-banner img {
  width: 100%;
  max-height: 220px;
  display: block;
  object-fit: cover;
}

.head-top-actions {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px 8px 2px;
  border-bottom: 1px solid #2c2e34;
}

.corner-logo {
  display: inline-flex;
  text-decoration: none;
  margin-left: 0;
}

.corner-logo img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #3c4668;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .4);
}

.brand-center {
  display: grid;
  text-align: center;
  gap: 2px;
  flex: 1;
}

.brand-center h1 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: .04em;
  color: #f3c300;
}

.brand-center p {
  margin: 0;
  color: #c8d3ef;
  font-size: .82rem;
}

.quick-chip-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.top-right-tools { display: none; }

.quick-chip {
  text-decoration: none;
  color: #eff3ff;
  font-size: .8rem;
  font-weight: 600;
  border: 1px solid #3b4460;
  border-radius: 12px;
  padding: 8px 16px;
  background: linear-gradient(180deg, #202534, #171b27);
  min-width: 80px;
  text-align: center;
}

.quick-chip:hover {
  border-color: #5a6896;
  filter: brightness(1.06);
}

.quick-icon-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icon-link {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #3b4460;
  color: #ffffff;
  font-size: 1.1rem;
  background: #1b1f2c;
}

.icon-link.active-icon,
.icon-link:hover {
  border-color: #f3c300;
  color: #f3c300;
}

.menu-wrap { background: #0f1013; border-top: 1px solid #2c2e34; border-bottom: 1px solid #2c2e34; }
.menu-row {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  overflow-x: auto;
  padding: 0 8px;
}
.menu-links,
.menu-utilities {
  display: flex;
  align-items: center;
  gap: 5px;
}
.menu-links { min-width: max-content; }
.menu-utilities {
  margin-left: auto;
  padding-left: 10px;
}
.menu-item {
  border: 1px solid #3d4455;
  color: #fff;
  background: linear-gradient(180deg, #222733, #1b1f2a);
  text-decoration: none;
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
  font-weight: 500;
  font-size: .82rem;
}
.menu-utility { border-color: rgba(243, 195, 0, 0.28); }
.menu-icon-link {
  width: 34px;
  padding: 4px 0;
  text-align: center;
}
.menu-text-link {
  background: linear-gradient(180deg, #2a2411, #1c1709);
}

.menu-row-compact .menu-item {
  font-size: .76rem;
}
.menu-item.active { background: var(--red); border-color: var(--red); color: #101010; }
.menu-item:hover { filter: brightness(1.08); }

.breaking-wrap {
  background: linear-gradient(90deg, #17120a 0%, #f3c300 18%, #ffce3a 100%);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.breaking-row {
  min-height: 44px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}
.jobs-row {
  min-height: 40px;
  padding-bottom: 8px;
}
.breaking-row > span {
  background: linear-gradient(135deg, #d2152e, #8d0214);
  color: #fff8d7;
  border-radius: 999px;
  font-weight: 700;
  font-size: .8rem;
  padding: 6px 14px;
  letter-spacing: .04em;
  box-shadow: 0 4px 12px rgba(141, 2, 20, 0.28);
}
.ticker {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 6px 0;
}
#ticker {
  white-space: nowrap;
  display: inline-block;
  animation-name: ticker;
  animation-duration: 80s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-weight: 700;
  color: #101010;
  will-change: transform;
}
#ticker a,
#jobsTicker a { margin-right: 28px; text-decoration: none; color: #101010; }
#ticker a::before,
#jobsTicker a::before {
  content: "•";
  margin-right: 10px;
}
#jobsTicker {
  white-space: nowrap;
  display: inline-block;
  animation-name: ticker;
  animation-duration: 80s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-weight: 700;
  color: #101010;
  will-change: transform;
}
.jobs-strip-label {
  background: linear-gradient(135deg, #0c4a6e, #0f766e) !important;
  color: #eefcff !important;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.story-disclaimer {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed var(--line);
  font-size: 0.62rem;
  line-height: 1.35;
  color: var(--muted);
}

.story-disclaimer strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.62rem;
}

.story-disclaimer p {
  margin: 0;
}

.home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.content-col, .side-col, .stack { display: grid; gap: 12px; align-content: start; min-width: 0; }
.side-col {
  grid-template-rows: auto auto auto;
  overflow: visible;
}
.home-bottom-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.home-media-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 12px;
}
.home-stories-wrap {
  margin-top: 12px;
}
.home-media-grid .panel,
.home-stories-wrap .panel {
  min-height: 280px;
}
.live-tv-frame {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
  aspect-ratio: 16 / 9;
}
.live-tv-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.full-shelf-wrap {
  margin-top: 8px;
}

.panel,
.story-card,
.section-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.panel { padding: 10px; }
.panel h3 { margin: 0 0 10px; }

.block-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.block-head h2,
.block-head h3 { margin: 0; }
.block-head p,
.block-head span { margin: 0; color: var(--muted); font-size: .92rem; }

.latest-grid,
.section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px;
}
.section-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}
.news-shelf {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 12px;
}
.news-shelf-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.news-shelf-col {
  display: grid;
  gap: 10px;
  min-width: 0;
}
.news-big-card img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.news-big-card h3 {
  margin: 8px 0 0;
  font-size: 1.12rem;
  line-height: 1.3;
}
.news-big-card h3 a,
.news-small-item h4 a {
  text-decoration: none;
  color: inherit;
}
.news-small-list {
  display: grid;
  gap: 8px;
}
.news-small-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.news-small-thumb img {
  width: 100%;
  height: 68px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.news-small-item h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}
.story-card,
.section-item { padding: 10px; }
.story-card h3,
.section-item h4 { margin: 6px 0 4px; }
.story-image-card { padding: 0; overflow: hidden; }
.story-image-card img { width: 100%; height: 160px; object-fit: cover; display: block; }
.story-image-card .story-body { padding: 10px; }
.story-image-card:hover,
.section-top-card:hover {
  transform: translateY(-2px);
  transition: transform .2s ease;
}

.meta-line {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: .82rem;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 6px;
}
.action-row button,
.story-card button,
.section-item button,
.newsletter button,
.primary-btn,
.secondary-btn {
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--ink);
  border-radius: 10px;
  padding: 8px 11px;
  cursor: pointer;
}
.primary-btn { background: var(--red); color: #101010; border-color: var(--red); }
.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.share-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 700;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--soft);
  color: var(--ink);
}
.share-chip:hover {
  border-color: #f3c300;
}

.share-drawer {
  position: fixed;
  inset: 0;
  z-index: 1200;
}
.share-drawer.hidden {
  display: none;
}
.share-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 14, 0.62);
  backdrop-filter: blur(2px);
}
.share-drawer-card {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: min(560px, 94vw);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f7f9ff);
  box-shadow: 0 24px 50px rgba(5, 8, 16, 0.35);
  padding: 12px;
}
.share-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.share-drawer-head h3 {
  margin: 0;
  font-size: 1rem;
}
.share-drawer-title {
  margin: 6px 0 10px;
  font-size: .86rem;
}
.share-drawer-close {
  border: 1px solid var(--line);
  border-radius: 999px;
  width: 30px;
  height: 30px;
  background: #fff;
  cursor: pointer;
}
.share-drawer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.share-drawer-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: .8rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.share-drawer-item:hover {
  border-color: #f3c300;
}

.muted { color: var(--muted); }
.list-clean {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.list-clean li {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
  padding: 8px;
}
.list-clean button {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.newsletter { display: grid; gap: 8px; }
.newsletter input {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
  color: var(--ink);
  padding: 10px;
}

.search-panel h2 {
  margin: 0 0 8px;
}

.search-inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.search-inline-form input {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
  color: var(--ink);
  padding: 10px 12px;
}

.search-inline-form button {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--red);
  color: #111;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
}

.pager {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.story-dialog {
  width: min(840px, 94vw);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  color: var(--ink);
}
.story-dialog article { padding: 16px; }
.story-dialog::backdrop { background: rgba(0, 0, 0, .67); }
.close-btn {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  float: right;
}

.section-shelf {
  border: 1px solid #ececec;
  border-radius: 0;
  background: #fff;
  padding: 10px 0 0;
  box-shadow: none;
}
.shelf-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px 10px;
}
.shelf-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shelf-title h3 {
  margin: 0;
  font-size: 1.95rem;
  color: #ef7f1a;
  font-weight: 700;
}
.shelf-icon {
  width: 22px;
  height: 22px;
  border: 3px solid #ef7f1a;
  border-radius: 999px;
  display: inline-block;
  position: relative;
}
.shelf-icon::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid #ef7f1a;
  border-radius: 999px;
}
.shelf-more {
  text-decoration: none;
  color: #4f5b73;
  font-size: 1rem;
  font-weight: 600;
}
.section-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0 12px 12px;
}
.section-column {
  display: grid;
  align-content: start;
}
.section-top-card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}
.section-top-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.section-lead-title {
  border: none;
  background: transparent;
  padding: 8px 0 12px;
  margin: 0;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}
.section-mini-stack {
  margin-top: 2px;
  display: grid;
  gap: 8px;
}
.section-mini-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 7px;
  align-items: start;
  border-top: 1px solid #ececec;
  border-radius: 0;
  background: transparent;
  padding: 8px 0 0;
}
.section-mini-item img {
  width: 100%;
  height: 54px;
  object-fit: cover;
  border-radius: 6px;
}
.section-mini-item button {
  border: none;
  background: transparent;
  text-align: left;
  padding: 0;
  line-height: 1.28;
  font-size: .92rem;
  color: #111;
}
.side-heading {
  margin: 0 0 10px;
  font-size: .95rem;
}
.live-desk-grid,
.live-list,
.score-list,
.store-ad-grid,
.latest-inline-list {
  display: grid;
  gap: 10px;
}
.live-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
}
.live-item p,
.score-card p {
  margin: 4px 0 0;
  font-size: .84rem;
}
.live-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #c5162e;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
}
.score-card {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
}
.score-card span {
  color: var(--muted);
  font-size: .86rem;
}
.store-ad-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
}
.store-ad-card img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
}
.store-ad-card h4 {
  margin: 2px 0 6px;
  line-height: 1.3;
}
.store-ad-card strong {
  display: block;
  margin-bottom: 8px;
}
.store-ad-card a {
  text-decoration: none;
  font-weight: 700;
  color: #8d5a00;
}
.store-carousel-shell {
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(180deg, #19130a, #0f1013);
  padding: 10px;
}
.store-carousel-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: storeCarousel 24s linear infinite;
}
.store-carousel-card {
  width: 100%;
  min-width: 100%;
  display: grid;
  gap: 12px;
}
.store-carousel-card img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.store-carousel-copy {
  padding: 4px 2px 8px;
  color: #fff;
}
.store-carousel-copy h4 {
  margin: 4px 0 8px;
  font-size: 1rem;
  line-height: 1.3;
}
.store-carousel-copy strong {
  display: block;
  margin-bottom: 10px;
  color: #f3c300;
}
.store-carousel-copy a {
  display: inline-flex;
  text-decoration: none;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  background: #f3c300;
  color: #111;
}
@keyframes storeCarousel {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.store-spotlight-shell {
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, #19130a, #0f1013);
  padding: 8px;
}
.store-spotlight-track {
  display: flex;
  width: 100%;
  transition: transform .6s ease;
}
.store-spotlight-card {
  min-width: 100%;
  display: grid;
  grid-template-columns: minmax(116px, 42%) 1fr;
  gap: 10px;
  align-items: center;
}
.store-spotlight-card img {
  width: 100%;
  max-width: 190px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.store-spotlight-copy {
  padding: 0 2px 0 0;
  color: #fff;
}
.store-spotlight-copy h4 {
  margin: 0 0 8px;
  font-size: .96rem;
  line-height: 1.3;
}
.store-spotlight-copy strong {
  display: block;
  margin-bottom: 8px;
  color: #f3c300;
}
.store-spotlight-copy a {
  display: inline-flex;
  text-decoration: none;
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 700;
  background: #f3c300;
  color: #111;
}
.home-stories-strip {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 8px 0;
}
.home-stories-track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: homeStoriesMoveX 28s linear infinite;
}
.home-story-thumb {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
}
.home-story-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
@keyframes homeStoriesMoveX {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.side-story-strip {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 8px 0;
}
.side-story-track {
  display: flex;
  gap: 8px;
  width: max-content;
  animation: sideStoriesMoveX 28s linear infinite;
}
.side-story-thumb {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.side-story-thumb img {
  width: 92px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
@keyframes sideStoriesMoveX {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.page-latest-panel,
.sports-live-panel {
  margin-bottom: 2px;
}
.latest-inline-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.latest-inline-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
  padding: 12px;
  text-align: left;
  color: var(--ink);
  line-height: 1.35;
}

footer { margin-top: 18px; background: #0b0d12; color: #fff; border-top: 1px solid rgba(243, 195, 0, 0.22); }
.footer-row { min-height: 58px; display: block; padding: 20px 0; }

.swen-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 18px;
}

.swen-footer-grid h4 {
  margin: 0 0 8px;
  color: #f3c300;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.04em;
}

.swen-footer-grid p {
  margin: 0 0 8px;
  color: #ccd6ef;
  line-height: 1.6;
  font-size: 0.92rem;
}

.swen-footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.swen-footer-grid li,
.swen-footer-grid a {
  color: #d5deef;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.5;
}

.swen-footer-grid a:hover {
  color: #f3c300;
}

.footer-note {
  font-size: 0.8rem !important;
  color: #97a6c8 !important;
}

.swen-footer-bottom {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.swen-footer-bottom p {
  margin: 0;
  color: #a8b6d7;
  font-size: 0.85rem;
}

.page-shell { margin-top: 18px; margin-bottom: 20px; display: grid; gap: 14px; }
.page-hero {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(120deg, rgba(212,0,0,.12), rgba(37,99,235,.08));
}
.jobs-hero h1 {
  margin: 0 0 8px;
}
.jobs-hero p {
  margin: 0;
  max-width: 820px;
}
.job-hero-pills {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.job-hero-pills span {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255,255,255,.62);
  font-size: .84rem;
  color: #1f2a44;
  font-weight: 600;
}

.jobs-board {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.job-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.job-card:hover {
  transform: translateY(-3px);
  border-color: #c8d3ef;
  box-shadow: 0 18px 34px rgba(16, 19, 28, 0.14);
}
.job-cover {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.job-body {
  padding: 15px;
}
.job-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.job-type-pill {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 700;
  color: #111;
  background: var(--red);
}
.job-city {
  font-size: .8rem;
  color: var(--muted);
}
.job-card h3 { margin: 0 0 8px; }
.job-meta { color: var(--muted); font-size: .92rem; margin: 0 0 8px; }
.job-salary { margin: 0; font-size: .95rem; }
.job-card .action-row {
  margin-top: 10px;
}
.job-card .primary-btn {
  font-weight: 700;
  min-width: 124px;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0;
}

.job-tag {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px 9px;
  font-size: .76rem;
  color: var(--muted);
  background: var(--soft);
}

.story-filter-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kahani-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.story-filter-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: var(--ink);
  padding: 8px 12px;
  font-size: .82rem;
  cursor: pointer;
}

.story-filter-chip.active {
  border-color: var(--red);
  background: var(--red);
  color: #111;
  font-weight: 700;
}

.ngo-hero {
  background: linear-gradient(120deg, rgba(36, 85, 164, 0.18), rgba(28, 142, 97, 0.15));
}

.ngo-services-wrap {
  perspective: 1400px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ngo-service-card {
  position: relative;
  border-radius: 16px;
  min-height: 230px;
  transform-style: preserve-3d;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ngo-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(16, 19, 28, 0.22);
}

.ngo-service-flip {
  position: relative;
  width: 100%;
  min-height: 230px;
  transform-style: preserve-3d;
  transition: transform .55s ease;
}

.ngo-service-card.is-flipped .ngo-service-flip {
  transform: rotateY(180deg);
}

.ngo-service-front,
.ngo-service-back {
  position: absolute;
  inset: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 16px;
  display: grid;
  gap: 10px;
  backface-visibility: hidden;
}

.ngo-service-front {
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #0f3e7a, #1f8c85);
  color: #f2f8ff;
}

.ngo-service-back {
  transform: rotateY(180deg);
  background:
    radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.22), transparent 44%),
    linear-gradient(135deg, #823cc9, #26407f);
  color: #f8f2ff;
}

.ngo-service-card:nth-child(3n + 2) .ngo-service-front {
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.26), transparent 42%),
    linear-gradient(135deg, #a24d20, #cc7f22);
}

.ngo-service-card:nth-child(3n + 3) .ngo-service-front {
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.26), transparent 42%),
    linear-gradient(135deg, #0c5f43, #1e9d6c);
}

.ngo-service-index {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.18);
  padding: 3px 10px;
  font-size: .76rem;
  font-weight: 700;
  color: #fff;
}

.ngo-service-card h3,
.ngo-service-back h4 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.35;
}

.ngo-service-card p {
  margin: 0;
  color: rgba(245, 249, 255, 0.94);
  line-height: 1.45;
}
.ngo-readmore-btn {
  width: fit-content;
  margin-top: auto;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-weight: 700;
  padding: 6px 12px;
  cursor: pointer;
}
.ngo-detail {
  margin: 0;
  font-size: .92rem;
  line-height: 1.45;
  color: rgba(248, 242, 255, 0.95);
}
.hidden {
  display: none !important;
}
.ngo-contact-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: linear-gradient(120deg, rgba(16, 130, 94, 0.12), rgba(37, 99, 235, 0.08));
  display: grid;
  gap: 8px;
}
.ngo-contact-card h2 {
  margin: 0;
}
.ngo-wa-btn {
  width: fit-content;
  text-decoration: none;
}
.ngo-blog-shelf {
  display: grid;
  gap: 12px;
}
.ngo-blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ngo-blog-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #f7fafe);
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease;
}
.ngo-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(16, 19, 28, 0.16);
}
.ngo-blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.ngo-blog-body {
  padding: 14px;
  display: grid;
  gap: 8px;
}
.ngo-blog-body h3,
.ngo-blog-body p {
  margin: 0;
}
.ngo-blog-body details summary {
  cursor: pointer;
  font-weight: 700;
  color: #1f5dbf;
}

@media (max-width: 1050px) {
  .home-grid { grid-template-columns: 1fr; }
  .home-media-grid { grid-template-columns: 1fr; }
  .home-bottom-tools { grid-template-columns: 1fr; }
  .jobs-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ngo-services-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ngo-blogs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .latest-focus-grid,
  .latest-grid,
  .section-grid,
  .jobs-board { grid-template-columns: 1fr; }
  .latest-inline-list,
  .kahani-grid { grid-template-columns: 1fr; }
  .ngo-services-wrap { grid-template-columns: 1fr; }
  .ngo-blogs-grid { grid-template-columns: 1fr; }
  .section-columns { grid-template-columns: 1fr; gap: 14px; }
  .section-mini-item,
  .store-ad-card { grid-template-columns: 1fr; }
  .section-top-card img { height: 220px; }
  .store-spotlight-card { grid-template-columns: 1fr; }
  .store-spotlight-card img { max-width: 100%; }
  .side-story-thumb img { width: 84px; }
  .news-shelf-grid { grid-template-columns: 1fr; }
  .news-big-card img { height: 220px; }
}

@media (max-width: 720px) {
  .home-media-grid .panel,
  .home-stories-wrap .panel {
    min-height: 230px;
  }
  .live-tv-frame {
    aspect-ratio: 16 / 10;
    max-height: 220px;
  }
  .store-carousel-card img {
    aspect-ratio: 16 / 9;
    max-height: 220px;
  }
  .head-top-actions {
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px;
  }
  .brand-center {
    order: 1;
    width: 100%;
  }
  .brand-center h1 { font-size: 1rem; }
  .brand-center p { font-size: .76rem; }
  .corner-logo img { width: 48px; height: 48px; }
  .quick-chip-row {
    flex-wrap: wrap;
  }
  .quick-icon-row {
    justify-content: center;
  }
  .menu-row {
    flex-direction: column;
    align-items: stretch;
  }
  .menu-utilities {
    margin-left: 0;
    padding-left: 0;
    justify-content: flex-start;
  }
  .search-inline-form { grid-template-columns: 1fr; }
  .swen-footer-grid { grid-template-columns: 1fr; }
  .swen-footer-bottom { flex-direction: column; }
  .share-drawer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
