:root {
  --ink: #04070a;
  --pitch: #0a1e0a;
  --mint: #5be58b;
  --blush: #fbeaf5;
  --blush-muted: #d8c9d2;
  --sage: #7d8f7f;
  --surface: rgba(10, 30, 10, 0.9);
  --surface-2: rgba(4, 7, 10, 0.84);
  --line: rgba(251, 234, 245, 0.22);
  --line-strong: rgba(91, 229, 139, 0.72);
  --text: var(--blush);
  --muted: var(--blush-muted);
  --soft: #efe0e9;
  --green: var(--mint);
  --green-dark: #123d1f;
  --gold: var(--blush);
  --coral: #f2a8c9;
  --cyan: #a1f3bb;
  --danger: #ff7a91;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  font-family: "Avenir Next", "Inter", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: linear-gradient(135deg, var(--ink) 0%, var(--pitch) 100%);
  overflow-x: hidden;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.app-shell {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100vh;
}

.preview-gate {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(4, 7, 10, 0.42), rgba(4, 7, 10, 0.96)),
    linear-gradient(135deg, rgba(91, 229, 139, 0.2), rgba(251, 234, 245, 0.06)),
    url("assets/wsosb-start-athlete.png?v=1") center / cover no-repeat;
}

.preview-gate-card {
  width: min(520px, 100%);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.preview-brand {
  margin-bottom: 24px;
}

.preview-gate-card h1 {
  margin: 8px 0 0;
  color: var(--blush);
  font-size: clamp(2.1rem, 6vw, 3.5rem);
  line-height: 0.96;
}

.preview-copy {
  max-width: 410px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.preview-password-form {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.preview-password-form label {
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 850;
}

.preview-password-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.preview-password-row input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(4, 7, 10, 0.72);
}

.preview-password-row input:focus {
  outline: 2px solid rgba(91, 229, 139, 0.46);
  outline-offset: 2px;
}

.preview-password-row .primary-button {
  min-height: 48px;
}

.preview-note {
  display: block;
  margin-top: 14px;
  color: rgba(251, 234, 245, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 82px;
  padding: 14px 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 7, 10, 0.92);
  backdrop-filter: blur(22px);
}

.sidebar {
  display: none;
}

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

.brand-button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
}

.brand-button:hover .brand-symbol,
.brand-button:focus-visible .brand-symbol {
  border-color: rgba(251, 234, 245, 0.72);
  box-shadow: inset 0 0 0 2px rgba(4, 7, 10, 0.08), 0 18px 42px rgba(91, 229, 139, 0.26);
}

.brand-button:focus-visible {
  outline: 2px solid rgba(91, 229, 139, 0.82);
  outline-offset: 5px;
  border-radius: 8px;
}

.brand-symbol {
  display: grid;
  position: relative;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(251, 234, 245, 0.42);
  border-radius: 8px;
  color: var(--ink);
  background: var(--mint);
  box-shadow: inset 0 0 0 2px rgba(4, 7, 10, 0.08), 0 16px 32px rgba(91, 229, 139, 0.16);
  font-weight: 950;
}

.crown-mark {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 26px;
  height: 12px;
  transform: translateX(-50%);
  background: var(--ink);
  clip-path: polygon(0 100%, 12% 30%, 28% 70%, 50% 0, 72% 70%, 88% 30%, 100% 100%);
}

.brand-letter {
  display: block;
  margin-top: 12px;
  font-size: 1.45rem;
  line-height: 1;
}

.brand-mark > div > strong,
.brand-mark > div > span {
  display: block;
}

.brand-mark > div > strong {
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.brand-mark > div > span {
  margin-top: 2px;
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: lowercase;
}

.nav-list {
  display: grid;
  gap: 8px;
}

.site-menu {
  position: relative;
  justify-self: center;
}

.site-menu summary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--mint);
  font-weight: 950;
  list-style: none;
  cursor: pointer;
}

.site-menu summary::-webkit-details-marker {
  display: none;
}

.site-menu summary::after {
  margin-left: 10px;
  content: "⌄";
  font-size: 0.9rem;
}

.site-menu[open] summary::after {
  transform: rotate(180deg);
}

.site-menu .nav-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: min(320px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.96);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 11px 12px;
  border: 1px solid rgba(251, 234, 245, 0.08);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(251, 234, 245, 0.025);
  text-align: left;
}

.nav-item span {
  display: grid;
  min-width: 32px;
  height: 28px;
  place-items: center;
  border-radius: 6px;
  color: var(--blush);
  background: rgba(251, 234, 245, 0.08);
  font-size: 0.72rem;
  font-weight: 800;
}

.nav-item:hover,
.nav-item.active {
  color: var(--text);
  border-color: rgba(91, 229, 139, 0.48);
  background: rgba(91, 229, 139, 0.12);
}

.nav-item.active span {
  color: var(--ink);
  background: var(--green);
}

.side-status {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-self: end;
  margin-top: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.04);
}

.side-status strong,
.side-status span {
  display: block;
}

.side-status strong {
  font-size: 0.84rem;
}

.side-status div span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.status-dot {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--danger);
  box-shadow: 0 0 0 5px rgba(255, 107, 115, 0.12);
}

.status-dot.linked {
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(91, 229, 139, 0.14);
}

.main-stage {
  min-width: 0;
  width: min(100%, 1720px);
  margin: 0 auto;
  padding: 28px 28px 108px;
}

body[data-route="onboarding"] .main-stage {
  width: 100%;
  max-width: none;
  padding: 0 0 108px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
  margin-bottom: 18px;
}

body[data-route="onboarding"] .topbar {
  display: none;
}

.topbar h1 {
  margin: 3px 0 0;
  font-size: 1.65rem;
  line-height: 1.1;
}

.top-tagline {
  margin: 8px 0 0;
  color: var(--blush);
  font-size: 0.9rem;
  font-weight: 850;
  text-transform: lowercase;
}

.eyebrow {
  margin: 0;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.top-actions,
.hero-actions,
.rank-actions,
.leaderboard-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.centered {
  justify-content: center;
}

.primary-button,
.secondary-button,
.icon-button,
.filter-chip {
  border: 0;
  border-radius: 8px;
  font-weight: 850;
}

.primary-button {
  min-height: 44px;
  padding: 0 18px;
  color: var(--ink);
  background: var(--green);
  box-shadow: 0 14px 34px rgba(91, 229, 139, 0.2);
}

.primary-button:hover {
  background: #76f5a4;
}

.primary-button:disabled {
  cursor: not-allowed;
  color: #596966;
  background: #1c272a;
  box-shadow: none;
}

.secondary-button,
.filter-chip {
  min-height: 42px;
  padding: 0 15px;
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(251, 234, 245, 0.055);
}

.secondary-button:hover,
.filter-chip:hover,
.filter-chip.active {
  border-color: rgba(251, 234, 245, 0.58);
  background: rgba(251, 234, 245, 0.12);
}

.icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  background: var(--blush);
}

.icon-button span {
  font-size: 1.25rem;
  line-height: 1;
}

.screen {
  display: none;
}

.screen.active {
  display: block;
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(340px, 0.82fr);
  min-height: clamp(360px, 42vw, 520px);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.start-hero {
  grid-template-columns: 1fr;
  min-height: calc(100svh - 82px);
  place-items: center;
  isolation: isolate;
  padding: clamp(36px, 7vw, 84px) clamp(18px, 4vw, 56px);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 10, 0.48), rgba(4, 7, 10, 0.88)),
    linear-gradient(90deg, rgba(10, 30, 10, 0.72), rgba(4, 7, 10, 0.28) 48%, rgba(10, 30, 10, 0.8)),
    url("assets/wsosb-start-athlete.png?v=1") center 44% / cover no-repeat;
  box-shadow: none;
}

.hero-panel.start-hero {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.start-hero::before {
  display: none;
}

.start-hero::after {
  display: none;
}

.hero-ticker {
  display: none;
}

.hero-ticker span {
  display: none;
}

.hero-ticker span::after {
  display: none;
}

.hero-center {
  width: min(1120px, 100%);
  padding: 0 24px;
  text-align: center;
}

.hero-center h2 {
  display: grid;
  gap: 0;
  max-width: none;
  margin: 18px auto 0;
  font-size: clamp(3.2rem, 8.2vw, 9.3rem);
  font-weight: 950;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero-center h2 span:first-child {
  color: var(--mint);
}

.hero-center h2 span:last-child {
  color: var(--blush);
}

.hero-question {
  margin: 22px auto 0;
  color: var(--blush);
  font-size: clamp(1.35rem, 3vw, 2.3rem);
  font-weight: 900;
  line-height: 1.12;
}

.hero-cta-row {
  justify-content: center;
  margin-top: 30px;
}

.hero-cta-row .primary-button,
.hero-cta-row .secondary-button {
  min-height: 56px;
  padding: 0 24px;
  font-size: 1rem;
}

.hero-float {
  display: none;
}

.hero-float-left {
  left: 7%;
  bottom: 25%;
}

.hero-float-right {
  right: 7%;
  top: 27%;
  color: var(--ink);
  background: var(--mint);
  transform: rotate(8deg);
}

.hero-field-lines {
  display: none;
}

.hero-image {
  min-height: clamp(280px, 42vw, 520px);
  background:
    linear-gradient(90deg, rgba(4, 7, 10, 0), rgba(10, 30, 10, 0.72)),
    url("assets/wsosb-arena.png?v=7") center / cover no-repeat;
}

.hero-copy {
  align-self: center;
  padding: 46px;
}

.hero-copy h2,
.reveal-card h2,
.rank-panel h2,
.section-heading h2,
.section-heading h3 {
  margin: 6px 0 0;
}

.hero-copy h2 {
  max-width: 620px;
  font-size: clamp(2rem, 3.6vw, 4.15rem);
  line-height: 1.02;
}

.hero-copy.hero-center h2 {
  max-width: none;
  font-size: clamp(4.1rem, 10vw, 11.5rem);
  line-height: 0.82;
}

.hero-center .hero-tagline {
  margin-top: 0;
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 16px 0 0;
  padding: 0 12px;
  border: 1px solid rgba(91, 229, 139, 0.48);
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: lowercase;
}

.hero-copy p:not(.eyebrow):not(.hero-tagline):not(.hero-question) {
  max-width: 520px;
  color: var(--soft);
  line-height: 1.65;
}

.onboarding-grid,
.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.start-conversion-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, minmax(0, 0.9fr));
  gap: 16px;
  width: min(calc(100% - 56px), 1720px);
  margin: 16px auto 0;
}

.start-conversion-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 238px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.start-conversion-card.primary {
  background:
    linear-gradient(135deg, rgba(91, 229, 139, 0.22), rgba(251, 234, 245, 0.055)),
    var(--surface);
}

.start-conversion-card > span {
  display: grid;
  width: 46px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  background: var(--blush);
  font-size: 0.82rem;
  font-weight: 950;
}

.start-conversion-card.primary > span {
  background: var(--mint);
}

.start-conversion-card h3 {
  margin: 0;
  color: var(--blush);
  font-size: clamp(1.35rem, 2.5vw, 2.35rem);
  line-height: 1.02;
}

.start-conversion-card p {
  margin: 0;
  color: var(--soft);
  line-height: 1.55;
}

.start-conversion-card button {
  justify-self: start;
  margin-top: auto;
}

.workflow-panel,
.rank-panel,
.timeline-panel,
.event-detail,
.league-preview,
.audit-panel,
.ops-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.workflow-panel,
.rank-panel,
.timeline-panel,
.event-detail,
.league-preview,
.audit-panel {
  padding: 20px;
}

.workflow-panel.wide {
  grid-column: 1 / -1;
}

.section-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.section-heading > span {
  display: grid;
  min-width: 42px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  background: var(--blush);
  font-size: 0.78rem;
  font-weight: 900;
}

.section-heading p {
  margin: 5px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.screen-heading {
  margin-bottom: 22px;
}

.prototype-form {
  display: grid;
  gap: 14px;
}

.prototype-form label {
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 800;
}

.prototype-form input,
.prototype-form select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(4, 7, 10, 0.72);
  padding: 0 12px;
}

.prototype-form input:focus,
.prototype-form select:focus {
  outline: 2px solid rgba(91, 229, 139, 0.42);
  outline-offset: 2px;
}

.check-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.check-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.035);
}

.bookmaker-list,
.event-list,
.feed-list,
.audit-list {
  display: grid;
  gap: 10px;
}

.bookmaker-card,
.event-card,
.feed-item,
.audit-item,
.leader-row {
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.04);
}

.bookmaker-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
}

.bookmaker-card strong,
.event-card strong,
.feed-item strong,
.audit-item strong {
  display: block;
}

.bookmaker-card span,
.event-card span,
.feed-item span,
.audit-item span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.bookmaker-card button {
  min-width: 96px;
}

.book-logo {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(91, 229, 139, 0.45);
  border-radius: 8px;
  color: var(--ink);
  background: var(--mint);
  font-weight: 950;
}

.connected-button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(91, 229, 139, 0.6);
  border-radius: 8px;
  color: var(--mint);
  background: rgba(91, 229, 139, 0.12);
  font-weight: 950;
}

.sharpsports-note {
  margin: 14px 0 0;
  padding: 12px;
  border: 1px solid rgba(91, 229, 139, 0.26);
  border-radius: 8px;
  color: var(--soft);
  background: rgba(91, 229, 139, 0.08);
  font-size: 0.9rem;
  line-height: 1.45;
}

.import-console {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.import-console div,
.metric-row article {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.04);
}

.import-console span,
.metric-row span,
.ops-card span {
  display: block;
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
}

.import-console strong,
.metric-row strong,
.ops-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.55rem;
}

.full-width {
  width: 100%;
}

.reveal-screen {
  min-height: calc(100vh - 116px);
  padding: 34px;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(rgba(4, 7, 10, 0.48), rgba(10, 30, 10, 0.84)),
    url("assets/wsosb-arena.png?v=7") center / cover no-repeat;
}

.reveal-screen.active {
  display: grid;
}

.reveal-card {
  width: min(820px, 100%);
  padding: 38px;
  border: 1px solid rgba(251, 234, 245, 0.36);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.78);
  box-shadow: var(--shadow);
  text-align: center;
  backdrop-filter: blur(14px);
}

.reveal-card h2 {
  font-size: 2rem;
}

.division-medallion {
  display: grid;
  width: 220px;
  height: 220px;
  place-items: center;
  margin: 26px auto;
  border: 2px solid rgba(251, 234, 245, 0.72);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(91, 229, 139, 0.28), rgba(251, 234, 245, 0.12) 55%, rgba(4, 7, 10, 0.28)),
    var(--pitch);
  box-shadow: 0 0 72px rgba(91, 229, 139, 0.22);
}

.division-medallion span {
  font-size: 2.5rem;
  font-weight: 950;
}

.reveal-score-row,
.factor-strip,
.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.reveal-score-row div,
.factor-strip div {
  padding: 14px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.055);
}

.reveal-score-row span,
.factor-strip span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reveal-score-row strong,
.factor-strip strong {
  display: block;
  margin-top: 8px;
  font-size: 1.55rem;
}

.factor-strip {
  margin: 10px 0 22px;
}

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

.rank-panel {
  min-height: 550px;
  background:
    linear-gradient(rgba(4, 7, 10, 0.72), rgba(10, 30, 10, 0.96)),
    url("assets/wsosb-arena.png?v=7") center / cover no-repeat;
}

.home-rank-lockup {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin: 44px 0 24px;
}

.home-rank-lockup span {
  color: var(--mint);
  font-size: 2.3rem;
  font-weight: 950;
}

.home-rank-lockup strong {
  font-size: 4rem;
  line-height: 1;
}

.progress-track {
  height: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(251, 234, 245, 0.1);
}

.progress-track div {
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mint), var(--blush));
  transition: width 360ms ease;
}

.rank-panel p:not(.eyebrow) {
  color: var(--soft);
  line-height: 1.55;
}

.rank-actions {
  margin-top: 28px;
}

.activity-column {
  display: grid;
  gap: 16px;
}

.metric-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline-panel {
  min-height: 370px;
}

.feed-item,
.audit-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
}

.feed-item b,
.audit-item b {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  background: var(--green);
  font-size: 0.76rem;
}

.leaderboard-tools {
  margin-bottom: 14px;
}

.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.76);
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

th,
td {
  padding: 14px;
  border-bottom: 1px solid rgba(251, 234, 245, 0.1);
  text-align: left;
}

th {
  color: var(--muted);
  font-size: 0.74rem;
  text-transform: uppercase;
}

td {
  color: var(--soft);
}

tr.current-user td {
  color: var(--text);
  background: rgba(91, 229, 139, 0.12);
}

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

.avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  background: var(--blush);
  font-size: 0.78rem;
  font-weight: 950;
}

.signal-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--green);
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
}

.signal-pill.warn {
  background: var(--blush);
}

.signal-pill.danger {
  color: #220406;
  background: var(--danger);
}

.event-layout,
.fantasy-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
}

.event-list,
.event-detail,
.fantasy-layout > *,
.league-preview {
  min-width: 0;
}

.event-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  text-align: left;
}

.event-card.active {
  border-color: rgba(91, 229, 139, 0.58);
  background: rgba(91, 229, 139, 0.12);
}

.event-card button {
  justify-self: start;
}

.event-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  margin-bottom: 18px;
}

.event-hero h3 {
  margin: 4px 0 8px;
  font-size: 1.8rem;
}

.event-hero p,
.event-detail p,
.league-preview p,
.ops-card p {
  color: var(--muted);
  line-height: 1.55;
}

.prize-lockup {
  text-align: right;
}

.prize-lockup span {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.prize-lockup strong {
  display: block;
  margin-top: 5px;
  color: var(--mint);
  font-size: 2rem;
}

.event-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.payment-tile {
  min-height: 82px;
  padding: 13px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.04);
}

.payment-tile strong,
.payment-tile span {
  display: block;
}

.payment-tile span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.league-preview {
  min-height: 520px;
}

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

.league-stat-grid div {
  padding: 14px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.04);
}

.league-stat-grid span,
.league-stat-grid strong {
  display: block;
}

.league-stat-grid span {
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
}

.league-stat-grid strong {
  margin-top: 8px;
  font-size: 1.3rem;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(5, minmax(82px, 1fr));
  width: min(720px, calc(100vw - 24px));
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.92);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.bottom-nav button {
  display: grid;
  min-height: 58px;
  gap: 4px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font-size: 0.76rem;
  font-weight: 900;
}

.bottom-nav button.active,
.bottom-nav button:hover {
  color: var(--ink);
  border-color: rgba(91, 229, 139, 0.42);
  background: var(--mint);
}

.tab-icon {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 7px;
  font-size: 0.72rem;
}

.home-demo,
.share-screen {
  display: grid;
  gap: 16px;
}

.user-rank-bar,
.home-card,
.native-ad-card,
.featured-event-card,
.live-board-hero,
.rewarded-video-prompt,
.share-card-preview,
.invite-landing,
.sponsor-dashboard,
.sportsbook-tile {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.user-rank-bar {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
}

.user-rank-bar strong,
.home-card h3,
.featured-event-card h2,
.live-board-hero h2,
.share-screen h2,
.invite-landing h2,
.sponsor-dashboard h3 {
  margin: 6px 0 0;
}

.user-rank-bar p,
.home-card p,
.featured-event-card p,
.native-ad-card p,
.live-board-hero p,
.rewarded-video-prompt p,
.invite-landing p,
.sportsbook-tile p {
  color: var(--muted);
  line-height: 1.5;
}

.mini-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint);
  font-size: 0.8rem;
  font-weight: 950;
}

.week-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.week-stat-row.vertical {
  grid-template-columns: 1fr;
}

.week-stat-row article {
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.045);
}

.week-stat-row span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.week-stat-row strong {
  display: block;
  margin-top: 8px;
  color: var(--mint);
  font-size: 1.35rem;
}

.sponsor-mercedes {
  background:
    linear-gradient(135deg, rgba(91, 229, 139, 0.22), rgba(251, 234, 245, 0.07) 58%, rgba(4, 7, 10, 0.34)),
    var(--surface);
}

.featured-event-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
}

.featured-event-card > div:nth-child(2) {
  grid-column: 1;
}

.featured-event-card .primary-button {
  justify-self: end;
}

.sponsor-integrated {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(251, 234, 245, 0.18);
  border-radius: 999px;
  color: var(--blush);
  background: rgba(4, 7, 10, 0.34);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sponsor-integrated.green {
  color: var(--ink);
  background: var(--mint);
}

.brand-wordmark {
  color: inherit;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.event-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 10px;
  grid-column: 1 / -1;
}

.event-meta-grid article {
  padding: 14px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.24);
}

.event-meta-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.event-meta-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--mint);
  font-size: 1.35rem;
}

.league-home-card,
.home-card,
.native-ad-card {
  padding: 20px;
}

.native-ad-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(251, 234, 245, 0.12), rgba(91, 229, 139, 0.08)),
    var(--surface);
}

.native-ad-card > span {
  display: inline-grid;
  min-height: 32px;
  place-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--blush);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.home-grid-two,
.problem-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.analysis-strip,
.stat-tease {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  color: var(--mint);
  font-weight: 950;
}

.analysis-strip {
  color: var(--blush);
}

.pulse-dot {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 0 8px rgba(91, 229, 139, 0.14);
  animation: pulseDot 1.4s ease-in-out infinite;
}

@keyframes pulseDot {
  50% { transform: scale(0.72); opacity: 0.58; }
}

.reveal-experience {
  width: min(980px, 100%);
  margin: 0 auto;
}

.division-reveal-card {
  margin-bottom: 16px;
  padding: 28px;
  border: 1px solid rgba(251, 234, 245, 0.28);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.78);
  text-align: center;
  box-shadow: var(--shadow);
}

.reveal-medallion {
  animation: badgeReveal 700ms ease both;
}

@keyframes badgeReveal {
  from { opacity: 0; transform: scale(0.78) rotate(-4deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

.share-card-preview {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background:
    radial-gradient(circle at 82% 18%, rgba(91, 229, 139, 0.28), transparent 32%),
    linear-gradient(135deg, rgba(4, 7, 10, 0.96), rgba(10, 30, 10, 0.92));
}

.share-card-preview.large {
  width: min(640px, 100%);
  margin: 0 auto;
  min-height: 430px;
}

.share-card-preview.compact {
  width: min(560px, 100%);
  margin: 0 auto 16px;
}

.share-card-top,
.share-stat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mini-brand .brand-symbol {
  width: 40px;
  height: 40px;
}

.mini-brand .crown-mark {
  top: 6px;
  width: 22px;
}

.mini-brand .brand-letter {
  margin-top: 10px;
  font-size: 1.1rem;
}

.sponsor-lockup {
  color: var(--mint);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.share-card-body {
  margin-top: 34px;
}

.share-card-body h3 {
  margin: 16px 0 0;
  color: var(--mint);
  font-size: clamp(4rem, 10vw, 7rem);
  line-height: 0.85;
}

.share-card-body p {
  color: var(--blush);
  font-size: 1.2rem;
  font-weight: 900;
}

.share-stat-row {
  margin-top: 24px;
  padding-right: 116px;
  flex-wrap: wrap;
}

.share-stat-row strong {
  padding: 12px;
  border: 1px solid rgba(251, 234, 245, 0.16);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.06);
}

.qr-code {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 82px;
  height: 82px;
  gap: 6px;
  padding: 8px;
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, var(--ink) 0 5px, var(--blush) 5px 10px),
    var(--blush);
  box-shadow: inset 0 0 0 8px var(--blush);
}

.qr-code i {
  border: 6px solid var(--ink);
  background: var(--blush);
}

.share-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.live-board-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  padding: 24px;
}

.rewarded-video-prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(251, 234, 245, 0.12), rgba(91, 229, 139, 0.1)),
    var(--surface);
}

.rewarded-video-prompt.dismissed {
  display: none;
}

.rewarded-video-prompt span {
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.event-board-table {
  box-shadow: var(--shadow);
}

.sponsored-event-card {
  gap: 12px;
}

.event-detail-sponsored {
  padding: 18px;
  border: 1px solid rgba(91, 229, 139, 0.22);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.26);
}

.prize-lockup small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.rules-panel,
.league-insights {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.045);
}

.league-sponsored-header {
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(91, 229, 139, 0.18), rgba(251, 234, 245, 0.08)),
    rgba(4, 7, 10, 0.28);
}

.sponsor-footer {
  padding: 14px;
  border: 1px solid rgba(91, 229, 139, 0.28);
  border-radius: 8px;
  background: rgba(91, 229, 139, 0.08);
}

.sponsor-wizard-step {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px dashed rgba(91, 229, 139, 0.5);
  border-radius: 8px;
  background: rgba(91, 229, 139, 0.08);
}

.sponsor-wizard-step span {
  color: var(--muted);
  font-size: 0.86rem;
}

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

.sportsbook-tile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px;
}

.sportsbook-tile button {
  grid-column: 1 / -1;
  width: 100%;
}

.sportsbook-tile.connected {
  border-color: rgba(91, 229, 139, 0.42);
  background: rgba(91, 229, 139, 0.08);
}

.profile-note {
  margin-top: 18px;
}

.invite-landing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 22px;
}

.inviter-card,
.challenger-card {
  padding: 22px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.045);
}

.versus-lockup {
  display: grid;
  width: 86px;
  place-items: center;
  color: var(--ink);
  background: var(--mint);
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 950;
}

.silhouette {
  width: 132px;
  height: 132px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, rgba(251, 234, 245, 0.44) 0 28%, transparent 29%),
    radial-gradient(ellipse at 50% 95%, rgba(251, 234, 245, 0.3) 0 44%, transparent 45%),
    rgba(251, 234, 245, 0.08);
}

.sponsor-dashboard {
  margin-top: 16px;
  padding: 20px;
}

.campaign-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.campaign-grid article {
  padding: 14px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.045);
}

.campaign-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.campaign-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--mint);
  font-size: 1.45rem;
}

.admin-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ops-card {
  padding: 18px;
}

.ops-card strong {
  color: var(--mint);
}

.audit-panel {
  margin-top: 16px;
}

.business-gate,
.business-content {
  display: grid;
  gap: 18px;
}

.business-gate {
  max-width: 620px;
  margin: 8vh auto 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.business-password-form {
  gap: 14px;
}

.business-password-form .primary-button {
  width: fit-content;
}

.form-error {
  min-height: 20px;
  margin: 0;
  color: var(--danger);
  font-size: 0.9rem;
  font-weight: 800;
}

.business-hero,
.business-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.business-hero {
  padding: clamp(26px, 5vw, 58px);
  background:
    linear-gradient(135deg, rgba(91, 229, 139, 0.16), rgba(251, 234, 245, 0.04) 44%, rgba(4, 7, 10, 0.12)),
    var(--surface);
}

.business-hero h2 {
  max-width: 980px;
  margin: 8px 0 0;
  color: var(--mint);
  font-size: clamp(2.6rem, 8vw, 7.4rem);
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
}

.business-hero p:not(.eyebrow),
.business-section p,
.business-note {
  color: var(--soft);
  line-height: 1.65;
}

.business-hero > p:not(.eyebrow) {
  max-width: 860px;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.business-section {
  padding: 22px;
}

.business-kpis,
.business-grid,
.timeline-strip {
  display: grid;
  gap: 12px;
}

.business-kpis {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.business-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.business-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.business-kpis article,
.business-grid article,
.business-list article,
.timeline-strip article,
.business-table div {
  padding: 16px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.045);
}

.business-kpis span,
.business-grid span,
.business-list span,
.business-table span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.business-kpis strong,
.business-grid strong,
.business-list strong,
.business-table strong,
.timeline-strip strong {
  display: block;
  color: var(--blush);
  font-size: 1.1rem;
  line-height: 1.2;
}

.business-kpis strong {
  color: var(--mint);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.business-list,
.business-table {
  display: grid;
  gap: 10px;
}

.timeline-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.timeline-strip article span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 950;
}

.timeline-strip article p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.business-note {
  margin: 18px 0 0;
  padding: 14px;
  border: 1px solid rgba(91, 229, 139, 0.3);
  border-radius: 8px;
  background: rgba(91, 229, 139, 0.08);
  font-weight: 800;
}

.business-slide {
  position: relative;
  overflow: hidden;
}

.business-slide::before,
.business-deck-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(251, 234, 245, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(251, 234, 245, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 72%);
}

.business-slide > *,
.business-deck-hero > * {
  position: relative;
}

.deck-label-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--mint);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.business-hero-grid,
.opportunity-layout,
.problem-layout,
.solution-layout,
.architecture-layout,
.media-layout,
.positioning-layout,
.revenue-layout,
.financial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.business-deck-hero h2 {
  max-width: 960px;
  color: var(--mint);
  font-size: 5.8rem;
}

.round-card,
.chart-card,
.tech-console,
.leaderboard-preview,
.financial-card,
.funding-visual,
.position-matrix {
  padding: 20px;
  border: 1px solid rgba(251, 234, 245, 0.18);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.42);
}

.round-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ink);
  background: var(--mint);
}

.round-card > span,
.round-card b {
  color: rgba(4, 7, 10, 0.72);
  font-weight: 950;
}

.round-card strong {
  display: block;
  margin: 16px 0;
  color: var(--ink);
  font-size: 3rem;
  line-height: 0.95;
}

.round-card p {
  margin: 8px 0 0;
  color: var(--ink);
  line-height: 1.25;
}

.deck-kpis article:nth-child(even),
.market-size-row article:nth-child(even),
.mode-card:nth-child(even) {
  background: rgba(251, 234, 245, 0.09);
}

.market-mosaic,
.operator-cards,
.mode-card-grid,
.tier-grid,
.roadmap-grid,
.ask-layout,
.appendix-grid {
  display: grid;
  gap: 12px;
}

.market-mosaic,
.operator-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.market-main {
  grid-column: span 3;
}

.market-mosaic article,
.operator-cards article,
.market-size-row article,
.mode-card,
.tier-grid article,
.roadmap-grid article,
.ask-layout article,
.appendix-grid article {
  padding: 16px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.045);
}

.market-mosaic span,
.operator-cards span,
.market-size-row span,
.mode-card span,
.tier-grid span,
.roadmap-grid span,
.ask-layout span {
  display: block;
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.market-mosaic strong,
.operator-cards strong,
.market-size-row strong,
.mode-card strong,
.tier-grid strong,
.roadmap-grid strong,
.ask-layout strong {
  display: block;
  margin-top: 8px;
  color: var(--blush);
  font-size: 1.55rem;
  line-height: 1.1;
}

.market-main strong {
  color: var(--mint);
  font-size: 4rem;
}

.chart-card h4,
.tech-console h4,
.leaderboard-preview h4 {
  margin: 0 0 14px;
  color: var(--blush);
  font-size: 1.1rem;
}

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

.bar-list div {
  display: grid;
  grid-template-columns: minmax(92px, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
}

.bar-list span,
.bar-list b {
  color: var(--soft);
  font-size: 0.9rem;
}

.bar-list b {
  justify-self: end;
  color: var(--mint);
}

.bar-list i {
  display: block;
  grid-column: 1 / -1;
  height: 11px;
  border: 1px solid rgba(91, 229, 139, 0.35);
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--mint) var(--bar), rgba(251, 234, 245, 0.08) var(--bar));
}

.chart-caption {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.market-size-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.product-loop {
  position: relative;
  min-height: 410px;
  border: 1px solid rgba(91, 229, 139, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(91, 229, 139, 0.18), transparent 38%),
    rgba(4, 7, 10, 0.42);
}

.loop-core,
.loop-node {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(251, 234, 245, 0.22);
  border-radius: 8px;
  text-align: center;
  font-weight: 950;
}

.loop-core {
  inset: 50% auto auto 50%;
  width: 150px;
  height: 150px;
  color: var(--ink);
  background: var(--mint);
  transform: translate(-50%, -50%);
}

.loop-core span {
  display: block;
  margin-top: 4px;
  color: rgba(4, 7, 10, 0.78);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.loop-node {
  width: 128px;
  min-height: 58px;
  padding: 10px;
  color: var(--blush);
  background: rgba(251, 234, 245, 0.08);
}

.node-1 { top: 24px; left: 50%; transform: translateX(-50%); }
.node-2 { top: 112px; right: 24px; }
.node-3 { right: 54px; bottom: 54px; }
.node-4 { bottom: 54px; left: 54px; }
.node-5 { top: 112px; left: 24px; }

.feature-list article {
  min-height: 86px;
}

.journey-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.journey-rail article {
  position: relative;
  min-height: 210px;
  padding: 18px;
  border: 1px solid rgba(91, 229, 139, 0.22);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.35);
}

.journey-rail article::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  width: 13px;
  height: 1px;
  background: rgba(91, 229, 139, 0.42);
}

.journey-rail article:last-child::after {
  display: none;
}

.journey-rail span,
.architecture-stack span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 950;
}

.journey-rail strong,
.architecture-stack strong {
  display: block;
  color: var(--blush);
  font-size: 1.1rem;
}

.architecture-stack {
  display: grid;
  gap: 10px;
}

.architecture-stack article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 14px;
  padding: 14px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.045);
}

.architecture-stack p {
  grid-column: 2;
  margin: 6px 0 0;
}

.tech-console {
  display: grid;
  gap: 10px;
}

.tech-console div,
.mini-stat-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(251, 234, 245, 0.12);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.04);
}

.tech-console span,
.financial-card span,
.mini-stat-row span {
  color: var(--muted);
}

.tech-console strong,
.mini-stat-row b {
  color: var(--mint);
}

.mode-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mode-card {
  min-height: 220px;
}

.mode-card b,
.roadmap-grid b {
  display: inline-flex;
  margin-top: 16px;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint);
  font-size: 0.82rem;
}

.leaderboard-preview {
  min-height: 300px;
  background:
    linear-gradient(135deg, rgba(91, 229, 139, 0.18), rgba(4, 7, 10, 0.34)),
    rgba(4, 7, 10, 0.5);
}

.sponsor-pill {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.leaderboard-preview ol {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.leaderboard-preview li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(251, 234, 245, 0.12);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.36);
}

.media-kpis {
  margin-top: 0;
}

.tier-grid,
.ask-layout {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
}

.tier-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.market-funnel {
  display: grid;
  gap: 10px;
}

.market-funnel article {
  padding: 18px;
  border: 1px solid rgba(91, 229, 139, 0.26);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.4);
}

.market-funnel article:nth-child(1) { margin-right: 0; }
.market-funnel article:nth-child(2) { margin-right: 9%; }
.market-funnel article:nth-child(3) { margin-right: 18%; }
.market-funnel article:nth-child(4) { margin-right: 27%; background: var(--mint); }
.market-funnel article:nth-child(4) * { color: var(--ink); }

.market-funnel span {
  color: var(--mint);
  font-weight: 950;
}

.market-funnel strong {
  display: block;
  margin-top: 8px;
  color: var(--blush);
  font-size: 2rem;
}

.position-matrix {
  position: relative;
  min-height: 420px;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(251, 234, 245, 0.28) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(251, 234, 245, 0.28) 50%, transparent 50.2%),
    rgba(4, 7, 10, 0.42);
}

.axis,
.matrix-label,
.matrix-wsosb {
  position: absolute;
}

.x-axis {
  right: 20px;
  bottom: 14px;
  color: var(--muted);
  font-size: 0.78rem;
}

.y-axis {
  top: 20px;
  left: 14px;
  color: var(--muted);
  font-size: 0.78rem;
  writing-mode: vertical-rl;
}

.matrix-label {
  max-width: 150px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.low-left { left: 12%; bottom: 16%; }
.low-right { right: 14%; bottom: 18%; }
.high-left { left: 15%; top: 17%; }

.matrix-wsosb {
  right: 12%;
  top: 14%;
  padding: 16px 18px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--mint);
  font-size: 1.45rem;
  font-weight: 950;
  text-align: center;
}

.matrix-wsosb small {
  display: block;
  margin-top: 4px;
  color: rgba(4, 7, 10, 0.72);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.revenue-stack {
  display: grid;
  gap: 12px;
}

.revenue-stack article {
  display: grid;
  grid-template-columns: minmax(130px, 0.45fr) minmax(130px, 0.55fr);
  gap: 8px 14px;
  padding: 14px;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.045);
}

.revenue-stack i {
  display: block;
  grid-column: 1 / -1;
  height: 14px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--mint) var(--bar), rgba(251, 234, 245, 0.08) var(--bar));
}

.financial-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.financial-card > strong {
  color: var(--mint);
  font-size: 4rem;
  line-height: 0.95;
}

.roadmap-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.financial-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.58fr);
}

.financial-table {
  overflow-x: auto;
  border: 1px solid rgba(251, 234, 245, 0.14);
  border-radius: 8px;
}

.financial-table > div {
  display: grid;
  grid-template-columns: 1.2fr repeat(5, minmax(90px, 1fr));
  min-width: 760px;
}

.financial-table span,
.financial-table strong {
  padding: 12px;
  border-right: 1px solid rgba(251, 234, 245, 0.1);
  border-bottom: 1px solid rgba(251, 234, 245, 0.1);
  color: var(--soft);
}

.financial-table > div:first-child span {
  color: var(--ink);
  background: var(--mint);
  font-weight: 950;
}

.financial-table strong {
  color: var(--blush);
}

.funding-visual {
  display: grid;
  align-content: start;
  gap: 18px;
}

.donut {
  display: grid;
  width: min(240px, 100%);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--surface) 0 45%, transparent 46%),
    conic-gradient(var(--mint) 0 62%, var(--blush) 62% 77%, var(--sage) 77% 87%, var(--coral) 87% 100%);
}

.donut span {
  color: var(--mint);
  font-size: 2rem;
  font-weight: 950;
}

.fund-list {
  display: grid;
  gap: 8px;
}

.fund-list p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(251, 234, 245, 0.12);
  border-radius: 8px;
  background: rgba(251, 234, 245, 0.04);
}

.fund-list b {
  color: var(--blush);
}

.fund-list span {
  color: var(--mint);
  font-weight: 950;
}

.appendix-section {
  background:
    linear-gradient(135deg, rgba(251, 234, 245, 0.08), rgba(91, 229, 139, 0.08)),
    var(--surface);
}

.appendix-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1280px) {
  .main-stage {
    padding: 22px;
  }

  .hero-panel,
  .dashboard-layout,
  .event-layout,
  .fantasy-layout,
  .start-conversion-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 300px;
  }

  .start-hero {
    min-height: 620px;
  }

  .import-console {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-kpis,
  .business-grid,
  .business-grid.three,
  .timeline-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-hero-grid,
  .opportunity-layout,
  .problem-layout,
  .solution-layout,
  .architecture-layout,
  .media-layout,
  .positioning-layout,
  .revenue-layout,
  .financial-grid {
    grid-template-columns: 1fr;
  }

  .journey-rail,
  .mode-card-grid,
  .tier-grid,
  .roadmap-grid,
  .ask-layout,
  .appendix-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-deck-hero h2 {
    font-size: 4.4rem;
  }

  .user-rank-bar,
  .featured-event-card,
  .live-board-hero,
  .rewarded-video-prompt,
  .invite-landing {
    grid-template-columns: 1fr;
  }

  .featured-event-card {
    display: grid;
  }

  .featured-event-card .primary-button,
  .live-board-hero .primary-button {
    justify-self: start;
  }

  .bookmaker-grid,
  .campaign-grid,
  .mode-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campaign-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 12px 18px;
  }

  .site-menu {
    justify-self: end;
  }

  .side-status {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
}

@media (max-width: 780px) {
  .main-stage,
  .site-header {
    padding: 16px;
  }

  .topbar,
  .event-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar {
    gap: 14px;
  }

  .top-actions,
  .hero-actions,
  .rank-actions {
    width: 100%;
  }

  .top-actions > button,
  .hero-actions > button,
  .rank-actions > button {
    flex: 1 1 140px;
  }

  .hero-copy {
    padding: 24px;
  }

  .hero-center {
    padding: 0 18px 36px;
  }

  .hero-copy.hero-center h2 {
    font-size: clamp(3.15rem, 16vw, 6.6rem);
  }

  .hero-question {
    font-size: clamp(1.15rem, 5vw, 1.85rem);
  }

  .hero-float {
    display: none;
  }

  .hero-field-lines {
    display: none;
  }

  .hero-image {
    min-height: 220px;
  }

  .hero-copy h2,
  .reveal-card h2 {
    font-size: 1.8rem;
  }

  .hero-copy.hero-center h2 {
    font-size: clamp(3.15rem, 16vw, 6.6rem);
  }

  .onboarding-grid,
  .start-conversion-grid,
  .import-console,
  .reveal-score-row,
  .factor-strip,
  .metric-row,
  .event-actions,
  .league-stat-grid,
  .admin-grid,
  .business-kpis,
  .business-grid,
  .business-grid.three,
  .timeline-strip,
  .market-mosaic,
  .operator-cards,
  .market-size-row,
  .journey-rail,
  .mode-card-grid,
  .tier-grid,
  .roadmap-grid,
  .ask-layout,
  .appendix-grid,
  .week-stat-row,
  .home-grid-two,
  .event-meta-grid,
  .bookmaker-grid,
  .campaign-grid {
    grid-template-columns: 1fr;
  }

  .native-ad-card,
  .bookmaker-card,
  .sportsbook-tile,
  .rewarded-video-prompt,
  .live-board-hero {
    grid-template-columns: 1fr;
  }

  .native-ad-card,
  .rewarded-video-prompt,
  .live-board-hero,
  .share-card-top,
  .share-stat-row {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .invite-landing {
    grid-template-columns: 1fr;
  }

  .versus-lockup {
    width: 100%;
    min-height: 58px;
  }

  .bottom-nav {
    bottom: 8px;
    grid-template-columns: repeat(5, 1fr);
    width: calc(100vw - 16px);
  }

  .bottom-nav button {
    min-height: 52px;
    font-size: 0.68rem;
  }

  .business-deck-hero h2 {
    font-size: 3.2rem;
  }

  .market-main {
    grid-column: auto;
  }

  .market-main strong,
  .financial-card > strong {
    font-size: 2.8rem;
  }

  .product-loop {
    display: grid;
    min-height: auto;
    gap: 10px;
    padding: 14px;
  }

  .loop-core,
  .loop-node {
    position: static;
    width: auto;
    min-height: 58px;
    transform: none;
  }

  .loop-core {
    height: auto;
    padding: 18px;
  }

  .journey-rail article {
    min-height: auto;
  }

  .journey-rail article::after {
    display: none;
  }

  .architecture-stack article {
    grid-template-columns: 1fr;
  }

  .architecture-stack p {
    grid-column: auto;
  }

  .market-funnel article {
    margin-right: 0 !important;
  }

  .position-matrix {
    min-height: 340px;
  }

  .fund-list p {
    display: grid;
  }

  .check-row {
    grid-template-columns: 1fr;
  }

  .nav-list {
    display: grid;
  }

  .nav-item {
    min-width: 0;
  }

  .site-header {
    grid-template-columns: 1fr;
  }

  .side-status {
    justify-self: stretch;
  }

  .brand-symbol {
    width: 48px;
    height: 48px;
  }

  .reveal-screen {
    padding: 16px;
  }

  .reveal-card {
    padding: 22px;
  }

  .division-medallion {
    width: 168px;
    height: 168px;
  }

  .home-rank-lockup {
    display: block;
  }

  .home-rank-lockup strong {
    display: block;
    margin-top: 10px;
    font-size: 3rem;
  }

  table {
    min-width: 640px;
  }
}

@media (max-width: 520px) {
  .preview-gate {
    padding: 14px;
  }

  .preview-gate-card {
    padding: 20px;
  }

  .preview-password-row {
    grid-template-columns: 1fr;
  }

  .preview-password-row .primary-button {
    width: 100%;
  }

  .main-stage,
  .site-header {
    padding: 12px;
  }

  .topbar h1 {
    font-size: 1.35rem;
  }

  .hero-copy h2,
  .reveal-card h2 {
    font-size: 1.55rem;
  }

  .hero-copy.hero-center h2 {
    font-size: clamp(2.7rem, 16vw, 4.8rem);
  }

  .main-stage {
    padding-bottom: 100px;
  }

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

  .book-logo {
    width: 42px;
    height: 42px;
  }

  .share-card-preview.large {
    min-height: 360px;
  }

  .share-card-body h3 {
    font-size: 3.2rem;
  }

  .share-stat-row {
    padding-right: 0;
    padding-bottom: 72px;
  }

  .qr-code {
    width: 64px;
    height: 64px;
  }

  .business-section,
  .business-hero {
    padding: 16px;
  }

  .business-deck-hero h2 {
    font-size: 2.6rem;
  }

  .round-card strong {
    font-size: 2.1rem;
  }

  .market-main strong,
  .financial-card > strong {
    font-size: 2.2rem;
  }

  .start-hero {
    min-height: auto;
    padding: 18px 12px;
  }

  .hero-cta-row .primary-button,
  .hero-cta-row .secondary-button {
    width: 100%;
    flex-basis: 100%;
  }

  .hero-panel,
  .workflow-panel,
  .rank-panel,
  .timeline-panel,
  .event-detail,
  .league-preview,
  .audit-panel,
  .ops-card,
  .reveal-card {
    border-radius: 8px;
  }

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

  .bookmaker-card button {
    width: 100%;
  }

  .division-medallion {
    width: 144px;
    height: 144px;
  }

  .division-medallion span {
    font-size: 2rem;
  }
}
