:root {
  --red: #e31c23;
  --red-dark: #b8141a;
  --ink: #111111;
  --muted: #6b6b6b;
  --line: #e6e6e6;
  --paper: #ffffff;
  --page: #f3f3f3;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
html {
  overflow-x: clip;
}
body {
  color: var(--ink);
  background: var(--page);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  overflow-x: clip;
  max-width: 100vw;
}
a { color: var(--red); text-decoration: none; }
img { max-width: 100%; }
.wrap {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
  max-width: 100%;
  min-width: 0;
}
h1, h2, h3, .vote-hero-title, .lang-name, .logo {
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}

.site-head {
  background: #111;
  position: sticky;
  top: 0;
  z-index: 40;
}
.head-vote-cta {
  display: inline-flex !important;
  align-items: center;
  background: var(--red) !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 12px !important;
  border-radius: 4px;
}
.head-vote-cta:hover { background: #fff !important; color: #111 !important; }
.head-vote-mobile { display: none !important; }
.home-copy {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 16px 18px;
  overflow: visible;
  max-width: 100%;
}
.home-copy p {
  margin: 0 0 12px;
  color: #333;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}
.home-copy p:last-child { margin-bottom: 0; }
.trend-head h2 {
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}
.lang-card-photo {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.lang-card-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
}
.lang-card-copy .lang-meta {
  margin: 0;
  color: #f0f0f0;
  font-size: 0.82rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
.vote-cover-figure {
  margin: 0 0 16px;
}
.vote-cover-figure img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  background: #eee;
}
.vote-cover-figure figcaption {
  margin-top: 6px;
  color: #666;
  font-size: 0.86rem;
}
.dir-filters {
  display: grid;
  gap: 12px;
  margin: 14px 0 10px;
}
.dir-search {
  display: grid;
  gap: 6px;
  font-weight: 700;
}
.dir-search input {
  width: 100%;
  max-width: 420px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: #fff;
}
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-chip {
  border: 1px solid var(--line);
  background: #f6f6f6;
  color: #222;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 7px 10px;
  cursor: pointer;
}
.filter-chip.on {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.dir-count {
  margin: 0;
  color: #666;
  font-size: 0.88rem;
}

.home-hub {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  width: 100%;
}
.home-hub .seo-intro,
.home-hub .home-copy,
.home-hub .home-faq,
.home-hub .home-pulse,
.home-hub .share-row,
.home-hub .lang-picker {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.home-hub .seo-intro p,
.home-hub .home-copy p,
.home-hub .home-faq p,
.home-hub .faq-q {
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}
.home-trending {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 14px 0 12px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.trend-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 16px 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  width: 100%;
  overscroll-behavior-x: contain;
  box-sizing: border-box;
}
.home-pulse {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  padding: 10px 14px;
  background: #111;
  color: #f2f2f2;
  font-size: 0.9rem;
}
.home-pulse strong { color: #fff; font-size: 1.05rem; }
.home-pulse time { color: #cfcfcf; }
.lang-picker { scroll-margin-top: 84px; min-width: 0; }
.lang-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}
.lang-card {
  position: relative;
  min-height: 196px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 14px 12px 12px;
  color: #fff;
  overflow: visible;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,0.08);
  min-width: 0;
  text-decoration: none;
}
.lang-card > * { position: relative; z-index: 1; }
.lang-card.tamil { background: linear-gradient(165deg, #1c0c00 0%, #8a3108 48%, #e7a31a 100%); }
.lang-card.hindi { background: linear-gradient(165deg, #140018 0%, #6d1048 48%, #e91e8c 100%); }
.lang-card.malayalam { background: linear-gradient(165deg, #02140b 0%, #0d5a2c 48%, #c9a227 100%); }
.lang-card.kannada { background: linear-gradient(165deg, #1a0e00 0%, #8a4a08 48%, #f0b429 100%); }
.lang-card.bangla { background: linear-gradient(165deg, #00140a 0%, #0a5c38 48%, #e31c23 100%); }
.lang-card.has-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.88));
  z-index: 0;
}
.lang-card.has-photo::after { display: none; }
.lang-card h2 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.05rem;
  line-height: 1.25;
  text-transform: none;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-shadow: 0 1px 3px rgba(0,0,0,0.65);
  color: #fff;
}
.lang-card .lang-name { display: block; color: #fff; }
.lang-card .lang-tail {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.95;
  margin-top: 2px;
  color: #fff;
}
.lang-card .lang-sub {
  margin: 0;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.lang-card p {
  margin: 0;
  color: #f5f5f5;
  font-size: 0.82rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
.lang-card .cta {
  align-self: flex-start;
  margin-top: 2px;
  flex: 0 0 auto;
}
.home-sticky-vote {
  display: none;
}
.status-badge {
  align-self: flex-start;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 7px;
  border-radius: 3px;
  background: #666;
  color: #fff;
}
.status-badge.open { background: #1f8f4e; }
.status-badge.pending { background: #6b6b6b; }
.status-badge.results { background: #2f5d9f; }
.trend-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 0 16px 10px;
}
.trend-head h2 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.15rem;
  text-transform: none;
  border-left: 4px solid var(--red);
  padding-left: 10px;
}
.trend-all { font-weight: 700; font-size: 0.9rem; white-space: normal; }
.trend-card {
  flex: 0 0 112px;
  max-width: 112px;
  scroll-snap-align: start;
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
  color: var(--ink);
  min-width: 0;
}
.trend-card img,
.trend-fallback {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  background: #ccc;
}
.trend-card strong {
  font-size: 0.86rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.trend-card span {
  font-size: 0.72rem;
  color: var(--muted);
}
.home-faq {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 14px 16px 8px;
  overflow: visible;
  max-width: 100%;
}
.home-faq > h2 {
  margin: 0 0 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.15rem;
  text-transform: none;
  border-left: 4px solid var(--red);
  padding-left: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  line-height: 1.3;
}
.faq-item {
  border-top: 1px solid var(--line);
  padding: 4px 0;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  padding: 12px 0;
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.faq-item summary .faq-q {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  float: none;
  flex: 0 0 auto;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.2;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  margin: 0 0 14px;
  color: #333;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.people-dir { padding: 18px 20px 24px; }

.brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 14px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: inherit;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  flex: 0 0 44px;
  display: block;
  object-fit: cover;
  background: #e31c23;
}
.brand-copy { display: grid; gap: 2px; min-width: 0; }
.logo {
  color: #fff;
  font-family: Oswald, Impact, sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 3.6vw, 1.85rem);
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}
.logo span { color: var(--red); }
.brand small {
  color: #b8b8b8;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.brand-short { display: none; }
.head-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 12px;
  max-width: min(760px, 62vw);
}
.head-nav a {
  color: #eee;
  font-weight: 700;
  font-size: 0.82rem;
  white-space: nowrap;
}
.head-nav a:hover { color: #fff; }
.head-links { display: none; }
.cats { display: none !important; }
.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #222;
  border: 0;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 0 auto;
}
.menu-btn span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
body.menu-open .menu-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .menu-btn span:nth-child(2) { opacity: 0; }
body.menu-open .menu-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.mobile-menu {
  display: none;
  background: #111;
  border-top: 1px solid #2a2a2a;
  padding: 8px 16px 16px;
}
.mobile-menu a {
  display: block;
  color: #fff;
  font-weight: 800;
  padding: 12px 0;
  border-bottom: 1px solid #2a2a2a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.92rem;
}
.admin-link { display: none !important; }
body.is-admin .admin-link { display: inline !important; }
.cats { background: var(--red); }
.cats .wrap {
  display: flex;
  gap: 22px;
  padding: 10px 0;
  overflow: auto;
}
.cats a {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.cats a:hover { color: #ffe3e4; }

main { padding: 18px 0 56px; }
#app.wrap,
main#app {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.seo-intro {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 18px 20px 16px;
  margin-bottom: 16px;
}
.seo-intro h1 {
  margin: 0 0 8px;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(1.45rem, 5.5vw, 2.35rem);
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.2;
  color: #111;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}
.seo-intro p {
  margin: 0 0 12px;
  color: #333;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.home-seo-more { margin-top: 4px; }
.home-vote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 14px 0 8px;
}
.home-vote-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
  color: inherit;
}
.home-vote-card strong { font-size: 0.95rem; line-height: 1.3; }
.home-vote-card span { font-size: 0.82rem; color: #555; line-height: 1.4; }
.home-vote-card:hover { border-color: #111; }
.seo-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
  margin: 12px 0 18px;
}
.seo-photo-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  font-size: 0.78rem;
  line-height: 1.25;
}
.seo-photo-card img,
.seo-photo-fallback {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #eee;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.vote-seo-head h1 {
  margin: 0 0 12px;
  color: #111;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1.15;
  text-transform: none;
  overflow-wrap: anywhere;
}
.vote-seo-head .lede { font-size: 1.02rem; line-height: 1.65; color: #333; }
.lang-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lang-pills a {
  background: #111;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 10px;
}
.lang-pills a:hover { background: var(--red); color: #fff; }

.featured {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}
.featured-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.featured-5 .feat {
  min-height: 200px;
  aspect-ratio: 3 / 4;
  padding: 14px 12px 12px;
}
.featured-5 .feat h2 {
  font-size: 0.98rem;
}
.home-simple {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}
.home-simple .home-seo {
  margin: 0;
  padding: 18px 0 4px;
}
.home-simple .home-seo h1 {
  margin-bottom: 8px;
}
.home-bios {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 14px 16px 8px;
}
.home-bios h2 {
  margin: 0 0 4px;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-left: 4px solid var(--red);
  padding-left: 10px;
}
.home-bios .note {
  margin: 0 0 12px;
  color: #666;
  font-size: 0.9rem;
}
.bios-home {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.bios-home .bio-card {
  grid-template-columns: 72px 1fr;
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
}
.bios-home .bio-card h3 {
  font-size: 0.95rem;
}
.home-foot-note {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}
.feat {
  position: relative;
  min-height: 270px;
  aspect-ratio: 16 / 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 16px 16px;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.feat > * { position: relative; z-index: 1; }
.feat.tamil { background: linear-gradient(165deg, #1c0c00 0%, #8a3108 48%, #e7a31a 100%); }
.feat.hindi { background: linear-gradient(165deg, #140018 0%, #6d1048 48%, #e91e8c 100%); }
.feat.malayalam { background: linear-gradient(165deg, #02140b 0%, #0d5a2c 48%, #c9a227 100%); }
.feat.telugu { background: linear-gradient(165deg, #001018 0%, #0a4a6e 48%, #2ec4ff 100%); }
.feat.kannada { background: linear-gradient(165deg, #1a0e00 0%, #8a4a08 48%, #f0b429 100%); }
.feat.bangla { background: linear-gradient(165deg, #00140a 0%, #0a5c38 48%, #e31c23 100%); }
.feat .tag {
  align-self: flex-start;
  background: var(--red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 7px;
  margin-bottom: 10px;
}
.feat h2 {
  margin: 0 0 6px;
  font-family: Oswald, sans-serif;
  font-size: 1.18rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.feat p { margin: 0 0 12px; color: #f3f3f3; font-size: 0.88rem; }
.feat.has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.72));
  z-index: 0;
}
.cta {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 11px;
}
.feat:hover .cta { background: #fff; color: #111; }

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.72fr);
  gap: 22px;
  align-items: start;
}
.block {
  background: var(--paper);
  border: 1px solid var(--line);
}
.block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}
.block-head h2,
.widget h2,
.article h2,
.panel h2 {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.block-head h2,
.panel h2 {
  border-left: 4px solid var(--red);
  padding-left: 10px;
}

.bios { display: grid; grid-template-columns: 1fr 1fr; }
.related-bios { grid-template-columns: 1fr; }
.bio-card {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: inherit;
}
.bio-card[hidden],
.bio-card.is-filtered-out {
  display: none !important;
}
.bio-card:last-child { border-bottom: 0; }
.bio-card:hover h3 { color: var(--red); }
.thumb {
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #111;
  font-family: Oswald, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  overflow: hidden;
}
.thumb img, .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bio-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
}
.file-field {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}
.dp-edit { display: grid; gap: 8px; margin: 10px 0; }
.dp-edit .ghost { justify-self: start; }
.cover-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.bio-card h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.3;
}
.when { color: var(--muted); font-size: 0.78rem; margin-bottom: 8px; }
.excerpt { color: #444; font-size: 0.92rem; line-height: 1.5; margin: 0; }

.widget { background: var(--paper); border: 1px solid var(--line); margin-bottom: 16px; }
.widget h2 {
  background: #111;
  color: #fff;
  padding: 10px 14px;
  font-size: 0.95rem;
}
.widget .body { padding: 14px; }
.note { color: var(--muted); font-size: 0.9rem; line-height: 1.55; margin: 0; }
.side-list a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}
.side-list a:last-child { border-bottom: 0; }
.side-list a:hover { color: var(--red); }
.side-list small { display: block; color: var(--muted); font-weight: 400; }

.crumb { color: var(--muted); font-size: 0.82rem; margin: 0 0 12px; }
.article { background: var(--paper); border: 1px solid var(--line); padding: 22px 24px 26px; }
.article.club-page {
  padding: 0;
  border: 0;
  background: transparent;
}
.article h1 {
  margin: 0 0 8px;
  font-family: Oswald, sans-serif;
  font-size: clamp(1.45rem, 3.6vw, 2.2rem);
  line-height: 1.2;
  text-transform: none;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}
.desc { color: #444; line-height: 1.7; }
.show-banner {
  position: relative;
  min-height: 180px;
  margin: 16px 0 18px;
  padding: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.show-banner.tamil { background: linear-gradient(165deg, #1c0c00 0%, #8a3108 48%, #e7a31a 100%); }
.show-banner.hindi { background: linear-gradient(165deg, #140018 0%, #6d1048 48%, #e91e8c 100%); }
.show-banner.malayalam { background: linear-gradient(165deg, #02140b 0%, #0d5a2c 48%, #c9a227 100%); }
.show-banner.telugu { background: linear-gradient(165deg, #001018 0%, #0a4a6e 48%, #2ec4ff 100%); }
.show-banner.kannada { background: linear-gradient(165deg, #1a0e00 0%, #8a4a08 48%, #f0b429 100%); }
.show-banner.bangla { background: linear-gradient(165deg, #00140a 0%, #0a5c38 48%, #e31c23 100%); }
.show-banner strong {
  font-family: Oswald, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.vote-box { margin-top: 8px; border-top: 3px solid var(--red); }
.vote-box > h2 { margin: 16px 0 6px; }
.vote-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 4px; }
.vote-tab {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}
.vote-tab.on { background: var(--red); color: #fff; border-color: var(--red); }
.vote-card { padding: 0; overflow: hidden; }
.vote-simple {
  max-width: 920px;
  margin: 0 auto 28px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.vote-page-shell {
  max-width: 920px;
  margin: 0 auto 28px;
  display: grid;
  gap: 14px;
}
.vote-intro-flat {
  background: transparent;
  border: 0;
  padding: 8px 2px 4px;
  color: #111;
}
.vote-intro-flat h1,
.vote-intro-flat .vote-hero-title {
  color: #111;
  margin: 0 0 10px;
  text-transform: none;
  font-family: Oswald, Impact, sans-serif;
  letter-spacing: 0.01em;
  font-size: clamp(1.45rem, 3.6vw, 2.05rem);
  line-height: 1.2;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-weight: 700;
}
.vote-intro-flat .vote-intro-desc,
.vote-intro-flat .lede {
  margin: 0 0 12px;
  color: #333;
  max-width: 46rem;
  line-height: 1.6;
  font-size: 1rem;
}
.vote-intro-flat .share-row {
  color: #333;
  padding-top: 0;
  border-top: 0;
}
.vote-intro-flat .eviction-note {
  margin: 10px 0 0;
  padding: 10px 12px;
  background: #fff8f8;
  border: 1px solid #f0d0d0;
  color: #333;
  font-size: 0.92rem;
}
.vote-panel-card {
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
}
.vote-panel-card .vote-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
}
.vote-panel-card .vote-tab {
  border: 0;
  border-bottom: 3px solid transparent;
  background: #f6f6f6;
  padding: 14px 16px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}
.vote-panel-card .vote-tab.on {
  background: #fff;
  color: var(--red);
  border-bottom-color: var(--red);
}
.vote-panel-card .vote-box {
  border-top: 0;
  margin: 0;
  padding: 18px 20px 22px;
}
.vote-panel-card .vote-lead {
  margin-bottom: 8px;
  padding-right: 4px;
}
.vote-panel-card .vote-lead h2 {
  margin: 0 0 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.vote-panel-card .vote-lead .note {
  margin: 0 0 4px;
  line-height: 1.5;
}
.vote-panel-card .vote-list {
  margin-top: 6px;
}
.vote-panel-card .vote-row {
  padding: 14px 4px;
}
.vote-panel-card .vote-row.picked {
  margin: 0 -8px;
  padding-left: 12px;
  padding-right: 12px;
}
.vote-panel-card .empty-vote {
  margin: 8px 0 4px;
  padding: 12px 4px;
  line-height: 1.55;
}
.vote-panel-card.fan-hub-simple,
.vote-panel-card.yt-simple {
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 0;
}
.vote-panel-card .fan-hub-head,
.vote-panel-card .yt-head {
  padding: 14px 18px 12px;
}
.vote-panel-card .fan-hub-grid,
.vote-panel-card .save-grid {
  padding: 0 18px 16px;
}
.vote-panel-card .yt-stage {
  margin: 0 12px;
}
.vote-panel-card .yt-bar {
  padding: 12px 16px 16px;
}
.other-votes-flat,
.other-votes-simple {
  padding: 4px 2px 8px;
  border: 0;
  background: transparent;
}
.other-votes-flat h2,
.other-votes-simple h2 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}
.vote-seo-simple,
.vote-seo-flat {
  padding: 8px 2px 24px;
  border: 0;
  background: transparent;
}
.vote-seo-simple h2 {
  margin: 1.35rem 0 0.55rem;
  font-size: 1.28rem;
  line-height: 1.35;
}
.vote-seo-simple h3 {
  margin: 1rem 0 0.35rem;
  font-size: 1.05rem;
}
.vote-seo-simple .note {
  margin: 0.4rem 0 1rem;
  color: #555;
  font-size: 0.95rem;
}
.vote-hero {
  padding: 22px 24px 18px;
  background:
    radial-gradient(circle at 90% 10%, rgba(227, 28, 35, 0.35), transparent 42%),
    linear-gradient(145deg, #0d0d0d, #1a1a1a 55%, #141010);
  color: #fff;
}
.vote-hero h1 {
  color: #fff;
  margin: 0 0 10px;
  text-transform: none;
  font-family: Oswald, Impact, sans-serif;
  letter-spacing: 0.01em;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  line-height: 1.15;
}
.vote-hero p { margin: 0 0 12px; color: #cfcfcf; max-width: 40rem; }
/* Light vote header — must win over .vote-hero h1/#fff or titles disappear */
.vote-hero.vote-hero-simple,
.vote-simple .vote-hero-simple {
  background: #fff;
  color: #111;
  border-bottom: 1px solid var(--line);
  padding: 20px 20px 14px;
}
.vote-hero.vote-hero-simple h1,
.vote-simple .vote-hero-simple h1,
.vote-hero.vote-hero-simple .vote-hero-title,
.vote-simple .vote-hero-simple .vote-hero-title {
  color: #111;
  margin: 0 0 10px;
  text-transform: none;
  font-family: Oswald, Impact, sans-serif;
  letter-spacing: 0.01em;
  font-size: clamp(1.45rem, 3.6vw, 2.05rem);
  line-height: 1.2;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-weight: 700;
}
.vote-app-mount:empty {
  min-height: 0;
}
.vote-hero.vote-hero-simple p,
.vote-simple .vote-hero-simple p {
  margin: 0 0 12px;
  color: #333;
  max-width: 46rem;
}
.vote-hero.vote-hero-simple .share-row,
.vote-simple .vote-hero-simple .share-row {
  color: #333;
}
.vote-hero.vote-hero-simple .share-btn,
.vote-simple .vote-hero-simple .share-btn {
  color: #111;
  border-color: #ddd;
  background: #f6f6f6;
}
.vote-meta-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px !important;
  color: #555 !important;
  font-size: 0.9rem;
}
.eviction-note {
  margin: 0;
  padding: 10px 20px;
  background: #fff8f8;
  border-bottom: 1px solid #f0d0d0;
  color: #333;
  font-size: 0.92rem;
}
.fan-hub-simple,
.yt-simple {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.fan-hub-simple .fan-hub-head,
.yt-simple .yt-head {
  padding: 12px 16px;
}
.seo-table-wrap {
  overflow-x: auto;
  margin: 0.6rem 0 1rem;
  border: 1px solid var(--line);
}
.seo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.seo-table th,
.seo-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.seo-table th {
  background: #f7f7f7;
  font-weight: 700;
}
.seo-table tr:last-child td { border-bottom: 0; }
.vote-facts {
  margin: 0 0 14px;
  padding-left: 1.1rem;
}
.vote-kicker { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.week-pill {
  display: inline-flex;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 9px;
}
.live-dot {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7ad17a;
}
.vote-page .vote-tabs,
.vote-simple .vote-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
}
.vote-page .vote-tab,
.vote-simple .vote-tab {
  border: 0;
  border-bottom: 3px solid transparent;
  background: #f6f6f6;
  padding: 14px 12px;
}
.vote-page .vote-tab.on,
.vote-simple .vote-tab.on {
  background: #fff;
  color: var(--red);
  border-bottom-color: var(--red);
}
.vote-page .vote-box,
.vote-simple .vote-box {
  border-top: 0;
  margin: 0;
  padding: 18px 24px 22px;
}
.vote-lead h2 { margin: 0 0 6px; }
.vote-list { display: grid; }
.vote-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 92px;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.vote-row:last-child { border-bottom: 0; }
.vote-row .rank {
  font-family: Oswald, sans-serif;
  font-size: 1.15rem;
  color: #9a9a9a;
}
.vote-row h3 { margin: 0 0 8px; font-size: 1.05rem; }
.vote-row h3 a { color: inherit; }
.vote-row h3 a:hover { color: var(--red); }
.vote-row.picked {
  background: #fff5f5;
  margin: 0 -12px;
  padding-left: 12px;
  padding-right: 12px;
}
.vote-page .related { margin-top: 0; padding: 0 24px 22px; }
.name-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.name-links a {
  background: #f4f4f4;
  color: var(--ink);
  padding: 6px 10px;
  font-weight: 700;
  font-size: 0.86rem;
}
.name-links a:hover { background: #111; color: #fff; }
.fan-club-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px;
  margin: 10px 0 4px;
}
.fan-club-grid .fan-club-chip {
  display: block;
  text-align: center;
  background: #f4f4f4;
  color: var(--ink);
  padding: 10px 8px;
  font-weight: 700;
  font-size: 0.84rem;
  text-decoration: none;
  border-radius: 4px;
}
.fan-club-grid .fan-club-chip:hover {
  background: #111;
  color: #fff;
}
.vote-now-row {
  margin: 12px 0 4px;
}
.vote-now-cta {
  display: inline-block;
  scroll-margin-top: 88px;
}
#vote-tabs {
  scroll-margin-top: 88px;
}
.wiki-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 22px;
  align-items: start;
  margin: 16px 0 8px;
}
.wiki-intro .cta { margin-top: 0; }
.wiki-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  align-items: center;
}
.wiki-actions .ghost,
.wiki-club-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}
.wiki-actions .ghost:hover,
.wiki-club-btn:hover {
  border-color: var(--red);
  color: var(--red);
}
.wiki-photo {
  margin: 0;
  background: #eee;
  overflow: hidden;
}
.wiki-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}
.wiki-body { margin-top: 8px; }
.wiki-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 22px;
}
.wiki-table th,
.wiki-table td {
  border: 1px solid var(--line);
  padding: 9px 12px;
  text-align: left;
  vertical-align: top;
}
.wiki-table thead th {
  background: #111;
  color: #fff;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wiki-table tbody th {
  width: 34%;
  background: #f7f7f7;
  font-weight: 700;
}
.wiki-body h2 {
  margin: 26px 0 10px;
  border-left: 4px solid var(--red);
  padding-left: 10px;
}
.wiki-body h3 {
  margin: 16px 0 8px;
  color: var(--red);
  font-size: 1.05rem;
}
.wiki-body p {
  margin: 0 0 14px;
  color: #444;
  line-height: 1.75;
}
.related { margin-top: 28px; padding-top: 8px; border-top: 1px solid var(--line); }
.related > h2 { margin: 12px 0 8px; }
.house { display: grid; gap: 0; }
.person {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.person:last-child { border-bottom: 0; }
.avatar {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  color: #111;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  overflow: hidden;
}
.person h3 { margin: 0; font-size: 1.15rem; overflow-wrap: anywhere; }
.person p { margin: 4px 0 8px; color: var(--muted); font-size: 0.9rem; }
.meter { height: 8px; background: #ececec; overflow: hidden; }
.meter i { display: block; height: 100%; width: 0; background: var(--red); transition: width 0.35s ease; }
.votes { margin-top: 6px; font-size: 0.8rem; font-weight: 800; color: var(--red); }
.votes.vote-hidden {
  font-weight: 600;
  color: #777;
}
.vote-row.results-hidden .rank {
  color: #bbb;
  font-weight: 600;
}
.picked { background: #fff5f5; margin: 0 -10px; padding-left: 10px; padding-right: 10px; }
.person.off-vote { opacity: 0.72; }
.nom-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--red);
  background: #fff5f5;
  vertical-align: middle;
}
.person.off-vote .nom-badge { color: var(--muted); background: #f4f4f4; }
.empty-vote { color: var(--muted); padding: 12px 0; }

button, .btn {
  border: 0;
  background: var(--red);
  color: #fff;
  font: 800 0.82rem "Source Sans 3", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 14px;
  cursor: pointer;
}
button:disabled { opacity: 0.45; cursor: not-allowed; }
button.danger {
  background: #fff;
  color: var(--red);
  border: 1px solid var(--red);
}
button.ghost, .btn.ghost {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}
.bio-btn { margin-top: 8px; }
.menu-btn {
  background: #222;
  color: #fff;
}

.yt {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  max-height: 560px;
  border-top: 1px solid var(--line);
  background: #fafafa;
}
.fan-stay {
  display: none;
}
.eviction-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  background: linear-gradient(105deg, #1a0505 0%, #3a0c0c 55%, #111 100%);
  color: #fff;
  border-bottom: 3px solid var(--red);
}
.eviction-banner strong {
  display: block;
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.eviction-banner p {
  margin: 0;
  color: #e8c8c8;
  font-size: 0.88rem;
  line-height: 1.35;
  max-width: 42rem;
}
.eviction-banner .cta {
  flex: 0 0 auto;
  background: var(--red);
  color: #fff;
  border: 0;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}
.fan-hub {
  padding: 18px 20px 20px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(227, 28, 35, 0.08), transparent 55%),
    linear-gradient(180deg, #fff 0%, #faf8f7 100%);
}
.fan-hub-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 14px;
}
.fan-hub-head h2 {
  margin: 2px 0 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  letter-spacing: 0.01em;
  text-transform: none;
}
.fan-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fan-hub-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 860px) {
  .fan-hub-grid { grid-template-columns: 1fr; }
}
.fan-panel {
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
}
.mission-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 10px;
}
.mission-top strong {
  font-size: 0.92rem;
}
.mission-score {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}
.mission-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.mission-list li {
  position: relative;
  padding: 9px 10px 9px 34px;
  background: #f7f7f7;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.3;
}
.mission-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid #bbb;
  background: #fff;
}
.mission-list li.done {
  background: #f0fff4;
  color: #146c2e;
}
.mission-list li.done::before {
  border-color: #1a7f37;
  background: #1a7f37;
  box-shadow: inset 0 0 0 2px #fff;
}
.mission-list a,
.mission-list .linkish {
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mission-hint {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}
.club-bars { display: grid; gap: 10px; }
.club-bar-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.club-bar .meter {
  height: 8px;
  background: #eee;
  overflow: hidden;
}
.club-bar .meter i {
  display: block;
  height: 100%;
}
.save-grid { margin-top: 14px; }
.save-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.save-card {
  display: grid;
  gap: 4px;
  padding: 12px;
  background: #111;
  color: #fff;
  border: 0;
  transition: transform 0.18s ease, background 0.18s ease;
}
.save-card:hover {
  background: #1c1c1c;
  transform: translateY(-2px);
  color: #fff;
}
.save-card-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0a0a4;
  font-weight: 800;
}
.save-card strong {
  font-size: 0.95rem;
  line-height: 1.2;
}
.save-card span:last-child {
  font-size: 0.76rem;
  color: #bbb;
}
.save-page .save-hero,
.club-page .kicker {
  margin: 0 0 6px;
  color: #f0a0a4;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.club-shell {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0;
  min-height: 520px;
  border: 1px solid #2a2a2e;
  background: #1e1f22;
  color: #dbdee1;
  overflow: hidden;
}
.club-rail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 8px;
  background: #111214;
  border-right: 1px solid #2a2a2e;
}
.club-rail-mark {
  width: 44px;
  height: 44px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.club-rail-label,
.club-rail-item {
  display: block;
  margin: 0;
  padding: 8px 6px;
  border: 0;
  background: transparent;
  color: #949ba4;
  font-size: 0.68rem;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.2;
  word-break: break-word;
}
.club-rail-item.on,
.club-rail-item:hover {
  color: #fff;
  background: #2b2d31;
}
.club-main {
  min-width: 0;
  background: #313338;
}
.club-banner {
  padding: 18px 18px 14px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--club, #e31c23) 55%, #000) 0%, #313338 100%);
  border-bottom: 1px solid #3f4147;
}
.club-banner-top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.club-avatar {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  overflow: hidden;
  border: 4px solid #313338;
  background: #111;
}
.club-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.club-avatar-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.8rem;
}
.club-banner h1 {
  margin: 4px 0 6px;
  color: #fff;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(1.35rem, 3.4vw, 1.9rem);
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.15;
}
.club-banner .desc {
  margin: 0;
  color: #e6e8eb;
  font-size: 0.9rem;
  line-height: 1.4;
}
.club-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}
.club-stats > div {
  padding: 10px 8px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.club-stats strong {
  display: block;
  color: #fff;
  font-size: 1.15rem;
  font-family: Oswald, Impact, sans-serif;
}
.club-stats span {
  display: block;
  margin-top: 2px;
  color: #c5c8ce;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
}
.club-join,
.club-actions-bar,
.club-page .share-row,
.club-panel,
.club-seo {
  padding: 14px 18px;
}
.club-join {
  display: grid;
  gap: 12px;
  border-bottom: 1px solid #3f4147;
}
.club-join-form {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}
.club-join-form .fan-field {
  margin: 0;
  color: #dbdee1;
}
.club-join-form input {
  background: #1e1f22;
  border: 1px solid #4e5058;
  color: #fff;
}
.club-join-form .status {
  grid-column: 1 / -1;
}
.club-joined-banner {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  background: rgba(26, 127, 55, 0.18);
  border: 1px solid rgba(26, 127, 55, 0.45);
  color: #b8f5c8;
}
.club-joined-banner strong { color: #fff; }
.club-quick,
.club-actions-bar,
.save-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.club-quick .ghost,
.club-actions-bar .ghost,
.save-actions .ghost {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid #4e5058;
  background: #2b2d31;
  color: #fff;
  font-weight: 700;
}
.club-page .share-row {
  border-bottom: 1px solid #3f4147;
  background: #2b2d31;
}
.club-page .share-label { color: #b5bac1; }
.club-panel {
  border-bottom: 1px solid #3f4147;
}
.club-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 10px;
}
.club-panel-head h2 {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  text-transform: none;
}
.club-panel-head span {
  color: #949ba4;
  font-size: 0.76rem;
  font-weight: 700;
}
.club-member-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.club-member-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px 5px 5px;
  background: #2b2d31;
  border: 1px solid #3f4147;
  color: #dbdee1;
  font-size: 0.78rem;
  font-weight: 700;
}
.club-member-chip i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #fff;
  font-style: normal;
  font-size: 0.7rem;
}
.club-chat-feed {
  display: grid;
  gap: 8px;
  max-height: 280px;
  overflow: auto;
  padding: 10px;
  background: #2b2d31;
  border: 1px solid #3f4147;
}
.club-chat-line {
  display: grid;
  gap: 2px;
  font-size: 0.86rem;
  line-height: 1.35;
}
.club-chat-line b { color: #fff; }
.club-chat-line.mine b { color: #f0a0a4; }
.club-seo {
  background: #2b2d31;
  color: #dbdee1;
}
.club-seo h2 { color: #fff; }
.club-seo p,
.club-seo ol { color: #c5c8ce; }
.club-page .mission-hint { color: #949ba4; }
@media (max-width: 720px) {
  .club-shell { grid-template-columns: 1fr; }
  .club-rail {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid #2a2a2e;
  }
  .club-rail-mark { margin: 0; }
  .club-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .club-join-form { grid-template-columns: 1fr; }
}
.fan-meta, .house-leaders {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fan-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 0.76rem;
  font-weight: 700;
}
.fan-chip.muted { color: var(--muted); font-weight: 600; }
.leader-pill {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #f0c2c4;
  background: #fff7f7;
  font-size: 0.76rem;
}
.leader-pill strong { color: var(--red); }
.yt-compose-top,
.yt-compose-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.yt-compose-bottom {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.yt-club-pill {
  display: inline-flex;
  margin-left: 6px;
  padding: 2px 7px;
  background: #f3f3f3;
  color: #333;
  font-size: 0.72rem;
  font-weight: 700;
}
.yt-card-btn {
  background: #111;
  color: #fff;
  padding: 7px 10px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
.yt-preview {
  margin: 0 0 8px;
  padding: 8px 10px;
  background: #f7f7f7;
  color: #444;
  font-size: 0.8rem;
  line-height: 1.35;
}
.yt-bubble { min-width: 0; }
.yt-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 2px;
  font-size: 0.78rem;
}
.yt-meta b { margin-right: 0; }
.yt-club {
  color: var(--muted);
  font-weight: 700;
}
.yt-leader {
  padding: 1px 6px;
  background: #ffe8ea;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
}
.yt-text {
  margin: 0;
  color: #0f0f0f;
  font-size: 0.88rem;
  line-height: 1.35;
  word-break: break-word;
}
.yt-feed .yt-line.them .yt-meta { justify-content: flex-end; }
.yt-feed .yt-line.them .yt-text { text-align: right; }
.fan-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: end center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.45);
}
.fan-modal[hidden] { display: none !important; }
.fan-modal-card {
  width: min(100%, 420px);
  max-height: min(88vh, 640px);
  overflow: auto;
  background: #fff;
  border: 1px solid var(--line);
  padding: 16px;
}
.fan-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}
.fan-modal-head h3 {
  margin: 2px 0 0;
  font-size: 1.15rem;
}
.fan-field {
  display: grid;
  gap: 6px;
  margin: 12px 0;
  font-size: 0.82rem;
  font-weight: 700;
}
.fan-field input {
  font-weight: 500;
}
.fan-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 8px 0 14px;
}
.fan-team {
  background: #f4f4f4;
  color: #222;
  border: 1px solid transparent;
  padding: 10px 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}
.fan-team.on {
  border-color: var(--red);
  background: #fff5f5;
  color: var(--red);
}
.fan-modal-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 720px) {
  .fan-modal { place-items: center; }
  .fan-team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.fan-stay-copy strong {
  display: block;
  font-size: 0.95rem;
}
.fan-stay-copy p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}
.fan-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fan-step {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}
.fan-step.done {
  border-color: #1a7f37;
  color: #1a7f37;
  background: #f0fff4;
}
.vote-row.focus-row {
  outline: 2px solid var(--red);
  outline-offset: 2px;
  background: #fff5f5;
}
.yt-stage {
  position: relative;
  flex: 1;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.yt-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.yt-head-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.yt-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  background: var(--red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.yt-live-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: yt-pulse 1.4s infinite;
}
@keyframes yt-pulse {
  0% { box-shadow: 0 0 0 0 rgba(227, 28, 35, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(227, 28, 35, 0); }
  100% { box-shadow: 0 0 0 0 rgba(227, 28, 35, 0); }
}
.yt-head h2 {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.yt-head span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}
.yt-feed {
  flex: 1;
  min-height: 240px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 14px 12px;
}
.yt-floats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.yt-float {
  position: absolute;
  bottom: 6px;
  font-size: 1.7rem;
  line-height: 1;
  animation-name: yt-rise;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: forwards;
}
@keyframes yt-rise {
  0% { transform: translateY(0) scale(0.45); opacity: 0; }
  12% { transform: translateY(-18px) scale(1.18); opacity: 1; }
  100% { transform: translateY(-230px) scale(1.05); opacity: 0; }
}
.yt-empty {
  margin: auto;
  color: var(--muted);
  text-align: center;
  font-size: 0.88rem;
  max-width: 18rem;
}
.yt-line {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  width: min(88%, 28rem);
}
.yt-feed .yt-line.me {
  align-self: flex-start;
  margin-right: auto;
  margin-left: 0;
}
.yt-feed .yt-line.them {
  align-self: flex-end;
  margin-left: auto;
  margin-right: 0;
  grid-template-columns: minmax(0, 1fr) 24px;
}
.yt-feed .yt-line.them .yt-ava { order: 2; }
.yt-feed .yt-line.them p { text-align: right; }
.yt-ava {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  flex: 0 0 24px;
}
.yt-line p {
  margin: 0;
  color: #0f0f0f;
  font-size: 0.88rem;
  line-height: 1.35;
  word-break: break-word;
}
.yt-line b { margin-right: 6px; font-weight: 700; }
.yt-bar {
  border-top: 1px solid var(--line);
  padding: 10px 14px 12px;
  background: #fff;
}
.yt-identity {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}
.yt-id-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.yt-id-label {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.yt-identity strong {
  color: var(--ink);
  font-size: 0.9rem;
}
.yt-id-hint {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.35;
}
.yt-as-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.yt-as {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}
.yt-as strong { color: var(--ink); }
.yt-name-btn {
  background: transparent;
  color: var(--muted);
  padding: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
.yt-name {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.yt-name input {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 8px 2px;
  background: transparent;
}
.yt-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.yt-prompts button {
  background: #f3f3f3;
  color: #222;
  border: 0;
  padding: 6px 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.yt-picks {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 8px;
}
.yt-picks button {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #f2f2f2;
  color: #111;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-transform: none;
}
.yt-type {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 36px auto;
  gap: 8px;
  align-items: center;
}
.yt-emo-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  color: #111;
  font-size: 1.15rem;
  letter-spacing: 0;
  text-transform: none;
}
.yt-react-wrap {
  position: relative;
  display: grid;
  place-items: center;
}
.yt-react-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 6px);
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 12;
}
.yt-react-wrap:hover .yt-react-menu,
.yt-react-wrap:focus-within .yt-react-menu,
.yt-react-wrap.open .yt-react-menu {
  display: flex;
}
.yt-react-menu button {
  width: 42px;
  min-height: 42px;
  padding: 0 6px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #111;
  font-size: 1.15rem;
  letter-spacing: 0;
  text-transform: none;
}
.yt-react-menu .yt-fan-cheer {
  width: auto;
  min-width: 42px;
  border-radius: 999px;
  padding: 0 10px;
  background: #fff5f5;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}
.yt-float-fan {
  font-size: 0.78rem !important;
  font-weight: 800;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid var(--red);
  color: var(--red);
  border-radius: 999px;
}
.share-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 12px 0 4px;
  padding: 10px 0 0;
}
.vote-hero .share-row,
.wiki-intro .share-row {
  border-top: 0;
  padding-top: 0;
}
.share-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  background: #f3f3f3;
  color: #222;
  border: 0;
  padding: 6px 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}
a.share-btn:hover,
button.share-btn:hover {
  background: #ffe8ea;
  color: var(--red);
}
.yt-type input {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 8px 2px;
  background: transparent;
}
.yt-type input:focus, .yt-name input:focus {
  outline: 0;
  border-bottom-color: #111;
}
.yt-bar button[type="submit"] {
  background: transparent;
  color: var(--red);
  padding: 8px 4px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}
form input, form textarea, form select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
  font: inherit;
}

.status { color: var(--muted); min-height: 1.2em; font-size: 0.88rem; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 0; }
.chip {
  background: #f4f4f4;
  color: var(--muted);
  font-size: 0.78rem;
  padding: 4px 8px;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: grid;
  place-items: center;
  padding: 20px;
  z-index: 20;
}
.modal .panel { width: min(560px, 100%); max-height: 80vh; overflow: auto; background: #fff; padding: 20px; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.poll-picks { display: grid; gap: 8px; }
.poll-pick {
  display: grid;
  gap: 2px;
  width: 100%;
  text-align: left;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}
.poll-pick small { color: var(--muted); font-weight: 400; }
.poll-pick.on { border-color: var(--red); background: #fff5f5; }
.field-label { display: grid; gap: 6px; font-size: 0.86rem; font-weight: 700; color: var(--muted); }
.login { width: min(420px, 100%); margin: 30px auto; padding: 22px; }
.check { display: flex; gap: 10px; align-items: center; color: var(--muted); }
form { display: grid; gap: 10px; }
.panel { background: var(--paper); border: 1px solid var(--line); padding: 16px 18px 18px; }
.hero h1 {
  margin: 0 0 10px;
  font-family: Oswald, sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.15;
  text-transform: uppercase;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 8px;
  margin-bottom: 10px;
}

footer {
  background: #111;
  color: #bdbdbd;
  padding: 28px 0;
  font-size: 0.86rem;
  line-height: 1.55;
}
.ad-slot {
  margin: 10px auto;
  padding: 8px 0;
  width: min(1180px, calc(100% - 24px));
  max-width: 100%;
  min-height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
}
.ad-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 8px auto 12px;
  width: min(1180px, calc(100% - 24px));
}
.ad-top .ad-slot {
  margin: 0;
  width: auto;
  padding: 4px 0;
}
.ad-top-skyscrapers {
  display: none;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}
.ad-slot iframe,
.ad-slot img,
.ad-slot > div {
  max-width: 100% !important;
}
.ad-slot.ad-native {
  display: block;
}
.ad-slot.ad-300 {
  min-height: 250px;
}
.ad-slot.ad-728 {
  display: none;
  min-height: 90px;
}
.ad-slot.ad-468 {
  display: flex;
  min-height: 60px;
}
.ad-slot.ad-160x600,
.ad-slot.ad-160x300 {
  display: flex;
  width: 160px;
  flex: 0 0 160px;
}
.ad-slot.ad-160x600 { min-height: 600px; }
.ad-slot.ad-160x300 { min-height: 300px; }
.ad-slot.ad-320 {
  display: flex;
  min-height: 50px;
}
.ad-slot #container-6fcbde0c2af3aa906c2506dafb30884d {
  min-height: 90px;
  width: 100%;
}
body.is-admin .ad-slot,
body.is-admin .ad-top {
  display: none !important;
}
body.is-admin [id*="social"],
body.is-admin [class*="social-bar"],
body.is-admin [class*="socialbar"] {
  display: none !important;
}
@media (min-width: 800px) {
  .ad-slot.ad-728 {
    display: flex;
  }
  .ad-top-skyscrapers {
    display: flex;
  }
  .ad-slot.ad-320 {
    display: none;
  }
}
.foot-langs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 12px;
}
.foot-langs a { color: #eee; font-weight: 700; }
.foot-langs a:hover { color: #fff; }
.foot-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0 0 12px;
}
.foot-legal a { color: #eee; font-weight: 700; }
.foot-legal a:hover { color: #fff; }
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 8px 0 18px;
}
.foot-block {
  display: grid;
  gap: 8px;
  align-content: start;
}
.foot-block h2 {
  margin: 0 0 4px;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.foot-block a {
  color: #ddd;
  font-weight: 600;
  font-size: 0.92rem;
}
.foot-block a:hover { color: #fff; }
.foot-note {
  margin: 0;
  padding-top: 4px;
  border-top: 1px solid #333;
  color: #bbb;
  line-height: 1.6;
}
footer a { color: #fff; }

.legal { max-width: 760px; }
.legal h2 {
  margin: 28px 0 10px;
  border-left: 4px solid var(--red);
  padding-left: 10px;
}
.legal ul { margin: 0 0 16px; padding-left: 20px; color: #333; line-height: 1.7; }
.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 18px;
  font-weight: 700;
}
.contact-form { display: grid; gap: 12px; margin: 18px 0; }
.message-card {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.message-card h3 { margin: 0 0 4px; }

.seo-copy {
  padding: 8px 0 4px;
  color: #333;
}
.seo-copy h2 {
  margin: 22px 0 8px;
  font-size: 1.15rem;
  border-left: 4px solid var(--red);
  padding-left: 10px;
}
.seo-copy h3 { margin: 14px 0 6px; font-size: 1rem; }
.seo-copy p, .seo-copy li { line-height: 1.7; }
.vote-page .seo-copy,
.vote-simple .seo-copy { padding: 0 24px 24px; }

input, textarea, select { font-size: 16px; }

@media (max-width: 980px) {
  .lang-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .featured,
  .featured-5 { grid-template-columns: 1fr 1fr; }
  .bios-home,
  .people-grid { grid-template-columns: 1fr; }
  .page-grid, .admin-grid, .bios { grid-template-columns: 1fr; }
  .bio-card { grid-template-columns: 96px 1fr; }
  .wiki-top { grid-template-columns: 1fr; }
  .wiki-photo { max-width: 240px; }
  .person { grid-template-columns: 64px minmax(0, 1fr); }
  .person > button { grid-column: 1 / -1; }
  .avatar { width: 64px; height: 64px; }
}
@media (max-width: 1100px) {
  .head-nav { display: none; }
  .head-vote-mobile { display: inline-flex !important; margin-left: auto; margin-right: 8px; }
  .menu-btn { display: block; }
  .brand-full { display: none; }
  .brand-short { display: block; }
  body.menu-open { overflow: hidden; }
  body.menu-open .mobile-menu { display: block; }
}
@media (max-width: 860px) {
  .head-links, .cats, .head-nav { display: none; }
  .head-vote-mobile { display: inline-flex !important; margin-left: auto; margin-right: 8px; }
  .brand-full { display: none; }
  .brand-short { display: block; }
  .menu-btn { display: block; }
  body.menu-open { overflow: hidden; }
  body.menu-open .mobile-menu { display: block; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .logo {
    font-size: 1.15rem;
    max-width: none;
    line-height: 1.15;
  }
  .brand-row {
    padding: 10px 0;
    align-items: center;
    gap: 8px;
    width: min(1180px, calc(100% - 20px));
    max-width: 100%;
  }
  .brand-copy {
    min-width: 0;
    flex: 1 1 auto;
  }
  .wrap { width: min(1180px, calc(100% - 20px)); }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .vote-hero { padding: 16px 16px 14px; }
  .vote-hero h1 { font-size: 1.45rem; }
  .vote-page .vote-tab,
  .vote-simple .vote-tab { padding: 12px 8px; font-size: 0.78rem; }
  .vote-page .vote-box,
  .vote-simple .vote-box,
  .vote-panel-card .vote-box,
  .vote-page .related,
  .vote-page .seo-copy,
  .vote-simple .seo-copy { padding-left: 16px; padding-right: 16px; }
  .vote-panel-card .vote-box { padding-top: 16px; padding-bottom: 18px; }
  .vote-panel-card .fan-hub-head,
  .vote-panel-card .yt-head { padding: 12px 14px; }
  .vote-panel-card .fan-hub-grid,
  .vote-panel-card .save-grid { padding: 0 14px 14px; }
  .vote-panel-card .yt-bar { padding: 10px 14px 14px; }
  .fan-hub { padding-left: 16px; padding-right: 16px; }
  .yt { min-height: 340px; max-height: 70vh; }
  .legal-nav { gap: 8px 12px; }
  .lang-grid { grid-template-columns: 1fr; gap: 10px; }
  .lang-card {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "badge badge"
      "copy cta";
    align-items: center;
    gap: 8px 12px;
    padding: 14px;
    overflow: visible;
    background-image: none !important;
  }
  .lang-card.hindi { background: #5a1040; }
  .lang-card.tamil { background: #7a2e0a; }
  .lang-card.kannada { background: #7a4508; }
  .lang-card.malayalam { background: #0d4a28; }
  .lang-card.bangla { background: #0a4a30; }
  .lang-card.has-photo::before,
  .lang-card.has-photo::after { display: none; }
  .lang-card .status-badge { grid-area: badge; justify-self: start; }
  .lang-card-copy { grid-area: copy; min-width: 0; }
  .lang-card h2 {
    font-size: 1.15rem;
    line-height: 1.2;
    color: #fff !important;
    text-shadow: none;
  }
  .lang-card .lang-name,
  .lang-card .lang-tail,
  .lang-card .lang-sub,
  .lang-card .lang-meta,
  .lang-card p {
    color: #fff !important;
    text-shadow: none;
  }
  .lang-card .lang-tail { display: block; font-size: 0.78rem; opacity: 0.92; }
  .lang-card .lang-sub { display: none; }
  .lang-card .cta {
    grid-area: cta;
    align-self: center;
    margin: 0;
    padding: 12px 16px;
  }
  .trend-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 0 14px 10px;
  }
  .trend-all { white-space: normal; }
  .home-pulse {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
    font-size: 0.82rem;
    padding: 12px;
  }
  .home-pulse span:last-child { grid-column: 1 / -1; }
  .home-copy,
  .home-faq { padding-left: 14px; padding-right: 14px; }
  .seo-intro.home-seo {
    padding: 14px;
    margin-bottom: 0;
    overflow: visible;
  }
  .seo-intro.home-seo h1 {
    font-size: clamp(1.25rem, 6vw, 1.6rem) !important;
    line-height: 1.25 !important;
    color: #111 !important;
    text-transform: none !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
  }
  .seo-intro.home-seo p {
    color: #333 !important;
    max-width: 100%;
  }
  .home-hub { gap: 14px; margin-bottom: 88px; }
  .home-sticky-vote {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 35;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(17, 17, 17, 0.96);
    border-top: 1px solid #333;
    box-shadow: 0 -6px 20px rgba(0,0,0,0.25);
  }
  .home-sticky-vote a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    background: var(--red);
    color: #fff;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
  }
  body.menu-open .home-sticky-vote { display: none; }
}
@media (max-width: 640px) {
  .lang-grid { grid-template-columns: 1fr; gap: 10px; }
  .lang-card {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "badge badge"
      "copy cta";
    align-items: center;
    gap: 8px 12px;
    padding: 14px;
    overflow: visible;
    background-image: none !important;
  }
  .lang-card.hindi { background: #5a1040; }
  .lang-card.tamil { background: #7a2e0a; }
  .lang-card.kannada { background: #7a4508; }
  .lang-card.malayalam { background: #0d4a28; }
  .lang-card.bangla { background: #0a4a30; }
  .lang-card.has-photo::before,
  .lang-card.has-photo::after { display: none; }
  .lang-card .status-badge { grid-area: badge; justify-self: start; }
  .lang-card-copy { grid-area: copy; min-width: 0; }
  .lang-card h2 {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff !important;
    text-shadow: none;
  }
  .lang-card .lang-name,
  .lang-card .lang-tail,
  .lang-card .lang-sub,
  .lang-card .lang-meta,
  .lang-card p {
    color: #fff !important;
    text-shadow: none;
  }
  .lang-card .lang-tail {
    display: block;
    font-size: 0.8rem;
    opacity: 0.9;
  }
  .lang-card .lang-sub { display: none; }
  .lang-card .cta {
    grid-area: cta;
    align-self: center;
    margin: 0;
    padding: 12px 16px;
    font-size: 0.8rem;
  }
  .featured,
  .featured-5,
  .bios-home { grid-template-columns: 1fr; }
  .head-links .head-vote-cta { display: inline-flex !important; }
  .vote-row { grid-template-columns: 32px minmax(0, 1fr); }
  .vote-row > button { grid-column: 2; justify-self: start; }
  .seo-intro h1,
  .seo-intro.home-seo h1,
  .article h1 {
    font-size: 1.3rem !important;
    line-height: 1.25 !important;
    color: #111 !important;
    text-transform: none !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
  }
  .seo-intro.home-seo {
    padding: 14px !important;
    overflow: visible;
  }
  .seo-intro.home-seo p {
    color: #333 !important;
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 100%;
  }
  .feat { min-height: 200px; }
  main.wrap,
  main {
    padding: 12px 0 96px;
    overflow-x: hidden;
    max-width: 100%;
  }
  .home-pulse {
    grid-template-columns: 1fr;
  }
  .home-pulse span:last-child { grid-column: auto; }
  .trend-rail {
    margin: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
  .people-grid { grid-template-columns: 1fr; }
  .home-hub {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }
}
@media (max-width: 420px) {
  .head-vote-mobile {
    padding: 7px 9px !important;
    font-size: 0.7rem;
  }
  .logo { font-size: 1.05rem; max-width: none; }
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
}
