:root {
  --ink: #071420;
  --ink-2: #0c1f32;
  --panel: #122b44;
  --panel-2: #173456;
  --paper: #f3f0e7;
  --paper-dim: #9fb0c0;
  --gold: #f4b547;
  --gold-2: #ffd98a;
  --live: #ea5a44;
  --emerald: #4fd397;
  --cyan: #3ec5e8;
  --line: rgba(243, 240, 231, 0.12);
  --line-strong: rgba(243, 240, 231, 0.24);
  --font-display: "Teko", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  --shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.55);
  --glow-gold: 0 0 0 1px rgba(244, 181, 71, 0.35), 0 20px 50px -18px rgba(244, 181, 71, 0.25);
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

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

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 28px);
}

h1,
h2,
h3,
.display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 0.92;
}

.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--gold);
}

.lede {
  color: var(--paper-dim);
  font-size: 16px;
  max-width: 56ch;
}

/* .lede is a 56ch block. Inside a centred container it would otherwise sit
   flush left while its text centred inside that narrower box, so the line
   read as visibly offset from the heading above it. */
.mission-block .lede,
.text-center .lede,
.join-banner .text-center .lede {
  margin-left: auto;
  margin-right: auto;
}

.glass {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gloss-panel {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.03) 40%, rgba(0, 0, 0, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2),
    0 20px 50px -24px rgba(0, 0, 0, 0.55);
}

.official-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 36px;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--paper-dim);
  padding: 14px 20px;
  border-radius: 8px;
}

.official-meta-strip strong {
  color: var(--gold);
  font-weight: 600;
}

.official-doc-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px 22px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--paper-dim);
  margin-bottom: 8px;
}

.official-doc-bar strong {
  color: var(--paper);
}

.regional-majors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.regional-major {
  border-radius: 14px;
  padding: 22px;
}

.regional-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.regional-head h3 {
  font-family: var(--font-display);
  font-size: 24px;
  text-transform: uppercase;
}

.iso-badge {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(244, 181, 71, 0.16);
  color: var(--gold);
  border: 1px solid rgba(244, 181, 71, 0.35);
}

.champion-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 14px;
}

.champion-row.compact {
  margin-bottom: 12px;
}

.champion-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.champion-name {
  font-family: var(--font-display);
  font-size: 26px;
  text-transform: uppercase;
  color: var(--paper);
  line-height: 1;
}

.champion-score {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
  margin-top: 4px;
}

.runners-title {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--paper-dim);
  margin-bottom: 8px;
}

.runners-list {
  list-style: none;
  display: grid;
  gap: 8px;
}

.runners-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--paper-dim);
  padding-bottom: 6px;
  border-bottom: 1px dashed var(--line);
}

.runner-rank {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gold);
  width: 22px;
}

.runner-score {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--paper);
}

.promo-line {
  margin-top: 12px;
  font-size: 12px;
  color: var(--paper-dim);
}

.promo-line span {
  color: var(--emerald);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.crown-inner {
  padding: 24px;
  border-radius: 14px;
}

.crown-leader {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 12px 0 16px;
}

.crown-runners {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.crown-runner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--paper-dim);
  padding: 6px 10px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--line);
}

.specialty-league {
  border-radius: 14px;
  padding: 22px;
}

.specialty-league.regulated {
  border-color: rgba(234, 90, 68, 0.35);
}

.specialty-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.specialty-head h3 {
  font-family: var(--font-display);
  font-size: 22px;
  text-transform: uppercase;
}

.charter-ref {
  font-size: 12.5px;
  color: var(--paper-dim);
  margin-bottom: 12px;
  line-height: 1.55;
}

.member-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.cred-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cred-card {
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
}

.cred-card h4 {
  font-family: var(--font-display);
  font-size: 20px;
  text-transform: uppercase;
  margin: 12px 0 8px;
}

.cred-card p {
  font-size: 12.5px;
  color: var(--paper-dim);
}

.cred-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 8px 24px -8px rgba(244, 181, 71, 0.6);
}

@media (max-width: 980px) {
  .regional-majors-grid,
  .specialty-grid,
  .official-doc-bar {
    grid-template-columns: 1fr;
  }
  .cred-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .cred-grid {
    grid-template-columns: 1fr;
  }
}


.glow-gold {
  box-shadow: var(--glow-gold);
}

header.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 20, 32, 0.9);
  backdrop-filter: blur(14px) saturate(150%);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px clamp(16px, 4vw, 28px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.brand .seal {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.brand-word {
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: 0.04em;
}

.brand-sub {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  color: var(--paper-dim);
  text-transform: uppercase;
}

nav.links {
  display: flex;
  gap: 26px;
  font-size: 13px;
  font-weight: 600;
}

nav.links a {
  color: var(--paper-dim);
  transition: color 0.2s;
}

nav.links a:hover,
nav.links a.active,
nav.links a:focus-visible {
  color: var(--paper);
}

nav.links a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 2px;
}

.nav-cta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--ink);
  padding: 10px 18px;
  border-radius: 4px;
  box-shadow: 0 8px 22px -8px rgba(244, 181, 71, 0.55);
  transition: transform 0.15s, box-shadow 0.2s;
  white-space: nowrap;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px -8px rgba(244, 181, 71, 0.7);
}

@media (max-width: 920px) {
  nav.links {
    display: none;
  }
}

.ticker-bar {
  background: linear-gradient(90deg, var(--live), #c9422f);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track {
  display: inline-flex;
  animation: scroll-left 45s linear infinite;
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 500;
  padding: 9px 0;
}

.ticker-bar:hover .ticker-track,
.ticker-bar:focus-within .ticker-track,
.ticker-bar.is-paused .ticker-track {
  animation-play-state: paused;
}

.ticker-track span {
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ticker-track span::before {
  content: "\25cf ";
  font-size: 7px;
  opacity: 0.8;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
    overflow-x: auto;
  }
}

.trust-bar {
  background: linear-gradient(90deg, rgba(62, 197, 232, 0.12), rgba(79, 211, 151, 0.1));
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}

.trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.trust-inner img {
  width: 28px;
  height: 28px;
}

.trust-inner strong {
  color: var(--emerald);
}

.hero {
  position: relative;
  padding: 88px 0 92px;
  background:
    radial-gradient(ellipse 900px 480px at 90% -10%, rgba(244, 181, 71, 0.2), transparent 58%),
    radial-gradient(ellipse 700px 420px at -5% 30%, rgba(62, 197, 232, 0.14), transparent 58%),
    radial-gradient(ellipse 600px 380px at 50% 100%, rgba(234, 90, 68, 0.1), transparent 60%),
    linear-gradient(180deg, #0a1e30, var(--ink));
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.025) 0,
    rgba(255, 255, 255, 0.025) 1px,
    transparent 1px,
    transparent 3px
  );
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.hero-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.seal-hero {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  filter: drop-shadow(0 8px 24px rgba(244, 181, 71, 0.35));
}

.hero h1 {
  font-size: clamp(48px, 7.5vw, 92px);
  color: var(--paper);
}

.hero h1 .shine {
  background: linear-gradient(100deg, var(--gold-2), var(--gold) 40%, var(--paper) 60%, var(--gold) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  margin-top: 18px;
  max-width: 52ch;
  color: var(--paper-dim);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.btn {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 5px;
  transition: all 0.18s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--ink);
  box-shadow: 0 10px 26px -8px rgba(244, 181, 71, 0.55);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -8px rgba(244, 181, 71, 0.7);
}

.btn-ghost {
  border: 1px solid var(--line-strong);
  color: var(--paper);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.hero-panel {
  border-radius: 14px;
  padding: 28px;
}

.hero-panel h3 {
  font-size: 28px;
  margin-bottom: 16px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.stat-box {
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.stat-box .num {
  font-family: var(--font-display);
  font-size: 34px;
  color: var(--gold);
  line-height: 1;
}

.stat-box .lbl {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--paper-dim);
  margin-top: 6px;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

.crest-strip {
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--ink), var(--ink-2));
}

.crest-head {
  text-align: center;
  margin-bottom: 32px;
}

.crest-head h2 {
  font-size: clamp(28px, 4vw, 42px);
}

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

.crest {
  border-radius: 10px;
  padding: 18px 10px;
  text-align: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.2s, border-color 0.2s;
}

.crest:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
}

.crest-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.crest-name {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.crest-tier {
  font-size: 9px;
  color: var(--gold);
  margin-top: 4px;
  font-family: var(--font-mono);
}

@media (max-width: 860px) {
  .crest-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .crest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.section {
  padding: 88px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.section-head h2 {
  font-size: clamp(34px, 4.6vw, 54px);
  color: var(--paper);
  max-width: 16ch;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nav-card {
  border-radius: 12px;
  padding: 28px 22px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s, box-shadow 0.2s;
}

.nav-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--glow-gold);
}

.nav-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 18px;
  background: rgba(244, 181, 71, 0.12);
  border: 1px solid rgba(244, 181, 71, 0.25);
}

.nav-card h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.nav-card p {
  font-size: 13.5px;
  color: var(--paper-dim);
  margin-bottom: 18px;
}

.nav-card .link {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

@media (max-width: 980px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.partner-bar {
  padding: 48px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

.partner-item {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.85;
}

.partner-item img {
  width: 36px;
  height: 36px;
}

.partner-item span {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.page-hero {
  padding: 72px 0 64px;
  background:
    radial-gradient(ellipse 700px 360px at 80% 0%, rgba(244, 181, 71, 0.14), transparent 60%),
    linear-gradient(180deg, var(--ink-2), var(--ink));
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  margin-bottom: 14px;
}

.page-hero .lede {
  font-size: 17px;
}

.table-wrap {
  border-radius: 12px;
  overflow: hidden;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}

.data-table th {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: left;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid var(--line-strong);
}

.data-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--paper-dim);
}

.data-table td:first-child,
.data-table td.rank {
  color: var(--paper);
  font-weight: 600;
}

.data-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

.badge {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 3px;
  display: inline-block;
}

.badge-gold {
  background: rgba(244, 181, 71, 0.16);
  color: var(--gold);
}

.badge-green {
  background: rgba(79, 211, 151, 0.14);
  color: var(--emerald);
}

.badge-red {
  background: rgba(234, 90, 68, 0.14);
  color: var(--live);
}

.badge-amber {
  background: rgba(244, 181, 71, 0.16);
  color: var(--gold);
}

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

.trade-card {
  border-radius: 10px;
  padding: 22px;
}

.feed-tag {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 12px;
}

.tag-trade {
  background: rgba(244, 181, 71, 0.16);
  color: var(--gold);
}

.tag-signing {
  background: rgba(79, 211, 151, 0.14);
  color: var(--emerald);
}

.tag-dispute {
  background: rgba(234, 90, 68, 0.14);
  color: var(--live);
}

.trade-card p {
  font-size: 13.5px;
  color: var(--paper);
  margin-bottom: 14px;
}

.trade-grade {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--paper-dim);
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

@media (max-width: 860px) {
  .trade-grid {
    grid-template-columns: 1fr;
  }
}

.award-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.award-card {
  border-radius: 12px;
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.award-seal {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 26px;
  background: rgba(244, 181, 71, 0.12);
  border: 2px solid rgba(244, 181, 71, 0.35);
}

.award-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.award-card p {
  font-size: 13.5px;
  color: var(--paper-dim);
  margin-bottom: 10px;
}

.award-winner {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
}

@media (max-width: 720px) {
  .award-grid {
    grid-template-columns: 1fr;
  }
}

.fantasy-hero {
  border-radius: 14px;
  padding: 44px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.fantasy-hero h3 {
  font-size: 42px;
  color: var(--paper);
}

.fantasy-hero p {
  color: var(--paper-dim);
  font-size: 15px;
  max-width: 44ch;
  margin: 16px 0 24px;
}

.stat-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.pill {
  font-family: var(--font-mono);
  font-size: 11px;
  padding: 8px 13px;
  border-radius: 20px;
  border: 1px solid var(--line-strong);
  color: var(--paper-dim);
  background: rgba(255, 255, 255, 0.03);
}

.draft-card {
  border-radius: 10px;
  padding: 6px;
}

.draft-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.draft-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
  gap: 10px;
}

.draft-row:last-child {
  border-bottom: none;
}

.pick-no {
  font-family: var(--font-mono);
  color: var(--gold);
  font-size: 11px;
  width: 34px;
  flex-shrink: 0;
}

.pos-tag {
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--paper-dim);
  border: 1px solid var(--line-strong);
  padding: 3px 7px;
  border-radius: 3px;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .fantasy-hero {
    grid-template-columns: 1fr;
    padding: 28px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

footer {
  background: linear-gradient(180deg, var(--ink-2), #050f18);
  border-top: 1px solid var(--line-strong);
  padding: 72px 0 28px;
}

.foot-top {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 36px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line);
}

.foot-brand .seal {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.foot-brand p {
  color: var(--paper-dim);
  font-size: 13px;
  max-width: 36ch;
  margin: 12px 0 20px;
}

.foot-registrar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(79, 211, 151, 0.25);
  background: rgba(79, 211, 151, 0.06);
  max-width: 320px;
}

.foot-registrar img {
  width: 40px;
  height: 40px;
}

.foot-registrar div {
  font-size: 11px;
  color: var(--paper-dim);
  line-height: 1.5;
}

.foot-registrar strong {
  display: block;
  color: var(--emerald);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.foot-col h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.foot-col ul {
  list-style: none;
  display: grid;
  gap: 9px;
}

.foot-col li,
.foot-col a {
  font-size: 13px;
  color: var(--paper-dim);
  transition: color 0.2s;
}

.foot-col a:hover {
  color: var(--gold);
}

.foot-col li.row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 8px;
}

.foot-col li.row span:last-child {
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 11px;
}

.foot-mid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.newsletter h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.newsletter p {
  font-size: 13px;
  color: var(--paper-dim);
  margin-bottom: 14px;
  max-width: 40ch;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-form input {
  flex: 1;
  min-width: 200px;
  padding: 12px 14px;
  border-radius: 5px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 13px;
}

.newsletter-form input:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.newsletter-form button {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 18px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--ink);
  cursor: pointer;
}

.office-block h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.office-block p {
  font-size: 13px;
  color: var(--paper-dim);
  line-height: 1.7;
}

.accreditation {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.acc-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid var(--line-strong);
  color: var(--paper-dim);
  background: rgba(255, 255, 255, 0.02);
}

.foot-note-block {
  font-size: 12.5px;
  color: var(--paper-dim);
  line-height: 1.7;
  padding-top: 28px;
}

.foot-note-block a {
  color: var(--gold);
  border-bottom: 1px solid transparent;
}

.foot-note-block a:hover {
  border-color: var(--gold);
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 14px;
}

.foot-bottom .copy {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--paper-dim);
}

.foot-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--paper-dim);
}

.foot-links a:hover {
  color: var(--gold);
}

@media (max-width: 1080px) {
  .foot-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .foot-top,
  .foot-mid {
    grid-template-columns: 1fr;
  }
}

/* Platform thumbnails (Wikimedia / official icons via URL) */
.platform-thumb {
  border-radius: 10px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  padding: 4px;
  flex-shrink: 0;
}

.platform-thumb.sm {
  border-radius: 8px;
  padding: 3px;
}

.platform-thumb.xs {
  border-radius: 6px;
  padding: 2px;
}

.platform-thumb.lg {
  width: 56px;
  height: 56px;
  padding: 6px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 10px;
  align-items: start;
  justify-items: center;
  justify-content: center;
}

.platform-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: min(100%, 88px);
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 6px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
}

.platform-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--glow-gold);
}

.platform-tile .photo-tile-media,
.platform-tile-media {
  width: 100%;
  max-width: 56px;
  aspect-ratio: 1;
  border-radius: 10px;
  margin-bottom: 6px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
}

.platform-tile-media--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
}

.platform-tile-logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
  padding: 2px;
}

.platform-tile--face .platform-tile-tier {
  font-size: 9px;
  color: var(--paper-dim);
  margin-top: 2px;
}

.platform-tile-name {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 12px;
  color: var(--paper);
}

.platform-tile-tier {
  font-size: 10px;
  color: var(--gold);
  margin-top: 4px;
  font-family: var(--font-mono);
}

.division-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.division-pills .pill {
  font-family: var(--font-mono);
  font-size: 11px;
  padding: 8px 13px;
  border-radius: 20px;
  border: 1px solid var(--line-strong);
  color: var(--paper-dim);
  background: rgba(255, 255, 255, 0.04);
}

.charter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.charter-card {
  border-radius: 12px;
  padding: 22px;
}

.charter-card h4 {
  font-family: var(--font-display);
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.charter-card p {
  font-size: 13.5px;
  color: var(--paper-dim);
}

.player-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.player-cell strong {
  display: block;
  color: var(--paper);
}

.player-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--paper-dim);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.data-table .pts {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--gold);
}

.data-table.compact td,
.data-table.compact th {
  padding: 10px 14px;
}

.roster-thumbs {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

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

.agency-card h4 {
  font-family: var(--font-display);
  font-size: 22px;
  margin: 12px 0 8px;
  text-transform: uppercase;
}

.agency-card p {
  font-size: 13px;
  color: var(--paper-dim);
}

.agency-logos {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.agency-stat {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.fantasy-leagues-wrap {
  display: grid;
  gap: 24px;
}

.feed-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--paper-dim);
  margin-bottom: 20px;
}

.draft-pick-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.draft-pts {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
}

.pipeline-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.pipeline-list li {
  font-size: 13px;
  color: var(--paper-dim);
  padding-left: 18px;
  position: relative;
}

.pipeline-list li::before {
  content: "\2192 ";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-family: var(--font-mono);
}

.nav-card-icon-img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  margin-bottom: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px;
}

@media (max-width: 860px) {
  .platform-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .charter-grid,
  .agency-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ------ Broadcasters, live board, join ------ */
.mission-block {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}

.mission-block h2 {
  font-size: clamp(32px, 4.5vw, 48px);
  color: var(--paper);
  margin-bottom: 14px;
}

.logo-wall {
  overflow: hidden;
  padding: 18px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-wall-track {
  display: flex;
  gap: 22px;
  align-items: center;
  width: max-content;
  animation: logo-scroll 55s linear infinite;
}

.logo-wall.is-paused .logo-wall-track,
.logo-wall:hover .logo-wall-track,
.logo-wall:focus-within .logo-wall-track {
  animation-play-state: paused;
}

.logo-wall-track img,
.logo-wall-item img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  padding: 6px;
  border-radius: 10px;
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.logo-wall-item {
  display: inline-flex;
  flex-shrink: 0;
  border-radius: 10px;
  line-height: 0;
}

.logo-wall-item:hover img {
  transform: scale(1.08);
  box-shadow: 0 4px 16px rgba(244, 181, 71, 0.35);
}

.wwbafa-out-link {
  display: inline-flex;
  border-radius: 6px;
  transition: opacity 0.15s ease;
}

.wwbafa-out-link:hover {
  opacity: 0.85;
}

.live-card-link,
.member-card-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border-radius: 14px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  min-width: 0;
  height: auto;
  align-self: start;
}

.live-card-link:hover,
.member-card-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.watch-cta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 10px;
}

.watch-cta.member-watch-link:hover {
  color: var(--paper);
}

.rotation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: start;
}

.rotation-grid-item {
  min-width: 0;
  width: 100%;
  align-self: start;
}

.rotation-tile {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 12px;
  color: inherit;
  transition: transform 0.18s ease, border-color 0.18s ease;
  height: fit-content;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
}

.rotation-tile .rotation-hit-link {
  pointer-events: auto;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.rotation-tile-body {
  min-width: 0;
  flex: 1;
}

.rotation-title-link:hover .rotation-title {
  color: var(--gold);
}

.rotation-go-link {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  color: var(--gold);
  margin-top: 4px;
  display: inline-block;
}

.rotation-go-link:hover {
  color: var(--paper);
}

.rotation-grid-item:has(.rotation-hit-link:hover) .rotation-tile {
  transform: translateY(-2px);
  border-color: rgba(244, 181, 71, 0.45);
}

.rotation-face-wrap {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.rotation-face-wrap .photo-tile-platform-badge {
  right: -4px;
  bottom: -4px;
}

.member-photo-wrap {
  position: relative;
  line-height: 0;
}

.member-photo-wrap .photo-tile-platform-badge {
  right: 8px;
  bottom: 8px;
}

.rotation-tile img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
}

.rotation-face {
  object-fit: cover;
}

.rotation-fallback {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.rotation-type {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.rotation-title {
  font-weight: 600;
  font-size: 14px;
  margin: 2px 0;
}

.rotation-go {
  font-size: 11px;
  color: var(--paper-dim);
}

.hof-compact-inner {
  padding: 16px 20px;
  border-radius: 12px;
}

.hof-compact-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
}

.hof-compact-head a {
  color: var(--gold);
  text-decoration: none;
}

.hof-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hof-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: var(--paper);
  text-decoration: none;
  transition: background 0.15s ease;
}

.hof-chip:hover {
  background: rgba(244, 181, 71, 0.12);
}

.hof-chip img {
  border-radius: 50%;
  object-fit: cover;
}

.hof-chip-region {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--paper-dim);
  text-transform: uppercase;
}

.hof-region-block {
  margin-bottom: 40px;
}

.hof-region-block h3 {
  font-family: var(--font-display);
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--gold);
}

.hof-all-list summary {
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

@media (max-width: 980px) {
  .rotation-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .rotation-grid {
    grid-template-columns: 1fr;
  }
}

/* Platform Membership Agreement -- golden seal */
.member-platform-seal {
  box-shadow: 0 0 0 2px rgba(244, 181, 71, 0.55), 0 0 22px rgba(244, 181, 71, 0.35), var(--glow-gold);
}

.platform-member-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
}

/* The seal wrapper is content-sized, so a percentage width on the media box
   inside it has nothing to resolve against and collapses to ~18px -- which
   then crushed the 40px logo. Give the box a definite size instead. */
.platform-member-wrap .platform-tile-media,
.platform-member-wrap .photo-tile-media {
  width: 56px;
  max-width: 56px;
  flex-shrink: 0;
}

.platform-member-wrap.member-platform-seal {
  padding: 2px;
}

.member-seal-badge {
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(244, 181, 71, 0.95), rgba(212, 148, 42, 0.9));
  color: #1a1206;
  font-weight: 700;
  margin-left: 4px;
  flex-shrink: 0;
}

.logo-wall-item.member-platform-seal {
  border-radius: 12px;
  padding: 4px;
}

.membership-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.membership-card-link {
  text-decoration: none;
  color: inherit;
}

.membership-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
}

.membership-card strong {
  display: block;
  font-size: 14px;
}

.membership-id {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--paper-dim);
}

.row-member-seal td {
  background: rgba(244, 181, 71, 0.04);
}

.fantasy-user-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: start;
}

.fantasy-label {
  display: block;
  font-size: 12px;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--paper-dim);
  margin-top: 16px;
}

.fantasy-label input,
.fantasy-label select {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
  color: var(--paper);
  font-family: var(--font-body);
}

.fantasy-user-form {
  padding: 24px;
  border-radius: 14px;
}

.fantasy-roster-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.fantasy-roster-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 6px;
  font-size: 13px;
}

.fantasy-roster-list button {
  background: transparent;
  border: none;
  color: var(--gold);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.fantasy-score-total {
  font-family: var(--font-display);
  font-size: 56px;
  color: var(--gold);
  line-height: 1;
}

.fantasy-score-total span {
  font-size: 18px;
  color: var(--paper-dim);
}

.fantasy-score-breakdown {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--paper-dim);
}

.fantasy-score-card {
  padding: 28px;
  border-radius: 14px;
}

.btn-sm {
  margin-top: 8px;
  padding: 8px 14px;
  font-size: 12px;
}

.fantasy-user-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

@media (max-width: 980px) {
  .fantasy-user-grid {
    grid-template-columns: 1fr;
  }
}

.ticker-track .ticker-item {
  color: inherit;
  text-decoration: none;
  padding: 0 28px;
  white-space: nowrap;
  opacity: 0.92;
}

.ticker-track .ticker-item:hover {
  color: var(--gold);
  text-decoration: underline;
}

.pill-link {
  text-decoration: none;
  color: inherit;
  transition: background 0.15s, transform 0.15s;
}

.pill-link:hover {
  background: rgba(244, 181, 71, 0.2);
  transform: translateY(-1px);
}

.stat-box-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  transition: background 0.15s;
}

.stat-box-link:hover {
  background: rgba(244, 181, 71, 0.08);
}

.crown-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.bulletin-panel {
  padding: 20px 24px;
}

.bulletin-headline {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 32px);
  text-transform: uppercase;
  margin: 12px 0 8px;
  color: var(--paper);
}

.bulletin-summary,
.bulletin-body-text {
  font-size: 14px;
  color: var(--paper-dim);
  line-height: 1.55;
  margin: 0 0 10px;
}

.bulletin-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  font-family: var(--font-mono);
  color: var(--paper-dim);
}

.bulletin-id {
  color: var(--gold);
  font-weight: 600;
}

.bulletin-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.bulletin-chip {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(244, 181, 71, 0.12);
  border: 1px solid rgba(244, 181, 71, 0.35);
  color: var(--gold);
  text-decoration: none;
}

.bulletin-chip:hover {
  background: rgba(244, 181, 71, 0.22);
}

.platform-category-block {
  margin-bottom: 40px;
}

.platform-category-block {
  text-align: center;
}

.platform-category-block h3 {
  font-family: var(--font-display);
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--gold);
}

.feed-empty a {
  color: var(--gold);
}


.section-rebrand-21 {
  border-top: 1px solid rgba(244, 181, 71, 0.22);
  background: linear-gradient(180deg, rgba(244, 181, 71, 0.06) 0%, transparent 55%);
}

.rebrand-21-name-list {
  margin-top: 12px;
}

.rebrand-21-names {
  margin: 0;
}

.rebrand-21-inline-link {
  color: var(--gold);
  font-weight: 600;
}

.rebrand-21-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
  margin: 20px 0 24px;
}

.rebrand-21-hero-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(244, 181, 71, 0.28);
}

.rebrand-21-hero-logo {
  width: 56px;
  height: 56px;
  align-self: start;
  flex-shrink: 0;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  padding: 6px;
}

.rebrand-21-hero-body h4 {
  font-family: var(--font-display);
  font-size: 22px;
  margin: 6px 0 4px;
  text-transform: uppercase;
}

.rebrand-21-hero-body p {
  font-size: 13px;
  color: var(--paper-dim);
  margin: 0;
}

.rebrand-21-platform-grid {
  margin-top: 8px;
}

.registry-shell {
  padding: 18px 18px 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.14);
  margin-top: 8px;
}


.section-rebrand-21 .registry-shell {
  border-color: rgba(244, 181, 71, 0.28);
  background: rgba(244, 181, 71, 0.04);
}

.section-rebrand-21 .rebrand-21-hero-grid {
  margin-top: 0;
  margin-bottom: 18px;
}

.vote-field input[type="file"] {
  font-size: 12px;
  color: var(--paper-dim);
}

.rebrand-21-tile {
  border: 1px solid rgba(244, 181, 71, 0.2);
}

@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.live-card.live-card-row {
  display: grid;
  grid-template-columns: 64px 72px minmax(0, 1fr);
  grid-template-areas: "rail face body";
  align-items: stretch;
  min-height: 84px;
  width: 100%;
}

.live-card-rail {
  grid-area: rail;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.live-rail-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 9px;
  padding: 5px;
  flex-shrink: 0;
}

.live-rail-platform {
  font-family: var(--font-mono);
  font-size: 8.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: var(--paper-dim);
  line-height: 1.25;
  max-width: 72px;
  word-wrap: break-word;
}

.live-card-face {
  grid-area: face;
  position: relative;
  width: 72px;
  flex-shrink: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.45);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.live-card-face .live-thumb {
  width: 100%;
  height: 100%;
  min-height: 84px;
  max-height: 120px;
  object-fit: cover;
  object-position: center 15%;
}

.live-card-row .live-card-body {
  grid-area: body;
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.live-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px;
}

.live-open-cta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

.live-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}

@media (min-width: 960px) {
  .live-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
  }

  .live-grid-item {
    height: 100%;
  }
}

.live-grid-item {
  position: relative;
  min-width: 0;
  width: 100%;
  flex: 0 0 auto;
  isolation: isolate;
}

/* Swallow stray taps on padding / dead zones (fixes pass-through on mobile) */
.live-grid-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: auto;
}

.live-grid-item .live-card {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.live-grid-item .live-hit-link {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.live-hit-link {
  text-decoration: none;
  color: inherit;
}

.live-face-link {
  display: block;
  line-height: 0;
  width: 100%;
  max-width: 72px;
}

.live-title-link {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
}

.live-title-link h4 {
  margin: 0;
  transition: color 0.15s ease;
}

.live-open-cta.live-hit-link {
  display: inline-block;
  width: fit-content;
}

.live-title-link:hover h4 {
  color: var(--gold);
}

.live-open-cta.live-hit-link:hover {
  color: var(--paper);
}

.live-grid-item:has(.live-hit-link:hover) .live-card {
  border-color: rgba(244, 181, 71, 0.35);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.live-board-shell {
  padding: 18px 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.12);
}

.live-board-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 16px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.live-board-count {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.live-board-count strong {
  color: var(--live);
  font-size: 15px;
  margin-right: 4px;
}

.live-board-hint {
  font-size: 11.5px;
  color: var(--paper-dim);
  opacity: 0.85;
}

.live-card-link {
  min-width: 0;
  border-radius: 14px;
  outline-offset: 3px;
}

.live-card-link:hover .live-card {
  border-color: rgba(244, 181, 71, 0.35);
}

.live-card-link:hover .live-open-cta {
  color: var(--paper);
}

.live-card-link:focus-visible .live-card {
  box-shadow: 0 0 0 2px rgba(244, 181, 71, 0.55);
}

@media (max-width: 599px) {
  /* Compact single row on phones. The old stacked layout gave the face a
     full-width column, which made every card ~700px tall and left large
     empty colour blocks beside the text. */
  .live-card.live-card-row {
    grid-template-columns: 40px 60px minmax(0, 1fr);
    grid-template-areas: "rail face body";
    min-height: 72px;
  }

  .live-card-rail {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    padding: 10px 6px;
  }

  .live-card-face {
    width: 60px;
    min-width: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
  }

  .live-card-face .live-thumb {
    width: 60px;
    height: 100%;
    min-height: 60px;
    max-height: 96px;
    aspect-ratio: auto;
  }

  .live-card-rail {
    padding: 8px 4px;
    gap: 4px;
  }

  .live-rail-platform {
    font-size: 8px;
    line-height: 1.1;
  }

  .live-card-row .live-card-body {
    padding: 10px 12px;
  }

  .live-rail-logo {
    width: 32px;
    height: 32px;
    padding: 4px;
  }

  .live-rail-platform {
    font-size: 7px;
    max-width: 46px;
  }

  .live-card-row .live-card-body {
    padding: 12px;
  }

  .live-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .live-board-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .live-board-shell {
    padding: 12px 10px 14px;
  }
}

/* legacy split cards -- keep for cached deploys */
.live-card-split {
  display: grid;
  grid-template-columns: 92px 1fr;
  min-height: 100%;
  align-items: stretch;
}

.live-card-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 10px;
  background: rgba(255, 255, 255, 0.07);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.live-side-platform {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  padding: 8px;
}

.live-side-platform-name {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper-dim);
  line-height: 1.25;
}

.live-side-watch-hint {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--gold);
  letter-spacing: 0.05em;
}

.live-card-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.live-card-split .live-thumb-wrap {
  aspect-ratio: 16 / 9;
}

.live-card {
  border-radius: 14px;
  overflow: hidden;
  /* Row cards override this via .live-card.live-card-row above -- do not
     raise this to a compound selector or the grid layout dies again. */
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.live-thumb-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.4);
}

.live-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.05) contrast(1.02);
  display: block;
}

.live-card.is-live .live-card-face::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.5));
  pointer-events: none;
}

.live-card.is-live .live-thumb-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.75));
  pointer-events: none;
}

.live-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--live);
  color: #fff;
  z-index: 2;
  animation: live-pulse 2s ease-in-out infinite;
  max-width: calc(100% - 16px);
}

.live-card.is-scheduled .live-badge {
  background: rgba(255, 255, 255, 0.15);
  color: var(--paper-dim);
  animation: none;
}

@keyframes live-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
}

.live-platform-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  padding: 3px;
  z-index: 2;
}

.live-card-body {
  padding: 14px 16px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.live-card-body h4 {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.5vw, 22px);
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}

.live-card-body p {
  font-size: 13px;
  color: var(--paper-dim);
  margin: 0;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.live-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--emerald);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.live-sync-stamp {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--paper-dim);
  margin-top: 14px;
  text-align: center;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
}

.members-grid-item {
  position: relative;
  min-width: 0;
  width: 100%;
  align-self: start;
  isolation: isolate;
}

.members-grid-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: auto;
}

.members-grid-item .member-card {
  position: relative;
  z-index: 1;
}

.member-card {
  border-radius: 14px;
  overflow: hidden;
  align-self: start;
  height: fit-content;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  pointer-events: none;
}

.member-card .member-photo-link,
.member-card .member-title-link,
.member-card .member-watch-link,
.member-card .wwbafa-out-link {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.member-card:hover {
  border-color: rgba(244, 181, 71, 0.28);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.member-photo-link {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 0;
  position: relative;
  z-index: 2;
}

.member-photo-link:hover .member-photo {
  filter: brightness(1.06);
}

.member-title-link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.member-title-link:hover h4 {
  color: var(--gold);
}

.member-watch-link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.member-card--row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
}

.member-card--row .member-photo-wrap {
  width: 72px;
  flex-shrink: 0;
  align-self: start;
  background: rgba(0, 0, 0, 0.35);
}

.member-card--row .member-photo-link,
.member-card--row .member-photo-wrap-inner {
  display: block;
  height: 100%;
  min-height: 64px;
}

.member-photo {
  width: 100%;
  height: 100%;
  min-height: 64px;
  max-height: 96px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.member-card--row .member-photo {
  width: 72px;
  height: 72px;
  min-height: 72px;
  max-height: 72px;
  aspect-ratio: 1;
}

.member-card--row .member-photo-wrap .photo-tile-platform-badge {
  right: 4px;
  bottom: 4px;
  width: 18px;
  height: 18px;
}

.member-body {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.member-body h4 {
  font-family: var(--font-display);
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.05;
}

.member-card--row .hof-cite {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  margin-top: 6px;
}

.member-card--row .member-platforms {
  margin-top: 8px;
}

.member-card--row .member-watch-link {
  margin-top: 6px;
}

.member-region {
  font-size: 12px;
  color: var(--paper-dim);
  margin-top: 4px;
}

.member-id {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gold);
  margin-top: 8px;
}

.member-platforms {
  display: flex;
  gap: 6px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.member-platforms img {
  border-radius: 6px;
  background: #fff;
  padding: 2px;
}

.hof-year {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gold);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hof-cite {
  font-size: 12.5px;
  color: var(--paper-dim);
  margin-top: 8px;
  line-height: 1.5;
}

.join-banner {
  border-radius: 16px;
  padding: 40px 36px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(600px 280px at 100% 0%, rgba(244, 181, 71, 0.2), transparent 70%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.15));
}

.join-banner h2 {
  font-size: clamp(34px, 4vw, 48px);
  margin-bottom: 12px;
}

.join-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.join-list li {
  font-size: 14px;
  color: var(--paper-dim);
  padding-left: 18px;
  position: relative;
}

.join-list li::before {
  content: "\2713 ";
  position: absolute;
  left: 0;
  color: var(--emerald);
  font-weight: 700;
}

.section-live {
  padding: 40px 0 44px;
}

@media (max-width: 980px) {
  .members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .join-banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .members-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.live-card.is-recent .recent-badge {
  background: rgba(255, 255, 255, 0.2);
  color: var(--paper);
  animation: none;
}

.feed-empty {
  width: 100%;
  padding: 28px 20px;
  text-align: center;
  font-size: 14px;
  color: var(--paper-dim);
  line-height: 1.6;
  border-radius: 14px;
}

.hof-spotlight-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.hof-spotlight-slide {
  flex: 0 0 min(100%, 520px);
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: 14px;
  align-items: center;
}

.hof-spotlight-slide img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
}

.hof-spotlight-slide h3 {
  font-family: var(--font-display);
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hof-spotlight-slide p {
  font-size: 13px;
  color: var(--paper-dim);
  margin-bottom: 14px;
  line-height: 1.55;
}

.platform-contract-bar {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 13px;
  color: var(--paper-dim);
  border: 1px solid rgba(244, 181, 71, 0.25);
  background: rgba(244, 181, 71, 0.06);
}

.platform-contract-bar strong {
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .hof-spotlight-slide {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hof-spotlight-slide img {
    margin: 0 auto;
  }
}


/* ------ 21+ Rebrand Registry ---------------------------------------------------------------------------- */

.age-gate-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(244, 181, 71, 0.4);
  background: rgba(244, 181, 71, 0.08);
  font-size: 13px;
  line-height: 1.55;
  color: var(--paper);
}

.age-gate-banner strong {
  color: var(--gold);
}

.specialty-league .age-notice {
  margin-top: 8px;
  font-size: 12px;
  color: var(--paper-dim);
}

/* ------ Utilities -------------------------------------------------------------------------------------------------- */

.section-head--spaced {
  margin-top: 52px;
}

.section-head--spaced-lg {
  margin-top: 56px;
}

.stack-sm {
  margin-top: 16px;
}

.stack-md {
  margin-top: 24px;
}

.stack-lg {
  margin-top: 32px;
}

.text-center {
  text-align: center;
}

.lede-fine {
  font-size: 12px;
}

.lede-narrow {
  max-width: 28ch;
  margin: 0 auto;
}

.hero-copy strong {
  color: var(--paper);
  font-weight: 600;
}

.age-notice {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--paper-dim);
}

.btn-block-gap {
  margin-bottom: 12px;
}

.link-gold {
  color: var(--gold);
}

.deploy-alert {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9999;
  padding: 14px 20px;
  background: #7a1a1a;
  color: #fff;
  font: 14px/1.45 system-ui, sans-serif;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.deploy-alert a {
  color: #ffd98a;
}

body.has-deploy-alert {
  padding-top: 52px;
}

.stack-xl {
  margin-top: 40px;
}

.stack-2xl {
  margin-top: 48px;
}

.stack-3xl {
  margin-top: 64px;
}

.stack-bottom-3xl {
  margin-bottom: 64px;
}

.pad-lg {
  padding: 24px;
}

.section--top-2xl {
  padding-top: 48px;
}

.panel-centered {
  padding: 32px;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.panel-centered h1 {
  font-size: clamp(28px, 4vw, 40px);
  margin: 12px 0;
}

.award-winner--lg {
  font-size: 14px;
  margin-top: 16px;
}

.trophy-mark {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  filter: drop-shadow(0 12px 32px rgba(244, 181, 71, 0.4));
}

.trophy-caption {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Unverified live rows -- the registrar has not confirmed this stream recently,
   so it must not be presented with the same weight as a confirmed one. */
.live-card.is-unverified {
  opacity: 0.82;
}

.live-card.is-unverified .live-badge {
  background: rgba(255, 255, 255, 0.14);
  color: var(--paper-dim);
  border-color: rgba(255, 255, 255, 0.2);
}

/* One seal per tile. The gold ring was drawn twice -- once on the tile itself
   and again on the inner thumb wrapper that carries the MEMBER badge -- which
   read as a double ring on every Full Member logo. Outer ring wins. */
.member-platform-seal .member-platform-seal {
  box-shadow: none;
}

/* ------ Member seal rings ----------------------------------------------------------------------------------------
   Platform directory tiles keep the double ring (seal inside a frame) --
   it reads as deliberate there. Everywhere else, one ring only. */
/* Double ring everywhere a Full Member seal appears, not only on the
   directory tiles -- consistency was the point. */
.member-platform-seal .member-platform-seal {
  box-shadow:
    0 0 0 2px rgba(244, 181, 71, 0.55),
    0 0 18px rgba(244, 181, 71, 0.3);
}

/* ------ MEMBER badge in the scrolling logo wall --------------------------------------------
   The text badge was being clipped to illegibility inside the marquee.
   In that context show a compact gold check seal instead; the full word
   still appears where there is room for it. */
.logo-wall-item .member-seal-badge {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.logo-wall-item .member-seal-badge::after {
  content: "\2713 ";
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  color: #1a1206;
}

.logo-wall-item .platform-member-wrap {
  position: relative;
  overflow: visible;
}

.logo-wall .logo-wall-track,
.logo-wall-item {
  overflow: visible;
}


/* ---- Coverage notice + "show all" control ---------------------------- */

.coverage-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px auto 0;
  padding: 10px 16px;
  max-width: 760px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--paper-dim);
  text-align: center;
}

.coverage-note strong { color: var(--paper); }

.coverage-more {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(244, 181, 71, 0.5);
  color: var(--gold);
  text-decoration: none;
  white-space: nowrap;
}

.coverage-more:hover {
  background: rgba(244, 181, 71, 0.14);
}

.section-work .platform-tile {
  border-color: rgba(62, 197, 232, 0.28);
}

/* ---- 21+ age gate ---------------------------------------------------- */

.age-gate-locked .registry-shell,
.age-gate-locked .rebrand-21-name-list {
  filter: blur(9px);
  pointer-events: none;
  user-select: none;
}

.section-rebrand-21 { position: relative; }

.age-veil {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 20px;
}

.age-veil-card {
  max-width: 420px;
  text-align: center;
  padding: 26px 24px;
  border-radius: 14px;
  background: rgba(6, 30, 20, 0.92);
  border: 1px solid rgba(244, 181, 71, 0.45);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

.age-veil-card h3 { margin: 12px 0 8px; font-size: 22px; }

.age-veil-card p {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--paper-dim);
}

.age-veil-out {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: var(--paper-dim);
}

/* ---- inline quick vote ----------------------------------------------- */

.quick-vote {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.55);
  color: var(--paper-dim);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.platform-tile:hover .quick-vote,
.member-card:hover .quick-vote,
.live-card:hover .quick-vote,
.quick-vote:focus-visible,
.quick-vote.is-voted {
  opacity: 1;
}

.quick-vote:hover {
  background: rgba(244, 181, 71, 0.9);
  color: #1a1206;
  border-color: transparent;
}

.quick-vote.is-voted {
  background: rgba(244, 181, 71, 0.92);
  color: #1a1206;
  border-color: transparent;
}

.quick-vote-mark { font-size: 8px; line-height: 1; }

@media (hover: none) {
  .quick-vote { opacity: 1; }
}

.platform-tile, .member-card, .live-card { position: relative; }

/* ---- ticker icons ---------------------------------------------------- */

.ticker-item .ticker-ico {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  vertical-align: -2px;
  opacity: 0.9;
}

.home-section-nav-toggle { display: none; }

/* ---- section pills: readable, and fully reachable on a phone --------- */

.home-section-nav .division-pills {
  gap: 6px;
}

.section-jump-pill {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.22);
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 11.5px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.section-jump-pill:hover {
  background: rgba(244, 181, 71, 0.16);
  border-color: rgba(244, 181, 71, 0.5);
}

@media (max-width: 720px) {
  /* Wrap instead of scrolling off-screen, so every section is reachable. */
  body.page-home .home-section-jump {
    flex-wrap: wrap;
    overflow-x: visible;
    justify-content: center;
    margin: 0;
    padding: 0;
    max-height: 5.6em;
    overflow-y: hidden;
    transition: max-height 0.25s ease;
  }

  body.page-home .home-section-nav.is-open .home-section-jump {
    max-height: 40em;
  }

  .home-section-nav-toggle {
    display: inline-block;
    margin: 8px auto 0;
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid rgba(244, 181, 71, 0.45);
    background: none;
    color: var(--gold);
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .home-section-nav .wrap { text-align: center; }
}



/* ---- Vote control sizing --------------------------------------------
   The full pill is 51px wide. On an 88px platform tile that lands right on
   top of the logo, and because touch devices show it permanently (there is
   no hover), the tile looked broken. On small tiles it becomes a compact
   corner mark; roomy cards keep the labelled pill. */

.platform-tile .quick-vote {
  top: auto;
  bottom: 4px;
  right: 4px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  justify-content: center;
  gap: 0;
}

.platform-tile .quick-vote .quick-vote-count {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.platform-tile .quick-vote .quick-vote-mark {
  font-size: 9px;
}

/* Touch: visible but understated, so it never competes with the logo. */
@media (hover: none) {
  .platform-tile .quick-vote {
    opacity: 0.55;
    background: rgba(0, 0, 0, 0.4);
  }

  .platform-tile .quick-vote.is-voted {
    opacity: 1;
  }
}


/* ---- Listing ring hierarchy -----------------------------------------
   One gold ring  = certified listing (Live Streaming, Social + Live,
                    Global Social, Work, 21+ registry).
   Two gold rings = WWBAFA Full Member with an executed PMA.
   Reading the tile should tell you which without hovering. */

.platform-tile:not(.member-platform-seal) .platform-tile-media {
  box-shadow: 0 0 0 1.5px rgba(244, 181, 71, 0.42);
}

.platform-tile:not(.member-platform-seal):hover .platform-tile-media {
  box-shadow: 0 0 0 1.5px rgba(244, 181, 71, 0.75);
}

/* Full Members already carry a ring on the tile and on the inner seal
   wrapper; leave those alone so the pair stays distinguishable. */


/* ---- Section pills: a glyph per destination -------------------------- */

.section-jump-pill .pill-ico {
  display: inline-block;
  margin-right: 6px;
  font-size: 11px;
  opacity: 0.95;
  vertical-align: -1px;
}

.section-jump-pill {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0.25));
}

.section-jump-pill:hover .pill-ico {
  opacity: 1;
}


/* The veil sets display:grid, which outranks the UA rule for [hidden], so
   confirming 21+ left the panel on screen. Author rule needed. */
.age-veil[hidden] {
  display: none !important;
}

.age-gate-locked .registry-shell,
.age-gate-locked .rebrand-21-name-list {
  transition: filter 0.25s ease;
}

/* ---- Section pills: light chips, and room beneath them --------------- */

.section-jump-pill {
  background: linear-gradient(180deg, #f7f4ec, #e6e0d2);
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: #10241b;
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 6px rgba(0, 0, 0, 0.28);
}

.section-jump-pill .pill-ico {
  color: #0b6a41;
  opacity: 1;
}

.section-jump-pill:hover {
  background: linear-gradient(180deg, #ffe6a8, #f4b547);
  border-color: rgba(0, 0, 0, 0.28);
  color: #1a1206;
}

.section-jump-pill:hover .pill-ico {
  color: #1a1206;
}

/* The rail sat flush against the section that follows it. */
.home-section-nav {
  padding-bottom: 26px;
  margin-bottom: 18px;
}

.partner-note {
  max-width: 760px;
  margin: 16px auto 0;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(244, 181, 71, 0.32);
  font-size: 13px;
  line-height: 1.6;
  color: var(--paper-dim);
  text-align: center;
}

.partner-note strong { color: var(--gold); }

/* ---- 21+ gate: make dismissal work on touch too ---------------------- */

/* [hidden] loses to display:grid, and on iOS a stale paint could leave the
   panel visible even after the attribute was set. Belt and braces. */
.age-veil[hidden],
.age-veil.is-dismissed {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ---- TV guide feed ---------------------------------------------------- */

.tvfeed-group { margin-top: 22px; }

.tvfeed-head {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
}

.tvfeed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px;
}

.tvfeed-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--paper);
  transition: border-color 0.15s ease, background 0.15s ease;
}

.tvfeed-card:hover {
  border-color: rgba(244, 181, 71, 0.6);
  background: rgba(244, 181, 71, 0.1);
}

.tvfeed-card.is-live { border-color: rgba(255, 90, 90, 0.5); }
.tvfeed-card.is-recent { opacity: 0.85; }

.tvfeed-badge {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(244, 181, 71, 0.9);
  color: #1a1206;
  font-weight: 700;
}

.tvfeed-card.is-live .tvfeed-badge { background: #ff5a5a; color: #fff; }

.tvfeed-title { font-weight: 600; font-size: 14px; line-height: 1.35; }
.tvfeed-meta { font-size: 12px; color: var(--paper-dim); }

.tvfeed-when {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--paper-dim);
}

.tvfeed-placeholder {
  padding: 22px;
  border-radius: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px dashed rgba(244, 181, 71, 0.4);
}

.tvfeed-placeholder p { margin: 10px auto 0; max-width: 52ch; font-size: 13.5px; line-height: 1.6; color: var(--paper-dim); }
.tvfeed-placeholder strong { color: var(--paper); }
.tvfeed-note { display: block; margin-top: 10px; font-size: 11px; color: var(--paper-dim); opacity: 0.7; }

/* ---- Adult division (18+) --------------------------------------------
   Visually distinct from the 21+ registry so the two tiers are not
   mistaken for each other. */

.section-age-18 { position: relative; }

.section-age-18 .platform-tile {
  border-color: rgba(255, 120, 120, 0.28);
}

.age-gate-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 18px;
  padding: 12px 16px;
  max-width: 760px;
  border-radius: 10px;
  border: 1px solid rgba(255, 120, 120, 0.42);
  background: rgba(255, 120, 120, 0.08);
  font-size: 13px;
  line-height: 1.55;
  color: var(--paper);
  text-align: center;
}

.age-gate-banner strong { color: #ff9d9d; }

.section-age-18 .age-veil-card { border-color: rgba(255, 120, 120, 0.5); }

.build-stamp {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(243, 240, 231, 0.35);
}

/* ---- 21+ hero cards: room for the rebrand notes ---------------------- */

.rebrand-21-hero-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.rebrand-21-hero-card {
  align-items: flex-start;
}

.rebrand-21-hero-blurb {
  margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--paper-dim);
}

.rebrand-21-hero-body h4 {
  margin: 8px 0 0;
  font-size: 15px;
}

/* ---- Language picker -------------------------------------------------- */

.lang-picker { display: inline-flex; align-items: center; margin-left: 10px; }

.lang-select {
  font-family: var(--font-mono);
  font-size: 11px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
  color: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  max-width: 150px;
}

.lang-select:hover { border-color: rgba(244, 181, 71, 0.6); }

/* Right-to-left scripts */
html[dir="rtl"] body { direction: rtl; }
html[dir="rtl"] .lang-picker { margin-left: 0; margin-right: 10px; }
html[dir="rtl"] .section-head,
html[dir="rtl"] .coverage-note,
html[dir="rtl"] .age-gate-banner { text-align: center; }
