:root {
  --bg: #07110f;
  --bg-2: #0b1714;
  --panel: #101f1b;
  --panel-2: #142720;
  --panel-3: #19332b;
  --panel-blue: #0d1527;
  --line: rgba(130, 255, 220, 0.1);
  --line-strong: rgba(88, 224, 196, 0.42);
  --ink: #f4fffb;
  --muted: #b8c9c4;
  --muted-2: #78908a;
  --muted-1: #b8c9c4;
  --text: #f4fffb;
  --teal: #30c7ff;
  --mint: #58e0c4;
  --accent: #58e0c4;
  --accent-2: #9dffe8;
  --teal-strong: #179acf;
  --mint-strong: #32d28f;
  --glow: linear-gradient(135deg, #9dffe8 0%, var(--mint) 100%);
  --elite: #9ff3cf;
  --standard: #80caf0;
  --warning: #f6b36d;
  --danger: #ff8b8b;
  --signal-mint: #3dd9b0;
  --signal-amber: #d9b86b;
  --signal-slate: #6b7a8f;
  --signal-rose: #c97a7a;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --focus-ring: 0 0 0 2px rgba(61, 217, 176, 0.72), 0 0 0 6px rgba(61, 217, 176, 0.14);
  --max: 1180px;

  /* Odds Genius shared design-language foundation. Keep legacy tokens above as aliases. */
  --og-background: var(--bg);
  --og-background-raised: var(--bg-2);
  --og-surface: var(--panel);
  --og-surface-raised: var(--panel-2);
  --og-border: var(--line);
  --og-border-subtle: rgba(130, 255, 220, 0.1);
  --og-border-strong: var(--line-strong);
  --og-text: var(--ink);
  --og-muted-text: var(--muted);
  --og-action-mint: var(--mint);
  --og-signal: var(--signal-mint);
  --og-context: var(--teal);
  --og-risk: var(--warning);
  --og-proof: #8ff1d2;
  --og-danger: var(--danger);
  --og-disabled: var(--signal-slate);

  --og-space-4: 4px;
  --og-space-8: 8px;
  --og-space-12: 12px;
  --og-space-16: 16px;
  --og-space-24: 24px;
  --og-space-32: 32px;

  --og-radius-card: 8px;
  --og-radius-panel: 24px;
  --og-radius-pill: 999px;

  --og-type-meta: 0.68rem;
  --og-type-compact: 0.82rem;
  --og-type-body: 0.96rem;
  --og-type-section: clamp(1.18rem, 2vw, 1.45rem);
  --og-type-page: clamp(2rem, 4vw, 3.2rem);
  --og-type-hero: clamp(2.6rem, 6vw, 5.1rem);

  --og-effect-border-subtle: inset 0 0 0 1px var(--og-border-subtle);
  --og-effect-card-raised: 0 18px 54px rgba(0, 0, 0, 0.24);
  --og-effect-mint-glow: 0 0 0 1px rgba(88, 224, 196, 0.18), 0 14px 42px rgba(88, 224, 196, 0.1);
}

* {
  box-sizing: border-box;
}

*::selection {
  color: #f8fcff;
  background: rgba(61, 217, 176, 0.22);
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(92, 200, 232, 0.12), transparent 25%),
    radial-gradient(circle at top right, rgba(142, 240, 182, 0.1), transparent 28%),
    linear-gradient(180deg, #08111a 0%, #061018 100%);
  scrollbar-width: thin;
  scrollbar-color: rgba(123, 154, 184, 0.48) rgba(255, 255, 255, 0.02);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
}

body::-webkit-scrollbar-thumb {
  border: 2px solid rgba(6, 16, 24, 0.95);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(123, 154, 184, 0.72), rgba(107, 122, 143, 0.46));
}

body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(61, 217, 176, 0.72), rgba(48, 199, 255, 0.52));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 92%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(78, 222, 163, 0.08), transparent 24%),
    radial-gradient(circle at 82% 52%, rgba(48, 199, 255, 0.05), transparent 22%);
  opacity: 0.92;
}

.site-shell {
  position: relative;
  padding: 18px 22px 36px;
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.28) 0 0.6px, transparent 0.9px),
    radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.2) 0 0.5px, transparent 0.85px);
  background-size: 18px 18px, 26px 26px;
  mix-blend-mode: screen;
}

.topbar {
  position: relative;
  overflow: visible;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 24px;
  max-width: 1380px;
  padding: 14px 18px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(12, 21, 33, 0.86), rgba(8, 14, 24, 0.9));
  backdrop-filter: blur(22px) saturate(120%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 40px rgba(0, 0, 0, 0.3);
}

.narrative-review-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.narrative-review-list {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 10px;
  max-height: calc(100vh - 72px);
  overflow: auto;
}

.narrative-review-link {
  display: grid;
  gap: 5px;
  padding: 14px;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.035);
}

.narrative-review-link span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.narrative-review-link:hover,
.narrative-review-link.is-active {
  border-color: var(--line-strong);
  background: rgba(88, 224, 196, 0.09);
}

.narrative-review-main {
  display: grid;
  gap: 24px;
}

.narrative-fixture-summary {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.narrative-fixture-summary h2 {
  margin: 6px 0 10px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

.narrative-tier-grid,
.narrative-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.narrative-tier-panel {
  padding: 24px;
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at top right, rgba(88, 224, 196, 0.11), transparent 38%),
    rgba(20, 39, 32, 0.86);
  box-shadow: var(--shadow);
}

.narrative-tier-panel h3 {
  margin: 8px 0 10px;
}

.narrative-tier-panel p,
.narrative-tier-panel dd {
  color: var(--muted);
  line-height: 1.55;
}

.narrative-tier-panel dl {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.narrative-tier-panel dt {
  margin-bottom: 4px;
  color: var(--accent-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.narrative-tier-panel dd {
  margin: 0;
}

.narrative-copy-block,
.narrative-json-block {
  max-height: 420px;
  overflow: auto;
  margin: 0;
  padding: 16px;
  color: var(--ink);
  white-space: pre-wrap;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(2, 10, 8, 0.58);
  line-height: 1.5;
}

.narrative-json-block {
  font-size: 0.78rem;
}

.fixture-match-brief-section {
  margin-top: 28px;
}

.fixture-match-brief {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(88, 224, 196, 0.14);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top left, rgba(157, 255, 232, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.96), rgba(11, 23, 20, 0.9));
  box-shadow: var(--shadow);
}

.fixture-match-brief::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background:
    linear-gradient(rgba(157, 255, 232, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.1) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(110deg, rgba(0, 0, 0, 0.82), transparent 72%);
}

.fixture-match-brief > * {
  position: relative;
}

.fixture-match-brief-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.fixture-match-brief h2 {
  margin: 8px 0 12px;
  max-width: 860px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.fixture-match-brief p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.fixture-match-brief-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  max-width: 320px;
}

.fixture-match-brief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.fixture-match-brief-grid div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.fixture-match-brief-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-match-score-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.fixture-match-score-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: var(--muted);
  border: 1px solid rgba(157, 255, 232, 0.14);
  border-radius: 999px;
  background: rgba(157, 255, 232, 0.07);
  font-size: 0.86rem;
}

.fixture-match-score-strip strong {
  color: var(--ink);
}

.fixture-match-brief-context-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fixture-match-brief small {
  display: block;
  margin-top: 20px;
  color: var(--muted-2);
  line-height: 1.45;
}

.fixture-match-brief-warning {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.fixture-match-brief-warning span {
  padding: 7px 10px;
  color: #ffd9bd;
  border: 1px solid rgba(246, 179, 109, 0.28);
  border-radius: 999px;
  background: rgba(246, 179, 109, 0.1);
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .narrative-review-layout,
  .narrative-tier-grid,
  .narrative-review-grid {
    grid-template-columns: 1fr;
  }

  .narrative-review-list {
    position: relative;
    top: auto;
    max-height: none;
  }

  .narrative-fixture-summary {
    display: grid;
  }

  .fixture-match-brief-head,
  .fixture-match-brief-grid {
    grid-template-columns: 1fr;
  }

  .fixture-match-brief-status {
    justify-content: flex-start;
    max-width: none;
  }
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 54%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 78%);
  opacity: 0.7;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: var(--glow);
  color: #04111a;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 0 24px rgba(92, 200, 232, 0.3);
}

.brand-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.brand-copy strong {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.brand-copy small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.66rem;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}

.nav-main {
  flex: 1;
  justify-content: center;
  min-width: 0;
  gap: 2px;
}

.nav-utility {
  justify-content: flex-end;
  gap: 2px;
  padding-left: 12px;
  margin-left: 6px;
  border-left: 1px solid rgba(123, 154, 184, 0.12);
}

.nav a {
  position: relative;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
  transition: 180ms ease;
  white-space: nowrap;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(88, 224, 196, 0.04);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.nav a.is-active,
.nav a[aria-current="page"] {
  color: #07110f;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow:
    0 0 0 1px rgba(157, 255, 232, 0.18),
    0 10px 24px rgba(88, 224, 196, 0.16);
}

.nav-main a {
  color: rgba(232, 245, 255, 0.82);
}

.nav-main a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.05);
}

.nav-main a.is-active {
  color: #07110f;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
}

.nav-utility a {
  color: var(--muted-2);
  background: transparent;
  padding: 8px 10px;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
}

.nav-utility a:hover {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.nav-utility a.is-active {
  color: #07110f;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 10px 22px rgba(88, 224, 196, 0.12);
}

.nav-auth-shell {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-left: 4px;
}

.nav-auth-button,
.nav-auth-capsule {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(130, 255, 220, 0.14);
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

.nav-auth-button {
  padding: 0 13px;
  background: rgba(244, 255, 251, 0.045);
  color: var(--muted);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.nav-auth-primary {
  color: #07110f;
  border-color: rgba(157, 255, 232, 0.36);
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 10px 22px rgba(88, 224, 196, 0.16);
}

.nav-auth-admin {
  color: var(--signal-amber);
  border-color: rgba(217, 184, 107, 0.26);
  background: rgba(217, 184, 107, 0.08);
}

.nav-auth-logout {
  color: var(--muted-2);
  background: transparent;
}

.nav-auth-capsule {
  gap: 10px;
  min-width: 0;
  padding: 4px 10px 4px 5px;
  background:
    linear-gradient(135deg, rgba(116, 232, 213, 0.1), transparent 48%),
    rgba(244, 255, 251, 0.04);
}

.nav-auth-avatar {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #07110f;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  font-size: 0.72rem;
  font-weight: 950;
}

.nav-auth-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
  max-width: 168px;
  text-align: left;
}

.nav-auth-copy b,
.nav-auth-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-auth-copy b {
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.05;
}

.nav-auth-copy small {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-nav-control {
  position: relative;
  z-index: 40;
  display: block;
  flex: 0 0 auto;
}

.mobile-nav-toggle {
  display: grid;
  gap: 5px;
  width: 42px;
  min-height: 42px;
  min-width: 0;
  place-content: center;
  border: 1px solid rgba(247, 246, 241, 0.2);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(2, 9, 7, 0.78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.mobile-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle:focus-visible {
  border-color: rgba(157, 255, 232, 0.64);
  outline: none;
  box-shadow:
    0 0 0 3px rgba(157, 255, 232, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.24);
}

.mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-panel {
  position: fixed;
  z-index: 999;
  top: 84px;
  right: 22px;
  display: grid;
  width: min(320px, calc(100vw - 28px));
  max-width: calc(100vw - 28px);
  padding: 12px;
  border: 1px solid rgba(247, 246, 241, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(8, 22, 18, 0.995), rgba(1, 4, 4, 0.995)),
    #050807;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(18px);
  transform-origin: top right;
  animation: mobile-nav-open 160ms ease-out;
}

.mobile-nav-panel[hidden] {
  display: none;
}

.mobile-nav-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 2px 6px 10px;
  padding: 4px 8px;
  border: 1px solid rgba(157, 255, 232, 0.28);
  border-radius: 999px;
  color: rgba(157, 255, 232, 0.86);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-nav-panel a,
.mobile-nav-auth-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  width: 100%;
  padding: 0 10px;
  border: 0;
  border-top: 1px solid rgba(247, 246, 241, 0.1);
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 840;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-nav-panel a::after,
.mobile-nav-auth-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(157, 255, 232, 0.82);
  border-right: 1px solid rgba(157, 255, 232, 0.82);
  transform: rotate(45deg);
}

.mobile-nav-panel a:hover,
.mobile-nav-panel a:focus-visible,
.mobile-nav-auth-link:hover,
.mobile-nav-auth-link:focus-visible {
  color: #9dffe8;
  outline: none;
  background: rgba(157, 255, 232, 0.06);
}

.mobile-founder-cta {
  display: none;
}

@keyframes mobile-nav-open {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-nav-panel {
    animation: none;
  }

  .mobile-nav-toggle span {
    transition: none;
  }
}

body[data-page="home"] {
  color: #f7f6f1;
  background: #030504;
}

body[data-page="home"]::before,
body[data-page="home"]::after,
body[data-page="home"] .site-shell::before {
  display: none;
}

body[data-page="home"] .site-shell {
  padding: 0;
}

body[data-page="home"] {
  overflow-x: hidden;
}

body[data-page="home"] #app {
  width: 100%;
  max-width: none;
}

body[data-page="home"] .topbar {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  max-width: none;
  min-height: 78px;
  margin: 0;
  padding: 22px 44px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0));
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .topbar::before {
  display: none;
}

body[data-page="home"] .brand {
  min-width: 120px;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

body[data-page="home"] .brand-mark {
  width: 62px;
  height: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .brand-copy {
  display: none;
}

body[data-page="home"] .nav-main {
  gap: 28px;
  justify-content: flex-start;
}

body[data-page="home"] .nav-main a,
body[data-page="home"] .nav-utility a,
body[data-page="home"] .nav-auth-button {
  min-height: 42px;
  padding: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  box-shadow: none;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-page="home"] .nav-main a:hover,
body[data-page="home"] .nav-main a:focus-visible,
body[data-page="home"] .nav-main a.is-active,
body[data-page="home"] .nav-main a[aria-current="page"] {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .nav-utility {
  gap: 10px;
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

body[data-page="home"] .nav-auth-login {
  display: none;
}

body[data-page="home"] .nav-auth-primary,
body[data-page="home"] .nav-founder-outline {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
  font-size: 0.72rem;
}

body[data-page="home"] .nav-auth-primary:hover,
body[data-page="home"] .nav-auth-primary:focus-visible,
body[data-page="home"] .nav-founder-outline:hover,
body[data-page="home"] .nav-founder-outline:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

body[data-page="home"] .mobile-nav-toggle {
  width: 44px;
  min-height: 44px;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(0, 0, 0, 0.12);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

body[data-page="home"] .mobile-nav-toggle span {
  width: 22px;
}

body[data-page="home"] .mobile-nav-panel {
  top: 78px;
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(150deg, rgba(5, 17, 13, 0.995), rgba(1, 3, 3, 0.995)),
    #020403;
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.72);
}

body[data-page="home"] .mobile-founder-cta {
  display: none;
}

body[data-page="home"] :where(#features, #about, #founder-access, #contact, #sample-match-intelligence, #product-framework, #how-og-works) {
  scroll-margin-top: 104px;
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 88px;
  }

  body[data-page="home"] :where(#features, #about, #founder-access, #contact, #sample-match-intelligence, #product-framework, #how-og-works) {
    scroll-margin-top: 88px;
  }
}

@media (max-width: 1320px) {
  .topbar {
    gap: 10px;
    padding-inline: 14px;
  }

  .brand {
    gap: 10px;
  }

  .brand-copy small {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-main {
    flex: 0 1 auto;
    gap: 0;
  }

  .nav-main a {
    padding-inline: 10px;
    font-size: 0.8rem;
  }

  .nav-utility {
    flex: 0 0 auto;
    gap: 6px;
    padding-left: 8px;
    margin-left: 0;
  }

  .nav-utility > a {
    display: none;
  }

  .nav-auth-shell {
    margin-left: 0;
  }
}

@media (max-width: 1080px) {
  .brand-copy small {
    display: none;
  }

  .nav-auth-copy {
    display: none;
  }

  .nav-auth-capsule {
    padding-right: 5px;
  }
}

/* Desktop homepage conversion polish */
.app-view[data-view="home"] {
  --home-label-size: 0.72rem;
  --home-body-size: clamp(0.92rem, 0.92vw, 1rem);
  --home-card-heading-size: clamp(1.12rem, 1.22vw, 1.34rem);
  --home-subhead-size: clamp(1.12rem, 1.42vw, 1.38rem);
  --home-section-heading-size: clamp(2.25rem, 3.25vw, 2.75rem);
  --home-hero-heading-size: clamp(3.5rem, 5vw, 4rem);
}

.app-view[data-view="home"] .metric-label,
.app-view[data-view="home"] .hero-kicker {
  font-size: var(--home-label-size);
  letter-spacing: 0.1em;
}

.app-view[data-view="home"] .section-copy,
.app-view[data-view="home"] p {
  font-size: var(--home-body-size);
}

.app-view[data-view="home"] .section-head h2,
.app-view[data-view="home"] .home-suite-head h2,
.app-view[data-view="home"] .home-access-head h2,
.app-view[data-view="home"] .home-built-head h2,
.app-view[data-view="home"] .founder-proof-head h2 {
  font-size: var(--home-section-heading-size);
  line-height: 1.02;
}

.home-iconic-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 118px 28px 68px;
  color: #ffffff;
  background: #030504;
}

.home-iconic-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    url("../public/media/brand/og-home-pitch-photo-hero-desktop.webp"),
    url("../public/media/brand/og-home-pitch-macro-desktop.webp");
  background-position: center;
  background-size: cover;
}

.home-iconic-hero::before,
.home-iconic-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.home-iconic-hero::before {
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.4) 62%, rgba(0, 0, 0, 0.72)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.16) 34%, rgba(0, 0, 0, 0.76)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.68));
}

.home-iconic-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.48);
}

.home-iconic-lockup {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 24px;
  width: min(760px, 100%);
  text-align: center;
}

.home-iconic-lockup::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -80px -120px -70px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0) 74%);
  pointer-events: none;
}

.home-iconic-pill {
  display: block;
  width: min(320px, 50vw);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28));
  object-fit: contain;
}

.home-iconic-wordmark {
  display: block;
  width: min(580px, 74vw);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.3));
  object-fit: contain;
}

.home-iconic-divider {
  width: min(230px, 44vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.64);
}

.home-iconic-divider-short {
  width: min(170px, 34vw);
  background: rgba(255, 255, 255, 0.42);
}

.home-iconic-tagline,
.home-iconic-meta,
.home-iconic-domain {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.72;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.home-iconic-meta,
.home-iconic-domain {
  font-size: 0.92rem;
  font-weight: 700;
}

.home-iconic-founder-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 58px;
  margin-top: 8px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.12);
  font-size: 0.92rem;
  font-weight: 720;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.home-iconic-founder-cta:hover,
.home-iconic-founder-cta:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.home-iconic-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 28px;
  height: 28px;
  border-right: 2px solid rgba(255, 255, 255, 0.78);
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
  transform: translateX(-50%) rotate(45deg);
}

.home-iconic-intro-section {
  display: grid;
  gap: 30px;
  justify-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 72px;
  text-align: center;
}

.home-iconic-intro-rule {
  width: min(360px, 80%);
  height: 1px;
  background: rgba(247, 246, 241, 0.28);
}

.home-iconic-intro-copy {
  display: grid;
  gap: 16px;
  max-width: 780px;
}

.home-iconic-intro-copy .metric-label {
  color: #f7f6f1;
  font-size: 1.35rem;
  font-weight: 760;
}

.home-iconic-intro-copy p {
  margin: 0;
  color: rgba(247, 246, 241, 0.76);
  font-size: 1.12rem;
  line-height: 1.62;
}

.home-iconic-trust-line {
  margin: 0;
  color: rgba(247, 246, 241, 0.56);
  font-size: 0.82rem;
  font-weight: 680;
}

.home-iconic-mobile-break {
  display: none;
}

.launch-hero-focused {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.launch-hero-focused .launch-hero-main {
  min-height: clamp(430px, 52vh, 560px);
}

.hero-main .launch-title {
  max-width: 12ch;
  font-size: var(--home-hero-heading-size);
  line-height: 0.96;
}

.launch-proof-lines {
  max-width: 660px;
}

.launch-proof-lines .launch-mantra {
  font-size: var(--home-subhead-size);
  line-height: 1.4;
}

.home-founder-stack-section {
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 30px;
  background: transparent;
}

.home-founder-stack-section .home-suite-head {
  max-width: 860px;
  margin-inline: auto;
}

.home-founder-stack-section .home-suite-head .metric-label {
  color: var(--mint);
}

.home-founder-stack-section .home-suite-grid,
.home-suite-section .home-suite-grid,
.home-built-grid,
.home-access-grid,
.pricing-grid,
.founder-proof-headline-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 24px);
}

.home-founder-stack-section .home-suite-card,
.home-suite-section .home-suite-card,
.home-built-card,
.home-access-card {
  padding: clamp(20px, 2vw, 28px);
}

.home-founder-stack-section .home-suite-card strong,
.home-suite-section .home-suite-card strong,
.home-built-card strong,
.home-access-card strong {
  font-size: var(--home-card-heading-size);
  line-height: 1.18;
}

.home-founder-stack-section .home-suite-card p {
  margin: 0;
}

.home-sample-signal-section {
  grid-template-columns: minmax(260px, 0.58fr) minmax(620px, 1.12fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  max-width: none;
  padding: clamp(28px, 3.8vw, 54px);
  border: 1px solid rgba(157, 255, 232, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 10%, rgba(157, 255, 232, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(18, 34, 31, 0.62), rgba(7, 15, 15, 0.18));
}

.home-sample-signal-copy {
  display: grid;
  gap: 14px;
  max-width: 470px;
}

.home-sample-signal-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.15rem, 3.7vw, 3.45rem);
  line-height: 1.04;
}

.home-how-og-works-section {
  padding: clamp(26px, 3vw, 44px);
  border: 1px solid rgba(157, 255, 232, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(157, 255, 232, 0.075), transparent 38%),
    linear-gradient(180deg, rgba(12, 24, 22, 0.64), rgba(7, 15, 15, 0.16));
}

.home-how-og-works-section .og-signal-flow-head h2 {
  font-size: var(--home-section-heading-size);
  line-height: 1.02;
}

.home-how-og-works-section .og-signal-flow-head strong {
  color: var(--mint);
  font-size: var(--home-subhead-size);
  line-height: 1.22;
}

.home-how-og-works-section .og-flow-steps {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
}

.home-sample-signal-copy p {
  margin: 0;
  color: var(--muted);
  font-size: var(--home-subhead-size);
  line-height: 1.52;
}

.home-sample-signal-frame {
  display: grid;
  justify-items: stretch;
  min-width: 0;
  width: 100%;
}

.home-sample-signal-card {
  min-height: 0;
}

.founder-proof-section {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(16, 31, 28, 0.56), rgba(8, 16, 15, 0.24));
}

.founder-proof-section .footer-note {
  color: rgba(246, 179, 109, 0.9);
}

.home-access-section {
  padding: clamp(24px, 3vw, 42px);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(20, 39, 34, 0.54), rgba(8, 17, 16, 0.2));
}

.home-footer {
  border-radius: 24px;
}

@media (max-width: 780px) {
  .topbar .mobile-founder-cta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    color: #07110f;
    background: linear-gradient(135deg, #9dffe8, #58e0c4);
    box-shadow: 0 10px 24px rgba(88, 224, 196, 0.18);
    font-size: 0.78rem;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
  }
}

#app {
  margin: 0 auto;
  max-width: 1380px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 360px;
  gap: 16px;
  margin-bottom: 20px;
}

.card,
.panel,
.hero-main,
.hero-side,
.surface {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(29, 43, 36, 0.98) 0%, rgba(16, 26, 22, 0.98) 68%, rgba(12, 21, 18, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    var(--shadow);
}

.hero-main {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 22px;
  padding: 34px;
}

.hero-main::after {
  content: "";
  position: absolute;
  inset: auto -10% -32% 42%;
  height: 280px;
  background: radial-gradient(circle, rgba(78, 222, 163, 0.16), transparent 58%);
  pointer-events: none;
}

.hero-kicker {
  margin: 0 0 12px;
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-main h1 {
  max-width: 10ch;
  margin: 0 0 14px;
  font-size: clamp(3.4rem, 5vw, 6.3rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.hero-main p {
  max-width: 56ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.entity-hero {
  gap: 18px;
}

.entity-hero h1 {
  max-width: none;
  font-size: clamp(2.5rem, 4.1vw, 5rem);
}

.entity-hero-competition h1 {
  max-width: 8ch;
}

.hero-copy-stack {
  display: grid;
  gap: 14px;
  max-width: 60rem;
}

.launch-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.38fr);
  gap: 22px;
  margin-bottom: 26px;
}

.launch-hero-focused {
  grid-template-columns: minmax(0, 1fr);
}

.launch-hero-focused .launch-hero-main {
  min-height: clamp(440px, 48vh, 590px);
}

.launch-hero-main {
  min-height: clamp(520px, 58vh, 660px);
  align-content: center;
  padding: clamp(34px, 4vw, 58px);
  background:
    radial-gradient(circle at 18% 12%, rgba(87, 199, 183, 0.24), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(78, 120, 255, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(7, 16, 15, 0.99) 0%, rgba(16, 36, 31, 0.99) 52%, rgba(7, 26, 32, 0.99) 100%);
}

.launch-hero-main::after {
  inset: auto -12% -38% 34%;
  height: 360px;
  background: radial-gradient(circle, rgba(48, 199, 255, 0.14), transparent 58%);
}

.launch-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(12px, 1.55vw, 20px);
  min-width: 0;
  width: 100%;
  max-width: 920px;
}

.launch-system-title {
  margin: 0;
  max-width: 100%;
  font-size: clamp(1.1rem, 1.7vw, 1.7rem);
  line-height: 1.02;
  letter-spacing: 0.03em;
  color: var(--mint);
  overflow-wrap: anywhere;
}

.hero-main .launch-title {
  max-width: none;
  margin: 0;
  font-size: clamp(3.5rem, 6.2vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.launch-title span {
  display: inline-block;
  color: rgba(244, 248, 252, 0.7);
}

.mobile-break {
  display: none;
}

.launch-proof-lines {
  display: grid;
  gap: 9px;
  max-width: 820px;
  color: rgba(244, 248, 252, 0.94);
  font-size: clamp(1.05rem, 1.55vw, 1.42rem);
  line-height: 1.34;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.launch-proof-lines strong {
  font-weight: 850;
}

.launch-proof-lines span {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.15rem);
  font-weight: 760;
}

.hero-proof-stack {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.hero-credibility-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
}

.hero-credibility-row article {
  display: grid;
  gap: 7px;
  min-height: 112px;
  padding: 14px 15px;
  border: 1px solid rgba(78, 222, 163, 0.18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(78, 222, 163, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(78, 222, 163, 0.055), rgba(255, 255, 255, 0.024)),
    rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.hero-credibility-row strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-credibility-row span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.42;
}

.home-hero-prediction-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
}

.home-hero-prediction-groups article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(157, 255, 232, 0.16);
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.055);
}

.home-hero-prediction-groups p {
  margin: 0;
  color: #d8ebe6;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.45;
}

.hero-proof-ticker,
.hero-proof-secondary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

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

.hero-proof-ticker span,
.hero-proof-secondary span {
  display: grid;
  gap: 3px;
  min-height: 74px;
  padding: 13px 14px;
  border: 1px solid rgba(78, 222, 163, 0.2);
  border-radius: 16px;
  color: var(--muted);
  background:
    linear-gradient(180deg, rgba(78, 222, 163, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(0, 0, 0, 0.12);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.18;
}

.hero-proof-secondary span {
  min-height: 62px;
  border-color: rgba(246, 179, 109, 0.16);
  background:
    linear-gradient(180deg, rgba(246, 179, 109, 0.07), rgba(78, 222, 163, 0.035)),
    rgba(0, 0, 0, 0.1);
}

.hero-proof-ticker strong,
.hero-proof-secondary strong {
  color: var(--mint);
  font-size: clamp(1.28rem, 2.2vw, 1.76rem);
  line-height: 1;
  letter-spacing: 0;
}

.launch-founder-headline {
  display: grid;
  gap: 3px;
  min-width: 0;
  margin-top: clamp(10px, 1.8vw, 22px);
}

.launch-founder-headline span,
.launch-founder-headline strong {
  display: block;
  max-width: 100%;
  font-size: clamp(2.45rem, 4.9vw, 5.25rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.launch-founder-headline span {
  color: var(--mint);
}

.launch-window-title {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.1rem, 3.75vw, 4rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.launch-window-title span {
  display: block;
  color: rgba(244, 248, 252, 0.78);
}

.launch-hero-actions {
  margin-top: 6px;
}

.button-large {
  min-height: 58px;
  padding: 0 24px;
  font-size: 1.04rem;
}

.launch-founder-side {
  padding: 0;
  background:
    linear-gradient(180deg, rgba(17, 33, 27, 0.98), rgba(8, 17, 15, 0.98));
}

.home-sample-signal-section {
  display: grid;
  max-width: 780px;
  margin-inline: auto;
}

.home-product-preview-card {
  display: grid;
  gap: 18px;
  height: 100%;
  min-height: clamp(520px, 58vh, 660px);
  align-content: space-between;
  padding: clamp(24px, 2.8vw, 38px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(78, 222, 163, 0.24);
  background:
    radial-gradient(circle at 78% 0%, rgba(87, 199, 183, 0.2), transparent 34%),
    radial-gradient(circle at 8% 100%, rgba(246, 179, 109, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(18, 35, 30, 0.94), rgba(6, 15, 15, 0.98));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.home-preview-top,
.home-preview-fixture,
.home-preview-market {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.home-preview-state {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  color: #06110f;
  background: linear-gradient(135deg, var(--mint), #8fffe4);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.home-preview-fixture {
  align-items: flex-end;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(122, 148, 132, 0.18);
}

.home-preview-fixture div {
  display: grid;
  gap: 8px;
}

.home-preview-fixture span,
.home-preview-market span,
.home-preview-metrics span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-preview-fixture strong {
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.home-preview-kickoff {
  text-align: right;
}

.home-preview-market {
  display: grid;
  gap: 8px;
  align-items: start;
  justify-content: start;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(78, 222, 163, 0.2);
  background: rgba(255, 255, 255, 0.045);
}

.home-preview-market strong {
  color: var(--mint);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.home-preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-preview-metrics article {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.18);
  background: rgba(0, 0, 0, 0.16);
}

.home-preview-metrics strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.82rem);
  line-height: 1;
}

.home-preview-token-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-preview-token-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(78, 222, 163, 0.18);
  color: rgba(232, 244, 240, 0.9);
  background: rgba(78, 222, 163, 0.07);
  font-size: 0.8rem;
  font-weight: 820;
}

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

.home-sample-signal-grid span {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.16);
}

.home-sample-signal-grid b {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-sample-signal-grid strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.16;
}

.home-sample-signal-note {
  margin: 0;
  color: var(--muted);
  font-weight: 820;
  line-height: 1.45;
}

.launch-proof-lines .launch-mantra {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-2);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  font-weight: 900;
  letter-spacing: 0;
}

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

.home-action-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: var(--radius-md);
  border: 1px solid rgba(78, 222, 163, 0.16);
  color: inherit;
  background:
    linear-gradient(180deg, rgba(21, 39, 35, 0.92), rgba(9, 18, 18, 0.98)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.home-action-card:hover,
.home-action-card:focus-visible {
  border-color: rgba(87, 199, 183, 0.45);
  background:
    linear-gradient(180deg, rgba(27, 52, 46, 0.96), rgba(10, 22, 22, 0.98)),
    rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
}

.home-product-preview-card:hover {
  border-color: rgba(157, 255, 232, 0.28);
  box-shadow:
    0 42px 104px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(157, 255, 232, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

.home-action-card strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.home-action-card span:last-child {
  color: var(--muted);
  font-weight: 760;
  line-height: 1.45;
}

.home-action-card-premium {
  border-color: rgba(246, 179, 109, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(22, 39, 33, 0.94), rgba(10, 18, 17, 0.98));
}

.home-paid-desk-section {
  padding-top: clamp(8px, 1.8vw, 22px);
}

.home-paid-desk-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: center;
}

.home-paid-desk-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(157, 255, 232, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 84% 18%, rgba(246, 179, 109, 0.12), transparent 26%);
  background-size: 64px 64px, 64px 64px, auto;
  opacity: 0.8;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.92));
}

.home-paid-desk-panel > * {
  position: relative;
  z-index: 1;
}

.home-paid-desk-panel h2 {
  max-width: 760px;
  margin: 8px 0 12px;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1;
  letter-spacing: 0;
}

.home-paid-desk-panel .section-copy {
  max-width: 780px;
  margin: 0;
}

.home-paid-desk-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-paid-desk-points span {
  display: grid;
  min-height: 74px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  color: var(--ink);
  background: rgba(244, 255, 251, 0.052);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
  font-weight: 860;
}

.home-paid-desk-panel .cta-row {
  grid-column: 1 / -1;
}

.home-access-section,
.home-faq-section,
.home-final-cta {
  display: grid;
  gap: 24px;
}

.home-access-head {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.home-access-head h2,
.home-final-cta h2 {
  max-width: 940px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.7rem, 5.8vw, 6.1rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.home-access-head p,
.home-final-cta p {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.56;
}

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

.home-access-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 260px;
  padding: clamp(24px, 2.6vw, 34px);
  border-radius: 24px;
  color: inherit;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(9, 18, 16, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.08),
    0 22px 70px rgba(0, 0, 0, 0.24);
}

.home-access-card span {
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-access-card strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.12;
}

.home-access-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.home-access-card .button {
  width: fit-content;
  margin-top: auto;
}

.home-access-card-featured {
  background:
    radial-gradient(circle at 50% 0%, rgba(157, 255, 232, 0.16), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(246, 179, 109, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.98), rgba(8, 18, 16, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(157, 255, 232, 0.17),
    0 30px 86px rgba(0, 0, 0, 0.34);
}

.home-faq-list {
  display: grid;
  gap: 10px;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}

.home-faq-item {
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.home-faq-item summary {
  cursor: pointer;
  min-height: 64px;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 880;
  list-style: none;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.55;
}

.home-final-cta {
  justify-items: center;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 30px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(157, 255, 232, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.98), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.12),
    0 28px 90px rgba(0, 0, 0, 0.3);
}

.home-final-cta .cta-row {
  justify-content: center;
}

.launch-founder-card {
  display: grid;
  gap: 18px;
  height: 100%;
  min-height: clamp(520px, 58vh, 640px);
  align-content: space-between;
  padding: clamp(24px, 2.8vw, 38px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(78, 222, 163, 0.2);
  background:
    radial-gradient(circle at top right, rgba(78, 222, 163, 0.18), transparent 36%),
    radial-gradient(circle at bottom left, rgba(246, 179, 109, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.025);
}

.launch-founder-card h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.launch-founder-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.launch-founder-metrics {
  display: grid;
  gap: 10px;
}

.launch-founder-metrics div {
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.launch-founder-metrics strong {
  color: var(--ink);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  letter-spacing: -0.04em;
}

.launch-founder-metrics span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.launch-capabilities-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.launch-capabilities-head {
  display: grid;
  grid-column: 1 / -1;
  justify-items: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto clamp(8px, 1.2vw, 18px);
  text-align: center;
}

.launch-capabilities-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3rem, 6.4vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.launch-capabilities-head p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
  line-height: 1.5;
}

.launch-capabilities-section .launch-capability-panel {
  padding: clamp(22px, 2.5vw, 32px);
  border-color: rgba(48, 199, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(13, 25, 34, 0.92), rgba(12, 22, 20, 0.96));
}

.launch-capabilities-section .metric-label {
  color: var(--mint);
  font-size: 0.86rem;
}

.launch-capabilities-section .capability-pill {
  min-height: 88px;
  border-color: rgba(122, 148, 132, 0.2);
}

.launch-capabilities-section .capability-pill strong {
  font-size: 1.08rem;
}

.og-signal-flow-section {
  display: grid;
  gap: clamp(24px, 3vw, 36px);
}

.og-signal-flow-head {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.og-signal-flow-head h2 {
  max-width: 980px;
  margin: 8px 0 0;
  font-size: clamp(3.4rem, 7vw, 7.1rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.og-signal-flow-head strong {
  display: block;
  margin-top: 12px;
  color: var(--mint);
  font-size: clamp(1.45rem, 2.8vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.og-signal-flow-head .section-copy {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.58;
}

.og-signal-flow-canvas {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(220px, 0.64fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
  min-height: 360px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 38px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(88, 224, 196, 0.12);
  background:
    linear-gradient(rgba(88, 224, 196, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 224, 196, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, rgba(16, 31, 27, 0.98), rgba(7, 17, 15, 0.98));
  background-size:
    82px 82px,
    82px 82px,
    auto;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(244, 255, 251, 0.05);
}

.og-signal-flow-canvas::before,
.og-signal-flow-canvas::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.og-signal-flow-canvas::before {
  inset: 18% 7%;
  border: 1px solid rgba(157, 255, 232, 0.07);
  border-left-color: rgba(157, 255, 232, 0.14);
  border-right-color: rgba(157, 255, 232, 0.14);
  border-radius: 999px;
}

.og-signal-flow-canvas::after {
  left: 50%;
  top: 12%;
  bottom: 12%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(157, 255, 232, 0.16), transparent);
  opacity: 0.8;
}

.og-flow-stream {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 74px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(157, 255, 232, 0.95), transparent);
  box-shadow: 0 0 24px rgba(88, 224, 196, 0.38);
  transform: translateY(-50%);
  pointer-events: none;
}

.og-flow-stream-in {
  left: 18%;
  animation: og-stream-in 2.8s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}

.og-flow-stream-out {
  left: 50%;
  animation: og-stream-out 3.2s cubic-bezier(0.32, 0.72, 0, 1) infinite;
  animation-delay: 1.1s;
}

.og-flow-rail,
.og-flow-engine {
  position: relative;
  z-index: 1;
}

.og-flow-rail {
  display: grid;
  gap: 14px;
}

.og-flow-eyebrow {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.og-flow-chip-list {
  display: grid;
  gap: 10px;
}

.og-flow-chip {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  color: var(--ink);
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 1px 0 rgba(244, 255, 251, 0.04);
}

.og-flow-input-chip {
  position: relative;
  animation: og-input-feed 6.4s cubic-bezier(0.32, 0.72, 0, 1) infinite;
  animation-delay: var(--flow-delay);
}

.og-flow-input-chip::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.5), transparent);
  transform: translateY(-50%);
}

.og-flow-action-chip {
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(88, 224, 196, 0.12), rgba(244, 255, 251, 0.045)),
    rgba(20, 39, 32, 0.82);
  animation: og-action-gate 7.2s cubic-bezier(0.32, 0.72, 0, 1) infinite;
  animation-delay: var(--flow-delay);
}

.og-flow-action-chip strong {
  color: var(--mint);
  font-size: 1rem;
  letter-spacing: 0;
}

.og-flow-action-chip small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.og-flow-action-strong {
  border-color: rgba(88, 224, 196, 0.22);
}

.og-flow-action-watch {
  border-color: rgba(217, 184, 107, 0.2);
}

.og-flow-action-avoid {
  border-color: rgba(107, 122, 143, 0.2);
}

.og-flow-engine {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 238px;
  padding: 24px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid rgba(88, 224, 196, 0.28);
  background:
    radial-gradient(circle at 50% 20%, rgba(157, 255, 232, 0.24), transparent 42%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.94), rgba(11, 23, 20, 0.98));
  box-shadow:
    0 0 0 1px rgba(88, 224, 196, 0.08),
    0 24px 62px rgba(0, 0, 0, 0.34);
}

.og-flow-engine::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(157, 255, 232, 0.08);
  border-radius: 22px;
}

.og-flow-engine::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 18%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(157, 255, 232, 0.58), transparent);
  opacity: 0.75;
  animation: og-engine-scan 2.4s ease-in-out infinite;
}

.og-flow-engine::before,
.og-flow-engine::after {
  pointer-events: none;
}

.og-flow-engine-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #06100e;
  background: linear-gradient(135deg, var(--mint), var(--mint-2));
  font-size: 1.25rem;
  font-weight: 950;
  box-shadow: 0 0 42px rgba(88, 224, 196, 0.22);
}

.og-flow-engine strong {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: 1.28rem;
  letter-spacing: 0;
}

.og-flow-engine small {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.82rem;
}

.og-flow-checks {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  gap: 8px;
  margin-top: 10px;
}

.og-flow-checks span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(130, 255, 220, 0.09);
  color: var(--muted);
  background: rgba(244, 255, 251, 0.045);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: og-check-light 5.8s ease-in-out infinite;
  animation-delay: var(--flow-delay);
}

.og-flow-checks span::after {
  content: "check";
  color: var(--mint);
  font-size: 0.66rem;
  opacity: 0.64;
}

.og-flow-proof-loop {
  position: absolute;
  left: clamp(24px, 4vw, 42px);
  right: clamp(24px, 4vw, 42px);
  bottom: 18px;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  color: rgba(218, 235, 228, 0.62);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.og-flow-proof-loop b {
  position: relative;
  display: block;
  height: 1px;
  overflow: hidden;
  background: rgba(157, 255, 232, 0.12);
}

.og-flow-proof-loop b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(88, 224, 196, 0.72), transparent);
  animation: og-proof-loop 4.8s ease-in-out infinite;
}

.og-flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.og-flow-step {
  display: grid;
  gap: 9px;
  padding: clamp(18px, 2vw, 24px);
  border-radius: var(--radius-md);
  border: 1px solid rgba(130, 255, 220, 0.09);
  background: rgba(244, 255, 251, 0.035);
  box-shadow: inset 0 1px 0 rgba(244, 255, 251, 0.04);
}

.og-flow-step span {
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.og-flow-step strong {
  color: var(--ink);
  font-size: clamp(1.06rem, 1.5vw, 1.24rem);
  line-height: 1.22;
}

.og-flow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.og-flow-step:hover {
  border-color: rgba(130, 255, 220, 0.18);
  background: rgba(244, 255, 251, 0.052);
  box-shadow:
    inset 0 1px 0 rgba(244, 255, 251, 0.05),
    0 18px 42px rgba(0, 0, 0, 0.18);
}

@keyframes og-input-feed {
  0%,
  100% {
    border-color: rgba(130, 255, 220, 0.1);
    box-shadow: inset 0 1px 0 rgba(244, 255, 251, 0.04);
    transform: translateX(0);
  }

  24% {
    border-color: rgba(88, 224, 196, 0.3);
    box-shadow:
      inset 0 1px 0 rgba(244, 255, 251, 0.06),
      0 0 24px rgba(88, 224, 196, 0.1);
    transform: translateX(6px);
  }
}

@keyframes og-stream-in {
  0% {
    opacity: 0;
    transform: translate(-28px, -50%);
  }

  18%,
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(210px, -50%);
  }
}

@keyframes og-stream-out {
  0% {
    opacity: 0;
    transform: translate(-20px, -50%);
  }

  18%,
  72% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(250px, -50%);
  }
}

@keyframes og-engine-scan {
  0%,
  100% {
    top: 18%;
    opacity: 0;
  }

  16%,
  78% {
    opacity: 0.72;
  }

  58% {
    top: 76%;
  }
}

@keyframes og-check-light {
  0%,
  100% {
    color: var(--muted);
    border-color: rgba(130, 255, 220, 0.09);
    background: rgba(244, 255, 251, 0.045);
  }

  36% {
    color: var(--ink);
    border-color: rgba(88, 224, 196, 0.24);
    background: rgba(88, 224, 196, 0.09);
  }
}

@keyframes og-action-gate {
  0%,
  100% {
    opacity: 0.72;
    transform: translateX(0);
    box-shadow: inset 0 1px 0 rgba(244, 255, 251, 0.04);
  }

  34% {
    opacity: 1;
    transform: translateX(-5px);
    box-shadow:
      inset 0 1px 0 rgba(244, 255, 251, 0.06),
      0 0 28px rgba(88, 224, 196, 0.14);
  }
}

@keyframes og-proof-loop {
  from {
    transform: translateX(-110%);
  }

  to {
    transform: translateX(330%);
  }
}

@keyframes og-reduced-pulse {
  0%,
  100% {
    opacity: 0.72;
    border-color: rgba(130, 255, 220, 0.1);
    box-shadow: inset 0 1px 0 rgba(244, 255, 251, 0.04);
  }

  50% {
    opacity: 1;
    border-color: rgba(88, 224, 196, 0.28);
    box-shadow:
      inset 0 1px 0 rgba(244, 255, 251, 0.06),
      0 0 22px rgba(88, 224, 196, 0.12);
  }
}

.launch-proof-section {
  padding: clamp(22px, 2.8vw, 34px);
}

.launch-proof-section .home-proof-head h2 {
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.compact-panel {
  padding: 20px;
}

.compact-panel-primary {
  border-color: rgba(61, 217, 176, 0.26);
  background: linear-gradient(180deg, rgba(18, 39, 33, 0.98), rgba(11, 24, 20, 0.98));
}

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

.fixture-hero-scoreboard {
  display: grid;
  gap: 18px;
}

.fixture-hero-title {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.1rem, 4.7vw, 5.9rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-verdict-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.hero-verdict-card {
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(107, 122, 143, 0.22);
  background: rgba(255, 255, 255, 0.02);
}

.hero-verdict-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.04rem;
  letter-spacing: -0.03em;
}

.hero-verdict-card p {
  margin-top: 8px;
  font-size: 0.92rem;
}

.hero-verdict-card-primary {
  border-color: rgba(61, 217, 176, 0.24);
  background: rgba(61, 217, 176, 0.06);
}

.hero-verdict-card-deploy,
.hero-verdict-card-good {
  border-color: rgba(61, 217, 176, 0.24);
  background: linear-gradient(180deg, rgba(61, 217, 176, 0.08), rgba(61, 217, 176, 0.03));
}

.hero-verdict-card-observe,
.hero-verdict-card-warn {
  border-color: rgba(217, 184, 107, 0.24);
  background: linear-gradient(180deg, rgba(217, 184, 107, 0.08), rgba(217, 184, 107, 0.03));
}

.hero-verdict-card-reference,
.hero-verdict-card-neutral {
  border-color: rgba(107, 122, 143, 0.22);
  background: rgba(255, 255, 255, 0.03);
}

.hero-verdict-card-bad {
  border-color: rgba(201, 122, 122, 0.22);
  background: linear-gradient(180deg, rgba(201, 122, 122, 0.08), rgba(201, 122, 122, 0.03));
}

.fixture-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fixture-competition-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
  transition: color 140ms ease, transform 140ms ease;
}

.fixture-competition-mark:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.fixture-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-status-badge-scheduled {
  background: rgba(255, 255, 255, 0.03);
}

.fixture-status-badge-live {
  background: rgba(48, 199, 255, 0.1);
  border-color: rgba(48, 199, 255, 0.26);
}

.fixture-status-badge-final {
  background: rgba(78, 222, 163, 0.1);
  border-color: rgba(78, 222, 163, 0.26);
}

.fixture-live-header-section {
  margin-top: -8px;
}

.fixture-live-header {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2.2vw, 28px);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 0%, rgba(142, 92, 246, 0.22), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(105, 241, 148, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 24, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(171, 128, 255, 0.18),
    0 24px 70px rgba(0, 0, 0, 0.22);
}

.fixture-live-topline,
.fixture-live-chip-row,
.fixture-live-commentary-head,
.fixture-prematch-capture {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.fixture-live-kicker,
.fixture-live-updated,
.fixture-live-commentary-head > span {
  color: rgba(238, 219, 244, 0.68);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fixture-live-badge,
.fixture-live-token {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  font-size: 0.7rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fixture-live-badge-final,
.fixture-live-badge-live,
.fixture-live-token-positive {
  color: #b9fff0;
  background: rgba(88, 224, 196, 0.13);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.25);
}

.fixture-live-badge-paused,
.fixture-live-badge-review,
.fixture-live-token-warning {
  color: #ffe3a6;
  background: rgba(246, 179, 109, 0.14);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.26);
}

.fixture-live-badge-blocked {
  color: #ffc0cf;
  background: rgba(255, 118, 150, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.26);
}

.fixture-live-score-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.62fr) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: center;
}

.fixture-live-team {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.fixture-live-team span {
  min-width: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 2.45rem);
  font-weight: 950;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.fixture-live-team-away {
  text-align: right;
}

.fixture-live-score-card {
  display: grid;
  place-items: center;
  gap: 7px;
  min-height: 150px;
  padding: 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(79, 17, 96, 0.94), rgba(12, 29, 34, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 18px 42px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.fixture-live-score-card strong {
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 6rem);
  font-weight: 950;
  line-height: 0.88;
}

.fixture-live-score-card span {
  color: rgba(238, 219, 244, 0.78);
  font-weight: 900;
}

.fixture-live-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(260px, 0.58fr);
  gap: 14px;
  align-items: stretch;
}

.fixture-live-route-card,
.fixture-live-side-card,
.fixture-live-commentary {
  display: grid;
  gap: 13px;
  min-width: 0;
  padding: 18px;
  border-radius: 18px;
  background: rgba(6, 17, 24, 0.78);
  box-shadow: inset 0 0 0 1px rgba(171, 128, 255, 0.14);
}

.fixture-live-route-card-live {
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.22);
}

.fixture-live-route-card-review,
.fixture-live-route-card-paused {
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.22);
}

.fixture-live-route-card-blocked {
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.22);
}

.fixture-live-route-card h3,
.fixture-live-commentary-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.fixture-live-route-card p,
.fixture-live-commentary-item p,
.fixture-live-safety {
  margin: 0;
  color: rgba(238, 219, 244, 0.68);
  line-height: 1.45;
}

.fixture-live-route-metrics,
.fixture-live-state-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fixture-live-state-list {
  grid-template-columns: 1fr;
}

.fixture-live-route-metrics span,
.fixture-live-state-list span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}

.fixture-live-route-metrics b,
.fixture-live-state-list b {
  color: rgba(238, 219, 244, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-live-route-metrics small,
.fixture-live-state-list small {
  color: #fff;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.fixture-live-commentary-list {
  display: grid;
  gap: 10px;
}

.fixture-live-commentary-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.fixture-live-commentary-item strong {
  color: #fff;
  font-weight: 950;
}

.fixture-live-commentary-time {
  color: #b9fff0;
  font-weight: 950;
}

.fixture-live-green-tick {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #47b866;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.72),
    0 8px 20px rgba(71, 184, 102, 0.24);
}

.fixture-prematch-capture {
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(8, 19, 17, 0.74);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.fixture-prematch-capture span,
.fixture-prematch-capture small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-prematch-capture strong {
  color: var(--ink);
}

.live-command-section,
.live-fixtures-section,
.live-route-section,
.live-board-section,
.live-update-section,
.live-finished-section,
.live-empty-section {
  display: grid;
  gap: 18px;
}

.live-command-centre {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 2.6vw, 30px);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(142, 92, 246, 0.22), transparent 34%),
    radial-gradient(circle at 90% 16%, rgba(88, 224, 196, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 24, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(171, 128, 255, 0.18),
    0 24px 70px rgba(0, 0, 0, 0.22);
}

.live-command-head,
.live-fixture-card-head,
.live-route-group-head,
.live-update-head,
.live-update-foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.live-command-head h1 {
  margin: 4px 0 10px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.live-command-head p:not(.hero-kicker) {
  max-width: 48rem;
  margin: 0;
  color: rgba(238, 219, 244, 0.72);
  line-height: 1.5;
}

.live-command-grid,
.live-fixture-grid,
.live-route-grid,
.live-board-grid {
  display: grid;
  gap: 14px;
}

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

.live-command-tile {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border-radius: 16px;
  background: rgba(6, 17, 24, 0.74);
  box-shadow: inset 0 0 0 1px rgba(171, 128, 255, 0.12);
}

.live-command-tile span,
.live-fixture-facts b,
.live-update-foot span {
  color: rgba(238, 219, 244, 0.64);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-command-tile strong {
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.live-command-tile small {
  color: rgba(238, 219, 244, 0.72);
  line-height: 1.42;
}

.live-command-tile-live {
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.2);
}

.live-command-tile-review {
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.22);
}

.live-command-tile-blocked {
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.22);
}

.live-empty-state {
  display: grid;
  gap: 12px;
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 0%, rgba(142, 92, 246, 0.14), transparent 34%),
    rgba(8, 19, 17, 0.78);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.live-empty-state h2,
.live-empty-state h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  line-height: 1.04;
}

.live-empty-state p {
  max-width: 52rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.live-empty-state-small {
  padding: 18px;
}

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

.live-fixture-card,
.live-route-group,
.live-board-group,
.live-update-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border-radius: 20px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(7, 15, 23, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(171, 128, 255, 0.13),
    0 16px 42px rgba(0, 0, 0, 0.16);
}

.live-fixture-card-live,
.live-route-group-live,
.live-board-group-live {
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.22);
}

.live-fixture-card-review,
.live-route-group-review,
.live-board-group-review {
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.24);
}

.live-fixture-card-blocked,
.live-route-group-blocked {
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.24);
}

.live-fixture-card h2,
.live-route-group h3,
.live-board-group h3,
.live-update-card h3 {
  margin: 0;
  color: #fff;
  line-height: 1.08;
}

.live-fixture-card h2 {
  font-size: clamp(1.25rem, 2vw, 1.9rem);
}

.live-fixture-score-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(79, 17, 96, 0.88), rgba(12, 29, 34, 0.9));
}

.live-fixture-score-row strong {
  color: #fff;
  font-size: clamp(2.35rem, 4.2vw, 4.4rem);
  line-height: 0.9;
}

.live-fixture-score-row span {
  color: rgba(238, 219, 244, 0.76);
  font-weight: 950;
}

.live-fixture-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.live-fixture-facts span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.live-fixture-facts small {
  color: #fff;
  font-weight: 900;
  overflow-wrap: anywhere;
}

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

.live-route-group,
.live-board-group {
  align-content: start;
}

.live-route-group a,
.live-board-group a {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 11px;
  border-radius: 13px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.live-route-group a:hover,
.live-board-group a:hover,
.live-route-group a:focus-visible,
.live-board-group a:focus-visible {
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.22);
}

.live-route-group a span,
.live-board-group a span,
.live-route-group p,
.live-board-group p,
.live-update-card p {
  margin: 0;
  color: rgba(238, 219, 244, 0.68);
  line-height: 1.42;
}

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

.live-board-group > div:first-child {
  display: grid;
  gap: 9px;
}

.live-update-list {
  display: grid;
  gap: 12px;
}

.live-update-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(142, 92, 246, 0.12), transparent 28%),
    rgba(7, 15, 23, 0.88);
}

.live-update-card-watch {
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.22);
}

.live-update-card-urgent {
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.24);
}

.live-update-head {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.live-update-foot {
  align-items: center;
}

@media (max-width: 860px) {
  .live-command-head,
  .live-fixture-card-head,
  .live-update-foot {
    display: grid;
  }

  .live-command-grid,
  .live-fixture-grid,
  .live-route-grid,
  .live-board-grid,
  .live-fixture-facts {
    grid-template-columns: 1fr;
  }

  .live-fixture-score-row {
    display: grid;
    text-align: center;
  }

  .fixture-live-score-hero,
  .fixture-live-grid {
    grid-template-columns: 1fr;
  }

  .fixture-live-team,
  .fixture-live-team-away {
    text-align: center;
  }

  .fixture-live-route-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixture-live-commentary-item {
    grid-template-columns: 62px minmax(0, 1fr) auto;
  }
}

@media (max-width: 560px) {
  .fixture-live-route-metrics {
    grid-template-columns: 1fr;
  }

  .fixture-live-commentary-item {
    grid-template-columns: 1fr;
  }

  .fixture-live-green-tick {
    justify-self: start;
  }

  .fixture-prematch-capture {
    align-items: flex-start;
  }
}

.fixture-hero-score-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.fixture-hero-scoreboard-scoreboard .fixture-hero-score-row {
  padding: 6px 0 2px;
}

.fixture-hero-scoreboard-scoreboard .fixture-hero-side strong {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.fixture-hero-scoreboard-scoreboard .fixture-hero-score {
  font-size: clamp(3.4rem, 5.2vw, 6.2rem);
}

.fixture-hero-scoreboard-editorial .fixture-hero-score-row {
  margin-top: 2px;
}

.fixture-hero-scoreboard-editorial .fixture-hero-side strong {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.fixture-hero-scoreboard-editorial .fixture-hero-score {
  font-size: clamp(2.4rem, 3.2vw, 3.5rem);
}

.fixture-hero-side {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-end;
  min-width: 0;
}

.fixture-hero-side strong {
  font-size: 1.18rem;
  letter-spacing: 0;
}

.fixture-entity-link {
  max-width: min(28vw, 440px);
  min-width: 0;
  color: inherit;
  line-height: 1.22;
  text-decoration: none;
  transition: color 140ms ease, opacity 140ms ease;
}

.fixture-entity-link strong {
  display: block;
  line-height: 1.22;
  overflow-wrap: break-word;
}

.fixture-entity-link:hover {
  color: var(--ink);
  opacity: 0.92;
}

.fixture-hero-side-end {
  justify-content: flex-start;
  text-align: left;
}

.fixture-hero-center {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 140px;
  text-align: center;
}

.fixture-hero-score {
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.match-hero-badge,
.lineup-team-badge,
.entity-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(48, 199, 255, 0.1), rgba(78, 222, 163, 0.08));
  box-shadow:
    inset 0 0 0 1px rgba(7, 17, 13, 0.44),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

.match-hero-badge {
  width: clamp(112px, 8.5vw, 144px);
  height: clamp(112px, 8.5vw, 144px);
  border-radius: 32px;
  border: 1px solid rgba(244, 248, 252, 0.13);
}

.lineup-team-badge {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(244, 248, 252, 0.12);
}

.entity-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(244, 248, 252, 0.12);
}

.entity-mark-lg {
  width: 72px;
  height: 72px;
  border-radius: 20px;
}

.entity-mark-competition {
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.1), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(107, 122, 143, 0.08));
}

.match-hero-badge img,
.lineup-team-badge img,
.entity-mark img {
  position: absolute;
  inset: 9px;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  object-fit: contain;
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.28));
}

.fixture-scorer-slot:empty {
  display: none;
}

.fixture-scorer-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.fixture-scorer-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  font-size: 0.78rem;
}

.fixture-scorer-pill-home {
  border-color: rgba(61, 217, 176, 0.24);
}

.fixture-scorer-pill-away {
  border-color: rgba(48, 199, 255, 0.24);
}

.fixture-hero-decision-summary {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.025);
}

.fixture-hero-decision-summary strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.fixture-hero-decision-summary p {
  margin: 0;
  color: var(--muted);
}

.fixture-hero-summary-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fixture-hero-shell-wide {
  display: block;
}

.fixture-hero-shell-wide .fixture-hero-main {
  width: 100%;
}

.fixture-hero-meta-bottom {
  justify-content: center;
  color: var(--muted);
}

.fixture-hero-meta-item {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-weight: 800;
}

.fixture-hero-media-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.3fr) minmax(0, 0.7fr);
  gap: 14px;
  align-items: stretch;
  padding: clamp(12px, 1.4vw, 18px);
  border: 1px solid rgba(61, 217, 176, 0.18);
  background:
    radial-gradient(circle at 82% 10%, rgba(48, 199, 255, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(19, 44, 36, 0.98), rgba(8, 18, 17, 0.98));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.fixture-hero-media-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 30px);
}

.fixture-hero-media-copy span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fixture-hero-media-copy strong {
  color: var(--ink);
  font-size: clamp(1.8rem, 2.9vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.fixture-hero-media-copy p {
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.fixture-hero-media-frame {
  min-height: 280px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(244, 248, 252, 0.1);
  border-radius: 22px;
  background: #030908;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.fixture-hero-media-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.fixture-context-weather-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 14px;
  align-items: stretch;
}

.fixture-weather-card,
.fixture-space-weather-card {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2.4vw, 30px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(61, 217, 176, 0.16);
  background:
    radial-gradient(circle at 12% 0%, rgba(61, 217, 176, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(20, 45, 37, 0.96), rgba(8, 19, 18, 0.98));
}

.fixture-weather-card {
  grid-template-columns: minmax(0, 1fr) auto minmax(280px, 0.9fr);
  align-items: center;
}

.fixture-weather-card h2,
.fixture-space-weather-card h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

.fixture-weather-card h2 {
  font-size: clamp(1.7rem, 2.8vw, 3.1rem);
  line-height: 0.98;
}

.fixture-space-weather-card h3 {
  font-size: clamp(1.7rem, 2.8vw, 3.1rem);
  line-height: 0.98;
}

.fixture-space-weather-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fixture-weather-copy,
.fixture-space-weather-card {
  align-content: center;
}

.fixture-weather-copy {
  display: grid;
  gap: 12px;
}

.og-weather-badge {
  display: inline-grid;
  align-items: center;
  justify-items: center;
  border: 1px solid rgba(48, 199, 255, 0.22);
  background:
    radial-gradient(circle at 35% 20%, rgba(61, 217, 176, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(9, 23, 25, 0.98), rgba(12, 34, 31, 0.94));
  color: var(--ink);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 14px 36px rgba(0, 0, 0, 0.2);
}

.og-weather-badge-large {
  width: clamp(128px, 10vw, 164px);
  height: clamp(128px, 10vw, 164px);
  gap: 8px;
  padding: 18px;
  border-radius: 34px;
}

.og-weather-badge-compact {
  width: max-content;
  grid-auto-flow: column;
  grid-template-columns: 28px auto;
  gap: 8px;
  min-height: 36px;
  padding: 5px 12px 5px 6px;
  border-radius: 999px;
}

.og-weather-badge-large span,
.og-weather-badge-compact span {
  color: var(--muted);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.og-weather-badge-large span {
  font-size: 0.72rem;
  text-align: center;
}

.og-weather-badge-compact span {
  font-size: 0.7rem;
}

.og-weather-icon {
  width: 78px;
  height: 78px;
  overflow: visible;
}

.og-weather-badge-compact .og-weather-icon {
  width: 26px;
  height: 26px;
}

.og-weather-sun,
.og-weather-cloud,
.og-weather-ray,
.og-weather-rain,
.og-weather-snow,
.og-weather-wind,
.og-weather-bolt,
.og-weather-thermo,
.og-weather-unknown {
  fill: none;
  stroke: currentColor;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.og-weather-sun {
  fill: rgba(217, 184, 107, 0.22);
  stroke: #d9b86b;
}

.og-weather-ray {
  stroke: #d9b86b;
}

.og-weather-cloud {
  fill: rgba(48, 199, 255, 0.08);
  stroke: #8bb6c8;
}

.og-weather-rain {
  stroke: #30c7ff;
}

.og-weather-snow {
  stroke: #d8f1ff;
}

.og-weather-wind {
  stroke: #86d8d6;
}

.og-weather-bolt {
  fill: rgba(217, 184, 107, 0.24);
  stroke: #d9b86b;
}

.og-weather-thermo {
  stroke: #c97a7a;
}

.og-weather-unknown {
  stroke: var(--muted);
}

.og-weather-badge-rain,
.og-weather-badge-storm,
.og-weather-badge-wind {
  border-color: rgba(48, 199, 255, 0.3);
}

.og-weather-badge-snow,
.og-weather-badge-cold {
  border-color: rgba(216, 241, 255, 0.28);
}

.og-weather-badge-hot,
.og-weather-badge-sunny {
  border-color: rgba(217, 184, 107, 0.3);
}

.fixture-weather-copy p,
.fixture-space-weather-card p {
  margin: 0;
  color: var(--muted);
}

.fixture-space-weather-card p {
  max-width: 640px;
}

.fixture-weather-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(118px, 1fr));
  gap: 10px;
}

.fixture-weather-metric {
  display: grid;
  min-height: 86px;
  align-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.fixture-weather-metric strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.35vw, 1.45rem);
  line-height: 1;
  white-space: nowrap;
}

.fixture-weather-metric span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.1;
}

.og-space-weather-badge {
  display: inline-grid;
  justify-items: center;
  align-items: center;
  gap: 8px;
  width: clamp(132px, 10vw, 156px);
  height: clamp(132px, 10vw, 156px);
  flex: 0 0 auto;
  padding: 16px;
  border-radius: 34px;
  border: 1px solid rgba(48, 199, 255, 0.22);
  background:
    radial-gradient(circle at 50% 26%, rgba(48, 199, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(9, 23, 25, 0.98), rgba(12, 34, 31, 0.94));
  color: var(--ink);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 14px 36px rgba(0, 0, 0, 0.2);
}

.og-space-weather-badge span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.og-space-weather-icon {
  width: 84px;
  height: 84px;
  overflow: visible;
}

.og-space-weather-core,
.og-space-weather-dot {
  fill: rgba(217, 184, 107, 0.5);
  stroke: #d9b86b;
  stroke-width: 2.5;
}

.og-space-weather-orbit,
.og-space-weather-pulse {
  fill: none;
  stroke: #30c7ff;
  stroke-width: 3;
  stroke-linecap: round;
  opacity: 0.8;
}

.fixture-weather-notes {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fixture-weather-notes li {
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
  font-size: 0.9rem;
}

.fixture-weather-notes-compact li {
  font-size: 0.86rem;
}

.news-signal-grid {
  align-items: stretch;
}

.news-signal-card {
  flex: 1 1 min(320px, 100%);
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 240px;
  background:
    radial-gradient(circle at 12% 0%, rgba(48, 199, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(17, 38, 33, 0.94), rgba(8, 18, 18, 0.98));
}

.news-signal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.news-signal-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.2vw, 1.35rem);
  line-height: 1.05;
}

.news-signal-card p {
  margin: 0;
}

.news-source-link {
  justify-self: start;
  min-height: 40px;
  padding-inline: 14px;
}

.fixture-prediction-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 14px;
  align-items: stretch;
}

.fixture-prediction-card {
  display: grid;
  gap: 16px;
  align-content: start;
  border-color: rgba(61, 217, 176, 0.24);
  background:
    linear-gradient(180deg, rgba(19, 44, 36, 0.98), rgba(10, 24, 20, 0.98)),
    radial-gradient(circle at top left, rgba(61, 217, 176, 0.1), transparent 38%);
}

.fixture-prediction-card h2 {
  margin: 8px 0;
  font-size: clamp(2rem, 3vw, 3.55rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.fixture-prediction-card p {
  max-width: 64ch;
  color: var(--muted);
}

.fixture-prediction-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.fixture-prediction-card-grid > div {
  display: grid;
  gap: 7px;
  min-height: 84px;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.17);
  background: rgba(255, 255, 255, 0.03);
}

.fixture-prediction-card-grid strong {
  color: var(--ink);
  font-size: clamp(1.04rem, 1.35vw, 1.28rem);
  line-height: 1.12;
}

.fixture-prediction-support-grid {
  display: grid;
  gap: 12px;
  align-content: start;
}

.fixture-market-card-section {
  margin-top: 4px;
}

.fixture-market-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fixture-market-card {
  display: grid;
  gap: 12px;
  min-height: 330px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background: linear-gradient(180deg, rgba(18, 29, 25, 0.98), rgba(10, 18, 16, 0.98));
  box-shadow: inset 3px 0 0 rgba(107, 122, 143, 0.55);
}

.fixture-market-card-active {
  border-color: rgba(78, 222, 163, 0.32);
  box-shadow:
    inset 3px 0 0 rgba(78, 222, 163, 0.95),
    0 18px 46px rgba(78, 222, 163, 0.08);
}

.fixture-market-card-focused {
  border-color: rgba(157, 255, 232, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.98), rgba(10, 18, 16, 0.98));
  box-shadow:
    inset 3px 0 0 rgba(157, 255, 232, 0.95),
    0 22px 58px rgba(88, 224, 196, 0.1);
}

.fixture-market-card.is-settled-correct,
.world-cup-decision-summary-grid span.is-settled-correct {
  border-color: rgba(246, 179, 109, 0.55);
  background:
    radial-gradient(circle at 18% 0%, rgba(246, 179, 109, 0.2), transparent 46%),
    rgba(246, 179, 109, 0.07);
  box-shadow:
    inset 0 0 0 1px rgba(246, 179, 109, 0.16),
    0 18px 44px rgba(246, 179, 109, 0.08);
}

.fixture-market-card-positive,
.fixture-market-card-deploy {
  box-shadow:
    inset 3px 0 0 rgba(78, 222, 163, 0.9),
    0 18px 46px rgba(78, 222, 163, 0.06);
}

.fixture-market-card-fragile,
.fixture-market-card-observe {
  box-shadow:
    inset 3px 0 0 rgba(246, 179, 109, 0.88),
    0 18px 46px rgba(246, 179, 109, 0.05);
}

.fixture-market-card-head,
.fixture-market-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.fixture-market-card strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.1rem, 1.5vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.fixture-market-card-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.fixture-market-outcome-list {
  display: grid;
  gap: 8px;
}

.fixture-market-outcome-row {
  width: 100%;
  appearance: none;
  position: relative;
  font: inherit;
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(112px, auto) auto;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  padding: 11px 12px;
  border: 1px solid rgba(122, 148, 132, 0.13);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.025);
}

.fixture-market-outcome-row:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.fixture-market-outcome-row:not(:disabled):hover {
  border-color: rgba(78, 222, 163, 0.36);
  background: rgba(78, 222, 163, 0.075);
}

.fixture-market-outcome-row.is-active {
  border-color: rgba(78, 222, 163, 0.3);
  background:
    linear-gradient(90deg, rgba(78, 222, 163, 0.1), rgba(48, 199, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 3px 0 0 rgba(78, 222, 163, 0.88);
}

.fixture-market-outcome-row.is-slip-selected {
  padding-right: 46px;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(244, 247, 245, 0.94);
  box-shadow: inset 0 0 0 1px rgba(78, 222, 163, 0.34);
}

.fixture-slip-remove-overlay {
  right: 12px;
}

.fixture-market-outcome-row.is-slip-selected span,
.fixture-market-outcome-row.is-slip-selected b {
  color: #173b2d;
}

.fixture-market-outcome-row.is-slip-selected small {
  color: rgba(30, 50, 43, 0.72);
}

.fixture-market-outcome-row.is-context {
  border-color: rgba(246, 179, 109, 0.26);
  background:
    linear-gradient(90deg, rgba(246, 179, 109, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 3px 0 0 rgba(246, 179, 109, 0.76);
}

.fixture-market-outcome-row > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.fixture-market-outcome-row > div:nth-child(2) {
  justify-items: end;
  text-align: right;
}

.fixture-market-outcome-row span,
.fixture-market-outcome-row b {
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.15;
}

.fixture-market-outcome-row small {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.2;
}

.slip-select-label {
  justify-self: end;
  min-width: 54px;
  padding: 7px 10px;
  border: 1px solid rgba(78, 222, 163, 0.22);
  border-radius: 999px;
  color: var(--mint);
  background: rgba(78, 222, 163, 0.08);
  font-size: 0.72rem;
  font-weight: 950;
  text-align: center;
}

.fixture-market-outcome-row.is-slip-selected .slip-select-label {
  color: #113327;
  border-color: rgba(17, 51, 39, 0.26);
  background: rgba(78, 222, 163, 0.24);
}

.fixture-market-card-meta-access b {
  max-width: 60%;
}

.fixture-market-card-meta {
  padding-top: 10px;
  border-top: 1px solid rgba(122, 148, 132, 0.12);
  color: var(--muted);
  font-size: 0.82rem;
}

.fixture-market-card-meta b {
  color: var(--ink);
  text-align: right;
  font-size: 0.86rem;
}

.fixture-market-state {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.fixture-tier-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.fixture-tier-card {
  display: grid;
  gap: 7px;
  min-height: 132px;
  padding: 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(7, 15, 22, 0.34);
}

.fixture-tier-card-open {
  border-color: rgba(78, 222, 163, 0.28);
  background: rgba(78, 222, 163, 0.065);
}

.fixture-tier-card-locked {
  border-color: rgba(123, 154, 184, 0.12);
  opacity: 0.82;
}

.fixture-tier-card-current {
  box-shadow: inset 0 0 0 1px rgba(78, 222, 163, 0.12);
}

.fixture-tier-card-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.fixture-tier-status {
  padding: 4px 7px;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(123, 154, 184, 0.14);
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.028);
}

.fixture-tier-card strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.18;
}

.fixture-tier-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.38;
}

.fixture-player-event-section {
  margin-top: 8px;
}

.fixture-player-event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fixture-player-event-card,
.fixture-player-event-lock {
  border-radius: var(--radius-md);
  border: 1px solid rgba(48, 199, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 28, 34, 0.96), rgba(9, 18, 22, 0.98)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 3px 0 0 rgba(48, 199, 255, 0.7),
    0 16px 38px rgba(48, 199, 255, 0.045);
}

.fixture-player-event-card {
  display: grid;
  gap: 12px;
  min-height: 310px;
  padding: 16px;
}

.fixture-player-event-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.fixture-player-event-head strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  line-height: 1.12;
}

.fixture-player-event-head > span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.player-event-candidate-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.player-event-candidate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(58px, auto);
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 10px 11px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.13);
  background: rgba(255, 255, 255, 0.025);
}

.player-event-candidate div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.player-event-candidate div:last-child {
  justify-items: end;
  text-align: right;
}

.player-event-candidate strong,
.player-event-candidate b {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.15;
}

.player-event-candidate span,
.player-event-candidate small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.2;
}

.fixture-player-event-lock {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.fixture-player-event-lock strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.35vw, 1.45rem);
  line-height: 1.12;
}

.player-event-lock-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.player-event-lock-grid span {
  padding: 8px 10px;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(123, 154, 184, 0.12);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.026);
}

.fixture-player-event-missing {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.world-cup-player-market-beta {
  display: grid;
  gap: 18px;
}

.world-cup-player-market-disclosure {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2.4vw, 24px);
}

.world-cup-player-market-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  cursor: pointer;
}

.world-cup-player-market-disclosure summary::-webkit-details-marker {
  display: none;
}

.world-cup-player-market-disclosure summary > span {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.world-cup-player-market-disclosure summary strong {
  color: var(--text);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.18;
}

.world-cup-player-market-disclosure summary b {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(132, 255, 224, 0.18);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(132, 255, 224, 0.07);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.world-cup-player-market-disclosure[open] summary b {
  color: #11362f;
  background: rgba(132, 255, 224, 0.68);
}

.world-cup-player-market-expanded-head {
  margin-top: 6px;
}

.world-cup-player-market-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.world-cup-player-market-status span,
.world-cup-player-market-gates span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(132, 255, 224, 0.18);
  color: rgba(216, 240, 232, 0.78);
  background: rgba(132, 255, 224, 0.055);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-player-market-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 12px;
}

.world-cup-player-market-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  min-height: 100%;
  padding: 15px;
  overflow: hidden;
}

.world-cup-player-market-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.world-cup-player-market-card-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.world-cup-player-market-card-head .metric-label {
  color: rgba(235, 255, 248, 0.92);
  font-size: clamp(0.95rem, 1.05vw, 1.14rem);
  letter-spacing: 0.14em;
}

.world-cup-player-market-card-head b {
  display: inline-grid;
  place-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(132, 255, 224, 0.12);
  border: 1px solid rgba(132, 255, 224, 0.18);
  font-size: 0.92rem;
}

.world-cup-player-market-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.world-cup-player-market-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(78px, auto);
  gap: 8px 12px;
  align-items: start;
  min-width: 0;
  min-height: auto;
  padding: 10px;
  border-radius: var(--og-radius-card);
  border: 1px solid rgba(132, 255, 224, 0.11);
  background:
    linear-gradient(120deg, rgba(132, 255, 224, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.16);
}

.world-cup-player-market-row-added {
  border-color: rgba(178, 255, 233, 0.62);
  background:
    linear-gradient(120deg, rgba(239, 255, 247, 0.92), rgba(217, 255, 242, 0.86)),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(132, 255, 224, 0.15);
}

.world-cup-player-market-player,
.world-cup-player-market-line,
.world-cup-player-market-price,
.world-cup-player-market-actions {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.world-cup-player-market-player {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
}

.world-cup-player-market-line {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding-left: 62px;
}

.world-cup-player-market-price {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.world-cup-player-market-actions {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.world-cup-player-market-avatar {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(132, 255, 224, 0.22);
  background:
    radial-gradient(circle at 40% 20%, rgba(132, 255, 224, 0.28), transparent 58%),
    rgba(9, 28, 26, 0.9);
}

.world-cup-player-market-avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.world-cup-player-market-avatar-fallback {
  color: rgba(232, 255, 246, 0.9);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.world-cup-player-market-team-mini-badge {
  display: inline-grid;
  place-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 6px;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(132, 255, 224, 0.18);
  color: rgba(232, 255, 246, 0.82);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.52rem;
  font-weight: 950;
  object-fit: cover;
  vertical-align: -4px;
}

.world-cup-player-market-price,
.world-cup-player-market-actions {
  justify-items: end;
  text-align: right;
}

.world-cup-player-market-row strong,
.world-cup-player-market-row b {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.14;
}

.world-cup-player-market-row span,
.world-cup-player-market-row small {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.22;
}

.world-cup-player-market-line strong {
  display: block;
  color: rgba(246, 255, 251, 0.98);
  font-size: clamp(0.96rem, 1vw, 1.12rem);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
}

.world-cup-player-market-row small {
  color: rgba(132, 255, 224, 0.72);
  font-weight: 800;
}

.world-cup-player-market-price b {
  font-size: 1rem;
}

.world-cup-player-market-price small {
  max-width: 96px;
  color: rgba(216, 240, 232, 0.72);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-player-market-add,
.world-cup-player-market-remove {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(132, 255, 224, 0.24);
  color: var(--ink);
  background: rgba(132, 255, 224, 0.11);
  font-weight: 950;
  cursor: pointer;
}

.world-cup-player-market-add {
  min-width: 68px;
  padding: 0 13px;
}

.world-cup-player-market-add:hover,
.world-cup-player-market-add:focus-visible,
.world-cup-player-market-remove:hover,
.world-cup-player-market-remove:focus-visible {
  border-color: rgba(132, 255, 224, 0.58);
  background: rgba(132, 255, 224, 0.18);
}

.world-cup-player-market-add-active {
  color: #11362f;
  background: rgba(132, 255, 224, 0.5);
}

.world-cup-player-market-remove {
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  color: #11362f;
  background: rgba(132, 255, 224, 0.36);
}

.world-cup-player-market-row-added strong,
.world-cup-player-market-row-added b {
  color: #102d29;
}

.world-cup-player-market-row-added span,
.world-cup-player-market-row-added small {
  color: rgba(16, 45, 41, 0.72);
}

.world-cup-player-market-row-added .world-cup-player-market-line small {
  color: #126f5f;
}

.world-cup-player-market-gates {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 2px;
  min-width: 0;
}

.fixture-tier-gate-section {
  margin-top: 8px;
}

.fixture-tier-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.7fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.18);
  background:
    linear-gradient(180deg, rgba(14, 28, 31, 0.95), rgba(8, 16, 21, 0.98)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 3px 0 0 rgba(238, 177, 94, 0.72);
}

.fixture-tier-gate h3 {
  margin: 6px 0 6px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.25vw, 1.35rem);
  line-height: 1.12;
}

.fixture-tier-gate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.fixture-tier-gate-grid span {
  padding: 8px 10px;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(123, 154, 184, 0.12);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.026);
}

.badge-has-image .badge-fallback {
  opacity: 0.16;
  transform: scale(0.92);
}

.badge-fallback-only {
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(145deg, rgba(48, 199, 255, 0.12), rgba(78, 222, 163, 0.08));
}

.lineup-team-badge img,
.entity-mark img {
  inset: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
}

.proof-command {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background: linear-gradient(180deg, rgba(11, 18, 29, 0.8), rgba(10, 18, 24, 0.64));
}

.hero-actions,
.pill-row,
.stats-grid,
.card-grid,
.cta-row,
.proof-strip,
.signal-grid,
.preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 180ms ease,
    filter 160ms ease;
  font: inherit;
}

.button {
  border: 1px solid rgba(157, 255, 232, 0.28);
  color: #071019;
  background: var(--glow);
  box-shadow:
    0 0 0 1px rgba(157, 255, 232, 0.08),
    0 14px 34px rgba(88, 224, 196, 0.2);
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 0 0 1px rgba(157, 255, 232, 0.16),
    0 18px 42px rgba(88, 224, 196, 0.26);
}

.ghost-button {
  color: var(--ink);
  border: 1px solid rgba(130, 255, 220, 0.18);
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.ghost-button:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 224, 196, 0.38);
  background: rgba(88, 224, 196, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 34px rgba(0, 0, 0, 0.2);
}

.button[aria-pressed="true"],
.ghost-button[aria-pressed="true"] {
  color: #07110f;
  border-color: rgba(157, 255, 232, 0.5);
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow:
    0 0 0 1px rgba(157, 255, 232, 0.18),
    0 14px 34px rgba(88, 224, 196, 0.18);
}

button:disabled,
.button:disabled,
.ghost-button:disabled,
button[aria-disabled="true"],
.button[aria-disabled="true"],
.ghost-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.56;
  transform: none;
  box-shadow: none;
  filter: none;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--mint);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--accent-2);
  text-decoration: underline;
  text-underline-offset: 4px;
}

a:focus-visible,
button:focus-visible,
.button:focus-visible,
.ghost-button:focus-visible,
.nav a:focus-visible,
.stat-chip:focus-visible,
.fixture-route-pill:focus-visible,
.text-input:focus-visible,
summary:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.hero-side {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 16px;
}

.metric,
.proof-tile,
.sample-board,
.snapshot-card {
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(24, 38, 32, 0.96), rgba(14, 24, 20, 0.98));
  border: 1px solid rgba(122, 148, 132, 0.16);
}

.metric-label {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metric-value {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pill,
.chip,
.market-badge,
.confidence-badge,
.premium-lock,
.value-badge,
.stat-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pill,
.chip,
.stat-chip {
  border: 1px solid rgba(130, 255, 220, 0.1);
  color: #cfe5de;
  background: rgba(244, 255, 251, 0.055);
  line-height: 1.2;
  max-width: 100%;
  min-width: 0;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.og-chip,
.chip-signal,
.chip.signal,
.og-chip-signal {
  color: var(--og-signal);
  border-color: rgba(61, 217, 176, 0.22);
  background: rgba(61, 217, 176, 0.08);
}

.chip-context,
.chip.context,
.og-chip-context {
  color: var(--og-context);
  border-color: rgba(48, 199, 255, 0.22);
  background: rgba(48, 199, 255, 0.08);
}

.chip-risk,
.chip.risk,
.chip-limited,
.chip.limited,
.og-chip-risk,
.og-chip-limited {
  color: var(--og-risk);
  border-color: rgba(246, 179, 109, 0.24);
  background: rgba(246, 179, 109, 0.08);
}

.chip-proof,
.chip.proof,
.chip-settled,
.chip.settled,
.og-chip-proof,
.og-chip-settled {
  color: var(--og-proof);
  border-color: rgba(143, 241, 210, 0.24);
  background: rgba(143, 241, 210, 0.08);
}

.chip-ready,
.chip.ready,
.og-chip-ready {
  color: var(--og-action-mint);
  border-color: rgba(88, 224, 196, 0.26);
  background: rgba(88, 224, 196, 0.1);
}

.chip-blocked,
.chip.blocked,
.og-chip-blocked {
  color: var(--og-danger);
  border-color: rgba(255, 139, 139, 0.24);
  background: rgba(255, 139, 139, 0.08);
}

.chip-private,
.chip.private,
.chip-review,
.chip.review,
.og-chip-private,
.og-chip-review {
  color: #d7e4df;
  border-color: rgba(184, 201, 196, 0.22);
  background: rgba(184, 201, 196, 0.07);
}

.chip-unavailable,
.chip.unavailable,
.og-chip-unavailable {
  color: var(--og-disabled);
  border-color: rgba(107, 122, 143, 0.22);
  background: rgba(107, 122, 143, 0.08);
}

.chip-observe {
  color: var(--signal-amber);
  border-color: rgba(217, 184, 107, 0.22);
  background: rgba(217, 184, 107, 0.08);
}

.chip-reference {
  color: var(--signal-slate);
  border-color: rgba(107, 122, 143, 0.22);
  background: rgba(107, 122, 143, 0.08);
}

.chip-confidence {
  border-color: rgba(217, 184, 107, 0.22);
}

.chip-confidence-elite {
  color: var(--signal-mint);
  background: rgba(61, 217, 176, 0.06);
  border-color: rgba(61, 217, 176, 0.22);
}

.chip-confidence-standard {
  color: var(--signal-amber);
  background: rgba(217, 184, 107, 0.06);
  border-color: rgba(217, 184, 107, 0.22);
}

.market-badge {
  color: var(--teal);
  background: rgba(92, 200, 232, 0.1);
  border: 1px solid rgba(92, 200, 232, 0.18);
}

.confidence-badge {
  color: var(--elite);
  background: rgba(142, 240, 182, 0.1);
  border: 1px solid rgba(142, 240, 182, 0.18);
}

.confidence-badge.standard,
.pill-standard {
  color: var(--standard);
  background: rgba(92, 200, 232, 0.08);
  border-color: rgba(92, 200, 232, 0.14);
}

.market-badge,
.confidence-badge,
.fixture-route-pill {
  transition:
    transform 150ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    box-shadow 180ms ease;
}

.value-badge {
  color: var(--mint);
  background: rgba(111, 226, 168, 0.08);
  border: 1px solid rgba(111, 226, 168, 0.18);
}

.premium-lock {
  color: var(--warning);
  background: rgba(246, 179, 109, 0.08);
  border: 1px solid rgba(246, 179, 109, 0.18);
}

.og-section {
  display: grid;
  gap: var(--og-space-16);
  min-width: 0;
  margin: var(--og-space-24) 0;
}

.og-panel,
.og-card,
.og-card-compact,
.og-proof-card,
.og-market-card,
.og-empty-state {
  min-width: 0;
  border: 1px solid var(--og-border-subtle);
  color: var(--og-text);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.045), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.94), rgba(8, 18, 18, 0.98));
  box-shadow: var(--og-effect-card-raised);
}

.og-card,
.og-card-compact,
.og-proof-card,
.og-market-card,
.og-empty-state {
  border-radius: var(--og-radius-card);
}

.og-panel {
  padding: var(--og-space-24);
  border-radius: var(--og-radius-panel);
}

.og-card,
.og-proof-card,
.og-market-card,
.og-empty-state {
  padding: var(--og-space-16);
}

.og-card-compact,
.og-player-event-row {
  padding: var(--og-space-12);
}

.og-empty-state {
  color: var(--og-muted-text);
  background:
    linear-gradient(180deg, rgba(184, 201, 196, 0.055), rgba(184, 201, 196, 0.025)),
    rgba(0, 0, 0, 0.12);
}

.og-proof-card {
  border-color: rgba(143, 241, 210, 0.18);
}

.og-market-card {
  border-color: rgba(88, 224, 196, 0.18);
}

.og-player-event-row {
  display: grid;
  min-width: 0;
  border: 1px solid rgba(132, 255, 224, 0.11);
  border-radius: var(--og-radius-card);
  background:
    linear-gradient(120deg, rgba(132, 255, 224, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.16);
}

.premium-product-hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.58fr);
}

.premium-product-hero .hero-main {
  background:
    radial-gradient(circle at 14% 0%, rgba(88, 224, 196, 0.18), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(157, 255, 232, 0.09), transparent 28%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.98), rgba(7, 17, 15, 0.98));
}

.premium-product-hero h1 {
  max-width: 10ch;
}

.premium-product-section,
.premium-proof-section {
  scroll-margin-top: 96px;
}

.premium-signal-preview-section {
  scroll-margin-top: 96px;
}

.premium-signal-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.72fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 0%, rgba(88, 224, 196, 0.16), transparent 38%),
    radial-gradient(circle at 86% 18%, rgba(157, 255, 232, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.98), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.12),
    0 28px 78px rgba(0, 0, 0, 0.28);
}

.premium-signal-preview-copy {
  display: grid;
  gap: 14px;
}

.premium-signal-preview-copy h2 {
  max-width: 10ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(2.4rem, 7vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.premium-signal-preview-copy p {
  max-width: 740px;
  margin: 0;
  color: rgba(220, 234, 242, 0.86);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.55;
}

.premium-signal-preview-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 224, 196, 0.12), transparent 40%),
    rgba(7, 17, 15, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 18px 52px rgba(0, 0, 0, 0.2);
}

.premium-signal-preview-fixture {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(130, 255, 220, 0.1);
}

.premium-signal-preview-fixture strong,
.premium-signal-preview-fixture span {
  display: block;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-signal-preview-fixture strong {
  color: var(--text);
  font-size: clamp(1rem, 2vw, 1.42rem);
  line-height: 1.12;
}

.premium-signal-preview-fixture span {
  margin-top: 4px;
  color: var(--text-secondary);
  font-size: 0.76rem;
  font-weight: 800;
}

.premium-signal-preview-card > p {
  margin: 0;
  color: rgba(220, 234, 242, 0.82);
  font-size: 0.9rem;
  line-height: 1.45;
}

.premium-signal-preview-players {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.premium-signal-preview-players span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border-radius: 13px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.premium-signal-preview-players img,
.premium-signal-preview-players b {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(88, 224, 196, 0.14);
  box-shadow: 0 0 0 1px rgba(157, 255, 232, 0.18);
}

.premium-signal-preview-players b {
  display: inline-grid;
  place-items: center;
  color: var(--mint);
  font-size: 0.66rem;
}

.premium-signal-preview-players small,
.premium-signal-preview-players em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-signal-preview-players small {
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 900;
}

.premium-signal-preview-players em {
  margin-top: 2px;
  color: rgba(220, 234, 242, 0.68);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
}

.premium-signal-preview-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.premium-signal-preview-actions .button,
.premium-signal-preview-actions .ghost-button {
  width: 100%;
}

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

.premium-unlock-command-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.premium-unlock-command-strip span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  min-height: 94px;
  padding: 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.025)),
    rgba(7, 17, 15, 0.5);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.premium-unlock-command-strip b {
  display: inline-grid;
  grid-row: span 2;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #07110f;
  background: var(--accent);
  font-weight: 950;
}

.premium-unlock-command-strip strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.15;
}

.premium-unlock-command-strip small {
  grid-column: 2;
  color: var(--text-secondary);
  font-size: 0.78rem;
  line-height: 1.35;
}

.premium-product-card {
  display: grid;
  min-height: 250px;
  align-content: start;
  gap: 14px;
  padding: 28px;
  border-radius: 24px;
  color: var(--text);
  text-decoration: none;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 35%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.94), rgba(10, 20, 17, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.09),
    0 20px 56px rgba(0, 0, 0, 0.22);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.premium-product-card:hover,
.premium-product-card:focus-visible {
  outline: none;
  transform: translateY(-3px);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.96), rgba(10, 20, 17, 1));
  box-shadow:
    inset 0 0 0 1px rgba(88, 224, 196, 0.22),
    0 28px 68px rgba(0, 0, 0, 0.3);
}

.premium-product-card span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-product-card strong {
  color: var(--text);
  font-size: clamp(1.32rem, 2vw, 1.72rem);
  line-height: 1.12;
}

.premium-product-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.55;
}

.premium-product-card b {
  align-self: end;
  margin-top: auto;
  color: var(--accent-2);
  font-size: 0.9rem;
}

.premium-proof-panel {
  display: grid;
  gap: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 224, 196, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(11, 23, 20, 0.96));
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.3);
}

.premium-intelligence-suite-section {
  scroll-margin-top: 96px;
}

.premium-intelligence-suite-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.premium-intelligence-suite-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  min-height: 270px;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 224, 196, 0.11), transparent 38%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.9), rgba(9, 18, 16, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 20px 56px rgba(0, 0, 0, 0.2);
}

.premium-intelligence-suite-card-wide {
  grid-column: span 2;
}

.premium-intelligence-suite-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.premium-intelligence-suite-card p {
  margin: 0;
  color: rgba(220, 234, 242, 0.82);
  font-size: 0.96rem;
  line-height: 1.55;
}

.premium-suite-stack,
.premium-suite-delivery-grid {
  display: grid;
  gap: 9px;
  margin-top: 4px;
}

.premium-suite-delivery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-suite-stack span,
.premium-suite-delivery-grid span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.premium-suite-stack b,
.premium-suite-delivery-grid b {
  overflow: hidden;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-suite-stack small,
.premium-suite-delivery-grid small {
  color: var(--text-secondary);
  font-size: 0.78rem;
  line-height: 1.35;
}

.premium-suite-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.premium-suite-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(88, 224, 196, 0.08);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.16);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section {
  margin-bottom: clamp(28px, 4vw, 54px);
}

.app-view[data-view="fixture"] > .section {
  margin-bottom: clamp(40px, 5vw, 76px);
}

.app-view[data-view="fixture"] > .section.section-tight {
  margin-bottom: 28px;
}

.app-view[data-view="matches"] > .section,
.app-view[data-view="dashboard"] > .section,
.app-view[data-view="fantasy"] > .section,
.app-view[data-view="account"] > .section {
  margin-bottom: clamp(34px, 4.6vw, 66px);
}

.app-view[data-view="matches"] > .section.section-tight,
.app-view[data-view="dashboard"] > .section.section-tight,
.app-view[data-view="fantasy"] > .section.section-tight,
.app-view[data-view="account"] > .section.section-tight {
  margin-bottom: clamp(24px, 3vw, 42px);
}

.app-view > .hero,
.app-view > .section {
  opacity: 0;
  transform: translateY(8px);
  animation: page-enter 210ms cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

.app-view > .section:nth-of-type(1) {
  animation-delay: 30ms;
}

.app-view > .section:nth-of-type(2) {
  animation-delay: 60ms;
}

.app-view > .section:nth-of-type(3) {
  animation-delay: 90ms;
}

.app-view > .section:nth-of-type(4) {
  animation-delay: 120ms;
}

@keyframes page-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.section-head h1,
.section-head h2,
.section-head h3 {
  margin: 0;
  letter-spacing: -0.04em;
}

.section-head h1 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.section-copy,
.muted,
.panel span,
.pricing-subcopy,
.footer-note {
  color: var(--muted);
}

.section-copy {
  max-width: 68ch;
  line-height: 1.6;
}

.entity-hero p,
.archive-layer .section-copy,
.current-window-layer .section-copy,
.entity-empty-card .section-copy,
.archive-empty-card .section-copy {
  font-size: 0.96rem;
  line-height: 1.55;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

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

.entity-surface-tile {
  display: grid;
  gap: 8px;
  padding: 14px 15px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background: rgba(255, 255, 255, 0.025);
}

.entity-surface-tile-deploy {
  border-color: rgba(61, 217, 176, 0.18);
  background: rgba(61, 217, 176, 0.05);
}

.entity-surface-tile-observe {
  border-color: rgba(217, 184, 107, 0.18);
  background: rgba(217, 184, 107, 0.05);
}

.entity-surface-label,
.entity-breakdown-label {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 800;
}

.entity-surface-value {
  display: block;
  margin: 0;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.entity-surface-meta,
.entity-breakdown-meta {
  color: var(--muted);
  font-size: 0.88rem;
}

.entity-breakdown {
  display: grid;
  gap: 12px;
}

.entity-breakdown-row {
  display: grid;
  gap: 8px;
}

.entity-breakdown-copy {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.entity-breakdown-bar {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: rgba(107, 122, 143, 0.12);
}

.entity-breakdown-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: rgba(107, 122, 143, 0.65);
}

.entity-breakdown-fill-deploy {
  background: rgba(61, 217, 176, 0.8);
}

.entity-breakdown-fill-observe {
  background: rgba(217, 184, 107, 0.78);
}

.panel {
  padding: 20px;
}

.panel h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.panel h4 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.panel strong {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}

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

.card-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.prediction-card,
.locked-card,
.pricing-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 20px;
}

.prediction-top,
.detail-row,
.prediction-footer {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.prediction-card {
  gap: 16px;
  padding: 22px;
  border-color: rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(24, 37, 32, 0.99) 0%, rgba(14, 24, 20, 0.99) 68%, rgba(11, 20, 17, 0.99) 100%),
    radial-gradient(circle at top right, rgba(48, 199, 255, 0.05), transparent 30%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.18);
  transition:
    transform 160ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
  opacity: 0;
  transform: translateY(8px);
  animation: page-enter 220ms cubic-bezier(0.32, 0.72, 0, 1) forwards;
  animation-delay: calc(var(--enter-index, 0) * 28ms);
}

.prediction-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 54%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 80%);
}

.prediction-card:hover,
.prediction-card:focus-within {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    0 22px 46px rgba(0, 0, 0, 0.24);
}

.prediction-card-strong {
  border-color: rgba(61, 217, 176, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(61, 217, 176, 0.06);
}

.prediction-card-positive {
  border-color: rgba(61, 217, 176, 0.18);
}

.prediction-card-marginal {
  border-color: rgba(107, 122, 143, 0.14);
}

.prediction-card-negative {
  border-color: rgba(201, 122, 122, 0.18);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.teams {
  display: grid;
  gap: 7px;
}

.teams strong {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.fixture-teams {
  min-width: 0;
}

.fixture-league,
.fixture-teamline {
  display: flex;
  align-items: center;
}

.fixture-league {
  gap: 8px;
  color: rgba(216, 227, 236, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fixture-teamline {
  flex-wrap: wrap;
  gap: 10px 12px;
}

.team-side {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.team-side-away {
  justify-content: flex-end;
}

.fixture-teams-compact .fixture-teamline {
  gap: 8px 10px;
}

.team-badge,
.league-badge {
  flex: 0 0 auto;
}

.team-badge {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(244, 248, 252, 0.13);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(48, 199, 255, 0.14), rgba(78, 222, 163, 0.1));
  box-shadow:
    inset 0 0 0 1px rgba(7, 17, 13, 0.44),
    0 10px 24px rgba(0, 0, 0, 0.18);
}

.team-badge img {
  position: absolute;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.28));
}

.prediction-card:hover .team-badge,
.prediction-card:focus-within .team-badge,
.fixture-stream-card:hover .team-badge,
.fixture-stream-card:focus-within .team-badge {
  box-shadow:
    inset 0 0 0 1px rgba(7, 17, 13, 0.44),
    0 14px 28px rgba(0, 0, 0, 0.24);
}

.badge-fallback {
  color: var(--mint);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  transition: opacity 180ms ease, transform 180ms ease;
}

.league-badge {
  width: 20px;
  height: 20px;
  object-fit: contain;
  border-radius: 5px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

.team-name {
  min-width: 0;
  font-size: 1.16rem;
  font-weight: 900;
}

.versus {
  color: var(--muted-2);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail-row > div {
  display: grid;
  gap: 4px;
}

.detail-row strong,
.data-value {
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

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

.prediction-core {
  display: grid;
  gap: 12px;
}

.prediction-call {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  padding: 12px 0 14px;
  border-top: 1px solid rgba(123, 154, 184, 0.12);
  border-bottom: 1px solid rgba(123, 154, 184, 0.12);
}

.prediction-pick {
  display: block;
  margin-top: 4px;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.prediction-metric-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--muted-1);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.prediction-edge {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.prediction-edge-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #071019;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, rgba(48, 199, 255, 0.96), rgba(78, 222, 163, 0.96));
  box-shadow:
    0 0 28px rgba(78, 222, 163, 0.28),
    0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    transform 150ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 180ms ease,
    background 180ms ease,
    color 160ms ease;
}

.prediction-edge-chip-positive,
.prediction-edge-chip-strong {
  color: #071019;
  background: linear-gradient(135deg, rgba(48, 199, 255, 0.96), rgba(78, 222, 163, 0.96));
}

.prediction-edge-chip-strong {
  box-shadow:
    0 0 30px rgba(78, 222, 163, 0.24),
    0 10px 22px rgba(0, 0, 0, 0.2);
}

.prediction-edge-chip-marginal {
  color: #d9f3ec;
  background: linear-gradient(135deg, rgba(44, 118, 116, 0.82), rgba(61, 217, 176, 0.52));
  box-shadow:
    0 0 16px rgba(61, 217, 176, 0.14),
    0 10px 20px rgba(0, 0, 0, 0.16);
}

.prediction-edge-chip-negative {
  color: #fff3f3;
  background: linear-gradient(135deg, rgba(169, 98, 98, 0.92), rgba(201, 122, 122, 0.92));
  box-shadow:
    0 0 18px rgba(201, 122, 122, 0.14),
    0 10px 20px rgba(0, 0, 0, 0.16);
}

.prediction-edge-chip-neutral {
  color: #e3ecf2;
  background: linear-gradient(135deg, rgba(78, 94, 112, 0.9), rgba(107, 122, 143, 0.9));
  box-shadow:
    0 0 14px rgba(107, 122, 143, 0.12),
    0 10px 20px rgba(0, 0, 0, 0.14);
}

.prediction-card:hover .prediction-edge-chip,
.prediction-card:focus-within .prediction-edge-chip,
.fixture-stream-card:hover .fixture-route-pill,
.fixture-stream-card:focus-within .fixture-route-pill {
  transform: translateY(-1px);
}

.prediction-rationale {
  margin-top: -2px;
  font-size: 0.92rem;
  color: rgba(216, 227, 236, 0.68);
}

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

.signal-cell {
  padding: 11px 13px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.signal-cell-model {
  border-color: rgba(61, 217, 176, 0.22);
  background: rgba(61, 217, 176, 0.05);
}

.signal-cell-market {
  border-color: rgba(107, 122, 143, 0.22);
  background: rgba(107, 122, 143, 0.06);
}

.signal-cell-market-active {
  border-color: rgba(92, 200, 232, 0.24);
  background: rgba(92, 200, 232, 0.08);
}

.signal-cell span {
  display: block;
}

.signal-label {
  color: var(--muted-2);
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-value {
  margin-top: 6px;
  font-size: 0.97rem;
  font-weight: 800;
  line-height: 1.2;
}

.fixture-stats-note {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.fixture-stats-note .feature-list {
  gap: 8px;
}

.fixture-stats-note .feature-list li {
  padding: 10px 12px;
}

.market-bar-shell {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.market-bar-shell-positive {
  border-color: rgba(61, 217, 176, 0.2);
  background: rgba(61, 217, 176, 0.05);
}

.market-bar-shell-fragile {
  border-color: rgba(201, 122, 122, 0.18);
  background: rgba(201, 122, 122, 0.045);
}

.market-bar-shell-neutral {
  border-color: rgba(107, 122, 143, 0.18);
}

.market-bar-header,
.market-bar-legend,
.market-mini-bar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.market-bar-legend {
  flex-wrap: wrap;
}

.market-bar-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted-1);
  font-size: 0.88rem;
}

.market-bar-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
}

.market-bar-dot-active {
  background: rgba(61, 217, 176, 0.95);
  box-shadow: 0 0 0 3px rgba(61, 217, 176, 0.12);
}

.market-bar-dot-opposition {
  background: rgba(107, 122, 143, 0.95);
  box-shadow: 0 0 0 3px rgba(107, 122, 143, 0.12);
}

.market-bar-track,
.market-mini-bar-track {
  position: relative;
  display: flex;
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(7, 16, 25, 0.45);
}

.market-bar-fill,
.market-mini-bar-fill {
  display: block;
  height: 100%;
}

.market-bar-fill-active {
  background: linear-gradient(90deg, rgba(61, 217, 176, 0.92), rgba(93, 231, 190, 0.84));
}

.market-bar-fill-opposition {
  background: rgba(107, 122, 143, 0.9);
}

.market-bar-empty {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px dashed rgba(123, 154, 184, 0.16);
  color: var(--muted-1);
  font-size: 0.88rem;
}

.market-mini-bar {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.market-mini-bar-top {
  color: var(--muted-1);
  font-size: 0.82rem;
}

.market-mini-bar-active .market-mini-bar-fill {
  background: linear-gradient(90deg, rgba(61, 217, 176, 0.88), rgba(48, 199, 255, 0.72));
}

.market-mini-bar-reference .market-mini-bar-fill {
  background: rgba(107, 122, 143, 0.82);
}

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

.prediction-card p,
.locked-copy p {
  margin: 0;
  line-height: 1.55;
}

.locked-card {
  position: relative;
  overflow: hidden;
}

.locked-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -30% 20%;
  height: 180px;
  background: radial-gradient(circle, rgba(92, 200, 232, 0.16), transparent 60%);
  pointer-events: none;
}

.locked-copy {
  display: grid;
  gap: 8px;
}

.locked-copy h3 {
  margin: 0;
  font-size: 1.18rem;
}

.blur-stack {
  display: grid;
  gap: 8px;
}

.blur-line {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
}

.blur-line-short {
  width: 72%;
}

.blur-line-tiny {
  width: 46%;
}

.table-shell {
  overflow: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(11, 17, 30, 0.99), rgba(8, 14, 25, 0.99));
  box-shadow: var(--shadow);
}

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

th,
td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(123, 154, 184, 0.1);
  vertical-align: top;
}

th {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.015);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

tbody tr:hover {
  background: rgba(92, 200, 232, 0.04);
}

.empty-state,
.notice {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(130, 255, 220, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.07), transparent 36%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.96), rgba(9, 22, 19, 0.94)),
    rgba(244, 255, 251, 0.015);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

.empty-state::before,
.notice::before {
  content: "System";
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(107, 122, 143, 0.18);
  background: rgba(88, 224, 196, 0.08);
  color: var(--mint);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.entity-empty-card,
.archive-empty-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(15, 25, 39, 0.96), rgba(11, 20, 31, 0.94)),
    rgba(255, 255, 255, 0.012);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.entity-empty-card .section-copy,
.archive-empty-card .section-copy {
  max-width: none;
  margin: 0;
}

.entity-empty-card-muted {
  border-style: dashed;
  border-color: rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.archive-empty-card {
  max-width: 42rem;
}

.archive-empty-card::before,
.entity-empty-card::before {
  content: "Archive";
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(107, 122, 143, 0.18);
  background: rgba(107, 122, 143, 0.08);
  color: var(--signal-slate);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.entity-empty-card::before {
  content: "Desk note";
}

.notice-warning {
  border-color: rgba(246, 179, 109, 0.2);
}

.notice-warning::before {
  content: "Watch";
  color: var(--signal-amber);
  border-color: rgba(217, 184, 107, 0.24);
  background: rgba(217, 184, 107, 0.08);
}

.notice-success {
  border-color: rgba(111, 226, 168, 0.2);
}

.notice-success::before {
  content: "Ready";
  color: var(--signal-mint);
  border-color: rgba(61, 217, 176, 0.24);
  background: rgba(61, 217, 176, 0.08);
}

.state-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 30px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  background:
    radial-gradient(circle at 86% 8%, rgba(88, 224, 196, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.94), rgba(8, 19, 16, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 28px 78px rgba(0, 0, 0, 0.28);
}

.state-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(157, 255, 232, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 82%);
  pointer-events: none;
}

.state-panel-copy,
.state-panel-meta,
.state-panel .cta-row {
  position: relative;
  z-index: 1;
}

.state-panel-copy {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.state-panel h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.state-panel p {
  margin: 0;
  max-width: 58rem;
  color: var(--muted-1);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.58;
}

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

.state-panel-meta span {
  display: grid;
  gap: 4px;
  min-height: 82px;
  align-content: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.state-panel-meta b {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.1;
}

.state-panel-meta small {
  color: var(--muted-1);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.state-panel .cta-row {
  grid-column: 1 / -1;
  margin-top: 2px;
}

.state-panel-locked {
  border-color: rgba(246, 179, 109, 0.18);
  background:
    radial-gradient(circle at 86% 8%, rgba(246, 179, 109, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(22, 35, 29, 0.94), rgba(8, 19, 16, 0.96));
}

.state-panel-empty {
  border-color: rgba(130, 255, 220, 0.1);
}

.state-panel-ready {
  border-color: rgba(88, 224, 196, 0.22);
}

.state-panel-compact {
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 16px 38px rgba(0, 0, 0, 0.18);
}

.state-panel-compact::before {
  background-size: 34px 34px;
  opacity: 0.7;
}

.state-panel-compact .state-panel-copy {
  gap: 8px;
}

.state-panel-compact h3 {
  font-size: clamp(1.28rem, 2.2vw, 1.82rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.state-panel-compact p {
  font-size: 0.94rem;
  line-height: 1.5;
}

.state-panel-compact .state-panel-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.state-panel-compact .state-panel-meta span {
  min-height: 64px;
  padding: 11px 12px;
  border-radius: 15px;
}

.state-panel-compact .cta-row {
  margin-top: 0;
}

.production-locked-preview {
  display: grid;
  gap: 16px;
}

.production-locked-preview .state-panel {
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.94), rgba(5, 9, 7, 0.78) 52%, rgba(5, 9, 7, 0.48)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.1), rgba(5, 9, 7, 0.88)),
    url("../public/media/brand/og-home-pitch-photo-features.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(244, 255, 251, 0.08),
    0 36px 96px rgba(0, 0, 0, 0.34);
}

.production-locked-preview-fixture .state-panel {
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.94), rgba(5, 9, 7, 0.78) 52%, rgba(5, 9, 7, 0.48)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.1), rgba(5, 9, 7, 0.88)),
    url("../public/media/brand/og-home-pitch-photo-hero-desktop.webp") center / cover no-repeat;
}

.production-locked-preview-card {
  border-radius: 8px;
  border-color: rgba(132, 255, 224, 0.13);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.04), rgba(244, 255, 251, 0.014)),
    rgba(7, 17, 15, 0.72);
}

.production-locked-boundary {
  padding: 10px 12px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 8px;
  background: rgba(132, 255, 224, 0.045);
}

.demo-account-panel {
  border-color: rgba(116, 232, 213, 0.28);
  background:
    linear-gradient(135deg, rgba(116, 232, 213, 0.12), transparent 42%),
    rgba(6, 17, 24, 0.9);
}

.demo-account-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.demo-account-head h3 {
  margin-bottom: 8px;
}

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

.demo-account-option {
  min-height: 118px;
  border: 1px solid rgba(213, 232, 222, 0.16);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.demo-account-option:hover,
.demo-account-option:focus-visible {
  border-color: rgba(116, 232, 213, 0.55);
  background: rgba(116, 232, 213, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.demo-account-option.is-active,
.demo-account-option[aria-pressed="true"] {
  border-color: rgba(138, 247, 185, 0.78);
  background: rgba(138, 247, 185, 0.14);
  box-shadow: 0 0 0 1px rgba(138, 247, 185, 0.22) inset;
}

.demo-account-option strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.demo-account-option span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.demo-account-option small {
  display: block;
  margin-top: 8px;
  color: rgba(184, 201, 196, 0.78);
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.35;
}

.auth-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 8, 10, 0.72);
  backdrop-filter: blur(16px);
}

.auth-modal {
  position: relative;
  display: grid;
  gap: 18px;
  width: min(760px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(130, 255, 220, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 224, 196, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 40px 110px rgba(0, 0, 0, 0.52);
}

.auth-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(130, 255, 220, 0.14);
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.045);
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
}

.auth-modal-head {
  display: grid;
  gap: 10px;
  max-width: 620px;
}

.auth-modal-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.auth-modal-head p {
  margin: 0;
  color: var(--muted-1);
  font-size: 1rem;
  line-height: 1.55;
}

.auth-modal-form {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.auth-modal-form .field-label {
  grid-column: 1 / -1;
}

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

.auth-modal-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.auth-preview-panel {
  margin-top: 18px;
}

.fantasy-hero .hero-main {
  background:
    linear-gradient(140deg, rgba(116, 232, 213, 0.13), transparent 42%),
    linear-gradient(180deg, rgba(9, 22, 29, 0.98), rgba(6, 16, 20, 0.96));
}

.fantasy-august-command-section {
  scroll-margin-top: 96px;
}

.fantasy-august-command {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 16% 0%, rgba(116, 232, 213, 0.14), transparent 38%),
    radial-gradient(circle at 88% 18%, rgba(138, 247, 185, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(13, 29, 25, 0.96), rgba(8, 18, 16, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(116, 232, 213, 0.14),
    0 28px 78px rgba(0, 0, 0, 0.28);
}

.fantasy-august-command-copy {
  display: grid;
  gap: 12px;
  max-width: 1080px;
}

.fantasy-august-command-copy h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(2.2rem, 6vw, 5.1rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.fantasy-august-command-copy p {
  max-width: 880px;
  margin: 0;
  color: rgba(220, 234, 242, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

.fantasy-august-decision-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.fantasy-august-decision-grid article {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 136px;
  min-width: 0;
  padding: 14px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(138, 247, 185, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(116, 232, 213, 0.1);
}

.fantasy-august-decision-grid span,
.fantasy-august-decision-grid small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1.32;
  text-transform: uppercase;
}

.fantasy-august-decision-grid strong {
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.1;
}

.fantasy-august-decision-grid small {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 800;
}

.fantasy-workspace-persistent-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.fantasy-workspace-persistent-grid span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(116, 232, 213, 0.09);
}

.fantasy-workspace-persistent-grid small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fantasy-workspace-persistent-grid strong {
  overflow-wrap: anywhere;
  color: var(--accent);
  font-size: 1rem;
  line-height: 1.15;
}

.fantasy-workspace-persistent-grid em {
  color: rgba(220, 234, 242, 0.74);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.35;
}

.fantasy-xog-support-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.58fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 14% 0%, rgba(88, 224, 196, 0.1), transparent 38%),
    rgba(7, 17, 15, 0.48);
  box-shadow: inset 0 0 0 1px rgba(116, 232, 213, 0.09);
}

.fantasy-xog-support-preview > div:first-child {
  display: grid;
  gap: 8px;
}

.fantasy-xog-support-preview strong {
  color: var(--text);
  font-size: clamp(1.18rem, 2vw, 1.7rem);
  line-height: 1.1;
}

.fantasy-xog-support-preview p {
  margin: 0;
  color: rgba(220, 234, 242, 0.78);
  line-height: 1.5;
}

.fantasy-alert-suite {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 0 1px rgba(116, 232, 213, 0.09);
}

.fantasy-alert-suite h3 {
  margin: 4px 0 0;
  color: var(--text);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.fantasy-alert-suite p {
  margin: 8px 0 0;
  color: rgba(220, 234, 242, 0.76);
  line-height: 1.45;
}

.fantasy-alert-suite > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fantasy-alert-suite > div:last-child span {
  display: grid;
  gap: 5px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.fantasy-alert-suite b {
  color: var(--text);
  font-size: 0.86rem;
  line-height: 1.2;
}

.fantasy-alert-suite small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
}

.fantasy-access-card {
  min-height: 330px;
  align-content: start;
}

.fantasy-access-open {
  border-color: rgba(138, 247, 185, 0.28);
  background:
    linear-gradient(135deg, rgba(138, 247, 185, 0.09), transparent 48%),
    rgba(6, 17, 24, 0.9);
}

.fantasy-access-pro {
  border-color: rgba(116, 232, 213, 0.34);
}

.fantasy-access-locked {
  border-style: dashed;
}

.fantasy-pill-grid {
  margin-top: 16px;
}

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

.fantasy-hub-card {
  min-height: 260px;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 24px;
  border: 1px solid rgba(213, 232, 222, 0.13);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(116, 232, 213, 0.08), transparent 52%),
    rgba(6, 17, 24, 0.9);
}

.fantasy-hub-primary {
  border-color: rgba(138, 247, 185, 0.28);
  background:
    linear-gradient(145deg, rgba(138, 247, 185, 0.14), transparent 54%),
    rgba(6, 17, 24, 0.92);
}

.fantasy-hub-card h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.3vw, 2.75rem);
  line-height: 1;
}

.fantasy-hub-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.fantasy-intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 26px;
}

.fantasy-intro-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(116, 232, 213, 0.12), transparent 34%),
    rgba(12, 2, 19, 0.84);
  backdrop-filter: blur(6px);
}

.fantasy-intro-card {
  position: relative;
  width: min(680px, calc(100vw - 36px));
  display: grid;
  gap: 22px;
  justify-items: center;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(116, 232, 213, 0.28);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(105, 58, 190, 0.24), rgba(6, 17, 24, 0.92)),
    rgba(18, 4, 28, 0.96);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.48);
  text-align: center;
}

.fantasy-intro-card h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 0.96;
}

.fantasy-intro-card p {
  max-width: 46ch;
  margin: 0;
  color: rgba(213, 232, 222, 0.78);
  font-size: 1.04rem;
  line-height: 1.55;
}

.fantasy-intro-routes {
  width: min(520px, 100%);
  display: grid;
  gap: 10px;
}

.fantasy-intro-routes a {
  min-height: 58px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: center;
  padding: 0 22px;
  border: 1px solid rgba(138, 247, 185, 0.36);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(116, 232, 213, 0.08), rgba(127, 75, 255, 0.18)),
    rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 950;
  text-align: left;
  text-decoration: none;
}

.fantasy-intro-routes span {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(233, 246, 241, 0.76);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(116, 232, 213, 0.12);
}

.fantasy-intro-actions {
  width: min(420px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.fantasy-intro-actions .button,
.fantasy-intro-actions .ghost-button {
  width: 100%;
  min-height: 52px;
}

.fantasy-command-panel {
  display: grid;
  gap: 20px;
  border-color: rgba(116, 232, 213, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(138, 247, 185, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(13, 29, 25, 0.96), rgba(8, 18, 16, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(116, 232, 213, 0.12),
    0 26px 76px rgba(0, 0, 0, 0.26);
}

.fantasy-command-first {
  padding-top: 0;
}

.fantasy-command-top,
.fantasy-section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.fantasy-command-top h1 {
  margin-bottom: 10px;
  font-size: clamp(2.65rem, 5vw, 5.4rem);
  line-height: 0.94;
}

.fantasy-command-summary {
  max-width: 82ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.fantasy-command-summary strong {
  display: inline;
  margin-top: 0;
  color: var(--text);
  font-size: inherit;
  letter-spacing: 0;
}

.fantasy-primary-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fantasy-primary-actions .button,
.fantasy-primary-actions .ghost-button {
  min-height: 44px;
}

.fantasy-strategy-posture {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(138, 247, 185, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(138, 247, 185, 0.13);
}

.fantasy-strategy-posture > div:first-child {
  display: grid;
  gap: 8px;
}

.fantasy-strategy-posture strong {
  color: var(--text);
  font-size: clamp(1.18rem, 1.8vw, 1.6rem);
  line-height: 1.12;
}

.fantasy-strategy-posture p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.fantasy-strategy-posture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.fantasy-strategy-posture-grid span {
  display: grid;
  gap: 5px;
  min-height: 92px;
  align-content: start;
  padding: 13px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(213, 232, 222, 0.09);
}

.fantasy-strategy-posture-grid span strong {
  font-size: 0.94rem;
}

.fantasy-strategy-posture-grid small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.fantasy-strategy-posture-protect,
.fantasy-command-action-protect {
  border-color: rgba(116, 232, 213, 0.28);
  background-color: rgba(116, 232, 213, 0.075);
}

.fantasy-strategy-posture-chase,
.fantasy-command-action-chase {
  border-color: rgba(246, 179, 109, 0.28);
  background-color: rgba(246, 179, 109, 0.075);
}

.fantasy-strategy-posture-aggressive,
.fantasy-command-action-aggressive {
  border-color: rgba(255, 113, 91, 0.3);
  background-color: rgba(255, 113, 91, 0.075);
}

.fantasy-strategy-posture-value,
.fantasy-command-action-value {
  border-color: rgba(138, 247, 185, 0.32);
  background-color: rgba(138, 247, 185, 0.08);
}

.fantasy-gameweek-answer-grid {
  display: grid;
  gap: 14px;
}

.fantasy-primary-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.fantasy-product-decision-card {
  position: relative;
  overflow: hidden;
  min-height: 252px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: clamp(22px, 2.5vw, 30px);
  border: 1px solid rgba(116, 232, 213, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(138, 247, 185, 0.13), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(7, 19, 17, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 22px 58px rgba(0, 0, 0, 0.22);
}

.fantasy-product-decision-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -34% 42%;
  height: 130px;
  background: radial-gradient(circle, rgba(138, 247, 185, 0.14), transparent 68%);
  pointer-events: none;
}

.fantasy-product-decision-card > * {
  position: relative;
  z-index: 1;
}

.fantasy-product-decision-card strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: clamp(1.36rem, 2vw, 1.92rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.fantasy-product-decision-card p {
  margin: 12px 0 0;
  color: var(--muted-1);
  line-height: 1.5;
}

.fantasy-product-decision-card .fantasy-feature-pills {
  gap: 7px;
}

.fantasy-product-decision-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fantasy-product-decision-foot small {
  color: var(--signal-mint);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.fantasy-product-decision-card-transfer {
  border-color: rgba(138, 247, 185, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(138, 247, 185, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.018)),
    rgba(7, 21, 17, 0.9);
}

.fantasy-product-decision-card-captain {
  border-color: rgba(116, 232, 213, 0.24);
}

.fantasy-product-decision-card-bench {
  border-color: rgba(246, 179, 109, 0.2);
}

.fantasy-product-decision-card-bench::after {
  background: radial-gradient(circle, rgba(246, 179, 109, 0.12), transparent 68%);
}

.fantasy-support-decision-grid .fantasy-decision-card {
  min-height: 132px;
  border-color: rgba(116, 232, 213, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.022);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.fantasy-support-decision-grid .fantasy-decision-card:first-child {
  border-color: rgba(138, 247, 185, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(138, 247, 185, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.022));
}

.fantasy-decision-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.fantasy-decision-strip article {
  min-height: 118px;
  display: grid;
  gap: 6px;
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(213, 232, 222, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025)),
    rgba(6, 17, 24, 0.62);
}

.fantasy-decision-strip span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fantasy-decision-strip strong {
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.18;
}

.fantasy-decision-strip small {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.42;
}

.fantasy-setup-drawer {
  border: 1px solid rgba(213, 232, 222, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.fantasy-setup-drawer > summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: var(--muted);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.fantasy-setup-drawer[open] {
  padding-bottom: 16px;
}

.fantasy-setup-drawer[open] > *:not(summary) {
  margin-inline: 16px;
}

.fantasy-command-action {
  min-width: 190px;
  padding: 16px 18px;
  border: 1px solid rgba(138, 247, 185, 0.25);
  border-radius: 18px;
  background: rgba(138, 247, 185, 0.1);
  display: grid;
  gap: 4px;
  text-align: right;
}

.fantasy-command-action span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fantasy-command-action strong {
  font-size: 1.8rem;
}

.fantasy-command-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.fantasy-command-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto auto;
  gap: 10px;
  align-items: end;
}

.fantasy-command-controls label {
  display: grid;
  gap: 6px;
}

.fantasy-command-controls label span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fantasy-import-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) auto minmax(240px, 1fr);
  gap: 12px;
  align-items: end;
}

.fantasy-import-row label {
  display: grid;
  gap: 6px;
}

.fantasy-import-row label span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fantasy-setup-flow {
  padding-top: 4px;
}

.fantasy-setup-main {
  display: grid;
  gap: 18px;
  border-color: rgba(116, 232, 213, 0.2);
}

.fantasy-setup-flow.is-complete .fantasy-setup-main {
  border-color: rgba(138, 247, 185, 0.24);
}

.fantasy-import-row-clean {
  grid-template-columns: minmax(260px, 1fr) auto auto minmax(240px, 0.8fr);
}

.fantasy-workspace-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fantasy-workspace-status .metric {
  min-height: 100%;
  background:
    radial-gradient(circle at 100% 0%, rgba(116, 232, 213, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.04);
  border-color: rgba(116, 232, 213, 0.12);
}

.fantasy-workspace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.fantasy-preference-grid,
.fantasy-follow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fantasy-preference-grid article,
.fantasy-follow-grid article {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(213, 232, 222, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.fantasy-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fantasy-choice-row button,
.fantasy-follow-list button,
.fantasy-view-toggle button,
.fantasy-follow-row button,
.fantasy-squad-list button {
  min-height: 42px;
  border: 1px solid rgba(213, 232, 222, 0.14);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-weight: 850;
  cursor: pointer;
}

.fantasy-choice-row button.is-active,
.fantasy-follow-list button.is-active,
.fantasy-view-toggle button.is-active,
.fantasy-squad-list button.is-active,
.fantasy-choice-row button[aria-pressed="true"],
.fantasy-follow-list button[aria-pressed="true"],
.fantasy-view-toggle button[aria-pressed="true"],
.fantasy-squad-list button[aria-pressed="true"] {
  color: #f4fffb;
  border-color: rgba(157, 255, 232, 0.46);
  background:
    linear-gradient(135deg, rgba(157, 255, 232, 0.18), rgba(88, 224, 196, 0.1)),
    rgba(88, 224, 196, 0.08);
  box-shadow: inset 0 0 0 1px rgba(157, 255, 232, 0.08);
}

.fantasy-follow-list {
  display: grid;
  gap: 10px;
}

.fantasy-follow-list button {
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 18px;
  text-align: left;
}

.fantasy-follow-list small,
.fantasy-squad-list small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.fantasy-follow-list em {
  color: var(--signal-mint);
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 950;
}

.fantasy-command-grid .panel {
  min-height: 126px;
  border-radius: 18px;
  padding: 16px;
}

.fantasy-command-grid-compact .panel {
  min-height: 104px;
}

.fantasy-page-tabs {
  position: sticky;
  top: 10px;
  z-index: 12;
  display: flex;
  gap: 10px;
  width: min(var(--max), calc(100vw - 32px));
  margin: -10px auto 16px;
  padding: 8px;
  border: 1px solid rgba(213, 232, 222, 0.12);
  border-radius: 999px;
  background: rgba(8, 18, 27, 0.88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.fantasy-page-tabs a {
  flex: 1;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 900;
  text-decoration: none;
}

.fantasy-page-tabs a:first-child {
  background: rgba(138, 247, 185, 0.14);
  color: var(--text);
}

.fantasy-start-guide {
  padding-top: 0;
}

.fantasy-start-panel {
  display: grid;
  gap: 16px;
  border-color: rgba(138, 247, 185, 0.2);
}

.fantasy-start-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fantasy-start-steps a {
  min-height: 170px;
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(213, 232, 222, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  text-decoration: none;
}

.fantasy-start-steps a:hover,
.fantasy-start-steps a:focus-visible {
  border-color: rgba(138, 247, 185, 0.52);
  background: rgba(138, 247, 185, 0.08);
  outline: none;
}

.fantasy-start-steps span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #07141a;
  font-weight: 950;
}

.fantasy-start-steps strong {
  font-size: 1.08rem;
}

.fantasy-start-steps small {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.fantasy-rules-guide {
  width: min(var(--max), calc(100vw - 32px));
  margin-inline: auto;
  padding: 0;
  border: 1px solid rgba(213, 232, 222, 0.13);
  border-radius: 22px;
  background: rgba(5, 15, 20, 0.72);
}

.fantasy-rules-guide > summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.fantasy-rules-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0 20px 20px;
}

.fantasy-rules-grid article {
  display: grid;
  gap: 8px;
  padding: 15px;
  border: 1px solid rgba(213, 232, 222, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.fantasy-rules-grid strong {
  font-size: 0.98rem;
}

.fantasy-rules-grid p,
.fantasy-rules-grid span {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.fantasy-rules-grid span {
  color: rgba(138, 247, 185, 0.86);
  font-weight: 800;
}

.fantasy-strategy-strip,
.fantasy-tabs,
.fantasy-player-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fantasy-strategy-strip button,
.fantasy-tabs button,
.fantasy-player-actions button {
  min-height: 40px;
  border: 1px solid rgba(213, 232, 222, 0.14);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
}

.fantasy-strategy-strip button.is-active,
.fantasy-tabs button.is-active,
.fantasy-strategy-strip button[aria-pressed="true"],
.fantasy-tabs button[aria-pressed="true"] {
  color: #f4fffb;
  border-color: rgba(157, 255, 232, 0.46);
  background:
    linear-gradient(135deg, rgba(157, 255, 232, 0.18), rgba(88, 224, 196, 0.1)),
    rgba(88, 224, 196, 0.08);
  box-shadow: inset 0 0 0 1px rgba(157, 255, 232, 0.08);
}

.fantasy-strategy-strip button {
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 2px;
  border-radius: 18px;
  padding: 8px 14px;
  text-align: left;
}

.fantasy-strategy-strip button strong {
  font-size: 0.9rem;
  line-height: 1.1;
}

.fantasy-strategy-strip button small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fantasy-workbench {
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  align-items: start;
}

.fantasy-transfer-workspace {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: start;
}

.fantasy-squad-builder {
  display: grid;
  grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1.72fr);
  gap: 22px;
  align-items: start;
}

.fantasy-player-selection-panel,
.fantasy-squad-selection-panel {
  display: grid;
  gap: 16px;
  background:
    radial-gradient(circle at 14% 0%, rgba(142, 92, 246, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(6, 17, 24, 0.94);
  border-color: rgba(138, 247, 185, 0.16);
}

.fantasy-builder-title h2,
.fantasy-squad-selection-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 3vw, 3.25rem);
  line-height: 0.98;
}

.fantasy-builder-title p,
.fantasy-squad-selection-head p {
  max-width: 72ch;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.fantasy-find-player {
  display: grid;
  gap: 8px;
}

.fantasy-find-player > span {
  color: #fff;
  font-weight: 900;
}

.fantasy-find-player .text-input {
  min-height: 56px;
  border-color: rgba(138, 247, 185, 0.18);
  background: rgba(6, 17, 24, 0.78);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.fantasy-player-filter-bar {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(128px, 0.75fr) minmax(104px, 0.48fr) auto;
  gap: 8px;
  align-items: start;
}

.fantasy-player-filter-bar select,
.fantasy-player-filter-bar button,
.fantasy-player-menu > summary {
  min-height: 44px;
  border: 1px solid rgba(138, 247, 185, 0.16);
  border-radius: 9px;
  background: rgba(8, 24, 20, 0.84);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.fantasy-player-filter-bar button {
  padding: 0 12px;
  cursor: pointer;
}

.fantasy-player-menu {
  position: relative;
}

.fantasy-player-menu > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  cursor: pointer;
  list-style: none;
}

.fantasy-player-menu > summary::-webkit-details-marker {
  display: none;
}

.fantasy-player-menu > summary::after {
  content: "v";
  color: rgba(255, 255, 255, 0.65);
}

.fantasy-player-menu-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  width: min(650px, 92vw);
  max-height: 540px;
  overflow: auto;
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(31, 2, 42, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.fantasy-player-menu-panel strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fantasy-player-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

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

.fantasy-player-menu-grid button {
  min-height: 38px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 999px;
  padding: 0 12px;
  text-align: left;
}

.fantasy-mini-badge,
.fantasy-shirt-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #f35b42, #263f98);
  color: #fff;
  font-weight: 950;
}

.fantasy-mini-badge {
  width: 24px;
  height: 24px;
  font-size: 0.62rem;
}

.fantasy-player-identity {
  position: relative;
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.fantasy-player-identity-compact {
  width: 50px;
  height: 50px;
}

.fantasy-player-photo,
.fantasy-club-crest {
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  isolation: isolate;
}

.fantasy-player-photo {
  position: relative;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(116, 232, 213, 0.18), rgba(138, 247, 185, 0.09));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 8px 22px rgba(0, 0, 0, 0.2);
}

.fantasy-player-photo img,
.fantasy-club-crest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fantasy-player-photo img {
  object-position: top center;
  transform: scale(1.04);
}

.fantasy-player-photo b,
.fantasy-club-crest b {
  color: var(--signal-mint);
  font-weight: 950;
  letter-spacing: 0.04em;
}

.fantasy-player-photo.has-image b,
.fantasy-club-crest.has-image b {
  display: none;
}

.fantasy-club-crest {
  width: 30px;
  height: 30px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.2), transparent 40%),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 8px 18px rgba(0, 0, 0, 0.16);
}

.fantasy-club-crest img {
  width: 84%;
  height: 84%;
  object-fit: contain;
}

.fantasy-club-crest b {
  font-size: 0.62rem;
}

.fantasy-club-crest-overlay {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 25px;
  height: 25px;
  background: rgba(6, 17, 24, 0.95);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 5px 12px rgba(0, 0, 0, 0.18);
}

.fantasy-club-crest-inline {
  width: 21px;
  height: 21px;
  margin-right: 2px;
}

.fantasy-player-card-media {
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}

.fantasy-player-clubline {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
}

.fantasy-player-clubline small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fantasy-player-count {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(90deg, var(--accent), rgba(142, 92, 246, 0.82));
  color: #051412;
  font-weight: 950;
}

.fantasy-player-table {
  max-height: 760px;
  overflow: auto;
  padding-right: 4px;
  scrollbar-color: rgba(126, 247, 165, 0.55) rgba(255, 255, 255, 0.05);
}

.fantasy-player-section {
  display: grid;
  gap: 0;
  margin-top: 12px;
}

.fantasy-player-section-head,
.fantasy-player-row {
  display: grid;
  grid-template-columns: 28px 54px minmax(0, 1fr) 72px 52px 44px;
  gap: 10px;
  align-items: center;
}

.fantasy-player-section-head {
  padding: 10px 0 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 900;
}

.fantasy-player-section-head strong {
  grid-column: 1 / 4;
  color: #fff;
  font-size: 1rem;
}

.fantasy-player-row {
  min-height: 74px;
  padding-block: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition:
    background 0.16s ease,
    transform 0.16s ease;
}

.fantasy-player-row:hover {
  background: rgba(255, 255, 255, 0.035);
}

.fantasy-player-info-button,
.fantasy-player-add-button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 950;
}

.fantasy-player-info-button {
  width: 28px;
  height: 28px;
  background: transparent;
  color: #fff;
  font-style: italic;
}

.fantasy-shirt-badge {
  width: 34px;
  height: 42px;
  border-radius: 8px 8px 12px 12px;
  font-size: 0.68rem;
}

.fantasy-player-row-main {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.fantasy-player-row-main strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.98rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fantasy-player-row-main small {
  display: block;
  overflow: hidden;
  color: rgba(238, 219, 244, 0.58);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fantasy-player-row .fantasy-player-identity {
  justify-self: center;
}

.fantasy-player-row-price,
.fantasy-player-row-points {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 850;
}

.fantasy-player-add-button {
  width: 34px;
  height: 34px;
  background: #4f1160;
  color: #fff;
  font-size: 1.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.fantasy-player-add-button.is-remove {
  background: rgba(105, 238, 145, 0.18);
  color: #7ef7a5;
}

.fantasy-player-pagination {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.fantasy-player-pagination button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  cursor: pointer;
}

.fantasy-player-pagination button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.fantasy-player-pagination span {
  min-width: 72px;
  color: rgba(238, 219, 244, 0.7);
  font-weight: 950;
  text-align: center;
}

.fantasy-squad-selection-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.fantasy-squad-selection-panel .fantasy-view-toggle {
  background: rgba(73, 14, 88, 0.88);
  border-color: rgba(255, 255, 255, 0.08);
}

.fantasy-squad-meta {
  display: grid;
  grid-template-columns: 1.2fr auto auto;
  gap: 20px;
  align-items: center;
  padding: 8px 0 18px;
}

.fantasy-squad-meta article {
  display: grid;
  gap: 5px;
}

.fantasy-squad-meta span {
  color: rgba(238, 219, 244, 0.62);
  font-weight: 750;
}

.fantasy-squad-meta strong {
  color: #fff;
}

.fantasy-squad-count,
.fantasy-bank-pill {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 9px;
  font-size: 1.35rem;
  font-weight: 950;
}

.fantasy-squad-count {
  background: #ef233c;
}

.fantasy-squad-count.is-complete {
  background: #47b866;
  color: #23002d !important;
}

.fantasy-bank-pill {
  background: #47b866;
  color: #23002d !important;
}

.fantasy-squad-requirements {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fantasy-squad-requirements button {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(238, 219, 244, 0.74);
  font-weight: 950;
  cursor: pointer;
}

.fantasy-squad-requirements button.is-complete {
  border-color: rgba(105, 241, 148, 0.38);
  background: rgba(105, 241, 148, 0.13);
  color: #7ef7a5;
}

.fantasy-squad-pitch {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  display: grid;
  align-content: stretch;
  gap: 16px;
  padding: 88px 34px 38px;
  border-radius: 18px;
  clip-path: polygon(13% 0, 87% 0, 100% 24%, 100% 100%, 0 100%, 0 24%);
  background:
    radial-gradient(ellipse at 50% 84%, transparent 0 16%, rgba(255, 255, 255, 0.48) 16.3% 16.75%, transparent 17.05%),
    linear-gradient(180deg, transparent 17.8%, rgba(255, 255, 255, 0.88) 18.05% 18.35%, transparent 18.65%),
    linear-gradient(180deg, transparent 49.7%, rgba(255, 255, 255, 0.7) 49.95% 50.25%, transparent 50.55%),
    linear-gradient(180deg, transparent 83.8%, rgba(255, 255, 255, 0.9) 84.05% 84.4%, transparent 84.75%),
    repeating-linear-gradient(180deg, rgba(0, 176, 91, 0.96) 0 128px, rgba(0, 154, 79, 0.96) 128px 256px),
    #00a85d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    inset 0 -34px 70px rgba(0, 94, 48, 0.26),
    0 22px 60px rgba(0, 0, 0, 0.16);
}

.fantasy-squad-pitch::before,
.fantasy-squad-pitch::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.fantasy-squad-pitch::before {
  left: 33%;
  bottom: -2px;
  width: 34%;
  height: 124px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-bottom: 0;
  opacity: 0.8;
}

.fantasy-squad-pitch::after {
  left: 42%;
  bottom: -2px;
  width: 16%;
  height: 52px;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-bottom: 0;
  opacity: 0.78;
}

.fantasy-squad-pitch-banner {
  position: absolute;
  inset: 0 16% auto;
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 9%;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, #63e5f1, #657dfd);
  color: #250035;
  font-size: 1.28rem;
  font-weight: 950;
  z-index: 2;
}

.fantasy-squad-position-line {
  display: grid;
  gap: 16px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.fantasy-squad-position-gk {
  grid-template-columns: repeat(2, minmax(104px, 150px));
  align-self: end;
}

.fantasy-squad-position-def,
.fantasy-squad-position-mid {
  grid-template-columns: repeat(5, minmax(90px, 142px));
}

.fantasy-squad-position-fwd {
  grid-template-columns: repeat(3, minmax(104px, 150px));
  align-self: start;
}

.fantasy-squad-slot {
  position: relative;
  min-height: 132px;
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background: rgba(37, 86, 52, 0.72);
  color: #fff;
  text-align: center;
  cursor: pointer;
  backdrop-filter: blur(2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.1);
}

.fantasy-squad-slot.is-empty {
  background: rgba(47, 95, 63, 0.72);
}

.fantasy-squad-slot.is-selected {
  outline: 3px solid rgba(117, 248, 165, 0.72);
}

.fantasy-squad-slot.is-empty > span {
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.fantasy-squad-slot .fantasy-player-identity {
  width: 54px;
  height: 54px;
  margin-bottom: 2px;
}

.fantasy-squad-slot strong {
  max-width: 90%;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fantasy-squad-slot small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.66rem;
  font-weight: 800;
}

.fantasy-squad-slot em {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #6af194;
  color: #260035;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
}

.fantasy-squad-shirt {
  width: 34px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px 9px 12px 12px;
  background: linear-gradient(135deg, #f0543d, #286be8);
  font-size: 0.66rem;
  font-weight: 950;
}

.fantasy-selected-drawer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(116, 232, 213, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(116, 232, 213, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.fantasy-selected-drawer.is-empty {
  grid-template-columns: 1fr;
}

.fantasy-selected-drawer.is-empty p {
  margin: 0;
  color: rgba(238, 219, 244, 0.7);
}

.fantasy-selected-player {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.fantasy-selected-player .fantasy-player-identity {
  width: 64px;
  height: 64px;
}

.fantasy-selected-player strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 1.05rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fantasy-selected-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 5px;
}

.fantasy-selected-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid rgba(116, 232, 213, 0.26);
  border-radius: 999px;
  background: rgba(116, 232, 213, 0.09);
  color: rgba(235, 255, 249, 0.88);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fantasy-selected-player p,
.fantasy-selected-player small {
  display: block;
  margin: 2px 0 0;
  color: rgba(238, 219, 244, 0.68);
  line-height: 1.35;
}

.fantasy-selected-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.fantasy-selected-actions button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  cursor: pointer;
}

.fantasy-selected-actions button:hover,
.fantasy-selected-actions button:focus-visible {
  border-color: rgba(116, 232, 213, 0.42);
  background: rgba(116, 232, 213, 0.12);
}

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

.fantasy-squad-status {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: rgba(238, 219, 244, 0.78);
}

.fantasy-squad-status strong {
  color: #fff;
}

.fantasy-squad-status.is-valid {
  border-color: rgba(105, 241, 148, 0.34);
}

.fantasy-squad-status.is-invalid {
  border-color: rgba(255, 113, 91, 0.5);
}

.fantasy-pitch-panel,
.fantasy-decision-panel,
.fantasy-briefing,
.fantasy-advisor,
.fantasy-search-panel,
.fantasy-drafts,
.fantasy-chip-panel {
  display: grid;
  gap: 18px;
}

.fantasy-decision-panel,
.fantasy-briefing,
.fantasy-advisor,
.fantasy-search-panel,
.fantasy-watchlist-panel,
.fantasy-drafts,
.fantasy-chip-panel {
  border-color: rgba(138, 247, 185, 0.18);
  background:
    radial-gradient(circle at 16% 0%, rgba(138, 247, 185, 0.105), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(6, 17, 24, 0.92);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.fantasy-pitch {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 680px;
  overflow: hidden;
  padding: 68px 18px 26px;
  border: 1px solid rgba(138, 247, 185, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(90deg, transparent 8%, rgba(255, 255, 255, 0.76) 8.15% 8.35%, transparent 8.5% 91.5%, rgba(255, 255, 255, 0.76) 91.65% 91.85%, transparent 92%),
    linear-gradient(180deg, transparent 10%, rgba(255, 255, 255, 0.76) 10.15% 10.35%, transparent 10.5% 89.5%, rgba(255, 255, 255, 0.76) 89.65% 89.85%, transparent 90%),
    linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.13) 50%, transparent 50.5%),
    radial-gradient(circle at 50% 50%, transparent 0 15%, rgba(255, 255, 255, 0.14) 15.2% 15.7%, transparent 16%),
    linear-gradient(180deg, rgba(44, 158, 88, 0.88), rgba(7, 126, 69, 0.94)),
    rgba(11, 48, 38, 0.92);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.05),
    inset 0 0 70px rgba(0, 0, 0, 0.24);
}

.fantasy-pitch-banner {
  position: absolute;
  inset: 0 0 auto;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background: linear-gradient(90deg, var(--accent), #6580ff);
  color: #260039;
  font-weight: 950;
}

.fantasy-pitch-banner span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(38, 0, 57, 0.12);
}

.fantasy-pitch-line {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 132px;
}

.fantasy-pitch-line > span,
.fantasy-bench > span {
  justify-self: center;
  width: fit-content;
  padding: 4px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.16);
  color: rgba(233, 246, 241, 0.76);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.fantasy-pitch-players,
.fantasy-bench-grid {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.fantasy-player-card {
  width: min(148px, 100%);
  min-height: 164px;
  display: grid;
  gap: 5px;
  align-content: start;
  border: 1px solid rgba(233, 246, 241, 0.18);
  border-radius: 18px;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(9, 22, 29, 0.82), rgba(5, 15, 18, 0.82)),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px);
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.fantasy-player-card:hover,
.fantasy-player-card:focus-visible {
  border-color: rgba(116, 232, 213, 0.62);
  outline: none;
}

.fantasy-player-card.is-selected {
  border-color: rgba(138, 247, 185, 0.78);
  box-shadow: 0 0 0 2px rgba(138, 247, 185, 0.12);
}

.fantasy-player-top,
.fantasy-player-metrics {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.fantasy-player-top span {
  min-width: 28px;
  min-height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(138, 247, 185, 0.17);
  color: var(--signal-mint);
  font-size: 0.72rem;
  font-weight: 900;
}

.fantasy-player-card > span:not(.fantasy-player-top):not(.fantasy-player-metrics),
.fantasy-player-card small {
  color: rgba(213, 232, 222, 0.74);
  font-size: 0.78rem;
}

.fantasy-player-card b {
  font-size: 0.95rem;
  line-height: 1.08;
}

.fantasy-player-card em {
  width: fit-content;
  margin-top: 2px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(138, 247, 185, 0.1);
  color: var(--signal-mint);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fantasy-risk-watch {
  border-color: rgba(246, 179, 109, 0.42);
}

.fantasy-risk-watch em {
  background: rgba(246, 179, 109, 0.14);
  color: var(--signal-amber);
}

.fantasy-risk-high {
  border-color: rgba(255, 113, 91, 0.48);
}

.fantasy-risk-high em {
  background: rgba(255, 113, 91, 0.13);
  color: var(--signal-orange);
}

.fantasy-bench {
  display: grid;
  gap: 10px;
}

.fantasy-bench-grid .fantasy-player-card {
  width: min(154px, 100%);
  min-height: 126px;
}

.fantasy-view-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(213, 232, 222, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.fantasy-view-toggle button {
  min-width: 104px;
  border-radius: 14px;
}

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

.fantasy-squad-list article {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(213, 232, 222, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.fantasy-squad-list h3 {
  margin: 0;
}

.fantasy-squad-list button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 15px;
  text-align: left;
}

.fantasy-squad-list button.is-empty {
  border-style: dashed;
  color: rgba(238, 219, 244, 0.62);
}

.fantasy-squad-list em {
  color: var(--signal-mint);
  font-style: normal;
  font-weight: 950;
}

.fantasy-squad-selection-actions .button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.fantasy-decision-grid,
.fantasy-briefing-grid,
.fantasy-draft-grid {
  display: grid;
  gap: 12px;
}

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

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

.fantasy-week-command {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fantasy-week-command article {
  min-height: 132px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(138, 247, 185, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(138, 247, 185, 0.075), transparent 46%),
    rgba(255, 255, 255, 0.035);
}

.fantasy-week-command .fantasy-command-primary {
  border-color: rgba(116, 232, 213, 0.34);
  background:
    linear-gradient(135deg, rgba(116, 232, 213, 0.13), transparent 52%),
    rgba(255, 255, 255, 0.045);
}

.fantasy-week-command .fantasy-command-primary > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.fantasy-week-command .fantasy-player-identity {
  width: 58px;
  height: 58px;
}

.fantasy-command-centre-grid,
.fantasy-fix-flow-grid,
.fantasy-alert-engine,
.fantasy-transfer-intent-lanes {
  display: grid;
  gap: 12px;
}

.fantasy-command-centre-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fantasy-command-centre-grid article,
.fantasy-fix-flow-grid article,
.fantasy-alert-engine article,
.fantasy-alert-engine > span,
.fantasy-start-here-card,
.fantasy-player-pool-closed,
.fantasy-transfer-locked-panel,
.fantasy-domestic-signal-note {
  display: grid;
  gap: 7px;
  padding: 15px;
  border: 1px solid rgba(138, 247, 185, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(138, 247, 185, 0.07), transparent 48%),
    rgba(255, 255, 255, 0.035);
}

.fantasy-command-centre-grid article:first-child,
.fantasy-fix-flow-grid article:first-child {
  border-color: rgba(116, 232, 213, 0.34);
  background:
    linear-gradient(135deg, rgba(116, 232, 213, 0.13), transparent 52%),
    rgba(255, 255, 255, 0.045);
}

.fantasy-command-centre-grid span,
.fantasy-fix-flow-grid span,
.fantasy-alert-engine span {
  color: rgba(213, 232, 222, 0.62);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fantasy-command-centre-grid strong,
.fantasy-fix-flow-grid strong,
.fantasy-alert-engine strong,
.fantasy-domestic-signal-note strong {
  color: var(--text);
  font-size: clamp(0.98rem, 1.3vw, 1.16rem);
  line-height: 1.15;
}

.fantasy-command-centre-grid small,
.fantasy-fix-flow-grid small,
.fantasy-alert-engine small,
.fantasy-domestic-signal-note span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.4;
}

.fantasy-decision-engine-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.fantasy-decision-engine-panel article,
.fantasy-decision-output-details,
.fantasy-saved-decision-stack {
  display: grid;
  gap: 8px;
}

.fantasy-decision-engine-panel article,
.fantasy-decision-output-details {
  padding: 14px;
  border: 1px solid rgba(138, 247, 185, 0.15);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(138, 247, 185, 0.06), transparent 48%),
    rgba(255, 255, 255, 0.03);
}

.fantasy-decision-output-details.is-compact {
  padding: 0;
  border: 0;
  background: transparent;
}

.fantasy-decision-output-head {
  display: grid;
  gap: 4px;
}

.fantasy-decision-output-head span {
  width: fit-content;
  padding: 4px 8px;
  border: 1px solid rgba(138, 247, 185, 0.2);
  border-radius: 999px;
  color: var(--mint);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fantasy-decision-output-head strong {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.18;
}

.fantasy-decision-output-helper {
  margin: 0;
  color: rgba(213, 232, 222, 0.72);
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1.35;
}

.fantasy-token-block {
  display: grid;
  gap: 5px;
}

.fantasy-token-row-label {
  color: rgba(213, 232, 222, 0.58);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fantasy-token-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.fantasy-token-row span {
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}

.fantasy-token-row-reasons span {
  color: rgba(213, 232, 222, 0.88);
  background: rgba(138, 247, 185, 0.1);
}

.fantasy-token-row-risks span {
  color: rgba(255, 220, 172, 0.94);
  background: rgba(255, 190, 92, 0.1);
}

.fantasy-decision-freshness,
.fantasy-decision-updated {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 720;
  line-height: 1.35;
}

.fantasy-decision-updated {
  color: rgba(213, 232, 222, 0.58);
}

.fantasy-alert-decision {
  grid-column: 1 / -1;
}

.fantasy-saved-decision-stack {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(213, 232, 222, 0.1);
}

.fantasy-saved-decision-item {
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(213, 232, 222, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.fantasy-fix-flow-section {
  padding-top: 0;
}

.fantasy-start-here-section {
  padding-top: 0;
}

.fantasy-start-here-card {
  gap: 18px;
  border-color: rgba(116, 232, 213, 0.32);
  background:
    radial-gradient(circle at 12% 0%, rgba(116, 232, 213, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(6, 17, 24, 0.94);
}

.fantasy-demo-warning {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 199, 102, 0.3);
  border-radius: 999px;
  background: rgba(255, 199, 102, 0.1);
  color: #ffd28a;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fantasy-start-here-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.fantasy-start-requirements {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.fantasy-start-requirements span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(213, 232, 222, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.fantasy-start-requirements span.is-ok {
  border-color: rgba(138, 247, 185, 0.26);
  background: rgba(138, 247, 185, 0.08);
}

.fantasy-start-requirements span.is-watch {
  border-color: rgba(255, 199, 102, 0.34);
  background: rgba(255, 199, 102, 0.1);
}

.fantasy-start-requirements span.is-blocked {
  border-color: rgba(255, 113, 91, 0.44);
  background: rgba(255, 113, 148, 0.1);
}

.fantasy-start-requirements strong {
  color: var(--text);
  font-size: 1.15rem;
}

.fantasy-start-freshness {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.fantasy-start-freshness span {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(116, 232, 213, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.026);
}

.fantasy-start-freshness small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fantasy-start-freshness strong {
  color: var(--text);
  font-size: 0.9rem;
}

.fantasy-start-requirements small,
.fantasy-mode-footnote {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.35;
}

.fantasy-fix-flow-panel {
  display: grid;
  gap: 18px;
  border-color: rgba(116, 232, 213, 0.22);
  background:
    radial-gradient(circle at 18% 0%, rgba(116, 232, 213, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(6, 17, 24, 0.92);
}

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

.fantasy-transfer-intent-lanes {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fantasy-transfer-intent-lanes button {
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(213, 232, 222, 0.14);
  border-radius: 18px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 55%),
    rgba(255, 255, 255, 0.03);
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.fantasy-transfer-intent-lanes button:hover,
.fantasy-transfer-intent-lanes button:focus-visible {
  border-color: rgba(138, 247, 185, 0.42);
  background:
    linear-gradient(145deg, rgba(138, 247, 185, 0.11), transparent 55%),
    rgba(255, 255, 255, 0.045);
  outline: none;
}

.fantasy-transfer-intent-lanes strong {
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.15;
}

.fantasy-transfer-intent-lanes small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 760;
  line-height: 1.35;
}

.fantasy-alert-engine {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.fantasy-alert-engine article,
.fantasy-alert-engine > span {
  min-height: 118px;
  align-content: start;
}

.fantasy-player-pool-closed,
.fantasy-transfer-locked-panel {
  align-content: start;
  gap: 18px;
  min-height: 260px;
  border-color: rgba(213, 232, 222, 0.12);
}

.fantasy-player-pool-closed h2,
.fantasy-transfer-locked-panel h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  line-height: 1.05;
}

.fantasy-transfer-intent-lanes-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fantasy-setup-locked-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fantasy-setup-locked-card {
  min-height: 178px;
  align-content: start;
  gap: 12px;
  border-color: rgba(213, 232, 222, 0.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 199, 102, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.016)),
    rgba(6, 17, 24, 0.9);
}

.fantasy-setup-locked-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.08;
}

.fantasy-domestic-signal-note {
  border-color: rgba(246, 179, 109, 0.24);
  background:
    linear-gradient(145deg, rgba(246, 179, 109, 0.08), transparent 50%),
    rgba(255, 255, 255, 0.03);
}

.fantasy-week-command strong {
  display: block;
  color: var(--text);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.1;
}

.fantasy-week-command small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 820;
  line-height: 1.35;
}

.fantasy-decision-card,
.fantasy-draft-grid article,
.fantasy-player-detail,
.fantasy-transfer-builder,
.fantasy-rule-stack {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(213, 232, 222, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.fantasy-decision-card {
  min-height: 162px;
  align-content: start;
  border-color: rgba(116, 232, 213, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.025);
}

.fantasy-transfer-builder.is-open {
  border-color: rgba(138, 247, 185, 0.32);
  box-shadow: 0 0 0 1px rgba(138, 247, 185, 0.08), 0 18px 44px rgba(0, 0, 0, 0.24);
}

.fantasy-transfer-builder-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.38fr);
  gap: 14px;
  align-items: start;
}

.fantasy-buy-card {
  display: grid;
  gap: 5px;
  justify-items: center;
  text-align: center;
  padding: 14px;
  border: 1px solid rgba(138, 247, 185, 0.22);
  border-radius: 16px;
  background: rgba(138, 247, 185, 0.08);
}

.fantasy-buy-card .fantasy-player-identity {
  width: 64px;
  height: 64px;
}

.fantasy-sell-options-clean button {
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
}

.fantasy-buy-card strong {
  color: var(--text);
  font-size: 1rem;
}

.fantasy-buy-card small {
  color: var(--muted);
  font-weight: 800;
}

.fantasy-transfer-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.fantasy-transfer-steps article {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(213, 232, 222, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.fantasy-transfer-steps span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(138, 247, 185, 0.16);
  color: var(--signal-mint);
  font-weight: 950;
}

.fantasy-transfer-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.fantasy-builder-label {
  color: rgba(233, 246, 241, 0.92);
}

.fantasy-builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fantasy-builder-actions button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.fantasy-transfer-verdict {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(213, 232, 222, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.fantasy-transfer-verdict span {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(213, 232, 222, 0.09);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fantasy-transfer-verdict strong {
  color: var(--text);
  font-size: 1.15rem;
}

.fantasy-transfer-verdict ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.fantasy-transfer-verdict-recommended {
  border-color: rgba(138, 247, 185, 0.42);
  background: rgba(138, 247, 185, 0.08);
}

.fantasy-transfer-verdict-recommended span {
  background: rgba(138, 247, 185, 0.18);
  color: var(--signal-mint);
}

.fantasy-transfer-verdict-watch {
  border-color: rgba(116, 232, 213, 0.28);
}

.fantasy-transfer-verdict-watch span {
  color: var(--accent);
}

.fantasy-transfer-verdict-avoid,
.fantasy-transfer-verdict-blocked {
  border-color: rgba(255, 113, 91, 0.38);
  background: rgba(255, 113, 91, 0.07);
}

.fantasy-transfer-verdict-avoid span,
.fantasy-transfer-verdict-blocked span {
  background: rgba(255, 113, 91, 0.14);
  color: #ffb4a8;
}

.fantasy-transfer-rule-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.fantasy-transfer-rule-grid .panel {
  min-height: 104px;
  padding: 13px;
}

.fantasy-transfer-footnote {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 780;
}

.fantasy-recent-transfer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(138, 247, 185, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(138, 247, 185, 0.08), transparent 48%),
    rgba(255, 255, 255, 0.04);
}

.fantasy-recent-transfer strong {
  display: block;
  margin-top: 3px;
  color: var(--text);
  font-size: 1.1rem;
}

.fantasy-recent-transfer p {
  margin: 4px 0 0;
  color: var(--muted);
}

.fantasy-recent-transfer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.fantasy-rule-stack.is-valid {
  border-color: rgba(138, 247, 185, 0.24);
}

.fantasy-rule-stack.is-invalid {
  border-color: rgba(255, 113, 91, 0.4);
}

.fantasy-decision-card strong {
  color: var(--text);
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  line-height: 1.14;
}

.fantasy-decision-card p,
.fantasy-player-detail p {
  margin: 0;
  color: var(--muted);
}

.fantasy-briefing {
  border-color: rgba(116, 232, 213, 0.26);
  background:
    linear-gradient(135deg, rgba(116, 232, 213, 0.08), transparent 52%),
    rgba(6, 17, 24, 0.92);
}

.fantasy-briefing-copy {
  max-width: 980px;
  display: grid;
  gap: 8px;
}

.fantasy-briefing-copy p {
  margin: 0;
  color: rgba(233, 246, 241, 0.78);
  font-size: 1rem;
  line-height: 1.58;
}

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

.fantasy-search-simple {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.fantasy-search-simple .text-input {
  min-height: 58px;
  border-radius: 18px;
  font-size: 1rem;
  font-weight: 850;
}

.fantasy-filter-drawer {
  border: 1px solid rgba(213, 232, 222, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.fantasy-filter-drawer > summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: var(--muted);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.fantasy-filter-drawer[open] {
  padding-bottom: 14px;
}

.fantasy-filter-drawer[open] .fantasy-search-grid {
  margin-inline: 14px;
}

.fantasy-player-table-drawer {
  overflow: hidden;
  border: 1px solid rgba(213, 232, 222, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.025);
}

.fantasy-player-table-drawer > summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
}

.fantasy-player-table-drawer > summary::-webkit-details-marker {
  display: none;
}

.fantasy-player-table-drawer > summary span {
  display: grid;
  gap: 4px;
}

.fantasy-player-table-drawer > summary strong {
  color: var(--text);
  font-size: 1.04rem;
  line-height: 1.2;
}

.fantasy-player-table-drawer > summary small {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.4;
}

.fantasy-player-table-drawer > summary b {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--signal-mint);
  background: rgba(138, 247, 185, 0.1);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fantasy-player-table-drawer[open] > summary {
  border-bottom: 1px solid rgba(213, 232, 222, 0.1);
}

.fantasy-full-player-table {
  margin: 14px;
}

.fantasy-sample-data-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 10px;
  padding: 0 11px;
  border: 1px solid rgba(232, 190, 106, 0.32);
  border-radius: 999px;
  color: #f2d89b;
  background: rgba(232, 190, 106, 0.09);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fantasy-search-results,
.fantasy-sell-options,
.fantasy-result-actions {
  display: grid;
  gap: 10px;
}

.fantasy-player-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.42fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(213, 232, 222, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.fantasy-player-result-main {
  display: grid;
  gap: 6px;
}

.fantasy-player-result-main strong {
  font-size: 1.16rem;
}

.fantasy-player-result-main span,
.fantasy-player-result-main p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.fantasy-player-result-metrics {
  display: grid;
  gap: 6px;
}

.fantasy-player-result-metrics span {
  min-height: 34px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(213, 232, 222, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(213, 232, 222, 0.8);
  font-size: 0.82rem;
  font-weight: 800;
}

.fantasy-player-result-metrics strong {
  color: var(--text);
  font-size: 1rem;
}

.fantasy-secondary-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.fantasy-typeahead {
  position: static;
  max-height: none;
  margin-top: -4px;
  border-radius: 18px;
}

.fantasy-typeahead button {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.fantasy-typeahead small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fantasy-sell-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fantasy-sell-options button,
.fantasy-result-actions button,
.compact-button {
  min-height: 38px;
  border: 1px solid rgba(213, 232, 222, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
}

.fantasy-result-actions .fantasy-primary-transfer {
  min-height: 48px;
  border-color: rgba(138, 247, 185, 0.62);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #07141a;
  font-weight: 950;
}

.fantasy-sell-options button {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  border-radius: 14px;
}

.fantasy-sell-options button.is-active,
.fantasy-result-actions button:hover,
.compact-button:hover {
  border-color: rgba(138, 247, 185, 0.52);
  background: rgba(138, 247, 185, 0.12);
}

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

.fantasy-impact-grid .panel {
  min-height: 112px;
  padding: 14px;
}

.fantasy-watchlist {
  display: grid;
  gap: 8px;
}

.fantasy-watchlist span {
  padding: 10px 12px;
  border: 1px solid rgba(213, 232, 222, 0.12);
  border-radius: 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.028);
}

.fantasy-watchlist-panel {
  display: grid;
  gap: 18px;
}

.fantasy-follow-rows {
  display: grid;
  gap: 10px;
}

.fantasy-follow-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(213, 232, 222, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.fantasy-follow-row:hover {
  border-color: rgba(138, 247, 185, 0.32);
  background:
    linear-gradient(135deg, rgba(138, 247, 185, 0.07), transparent 44%),
    rgba(255, 255, 255, 0.045);
}

.fantasy-follow-row button {
  min-height: 36px;
  border: 1px solid rgba(213, 232, 222, 0.14);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
}

.fantasy-follow-row button:first-of-type {
  border-color: rgba(138, 247, 185, 0.3);
  color: var(--signal-mint);
}

.fantasy-avatar {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(116, 232, 213, 0.85), rgba(138, 247, 185, 0.72));
  color: #07141a;
  font-weight: 950;
}

.fantasy-follow-row strong,
.fantasy-follow-row span {
  display: block;
}

.fantasy-follow-row span {
  color: var(--muted);
}

.fantasy-alert-card-list {
  display: grid;
  gap: 10px;
}

.fantasy-alert-preferences {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(213, 232, 222, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(138, 247, 185, 0.05), transparent 48%),
    rgba(255, 255, 255, 0.025);
}

.fantasy-alert-preferences-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.fantasy-alert-preferences-head strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
}

.fantasy-alert-preferences-head p {
  margin: 6px 0 0;
}

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

.fantasy-alert-pref-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(112px, 0.42fr) minmax(112px, 0.42fr) minmax(90px, 0.32fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(213, 232, 222, 0.1);
  border-radius: 14px;
  background: rgba(7, 20, 26, 0.42);
}

.fantasy-alert-pref-row.is-disabled {
  opacity: 0.62;
}

.fantasy-alert-pref-row strong,
.fantasy-alert-pref-row small,
.fantasy-alert-pref-row label span {
  display: block;
}

.fantasy-alert-pref-row small,
.fantasy-alert-pref-row label span,
.fantasy-alert-pref-static {
  color: var(--muted);
  font-size: 0.78rem;
}

.fantasy-alert-pref-row label {
  display: grid;
  gap: 4px;
}

.fantasy-alert-pref-row .text-input {
  min-height: 36px;
  padding: 0 10px;
}

.fantasy-alert-pref-static {
  justify-self: end;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .fantasy-alert-preferences-head {
    display: grid;
  }

  .fantasy-alert-pref-grid {
    grid-template-columns: 1fr;
  }

  .fantasy-alert-pref-row {
    grid-template-columns: 1fr;
  }

  .fantasy-alert-pref-static {
    justify-self: start;
  }
}

.fantasy-alert-card-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.fantasy-alert-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(213, 232, 222, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.fantasy-alert-card.is-read {
  opacity: 0.66;
}

.fantasy-alert-watch {
  border-color: rgba(238, 202, 119, 0.32);
}

.fantasy-alert-urgent {
  border-color: rgba(255, 122, 147, 0.38);
}

.fantasy-alert-severity {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 6px;
  padding: 4px 9px;
  border: 1px solid rgba(138, 247, 185, 0.22);
  border-radius: 999px;
  color: var(--signal-mint);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fantasy-alert-card p,
.fantasy-alert-freshness {
  color: var(--muted);
}

.fantasy-advanced-proof {
  border: 1px solid rgba(213, 232, 222, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.02);
}

.fantasy-advanced-proof > summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 950;
  cursor: pointer;
}

.fantasy-advanced-body {
  display: grid;
  gap: 18px;
  padding: 0 0 18px;
}

.section-nested {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

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

.fantasy-plan-list {
  display: grid;
  gap: 10px;
}

.fantasy-plan-list article {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(138, 247, 185, 0.16);
  border-radius: 16px;
  background: rgba(138, 247, 185, 0.055);
}

.fantasy-plan-list strong,
.fantasy-plan-list span,
.fantasy-plan-list small {
  display: block;
}

.fantasy-plan-list small {
  color: var(--muted);
}

.fantasy-saved-workspace-panel {
  display: grid;
  gap: 16px;
}

.fantasy-saved-card-list {
  display: grid;
  gap: 14px;
}

.fantasy-saved-card {
  display: grid;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(138, 247, 185, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(138, 247, 185, 0.07), transparent 44%),
    rgba(255, 255, 255, 0.035);
}

.fantasy-saved-card-head {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: flex-start;
}

.fantasy-saved-card-head strong {
  display: block;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.18;
}

.fantasy-saved-card-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-weight: 780;
}

.fantasy-saved-badge {
  flex: 0 0 auto;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(116, 232, 213, 0.18);
  border-radius: 999px;
  background: rgba(116, 232, 213, 0.08);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.fantasy-saved-meta .metric {
  min-height: 88px;
  padding: 13px;
}

.fantasy-saved-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.fantasy-saved-actions .button,
.fantasy-saved-actions .ghost-button {
  min-height: 40px;
  padding: 0 14px;
}

.fantasy-saved-actions button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

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

.fantasy-chip-grid button {
  min-height: 44px;
  border: 1px solid rgba(213, 232, 222, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
}

.fantasy-chip-grid button.is-active,
.fantasy-chip-grid button[aria-pressed="true"] {
  border-color: rgba(138, 247, 185, 0.58);
  background: rgba(138, 247, 185, 0.16);
}

.fantasy-chip-panel .feature-list {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.fantasy-chip-panel .feature-list li {
  padding: 12px 14px;
  border: 1px solid rgba(213, 232, 222, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  line-height: 1.45;
}

.fantasy-account-grid {
  margin-top: 16px;
  align-items: start;
}

.fantasy-account-review {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.fantasy-account-review .panel {
  display: grid;
  gap: 10px;
}

.fantasy-account-summary {
  display: grid;
  gap: 18px;
}

.fantasy-sync-notice {
  margin-bottom: 16px;
}

.fantasy-sync-synced {
  border-color: rgba(138, 247, 185, 0.34);
}

.fantasy-sync-saving,
.fantasy-sync-local {
  border-color: rgba(111, 210, 225, 0.34);
}

.fantasy-sync-error {
  border-color: rgba(255, 150, 107, 0.42);
}

.fantasy-draft-grid strong,
.fantasy-draft-grid span,
.fantasy-draft-grid small {
  display: block;
}

.fantasy-draft-grid small {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.split-tight {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.split-top {
  align-items: start;
}

.split-team-density {
  grid-template-columns: minmax(0, 1.24fr) minmax(280px, 0.76fr);
}

.split-entity-adaptive {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
}

.intelligence-callout {
  background:
    linear-gradient(180deg, rgba(21, 35, 29, 0.96), rgba(13, 24, 20, 0.98)),
    radial-gradient(circle at top right, rgba(61, 217, 176, 0.08), transparent 40%);
}

.intelligence-callout-deploy {
  border-color: rgba(61, 217, 176, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 28px rgba(0, 0, 0, 0.16);
}

.intelligence-callout-observe {
  border-color: rgba(217, 184, 107, 0.2);
}

.fixture-hero-shell .hero-main {
  gap: 16px;
  padding: 24px 26px;
}

.fixture-hero-shell .hero-side {
  padding: 12px;
  gap: 9px;
}

.fixture-hero-shell .hero-main h1 {
  margin-bottom: 10px;
  font-size: clamp(3rem, 4.4vw, 5.6rem);
}

.fixture-hero-shell .hero-main p {
  max-width: 48ch;
  font-size: 0.97rem;
}

.fixture-hero-shell .button,
.fixture-hero-shell .ghost-button {
  min-height: 44px;
}

.fixture-hero-main-scoreboard .pill-row {
  margin-top: -2px;
}

.fixture-hero-main-scoreboard > p {
  max-width: 45ch;
}

.fixture-hero-main-editorial .fixture-hero-scoreboard {
  gap: 12px;
}

.fixture-hero-main-editorial > p {
  max-width: 52ch;
}

.team-empty-note {
  display: grid;
  gap: 12px;
  align-content: start;
}

.team-empty-note h3 {
  margin-bottom: 6px;
}

.team-empty-note .notice {
  padding: 16px;
}

.team-spotlight-panel {
  display: grid;
  gap: 14px;
  align-content: start;
}

.panel-primary-entity {
  min-height: 100%;
}

.panel-secondary-entity,
.panel-compact-stack {
  align-content: start;
}

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

.feature-list,
.method-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.method-list li {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(123, 154, 184, 0.12);
  color: var(--muted);
}

.compact-list {
  gap: 8px;
}

.compact-list li {
  padding: 10px 12px;
}

.section-tight {
  padding-top: 4px;
}

.page-subnav {
  overflow: auto hidden;
  padding: 8px 0 10px;
}

.page-subnav-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.page-subnav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(130, 255, 220, 0.11);
  background: rgba(244, 255, 251, 0.035);
  color: #cfe5de;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition:
    border-color 140ms ease,
    background 140ms ease,
    color 140ms ease,
    transform 140ms ease;
}

.page-subnav-link:hover {
  border-color: rgba(88, 224, 196, 0.28);
  color: var(--ink);
  transform: translateY(-1px);
  background: rgba(88, 224, 196, 0.075);
}

.page-subnav-link.is-active,
.page-subnav-link[aria-current="page"] {
  border-color: rgba(157, 255, 232, 0.34);
  background: linear-gradient(135deg, rgba(157, 255, 232, 0.2), rgba(88, 224, 196, 0.12));
  color: #f4fffb;
  box-shadow:
    inset 0 0 0 1px rgba(157, 255, 232, 0.1),
    0 12px 30px rgba(0, 0, 0, 0.18);
}

.page-subnav-link.is-locked {
  color: rgba(159, 181, 169, 0.72);
}

.page-subnav-link span {
  margin-left: 8px;
  padding: 3px 6px;
  border-radius: 999px;
  border: 1px solid rgba(238, 177, 94, 0.18);
  color: rgba(238, 177, 94, 0.88);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 640px) {
  .page-subnav,
  .page-subnav-scroll {
    max-width: 100%;
    min-width: 0;
  }

  .page-subnav-scroll {
    flex-wrap: wrap;
    gap: 8px;
  }

  .page-subnav-link {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    padding: 0 12px;
    font-size: 0.78rem;
  }
}

.entity-directory-card,
.entity-fixture-card {
  display: grid;
  gap: 14px;
  transition:
    transform 160ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.entity-directory-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.entity-directory-head h1,
.entity-directory-head h3 {
  margin: 0;
}

.entity-directory-head p {
  margin: 6px 0 0;
}

.entity-fixture-card {
  border-left: 1px solid rgba(123, 154, 184, 0.12);
}

.entity-fixture-card-deploy {
  border-left-color: rgba(61, 217, 176, 0.4);
}

.entity-fixture-card-observe {
  border-left-color: rgba(217, 184, 107, 0.38);
}

.entity-fixture-card-context,
.entity-fixture-card-monitor {
  border-left-color: rgba(107, 122, 143, 0.28);
}

.entity-directory-card:hover,
.entity-fixture-card:hover,
.archive-fixture-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.2);
}

.world-cup-nation-directory-section .section-head {
  align-items: end;
}

.world-cup-nation-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.world-cup-nation-spotlight-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border-radius: 24px;
  color: var(--ink);
  text-decoration: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 224, 196, 0.13), transparent 38%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.9), rgba(9, 18, 16, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.11),
    0 18px 48px rgba(0, 0, 0, 0.18);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.world-cup-nation-spotlight-card:hover,
.world-cup-nation-spotlight-card:focus-visible {
  outline: none;
  transform: translateY(-2px);
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 224, 196, 0.19), transparent 38%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.94), rgba(9, 18, 16, 0.99));
  box-shadow:
    inset 0 0 0 1px rgba(88, 224, 196, 0.28),
    0 24px 58px rgba(0, 0, 0, 0.26);
}

.world-cup-nation-spotlight-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.world-cup-nation-spotlight-head strong,
.world-cup-nation-spotlight-head span,
.world-cup-nation-spotlight-head b {
  display: block;
}

.world-cup-nation-spotlight-head strong {
  overflow: hidden;
  color: var(--ink);
  font-size: clamp(1.08rem, 2vw, 1.4rem);
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-nation-spotlight-head span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.28;
}

.world-cup-nation-spotlight-head b {
  color: var(--accent);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.world-cup-nation-spotlight-bars {
  display: grid;
  gap: 8px;
}

.world-cup-nation-spotlight-bars span {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.world-cup-nation-spotlight-bars small,
.world-cup-nation-spotlight-bars b {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.world-cup-nation-spotlight-bars b {
  color: var(--mint);
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.world-cup-nation-spotlight-bars i {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.1);
}

.world-cup-nation-spotlight-bars em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.72), rgba(157, 255, 232, 0.96));
}

.world-cup-nation-spotlight-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 8px;
}

.world-cup-nation-spotlight-route span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
}

.world-cup-nation-spotlight-route small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-nation-spotlight-route b {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.2;
  text-overflow: ellipsis;
}

.world-cup-nation-spotlight-players {
  display: grid;
  gap: 8px;
}

.world-cup-nation-spotlight-players small {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 7px;
  border: 1px solid rgba(130, 255, 220, 0.08);
  border-radius: 12px;
  background: rgba(244, 255, 251, 0.04);
}

.world-cup-nation-spotlight-players img,
.world-cup-nation-spotlight-players b {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(88, 224, 196, 0.14);
  box-shadow: 0 0 0 1px rgba(157, 255, 232, 0.18);
}

.world-cup-nation-spotlight-players b {
  display: inline-grid;
  place-items: center;
  color: var(--mint);
  font-size: 0.64rem;
}

.world-cup-nation-spotlight-players span,
.world-cup-nation-spotlight-players em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-nation-spotlight-players span {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.world-cup-nation-spotlight-players em {
  margin-top: 2px;
  color: rgba(220, 234, 242, 0.7);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
}

.world-cup-nation-index-head {
  margin-top: 4px;
}

.world-cup-nation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.world-cup-nation-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 14px;
  border-radius: 20px;
  color: var(--ink);
  text-decoration: none;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.86), rgba(10, 20, 17, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 16px 42px rgba(0, 0, 0, 0.16);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.world-cup-nation-card:hover,
.world-cup-nation-card:focus-visible {
  outline: none;
  transform: translateY(-2px);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.92), rgba(10, 20, 17, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(88, 224, 196, 0.24),
    0 22px 54px rgba(0, 0, 0, 0.24);
}

.world-cup-nation-card strong,
.world-cup-nation-card span,
.world-cup-nation-card b {
  display: block;
}

.world-cup-nation-card strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
}

.world-cup-nation-card span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.world-cup-nation-card b {
  color: var(--accent-2);
  font-size: 1.3rem;
}

.world-cup-nation-hero .hero-main {
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 224, 196, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(20, 39, 32, 0.94), rgba(9, 18, 16, 0.98));
}

.world-cup-nation-summary-section .results-highlight .panel {
  min-height: 132px;
}

.world-cup-nation-command-section {
  margin-top: clamp(18px, 3vw, 32px);
}

.world-cup-nation-command {
  display: grid;
  gap: 24px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 224, 196, 0.14), transparent 36%),
    linear-gradient(135deg, rgba(20, 39, 32, 0.94), rgba(9, 18, 16, 0.98));
}

.world-cup-nation-command-copy {
  display: grid;
  gap: 12px;
  max-width: 1060px;
}

.world-cup-nation-command-copy h2 {
  margin: 0;
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(2.1rem, 6vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.world-cup-nation-command-copy p {
  max-width: 980px;
  margin: 0;
  color: rgba(220, 234, 242, 0.86);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.55;
}

.world-cup-nation-command-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.05fr) minmax(280px, 0.95fr);
  gap: 14px;
  align-items: stretch;
}

.world-cup-nation-command-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 14% 0%, rgba(157, 255, 232, 0.09), transparent 38%),
    rgba(7, 17, 15, 0.54);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.world-cup-nation-command-card > strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.08;
}

.world-cup-nation-command-card > small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.world-cup-nation-command-card-primary > strong {
  color: var(--accent);
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  line-height: 0.9;
}

.world-cup-nation-command-bars {
  display: grid;
  gap: 10px;
}

.world-cup-nation-command-bars div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
}

.world-cup-nation-command-bars span,
.world-cup-nation-command-bars b {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-nation-command-bars b {
  color: var(--mint);
  font-variant-numeric: tabular-nums;
}

.world-cup-nation-command-bars i {
  grid-column: 1 / -1;
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.1);
}

.world-cup-nation-command-bars em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.72), rgba(157, 255, 232, 0.96));
}

.world-cup-nation-command-bars small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.world-cup-nation-mini-route {
  display: grid;
  min-width: 0;
}

.world-cup-nation-command-players {
  margin-top: 2px;
}

.world-cup-nation-fixture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.world-cup-nation-fixture-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 0%, rgba(88, 224, 196, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.86), rgba(9, 18, 16, 0.98));
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.world-cup-nation-fixture-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-nation-fixture-head strong {
  color: var(--ink);
  font-size: 0.78rem;
}

.world-cup-nation-power-panel {
  display: grid;
  gap: 14px;
}

.world-cup-nation-rating-row {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.04);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.world-cup-nation-rating-row > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-nation-rating-row > div strong {
  color: var(--ink);
  font-size: 1rem;
  letter-spacing: 0;
}

.world-cup-nation-rating-row small {
  color: var(--muted);
  line-height: 1.35;
}

.world-cup-nation-player-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.world-cup-nation-player-card {
  min-height: 132px;
  align-items: center;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.9), rgba(9, 18, 16, 0.98));
}

.world-cup-nation-unit-panel {
  overflow: hidden;
}

.world-cup-unit-grid-single,
.world-cup-player-power-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.world-cup-driver-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.world-cup-driver-grid-single .world-cup-driver-team {
  max-width: 980px;
}

.standings-table {
  display: grid;
  gap: 10px;
}

.standings-table-head,
.standings-row {
  display: grid;
  grid-template-columns: 60px minmax(0, 2fr) 60px 70px 70px minmax(120px, 1fr);
  gap: 10px;
  align-items: center;
}

.standings-table-head {
  padding: 0 6px;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.standings-row {
  padding: 16px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.standings-team {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.standings-team strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-grid {
  align-items: start;
}

.archive-fixture-card {
  display: grid;
  gap: 12px;
  background: linear-gradient(180deg, rgba(20, 34, 27, 0.95), rgba(12, 23, 19, 0.95));
}

.archive-fixture-card .fixture-teamline {
  align-items: center;
}

.archive-fixture-card .versus {
  min-width: 42px;
  text-align: center;
}

.archive-layer {
  border-color: rgba(107, 122, 143, 0.18);
  background: linear-gradient(180deg, rgba(17, 29, 24, 0.96), rgba(11, 21, 18, 0.94));
}

.archive-layer .widget-reference-frame:has(.archive-empty-card) {
  padding: 0;
  border: none;
  background: transparent;
}

.current-window-layer {
  border-color: rgba(61, 217, 176, 0.18);
  background: linear-gradient(180deg, rgba(20, 37, 31, 0.98), rgba(13, 23, 19, 0.98));
}

.fixture-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 16px;
  align-items: start;
}

.widget-reference-shell {
  display: grid;
  gap: 14px;
}

.widget-reference-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.widget-reference-head h4 {
  margin: 4px 0 0;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.widget-reference-frame {
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: linear-gradient(180deg, rgba(10, 18, 29, 0.84), rgba(9, 16, 24, 0.72));
  overflow: hidden;
}

.archive-empty-card {
  padding: 12px 14px;
  border-color: rgba(107, 122, 143, 0.14);
}

.reference-loading {
  color: var(--signal-slate);
}

.lineup-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lineup-empty-state {
  display: grid;
  gap: 16px;
}

.lineup-empty-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lineup-empty-card {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(107, 122, 143, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.lineup-empty-skeleton {
  height: 14px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(107, 122, 143, 0.14), rgba(255, 255, 255, 0.06));
}

.lineup-empty-skeleton-short {
  width: 72%;
}

.lineup-team-panel {
  display: grid;
  gap: 18px;
}

.lineup-team-head,
.lineup-team-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lineup-team-title h4 {
  margin: 0 0 4px;
  font-size: 1.08rem;
}

.lineup-section {
  display: grid;
  gap: 10px;
}

.lineup-player-list {
  display: grid;
  gap: 10px;
}

.lineup-player-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.lineup-player-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(48, 199, 255, 0.08);
  color: var(--ink);
  font-weight: 800;
}

.formation-pitch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.formation-pitch-card {
  gap: 16px;
}

.formation-pitch-card-wide {
  margin-top: 16px;
}

.formation-match-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 4px 2px 8px;
}

.formation-match-team {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.formation-match-team-away {
  justify-content: flex-end;
  text-align: right;
}

.formation-match-team .lineup-team-badge {
  width: 66px;
  height: 66px;
  border-radius: 20px;
}

.formation-match-team h4 {
  display: block;
  margin: 2px 0 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1;
  letter-spacing: 0;
}

.formation-match-formation {
  display: block;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.35vw, 1.3rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.formation-pitch-scroll {
  overflow-x: auto;
  padding-bottom: 2px;
}

.formation-pitch-head {
  display: grid;
  gap: 12px;
}

.formation-pitch-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.formation-unit-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.formation-unit-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.82rem;
  font-weight: 700;
}

.formation-unit-chip-deploy {
  border-color: rgba(61, 217, 176, 0.24);
  background: rgba(61, 217, 176, 0.08);
}

.formation-unit-chip-observe {
  border-color: rgba(217, 184, 107, 0.24);
  background: rgba(217, 184, 107, 0.08);
}

.formation-unit-chip-reference {
  border-color: rgba(107, 122, 143, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.formation-pitch {
  position: relative;
  min-height: 520px;
  border-radius: calc(var(--radius-lg) + 6px);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background:
    radial-gradient(circle at 50% 50%, rgba(61, 217, 176, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(8, 26, 18, 0.92), rgba(6, 19, 14, 0.98));
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.formation-pitch-horizontal {
  min-width: 860px;
  min-height: 500px;
  background:
    linear-gradient(90deg, rgba(61, 217, 176, 0.045) 0 50%, rgba(48, 199, 255, 0.045) 50% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 58px, rgba(255, 255, 255, 0.012) 58px 116px),
    linear-gradient(180deg, rgba(8, 26, 18, 0.92), rgba(6, 19, 14, 0.98));
}

.pitch-line {
  position: absolute;
  pointer-events: none;
}

.pitch-line-half {
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 1px;
  background: rgba(188, 225, 206, 0.18);
}

.pitch-line-circle {
  left: 50%;
  top: 50%;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(188, 225, 206, 0.18);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.pitch-line-box {
  top: 30%;
  width: 88px;
  height: 40%;
  border: 1px solid rgba(188, 225, 206, 0.18);
}

.pitch-line-box-home {
  left: 18px;
  border-left: 0;
}

.pitch-line-box-away {
  right: 18px;
  border-right: 0;
}

.pitch-line-six {
  top: 40%;
  width: 38px;
  height: 20%;
  border: 1px solid rgba(188, 225, 206, 0.18);
}

.pitch-line-six-home {
  left: 18px;
  border-left: 0;
}

.pitch-line-six-away {
  right: 18px;
  border-right: 0;
}

.formation-pitch::before,
.formation-pitch::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: calc(var(--radius-lg) + 2px);
  border: 1px solid rgba(188, 225, 206, 0.16);
  pointer-events: none;
}

.formation-pitch::after {
  inset: 50% 18px auto;
  height: 1px;
  border: 0;
  background: rgba(188, 225, 206, 0.14);
  box-shadow: 0 -110px 0 -109px rgba(188, 225, 206, 0.14), 0 110px 0 -109px rgba(188, 225, 206, 0.14);
}

.formation-pitch-horizontal::after {
  display: none;
}

.formation-player {
  position: absolute;
  transform: translate(-50%, -50%);
  display: grid;
  gap: 3px;
  min-width: 78px;
  padding: 10px 10px 9px;
  border-radius: 16px;
  border: 1px solid rgba(123, 154, 184, 0.2);
  background: rgba(8, 16, 24, 0.86);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  cursor: default;
}

.formation-player-horizontal {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 6px 8px;
  min-width: 92px;
  max-width: 124px;
  padding: 7px 8px;
  border-radius: 999px;
  text-align: left;
}

.formation-player-horizontal .formation-player-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.78rem;
}

.formation-player-avatar {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.formation-player-avatar img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(188, 225, 206, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.formation-player-avatar small {
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: inline-flex;
  transform: scale(0.72);
  transform-origin: right bottom;
}

.formation-player-away {
  border-color: rgba(48, 199, 255, 0.24);
}

.formation-player:hover,
.formation-player:focus-visible {
  transform: translate(-50%, calc(-50% - 2px));
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.32);
  z-index: 3;
}

.formation-player-deploy {
  border-color: rgba(61, 217, 176, 0.28);
  background: linear-gradient(180deg, rgba(61, 217, 176, 0.12), rgba(8, 16, 24, 0.92));
}

.formation-player-observe {
  border-color: rgba(217, 184, 107, 0.26);
  background: linear-gradient(180deg, rgba(217, 184, 107, 0.1), rgba(8, 16, 24, 0.92));
}

.formation-player-reference {
  border-color: rgba(123, 154, 184, 0.2);
}

.formation-player-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 26px;
  margin: 0 auto;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
  font-weight: 800;
}

.og-rating-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  padding: 0 4px;
  border-radius: 4px;
  color: #fff;
  font-family: var(--font-display, system-ui, sans-serif);
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.og-rating-badge-large {
  width: 32px;
  height: 32px;
  font-size: 15px;
}

.og-rating-badge-small {
  width: 20px;
  height: 20px;
  min-width: 20px;
  font-size: 11px;
  line-height: 14px;
}

.og-rating-none {
  background: #a4a9b3;
}

.og-rating-poor {
  background: #dc0c00;
}

.og-rating-below-average {
  background: #ed7e07;
}

.og-rating-average {
  background: #d9af00;
}

.og-rating-good {
  background: #00c424;
}

.og-rating-very-good {
  background: #00adc4;
}

.og-rating-excellent {
  background: #374df5;
}

.formation-player-name {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.formation-player-role {
  color: var(--muted);
  font-size: 0.72rem;
}

.formation-player-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  display: grid;
  gap: 4px;
  min-width: 150px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.2);
  background: rgba(7, 14, 20, 0.96);
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
  transition: opacity 140ms ease;
}

.formation-player:hover .formation-player-tooltip,
.formation-player:focus-visible .formation-player-tooltip {
  opacity: 1;
}

.formation-mismatch-grid {
  display: grid;
  gap: 12px;
}

.formation-mismatch-card {
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.formation-mismatch-card h4 {
  margin: 8px 0 12px;
}

.formation-mismatch-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 10px;
}

.formation-mismatch-values span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
}

.formation-mismatch-values strong {
  display: block;
  margin-top: 4px;
  font-size: 1.15rem;
}

.fixture-ratings-verdict {
  display: grid;
  gap: 14px;
}

.fixture-ratings-verdict-list {
  gap: 12px;
}

.fixture-ratings-verdict-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.fixture-ratings-verdict-item-support {
  border-color: rgba(62, 219, 176, 0.24);
  background: linear-gradient(180deg, rgba(62, 219, 176, 0.08), rgba(62, 219, 176, 0.03));
}

.fixture-ratings-verdict-item-contradict {
  border-color: rgba(201, 128, 139, 0.22);
  background: linear-gradient(180deg, rgba(201, 128, 139, 0.09), rgba(201, 128, 139, 0.03));
}

.fixture-ratings-verdict-item strong {
  font-size: 1rem;
  line-height: 1.2;
}

.fixture-faceoff-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.fixture-faceoff-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(70px, auto) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 18px 0 6px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.025);
}

.fixture-faceoff-head-team {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.fixture-faceoff-head-team strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.fixture-faceoff-head-away {
  justify-content: flex-end;
  text-align: right;
}

.fixture-faceoff-head-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-faceoff-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 180px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.018);
}

.fixture-faceoff-side {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.fixture-faceoff-side strong {
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1;
}

.fixture-faceoff-side-away {
  grid-template-columns: minmax(0, 1fr) 44px;
}

.fixture-faceoff-center {
  display: grid;
  justify-items: center;
  text-align: center;
}

.fixture-faceoff-track {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 12px;
  border-radius: 999px;
  background: rgba(123, 154, 184, 0.17);
  overflow: hidden;
}

.fixture-faceoff-track::before {
  display: none;
}

.fixture-faceoff-track-home {
  justify-content: flex-end;
}

.fixture-faceoff-track-away {
  justify-content: flex-start;
}

.fixture-faceoff-bar {
  display: block;
  height: 12px;
  border-radius: 999px;
  transition: width 600ms cubic-bezier(0.32, 0.72, 0, 1);
}

.fixture-faceoff-bar-home {
  background: linear-gradient(90deg, rgba(62, 219, 176, 0.26), rgba(62, 219, 176, 0.9));
}

.fixture-faceoff-bar-away {
  background: linear-gradient(90deg, rgba(48, 199, 255, 0.9), rgba(35, 117, 255, 0.34));
}

.fixture-matchup-narrative {
  margin-top: 16px;
}

.fixture-matchup-narrative p {
  margin: 0;
  max-width: 70ch;
  font-size: 1.03rem;
  line-height: 1.7;
}

.fixture-player-matchups {
  display: grid;
  gap: 14px;
}

.fixture-player-matchup-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.fixture-player-matchup-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.fixture-player-matchup-head h4 {
  margin: 4px 0 0;
  font-size: 1.08rem;
}

.fixture-player-matchup-away {
  text-align: right;
}

.fixture-player-matchup-delta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(62, 219, 176, 0.22);
  background: rgba(62, 219, 176, 0.08);
  color: var(--signal-mint);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fixture-player-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fixture-player-metric {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: rgba(10, 18, 29, 0.36);
  border: 1px solid rgba(123, 154, 184, 0.12);
}

.fixture-player-metric span {
  color: var(--signal-slate);
  font-size: 0.86rem;
}

.intel-coverage-strip {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 14px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(61, 217, 176, 0.08), rgba(48, 199, 255, 0.035)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.intel-coverage-copy {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
}

.intel-coverage-copy strong {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.intel-coverage-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.intel-coverage-grid,
.market-posture-rail,
.team-hero-intel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.intel-coverage-item,
.market-posture-card,
.team-hero-intel-card,
.lineup-fallback-card,
.market-intel-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 8px;
  background: rgba(7, 15, 22, 0.34);
}

.intel-coverage-item span,
.market-intel-meta,
.lineup-fallback-card p,
.market-posture-card p,
.team-hero-intel-card p {
  margin: 0;
}

.intel-coverage-item span,
.market-intel-meta {
  color: var(--muted);
  font-size: 0.78rem;
}

.intel-coverage-item strong,
.market-posture-card strong,
.team-hero-intel-card strong,
.lineup-fallback-card strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.2;
}

.intel-coverage-item-deploy,
.market-posture-card-best,
.market-posture-card-secondary {
  border-color: rgba(61, 217, 176, 0.26);
  background: rgba(61, 217, 176, 0.07);
}

.intel-coverage-item-observe,
.market-posture-card-weak,
.market-posture-card-avoid,
.fixture-driver-card-fallback {
  border-color: rgba(217, 184, 107, 0.24);
  background: rgba(217, 184, 107, 0.06);
}

.intel-placeholder-panel,
.fixture-driver-card-fallback {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 16px 34px rgba(0, 0, 0, 0.16);
}

.intel-placeholder-head,
.market-intel-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.intel-placeholder-head h3,
.market-intel-card-head .signal-value {
  margin-top: 4px;
}

.lineup-fallback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

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

.fixture-bench-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.fixture-bench-player {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.fixture-bench-player strong,
.fixture-bench-player small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixture-bench-player small {
  color: var(--muted);
}

.market-posture-rail {
  margin: 16px 0 14px;
}

.market-intel-card {
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.02);
}

.market-intel-card-best,
.market-intel-card-secondary {
  border-color: rgba(61, 217, 176, 0.22);
}

.market-intel-card-weak,
.market-intel-card-avoid {
  border-color: rgba(217, 184, 107, 0.22);
}

.market-intel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.team-hero-intel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fixture-driver-grid,
.fixture-market-suitability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fixture-market-suitability-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fixture-driver-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.fixture-driver-card h4 {
  margin: 2px 0 0;
  font-size: 1.08rem;
}

.form-summary-strip,
.form-sequence {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fixture-form-shell {
  display: grid;
  gap: 18px;
}

.fixture-form-panel {
  overflow: hidden;
}

.fixture-form-head {
  display: grid;
  gap: 8px;
  max-width: 980px;
}

.fixture-form-head h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.fixture-rhythm-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fixture-rhythm-team {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    radial-gradient(circle at 16% 10%, rgba(52, 211, 153, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    rgba(11, 31, 25, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 42px rgba(0, 0, 0, 0.16);
}

.fixture-rhythm-team-away {
  background:
    radial-gradient(circle at 84% 10%, rgba(48, 199, 255, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    rgba(11, 31, 25, 0.84);
}

.fixture-rhythm-loading {
  min-height: 180px;
}

.fixture-rhythm-team-head {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.fixture-rhythm-team-head h4 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: 0;
}

.fixture-rhythm-badge {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  flex: 0 0 auto;
}

.fixture-rhythm-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fixture-rhythm-stats span {
  display: grid;
  gap: 3px;
  min-height: 62px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(123, 154, 184, 0.13);
  background: rgba(255, 255, 255, 0.032);
}

.fixture-rhythm-stats strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1;
}

.fixture-rhythm-stats small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-rhythm-sequence {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background:
    linear-gradient(90deg, rgba(52, 211, 153, 0.07), rgba(48, 199, 255, 0.05)),
    rgba(255, 255, 255, 0.018);
}

.fixture-rhythm-sequence .form-pill {
  min-width: 42px;
  min-height: 42px;
}

.fixture-rhythm-balance {
  display: grid;
  grid-template-columns: auto minmax(90px, 1fr) auto;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.fixture-rhythm-balance-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(123, 154, 184, 0.18);
}

.fixture-rhythm-balance-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.fixture-rhythm-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.team-form-results {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.team-form-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
  padding: 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(107, 122, 143, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.025);
}

.team-form-card strong {
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.team-form-card .muted {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-form-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.team-form-opponent-badge {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(244, 248, 252, 0.12);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.14), transparent 36%),
    linear-gradient(145deg, rgba(48, 199, 255, 0.08), rgba(78, 222, 163, 0.07));
}

.team-form-opponent-badge img {
  position: absolute;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.28));
}

.form-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
  font-weight: 800;
}

.form-pill-w {
  background: rgba(78, 222, 163, 0.12);
  border-color: rgba(78, 222, 163, 0.26);
}

.form-pill-d {
  background: rgba(255, 255, 255, 0.05);
}

.form-pill-l {
  background: rgba(255, 139, 139, 0.12);
  border-color: rgba(255, 139, 139, 0.24);
}

.widget-reference-frame api-sports-widget[data-type="config"] {
  display: none;
}

.widget-reference-frame api-sports-widget[data-type="standings"] {
  display: block;
  min-height: 360px;
}

.fixture-table-reference-head {
  align-items: flex-start;
}

.fixture-table-reference-head h4 {
  margin: 4px 0 8px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.standings-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.standings-spotlight-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    radial-gradient(circle at 18% 8%, rgba(52, 211, 153, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(11, 31, 25, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 42px rgba(0, 0, 0, 0.16);
}

.standings-spotlight-card-away {
  background:
    radial-gradient(circle at 82% 8%, rgba(48, 199, 255, 0.13), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(11, 31, 25, 0.82);
}

.standings-spotlight-team {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.standings-spotlight-team h4 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: clamp(1.3rem, 1.85vw, 1.9rem);
  line-height: 1;
  letter-spacing: 0;
}

.standings-team-badge-lg {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  flex: 0 0 auto;
}

.standings-spotlight-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.standings-spotlight-stats span {
  display: grid;
  gap: 3px;
  min-height: 60px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(123, 154, 184, 0.13);
  background: rgba(255, 255, 255, 0.032);
}

.standings-spotlight-stats strong {
  color: var(--ink);
  font-size: clamp(1.1rem, 1.55vw, 1.5rem);
  line-height: 1;
}

.standings-spotlight-stats small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.standings-reference-table {
  display: grid;
  gap: 7px;
  padding: 10px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.018);
}

.standings-reference-head,
.standings-reference-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1.8fr) 58px 64px 64px minmax(160px, 0.9fr);
  gap: 12px;
  align-items: center;
}

.standings-reference-head {
  padding: 4px 12px 8px;
  color: var(--muted-2);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.standings-reference-row {
  padding: 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  color: var(--muted);
}

.standings-reference-row-active {
  border-color: rgba(61, 217, 176, 0.26);
  background:
    linear-gradient(90deg, rgba(61, 217, 176, 0.12), rgba(48, 199, 255, 0.05)),
    rgba(61, 217, 176, 0.04);
  box-shadow: inset 3px 0 0 rgba(61, 217, 176, 0.72);
}

.standings-form-sequence {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

.standings-form-sequence-large {
  gap: 9px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background:
    linear-gradient(90deg, rgba(52, 211, 153, 0.07), rgba(48, 199, 255, 0.05)),
    rgba(255, 255, 255, 0.018);
}

.standings-form-sequence-large .form-pill {
  min-width: 42px;
  min-height: 42px;
}

.standings-reference-row strong {
  color: var(--ink);
  font-size: 0.94rem;
}

.standings-reference-team {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.standings-reference-team span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.standings-team-badge {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  flex: 0 0 auto;
}

.intelligence-grid {
  align-items: stretch;
}

.intelligence-card {
  flex: 1 1 320px;
  display: grid;
  gap: 14px;
  min-width: min(100%, 320px);
}

.intelligence-card-deploy {
  border-color: rgba(78, 222, 163, 0.28);
  box-shadow:
    var(--shadow),
    0 0 28px rgba(78, 222, 163, 0.06);
}

.intelligence-card-observe {
  border-color: rgba(92, 200, 232, 0.22);
}

.intelligence-card-context,
.intelligence-card-monitor {
  border-color: rgba(246, 179, 109, 0.18);
}

.intelligence-card-head,
.intelligence-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.intelligence-card-fixture {
  display: grid;
  gap: 10px;
}

.intelligence-headline {
  margin: 0;
  line-height: 1.58;
  color: var(--ink);
}

.dashboard-grid {
  align-items: stretch;
}

.dashboard-glance-section {
  display: grid;
  gap: 22px;
}

.dashboard-setup-handoff .panel {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.94), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.12),
    0 24px 70px rgba(0, 0, 0, 0.18);
}

.dashboard-setup-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.dashboard-setup-head h2 {
  margin: 4px 0 8px;
  color: var(--ink);
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

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

.dashboard-glance-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.dashboard-glance-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.05em;
}

.dashboard-glance-head p:last-child {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.dashboard-glance-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

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

.dashboard-tile {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border-radius: 18px;
  color: var(--ink);
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    rgba(8, 19, 17, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 16px 38px rgba(0, 0, 0, 0.16);
}

.dashboard-tile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dashboard-tile strong {
  min-width: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.7vw, 1.32rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.dashboard-tile p {
  min-width: 0;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.dashboard-tile-action {
  color: var(--signal-mint);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dashboard-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--muted-1);
  background: rgba(244, 255, 251, 0.062);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
  font-size: 0.7rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.dashboard-badge-action.dashboard-badge-strong,
.dashboard-badge-evidence.dashboard-badge-strong,
.dashboard-badge-freshness.dashboard-badge-live,
.dashboard-badge-delivery.dashboard-badge-linked,
.dashboard-badge-delivery.dashboard-badge-sent {
  color: #b9fff0;
  background: rgba(88, 224, 196, 0.12);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.24);
}

.dashboard-badge-action.dashboard-badge-watch,
.dashboard-badge-evidence.dashboard-badge-candidate,
.dashboard-badge-freshness.dashboard-badge-directional,
.dashboard-badge-delivery.dashboard-badge-queued,
.dashboard-badge-risk.dashboard-badge-review {
  color: #ffe3a6;
  background: rgba(246, 179, 109, 0.13);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.24);
}

.dashboard-badge-action.dashboard-badge-avoid,
.dashboard-badge-action.dashboard-badge-locked,
.dashboard-badge-risk.dashboard-badge-avoid,
.dashboard-badge-freshness.dashboard-badge-stale {
  color: #ffc0cf;
  background: rgba(255, 118, 150, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.24);
}

.dashboard-badge-freshness.dashboard-badge-pending,
.dashboard-badge-freshness.dashboard-badge-demo,
.dashboard-badge-delivery.dashboard-badge-read,
.dashboard-badge-access,
.dashboard-badge-product {
  color: var(--muted-1);
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.dashboard-alert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.dashboard-alert-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 16, 0.84);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 18px 44px rgba(0, 0, 0, 0.18);
}

.dashboard-alert-card-watch {
  box-shadow:
    inset 0 0 0 1px rgba(246, 179, 109, 0.22),
    0 18px 44px rgba(0, 0, 0, 0.18);
}

.dashboard-alert-card-avoid,
.dashboard-alert-card-locked {
  box-shadow:
    inset 0 0 0 1px rgba(255, 118, 150, 0.2),
    0 18px 44px rgba(0, 0, 0, 0.18);
}

.dashboard-alert-card-head,
.dashboard-alert-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.dashboard-alert-card strong {
  color: var(--ink);
  font-size: 1.03rem;
  line-height: 1.18;
}

.dashboard-alert-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.dashboard-alert-reason {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.dashboard-alert-reason span:last-child {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.35;
}

.dashboard-empty-state {
  display: grid;
  gap: 10px;
}

.dashboard-empty-state p {
  margin: 0;
}

.dashboard-next-monitored {
  display: grid;
  gap: 6px;
  width: min(100%, 420px);
  margin-top: 4px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(7, 17, 15, 0.42);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.dashboard-next-monitored strong {
  color: var(--ink);
}

.dashboard-next-monitored small {
  color: var(--muted);
}

.dashboard-fixture-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.dashboard-fixture-facts span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 10px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.dashboard-fixture-facts b {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-fixture-facts small {
  min-width: 0;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.dashboard-section-note {
  margin: -4px 0 18px;
  padding: 12px 14px;
  border-radius: 16px;
  color: #ffe3a6;
  background: rgba(246, 179, 109, 0.1);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.2);
}

.dashboard-world-cup-command {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.72fr) minmax(260px, 0.76fr) auto;
  gap: 18px;
  align-items: stretch;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 0%, rgba(88, 224, 196, 0.16), transparent 34%),
    radial-gradient(circle at 92% 0%, rgba(157, 255, 232, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(20, 39, 32, 0.94), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.12),
    0 24px 70px rgba(0, 0, 0, 0.22);
}

.dashboard-world-cup-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.dashboard-world-cup-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1;
}

.dashboard-world-cup-copy p {
  max-width: 68ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.dashboard-world-cup-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.dashboard-world-cup-metrics span {
  display: grid;
  gap: 4px;
  min-height: 76px;
  align-content: center;
  padding: 10px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.dashboard-world-cup-metrics strong {
  color: var(--accent-2);
  font-size: 1.45rem;
  line-height: 1;
}

.dashboard-world-cup-metrics small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dashboard-world-cup-actions {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 164px;
}

.dashboard-world-cup-next {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(244, 255, 251, 0.04);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.dashboard-world-cup-next > span {
  margin-bottom: 2px;
}

.dashboard-world-cup-next a {
  display: grid;
  gap: 3px;
  padding: 10px;
  border-radius: 14px;
  color: var(--ink);
  text-decoration: none;
  background: rgba(7, 17, 15, 0.36);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.07);
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.dashboard-world-cup-next a:hover,
.dashboard-world-cup-next a:focus-visible {
  outline: none;
  transform: translateY(-1px);
  background: rgba(88, 224, 196, 0.08);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.2);
}

.dashboard-world-cup-next small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-world-cup-next strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.2;
}

.dashboard-glance-card {
  position: relative;
  overflow: visible;
  min-height: 198px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(9, 20, 18, 0.82);
  color: var(--ink);
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 46px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.dashboard-glance-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -34% 36%;
  height: 110px;
  background: radial-gradient(circle, rgba(88, 224, 196, 0.14), transparent 66%);
  pointer-events: none;
}

.dashboard-glance-card:hover,
.dashboard-glance-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(88, 224, 196, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(13, 29, 25, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 60px rgba(0, 0, 0, 0.26);
}

.dashboard-glance-card strong {
  position: relative;
  z-index: 1;
  min-width: 0;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.dashboard-glance-card p {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  color: var(--muted-1);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.dashboard-glance-card > span:last-child {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin-top: auto;
  color: var(--signal-mint);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
}

.dashboard-glance-card-avoid {
  border-color: rgba(255, 118, 118, 0.16);
}

.dashboard-glance-card-avoid::after {
  background: radial-gradient(circle, rgba(255, 118, 118, 0.12), transparent 66%);
}

.dashboard-glance-card-premium,
.dashboard-glance-card-strong {
  border-color: rgba(88, 224, 196, 0.18);
}

.dashboard-glance-card-watch,
.dashboard-glance-card-candidate,
.dashboard-glance-card-pending {
  border-color: rgba(157, 255, 232, 0.1);
}

.followed-summary-section {
  display: grid;
  gap: 20px;
}

.followed-summary-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.followed-summary-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.05em;
}

.followed-summary-head p:last-child {
  max-width: 44rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.followed-preference-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.followed-preference-strip span {
  display: inline-grid;
  gap: 3px;
  min-width: 160px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.followed-preference-strip b {
  color: var(--ink);
  font-size: 0.9rem;
}

.followed-preference-strip small {
  color: var(--muted);
  line-height: 1.35;
}

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

.followed-summary-card {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(9, 20, 18, 0.82);
  color: var(--ink);
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 46px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.followed-summary-card:hover,
.followed-summary-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(88, 224, 196, 0.3);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(13, 29, 25, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 60px rgba(0, 0, 0, 0.26);
}

.followed-summary-card strong {
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.followed-summary-card p {
  margin: 0;
  color: var(--muted-1);
  line-height: 1.5;
}

.followed-summary-card small {
  margin-top: auto;
  color: var(--mint);
  font-weight: 900;
}

.followed-summary-card:first-child {
  border-color: rgba(88, 224, 196, 0.26);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.88), rgba(9, 20, 18, 0.94));
}

.followed-summary-card:nth-child(2) {
  background:
    radial-gradient(circle at 0% 0%, rgba(217, 184, 107, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.012)),
    rgba(10, 20, 18, 0.82);
}

.followed-summary-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 100%, rgba(92, 200, 232, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.012)),
    rgba(9, 20, 18, 0.82);
}

.followed-summary-card-avoid {
  border-color: rgba(255, 183, 117, 0.22);
}

.followed-summary-card-premium,
.followed-summary-card-strong {
  border-color: rgba(88, 224, 196, 0.26);
}

.followed-summary-card-watch,
.followed-summary-card-candidate,
.followed-summary-card-pending {
  border-color: rgba(246, 179, 109, 0.16);
}

.follow-environment-panel {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3.2vw, 34px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.82), rgba(9, 20, 18, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 22px 62px rgba(0, 0, 0, 0.18);
}

.follow-environment-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.follow-environment-head h4 {
  margin: 5px 0 8px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.04;
}

.follow-environment-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.follow-environment-score {
  display: grid;
  gap: 3px;
  min-width: 130px;
  padding: 14px 16px;
  border-radius: 18px;
  text-align: right;
  background: rgba(244, 255, 251, 0.06);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.11);
}

.follow-environment-score strong {
  color: var(--accent-2);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 0.95;
}

.follow-environment-score span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-follow-search-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 224, 196, 0.1), transparent 35%),
    rgba(7, 17, 15, 0.48);
}

.account-follow-search-panel label {
  display: grid;
  gap: 5px;
}

.account-follow-search-panel label span {
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-follow-search-panel label strong {
  color: var(--ink);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.12;
}

.account-follow-search-box {
  position: relative;
  min-width: 0;
}

.account-follow-search-box .text-input {
  min-height: 54px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.065);
}

.account-follow-typeahead {
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 18;
}

.follow-control-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.follow-control-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.follow-control-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.follow-control-head h4 {
  margin: 0 0 5px;
  color: var(--ink);
  font-size: 1.08rem;
}

.follow-control-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.follow-control-head > span {
  display: inline-grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  color: #06110f;
  background: var(--glow);
  font-weight: 950;
}

.follow-selected-chip-row,
.follow-suggestion-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.follow-selected-chip-row span,
.follow-suggestion-chip {
  min-height: 32px;
  padding: 7px 11px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.2;
}

.follow-selected-chip-row span {
  color: var(--accent-2);
  background: rgba(88, 224, 196, 0.1);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.16);
}

.follow-suggestion-chip {
  cursor: pointer;
  color: var(--muted);
  background: rgba(244, 255, 251, 0.065);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
  transition:
    transform 160ms ease,
    color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.follow-suggestion-chip:hover,
.follow-suggestion-chip:focus-visible {
  transform: translateY(-1px);
  color: var(--ink);
  background: rgba(88, 224, 196, 0.1);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.26);
}

.account-command-section {
  display: grid;
  gap: 22px;
}

.account-command-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.account-command-head h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.account-command-head p:last-child {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.account-command-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(4, minmax(190px, 1fr));
  gap: 18px;
}

.account-command-card {
  position: relative;
  overflow: visible;
  min-height: 210px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.01)),
    rgba(9, 20, 18, 0.84);
  color: var(--ink);
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 52px rgba(0, 0, 0, 0.2);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.account-command-card::after {
  content: "";
  position: absolute;
  inset: auto -28% -42% 42%;
  height: 118px;
  background: radial-gradient(circle, rgba(88, 224, 196, 0.1), transparent 68%);
  pointer-events: none;
}

.account-command-card:hover,
.account-command-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(88, 224, 196, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(13, 29, 25, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 26px 66px rgba(0, 0, 0, 0.28);
}

.account-command-card strong {
  position: relative;
  z-index: 1;
  min-width: 0;
  font-size: clamp(1.22rem, 1.8vw, 1.62rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.account-command-card p {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  color: var(--muted-1);
  line-height: 1.52;
  overflow-wrap: anywhere;
}

.account-command-card small {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin-top: auto;
  color: var(--signal-mint);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  white-space: normal;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.account-command-card-primary {
  min-height: 236px;
  padding: 28px;
  border-color: rgba(88, 224, 196, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.94), rgba(9, 20, 18, 0.96));
}

.account-command-card-primary strong {
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
}

.account-command-card-preferences {
  border-color: rgba(217, 184, 107, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 184, 107, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(26, 26, 16, 0.78), rgba(9, 20, 18, 0.9));
}

.account-command-card-warning {
  border-color: rgba(246, 179, 109, 0.22);
}

.account-command-card-warning::after {
  background: radial-gradient(circle, rgba(246, 179, 109, 0.14), transparent 68%);
}

.account-command-card-alerts {
  border-color: rgba(88, 224, 196, 0.18);
}

.account-command-card-alerts::after {
  background: radial-gradient(circle, rgba(157, 255, 232, 0.13), transparent 68%);
}

.account-command-card-worldcup {
  border-color: rgba(88, 224, 196, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.11), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.016)),
    rgba(10, 26, 22, 0.9);
}

.account-command-card-worldcup::after {
  background: radial-gradient(circle, rgba(88, 224, 196, 0.16), transparent 68%);
}

.account-command-card-billing::after {
  background: radial-gradient(circle, rgba(92, 200, 232, 0.12), transparent 68%);
}

.account-home-status,
.account-summary-panel {
  display: grid;
  gap: 18px;
}

.account-home-status-head,
.account-attention-head {
  display: flex;
  gap: 22px;
  align-items: end;
  justify-content: space-between;
}

.account-home-status-head h2,
.account-attention-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.account-home-status-head p,
.account-attention-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.account-home-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.account-attention-section {
  display: grid;
  gap: 18px;
}

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

.account-attention-card {
  display: grid;
  gap: 8px;
  min-height: 156px;
  padding: 18px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.07), transparent 34%),
    rgba(244, 255, 251, 0.035);
}

.account-attention-card span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.account-attention-card strong {
  color: var(--ink);
  font-size: clamp(1.18rem, 1.9vw, 1.55rem);
  line-height: 1.08;
}

.account-attention-card p {
  margin: 0;
  color: var(--muted-1);
  font-size: 0.9rem;
  line-height: 1.45;
}

.account-attention-card-strong {
  border-color: rgba(88, 224, 196, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.13), transparent 36%),
    rgba(244, 255, 251, 0.04);
}

.account-attention-card-watch {
  border-color: rgba(217, 184, 107, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 184, 107, 0.1), transparent 36%),
    rgba(244, 255, 251, 0.035);
}

.account-compact-list {
  display: grid;
  gap: 9px;
}

.account-compact-list span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.account-compact-list strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.account-compact-list small {
  color: var(--muted);
  line-height: 1.35;
}

.account-detail-drawer {
  overflow: hidden;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 34%),
    rgba(7, 17, 15, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 20px 54px rgba(0, 0, 0, 0.2);
}

.account-detail-drawer > summary {
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(140px, 0.28fr) minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: 16px;
  align-items: center;
  padding: 22px;
  list-style: none;
}

.account-detail-drawer > summary::-webkit-details-marker {
  display: none;
}

.account-detail-drawer > summary span {
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-detail-drawer > summary strong {
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.account-detail-drawer > summary small {
  color: var(--muted);
  line-height: 1.4;
}

.account-detail-drawer[open] > summary {
  border-bottom: 1px solid rgba(130, 255, 220, 0.1);
}

.account-detail-drawer > .panel,
.account-detail-drawer > .tier-visibility-contract {
  margin: 18px;
}

.account-paper-slip-summary,
.account-saved-paper-slip-list {
  display: grid;
  gap: 16px;
  min-width: 0;
  max-width: 100%;
}

.account-paper-slip-summary .check-bet-score-panel {
  margin-top: 0;
}

.account-paper-slip-summary .cta-row {
  align-items: stretch;
}

.saved-check-command-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.saved-check-command-head > div,
.saved-check-command-head p,
.saved-check-command-head strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.saved-check-command-head strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.18;
}

.saved-check-command-head p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.dashboard-saved-check-command {
  margin-bottom: 14px;
}

.saved-check-stats-grid {
  margin-bottom: 14px;
}

.account-world-cup-workspace {
  scroll-margin-top: 96px;
}

.account-world-cup-panel {
  display: grid;
  gap: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 224, 196, 0.15), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(157, 255, 232, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.96), rgba(7, 17, 15, 0.98));
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
}

.account-world-cup-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 16px;
}

.account-world-cup-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 220px;
  padding: 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.052), rgba(244, 255, 251, 0.018)),
    rgba(9, 20, 18, 0.84);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.09),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.account-world-cup-card-primary {
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.92), rgba(9, 20, 18, 0.94));
}

.account-world-cup-card strong {
  color: var(--ink);
  font-size: clamp(1.18rem, 1.8vw, 1.48rem);
  line-height: 1.14;
}

.account-world-cup-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.account-world-cup-fixtures {
  display: grid;
  gap: 9px;
}

.account-world-cup-fixtures a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 16px;
  color: var(--ink);
  text-decoration: none;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.account-world-cup-fixtures a:hover,
.account-world-cup-fixtures a:focus-visible {
  outline: none;
  transform: translateY(-1px);
  background: rgba(88, 224, 196, 0.08);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.22);
}

.account-world-cup-fixtures span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-world-cup-fixtures strong {
  font-size: 0.96rem;
}

.alert-optin-centre {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 7% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(12, 25, 22, 0.82), rgba(8, 18, 16, 0.64));
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.alert-optin-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.alert-optin-head h4,
.alert-optin-panel h4 {
  margin: 0;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.alert-optin-head h4 {
  font-size: clamp(1.6rem, 2.7vw, 2.45rem);
}

.alert-optin-head p {
  max-width: 44rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.alert-optin-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.alert-optin-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(9, 20, 18, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.16);
}

.alert-optin-panel-primary {
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.016)),
    rgba(10, 26, 22, 0.9);
}

.alert-optin-panel > p {
  margin: 0 0 4px;
  line-height: 1.5;
}

.opt-in-toggle {
  align-items: flex-start;
  gap: 12px;
  min-height: 74px;
  padding: 13px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.07);
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.opt-in-toggle:hover {
  transform: translateY(-1px);
  background: rgba(244, 255, 251, 0.065);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.14);
}

.opt-in-toggle:has(input:checked) {
  background:
    linear-gradient(135deg, rgba(157, 255, 232, 0.12), rgba(88, 224, 196, 0.06)),
    rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(157, 255, 232, 0.24);
}

.opt-in-toggle input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--mint);
}

.opt-in-toggle span {
  display: grid;
  gap: 4px;
}

.opt-in-toggle strong {
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.25;
}

.opt-in-toggle small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.42;
}

.alert-optin-timing {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(180px, 0.7fr) minmax(0, 1.4fr);
  gap: 16px;
  align-items: end;
  padding: 18px;
  border-radius: 20px;
  background: rgba(244, 255, 251, 0.04);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.alert-optin-timing p {
  margin: 0;
  line-height: 1.5;
}

.locale-settings-panel {
  display: grid;
  gap: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 255, 232, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.86), rgba(9, 20, 18, 0.94));
}

.locale-settings-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.locale-settings-head h4 {
  margin: 4px 0 0;
  color: var(--ink);
}

.locale-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.locale-settings-grid .field-label {
  display: grid;
  gap: 8px;
  margin: 0;
}

.locale-settings-grid-compact {
  grid-template-columns: repeat(2, minmax(110px, 1fr));
}

.quiet-hours-card {
  display: grid;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.04);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.locale-preview-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.locale-preview-strip span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 850;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.delivery-control-centre,
.device-trust-centre {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.9), rgba(7, 17, 15, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 24px 70px rgba(0, 0, 0, 0.2);
}

.delivery-control-head,
.device-trust-head,
.device-trust-recent-head,
.account-device-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.delivery-control-head h3,
.device-trust-head h3 {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.8vw, 2.3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.delivery-control-centre > p,
.device-trust-centre > p {
  max-width: 780px;
  margin: 0;
  line-height: 1.55;
}

.delivery-control-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.account-setup-path {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.account-setup-step {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 13px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.account-setup-step i {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(130, 255, 220, 0.12);
  font-style: normal;
  font-weight: 950;
}

.account-setup-step-done i {
  color: #052118;
  background: #78f2aa;
}

.account-setup-step-review i {
  color: #2e3431;
  background: #ffe18c;
}

.account-setup-step b {
  color: var(--muted-strong);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-setup-step strong {
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.18;
}

.account-setup-step small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.delivery-control-card,
.account-device-card {
  display: grid;
  gap: 11px;
  padding: 17px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.022)),
    rgba(9, 20, 18, 0.88);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.delivery-control-card strong,
.account-device-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  line-height: 1.18;
}

.delivery-control-card p,
.account-device-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.delivery-control-actions,
.account-device-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.alert-dry-run-panel {
  display: grid;
  gap: 14px;
  padding: clamp(16px, 2vw, 20px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 255, 232, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.92), rgba(8, 18, 16, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.12),
    0 18px 50px rgba(0, 0, 0, 0.16);
}

.alert-dry-run-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.alert-dry-run-head strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: clamp(1.18rem, 1.8vw, 1.48rem);
  line-height: 1.16;
}

.alert-dry-run-panel p {
  margin: 0;
  max-width: 780px;
  color: var(--muted);
  line-height: 1.55;
}

.alert-dry-run-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.alert-dry-run-grid span {
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 12px;
  border-radius: 16px;
  color: var(--muted);
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.alert-dry-run-grid b {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alert-governance-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.alert-governance-strip strong {
  display: block;
  margin: 3px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.alert-governance-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.alert-governance-strip-approved {
  background: rgba(88, 224, 196, 0.09);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.18);
}

.device-trust-score {
  display: grid;
  min-width: 132px;
  padding: 14px 16px;
  border-radius: 18px;
  text-align: right;
  background: rgba(244, 255, 251, 0.06);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.11);
}

.device-trust-score strong {
  color: var(--accent-2);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 0.95;
}

.device-trust-score span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.device-trust-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
}

.device-trust-current,
.device-trust-recent,
.account-device-list {
  display: grid;
  gap: 14px;
}

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

.account-device-meta span {
  display: grid;
  gap: 3px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.07);
}

.account-device-meta b {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.25;
}

.account-device-meta small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tier-visibility-section {
  display: grid;
  gap: 18px;
}

.tier-visibility-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
}

.tier-visibility-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.tier-visibility-head p {
  max-width: 44rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.tier-visibility-card {
  display: grid;
  align-content: start;
  gap: 11px;
  min-height: 238px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.052), rgba(244, 255, 251, 0.018)),
    rgba(9, 20, 18, 0.88);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.tier-visibility-card-open {
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.9), rgba(9, 20, 18, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.14),
    0 18px 46px rgba(0, 0, 0, 0.16);
}

.tier-visibility-card-current {
  box-shadow:
    inset 0 0 0 1px rgba(157, 255, 232, 0.36),
    0 20px 58px rgba(88, 224, 196, 0.1);
}

.tier-visibility-card-locked {
  opacity: 0.78;
}

.tier-visibility-card-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.tier-visibility-card strong {
  color: var(--ink);
  font-size: clamp(1.06rem, 1.3vw, 1.24rem);
  line-height: 1.18;
}

.tier-visibility-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.tier-visibility-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}

.tier-visibility-chip-row span {
  padding: 6px 8px;
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 0.72rem;
  font-weight: 850;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.fixture-stream {
  display: grid;
  gap: 16px;
}

.fixture-league-group {
  display: grid;
  gap: 14px;
}

.fixture-league-group-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.fixture-league-group-meta {
  display: grid;
  gap: 6px;
}

.fixture-stream-list {
  display: grid;
  gap: 12px;
}

.fixture-stream-card {
  padding: 0;
  overflow: hidden;
  border-color: rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(20, 30, 43, 0.98) 0%, rgba(11, 18, 28, 0.98) 100%),
    radial-gradient(circle at top right, rgba(48, 199, 255, 0.06), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 24px rgba(0, 0, 0, 0.16);
  transition:
    transform 160ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 180ms ease,
    border-color 180ms ease;
  opacity: 0;
  transform: translateY(8px);
  animation: page-enter 220ms cubic-bezier(0.32, 0.72, 0, 1) forwards;
  animation-delay: calc(var(--enter-index, 0) * 32ms);
}

.fixture-stream-card[open] {
  border-color: rgba(123, 154, 184, 0.22);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
}

.fixture-stream-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 18px 42px rgba(0, 0, 0, 0.24);
}

.fixture-stream-card-deploy {
  border-color: rgba(78, 222, 163, 0.24);
}

.fixture-stream-card-observe {
  border-color: rgba(92, 200, 232, 0.22);
}

.fixture-stream-card-monitor {
  border-color: rgba(246, 179, 109, 0.18);
}

.fixture-stream-card-pass {
  border-color: rgba(184, 193, 204, 0.18);
}

.fixture-stream-card summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  padding: 18px;
}

.fixture-stream-card summary::-webkit-details-marker {
  display: none;
}

.fixture-stream-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.fixture-stream-summary-main {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.fixture-stream-summary-side {
  min-width: 110px;
  display: grid;
  justify-items: end;
  align-content: start;
  gap: 6px;
  text-align: right;
}

.fixture-state-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(123, 154, 184, 0.16);
}

.fixture-state-pill-deploy {
  color: var(--signal-mint);
  background: rgba(61, 217, 176, 0.12);
  border-color: rgba(61, 217, 176, 0.24);
}

.fixture-state-pill-observe {
  color: var(--signal-amber);
  background: rgba(217, 184, 107, 0.08);
  border-color: rgba(217, 184, 107, 0.24);
}

.fixture-state-pill-monitor {
  color: var(--signal-slate);
  background: rgba(107, 122, 143, 0.08);
  border-color: rgba(107, 122, 143, 0.24);
}

.fixture-state-pill-pass {
  color: var(--signal-rose);
  background: rgba(201, 122, 122, 0.08);
  border-color: rgba(201, 122, 122, 0.24);
}

.edge-tone-positive {
  color: var(--signal-mint);
}

.edge-tone-fragile {
  color: var(--signal-rose);
}

.edge-tone-neutral {
  color: var(--signal-slate);
}

.mini-score-pair {
  display: grid;
  gap: 6px;
}

.fixture-stream-headline {
  margin: 0;
  line-height: 1.45;
  color: rgba(228, 239, 247, 0.9);
}

.fixture-stream-expand {
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}

.fixture-stream-card summary:focus-visible {
  outline: 2px solid rgba(61, 217, 176, 0.22);
  outline-offset: -2px;
}

.fixture-route-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

.fixture-route-pill-deploy {
  color: var(--signal-mint);
  border-color: rgba(61, 217, 176, 0.24);
  background: rgba(61, 217, 176, 0.1);
}

.fixture-route-pill-observe {
  color: var(--signal-amber);
  border-color: rgba(217, 184, 107, 0.22);
  background: rgba(217, 184, 107, 0.08);
}

.fixture-route-pill-monitor,
.fixture-route-pill-pass {
  color: var(--signal-slate);
  border-color: rgba(107, 122, 143, 0.18);
  background: rgba(107, 122, 143, 0.08);
}

.fixture-stream-body {
  display: grid;
  gap: 14px;
  padding: 0 18px 18px;
  border-top: 1px solid rgba(123, 154, 184, 0.1);
}

.fixture-stream-card .compact-list {
  margin-top: 2px;
}

.fixture-stream-body-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fixture-stream-route {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.x-matches-page {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-bottom: 178px;
  overflow-x: clip;
}

body[data-page="matches"],
body[data-page="fixture"] {
  background:
    radial-gradient(circle at 10% 0%, rgba(88, 224, 196, 0.12), transparent 24rem),
    linear-gradient(180deg, #07110f 0%, #0a1512 48%, #050907 100%);
}

body[data-page="matches"] .site-shell,
body[data-page="fixture"] .site-shell {
  background:
    linear-gradient(rgba(132, 255, 224, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 255, 224, 0.02) 1px, transparent 1px);
  background-size: 76px 76px;
}

.x-timeline-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.42fr);
  gap: 18px;
  align-items: center;
  padding: 10px 0 18px;
  border-bottom: 1px solid rgba(123, 154, 184, 0.12);
}

.x-timeline-header h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.x-timeline-header p {
  max-width: 58ch;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.matches-paywall-gate {
  display: grid;
  gap: 16px;
  padding-top: clamp(18px, 3vw, 38px);
}

.matches-paywall-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: stretch;
  padding: clamp(22px, 4vw, 40px);
  border: var(--og-border-subtle);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.94), rgba(5, 9, 7, 0.74) 52%, rgba(5, 9, 7, 0.54)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.18), rgba(5, 9, 7, 0.9)),
    url("../public/media/brand/og-home-pitch-photo-features.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(244, 255, 251, 0.08),
    0 42px 110px rgba(0, 0, 0, 0.38);
}

.matches-paywall-hero::before,
.matches-command-hero::before,
.fixture-room-v1-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(157, 255, 232, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.66), transparent 74%);
  pointer-events: none;
}

.matches-paywall-hero > *,
.matches-command-hero > *,
.fixture-room-v1-hero > * {
  position: relative;
  z-index: 1;
}

.matches-paywall-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
}

.matches-paywall-copy h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--og-text);
  font-size: clamp(2.15rem, 5.4vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.matches-paywall-copy p {
  max-width: 56ch;
  margin: 0;
  color: var(--og-muted-text);
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.55;
}

.matches-paywall-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.matches-paywall-card {
  display: grid;
  align-content: end;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(88, 224, 196, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(88, 224, 196, 0.1), rgba(88, 224, 196, 0.035)),
    rgba(7, 17, 15, 0.82);
  backdrop-filter: blur(12px) saturate(130%);
}

.matches-paywall-card span {
  color: rgba(157, 255, 232, 0.92);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.matches-paywall-card strong {
  color: var(--og-text);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.05;
}

.matches-paywall-card p {
  margin: 0;
  color: var(--og-muted-text);
  line-height: 1.5;
}

.matches-paywall-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.matches-paywall-strip span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 999px;
  color: var(--og-muted-text);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.78rem;
  font-weight: 800;
}

.x-next-kickoff {
  display: grid;
  gap: 5px;
  justify-items: end;
  text-align: right;
  padding: 12px 14px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.x-next-kickoff span,
.x-search-bar span,
.x-context-label {
  color: var(--muted-2);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.x-next-kickoff strong {
  font-size: 0.95rem;
  line-height: 1.2;
}

.x-next-kickoff small {
  color: var(--muted);
  font-weight: 700;
}

.fixture-room-v1 {
  width: min(1120px, 100%);
}

.fixture-room-v1 .section {
  margin-bottom: clamp(18px, 2.8vw, 34px);
}

.fixture-room-v1 .section-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 12px;
}

.fixture-room-v1 .section-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--og-text);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.fixture-room-v1 .panel strong {
  margin-top: 0;
  font-size: 1rem;
  letter-spacing: 0;
}

.fixture-room-v1 .prediction-meta-grid {
  gap: 8px;
}

.fixture-room-v1-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 16px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(88, 224, 196, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.94), rgba(5, 9, 7, 0.76) 50%, rgba(5, 9, 7, 0.48)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.08), rgba(5, 9, 7, 0.88)),
    url("../public/media/brand/og-home-pitch-photo-hero-desktop.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(244, 255, 251, 0.08),
    0 42px 110px rgba(0, 0, 0, 0.36);
}

.fixture-room-v1-scoreboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(132, 255, 224, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.018)),
    rgba(7, 17, 15, 0.64);
  backdrop-filter: blur(10px) saturate(130%);
}

.fixture-room-v1-team {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.fixture-room-v1-team strong {
  max-width: 100%;
  color: var(--text);
  font-size: clamp(1.8rem, 4vw, 2.35rem);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.fixture-room-v1-team-badge {
  width: 76px;
  height: 76px;
}

.fixture-room-v1-score-centre {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-width: 116px;
  text-align: center;
}

.fixture-room-v1-score-centre span,
.fixture-room-v1-score-centre small,
.fixture-room-v1-hero-meta small,
.fixture-room-v1-status-chip small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.12;
  text-transform: uppercase;
}

.fixture-room-v1-score-centre strong {
  color: #ffe1a6;
  font-size: clamp(2.7rem, 5vw, 3.35rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(246, 179, 109, 0.22);
}

.fixture-room-v1-status-rail,
.fixture-room-v1-hero-meta,
.fixture-room-v1-token-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.fixture-room-v1-report-strip {
  margin-top: 2px;
}

.fixture-room-v1-status-rail .chip,
.fixture-room-v1-status-chip,
.fixture-room-v1-hero-meta span,
.fixture-room-v1-token-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: var(--og-radius-pill);
  border: 1px solid rgba(132, 255, 224, 0.14);
  color: rgba(235, 255, 248, 0.9);
  background: rgba(132, 255, 224, 0.055);
}

.fixture-room-v1-status-chip strong,
.fixture-room-v1-hero-meta strong {
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.12;
}

.fixture-room-v1-hero-copy,
.fixture-room-v1-proof-note {
  max-width: 78ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.fixture-room-v1-proof-note {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(246, 179, 109, 0.14);
  background: rgba(246, 179, 109, 0.055);
}

.fixture-room-v1-section-index {
  position: sticky;
  top: 74px;
  z-index: 12;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  margin: -2px 0 16px;
  padding: 10px 12px;
  border: 1px solid rgba(132, 255, 224, 0.14);
  border-radius: var(--og-radius-card);
  background:
    linear-gradient(180deg, rgba(6, 16, 14, 0.92), rgba(3, 9, 8, 0.88)),
    rgba(5, 12, 11, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(244, 255, 251, 0.035),
    0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px) saturate(135%);
}

.fixture-room-v1-section-index .metric-label {
  flex: 0 0 auto;
  margin: 0;
  color: rgba(157, 255, 232, 0.72);
}

.fixture-room-v1-section-index-scroll {
  display: flex;
  flex: 1 1 480px;
  gap: 8px;
  align-items: center;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.fixture-room-v1-section-index-scroll::-webkit-scrollbar {
  display: none;
}

.fixture-room-v1-section-index-link {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(132, 255, 224, 0.14);
  border-radius: var(--og-radius-pill);
  color: rgba(235, 255, 248, 0.9);
  background:
    linear-gradient(180deg, rgba(132, 255, 224, 0.075), rgba(132, 255, 224, 0.025)),
    rgba(255, 255, 255, 0.026);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.fixture-room-v1-section-index-link:hover,
.fixture-room-v1-section-index-link:focus-visible {
  border-color: rgba(143, 220, 69, 0.45);
  color: var(--og-text);
  background:
    linear-gradient(180deg, rgba(143, 220, 69, 0.16), rgba(143, 220, 69, 0.06)),
    rgba(255, 255, 255, 0.04);
  outline: none;
  transform: translateY(-1px);
}

.fixture-room-v1-section-index-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(143, 220, 69, 0.16);
}

#fixture-signal,
#fixture-markets,
#fixture-team,
#fixture-player-events,
#fixture-context,
#fixture-proof,
#fixture-bet-checker {
  scroll-margin-top: 112px;
}

.fixture-room-v1-decision-section {
  margin-top: 16px;
  margin-bottom: clamp(18px, 2.8vw, 32px);
}

.fixture-room-v1-decision-card {
  display: grid;
  gap: 16px;
  border-color: rgba(88, 224, 196, 0.2);
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(16, 34, 30, 0.96), rgba(8, 18, 18, 0.98));
}

.fixture-room-v1-decision-copy h2 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}

.fixture-room-v1-decision-copy p {
  max-width: 76ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.fixture-room-v1-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.fixture-room-v1-decision-grid span {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 96px;
  padding: 12px;
  border-radius: var(--og-radius-card);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.fixture-room-v1-decision-grid small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.12;
  text-transform: uppercase;
}

.fixture-room-v1-decision-grid strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.fixture-room-v1-decision-grid em {
  color: rgba(132, 255, 224, 0.72);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.fixture-room-v1-token-row span {
  border-radius: 14px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.3;
}

.fixture-room-v1-token-row .is-risk {
  border-color: rgba(246, 179, 109, 0.18);
  background: rgba(246, 179, 109, 0.06);
}

.fixture-room-v1-prediction-stack-panel {
  display: grid;
  gap: 16px;
  padding: clamp(14px, 2.2vw, 18px);
  border-color: rgba(88, 224, 196, 0.18);
  background:
    radial-gradient(circle at 8% 0%, rgba(88, 224, 196, 0.1), transparent 32%),
    rgba(244, 255, 251, 0.03);
}

.fixture-room-v1-market-hierarchy-section .section-heading h2 {
  color: var(--og-text);
}

.fixture-room-v1-match-brief {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.75fr);
  gap: 14px;
  min-width: 0;
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid rgba(143, 241, 210, 0.22);
  border-radius: var(--og-radius-card);
  background:
    radial-gradient(circle at 0% 0%, rgba(143, 241, 210, 0.14), transparent 36%),
    linear-gradient(135deg, rgba(88, 224, 196, 0.08), rgba(255, 255, 255, 0.022));
  box-shadow:
    inset 0 0 0 1px rgba(244, 255, 251, 0.035),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.fixture-room-v1-match-brief-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
}

.fixture-room-v1-match-brief-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.fixture-room-v1-match-brief-copy p {
  max-width: 78ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.fixture-room-v1-match-brief-rail {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.fixture-room-v1-match-brief-rail span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(132, 255, 224, 0.13);
  border-radius: var(--og-radius-card);
  background: rgba(5, 12, 11, 0.42);
}

.fixture-room-v1-match-brief-rail small,
.fixture-room-v1-market-signal-pick small,
.fixture-room-v1-market-signal-meta small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.12;
  text-transform: uppercase;
}

.fixture-room-v1-match-brief-rail strong {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.fixture-room-v1-stack-intro {
  max-width: 74ch;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.45;
}

.fixture-room-v1-stack-group {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: clamp(11px, 1.7vw, 14px);
  border: 1px solid rgba(123, 154, 184, 0.11);
  border-radius: var(--og-radius-card);
  background: rgba(255, 255, 255, 0.018);
}

.fixture-room-v1-stack-group-priced {
  border-color: rgba(88, 224, 196, 0.23);
  background:
    linear-gradient(135deg, rgba(88, 224, 196, 0.065), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.018);
}

.fixture-room-v1-stack-group-model {
  border-color: rgba(123, 154, 184, 0.09);
  background: rgba(255, 255, 255, 0.012);
}

.fixture-room-v1-stack-group-heading {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.fixture-room-v1-stack-group-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.fixture-room-v1-stack-group-heading p {
  max-width: 78ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1.35;
}

.fixture-room-v1-market-signal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 10px;
  min-width: 0;
}

.fixture-room-v1-market-signal-tile {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(123, 154, 184, 0.13);
  border-radius: var(--og-radius-card);
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.04), rgba(244, 255, 251, 0.018)),
    rgba(5, 12, 11, 0.34);
}

.fixture-room-v1-market-signal-tile-primary {
  border-color: rgba(88, 224, 196, 0.26);
  background:
    radial-gradient(circle at 8% 0%, rgba(88, 224, 196, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(88, 224, 196, 0.075), rgba(244, 255, 251, 0.02));
  box-shadow: inset 3px 0 0 rgba(88, 224, 196, 0.48);
}

.fixture-room-v1-market-signal-tile-player {
  border-color: rgba(246, 179, 109, 0.22);
  background:
    radial-gradient(circle at 8% 0%, rgba(246, 179, 109, 0.12), transparent 34%),
    rgba(246, 179, 109, 0.045);
}

.fixture-room-v1-market-signal-tile-muted {
  border-style: dashed;
  opacity: 0.78;
}

.fixture-room-v1-market-signal-head {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.fixture-room-v1-market-signal-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.fixture-room-v1-market-signal-pick {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.fixture-room-v1-market-signal-pick strong {
  color: rgba(232, 255, 246, 0.96);
  font-size: 1.05rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-room-v1-market-signal-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.fixture-room-v1-market-signal-meta span {
  display: grid;
  align-content: start;
  gap: 4px;
  min-width: 0;
  padding: 9px;
  border-radius: 12px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  background: rgba(255, 255, 255, 0.026);
}

.fixture-room-v1-market-signal-meta b {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.fixture-room-v1-stack-head,
.fixture-room-v1-stack-row {
  display: grid;
  grid-template-columns: minmax(128px, 0.95fr) minmax(126px, 1fr) minmax(190px, 1.55fr) minmax(112px, 0.85fr) minmax(100px, 0.8fr) minmax(120px, 0.9fr);
  gap: 8px;
  align-items: stretch;
}

.fixture-room-v1-stack-head {
  padding: 2px 10px 0;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.12;
  text-transform: uppercase;
}

.fixture-room-v1-stack-list {
  display: grid;
  gap: 6px;
}

.fixture-room-v1-stack-row {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.13);
  border-radius: var(--og-radius-card);
  background: rgba(255, 255, 255, 0.032);
}

.fixture-room-v1-stack-row-primary {
  border-color: rgba(88, 224, 196, 0.24);
  background:
    linear-gradient(135deg, rgba(88, 224, 196, 0.09), rgba(255, 255, 255, 0.026)),
    rgba(88, 224, 196, 0.045);
  box-shadow: inset 3px 0 0 rgba(88, 224, 196, 0.45);
}

.fixture-room-v1-stack-row-player {
  border-color: rgba(246, 179, 109, 0.2);
  background: rgba(246, 179, 109, 0.045);
}

.fixture-room-v1-stack-group-model .fixture-room-v1-stack-row {
  padding: 8px 10px;
  border-color: rgba(123, 154, 184, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.fixture-room-v1-stack-row-muted {
  border-style: dashed;
  opacity: 0.72;
}

.fixture-room-v1-stack-row span {
  min-width: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.fixture-room-v1-stack-row strong {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.15;
}

.fixture-room-v1-stack-row-primary strong {
  color: rgba(232, 255, 246, 0.98);
  font-size: 0.98rem;
}

.fixture-room-v1-next-check {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(88, 224, 196, 0.14);
  border-radius: var(--og-radius-card);
  background: rgba(88, 224, 196, 0.04);
}

.fixture-room-v1-next-check p {
  max-width: 70ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.fixture-room-v1-section {
  scroll-margin-top: 88px;
}

.fixture-room-v1-market-section {
  padding-top: 2px;
}

.fixture-room-v1-bet-checker-section {
  padding-top: 2px;
}

.fixture-room-v1-bet-checker-bridge {
  display: grid;
  gap: 14px;
  padding: clamp(15px, 2.2vw, 20px);
  border-color: rgba(143, 220, 69, 0.2);
  background:
    radial-gradient(circle at 8% 0%, rgba(143, 220, 69, 0.12), transparent 34%),
    rgba(244, 255, 251, 0.028);
}

.fixture-room-v1-bet-checker-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.fixture-room-v1-bet-checker-copy h2 {
  margin: 0;
  color: var(--og-text);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.fixture-room-v1-bet-checker-copy p {
  max-width: 82ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.fixture-room-v1-bet-checker-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 9px;
  min-width: 0;
}

.fixture-room-v1-bridge-note {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
}

.fixture-room-v1-market-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(310px, 100%), 1fr));
  gap: 12px;
}

.fixture-room-v1-market-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border-color: rgba(88, 224, 196, 0.16);
  background:
    radial-gradient(circle at 10% 0%, rgba(88, 224, 196, 0.11), transparent 34%),
    rgba(244, 255, 251, 0.035);
}

.fixture-room-v1-market-card h3 {
  margin-bottom: 4px;
  color: var(--og-text);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.fixture-room-v1-market-card .dashboard-odds-grid,
.fixture-room-v1-secondary-panel .dashboard-odds-grid,
.fixture-room-v1-empty-panel .dashboard-odds-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.fixture-room-v1-market-card .dashboard-odds-grid .panel,
.fixture-room-v1-market-card .dashboard-odds-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.fixture-room-v1-player-event-panel {
  display: grid;
  gap: 14px;
  padding: clamp(16px, 2.3vw, 22px);
  border-color: rgba(143, 241, 210, 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(143, 241, 210, 0.11), transparent 32%),
    rgba(244, 255, 251, 0.032);
}

.fixture-room-v1-player-event-panel h3,
.fixture-room-v1-secondary-panel h2 {
  margin: 0;
  color: var(--og-text);
  letter-spacing: 0;
}

.fixture-room-v1-player-event-panel .muted {
  max-width: 74ch;
  margin: 0;
  line-height: 1.5;
}

.fixture-room-v1-empty-panel {
  gap: 10px;
  padding: 15px;
  border-style: dashed;
  background: rgba(244, 255, 251, 0.022);
}

.fixture-room-v1-empty-panel h3 {
  font-size: 1.08rem;
}

.fixture-room-v1-empty-panel .prediction-meta-grid {
  margin-top: 2px;
}

.fixture-room-v1-proof-section {
  margin-bottom: 14px;
}

.fixture-room-v1-proof-archive-section {
  margin-top: -6px;
}

.fixture-room-v1-secondary-panel {
  display: grid;
  gap: 12px;
  padding: 15px;
  border-color: rgba(123, 154, 184, 0.12);
  background: rgba(244, 255, 251, 0.026);
}

.fixture-room-v1-secondary-panel h2 {
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.1;
}

.fixture-room-v1-compact-notice {
  padding: 12px 14px;
  border-radius: var(--og-radius-card);
}

.fixture-intelligence-section {
  padding-top: 2px;
}

.fixture-intelligence-grid {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.fixture-intelligence-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: clamp(14px, 2vw, 18px);
  border-color: rgba(132, 255, 224, 0.16);
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.045), rgba(244, 255, 251, 0.018)),
    rgba(7, 17, 15, 0.48);
}

.fixture-intelligence-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.fixture-intelligence-card-head > div {
  display: grid;
  gap: 5px;
  min-width: min(100%, 360px);
}

.fixture-intelligence-card-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.fixture-intelligence-card-head p,
.fixture-intelligence-note {
  max-width: 74ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.42;
}

.fixture-intelligence-status {
  display: inline-grid;
  gap: 2px;
  min-width: 0;
  padding: 7px 10px;
  border: 1px solid rgba(132, 255, 224, 0.15);
  border-radius: var(--og-radius-card);
  background: rgba(132, 255, 224, 0.055);
  text-align: right;
}

.fixture-intelligence-status b {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.fixture-intelligence-status small {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.15;
}

.fixture-intelligence-status-missing,
.fixture-intelligence-status-stale,
.fixture-intelligence-status-squad_proxy {
  border-color: rgba(255, 207, 117, 0.18);
  background: rgba(255, 207, 117, 0.05);
}

.fixture-intelligence-team-head,
.fixture-intelligence-mirror-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(106px, 0.55fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.fixture-intelligence-team-head {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-intelligence-team-head span,
.fixture-intelligence-mirror-row strong {
  text-align: center;
}

.fixture-intelligence-mirror-stack {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.fixture-intelligence-mirror-row {
  padding: 8px;
  border: 1px solid rgba(123, 154, 184, 0.11);
  border-radius: var(--og-radius-card);
  background: rgba(255, 255, 255, 0.024);
}

.fixture-intelligence-mirror-row strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-intelligence-bar {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  height: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.08);
}

.fixture-intelligence-bar-home {
  justify-content: flex-end;
}

.fixture-intelligence-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(77, 185, 245, 0.58), rgba(88, 224, 196, 0.88));
}

.fixture-intelligence-bar-home i {
  margin-left: auto;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.88), rgba(77, 185, 245, 0.58));
}

.fixture-intelligence-bar b {
  position: absolute;
  inset: 0 9px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(235, 255, 248, 0.94);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
}

.fixture-intelligence-bar-home b {
  justify-content: flex-end;
}

.fixture-intelligence-unit-grid,
.fixture-intelligence-side-grid,
.fixture-intelligence-player-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.fixture-intelligence-side-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fixture-intelligence-feed-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  margin: 2px 0 12px;
}

.fixture-intelligence-feed-meta span {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.fixture-intelligence-feed-meta b,
.fixture-intelligence-feed-meta small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.fixture-intelligence-feed-meta b {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 950;
}

.fixture-intelligence-feed-meta small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 820;
  line-height: 1.25;
}

.fixture-intelligence-unit-side,
.fixture-intelligence-player-market,
.fixture-intelligence-weather-grid span,
.fixture-intelligence-freshness-row {
  min-width: 0;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: var(--og-radius-card);
  background: rgba(255, 255, 255, 0.025);
}

.fixture-intelligence-unit-side {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.fixture-intelligence-unit-title {
  display: grid;
  gap: 3px;
}

.fixture-intelligence-unit-title strong,
.fixture-intelligence-player-market-head strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.12;
}

.fixture-intelligence-unit-title small,
.fixture-intelligence-player-market-head small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.25;
}

.fixture-intelligence-unit-stack {
  display: grid;
  gap: 8px;
}

.fixture-intelligence-unit-row {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 9px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.12);
}

.fixture-intelligence-unit-row > div:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.fixture-intelligence-unit-row span,
.fixture-intelligence-unit-row small,
.fixture-intelligence-player-confidence-row small {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 820;
  line-height: 1.25;
}

.fixture-intelligence-unit-row b,
.fixture-intelligence-player-confidence-row strong {
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 950;
}

.fixture-intelligence-unit-row > i,
.fixture-intelligence-player-confidence-row > i {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.fixture-intelligence-unit-row > i em,
.fixture-intelligence-player-confidence-row > i em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.74), rgba(157, 255, 232, 0.94));
}

.fixture-intelligence-player-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.fixture-intelligence-player-chip {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  padding: 4px 7px 4px 4px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 999px;
  background: rgba(132, 255, 224, 0.045);
}

.fixture-intelligence-player-chip b {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixture-intelligence-player-avatar {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.fixture-intelligence-unit-player-photo,
.fixture-intelligence-unit-player-photo-fallback {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 999px;
}

.fixture-intelligence-unit-player-photo {
  position: relative;
  border: 1px solid rgba(143, 220, 69, 0.2);
  background:
    radial-gradient(circle at 38% 20%, rgba(143, 220, 69, 0.16), transparent 56%),
    rgba(12, 20, 16, 0.92);
}

.fixture-intelligence-unit-player-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixture-intelligence-unit-player-photo-fallback {
  color: rgba(229, 241, 232, 0.82);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.05em;
}

.fixture-intelligence-player-market {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.fixture-intelligence-player-market-head {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.fixture-intelligence-player-confidence-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 9px;
  min-width: 0;
  padding: 8px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.12);
}

.fixture-intelligence-player-confidence-row span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.fixture-intelligence-player-confidence-row .fixture-intelligence-player-identity {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.fixture-intelligence-player-photo,
.fixture-intelligence-player-photo-fallback {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 999px;
}

.fixture-intelligence-player-photo {
  position: relative;
  border: 1px solid rgba(143, 220, 69, 0.24);
  background:
    radial-gradient(circle at 38% 20%, rgba(143, 220, 69, 0.2), transparent 54%),
    rgba(12, 20, 16, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(247, 246, 241, 0.045),
    0 8px 18px rgba(0, 0, 0, 0.18);
}

.fixture-intelligence-player-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixture-intelligence-player-photo-fallback {
  color: rgba(229, 241, 232, 0.86);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.fixture-intelligence-player-confidence-row b {
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-intelligence-player-confidence-row > i,
.fixture-intelligence-player-confidence-row > small {
  grid-column: 1 / -1;
}

.fixture-intelligence-player-confidence-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.fixture-intelligence-player-add,
.fixture-intelligence-player-add-unavailable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.fixture-intelligence-player-add {
  border: 1px solid rgba(80, 225, 185, 0.36);
  color: #062d27;
  background: linear-gradient(135deg, rgba(133, 255, 221, 0.95), rgba(81, 219, 182, 0.9));
  box-shadow: 0 10px 24px rgba(44, 187, 154, 0.16);
  cursor: pointer;
}

.fixture-intelligence-player-add-active {
  border-color: rgba(180, 213, 255, 0.5);
  color: #eaf4ff;
  background: rgba(89, 118, 154, 0.34);
}

.fixture-intelligence-player-add-unavailable {
  color: var(--muted);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.fixture-intelligence-weather-grid,
.fixture-intelligence-weather-meta,
.fixture-intelligence-freshness-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.fixture-intelligence-weather-grid span,
.fixture-intelligence-weather-meta span,
.fixture-intelligence-freshness-row {
  display: grid;
  gap: 4px;
  padding: 10px;
}

.fixture-intelligence-weather-meta {
  margin-top: 8px;
}

.fixture-intelligence-weather-meta span {
  min-width: 0;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(132, 255, 224, 0.035);
}

.fixture-intelligence-weather-grid b,
.fixture-intelligence-weather-meta b,
.fixture-intelligence-freshness-row strong {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.1;
}

.fixture-intelligence-weather-grid small,
.fixture-intelligence-weather-meta small,
.fixture-intelligence-freshness-row b,
.fixture-intelligence-freshness-row small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.22;
}

.fixture-intelligence-weather-grid b,
.fixture-intelligence-weather-grid small,
.fixture-intelligence-weather-meta b,
.fixture-intelligence-weather-meta small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.fixture-intelligence-weather-warnings {
  display: grid;
  gap: 5px;
  min-width: 0;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.fixture-intelligence-weather-warnings li {
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid rgba(255, 207, 117, 0.16);
  border-radius: 10px;
  color: var(--muted);
  background: rgba(255, 207, 117, 0.045);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.fixture-intelligence-competition-card {
  border-color: rgba(123, 154, 184, 0.16);
  background:
    radial-gradient(circle at 8% 0%, rgba(143, 220, 69, 0.095), transparent 34%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.036), rgba(244, 255, 251, 0.014)),
    rgba(7, 17, 15, 0.46);
}

.fixture-intelligence-competition-boundary {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.fixture-intelligence-competition-boundary span {
  min-width: 0;
  padding: 6px 9px;
  border: 1px solid rgba(143, 220, 69, 0.16);
  border-radius: 999px;
  color: rgba(224, 244, 236, 0.82);
  background: rgba(143, 220, 69, 0.045);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.fixture-intelligence-competition-meta,
.fixture-intelligence-competition-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.fixture-intelligence-competition-meta span,
.fixture-intelligence-competition-rows span,
.fixture-intelligence-competition-pending {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.028);
}

.fixture-intelligence-competition-meta b,
.fixture-intelligence-competition-rows strong,
.fixture-intelligence-competition-rows b,
.fixture-intelligence-competition-pending strong {
  min-width: 0;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.fixture-intelligence-competition-meta small,
.fixture-intelligence-competition-rows small,
.fixture-intelligence-competition-rows em,
.fixture-intelligence-competition-pending span {
  min-width: 0;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 840;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.fixture-intelligence-competition-rows em {
  color: rgba(143, 220, 69, 0.76);
  font-style: normal;
}

.fixture-intelligence-competition-pending {
  border-color: rgba(255, 207, 117, 0.16);
  background: rgba(255, 207, 117, 0.045);
}

.fixture-intelligence-freshness-stale {
  border-color: rgba(255, 207, 117, 0.18);
  background: rgba(255, 207, 117, 0.045);
}

.fixture-intelligence-freshness-fresh {
  border-color: rgba(88, 224, 196, 0.18);
  background: rgba(88, 224, 196, 0.045);
}

.fixture-intelligence-empty {
  padding: 12px;
  border-radius: var(--og-radius-card);
}

@media (max-width: 860px) {
  .matches-command-sequence,
  .fixture-room-v1-report-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixture-room-v1-hero {
    padding: 18px;
    border-radius: 8px;
  }

  .fixture-room-v1-scoreboard {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
    border-radius: 8px;
  }

  .fixture-room-v1-score-centre {
    display: contents;
  }

  .fixture-room-v1-score-centre span {
    display: none;
  }

  .fixture-room-v1-score-centre strong {
    order: 2;
    justify-self: stretch;
    width: 100%;
    padding: 0;
    color: rgba(235, 255, 248, 0.94);
    font-size: 1.14rem;
    line-height: 1.05;
    letter-spacing: 0;
    text-align: center;
    text-transform: lowercase;
    text-shadow: none;
  }

  .fixture-room-v1-score-centre small {
    order: 4;
    width: 100%;
    padding: 8px 0 0;
    color: var(--og-muted-text);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }

  .fixture-room-v1-team strong {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.02;
  }

  .fixture-room-v1-team {
    grid-template-columns: 54px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    width: 100%;
    gap: 14px;
    text-align: left;
  }

  .fixture-room-v1-team-badge {
    width: 54px;
    height: 54px;
  }

  .fixture-room-v1-team-home {
    order: 1;
  }

  .fixture-room-v1-team-away {
    order: 3;
  }

  .fixture-room-v1-status-rail,
  .fixture-room-v1-hero-meta {
    align-items: stretch;
  }

  .fixture-room-v1-section-index {
    position: relative;
    top: auto;
    z-index: 1;
    display: grid;
    gap: 8px;
    margin: 0 0 14px;
    padding: 10px;
  }

  .fixture-room-v1-section-index-scroll {
    width: 100%;
    max-width: 100%;
    flex: none;
    padding-bottom: 2px;
  }

  .fixture-room-v1-section-index-link {
    min-height: 40px;
    padding: 9px 12px;
  }

  #fixture-signal,
  #fixture-team,
  #fixture-player-events,
  #fixture-context,
  #fixture-proof,
  #fixture-bet-checker {
    scroll-margin-top: 24px;
  }

  .fixture-room-v1-hero-meta {
    order: 3;
  }

  .fixture-room-v1-status-rail {
    order: 4;
  }

  .fixture-room-v1-report-strip {
    order: 5;
  }

  .fixture-room-v1-hero-copy {
    order: 6;
  }

  .fixture-room-v1-proof-note {
    order: 7;
  }

  .fixture-room-v1-status-rail .chip,
  .fixture-room-v1-status-chip,
  .fixture-room-v1-hero-meta span {
    justify-content: flex-start;
    text-align: left;
  }

  .fixture-room-v1-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixture-room-v1-stack-head {
    display: none;
  }

  .fixture-room-v1-stack-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixture-room-v1-stack-row span {
    display: grid;
    gap: 4px;
  }

  .fixture-room-v1-stack-row span::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 0.63rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .fixture-room-v1-market-grid,
  .world-cup-player-market-grid,
  .fixture-intelligence-unit-grid,
  .fixture-intelligence-side-grid,
  .fixture-intelligence-player-market-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  [data-calendar-v1-preview],
  [data-calendar-v1-preview] .x-timeline-header,
  [data-calendar-v1-preview] .x-timeline-header > div,
  [data-calendar-v1-preview] .timeline-metric-tiles,
  [data-calendar-v1-preview] .x-search-bar,
  [data-calendar-v1-preview] .matches-feed-filters,
  [data-calendar-v1-preview] .x-feed-timeline,
  [data-calendar-v1-preview] .x-feed-fixture {
    max-width: 100%;
    min-width: 0;
  }

  [data-calendar-v1-preview] {
    width: calc(100vw - 20px);
  }

  [data-calendar-v1-preview] h1,
  [data-calendar-v1-preview] .x-timeline-header p,
  [data-calendar-v1-preview] .x-search-bar span,
  .matches-command-sequence strong,
  .fixture-room-v1-report-strip strong {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .matches-command-sequence,
  .fixture-room-v1-report-strip {
    grid-template-columns: 1fr;
  }

  [data-calendar-v1-preview] .matches-feed-filters .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  [data-calendar-v1-preview] .matches-feed-filters .compact-button {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  [data-calendar-v1-preview] .x-feed-fixture {
    padding: 14px;
    border-radius: 18px;
  }

  [data-calendar-v1-preview] .x-feed-fixture .x-post-title-row {
    grid-template-columns: 1fr;
  }

  .calendar-v1-matchup-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .calendar-v1-matchup-team {
    gap: 8px;
  }

  .calendar-v1-matchup-vs {
    padding-left: 36px;
  }

  [data-calendar-v1-preview] .x-feed-fixture .x-post-title-row .chip {
    justify-self: start;
    max-width: 100%;
  }

  .calendar-v1-board-chip-row {
    align-items: stretch;
  }

  .calendar-v1-board-chip-row .chip {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .fixture-room-v1-status-rail .chip,
  .fixture-room-v1-status-chip,
  .fixture-room-v1-hero-meta span,
  .fixture-room-v1-token-row span {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .fixture-room-v1-decision-grid {
    grid-template-columns: 1fr;
  }

  .fixture-intelligence-card {
    padding: 12px;
  }

  .fixture-intelligence-card-head {
    display: grid;
  }

  .fixture-intelligence-status {
    justify-self: stretch;
    text-align: left;
  }

  .fixture-intelligence-team-head {
    display: none;
  }

  .fixture-intelligence-mirror-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .fixture-intelligence-mirror-row strong {
    order: -1;
    text-align: left;
  }

  .fixture-intelligence-bar {
    height: 25px;
  }

  .fixture-intelligence-bar-home {
    justify-content: flex-start;
  }

  .fixture-intelligence-bar-home i {
    margin-left: 0;
  }

  .fixture-intelligence-bar-home b {
    justify-content: flex-start;
  }

  .fixture-intelligence-weather-grid,
  .fixture-intelligence-weather-meta,
  .fixture-intelligence-feed-meta,
  .fixture-intelligence-freshness-list,
  .fixture-intelligence-competition-meta,
  .fixture-intelligence-competition-rows {
    grid-template-columns: 1fr;
  }

  .fixture-intelligence-player-chip {
    width: 100%;
  }

  .fixture-room-v1-stack-row {
    grid-template-columns: 1fr;
  }

  .fixture-room-v1-decision-grid span {
    min-height: 86px;
  }

  .fixture-room-v1 .section {
    margin-bottom: 18px;
  }

  .fixture-room-v1 .section-heading {
    margin-bottom: 9px;
  }

  .fixture-room-v1-player-event-panel,
  .fixture-room-v1-market-card,
  .fixture-room-v1-secondary-panel {
    padding: 13px;
    border-radius: 18px;
  }

  .fixture-room-v1-empty-panel .prediction-meta-grid,
  .fixture-room-v1-secondary-panel .dashboard-odds-grid {
    grid-template-columns: 1fr;
  }
}

/* Fixture Room Phase 2A: internal member-card polish. Visual-only overrides. */
.fixture-room-v1 {
  --fixture-card-bg: linear-gradient(180deg, rgba(11, 28, 24, 0.94), rgba(3, 9, 8, 0.96));
  --fixture-card-bg-soft: linear-gradient(180deg, rgba(17, 42, 35, 0.9), rgba(5, 13, 12, 0.96));
  --fixture-card-line: rgba(143, 220, 69, 0.18);
  --fixture-card-line-strong: rgba(143, 220, 69, 0.32);
  --fixture-signal-glow: rgba(143, 220, 69, 0.18);
}

.fixture-room-v1 .section-heading {
  padding-inline: 2px;
}

.fixture-room-v1 .section-heading h2 {
  max-width: 680px;
  text-wrap: balance;
}

.fixture-room-v1 .section-heading .metric-label {
  color: rgba(143, 220, 69, 0.94);
}

.fixture-room-v1-decision-card {
  position: relative;
  overflow: hidden;
  gap: clamp(18px, 2.3vw, 24px);
  padding: clamp(20px, 3vw, 30px);
  border-color: var(--fixture-card-line-strong);
  border-radius: 10px;
  background:
    radial-gradient(circle at 10% 0%, rgba(143, 220, 69, 0.2), transparent 34%),
    radial-gradient(circle at 92% 6%, rgba(88, 224, 196, 0.12), transparent 30%),
    var(--fixture-card-bg);
  box-shadow:
    inset 0 0 0 1px rgba(247, 246, 241, 0.045),
    0 28px 90px rgba(0, 0, 0, 0.32);
}

.fixture-room-v1-decision-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(143, 220, 69, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 220, 69, 0.03) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(120deg, rgba(0, 0, 0, 0.5), transparent 72%);
}

.fixture-room-v1-decision-card > * {
  position: relative;
  z-index: 1;
}

.fixture-room-v1-decision-copy .metric-label {
  color: rgba(143, 220, 69, 0.95);
}

.fixture-room-v1-decision-copy h2 {
  max-width: 18ch;
  margin-top: 4px;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 0.94;
}

.fixture-room-v1-decision-copy p {
  max-width: 70ch;
  color: rgba(247, 246, 241, 0.78);
  font-size: 0.96rem;
}

.fixture-room-v1-decision-grid {
  gap: 10px;
}

.fixture-room-v1-decision-grid span {
  min-height: 106px;
  border-color: rgba(247, 246, 241, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(247, 246, 241, 0.055), rgba(247, 246, 241, 0.018)),
    rgba(255, 255, 255, 0.018);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.fixture-room-v1-decision-grid small {
  color: rgba(247, 246, 241, 0.52);
}

.fixture-room-v1-decision-grid strong {
  color: rgba(247, 246, 241, 0.96);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
}

.fixture-room-v1-decision-grid em {
  color: rgba(143, 220, 69, 0.88);
}

.fixture-room-v1-decision-card .prediction-strength-card {
  padding: clamp(16px, 2.2vw, 20px);
  border-color: rgba(143, 220, 69, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(2, 8, 7, 0.82), rgba(4, 12, 10, 0.92)),
    rgba(0, 0, 0, 0.2);
}

.fixture-room-v1-decision-card .prediction-strength-head strong {
  color: rgba(247, 246, 241, 0.98);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.fixture-room-v1-decision-card .prediction-strength-meter {
  gap: 7px 12px;
}

.fixture-room-v1-decision-card .prediction-strength-meter b {
  color: rgba(247, 246, 241, 0.72);
}

.fixture-room-v1-decision-card .prediction-strength-meter em {
  color: rgba(143, 220, 69, 0.98);
}

.fixture-room-v1-decision-card .prediction-strength-meter i {
  height: 10px;
  background: rgba(247, 246, 241, 0.11);
}

.fixture-room-v1-decision-card .prediction-strength-meter-grid {
  gap: 12px;
}

.fixture-room-v1-decision-card .prediction-strength-reasons span,
.fixture-room-v1-decision-card .prediction-strength-foot span {
  border-color: rgba(143, 220, 69, 0.16);
  color: rgba(247, 246, 241, 0.76);
  background: rgba(143, 220, 69, 0.055);
}

.fixture-intelligence-grid {
  gap: clamp(14px, 2vw, 18px);
}

.fixture-intelligence-card {
  gap: clamp(16px, 2vw, 22px);
  padding: clamp(18px, 2.4vw, 24px);
  border-color: rgba(143, 220, 69, 0.16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 0% 0%, rgba(143, 220, 69, 0.08), transparent 32%),
    var(--fixture-card-bg-soft);
  box-shadow:
    inset 0 0 0 1px rgba(247, 246, 241, 0.035),
    0 18px 55px rgba(0, 0, 0, 0.22);
}

.fixture-intelligence-player-confidence-card {
  border-color: rgba(143, 220, 69, 0.28);
  background:
    radial-gradient(circle at 0% 0%, rgba(143, 220, 69, 0.14), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(88, 224, 196, 0.08), transparent 30%),
    var(--fixture-card-bg);
}

.fixture-intelligence-card-head {
  gap: 12px 18px;
  padding-bottom: 2px;
}

.fixture-intelligence-card-head h3 {
  color: rgba(247, 246, 241, 0.98);
  font-size: clamp(1.2rem, 2vw, 1.58rem);
}

.fixture-intelligence-card-head p,
.fixture-intelligence-note {
  color: rgba(247, 246, 241, 0.66);
  font-size: 0.86rem;
}

.fixture-intelligence-status {
  min-width: 150px;
  border-color: rgba(143, 220, 69, 0.2);
  border-radius: 8px;
  background: rgba(143, 220, 69, 0.06);
}

.fixture-intelligence-status small {
  color: rgba(247, 246, 241, 0.9);
}

.fixture-intelligence-team-head {
  padding: 0 12px;
}

.fixture-intelligence-team-head b {
  color: rgba(247, 246, 241, 0.76);
}

.fixture-intelligence-team-head span {
  color: rgba(143, 220, 69, 0.9);
}

.fixture-intelligence-mirror-stack {
  gap: 10px;
}

.fixture-intelligence-mirror-row {
  gap: 12px;
  padding: 11px 12px;
  border-color: rgba(247, 246, 241, 0.075);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.16);
}

.fixture-intelligence-mirror-row strong {
  color: rgba(247, 246, 241, 0.9);
}

.fixture-intelligence-bar {
  height: 30px;
  background: rgba(247, 246, 241, 0.09);
}

.fixture-intelligence-bar i {
  background: linear-gradient(90deg, rgba(143, 220, 69, 0.72), rgba(88, 224, 196, 0.9));
}

.fixture-intelligence-bar-home i {
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.9), rgba(143, 220, 69, 0.72));
}

.fixture-intelligence-unit-grid,
.fixture-intelligence-side-grid,
.fixture-intelligence-player-market-grid {
  gap: clamp(12px, 2vw, 18px);
}

.fixture-intelligence-unit-side,
.fixture-intelligence-player-market {
  border-color: rgba(247, 246, 241, 0.075);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(247, 246, 241, 0.045), rgba(247, 246, 241, 0.016)),
    rgba(0, 0, 0, 0.18);
}

.fixture-intelligence-unit-side {
  gap: 14px;
  padding: clamp(14px, 2vw, 18px);
}

.fixture-intelligence-unit-title {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(247, 246, 241, 0.075);
}

.fixture-intelligence-unit-title strong,
.fixture-intelligence-player-market-head strong {
  color: rgba(247, 246, 241, 0.96);
  font-size: 1.08rem;
}

.fixture-intelligence-unit-row {
  gap: 8px;
  padding: 11px 0 12px;
  border-radius: 0;
  border-bottom: 1px solid rgba(247, 246, 241, 0.065);
  background: transparent;
}

.fixture-intelligence-unit-row:last-child {
  border-bottom: 0;
}

.fixture-intelligence-unit-row span,
.fixture-intelligence-unit-row small,
.fixture-intelligence-player-confidence-row small {
  color: rgba(247, 246, 241, 0.6);
}

.fixture-intelligence-unit-row b,
.fixture-intelligence-player-confidence-row strong {
  color: rgba(247, 246, 241, 0.94);
}

.fixture-intelligence-unit-row > i,
.fixture-intelligence-player-confidence-row > i {
  height: 8px;
  background: rgba(247, 246, 241, 0.1);
}

.fixture-intelligence-unit-row > i em,
.fixture-intelligence-player-confidence-row > i em {
  background: linear-gradient(90deg, rgba(143, 220, 69, 0.78), rgba(88, 224, 196, 0.92));
}

.fixture-intelligence-player-chip {
  border-color: rgba(247, 246, 241, 0.085);
  background: rgba(247, 246, 241, 0.045);
}

.fixture-intelligence-player-chip b {
  color: rgba(247, 246, 241, 0.66);
}

.fixture-intelligence-feed-meta {
  gap: 10px;
  margin-bottom: 4px;
}

.fixture-intelligence-feed-meta span {
  border-color: rgba(143, 220, 69, 0.14);
  border-radius: 8px;
  background: rgba(143, 220, 69, 0.045);
}

.fixture-intelligence-player-market {
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.fixture-intelligence-player-market-head {
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(247, 246, 241, 0.075);
  background: rgba(247, 246, 241, 0.025);
}

.fixture-intelligence-player-market-head small {
  color: rgba(143, 220, 69, 0.88);
}

.fixture-intelligence-player-confidence-row {
  grid-template-columns: minmax(0, 1fr) minmax(52px, auto) minmax(92px, auto);
  gap: 7px 12px;
  padding: 16px;
  border-radius: 0;
  border-bottom: 1px solid rgba(247, 246, 241, 0.065);
  background: transparent;
}

.fixture-intelligence-player-confidence-row:last-child {
  border-bottom: 0;
}

.fixture-intelligence-player-confidence-row > i {
  grid-column: 1 / 3;
}

.fixture-intelligence-player-confidence-row > small {
  grid-column: 1 / 3;
}

.fixture-intelligence-player-confidence-actions {
  grid-column: 3;
  grid-row: 1 / span 3;
  align-self: center;
  justify-content: flex-end;
}

.fixture-intelligence-player-confidence-row b {
  font-size: 0.94rem;
}

.fixture-intelligence-player-confidence-row > strong {
  color: rgba(247, 246, 241, 0.98);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.fixture-intelligence-player-add,
.fixture-intelligence-player-add-unavailable {
  min-width: 54px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
}

.fixture-intelligence-player-add {
  color: #071711;
  background: linear-gradient(135deg, rgba(172, 255, 91, 0.98), rgba(88, 224, 196, 0.94));
  box-shadow:
    0 14px 30px rgba(88, 224, 196, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.fixture-intelligence-player-add:hover,
.fixture-intelligence-player-add:focus-visible {
  transform: translateY(-1px);
  outline: none;
  box-shadow:
    var(--focus-ring),
    0 16px 34px rgba(88, 224, 196, 0.2);
}

.fixture-intelligence-player-add-active {
  color: rgba(247, 246, 241, 0.92);
  background: rgba(69, 97, 91, 0.7);
}

.fixture-intelligence-weather-grid span,
.fixture-intelligence-weather-meta span,
.fixture-intelligence-freshness-row {
  border-color: rgba(247, 246, 241, 0.075);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.16);
}

.fixture-intelligence-weather-grid b,
.fixture-intelligence-weather-meta b,
.fixture-intelligence-freshness-row strong {
  color: rgba(247, 246, 241, 0.94);
}

.fixture-intelligence-weather-grid small,
.fixture-intelligence-weather-meta small,
.fixture-intelligence-freshness-row b,
.fixture-intelligence-freshness-row small {
  color: rgba(247, 246, 241, 0.58);
}

.fixture-intelligence-freshness-fresh {
  border-color: rgba(143, 220, 69, 0.18);
  background: rgba(143, 220, 69, 0.045);
}

.fixture-intelligence-freshness-stale,
.fixture-intelligence-status-missing,
.fixture-intelligence-status-stale,
.fixture-intelligence-status-squad_proxy {
  border-color: rgba(255, 207, 117, 0.22);
  background: rgba(255, 207, 117, 0.055);
}

@media (max-width: 860px) {
  .fixture-room-v1-decision-card,
  .fixture-intelligence-card {
    border-radius: 10px;
  }

  .fixture-room-v1-decision-copy h2 {
    max-width: 100%;
  }

  .fixture-room-v1-decision-card .prediction-strength-meter-grid {
    grid-template-columns: 1fr;
  }

  .fixture-intelligence-player-confidence-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .fixture-intelligence-player-confidence-row > i,
  .fixture-intelligence-player-confidence-row > small {
    grid-column: 1 / -1;
  }

  .fixture-intelligence-player-confidence-actions {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-content: stretch;
  }

  .fixture-intelligence-player-add,
  .fixture-intelligence-player-add-unavailable {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .fixture-room-v1 {
    width: calc(100vw - 20px);
  }

  .fixture-room-v1-hero,
  .fixture-room-v1-decision-card,
  .fixture-intelligence-card,
  .fixture-room-v1-prediction-stack-panel,
  .fixture-room-v1-player-event-panel,
  .fixture-room-v1-market-card,
  .fixture-room-v1-secondary-panel {
    padding: 14px;
  }

  .fixture-room-v1-decision-grid span {
    min-height: 92px;
  }

  .fixture-intelligence-card-head {
    gap: 10px;
  }

  .fixture-intelligence-status {
    min-width: 0;
  }

  .fixture-intelligence-mirror-row {
    padding: 12px;
  }

  .fixture-intelligence-unit-side {
    padding: 13px;
  }

  .fixture-intelligence-player-market-head,
  .fixture-intelligence-player-confidence-row {
    padding: 14px;
  }

  .fixture-intelligence-player-confidence-row > strong {
    font-size: 1.18rem;
  }

  .fixture-intelligence-player-add,
  .fixture-intelligence-player-add-unavailable {
    min-height: 46px;
    font-size: 0.84rem;
  }
}

/* Fixture Room Phase 2A.1: mature strength-bar system. Visual-only overrides. */
.fixture-room-v1 {
  --fixture-meter-rail: rgba(229, 241, 232, 0.095);
  --fixture-meter-rail-line: rgba(229, 241, 232, 0.09);
  --fixture-meter-home: rgba(117, 148, 117, 0.96);
  --fixture-meter-away: rgba(83, 173, 145, 0.92);
  --fixture-meter-confidence: rgba(103, 196, 159, 0.9);
  --fixture-meter-muted: rgba(199, 215, 202, 0.56);
}

.fixture-room-v1-decision-card .prediction-strength-card {
  border-color: rgba(229, 241, 232, 0.13);
  background:
    linear-gradient(180deg, rgba(3, 8, 7, 0.92), rgba(4, 12, 10, 0.96)),
    rgba(0, 0, 0, 0.24);
}

.fixture-room-v1-decision-card .prediction-strength-head {
  align-items: flex-start;
}

.fixture-room-v1-decision-card .prediction-strength-head small {
  color: rgba(229, 241, 232, 0.5);
}

.fixture-room-v1-decision-card .prediction-strength-head strong {
  letter-spacing: -0.01em;
}

.fixture-room-v1-decision-card .prediction-strength-meter {
  gap: 6px 12px;
  padding-top: 2px;
}

.fixture-room-v1-decision-card .prediction-strength-meter b {
  color: rgba(229, 241, 232, 0.62);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fixture-room-v1-decision-card .prediction-strength-meter em {
  color: rgba(229, 241, 232, 0.86);
  font-size: 0.72rem;
}

.fixture-room-v1-decision-card .prediction-strength-meter i {
  height: 6px;
  border: 1px solid var(--fixture-meter-rail-line);
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent),
    var(--fixture-meter-rail);
}

.fixture-room-v1-decision-card .prediction-strength-meter i small {
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(111, 124, 112, 0.92), var(--fixture-meter-confidence));
  box-shadow: none;
}

.fixture-room-v1-decision-card .prediction-strength-meter-risk i small,
.fixture-room-v1-decision-card .prediction-strength-meter-conflict i small,
.fixture-room-v1-decision-card .prediction-strength-meter-watch i small,
.fixture-room-v1-decision-card .prediction-strength-meter-weak i small {
  background: linear-gradient(90deg, rgba(111, 124, 112, 0.88), rgba(201, 168, 112, 0.84));
}

.fixture-room-v1-decision-card .prediction-strength-reasons,
.fixture-room-v1-decision-card .prediction-strength-foot {
  gap: 7px;
}

.fixture-room-v1-decision-card .prediction-strength-reasons span,
.fixture-room-v1-decision-card .prediction-strength-foot span {
  border-color: rgba(229, 241, 232, 0.1);
  color: rgba(229, 241, 232, 0.62);
  background: rgba(229, 241, 232, 0.035);
}

.fixture-intelligence-team-head,
.fixture-intelligence-mirror-row {
  grid-template-columns: minmax(0, 1.08fr) minmax(116px, 0.42fr) minmax(0, 1.08fr);
}

.fixture-intelligence-team-head {
  padding: 0 14px;
}

.fixture-intelligence-team-head b:first-child {
  justify-self: start;
  padding-left: 3px;
}

.fixture-intelligence-team-head b:last-child {
  justify-self: end;
  padding-right: 3px;
}

.fixture-intelligence-team-head span {
  color: rgba(229, 241, 232, 0.5);
  letter-spacing: 0.11em;
}

.fixture-intelligence-mirror-row {
  position: relative;
  gap: 14px;
  padding: 9px 12px;
  border-color: rgba(229, 241, 232, 0.075);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.026)),
    rgba(0, 0, 0, 0.2);
}

.fixture-intelligence-mirror-row strong {
  align-self: stretch;
  display: grid;
  place-items: center;
  min-height: 28px;
  padding-inline: 6px;
  border-inline: 1px solid rgba(229, 241, 232, 0.075);
  color: rgba(229, 241, 232, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.fixture-intelligence-bar {
  height: 20px;
  border: 1px solid var(--fixture-meter-rail-line);
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.032), transparent),
    var(--fixture-meter-rail);
}

.fixture-intelligence-bar::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 2px;
  border-radius: 999px;
  background: rgba(229, 241, 232, 0.28);
}

.fixture-intelligence-bar:not(.fixture-intelligence-bar-home)::after {
  left: 5px;
}

.fixture-intelligence-bar-home::after {
  right: 5px;
}

.fixture-intelligence-bar i {
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(63, 128, 110, 0.78), var(--fixture-meter-away));
  box-shadow: none;
}

.fixture-intelligence-bar-home i {
  background: linear-gradient(90deg, var(--fixture-meter-home), rgba(88, 134, 94, 0.82));
}

.fixture-intelligence-bar b {
  inset: 0 8px;
  z-index: 1;
  color: rgba(247, 246, 241, 0.88);
  font-size: 0.66rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

.fixture-intelligence-unit-row > i,
.fixture-intelligence-player-confidence-row > i {
  height: 6px;
  border: 1px solid var(--fixture-meter-rail-line);
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028), transparent),
    var(--fixture-meter-rail);
}

.fixture-intelligence-unit-row > i em,
.fixture-intelligence-player-confidence-row > i em {
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(74, 118, 101, 0.86), var(--fixture-meter-confidence));
  box-shadow: none;
}

.fixture-intelligence-unit-row > div:first-child {
  gap: 12px;
}

.fixture-intelligence-unit-row span,
.fixture-intelligence-player-confidence-row small {
  color: rgba(229, 241, 232, 0.56);
  letter-spacing: 0.01em;
}

.fixture-intelligence-unit-row b,
.fixture-intelligence-player-confidence-row strong {
  color: rgba(247, 246, 241, 0.88);
  font-variant-numeric: tabular-nums;
}

.fixture-intelligence-player-confidence-row {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028), transparent),
    rgba(0, 0, 0, 0.16);
}

.fixture-intelligence-player-confidence-row > strong {
  color: rgba(229, 241, 232, 0.9);
  font-size: clamp(0.98rem, 1.45vw, 1.14rem);
  letter-spacing: -0.005em;
}

.fixture-intelligence-player-add {
  color: rgba(6, 19, 14, 0.96);
  background: linear-gradient(180deg, rgba(145, 221, 170, 0.98), rgba(96, 194, 143, 0.96));
  box-shadow:
    0 10px 22px rgba(54, 148, 108, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.fixture-intelligence-player-add:hover,
.fixture-intelligence-player-add:focus-visible {
  box-shadow:
    var(--focus-ring),
    0 12px 24px rgba(54, 148, 108, 0.18);
}

@media (max-width: 560px) {
  .fixture-intelligence-team-head,
  .fixture-intelligence-mirror-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .fixture-intelligence-team-head {
    display: grid;
    gap: 8px;
    padding: 0 12px 2px;
  }

  .fixture-intelligence-team-head span {
    display: none;
  }

  .fixture-intelligence-team-head b:first-child,
  .fixture-intelligence-team-head b:last-child {
    justify-self: stretch;
    padding: 0;
  }

  .fixture-intelligence-team-head b:last-child {
    text-align: right;
  }

  .fixture-intelligence-mirror-row {
    gap: 8px;
    padding: 12px;
  }

  .fixture-intelligence-mirror-row strong {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: auto;
    padding: 0 0 2px;
    border: 0;
    place-items: center;
    font-size: 0.68rem;
    text-align: center;
  }

  .fixture-intelligence-bar {
    grid-row: 2;
    height: 18px;
  }

  .fixture-intelligence-bar-home {
    grid-column: 1;
    order: -1;
  }

  .fixture-intelligence-bar:not(.fixture-intelligence-bar-home) {
    grid-column: 2;
  }

  .fixture-intelligence-player-confidence-row > strong {
    font-size: 1.02rem;
  }

  .fixture-intelligence-player-confidence-row .fixture-intelligence-player-identity {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
  }

  .fixture-intelligence-player-photo,
  .fixture-intelligence-player-photo-fallback {
    width: 34px;
    height: 34px;
  }
}

.x-search-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: end;
  margin: 8px 0 12px;
  padding: 12px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 20px;
  background: rgba(8, 15, 24, 0.78);
}

.x-search-bar label {
  position: relative;
  display: grid;
  gap: 7px;
}

.x-search-bar input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  font-weight: 800;
}

.x-search-bar input:focus {
  outline: none;
  box-shadow: var(--focus-ring);
}

.matches-typeahead {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  max-height: min(420px, 58vh);
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(10, 22, 26, 0.98), rgba(7, 14, 22, 0.98)),
    radial-gradient(circle at 94% 4%, rgba(78, 222, 163, 0.08), transparent 34%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px) saturate(130%);
}

.matches-typeahead.is-open {
  display: grid;
  gap: 6px;
}

.matches-typeahead-option {
  display: grid;
  grid-template-columns: minmax(74px, 0.28fr) minmax(0, 1fr);
  gap: 4px 10px;
  width: 100%;
  min-height: 58px;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.11);
  border-radius: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: 160ms ease;
}

.matches-typeahead-option:hover,
.matches-typeahead-option:focus {
  outline: none;
  border-color: rgba(78, 222, 163, 0.26);
  background: rgba(78, 222, 163, 0.08);
}

.matches-typeahead-option span {
  grid-row: span 2;
  align-self: center;
  color: var(--mint);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.matches-typeahead-option strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.matches-typeahead-option small,
.matches-typeahead-empty {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.35;
}

.matches-typeahead-empty {
  padding: 12px;
}

.x-feed-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.x-feed-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #cfe5de;
  background: rgba(244, 255, 251, 0.045);
  border: 1px solid rgba(130, 255, 220, 0.09);
  font-size: 0.76rem;
  font-weight: 800;
}

.matches-world-cup-command {
  display: grid;
  gap: 22px;
  margin: 0 0 24px;
  padding: clamp(26px, 4.4vw, 42px);
  border-radius: 30px;
  background:
    linear-gradient(rgba(130, 255, 220, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 255, 220, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 12% 10%, rgba(88, 224, 196, 0.18), transparent 34%),
    radial-gradient(circle at 90% 0%, rgba(157, 255, 232, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(20, 39, 32, 0.94), rgba(7, 17, 15, 0.96));
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 24px 70px rgba(0, 0, 0, 0.28);
}

.matches-world-cup-command-copy {
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.matches-world-cup-command-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  line-height: 0.98;
}

.matches-world-cup-command-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.matches-world-cup-command-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.matches-world-cup-next {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(18px, 3vw, 24px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 224, 196, 0.12), transparent 36%),
    rgba(244, 255, 251, 0.052);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.12),
    0 18px 40px rgba(0, 0, 0, 0.18);
}

.matches-world-cup-next-main {
  display: grid;
  gap: 8px;
}

.matches-world-cup-next strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: clamp(1.2rem, 2.4vw, 1.75rem);
  line-height: 1.08;
}

.matches-world-cup-next p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

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

.matches-world-cup-rail a {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 16px;
  border-radius: 20px;
  color: var(--ink);
  text-decoration: none;
  background: rgba(7, 17, 15, 0.48);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.matches-world-cup-rail a:hover,
.matches-world-cup-rail a:focus-visible {
  transform: translateY(-2px);
  background: rgba(20, 39, 32, 0.68);
  box-shadow:
    inset 0 0 0 1px rgba(88, 224, 196, 0.28),
    0 18px 40px rgba(0, 0, 0, 0.2);
}

.matches-world-cup-rail span,
.matches-world-cup-rail small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.matches-world-cup-rail strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.18;
}

.matches-feed-modes {
  display: flex;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid rgba(130, 255, 220, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.035), rgba(244, 255, 251, 0.016)),
    rgba(7, 17, 15, 0.72);
  scrollbar-width: none;
}

.matches-feed-modes::-webkit-scrollbar {
  display: none;
}

.matches-feed-modes a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: #cfe5de;
  background: rgba(244, 255, 251, 0.045);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 900;
  transition: 160ms ease;
}

.matches-feed-modes a:hover,
.matches-feed-modes a:focus-visible {
  color: var(--ink);
  border-color: rgba(88, 224, 196, 0.22);
  background: rgba(88, 224, 196, 0.08);
}

.matches-feed-modes a.is-active,
.matches-feed-modes a[aria-current="page"] {
  color: #04110e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow:
    0 0 0 1px rgba(157, 255, 232, 0.14),
    0 12px 28px rgba(88, 224, 196, 0.2);
}

.matches-feed-modes b {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  color: inherit;
  background: rgba(0, 0, 0, 0.12);
  font-size: 0.72rem;
}

.matches-feed-context {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 16px;
  align-items: stretch;
  margin: 0 0 18px;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.046), rgba(244, 255, 251, 0.016)),
    rgba(7, 17, 15, 0.76);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 18px 48px rgba(0, 0, 0, 0.18);
}

.matches-feed-context-world-cup {
  margin-top: -8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 255, 232, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.036), rgba(244, 255, 251, 0.012)),
    rgba(7, 17, 15, 0.54);
}

.matches-feed-context-copy {
  display: grid;
  gap: 10px;
  align-content: center;
  min-width: 0;
}

.matches-feed-context-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.04;
}

.matches-feed-context-copy p {
  max-width: 70ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.matches-feed-context-stats {
  margin: 4px 0 0;
}

.matches-feed-lead-card {
  display: grid;
  gap: 9px;
  min-width: 0;
  align-content: center;
  padding: 16px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    rgba(244, 255, 251, 0.052);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.matches-feed-lead-card strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.14;
}

.matches-feed-lead-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

.matches-feed-lead-card .compact-button {
  width: fit-content;
}

.matches-feed-lead-card-empty {
  border: 1px dashed rgba(130, 255, 220, 0.18);
  background: rgba(244, 255, 251, 0.035);
}

.matches-feed-filters {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.045), rgba(244, 255, 251, 0.018)),
    rgba(11, 29, 25, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.matches-feed-filter-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.matches-feed-filter-head strong {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font-size: 1.04rem;
}

.matches-feed-filter-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.matches-feed-filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 12px;
}

.matches-feed-filter-grid label {
  display: grid;
  gap: 7px;
  padding: 8px;
  border-radius: 18px;
  transition:
    background 160ms ease,
    box-shadow 160ms ease;
}

.matches-feed-filter-grid span {
  color: var(--muted-2);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.matches-feed-filter-grid select {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(7, 17, 15, 0.9);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
}

.matches-feed-filter-grid select:focus {
  outline: none;
  border-color: rgba(88, 224, 196, 0.42);
  box-shadow: var(--focus-ring);
}

.matches-feed-filter-active {
  background: rgba(88, 224, 196, 0.055);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.16);
}

.matches-feed-filter-active span {
  color: rgba(157, 255, 232, 0.92);
}

.matches-feed-filter-active select {
  border-color: rgba(88, 224, 196, 0.28);
  background:
    linear-gradient(180deg, rgba(88, 224, 196, 0.08), rgba(88, 224, 196, 0.035)),
    rgba(7, 17, 15, 0.92);
}

.world-cup-bridge-section {
  margin-top: 26px;
  margin-bottom: 26px;
}

.x-matches-page > .world-cup-bridge-section {
  margin-top: 18px;
  margin-bottom: 22px;
}

.world-cup-bridge {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 8%, rgba(88, 224, 196, 0.18), transparent 34%),
    radial-gradient(circle at 92% 16%, rgba(157, 255, 232, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(13, 35, 30, 0.96), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.11),
    0 28px 80px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  position: relative;
}

.world-cup-bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(157, 255, 232, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.12) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 38% 36%, #000 0, transparent 76%);
  pointer-events: none;
}

.world-cup-bridge > * {
  position: relative;
  z-index: 1;
}

.world-cup-bridge-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.world-cup-bridge-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.world-cup-bridge-copy p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.world-cup-bridge-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.world-cup-bridge-card {
  display: grid;
  gap: 13px;
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.06), rgba(244, 255, 251, 0.024)),
    rgba(11, 23, 20, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 18px 44px rgba(0, 0, 0, 0.2);
}

.world-cup-bridge-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.world-cup-bridge-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.world-cup-card-visual {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 18px;
  background: rgba(7, 17, 15, 0.38);
}

.world-cup-card-outcome-read {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.world-cup-card-outcome-read span,
.world-cup-card-gate-row small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.world-cup-card-outcome-read strong {
  color: var(--accent);
  font-size: 0.92rem;
  line-height: 1.2;
  text-align: right;
}

.world-cup-card-probability {
  display: grid;
  gap: 7px;
}

.world-cup-card-probability-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 10px;
  align-items: center;
}

.world-cup-card-probability-row b,
.world-cup-card-probability-row em {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-card-probability-row em {
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.world-cup-card-probability-row i {
  grid-column: 1 / -1;
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.world-cup-card-probability-row i small {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.72), rgba(157, 255, 232, 0.96));
}

.world-cup-card-probability-draw i small {
  background: linear-gradient(90deg, rgba(255, 207, 117, 0.7), rgba(255, 231, 165, 0.9));
}

.world-cup-card-probability-away i small {
  background: linear-gradient(90deg, rgba(77, 185, 245, 0.72), rgba(88, 224, 196, 0.92));
}

.world-cup-card-score-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.world-cup-card-score-strip span {
  display: grid;
  place-items: center;
  gap: 3px;
  min-height: 52px;
  padding: 8px 6px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.055);
}

.world-cup-card-score-strip b {
  color: var(--ink);
  font-size: 1.08rem;
  font-variant-numeric: tabular-nums;
  font-weight: 950;
  line-height: 1;
}

.world-cup-card-score-strip small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
}

.world-cup-card-gate-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.world-cup-card-gate-row span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
}

.world-cup-card-gate-row b {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.2;
  text-overflow: ellipsis;
}

.prediction-strength-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(132, 255, 224, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.06), rgba(244, 255, 251, 0.025)),
    rgba(7, 17, 15, 0.48);
  box-shadow: inset 0 0 0 1px rgba(9, 22, 19, 0.22);
}

.prediction-strength-card-strong {
  border-color: rgba(88, 224, 196, 0.28);
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 224, 196, 0.14), transparent 38%),
    rgba(7, 17, 15, 0.5);
}

.prediction-strength-card-candidate {
  border-color: rgba(132, 255, 224, 0.22);
}

.prediction-strength-card-watch,
.prediction-strength-card-weak {
  border-color: rgba(255, 207, 117, 0.22);
}

.prediction-strength-card-avoid,
.prediction-strength-card-conflict {
  border-color: rgba(246, 179, 109, 0.24);
  background:
    radial-gradient(circle at 0% 0%, rgba(246, 179, 109, 0.12), transparent 36%),
    rgba(7, 17, 15, 0.48);
}

.prediction-strength-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  align-items: start;
  min-width: 0;
}

.prediction-strength-head .metric-label,
.prediction-strength-head small {
  min-width: 0;
}

.prediction-strength-head strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.14;
  text-align: right;
}

.prediction-strength-head small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
}

.prediction-strength-meter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 10px;
  align-items: center;
  min-width: 0;
}

.prediction-strength-meter b,
.prediction-strength-meter em {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prediction-strength-meter em {
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.prediction-strength-meter i {
  grid-column: 1 / -1;
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.prediction-strength-meter i small {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.78), rgba(157, 255, 232, 0.96));
}

.prediction-strength-meter-risk i small {
  background: linear-gradient(90deg, rgba(246, 179, 109, 0.76), rgba(255, 207, 117, 0.94));
}

.prediction-strength-meter-low-risk i small,
.prediction-strength-meter-agreement i small,
.prediction-strength-meter-route i small {
  background: linear-gradient(90deg, rgba(77, 185, 245, 0.68), rgba(88, 224, 196, 0.9));
}

.prediction-strength-meter-watch i small,
.prediction-strength-meter-weak i small {
  background: linear-gradient(90deg, rgba(255, 207, 117, 0.72), rgba(255, 231, 165, 0.9));
}

.prediction-strength-meter-avoid i small,
.prediction-strength-meter-conflict i small {
  background: linear-gradient(90deg, rgba(232, 79, 95, 0.76), rgba(246, 179, 109, 0.9));
}

.prediction-strength-meter.is-unknown i small {
  opacity: 0.45;
}

.prediction-strength-card p,
.prediction-strength-foot {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.38;
}

.prediction-strength-meter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.prediction-strength-reasons,
.prediction-strength-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.prediction-strength-reasons span,
.prediction-strength-foot span {
  min-width: 0;
  padding: 5px 7px;
  border: 1px solid rgba(132, 255, 224, 0.11);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(244, 255, 251, 0.045);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.2;
}

.prediction-strength-card-compact {
  gap: 8px;
  padding: 10px;
  border-radius: 14px;
}

.prediction-strength-card-compact .prediction-strength-head strong {
  font-size: 0.86rem;
}

.prediction-strength-card-compact .prediction-strength-foot {
  display: none;
}

[data-calendar-v1-preview] .prediction-strength-card {
  margin-top: 10px;
}

.world-cup-widget-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.world-cup-widget-slot {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.world-cup-widget-slot strong {
  color: var(--ink);
  font-size: 1.04rem;
}

.world-cup-widget-slot p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.48;
}

.world-cup-competition-hero {
  background:
    radial-gradient(circle at 18% 12%, rgba(88, 224, 196, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(13, 35, 30, 0.7), rgba(7, 17, 15, 0));
}

.world-cup-competition-hero .hero-main h1 {
  max-width: 12ch;
}

.world-cup-index-fixture-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.world-cup-index-fixture-link {
  display: grid;
  gap: 10px;
  min-width: 0;
  min-height: 118px;
  align-content: space-between;
  padding: 14px;
  border-radius: 14px;
  color: var(--text);
  text-decoration: none;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.11);
}

.world-cup-index-fixture-link strong,
.world-cup-index-fixture-link span,
.world-cup-index-fixture-link small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.world-cup-index-fixture-match {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 7px 9px;
  align-items: center;
}

.world-cup-index-fixture-match .entity-mark {
  width: 26px;
  height: 26px;
  border-radius: 8px;
}

.world-cup-index-fixture-match strong {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.05;
}

.world-cup-index-fixture-match b {
  grid-column: 1 / -1;
  color: rgba(157, 255, 232, 0.74);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.world-cup-index-fixture-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.world-cup-index-fixture-meta em,
.world-cup-index-fixture-meta small {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.1;
}

.world-cup-index-fixture-meta em {
  color: rgba(8, 31, 26, 0.94);
  background: rgba(157, 255, 232, 0.86);
  font-style: normal;
}

.world-cup-index-fixture-meta small {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
}

.world-cup-static-index-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.world-cup-static-panel-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.world-cup-static-availability {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  min-height: 24px;
  padding: 5px 8px;
  border: 1px solid rgba(130, 255, 220, 0.13);
  border-radius: 999px;
  color: rgba(244, 255, 251, 0.82);
  background: rgba(244, 255, 251, 0.045);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.world-cup-static-availability-ready {
  color: rgba(8, 31, 26, 0.92);
  background: rgba(157, 255, 232, 0.84);
}

.world-cup-static-availability-placeholder {
  border-color: rgba(255, 207, 117, 0.22);
  color: rgba(255, 224, 158, 0.95);
  background: rgba(255, 207, 117, 0.08);
}

.world-cup-static-availability-pending {
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--muted);
}

.world-cup-static-fixture-section .card-grid {
  gap: 12px;
}

.world-cup-static-fixture-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.world-cup-static-fixture-overview span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(130, 255, 220, 0.11);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(157, 255, 232, 0.055), rgba(244, 255, 251, 0.025)),
    rgba(244, 255, 251, 0.035);
}

.world-cup-static-fixture-overview small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.world-cup-static-fixture-overview strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1;
}

.world-cup-static-people-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.world-cup-static-people-grid-compact {
  grid-template-columns: 1fr;
}

.world-cup-static-person-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  min-height: 82px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.11);
}

.world-cup-static-person-card-placeholder {
  background:
    linear-gradient(180deg, rgba(255, 207, 117, 0.055), rgba(244, 255, 251, 0.025)),
    rgba(244, 255, 251, 0.035);
  box-shadow: inset 0 0 0 1px rgba(255, 207, 117, 0.16);
}

.world-cup-static-person-card-ready {
  background:
    radial-gradient(circle at 0% 0%, rgba(157, 255, 232, 0.08), transparent 38%),
    rgba(244, 255, 251, 0.045);
}

.world-cup-static-person-card span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.world-cup-static-person-card strong,
.world-cup-static-person-card small,
.world-cup-static-person-card em,
.metric-value-small {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.world-cup-static-person-card small {
  display: flex;
  min-width: 0;
}

.world-cup-static-person-card em {
  color: rgba(157, 255, 232, 0.72);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.15;
}

.app-view[data-view="teams"] .hero-side .metric-value-small {
  font-size: clamp(0.86rem, 1.2vw, 1.05rem);
  line-height: 1.22;
}

.world-cup-static-person-avatar {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 999px;
}

.world-cup-static-person-avatar.badge-has-image .badge-fallback {
  display: none;
}

.world-cup-static-person-avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.world-cup-static-placeholder-note {
  display: grid;
  gap: 6px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 207, 117, 0.16);
  border-radius: 14px;
  background: rgba(255, 207, 117, 0.045);
}

.world-cup-static-placeholder-note span {
  color: rgba(255, 224, 158, 0.95);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.world-cup-static-placeholder-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.world-cup-competition-room-section {
  margin-top: 24px;
}

.world-cup-competition-room {
  position: relative;
  overflow: hidden;
  border-color: rgba(130, 255, 220, 0.16);
  background:
    radial-gradient(circle at 10% 0%, rgba(130, 255, 220, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(15, 43, 36, 0.86), rgba(5, 15, 14, 0.94));
}

.world-cup-competition-room::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 86%);
}

.world-cup-competition-room > * {
  position: relative;
  z-index: 1;
}

.world-cup-competition-room-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.world-cup-competition-room-head div {
  min-width: 0;
}

.world-cup-competition-room-head h2 {
  margin: 6px 0 10px;
  color: var(--text);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.02;
}

.world-cup-competition-room-head p {
  max-width: 840px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.48;
}

.world-cup-competition-room-meta {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.world-cup-competition-room-pending {
  display: grid;
  gap: 6px;
}

.world-cup-competition-room-note {
  margin-bottom: 0;
}

.entity-fixture-grid-static-index {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.entity-fixture-card-static-index {
  gap: 12px;
  border-left-color: rgba(157, 255, 232, 0.34);
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 224, 196, 0.08), transparent 34%),
    rgba(244, 255, 251, 0.035);
}

.entity-fixture-card-static-index .fixture-teamline {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto 34px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.entity-fixture-card-static-index .fixture-teamline .entity-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.entity-fixture-card-static-index .fixture-teamline .team-name {
  min-width: 0;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.entity-fixture-card-static-index .fixture-teamline .versus {
  color: rgba(157, 255, 232, 0.7);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.entity-fixture-meta-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.entity-fixture-meta-rail span:first-child {
  grid-column: 1 / -1;
}

.entity-fixture-meta-rail span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 12px;
  background: rgba(5, 12, 11, 0.38);
}

.entity-fixture-meta-rail small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.entity-fixture-meta-rail b {
  min-width: 0;
  color: rgba(244, 255, 251, 0.9);
  font-size: 0.78rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
  .world-cup-competition-room-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .world-cup-index-fixture-preview {
    grid-template-columns: 1fr;
  }

  .world-cup-static-panel-head {
    display: grid;
    justify-content: start;
  }

  .entity-fixture-card-static-index .fixture-teamline {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .entity-fixture-card-static-index .fixture-teamline .versus {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .entity-fixture-meta-rail {
    grid-template-columns: 1fr;
  }

  .world-cup-static-people-grid {
    grid-template-columns: 1fr;
  }

  .world-cup-static-fixture-overview {
    grid-template-columns: 1fr;
  }

  .world-cup-competition-room-head {
    display: grid;
  }

  .world-cup-competition-room-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .app-view[data-view="teams"] .hero.world-cup-nation-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
  }

  .app-view[data-view="teams"] .world-cup-nation-hero .hero-main,
  .app-view[data-view="teams"] .world-cup-nation-hero .hero-side {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .app-view[data-view="teams"] .page-subnav-scroll {
    display: grid;
    grid-template-columns: 1fr;
  }

  .app-view[data-view="teams"] .page-subnav-link {
    width: 100%;
  }

  .app-view[data-view="teams"] .section-copy,
  .app-view[data-view="teams"] .world-cup-nation-hero .hero-main p {
    max-width: 32ch;
    overflow-wrap: anywhere;
  }

  .app-view[data-view="teams"] .metric-value-small {
    font-size: clamp(0.92rem, 5vw, 1.08rem);
    line-height: 1.2;
  }

  .app-view[data-view="competitions"] .hero.world-cup-competition-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
  }

  .app-view[data-view="competitions"] .page-subnav-scroll {
    display: grid;
    grid-template-columns: 1fr;
  }

  .app-view[data-view="competitions"] .page-subnav-link {
    width: 100%;
  }

  .world-cup-competition-hero .hero-main,
  .world-cup-competition-hero .hero-side {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .world-cup-competition-hero .hero-main h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 9vw, 2.35rem);
    line-height: 1;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .world-cup-competition-hero .hero-main p {
    max-width: 31ch;
    overflow-wrap: anywhere;
  }

  .app-view[data-view="competitions"] .section-copy {
    max-width: 32ch;
    overflow-wrap: anywhere;
  }

  .app-view[data-view="competitions"] .entity-fixture-card .intelligence-card-head {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .app-view[data-view="competitions"] .entity-fixture-card .chip {
    justify-content: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .world-cup-competition-room {
    padding: 18px;
  }

  .world-cup-competition-room-head h2 {
    font-size: clamp(1.45rem, 8vw, 1.9rem);
    overflow-wrap: anywhere;
  }

  .world-cup-competition-room-meta {
    grid-template-columns: 1fr;
  }

  .world-cup-competition-room-boundary span {
    max-width: 100%;
    white-space: normal;
  }
}

.x-feed-shell {
  display: grid;
  border-top: 1px solid rgba(123, 154, 184, 0.16);
}

.x-feed-post {
  --feed-type-accent: rgba(157, 255, 232, 0.42);
  --feed-type-bg: rgba(157, 255, 232, 0.08);
  --feed-type-ink: #dffdf5;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(123, 154, 184, 0.16);
  box-shadow: inset 3px 0 0 transparent;
  opacity: 0;
  transform: translateY(8px);
  animation: page-enter 220ms cubic-bezier(0.32, 0.72, 0, 1) forwards;
  animation-delay: calc(var(--enter-index, 0) * 28ms);
}

.x-feed-post:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.028), transparent 78%);
  box-shadow: inset 3px 0 0 var(--feed-type-accent);
}

[data-calendar-v1-preview] .x-feed-fixture {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
  padding: 18px;
  border-radius: var(--og-radius-panel);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.045), rgba(244, 255, 251, 0.02)),
    rgba(7, 17, 15, 0.64);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.11),
    0 16px 42px rgba(0, 0, 0, 0.16);
}

[data-calendar-v1-preview] .x-feed-fixture .x-post-main {
  grid-column: 1 / -1;
}

[data-calendar-v1-preview] .x-feed-fixture .x-post-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

[data-calendar-v1-preview] .x-feed-fixture .x-post-title-row h2 {
  max-width: 100%;
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  line-height: 1.08;
}

.calendar-v1-matchup-link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  min-width: 0;
}

.calendar-v1-matchup-team {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.calendar-v1-matchup-team > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.calendar-v1-team-badge {
  width: 28px;
  height: 28px;
  border-color: rgba(130, 255, 220, 0.16);
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(88, 224, 196, 0.13), rgba(44, 99, 108, 0.18));
  box-shadow:
    inset 0 0 0 1px rgba(7, 17, 13, 0.38),
    0 6px 14px rgba(0, 0, 0, 0.18);
}

.calendar-v1-team-badge img {
  inset: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.calendar-v1-matchup-vs {
  flex: 0 0 auto;
  color: var(--og-muted-text);
  font-size: 0.78em;
  letter-spacing: 0;
  text-transform: lowercase;
}

.calendar-v1-fixture-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.calendar-v1-fixture-meta span:not(.x-feed-type-badge) {
  color: var(--og-muted-text);
}

.calendar-v1-board-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 2px 0 10px;
}

.calendar-v1-board-chip-row .chip {
  max-width: 100%;
  white-space: normal;
}

.calendar-v1-fixture-card-copy {
  max-width: 74ch;
  color: var(--og-muted-text);
}

[data-calendar-v1-preview] .matches-feed-compact-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin-top: 12px;
}

[data-calendar-v1-preview] .matches-feed-compact-cell {
  border-radius: var(--og-radius-card);
  background: rgba(244, 255, 251, 0.04);
}

[data-calendar-v1-preview] .x-post-primary-actions {
  margin-top: 14px;
}

[data-calendar-v1-preview] .x-post-primary-actions .ghost-button {
  min-height: 38px;
  border-color: rgba(88, 224, 196, 0.22);
  color: var(--og-text);
  background: rgba(88, 224, 196, 0.07);
}

[data-calendar-v1-preview] .x-timeline-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(20px, 3vw, 28px);
  border: var(--og-border-subtle);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.94), rgba(5, 9, 7, 0.76) 52%, rgba(5, 9, 7, 0.5)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.12), rgba(5, 9, 7, 0.86)),
    url("../public/media/brand/og-home-pitch-photo-founder.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(244, 255, 251, 0.08),
    0 42px 110px rgba(0, 0, 0, 0.34);
}

[data-calendar-v1-preview] .x-timeline-header h1 {
  max-width: 12ch;
  color: var(--og-text);
  font-size: clamp(2.25rem, 6vw, 4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

[data-calendar-v1-preview] .x-timeline-header p {
  max-width: 56ch;
  color: var(--og-muted-text);
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.5;
}

.matches-command-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.matches-command-sequence,
.fixture-room-v1-report-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.matches-command-sequence {
  max-width: 620px;
  margin-top: 4px;
}

.matches-command-sequence span,
.fixture-room-v1-report-strip span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid rgba(132, 255, 224, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.018)),
    rgba(7, 17, 15, 0.64);
}

.matches-command-sequence small,
.fixture-room-v1-report-strip small {
  color: rgba(157, 255, 232, 0.78);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

.matches-command-sequence strong,
.fixture-room-v1-report-strip strong {
  color: var(--og-text);
  font-size: 0.86rem;
  line-height: 1.14;
}

[data-calendar-v1-preview] .x-next-kickoff {
  border: 1px solid rgba(88, 224, 196, 0.14);
  background:
    linear-gradient(180deg, rgba(88, 224, 196, 0.09), rgba(88, 224, 196, 0.035)),
    rgba(7, 17, 15, 0.72);
}

[data-calendar-v1-preview] .x-next-kickoff span {
  color: rgba(157, 255, 232, 0.9);
}

[data-calendar-v1-preview] .x-feed-timeline {
  gap: 12px;
}

.x-feed-type-signal {
  --feed-type-accent: rgba(88, 224, 196, 0.64);
  --feed-type-bg: rgba(88, 224, 196, 0.12);
  --feed-type-ink: #c9fff2;
}

.x-feed-type-downgrade {
  --feed-type-accent: rgba(255, 183, 117, 0.62);
  --feed-type-bg: rgba(255, 183, 117, 0.13);
  --feed-type-ink: #ffe4c5;
}

.x-feed-type-price-alert {
  --feed-type-accent: rgba(160, 203, 255, 0.62);
  --feed-type-bg: rgba(160, 203, 255, 0.12);
  --feed-type-ink: #d8eaff;
}

.x-feed-type-settlement {
  --feed-type-accent: rgba(203, 244, 124, 0.58);
  --feed-type-bg: rgba(203, 244, 124, 0.1);
  --feed-type-ink: #efffcb;
}

.x-feed-type-fpl {
  --feed-type-accent: rgba(226, 178, 255, 0.58);
  --feed-type-bg: rgba(226, 178, 255, 0.11);
  --feed-type-ink: #f2d8ff;
}

.x-feed-type-research {
  --feed-type-accent: rgba(184, 201, 196, 0.42);
  --feed-type-bg: rgba(184, 201, 196, 0.08);
  --feed-type-ink: #dce8e4;
}

.x-post-rail {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  padding-top: 2px;
}

.x-post-rail-line {
  width: 2px;
  min-height: 16px;
  border-radius: 999px;
  background: rgba(123, 154, 184, 0.18);
}

.x-admin-avatar,
.x-team-avatar {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(123, 154, 184, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(8, 21, 20, 0.84);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.x-admin-avatar {
  border-radius: 999px;
  background: var(--glow);
  color: #04111a;
}

.x-team-avatar img {
  width: 116%;
  height: 116%;
  object-fit: contain;
  padding: 0;
}

.x-post-main {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.x-post-meta,
.x-post-title-row,
.x-post-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.x-post-meta {
  flex-wrap: wrap;
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 800;
}

.x-post-meta strong {
  color: var(--ink);
  font-size: 0.94rem;
}

.x-feed-type-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--feed-type-ink);
  background: var(--feed-type-bg);
  box-shadow: inset 0 0 0 1px var(--feed-type-accent);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.x-post-title-row {
  justify-content: space-between;
  align-items: start;
}

.x-post-main h2 {
  margin: 0;
  font-size: clamp(1.16rem, 3vw, 1.56rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.x-post-location,
.x-post-summary,
.x-post-context-grid p,
.x-post-mini-context,
.x-post-expand p,
.x-swipe-note {
  margin: 0;
  color: rgba(220, 234, 242, 0.88);
  line-height: 1.5;
}

.x-post-summary {
  display: -webkit-box;
  max-width: 880px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.x-post-signal-row {
  display: grid;
  grid-template-columns: auto minmax(130px, auto) minmax(0, 1fr);
  gap: 8px 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(123, 154, 184, 0.1);
}

.x-post-signal-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  color: #04110e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.x-post-signal-row strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.x-post-signal-row small {
  color: var(--muted);
  line-height: 1.35;
}

.x-post-type-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.x-post-type-row strong {
  color: var(--feed-type-ink);
  font-size: 0.86rem;
}

.x-post-type-row span {
  color: rgba(220, 234, 242, 0.78);
}

.matches-feed-compact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.matches-feed-compact-cell {
  display: grid;
  gap: 4px;
  min-width: 0;
  min-height: 68px;
  align-content: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.matches-feed-compact-cell b {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.matches-feed-compact-cell strong {
  min-width: 0;
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.matches-feed-compact-action {
  background:
    radial-gradient(circle at 15% 0%, rgba(88, 224, 196, 0.16), transparent 42%),
    rgba(16, 31, 27, 0.62);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.16);
}

.matches-feed-compact-action strong {
  color: var(--signal-mint);
}

.matches-feed-compact-wide {
  grid-column: span 2;
}

.world-cup-feed-scan {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.8fr);
  gap: 10px;
  margin-top: 2px;
}

.world-cup-feed-scan-cell {
  min-height: 94px;
  padding: 14px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 224, 196, 0.09), transparent 38%),
    rgba(7, 17, 15, 0.48);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.world-cup-feed-scan-cell-alt {
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 224, 196, 0.14), transparent 40%),
    rgba(16, 31, 27, 0.64);
}

.world-cup-feed-scan-cell-route {
  background:
    radial-gradient(circle at 18% 0%, rgba(157, 255, 232, 0.14), transparent 40%),
    rgba(16, 31, 27, 0.7);
}

.world-cup-feed-scan-cell-outcome {
  background:
    radial-gradient(circle at 15% 0%, rgba(88, 224, 196, 0.16), transparent 42%),
    rgba(7, 17, 15, 0.56);
}

.world-cup-feed-scan-cell-score {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 207, 117, 0.12), transparent 42%),
    rgba(7, 17, 15, 0.5);
}

.world-cup-feed-scan-cell-player {
  background:
    radial-gradient(circle at 18% 0%, rgba(77, 185, 245, 0.12), transparent 42%),
    rgba(16, 31, 27, 0.64);
}

.world-cup-feed-scan-cell span,
.world-cup-feed-scan-cell small,
.world-cup-feed-scan-cell strong {
  display: block;
}

.world-cup-feed-scan-cell span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.world-cup-feed-scan-cell strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.2;
}

.world-cup-feed-scan-cell small {
  margin-top: 7px;
  color: rgba(220, 234, 242, 0.76);
  font-size: 0.78rem;
  line-height: 1.35;
}

.world-cup-feed-prob-bars {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.world-cup-feed-prob-bars i {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 8px;
  align-items: center;
  font-style: normal;
}

.world-cup-feed-prob-bars b,
.world-cup-feed-prob-bars em {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-feed-prob-bars em {
  color: var(--mint);
  font-variant-numeric: tabular-nums;
}

.world-cup-feed-prob-bars small {
  grid-column: 1 / -1;
  display: block;
  height: 7px;
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.world-cup-feed-prob-bars small span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.72), rgba(157, 255, 232, 0.96));
}

.world-cup-feed-prob-draw small span {
  background: linear-gradient(90deg, rgba(255, 207, 117, 0.72), rgba(255, 231, 165, 0.92));
}

.world-cup-feed-prob-away small span {
  background: linear-gradient(90deg, rgba(77, 185, 245, 0.72), rgba(88, 224, 196, 0.92));
}

.world-cup-feed-score-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 12px;
}

.world-cup-feed-score-strip small {
  display: grid;
  gap: 2px;
  min-height: 48px;
  margin: 0;
  padding: 8px;
  border-radius: 12px;
  background: rgba(244, 255, 251, 0.055);
  color: rgba(220, 234, 242, 0.78);
  font-size: 0.72rem;
  font-weight: 900;
}

.world-cup-feed-score-strip b {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1;
}

.world-cup-feed-player-rail {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.world-cup-feed-player-rail small {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 7px;
  border: 1px solid rgba(130, 255, 220, 0.08);
  border-radius: 12px;
  background: rgba(244, 255, 251, 0.04);
}

.world-cup-feed-player-rail img,
.world-cup-feed-player-rail b {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(88, 224, 196, 0.14);
  box-shadow: 0 0 0 1px rgba(157, 255, 232, 0.18);
}

.world-cup-feed-player-rail b {
  display: inline-grid;
  place-items: center;
  color: var(--mint);
  font-size: 0.62rem;
}

.world-cup-feed-player-rail span {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.world-cup-feed-player-rail em {
  display: block;
  overflow: hidden;
  color: rgba(220, 234, 242, 0.7);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-post-signal-row-avoid span {
  color: #2e1a12;
  background: #ffd7ba;
}

.x-post-signal-row-watch span,
.x-post-signal-row-candidate span,
.x-post-signal-row-pending span {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(123, 154, 184, 0.14);
}

.x-post-location {
  color: var(--muted);
  font-weight: 750;
}

.x-fav-button {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 34px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  font-size: 1.08rem;
  line-height: 1;
  cursor: pointer;
  transition: 160ms ease;
}

.x-fav-button span {
  transform: translateY(-1px);
}

.x-fav-button:hover,
.x-fav-button.is-active {
  color: var(--danger);
  border-color: rgba(255, 139, 139, 0.28);
  background: rgba(255, 139, 139, 0.1);
}

.x-shortlist-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(78, 222, 163, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(78, 222, 163, 0.12), rgba(43, 189, 240, 0.055)),
    rgba(8, 18, 27, 0.72);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
}

.x-shortlist-panel h2 {
  margin: 4px 0 8px;
  font-size: clamp(1.22rem, 3vw, 1.6rem);
  letter-spacing: 0;
}

.x-shortlist-panel p {
  max-width: 760px;
  margin: 0;
  color: rgba(220, 234, 242, 0.86);
  line-height: 1.5;
}

.x-shortlist-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.check-my-bet-page {
  display: grid;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 96px;
}

.check-my-bet-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 18px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 8%, rgba(78, 222, 163, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.check-my-bet-hero h1 {
  max-width: 760px;
  margin: 8px 0;
  color: var(--text);
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.check-my-bet-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(1rem, 2vw, 1.14rem);
  line-height: 1.55;
}

.check-my-bet-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.check-my-bet-assurance-card,
.check-my-bet-rail-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.check-my-bet-assurance-card {
  align-content: end;
}

.check-my-bet-assurance-card span,
.check-my-bet-rail-card .metric-label {
  color: var(--mint);
}

.check-my-bet-assurance-card strong,
.check-my-bet-rail-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.check-my-bet-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 18px;
  align-items: start;
}

.check-my-bet-builder {
  min-width: 0;
}

.check-my-bet-builder .paper-slip-panel {
  width: 100%;
  margin: 0;
}

.check-my-bet-builder .paper-slip-head {
  grid-template-columns: 1fr;
}

.check-my-bet-builder .paper-slip-head > div:first-child {
  align-items: flex-start;
}

.check-my-bet-builder .paper-slip-head > div:first-child > div {
  min-width: 0;
}

.check-my-bet-builder .paper-slip-head h2 {
  white-space: normal;
}

.check-my-bet-builder .paper-slip-math {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(52, 123, 90, 0.08);
  text-align: left;
}

.check-my-bet-builder .paper-slip-math small {
  white-space: normal;
  overflow: visible;
}

.check-my-bet-rail {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.check-my-bet-rail-card p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.5;
}

.check-my-bet-rail-card-soft {
  background: rgba(78, 222, 163, 0.075);
}

.paper-slip-panel {
  display: grid;
  gap: 14px;
  width: min(720px, 100%);
  margin: 22px auto;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  color: #2e3431;
  background: #f6f7f4;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.paper-slip-head,
.saved-paper-slip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.paper-slip-pick-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.paper-slip-head > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

.paper-slip-count {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  background: #347b5a;
  font-weight: 950;
}

.paper-slip-head h2 {
  margin: 0;
  color: #2e3431;
  font-size: clamp(1.28rem, 3vw, 1.72rem);
  letter-spacing: 0;
}

.paper-slip-head p,
.paper-slip-pick p,
.saved-paper-slip p {
  margin: 0;
  color: rgba(46, 52, 49, 0.72);
  line-height: 1.5;
}

.paper-slip-math {
  min-width: 112px;
  text-align: right;
}

.paper-slip-math span,
.paper-slip-math small,
.paper-slip-footer span,
.paper-slip-note-field span,
.saved-paper-slip-stats span {
  display: block;
  color: rgba(46, 52, 49, 0.68);
  font-size: 0.78rem;
  font-weight: 850;
}

.paper-slip-math strong {
  display: block;
  margin: 4px 0;
  color: #2e3431;
  font-size: 1.45rem;
}

.paper-slip-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px minmax(0, 1fr);
  gap: 12px;
  align-items: end;
  padding-top: 12px;
  border-top: 1px solid rgba(46, 52, 49, 0.12);
}

.paper-slip-footer > div,
.paper-slip-footer label,
.paper-slip-note-field {
  display: grid;
  gap: 6px;
}

.paper-slip-footer strong,
.paper-slip-return strong {
  display: block;
  color: #2e3431;
  font-size: 1.34rem;
}

.paper-slip-return {
  text-align: right;
}

.paper-slip-note-field {
  margin-top: -2px;
}

.paper-slip-panel .text-input {
  color: #2e3431;
  border-color: rgba(46, 52, 49, 0.14);
  background: rgba(255, 255, 255, 0.7);
}

.paper-slip-panel .ghost-button {
  color: #2e3431;
  border-color: rgba(46, 52, 49, 0.18);
  background: rgba(255, 255, 255, 0.28);
}

.paper-slip-panel button:disabled,
.paper-slip-panel .ghost-button:disabled,
.saved-paper-slip-actions button:disabled {
  cursor: not-allowed;
  color: rgba(46, 52, 49, 0.34);
  border-color: rgba(46, 52, 49, 0.08);
  background: rgba(255, 255, 255, 0.18);
}

.paper-slip-pick-list,
.saved-paper-slip-list {
  display: grid;
  gap: 10px;
}

.paper-slip-pick,
.saved-paper-slip {
  position: relative;
  padding: 12px 0;
  border: 0;
  border-top: 1px solid rgba(46, 52, 49, 0.1);
  border-radius: 0;
  background: transparent;
}

.saved-paper-slip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.8fr) auto auto;
  gap: 12px;
  align-items: start;
  color: var(--ink);
}

.saved-paper-slip-won {
  box-shadow: inset 3px 0 0 rgba(49, 217, 146, 0.9);
}

.saved-paper-slip-lost {
  box-shadow: inset 3px 0 0 rgba(232, 79, 95, 0.86);
}

.saved-paper-slip-mixed {
  box-shadow: inset 3px 0 0 rgba(242, 189, 100, 0.84);
}

.saved-paper-slip-pending {
  box-shadow: inset 3px 0 0 rgba(123, 154, 184, 0.42);
}

.saved-paper-slip-selection-list {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(123, 154, 184, 0.14);
}

.saved-paper-slip-selection {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.saved-paper-slip-selection strong {
  color: var(--ink);
  font-size: 0.96rem;
}

.saved-paper-slip-selection span,
.saved-paper-slip-selection p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.paper-slip-pick-main strong,
.saved-paper-slip strong {
  display: block;
  color: #347b5a;
  font-size: 1.15rem;
}

.paper-slip-pick-main > div:nth-child(2) > span {
  display: block;
  color: #2e3431;
  font-weight: 900;
}

.paper-slip-pick-odds {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.paper-slip-pick-odds > b {
  color: #2e3431;
  font-size: 1.15rem;
}

.paper-slip-pick-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.paper-slip-pick-meta span {
  padding: 5px 8px;
  border: 1px solid rgba(46, 52, 49, 0.1);
  border-radius: 999px;
  color: rgba(46, 52, 49, 0.76);
  background: rgba(52, 123, 90, 0.08);
  font-size: 0.76rem;
  font-weight: 850;
}

.paper-slip-strength-context {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 6px 9px;
  border: 1px solid rgba(52, 123, 90, 0.16);
  border-radius: 999px;
  color: rgba(46, 52, 49, 0.78);
  background: rgba(52, 123, 90, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.check-bet-signal {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding: 12px;
  border-radius: 14px;
  color: #2e3431;
  background: rgba(52, 123, 90, 0.08);
  box-shadow: inset 0 0 0 1px rgba(52, 123, 90, 0.14);
}

.check-bet-signal strong {
  color: #2e3431;
  font-size: 1rem;
  line-height: 1.2;
}

.check-bet-signal p {
  margin: 0;
  color: rgba(46, 52, 49, 0.72);
  font-size: 0.86rem;
  line-height: 1.45;
}

.check-bet-signal .check-bet-explanation {
  margin-top: 2px;
  padding-top: 8px;
  border-top: 1px solid rgba(46, 52, 49, 0.1);
  color: rgba(46, 52, 49, 0.86);
  font-weight: 780;
}

.check-bet-signal .metric-label {
  color: rgba(46, 52, 49, 0.58);
}

.check-bet-signal-premium,
.check-bet-signal-strong {
  background: rgba(52, 123, 90, 0.12);
  box-shadow: inset 0 0 0 1px rgba(52, 123, 90, 0.2);
}

.check-bet-signal-avoid {
  background: rgba(246, 139, 109, 0.12);
  box-shadow: inset 0 0 0 1px rgba(246, 139, 109, 0.18);
}

.check-bet-signal-pending {
  background: rgba(46, 52, 49, 0.055);
  box-shadow: inset 0 0 0 1px rgba(46, 52, 49, 0.1);
}

.check-bet-score-panel {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
  color: #2e3431;
  background:
    radial-gradient(circle at 100% 0%, rgba(52, 123, 90, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(52, 123, 90, 0.14);
}

.check-bet-score-panel h3 {
  margin: 0;
  color: #2e3431;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  letter-spacing: 0;
}

.check-bet-score-panel p {
  margin: 6px 0 0;
  color: rgba(46, 52, 49, 0.72);
  line-height: 1.45;
}

.check-bet-score-panel-avoid {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 139, 109, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(246, 139, 109, 0.2);
}

.check-bet-health-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
  align-items: stretch;
}

.check-bet-health-main,
.check-bet-health-stat {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 12px;
  border-radius: 14px;
  background: rgba(46, 52, 49, 0.055);
}

.check-bet-health-main strong {
  color: #2e3431;
  font-size: clamp(1.55rem, 4vw, 2.4rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.98;
}

.check-bet-health-main small,
.check-bet-health-stat small {
  color: rgba(46, 52, 49, 0.62);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.check-bet-price-badge {
  display: inline-flex;
  width: fit-content;
  padding: 6px 8px;
  border-radius: 999px;
  color: #2e3431;
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.check-bet-price-badge-review {
  color: #5b3f0e;
  background: rgba(242, 189, 100, 0.34);
  box-shadow: inset 0 0 0 1px rgba(177, 126, 28, 0.18);
}

.check-bet-health-main > i,
.check-bet-health-stat i {
  display: block;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(46, 52, 49, 0.1);
}

.check-bet-health-main > i em,
.check-bet-health-stat i em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(52, 123, 90, 0.7), rgba(120, 242, 170, 0.96));
}

.check-bet-health-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.check-bet-health-stat b {
  overflow: hidden;
  color: #2e3431;
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.check-bet-health-stat-watch i em,
.check-bet-health-stat-review i em {
  background: linear-gradient(90deg, rgba(230, 180, 74, 0.72), rgba(255, 225, 140, 0.96));
}

.check-bet-health-stat-avoid i em {
  background: linear-gradient(90deg, rgba(246, 139, 109, 0.72), rgba(255, 174, 143, 0.96));
}

.check-bet-score-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.check-bet-score-metrics span,
.check-bet-weakest-leg,
.check-bet-safer-slip {
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(46, 52, 49, 0.055);
}

.check-bet-score-metrics strong,
.check-bet-weakest-leg strong,
.check-bet-safer-slip strong {
  color: #2e3431;
  font-size: 1rem;
  line-height: 1.2;
}

.check-bet-score-metrics small {
  color: rgba(46, 52, 49, 0.6);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-bet-weakest-leg {
  position: relative;
  padding-left: 16px;
  background: rgba(246, 139, 109, 0.12);
  box-shadow: inset 0 0 0 1px rgba(246, 139, 109, 0.18), 0 12px 28px rgba(246, 139, 109, 0.08);
}

.check-bet-weakest-leg::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 8px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f68b6d, #e84f5f);
}

.check-bet-settlement-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.check-bet-timeline-step {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  border-radius: 12px;
  background: rgba(46, 52, 49, 0.055);
}

.check-bet-timeline-step i {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  color: #2e3431;
  background: rgba(46, 52, 49, 0.1);
  font-style: normal;
  font-weight: 950;
}

.check-bet-timeline-step b {
  color: rgba(46, 52, 49, 0.58);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-bet-timeline-step strong {
  color: #2e3431;
  font-size: 0.92rem;
  line-height: 1.15;
}

.check-bet-timeline-step small {
  color: rgba(46, 52, 49, 0.62);
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.3;
}

.check-bet-timeline-done i {
  color: #052118;
  background: #78f2aa;
}

.check-bet-timeline-review i {
  color: #2e3431;
  background: #ffe18c;
}
}

.check-bet-safer-slip {
  background: rgba(43, 199, 164, 0.1);
  box-shadow: inset 0 0 0 1px rgba(43, 199, 164, 0.18);
}

.check-bet-safer-slip-avoid {
  background: rgba(246, 139, 109, 0.08);
  box-shadow: inset 0 0 0 1px rgba(246, 139, 109, 0.14);
}

.check-bet-safer-slip-watch,
.check-bet-safer-slip-pending {
  background: rgba(230, 180, 74, 0.1);
  box-shadow: inset 0 0 0 1px rgba(230, 180, 74, 0.16);
}

.check-bet-safer-counts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}

.check-bet-safer-apply {
  justify-content: center;
  min-height: 40px;
  margin-top: 6px;
  color: #2e3431;
  background: rgba(255, 255, 255, 0.62);
}

.check-bet-safer-apply:hover,
.check-bet-safer-apply:focus-visible {
  color: #052118;
  background: #78f2aa;
}

.check-bet-safer-counts span {
  display: grid;
  gap: 2px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.42);
}

.check-bet-safer-counts b {
  color: #2e3431;
  font-size: 0.94rem;
}

.check-bet-safer-counts small {
  color: rgba(46, 52, 49, 0.58);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paper-slip-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(46, 52, 49, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
}

.paper-slip-status b {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #fff;
  background: rgba(46, 52, 49, 0.32);
}

.paper-slip-status-won b {
  background: #31d992;
}

.paper-slip-status-lost b {
  background: #e84f5f;
}

.paper-slip-status-void b {
  background: rgba(242, 189, 100, 0.5);
}

.slip-status-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  min-width: 0;
  margin: 6px 0 8px;
}

.slip-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  padding: 4px 9px 4px 5px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  border-radius: 999px;
  color: rgba(232, 241, 238, 0.82);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.slip-status-chip b {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #07110f;
  background: rgba(232, 241, 238, 0.72);
  font-size: 0.68rem;
  font-style: normal;
}

.slip-status-chip-pending b {
  color: #213027;
  background: rgba(242, 189, 100, 0.9);
}

.slip-status-chip-won b {
  background: #31d992;
}

.slip-status-chip-lost b {
  color: #fff;
  background: #e84f5f;
}

.slip-status-chip-void b {
  background: rgba(178, 190, 196, 0.9);
}

.slip-status-chip-mixed b {
  background: #8fe8ff;
}

.slip-status-chip-archived {
  color: rgba(232, 241, 238, 0.68);
  border-color: rgba(123, 154, 184, 0.12);
  background: rgba(123, 154, 184, 0.1);
}

.slip-status-chip-preview {
  border-color: rgba(52, 123, 90, 0.18);
  background: rgba(52, 123, 90, 0.12);
}

.slip-settlement-preview {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(52, 123, 90, 0.16);
  border-radius: 14px;
  color: #2e3431;
  background: rgba(52, 123, 90, 0.075);
}

.saved-paper-slip .slip-settlement-preview {
  grid-column: 1 / -1;
  color: var(--ink);
  border-color: rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.slip-settlement-preview-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.slip-settlement-preview-head > div {
  min-width: 0;
}

.slip-settlement-preview-head strong {
  display: block;
  color: inherit;
  font-size: 1rem;
}

.slip-settlement-preview p {
  margin: 0;
  color: rgba(46, 52, 49, 0.72);
  font-size: 0.84rem;
  line-height: 1.45;
}

.saved-paper-slip .slip-settlement-preview p {
  color: var(--muted);
}

.slip-settlement-preview-counts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.slip-settlement-preview-counts span {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}

.saved-paper-slip .slip-settlement-preview-counts span {
  background: rgba(255, 255, 255, 0.06);
}

.slip-settlement-preview-counts b {
  color: inherit;
  font-size: 0.95rem;
  font-weight: 950;
}

.slip-settlement-preview-counts small {
  color: rgba(46, 52, 49, 0.62);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.saved-paper-slip .slip-settlement-preview-counts small {
  color: var(--muted);
}

.slip-settlement-preview-leg-list {
  display: grid;
  gap: 8px;
}

.slip-settlement-preview-leg {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  min-width: 0;
}

.slip-settlement-preview-leg strong,
.slip-settlement-preview-leg span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.slip-settlement-preview-leg strong {
  color: inherit;
  font-size: 0.86rem;
  line-height: 1.2;
}

.slip-settlement-preview-leg span {
  color: rgba(46, 52, 49, 0.68);
  font-size: 0.76rem;
  line-height: 1.35;
}

.saved-paper-slip .slip-settlement-preview-leg span {
  color: var(--muted);
}

.paper-slip-remove {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  color: rgba(46, 52, 49, 0.72);
  background: transparent;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 900;
  cursor: pointer;
}

.paper-slip-actions {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(110px, 1fr));
  gap: 10px;
}

.paper-slip-actions .button,
.paper-slip-actions .ghost-button {
  min-height: 44px;
  justify-content: center;
}

.paper-slip-retention {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid rgba(46, 52, 49, 0.1);
  border-radius: 14px;
  color: rgba(46, 52, 49, 0.72);
  background: rgba(52, 123, 90, 0.07);
  font-size: 0.82rem;
  line-height: 1.35;
}

.paper-slip-retention strong {
  color: #2e3431;
  font-size: 0.84rem;
}

.paper-slip-empty {
  padding: 16px;
  border: 1px dashed rgba(46, 52, 49, 0.24);
  border-radius: 16px;
  color: rgba(46, 52, 49, 0.72);
  background: rgba(52, 123, 90, 0.07);
  font-weight: 800;
}

.paper-slip-rule-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(46, 52, 49, 0.1);
  border-radius: 14px;
  color: #2e3431;
  background: rgba(52, 123, 90, 0.075);
}

.paper-slip-rule-panel.is-combo {
  border-color: rgba(177, 126, 28, 0.22);
  background: rgba(242, 189, 100, 0.16);
}

.paper-slip-rule-panel strong {
  display: block;
  color: #2e3431;
  font-size: 0.98rem;
  line-height: 1.25;
}

.paper-slip-rule-panel p {
  margin: 4px 0 0;
  color: rgba(46, 52, 49, 0.72);
  font-size: 0.84rem;
  line-height: 1.45;
}

.paper-slip-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(72px, 1fr));
  gap: 8px;
  min-width: 250px;
}

.paper-slip-rule-grid span {
  display: grid;
  gap: 2px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.paper-slip-rule-grid b {
  color: #2e3431;
  font-size: 0.9rem;
}

.paper-slip-rule-grid small {
  color: rgba(46, 52, 49, 0.62);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paper-slip-rule-warning-list {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(46, 52, 49, 0.1);
}

.paper-slip-rule-panel-compact {
  grid-template-columns: 1fr;
  padding: 10px;
}

.paper-slip-rule-panel-compact .paper-slip-rule-grid {
  min-width: 0;
}

.paper-slip-save {
  background: linear-gradient(135deg, #78f2aa, #9af4a8);
  color: #213027;
}

.saved-paper-slip-list {
  margin-top: 4px;
  padding: 12px;
  border-radius: 16px;
  color: var(--ink);
  background: rgba(9, 15, 14, 0.9);
}

.saved-paper-slip-stats {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.saved-paper-slip-ledger,
.check-bet-ledger {
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(46, 52, 49, 0.055);
  box-shadow: inset 0 0 0 1px rgba(46, 52, 49, 0.08);
}

.saved-paper-slip-ledger {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(123, 154, 184, 0.14);
}

.saved-paper-slip-ledger strong,
.check-bet-ledger strong {
  color: #2e3431;
  font-size: 0.96rem;
  line-height: 1.25;
}

.saved-paper-slip-ledger strong {
  color: var(--ink);
}

.saved-paper-slip-ledger p,
.check-bet-ledger p {
  margin: 0;
  color: rgba(46, 52, 49, 0.7);
  font-size: 0.84rem;
  line-height: 1.45;
}

.saved-paper-slip-ledger p {
  color: var(--muted);
}

.saved-paper-slip-ledger small {
  color: rgba(220, 234, 242, 0.56);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.35;
}

.check-bet-ledger small {
  color: rgba(46, 52, 49, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
}

.check-bet-ledger-confirmed {
  background: rgba(43, 199, 164, 0.1);
  box-shadow: inset 0 0 0 1px rgba(43, 199, 164, 0.18);
}

.check-bet-ledger-warned {
  background: rgba(230, 180, 74, 0.12);
  box-shadow: inset 0 0 0 1px rgba(230, 180, 74, 0.18);
}

.check-bet-ledger-missed {
  background: rgba(246, 139, 109, 0.1);
  box-shadow: inset 0 0 0 1px rgba(246, 139, 109, 0.16);
}

.check-bet-ledger-void,
.check-bet-ledger-pending {
  background: rgba(46, 52, 49, 0.045);
}

.saved-paper-slip-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.saved-paper-slip-actions button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
  cursor: pointer;
}

.saved-paper-slip-actions button:hover {
  border-color: rgba(78, 222, 163, 0.34);
  background: rgba(78, 222, 163, 0.1);
}

.timeline-market-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.timeline-market-chip {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.timeline-market-chip b {
  color: var(--ink);
  font-size: 0.76rem;
}

.timeline-market-chip > span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.timeline-market-button-row {
  display: grid;
  gap: 6px;
}

.timeline-market-button-row-ftr {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline-market-button-row-ou25,
.timeline-market-button-row-btts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.timeline-market-button {
  appearance: none;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  align-items: center;
  min-height: 38px;
  padding: 8px 9px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.035);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.timeline-market-button:not(:disabled):hover {
  border-color: rgba(78, 222, 163, 0.34);
  background: rgba(78, 222, 163, 0.075);
}

.timeline-market-button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.timeline-market-button.is-active {
  border-color: rgba(78, 222, 163, 0.34);
  background: rgba(78, 222, 163, 0.1);
}

.timeline-market-button.is-context {
  border-color: rgba(246, 179, 109, 0.28);
  background: rgba(246, 179, 109, 0.07);
}

.timeline-market-button.is-slip-selected {
  padding-right: 34px;
  border-color: rgba(255, 255, 255, 0.72);
  color: #173b2d;
  background: #f4f7f5;
}

.slip-remove-overlay {
  position: absolute;
  top: 50%;
  right: 8px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(17, 51, 39, 0.22);
  border-radius: 999px;
  color: #113327;
  background: rgba(78, 222, 163, 0.24);
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1;
  transform: translateY(-50%);
}

.timeline-market-button span {
  min-width: 0;
  color: currentColor;
  font-size: 0.76rem;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timeline-market-button b {
  color: currentColor;
  font-size: 0.84rem;
  font-weight: 950;
  text-align: right;
}

.paper-slip-dock {
  position: fixed;
  z-index: 55;
  right: max(14px, calc((100vw - 940px) / 2));
  bottom: max(92px, calc(72px + env(safe-area-inset-bottom)));
  left: max(14px, calc((100vw - 940px) / 2));
  display: grid;
  gap: 10px;
  color: #213027;
}

.paper-slip-dock-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto auto auto;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  color: #213027;
  background:
    linear-gradient(135deg, rgba(246, 247, 244, 0.98), rgba(232, 250, 242, 0.98)),
    #f6f7f4;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
}

.paper-slip-dock-count {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: #347b5a;
  font-weight: 950;
}

.paper-slip-dock-bar > span:nth-child(2) {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.paper-slip-dock b,
.paper-slip-dock strong {
  color: #213027;
  font-size: 0.98rem;
  line-height: 1.1;
}

.paper-slip-dock small {
  color: rgba(46, 52, 49, 0.68);
  font-size: 0.78rem;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.paper-slip-dock strong {
  justify-self: end;
}

.paper-slip-dock-toggle {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(46, 52, 49, 0.16);
  border-radius: 999px;
  color: #213027;
  background: rgba(255, 255, 255, 0.62);
  font: inherit;
  font-size: 1rem;
  font-weight: 950;
  cursor: pointer;
}

.paper-slip-dock-open,
.paper-slip-dock-clear {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(46, 52, 49, 0.14);
  border-radius: 999px;
  color: #213027;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.paper-slip-dock-open {
  color: #052318;
  background: #4edea3;
  border-color: rgba(5, 35, 24, 0.08);
}

.paper-slip-dock-clear {
  cursor: pointer;
}

.paper-slip-dock-open:hover,
.paper-slip-dock-clear:hover {
  transform: translateY(-1px);
}

.paper-slip-dock-toggle:hover {
  background: rgba(78, 222, 163, 0.2);
}

.paper-slip-dock-sheet {
  display: grid;
  gap: 12px;
  max-height: min(58vh, 560px);
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: #f6f7f4;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
}

.paper-slip-dock-sheet .paper-slip-pick-list {
  max-height: min(34vh, 320px);
  overflow: auto;
  padding-right: 2px;
}

.paper-slip-dock-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.paper-slip-dock-actions .button,
.paper-slip-dock-actions .ghost-button {
  min-height: 38px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  text-align: center;
}

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

.x-post-context-grid > div {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.x-post-expand {
  display: grid;
  gap: 10px;
}

.x-post-expand summary {
  width: fit-content;
  cursor: pointer;
  color: var(--mint);
  font-weight: 900;
}

.x-post-expand > div {
  display: grid;
  gap: 12px;
  padding: 12px 0 0;
}

.x-post-expand-body {
  max-width: 940px;
}

.x-post-mini-context {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.x-post-mini-context span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.x-post-mini-context b {
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-unlock-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.timeline-unlock-strip span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(123, 154, 184, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.timeline-unlock-strip .is-open {
  border-color: rgba(78, 222, 163, 0.25);
  background: rgba(78, 222, 163, 0.08);
}

.timeline-unlock-strip b {
  color: var(--ink);
  font-size: 0.76rem;
}

.timeline-unlock-strip small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.timeline-tier-stack {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.timeline-tier-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(18, 39, 33, 0.86), rgba(9, 18, 17, 0.9)),
    radial-gradient(circle at 96% 0%, rgba(78, 222, 163, 0.12), transparent 34%);
}

.timeline-tier-standard {
  border-color: rgba(78, 222, 163, 0.22);
  background:
    linear-gradient(180deg, rgba(23, 49, 40, 0.92), rgba(10, 21, 18, 0.94)),
    radial-gradient(circle at 92% 0%, rgba(48, 199, 255, 0.12), transparent 34%);
}

.timeline-tier-founder,
.timeline-tier-premium {
  background:
    linear-gradient(180deg, rgba(17, 33, 27, 0.94), rgba(8, 17, 15, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.1), transparent 34%);
}

.timeline-tier-pro {
  background:
    linear-gradient(180deg, rgba(13, 29, 34, 0.95), rgba(8, 17, 18, 0.97)),
    radial-gradient(circle at 94% 4%, rgba(48, 199, 255, 0.1), transparent 35%);
}

.timeline-tier-pro-plus {
  background:
    linear-gradient(180deg, rgba(16, 24, 35, 0.95), rgba(8, 14, 24, 0.98)),
    radial-gradient(circle at 94% 4%, rgba(78, 222, 163, 0.1), transparent 34%);
}

.timeline-tier-locked {
  border-style: dashed;
  background: rgba(255, 255, 255, 0.032);
}

.timeline-tier-panel-head {
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: space-between;
}

.timeline-tier-panel-head span {
  color: var(--mint);
  font-size: 0.67rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timeline-tier-panel-head strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.15;
  text-align: right;
}

.timeline-tier-panel p {
  margin: 0;
  color: rgba(220, 234, 242, 0.86);
  line-height: 1.48;
}

.timeline-tier-pills,
.timeline-metric-tiles,
.timeline-market-read-grid,
.timeline-context-list {
  display: grid;
  gap: 8px;
}

.timeline-tier-pills {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.timeline-tier-pills span,
.timeline-context-list span,
.timeline-metric-tiles span,
.timeline-market-read-grid span {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.timeline-tier-pills span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
}

.timeline-metric-tiles,
.timeline-market-read-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.timeline-metric-tiles span,
.timeline-market-read-grid span,
.timeline-context-list span {
  display: grid;
  gap: 4px;
}

.timeline-metric-tiles b,
.timeline-market-read-grid b,
.timeline-context-list b {
  color: var(--muted-2);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline-metric-tiles strong,
.timeline-market-read-grid strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.15;
}

.timeline-market-read-grid small,
.timeline-context-list span {
  color: var(--muted);
  line-height: 1.42;
}

.timeline-player-card-grid {
  display: grid;
  gap: 10px;
}

.timeline-player-card-grid section {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.timeline-player-card-grid section > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.timeline-player-card-grid b {
  color: var(--ink);
}

.timeline-player-card-grid small {
  color: var(--muted);
  font-weight: 800;
}

.timeline-player-card-grid ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-player-card-grid .player-event-candidate {
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.timeline-tier-loading {
  padding: 12px;
  border: 1px solid rgba(78, 222, 163, 0.18);
  border-radius: 14px;
  color: var(--muted);
  background: rgba(78, 222, 163, 0.055);
  font-weight: 850;
}

.x-swipe-note {
  color: var(--muted-2);
  font-size: 0.82rem;
}

.x-bottom-nav {
  position: sticky;
  z-index: 40;
  bottom: 18px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(44px, auto));
  gap: 5px;
  width: min(720px, calc(100vw - 24px));
  padding: 8px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  border-radius: 22px;
  background: rgba(7, 14, 22, 0.92);
  backdrop-filter: blur(22px) saturate(130%);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.x-bottom-nav a,
.x-bottom-nav button {
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 0;
  border-radius: 15px;
  color: var(--muted);
  background: transparent;
  text-decoration: none;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.x-bottom-nav a:hover,
.x-bottom-nav button:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
}

.dashboard-card {
  flex: 1 1 420px;
  min-width: min(100%, 420px);
  display: grid;
  gap: 16px;
}

.compute-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(7, 16, 25, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(0, 0, 0, 0.14),
    0 18px 36px rgba(0, 0, 0, 0.2);
}

.compute-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 68%);
}

.compute-panel::after {
  content: "";
  position: absolute;
  inset: auto -12% -42% 42%;
  height: 160px;
  background: radial-gradient(circle, rgba(78, 222, 163, 0.14), transparent 62%);
  pointer-events: none;
}

.compute-panel-empty {
  min-height: 196px;
  align-content: center;
}

.compute-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.compute-panel-copy {
  display: grid;
  gap: 8px;
  max-width: 48rem;
}

.compute-panel-copy h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  letter-spacing: -0.04em;
}

.compute-panel-pulse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(61, 217, 176, 0.18);
  background: rgba(61, 217, 176, 0.08);
  color: var(--signal-mint);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compute-panel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 rgba(61, 217, 176, 0.3);
  animation: compute-dot-pulse 1.9s ease-in-out infinite;
}

.compute-panel-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted-1);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.compute-panel-rows {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.compute-row {
  display: grid;
  gap: 8px;
  padding: 13px 14px;
  border-radius: 18px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.008)),
    rgba(255, 255, 255, 0.018);
  opacity: 0.72;
  transform: translateY(4px);
  animation: compute-row-cycle 8s cubic-bezier(0.32, 0.72, 0, 1) infinite;
  animation-delay: calc(var(--compute-index, 0) * 0.95s);
}

.compute-row-deploy {
  border-color: rgba(61, 217, 176, 0.18);
}

.compute-row-observe {
  border-color: rgba(217, 184, 107, 0.16);
}

.compute-row-pass,
.compute-row-monitor {
  border-color: rgba(107, 122, 143, 0.16);
}

.compute-row-top,
.compute-row-read,
.compute-row-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.compute-row-meta,
.compute-row-foot {
  color: var(--muted);
  font-size: 0.8rem;
}

.compute-row-fixture {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.compute-row-team {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.compute-row-team-home {
  margin-right: auto;
}

.compute-row-team-away {
  margin-left: auto;
}

.compute-market-track {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 7px;
  border-radius: 999px;
  background: rgba(107, 122, 143, 0.14);
}

.compute-market-bar {
  height: 100%;
  transition: width 220ms cubic-bezier(0.32, 0.72, 0, 1);
}

.compute-market-bar-active {
  background: linear-gradient(90deg, rgba(48, 199, 255, 0.88), rgba(78, 222, 163, 0.9));
}

.compute-market-bar-opposition {
  background: rgba(107, 122, 143, 0.48);
}

@keyframes compute-dot-pulse {
  0%,
  100% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 rgba(61, 217, 176, 0.24);
  }

  50% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(61, 217, 176, 0);
  }
}

@keyframes compute-row-cycle {
  0%,
  100% {
    opacity: 0.7;
    transform: translateY(4px);
    box-shadow: none;
  }

  18%,
  42% {
    opacity: 1;
    transform: translateY(0);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.035),
      0 10px 24px rgba(0, 0, 0, 0.18);
  }
}

.dashboard-card-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.dashboard-teamline {
  margin-top: 12px;
}

.dashboard-card-priority {
  min-width: 120px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(123, 154, 184, 0.12);
}

.dashboard-route {
  margin-top: 8px;
  font-size: 1.05rem;
}

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

.dashboard-telegram-preview {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: linear-gradient(180deg, rgba(11, 18, 29, 0.75), rgba(9, 16, 26, 0.82));
}

.dashboard-telegram-preview pre {
  margin: 0;
  white-space: pre-wrap;
  font: inherit;
  color: var(--muted);
  line-height: 1.5;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

.pricing-hero-section {
  padding-top: 42px;
}

.pricing-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 34px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  background:
    radial-gradient(circle at 14% 12%, rgba(88, 224, 196, 0.16), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(157, 255, 232, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(18, 41, 34, 0.98), rgba(7, 17, 15, 0.98));
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.34);
}

.pricing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(130, 255, 220, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 255, 220, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 74%);
  pointer-events: none;
}

.pricing-hero-copy,
.pricing-hero-stats {
  position: relative;
  z-index: 1;
}

.pricing-hero-copy {
  display: grid;
  justify-items: center;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.pricing-hero-copy .hero-kicker {
  color: var(--accent-secondary);
  font-size: clamp(0.86rem, 1.4vw, 1rem);
  letter-spacing: 0.18em;
}

.pricing-hero-copy h1 {
  max-width: 12ch;
  margin: 12px auto 18px;
  font-size: clamp(3.7rem, 7.8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.pricing-hero-copy > p:not(.hero-kicker):not(.section-copy):not(.pricing-terms-note) {
  max-width: 20ch;
  margin: 0 auto 18px;
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pricing-hero-copy .section-copy {
  max-width: 740px;
  margin-inline: auto;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.58;
}

.pricing-hero-copy .cta-row {
  justify-content: center;
}

.pricing-terms-note {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.pricing-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pricing-founder-offer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  border: 1px solid rgba(88, 224, 196, 0.32);
  background:
    radial-gradient(circle at top left, rgba(88, 224, 196, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.98), rgba(11, 23, 20, 0.98));
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.38),
    0 0 46px rgba(88, 224, 196, 0.09);
}

.pricing-founder-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}

.pricing-founder-main h2 {
  margin: 18px 0 8px;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.pricing-founder-main > strong {
  color: var(--accent-secondary);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.pricing-founder-main p {
  max-width: 32rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.pricing-founder-list {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  background: rgba(7, 17, 15, 0.42);
}

.pricing-founder-feature-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pricing-founder-feature-group {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  background: rgba(16, 31, 27, 0.58);
}

.pricing-founder-feature-group strong {
  display: block;
  color: var(--accent-secondary);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-founder-feature-group ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-founder-feature-group li {
  color: var(--text-secondary);
  line-height: 1.4;
}

.pricing-founder-feature-group li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--accent-primary);
  box-shadow: 0 0 14px rgba(88, 224, 196, 0.45);
}

.pricing-unlocks-grid,
.pricing-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pricing-section-hero-head {
  justify-content: center;
  max-width: 940px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}

.pricing-section-hero-head > div {
  display: grid;
  justify-items: center;
}

.pricing-section-hero-head .metric-label {
  color: var(--accent-secondary);
  font-size: clamp(0.82rem, 1.4vw, 1rem);
  letter-spacing: 0.18em;
}

.pricing-section-hero-head h2 {
  max-width: 15ch;
  margin: 12px auto 14px;
  font-size: clamp(2.8rem, 6.4vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.pricing-ladder-section .pricing-section-hero-head h2 {
  max-width: 18ch;
}

.pricing-trust-section .pricing-section-hero-head h2 {
  max-width: 16ch;
}

.pricing-section-hero-head .section-copy {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text-secondary);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.55;
}

.pricing-unlock-card,
.pricing-trust-card {
  padding: 26px;
  border-radius: 22px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  background:
    radial-gradient(circle at top right, rgba(88, 224, 196, 0.08), transparent 34%),
    rgba(16, 31, 27, 0.82);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.2);
}

.pricing-unlock-card strong,
.pricing-trust-card strong {
  display: block;
  color: var(--text-primary);
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.pricing-unlock-card p,
.pricing-trust-card p {
  margin: 10px 0 0;
  color: var(--text-secondary);
  line-height: 1.55;
}

.pricing-founder-why-card {
  padding: clamp(28px, 5vw, 48px);
  background:
    linear-gradient(135deg, rgba(13, 28, 24, 0.98), rgba(10, 21, 18, 0.96)),
    radial-gradient(circle at right, rgba(88, 224, 196, 0.1), transparent 34%);
}

.pricing-centered-feature-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.pricing-centered-feature-card .metric-label {
  color: var(--accent-secondary);
  font-size: clamp(0.82rem, 1.35vw, 1rem);
  letter-spacing: 0.18em;
}

.pricing-founder-why-card h2 {
  max-width: 20ch;
  margin: 12px auto 18px;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.pricing-centered-feature-card .section-copy {
  max-width: 800px;
  margin-inline: auto;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.6;
}

.pricing-launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 22px;
  align-items: stretch;
}

.pricing-launch-grid .pricing-card {
  padding: 28px;
}

.pricing-advanced-tier-note {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  background: rgba(11, 23, 20, 0.72);
}

.pricing-advanced-tier-note strong {
  min-width: 220px;
  color: var(--accent-secondary);
}

.pricing-advanced-tier-note p {
  max-width: 760px;
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.55;
}

.pricing-comparison-drawer {
  margin-top: 22px;
  border-radius: 24px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  background: rgba(11, 23, 20, 0.76);
  overflow: hidden;
}

.pricing-comparison-drawer > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}

.pricing-comparison-drawer > summary::-webkit-details-marker {
  display: none;
}

.pricing-comparison-drawer summary strong,
.pricing-comparison-drawer summary small {
  display: block;
}

.pricing-comparison-drawer summary small {
  margin-top: 4px;
  color: var(--text-secondary);
}

.pricing-comparison-drawer summary b {
  color: var(--accent-primary);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-faq-panel {
  display: grid;
  gap: 18px;
}

.pricing-terms-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.pricing-terms-card .metric-label {
  color: var(--accent-secondary);
  font-size: clamp(0.82rem, 1.25vw, 0.98rem);
  letter-spacing: 0.18em;
}

.pricing-terms-card h3 {
  max-width: 14ch;
  margin: 10px auto 18px;
  font-size: clamp(2.2rem, 4.8vw, 4.3rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.pricing-terms-card .feature-list {
  width: min(100%, 760px);
  text-align: left;
}

.pricing-faq-list {
  display: grid;
  gap: 10px;
}

.pricing-faq-item {
  border-radius: 18px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  background: rgba(7, 17, 15, 0.34);
}

.pricing-faq-item summary {
  padding: 16px 18px;
  cursor: pointer;
  color: var(--text-primary);
  font-weight: 850;
  list-style: none;
}

.pricing-faq-item summary::-webkit-details-marker {
  display: none;
}

.pricing-faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--text-secondary);
  line-height: 1.55;
}

.pricing-final-cta {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 30px;
  border: 1px solid rgba(88, 224, 196, 0.22);
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 224, 196, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(15, 34, 29, 0.98), rgba(7, 17, 15, 0.98));
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.28);
}

.pricing-final-cta h2 {
  max-width: 20ch;
  margin: 12px auto 16px;
  font-size: clamp(2.9rem, 6.2vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.pricing-final-cta p {
  max-width: 680px;
  margin-inline: auto;
  color: var(--text-secondary);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.5;
}

.pricing-final-terms {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 920px;
  margin: 24px 0;
}

.pricing-final-terms strong,
.pricing-final-terms span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  background: rgba(7, 17, 15, 0.45);
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.25;
}

.pricing-final-terms strong {
  color: var(--accent-secondary);
  background: rgba(88, 224, 196, 0.1);
}

.pricing-card.featured {
  border-color: rgba(78, 222, 163, 0.34);
  background:
    radial-gradient(circle at top right, rgba(78, 222, 163, 0.13), transparent 28%),
    linear-gradient(180deg, rgba(24, 38, 32, 0.99), rgba(13, 22, 18, 0.98));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.38),
    0 0 36px rgba(78, 222, 163, 0.08);
}

.pricing-card-premium {
  position: relative;
  overflow: hidden;
}

.pricing-card-standard {
  background:
    radial-gradient(circle at 100% 0%, rgba(92, 200, 232, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(18, 33, 31, 0.96), rgba(10, 20, 18, 0.98));
}

.pricing-ribbon {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(78, 222, 163, 0.16);
  border: 1px solid rgba(78, 222, 163, 0.22);
  color: var(--mint);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--mint);
  background: rgba(111, 226, 168, 0.08);
  border: 1px solid rgba(111, 226, 168, 0.16);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-price {
  margin: 10px 0 12px;
  font-size: 3.3rem;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.pricing-price-note {
  font-size: 1rem;
  color: var(--muted);
}

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

.pricing-band-card {
  padding: 20px 22px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background: linear-gradient(180deg, rgba(26, 39, 32, 0.96), rgba(15, 24, 20, 0.98));
  box-shadow: inset 3px 0 0 rgba(78, 222, 163, 0.9);
}

.pricing-band-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.pricing-matrix-shell {
  margin-top: 18px;
}

.pricing-matrix-head {
  margin-top: 22px;
}

.pricing-matrix td:nth-child(3),
.pricing-matrix th:nth-child(3) {
  color: var(--mint);
}

.pricing-visual-note {
  margin-top: 18px;
}

.pricing-visual-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background:
    linear-gradient(180deg, rgba(21, 31, 27, 0.96), rgba(13, 20, 17, 0.99)),
    radial-gradient(circle at top right, rgba(78, 222, 163, 0.08), transparent 24%);
  box-shadow: var(--shadow);
}

.pricing-visual-card::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 12%;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(78, 222, 163, 0.12), transparent 68%);
  pointer-events: none;
}

.pricing-visual-card h2 {
  margin: 10px 0 12px;
  max-width: 18ch;
  font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

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

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.95rem;
}

.checkbox-row input {
  accent-color: var(--accent);
}

.field-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-input {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
  font: inherit;
  resize: vertical;
}

.text-input:focus {
  outline: 2px solid rgba(92, 200, 232, 0.14);
  border-color: rgba(92, 200, 232, 0.28);
}

.loading {
  position: relative;
  display: grid;
  place-items: stretch;
  min-height: 48vh;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 78% 10%, rgba(88, 224, 196, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.94), rgba(8, 19, 16, 0.96));
  color: var(--muted);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 28px 78px rgba(0, 0, 0, 0.26);
}

.loading-shell {
  gap: 22px;
  place-items: stretch;
  align-content: center;
}

.loading-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  text-align: left;
}

.loading-copy strong {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  letter-spacing: -0.04em;
  color: var(--ink);
}

.loading-copy p {
  max-width: 52rem;
  margin: 0;
  color: var(--muted-1);
  line-height: 1.55;
}

.loading-skeleton-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.loading-skeleton-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(7, 17, 15, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 12px 24px rgba(0, 0, 0, 0.12);
}

.loading-skeleton-pill,
.loading-skeleton-line {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.loading-skeleton-pill {
  width: 96px;
  height: 12px;
}

.loading-skeleton-line {
  height: 11px;
}

.loading-skeleton-line-lg {
  width: 82%;
}

.loading-skeleton-line-md {
  width: 68%;
}

.loading-skeleton-line-sm {
  width: 54%;
}

.loading-skeleton-line-xs {
  width: 38%;
}

.loading::before,
.reference-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 15%, rgba(255, 255, 255, 0.06) 48%, transparent 82%);
  transform: translateX(-100%);
  animation: shimmer-pass 1.8s ease-in-out infinite;
}

.loading-skeleton-pill::before,
.loading-skeleton-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 12%, rgba(255, 255, 255, 0.14) 48%, transparent 84%);
  transform: translateX(-100%);
  animation: shimmer-pass 1.8s ease-in-out infinite;
}

.reference-loading {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(107, 122, 143, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: var(--signal-slate);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

@keyframes shimmer-pass {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

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

.founder-proof-section {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 26px;
  border: 1px solid rgba(78, 222, 163, 0.2);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 0%, rgba(78, 222, 163, 0.13), transparent 34%),
    radial-gradient(circle at 98% 8%, rgba(246, 179, 109, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(10, 22, 28, 0.96), rgba(8, 17, 20, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.founder-proof-head {
  margin: 0;
}

.founder-proof-head h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.founder-proof-headline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.founder-proof-headline-grid .proof-tile {
  min-height: 168px;
  border-color: rgba(78, 222, 163, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.026)),
    rgba(5, 15, 18, 0.72);
}

.founder-proof-headline-grid .proof-tile strong {
  margin-top: 12px;
  color: var(--mint);
  font-size: clamp(2rem, 4.6vw, 3.8rem);
  line-height: 0.9;
}

.founder-league-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.founder-league-proof-details {
  display: grid;
  gap: 14px;
}

.founder-league-proof-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(78, 222, 163, 0.2);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(135deg, rgba(78, 222, 163, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.founder-league-proof-details > summary::-webkit-details-marker {
  display: none;
}

.founder-league-proof-details > summary span {
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-league-proof-details > summary small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 780;
  text-align: right;
}

.founder-league-proof-details[open] > summary {
  border-color: rgba(78, 222, 163, 0.32);
}

.founder-league-proof-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.035);
}

.founder-league-proof-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(123, 154, 184, 0.14);
}

.founder-league-proof-head strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: clamp(1.9rem, 3.5vw, 3.15rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.founder-league-proof-head > span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-align: right;
}

.founder-league-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 12px;
}

.founder-league-proof-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 34px;
  padding: 7px 9px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.12);
}

.founder-league-proof-row span {
  min-width: 0;
  overflow: hidden;
  color: rgba(220, 234, 242, 0.86);
  font-size: 0.78rem;
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.founder-league-proof-row strong {
  color: var(--mint);
  font-size: 0.84rem;
  line-height: 1;
  letter-spacing: 0;
}

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

.founder-product-proof-strip article {
  display: grid;
  gap: 5px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(246, 179, 109, 0.18);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(135deg, rgba(246, 179, 109, 0.08), rgba(78, 222, 163, 0.035)),
    rgba(255, 255, 255, 0.026);
}

.founder-product-proof-strip-primary article {
  min-height: 132px;
  border-color: rgba(78, 222, 163, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(78, 222, 163, 0.1), transparent 42%),
    linear-gradient(135deg, rgba(246, 179, 109, 0.08), rgba(78, 222, 163, 0.055)),
    rgba(255, 255, 255, 0.03);
}

.founder-product-proof-strip strong {
  color: var(--ink);
  font-size: 1.62rem;
  line-height: 1;
  letter-spacing: 0;
}

.founder-product-proof-strip-primary strong {
  color: var(--mint);
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.founder-product-proof-strip span:last-child {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 780;
}

.launch-capability-panel {
  display: grid;
  gap: 14px;
}

.launch-capability-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 10px;
}

.world-cup-founder-module {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  align-items: stretch;
  padding-top: 28px;
}

.world-cup-founder-copy,
.world-cup-founder-actions {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(78, 222, 163, 0.22);
  background:
    linear-gradient(135deg, rgba(78, 222, 163, 0.09), rgba(246, 179, 109, 0.07)),
    rgba(255, 255, 255, 0.035);
}

.world-cup-founder-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  letter-spacing: 0;
}

.world-cup-founder-copy p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.58;
}

.world-cup-founder-actions {
  align-content: space-between;
}

.freshness-panel {
  display: grid;
  gap: 16px;
}

.freshness-grid .signal-cell {
  min-height: 112px;
}

.capability-pill {
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 13px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.capability-pill strong {
  font-size: 0.96rem;
}

.capability-pill span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.proof-market-split {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 12px;
}

.proof-market-split-card {
  display: grid;
  gap: 6px;
  min-height: 104px;
  padding: 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.proof-market-split-card strong {
  font-size: 1.35rem;
}

.proof-tile strong {
  display: block;
  margin-top: 8px;
  font-size: 1.95rem;
  letter-spacing: -0.04em;
}

.sample-board {
  display: grid;
  gap: 12px;
}

.deployment-stack {
  align-content: start;
}

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

.system-row {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background: linear-gradient(180deg, rgba(18, 28, 24, 0.98), rgba(11, 19, 16, 0.98));
}

.system-row strong {
  display: block;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.system-row p {
  margin: 0;
  line-height: 1.5;
}

.system-row-founder {
  border-color: rgba(78, 222, 163, 0.24);
  box-shadow: inset 4px 0 0 rgba(78, 222, 163, 0.9);
  background:
    radial-gradient(circle at top right, rgba(78, 222, 163, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(18, 31, 25, 0.99), rgba(11, 19, 16, 0.99));
}

.system-row-soon {
  border-color: rgba(246, 179, 109, 0.22);
  box-shadow: inset 4px 0 0 rgba(246, 179, 109, 0.84);
}

.button-small {
  min-height: 42px;
  width: fit-content;
  padding: 0 16px;
  font-size: 0.9rem;
}

.home-proof-head {
  margin: 0;
}

.home-proof-head h2 {
  font-size: clamp(1.15rem, 2vw, 1.6rem);
}

.app-view[data-view="home"] {
  display: grid;
  gap: clamp(62px, 7.2vw, 112px);
}

.app-view[data-view="home"] > .hero,
.app-view[data-view="home"] > .section {
  margin-bottom: 0;
}

.app-view[data-view="home"] .scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  filter: blur(6px);
  animation: none;
  transition:
    opacity 720ms cubic-bezier(0.22, 0.72, 0, 1),
    transform 720ms cubic-bezier(0.22, 0.72, 0, 1),
    filter 720ms cubic-bezier(0.22, 0.72, 0, 1),
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.app-view[data-view="home"] > .hero.scroll-reveal {
  transform: translate3d(0, 14px, 0) scale(0.996);
}

.app-view[data-view="home"] .scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.app-view[data-view="home"] .home-action-card.scroll-reveal.is-visible:hover,
.app-view[data-view="home"] .home-action-card.scroll-reveal.is-visible:focus-visible {
  transform: translate3d(0, -3px, 0);
}

.app-view[data-view="home"] .og-flow-step.scroll-reveal.is-visible:hover {
  transform: translate3d(0, -2px, 0);
}

.app-view[data-view="home"] .section-head {
  margin-bottom: 24px;
}

.app-view[data-view="home"] .section-head h2,
.app-view[data-view="home"] .section-head h3 {
  font-size: clamp(2.15rem, 4vw, 3.85rem);
  line-height: 1;
  letter-spacing: 0;
}

.app-view[data-view="home"] .panel {
  padding: clamp(24px, 2.4vw, 34px);
  border-color: rgba(130, 255, 220, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(9, 18, 16, 0.98));
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.28);
}

.app-view[data-view="home"] .split {
  gap: 24px;
}

.launch-hero {
  position: relative;
  align-items: start;
  grid-template-columns: minmax(0, 0.6fr) minmax(360px, 0.4fr);
  gap: clamp(24px, 4vw, 56px);
  min-height: clamp(640px, 72vh, 820px);
  padding: clamp(56px, 6vw, 88px);
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 74% 23%, rgba(88, 224, 196, 0.16), transparent 30%),
    radial-gradient(ellipse at 78% 2%, rgba(244, 255, 251, 0.12), transparent 18%),
    radial-gradient(ellipse at 54% 0%, rgba(88, 224, 196, 0.09), transparent 16%),
    radial-gradient(ellipse at 50% 100%, rgba(157, 255, 232, 0.08), transparent 34%),
    radial-gradient(circle at 14% 0%, rgba(157, 255, 232, 0.11), transparent 26%),
    linear-gradient(135deg, rgba(7, 17, 15, 1), rgba(11, 31, 26, 0.98) 52%, rgba(3, 11, 15, 1));
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.42);
}

.launch-hero::before,
.launch-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.launch-hero::before {
  inset: 0;
  background:
    linear-gradient(rgba(157, 255, 232, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.038) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 44%, rgba(157, 255, 232, 0.035) 44.2% 44.6%, transparent 44.8% 100%),
    linear-gradient(90deg, transparent 49.7%, rgba(157, 255, 232, 0.085) 50%, transparent 50.3%),
    linear-gradient(0deg, transparent 0 72%, rgba(157, 255, 232, 0.06) 72.2% 72.6%, transparent 72.8% 100%),
    radial-gradient(ellipse at 50% 50%, transparent 0 20%, rgba(157, 255, 232, 0.085) 20.3% 20.8%, transparent 21.2%);
  background-size: 72px 72px, 72px 72px, 180px 180px, 100% 100%, 100% 100%, 52% 62%;
  background-position: center;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.24));
  animation: home-hero-data-drift 18s linear infinite;
}

.launch-hero::after {
  right: -10%;
  bottom: -22%;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88, 224, 196, 0.13), transparent 64%);
  filter: blur(4px);
}

@keyframes home-hero-data-drift {
  from {
    background-position: center, center, 0 0, center, center, center;
  }

  to {
    background-position: center, center, 180px 180px, center, center, center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-hero::before {
    animation: none;
  }

  .og-flow-input-chip,
  .og-flow-action-chip,
  .og-flow-checks span,
  .og-flow-engine::after,
  .og-flow-proof-loop b::after,
  .og-flow-stream {
    animation: none;
  }

  .og-flow-input-chip,
  .og-flow-action-chip,
  .og-flow-checks span {
    transform: none;
  }

  .og-flow-input-chip,
  .og-flow-action-chip,
  .og-flow-checks span {
    animation: og-reduced-pulse 2.8s ease-in-out infinite;
  }

  .og-flow-input-chip:nth-child(2),
  .og-flow-action-chip:nth-child(2),
  .og-flow-checks span:nth-child(2) {
    animation-delay: 0.45s;
  }

  .og-flow-input-chip:nth-child(3),
  .og-flow-action-chip:nth-child(3),
  .og-flow-checks span:nth-child(3) {
    animation-delay: 0.9s;
  }

  .og-flow-engine::after {
    animation: og-reduced-pulse 3.2s ease-in-out infinite;
  }

  .app-view[data-view="home"] .scroll-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

.launch-hero-main,
.launch-founder-side {
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.launch-hero-main {
  min-height: 0;
  align-content: start;
  padding: 0;
}

.launch-hero-main::after {
  display: none;
}

.launch-hero-copy {
  max-width: 760px;
  gap: clamp(18px, 2vw, 26px);
}

.launch-system-title {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  max-width: 100%;
  color: #9dffe8;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.launch-system-title span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.launch-brand-text {
  display: grid;
  gap: 2px;
}

.launch-brand-text strong,
.launch-brand-text small {
  display: block;
}

.launch-brand-text small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.launch-brand-mark {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #04110e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 12px 34px rgba(88, 224, 196, 0.2);
  font-size: 0.86rem;
  letter-spacing: 0;
}

.hero-main .launch-title {
  display: grid;
  gap: 8px;
  max-width: 13ch;
  color: #f4fffb;
  font-size: clamp(2.92rem, 4.45vw, 4.45rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-main .launch-title span {
  display: block;
  color: inherit;
}

.no-wrap {
  display: inline-block;
  color: inherit;
  white-space: nowrap;
}

.launch-title .no-wrap {
  color: inherit;
}

.launch-proof-lines {
  max-width: 650px;
  color: #d8ebe6;
  font-size: clamp(1.05rem, 1.32vw, 1.28rem);
  line-height: 1.52;
}

.launch-proof-lines strong {
  font-weight: 650;
}

.launch-edge-line {
  display: block;
  color: var(--ink);
  font-size: clamp(1.42rem, 2vw, 2.1rem);
  font-weight: 920;
  line-height: 1.12;
}

.hero-proof-stack {
  max-width: 680px;
}

.hero-proof-ticker {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hero-proof-ticker span {
  min-height: 74px;
  padding: 0 0 0 18px;
  border: 0;
  border-left: 1px solid rgba(157, 255, 232, 0.24);
  border-radius: 0;
  color: #b8c9c4;
  background: transparent;
  box-shadow: none;
  font-size: 0.86rem;
  line-height: 1.32;
}

.hero-proof-ticker strong {
  color: #9dffe8;
  font-size: clamp(1.55rem, 2vw, 2.05rem);
}

.launch-hero-actions {
  gap: 14px;
  margin-top: 4px;
}

.button-large {
  min-height: 62px;
  padding: 0 28px;
  border-radius: 16px;
  font-size: 1.04rem;
  font-weight: 900;
}

.launch-hero .ghost-button {
  min-height: 62px;
  padding: 0 26px;
  border-radius: 16px;
  border-color: rgba(157, 255, 232, 0.24);
  background: rgba(244, 255, 251, 0.055);
}

.launch-hero .ghost-button:hover,
.launch-hero .ghost-button:focus-visible {
  border-color: rgba(157, 255, 232, 0.5);
  background: rgba(157, 255, 232, 0.11);
}

.launch-hero .footer-note {
  max-width: 560px;
  color: #8ea29c;
  font-size: 0.86rem;
  line-height: 1.5;
}

.launch-founder-side {
  display: grid;
  align-items: start;
  padding: 0;
}

.home-product-preview-card {
  position: relative;
  display: grid;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: clamp(500px, 56vh, 580px);
  padding: clamp(24px, 2.35vw, 32px);
  overflow: hidden;
  border: 1px solid rgba(157, 255, 232, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(rgba(130, 255, 220, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 255, 220, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 86% 0%, rgba(157, 255, 232, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.96), rgba(9, 20, 18, 0.98));
  background-size:
    42px 42px,
    42px 42px,
    auto,
    auto;
  box-shadow: 0 38px 96px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.home-product-preview-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(157, 255, 232, 0.08);
  pointer-events: none;
}

.home-preview-top,
.home-preview-fixture,
.home-preview-market,
.home-preview-probability,
.home-preview-score-strip,
.home-preview-proof-grid,
.home-preview-token-list,
.home-product-preview-card > .button {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.home-preview-top {
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(157, 255, 232, 0.1);
}

.home-preview-state {
  min-height: 36px;
  padding: 0 14px;
  color: #04110e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 10px 28px rgba(88, 224, 196, 0.18);
  letter-spacing: 0.08em;
}

.home-preview-fixture {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 15px 0 8px;
  border: 0;
}

.home-preview-team {
  display: grid;
  gap: 8px;
}

.home-preview-team-away {
  justify-items: end;
  text-align: right;
}

.home-preview-crest {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid rgba(88, 224, 196, 0.22);
  border-radius: 50%;
  color: #06110f;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.2), transparent 35%),
    linear-gradient(145deg, rgba(88, 224, 196, 0.2), rgba(157, 255, 232, 0.1));
  font-size: 0.76rem;
  font-weight: 950;
  box-shadow:
    inset 0 0 0 1px rgba(7, 17, 15, 0.48),
    0 14px 32px rgba(0, 0, 0, 0.28);
}

.home-preview-crest img {
  position: absolute;
  inset: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  object-fit: contain;
  filter: drop-shadow(0 5px 9px rgba(0, 0, 0, 0.34));
}

.home-preview-crest-away {
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.2), transparent 35%),
    linear-gradient(145deg, rgba(157, 255, 232, 0.18), rgba(88, 224, 196, 0.09));
}

.home-preview-team strong {
  color: #f4fffb;
  font-size: clamp(1.46rem, 2vw, 1.98rem);
  line-height: 1.05;
}

.home-preview-versus {
  color: #78908a;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-preview-fixture-meta {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(157, 255, 232, 0.12);
}

.home-preview-fixture-meta span,
.home-preview-market span,
.home-preview-probability span,
.home-preview-proof-grid span {
  color: #b8c9c4;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-preview-fixture-meta span {
  display: block;
  overflow: hidden;
  font-size: 0.74rem;
  letter-spacing: 0.055em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-preview-kickoff {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #9dffe8;
  background: rgba(157, 255, 232, 0.09);
  text-align: right;
}

.home-preview-market {
  padding: 0;
  border: 0;
  background: transparent;
}

.home-preview-market strong {
  color: #f4fffb;
  font-size: clamp(1.42rem, 1.9vw, 1.88rem);
  line-height: 1;
}

.home-preview-market em {
  color: #b8c9c4;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.home-edge-meter,
.home-probability-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.home-edge-meter span,
.home-probability-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #58e0c4, #9dffe8);
  box-shadow: 0 0 18px rgba(88, 224, 196, 0.24);
}

.home-preview-probability {
  display: grid;
  gap: 9px;
  padding: 14px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.06), rgba(244, 255, 251, 0.035)),
    rgba(0, 0, 0, 0.08);
}

.home-preview-probability > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 12px;
  align-items: center;
}

.home-preview-probability strong {
  color: #f4fffb;
  font-size: 1.18rem;
  line-height: 1;
}

.home-preview-probability i {
  display: block;
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.home-preview-probability i em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #58e0c4, #9dffe8);
  box-shadow: 0 0 18px rgba(88, 224, 196, 0.24);
}

.home-preview-probability i.home-probability-bar-draw em {
  background: linear-gradient(90deg, rgba(255, 207, 117, 0.72), rgba(255, 231, 165, 0.92));
}

.home-preview-probability i.home-probability-bar-away em {
  background: linear-gradient(90deg, rgba(77, 185, 245, 0.74), rgba(88, 224, 196, 0.94));
}

.home-preview-score-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.home-preview-score-strip span {
  display: grid;
  place-items: center;
  gap: 5px;
  min-height: 62px;
  padding: 10px 8px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.032)),
    rgba(0, 0, 0, 0.08);
}

.home-preview-score-strip strong {
  color: #f4fffb;
  font-size: clamp(1.18rem, 2vw, 1.56rem);
  font-variant-numeric: tabular-nums;
  font-weight: 950;
  line-height: 1;
}

.home-preview-score-strip small {
  color: #b8c9c4;
  font-size: 0.76rem;
  font-weight: 900;
}

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

.home-preview-proof-grid div {
  display: grid;
  gap: 8px;
  min-height: 68px;
  padding: 12px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.032)),
    rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.home-preview-proof-grid strong {
  color: var(--mint);
  font-size: 1.08rem;
  line-height: 1;
}

.home-probability-bar {
  grid-column: 1 / -1;
}

.home-probability-bar-market span {
  background: linear-gradient(90deg, #78908a, #b8c9c4);
  box-shadow: none;
}

.home-preview-token-list {
  gap: 8px;
}

.home-preview-token-list span {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  color: #e9fff9;
  background:
    linear-gradient(180deg, rgba(157, 255, 232, 0.12), rgba(157, 255, 232, 0.055)),
    rgba(244, 255, 251, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-product-preview-card > .button {
  min-height: 50px;
  width: 100%;
}

.home-action-grid {
  gap: 24px;
}

.home-action-card {
  min-height: 250px;
  padding: clamp(28px, 3vw, 40px);
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.98), rgba(9, 19, 17, 0.98));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
}

.home-action-card:hover,
.home-action-card:focus-visible {
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 255, 232, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.98), rgba(10, 24, 21, 0.98));
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(88, 224, 196, 0.24);
  transform: translateY(-4px);
}

.home-action-card strong {
  font-size: clamp(1.55rem, 2vw, 2.12rem);
  line-height: 1.12;
}

.home-action-card span:last-child {
  color: #b8c9c4;
  font-size: 1rem;
  line-height: 1.5;
}

.home-action-card-premium {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(24, 44, 36, 0.98), rgba(10, 20, 18, 0.98));
}

.home-prediction-desk-section,
.launch-capabilities-section {
  padding: clamp(28px, 4vw, 46px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(88, 224, 196, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(11, 23, 20, 0.78), rgba(7, 17, 15, 0.36));
}

.home-suite-section {
  display: grid;
  gap: 28px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 224, 196, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(11, 23, 20, 0.82), rgba(7, 17, 15, 0.42));
}

.home-suite-head {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.home-suite-head h2 {
  margin: 0;
  color: #f4fffb;
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  line-height: 1;
}

.home-suite-head p {
  margin: 0;
  color: #b8c9c4;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.58;
}

.home-suite-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.home-suite-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 220px;
  padding: 22px;
  border-radius: 22px;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.025)),
    rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.home-suite-card:hover,
.home-suite-card:focus-visible {
  transform: translateY(-3px);
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.075), rgba(244, 255, 251, 0.032)),
    rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.16), 0 18px 42px rgba(0, 0, 0, 0.18);
  outline: 0;
}

.home-suite-card span {
  color: #9dffe8;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-suite-card strong {
  color: #f4fffb;
  font-size: clamp(1.12rem, 1.35vw, 1.34rem);
  line-height: 1.18;
}

.home-suite-card p {
  margin: 0;
  color: #b8c9c4;
  font-size: 0.94rem;
  line-height: 1.5;
}

.home-built-section {
  display: grid;
  gap: 28px;
  padding: clamp(30px, 5vw, 56px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 0%, rgba(157, 255, 232, 0.1), transparent 34%),
    radial-gradient(circle at 94% 18%, rgba(88, 224, 196, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.92), rgba(7, 17, 15, 0.58));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.home-built-head {
  display: grid;
  gap: 14px;
  max-width: 920px;
}

.home-built-head h2 {
  margin: 0;
  color: #f4fffb;
  font-size: clamp(2.45rem, 5vw, 4.4rem);
  line-height: 1;
}

.home-built-head p {
  margin: 0;
  color: #b8c9c4;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.6;
}

.home-built-head strong {
  display: block;
  margin-top: 4px;
  color: #9dffe8;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.25;
}

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

.home-built-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 236px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.home-built-card:hover {
  transform: translateY(-3px);
  background: rgba(244, 255, 251, 0.06);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.14), 0 18px 44px rgba(0, 0, 0, 0.2);
}

.home-built-card span {
  color: #9dffe8;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-built-card strong {
  color: #f4fffb;
  font-size: clamp(1.2rem, 1.45vw, 1.48rem);
  line-height: 1.16;
}

.home-built-card p {
  margin: 0;
  color: #b8c9c4;
  font-size: 0.96rem;
  line-height: 1.55;
}

.home-built-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-built-stack span {
  min-height: 34px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.07);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.2;
}

.xog-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #f4fffb;
  background: rgba(244, 255, 251, 0.075);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.12);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.xog-pill-premium,
.xog-pill-strong {
  color: #04110e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 10px 24px rgba(88, 224, 196, 0.18);
}

.xog-pill-candidate {
  color: #9dffe8;
  background: rgba(88, 224, 196, 0.1);
}

.xog-pill-watch {
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.08);
}

.xog-pill-avoid {
  color: #ffd7ba;
  background: rgba(246, 179, 109, 0.12);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.16);
}

.xog-signal-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: 18px;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.025));
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.xog-signal-card-avoid {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.045), rgba(244, 255, 251, 0.02));
}

.xog-signal-head,
.xog-signal-main {
  display: grid;
  gap: 8px;
  align-content: start;
}

.xog-signal-head strong {
  color: #f4fffb;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  line-height: 1;
  text-transform: uppercase;
}

.xog-signal-head span:last-child {
  color: #b8c9c4;
  font-size: 0.9rem;
  font-weight: 800;
}

.xog-signal-main > span {
  color: #9dffe8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xog-signal-main strong {
  color: #f4fffb;
  font-size: clamp(1.12rem, 1.4vw, 1.42rem);
  line-height: 1.15;
}

.xog-signal-main p {
  margin: 0;
  color: #b8c9c4;
  line-height: 1.5;
}

.xog-signal-chip-row {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.xog-signal-chip-row span {
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.07);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}

.fixture-xog-verdict-section {
  margin-top: clamp(-12px, -1vw, -4px);
}

.fixture-xog-verdict {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(8, 18, 16, 0.98));
  box-shadow: 0 24px 78px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.fixture-xog-verdict-avoid {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(8, 18, 16, 0.98));
  box-shadow: 0 24px 78px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(246, 179, 109, 0.14);
}

.fixture-xog-verdict-main {
  display: grid;
  align-content: center;
  gap: 14px;
}

.fixture-xog-verdict-main h2 {
  max-width: 18ch;
  margin: 0;
  color: #f4fffb;
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1;
  letter-spacing: 0;
}

.fixture-xog-verdict-main p {
  max-width: 720px;
  margin: 0;
  color: #b8c9c4;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.5;
}

.fixture-xog-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.fixture-xog-chip-row span {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.075);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.2;
}

.fixture-tier-summary {
  display: grid;
  gap: 12px;
  max-width: 760px;
  padding: 17px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 255, 232, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.06), rgba(244, 255, 251, 0.026));
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.fixture-tier-summary-premium,
.fixture-tier-summary-pro {
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.58), rgba(244, 255, 251, 0.026));
  box-shadow:
    inset 0 0 0 1px rgba(88, 224, 196, 0.16),
    0 18px 48px rgba(0, 0, 0, 0.14);
}

.fixture-tier-summary-head {
  display: grid;
  gap: 6px;
}

.fixture-tier-summary-head strong {
  color: #f4fffb;
  font-size: clamp(1.12rem, 1.5vw, 1.38rem);
  line-height: 1.18;
}

.fixture-tier-summary p {
  margin: 0;
  color: #d8ebe6;
  font-size: 0.98rem;
  line-height: 1.55;
}

.fixture-tier-summary-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fixture-tier-summary-bullets span {
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.075);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
}

.fixture-tier-summary small {
  color: #78908a;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.fixture-telegram-template {
  display: grid;
  gap: 9px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(7, 17, 15, 0.42);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.fixture-telegram-template summary {
  cursor: pointer;
  color: #9dffe8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.fixture-telegram-template pre {
  overflow-x: auto;
  margin: 10px 0 0;
  white-space: pre-wrap;
  color: #d8ebe6;
  font: 800 0.84rem/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.fixture-proof-badge {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 12px;
  align-items: center;
  max-width: 560px;
  padding: 13px 15px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.fixture-proof-badge span,
.fixture-proof-badge small {
  color: #b8c9c4;
  font-size: 0.78rem;
  font-weight: 860;
  line-height: 1.3;
}

.fixture-proof-badge span {
  color: #9dffe8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-proof-badge strong {
  color: #f4fffb;
  font-size: 1rem;
  line-height: 1.15;
}

.fixture-proof-badge small {
  grid-column: 1 / -1;
}

.fixture-proof-badge-deploy,
.fixture-proof-badge-watch {
  background: rgba(88, 224, 196, 0.08);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.18);
}

.fixture-proof-badge-pending {
  background: rgba(246, 179, 109, 0.075);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.13);
}

.fixture-market-switcher {
  display: grid;
  gap: 12px;
  margin-top: 2px;
  padding: 14px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.05), rgba(244, 255, 251, 0.018)),
    rgba(7, 17, 15, 0.56);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.fixture-market-card-section > .fixture-market-switcher {
  margin: 0 0 16px;
}

.fixture-market-switcher-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
}

.fixture-market-switcher-head small {
  color: #b8c9c4;
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.35;
}

.fixture-market-switcher-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fixture-market-switch-chip {
  display: grid;
  gap: 5px;
  min-height: 92px;
  align-content: center;
  padding: 13px;
  border-radius: 17px;
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.055);
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.fixture-market-switch-chip:hover,
.fixture-market-switch-chip:focus-visible {
  transform: translateY(-2px);
  background: rgba(88, 224, 196, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(88, 224, 196, 0.24),
    0 16px 34px rgba(0, 0, 0, 0.2);
}

.fixture-market-switch-chip.is-active,
.fixture-market-switch-chip[aria-current="true"] {
  color: #06110f;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow:
    inset 0 0 0 1px rgba(157, 255, 232, 0.35),
    0 18px 42px rgba(88, 224, 196, 0.18);
}

.fixture-market-switch-chip span,
.fixture-market-switch-chip small {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.fixture-market-switch-chip small {
  color: inherit;
  opacity: 0.74;
}

.fixture-market-switch-chip strong {
  color: inherit;
  font-size: clamp(1.04rem, 1.4vw, 1.36rem);
  line-height: 1;
}

.fixture-market-switch-chip-avoid:not(.is-active) {
  color: #ffd7ba;
  background: rgba(246, 179, 109, 0.08);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.13);
}

.fixture-market-switch-chip-candidate:not(.is-active),
.fixture-market-switch-chip-strong:not(.is-active),
.fixture-market-switch-chip-premium:not(.is-active) {
  color: #9dffe8;
  background: rgba(88, 224, 196, 0.08);
}

.fixture-clarity-notice {
  display: grid;
  gap: 5px;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.fixture-clarity-notice span {
  color: #9dffe8;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.fixture-clarity-notice strong {
  color: #f4fffb;
  font-size: 0.96rem;
  line-height: 1.3;
}

.fixture-clarity-notice small {
  color: #b8c9c4;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.fixture-clarity-notice-avoid {
  background: rgba(246, 179, 109, 0.075);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.13);
}

.fixture-xog-verdict-metrics {
  display: grid;
  gap: 10px;
}

.fixture-xog-verdict-metrics > div {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.fixture-xog-verdict-metrics span {
  color: #78908a;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-xog-verdict-metrics strong {
  color: #f4fffb;
  font-size: clamp(1.18rem, 1.6vw, 1.6rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.fixture-xog-verdict-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fixture-xog-verdict-actions .button,
.fixture-xog-verdict-actions .ghost-button {
  min-height: 50px;
  border-radius: 14px;
}

.founder-proof-section {
  gap: 28px;
  margin-top: 0;
  padding: clamp(30px, 4vw, 52px);
  border: 0;
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(88, 224, 196, 0.14), transparent 34%),
    radial-gradient(circle at 98% 8%, rgba(246, 179, 109, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(11, 23, 20, 0.98), rgba(7, 17, 15, 0.98));
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.32);
}

.founder-proof-head h2 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.world-cup-founder-module {
  gap: 24px;
  padding-top: 0;
}

.world-cup-founder-copy,
.world-cup-founder-actions {
  padding: clamp(28px, 3vw, 42px);
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.13), transparent 38%),
    linear-gradient(135deg, rgba(20, 39, 32, 0.98), rgba(10, 22, 19, 0.98));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.world-cup-founder-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.world-cup-founder-copy p {
  max-width: 62ch;
  margin: 0;
  color: #b8c9c4;
  font-size: 1.06rem;
  line-height: 1.55;
}

.launch-capability-panel {
  gap: 20px;
}

.launch-capability-grid {
  gap: 14px;
}

.capability-pill {
  min-height: 92px;
  padding: 18px;
  border: 0;
  background: rgba(244, 255, 251, 0.052);
}

.capability-pill strong {
  color: #f4fffb;
  font-size: 1.08rem;
}

.capability-pill span {
  color: #b8c9c4;
  font-size: 0.86rem;
  line-height: 1.45;
}

.home-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 8px;
  border-top: 1px solid rgba(130, 255, 220, 0.1);
  color: #78908a;
  font-size: 0.9rem;
}

.home-footer span {
  color: #b8c9c4;
  font-weight: 850;
}

.home-footer a {
  color: #b8c9c4;
  text-decoration: none;
}

.home-footer a:hover,
.home-footer a:focus-visible {
  color: #9dffe8;
}

.home-ladder {
  display: grid;
  gap: 12px;
}

.ladder-card {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background: linear-gradient(180deg, rgba(18, 28, 24, 0.98), rgba(11, 19, 16, 0.98));
}

.ladder-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.ladder-card p {
  margin: 0;
  line-height: 1.55;
}

.ladder-card-elite {
  border-color: rgba(78, 222, 163, 0.26);
  box-shadow: inset 4px 0 0 rgba(78, 222, 163, 0.95);
}

.ladder-card-standard {
  border-color: rgba(48, 199, 255, 0.22);
  box-shadow: inset 4px 0 0 rgba(48, 199, 255, 0.85);
}

.ladder-card-soon {
  border-color: rgba(246, 179, 109, 0.22);
  box-shadow: inset 4px 0 0 rgba(246, 179, 109, 0.88);
}

.sample-board-head,
.dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.sample-board-grid {
  display: grid;
  gap: 12px;
}

.sample-row {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.sample-row strong {
  font-size: 1rem;
}

.sample-row-meta {
  display: grid;
  gap: 6px;
}

.sample-row-side {
  display: grid;
  justify-items: end;
  gap: 8px;
}

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

.data-stack strong {
  font-size: 1.1rem;
}

.dashboard-shell,
.results-highlight,
.premium-offer,
.offer-grid {
  display: grid;
  gap: 14px;
}

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

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

.results-highlight .panel {
  position: relative;
  overflow: hidden;
  min-height: 150px;
}

.results-highlight .panel::after {
  content: "";
  position: absolute;
  inset: auto -12% -32% 28%;
  height: 160px;
  background: radial-gradient(circle, rgba(78, 222, 163, 0.13), transparent 64%);
  pointer-events: none;
}

.results-highlight .panel strong {
  font-size: 2.2rem;
}

.verified-proof-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(88, 224, 196, 0.14);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 76% 20%, rgba(88, 224, 196, 0.16), transparent 28%),
    radial-gradient(circle at 14% 0%, rgba(48, 199, 255, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.94), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 34px 90px rgba(0, 0, 0, 0.34);
}

.verified-proof-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background:
    linear-gradient(rgba(157, 255, 232, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.06) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px;
  mask-image: radial-gradient(circle at 78% 34%, rgba(0, 0, 0, 0.88), transparent 70%);
}

.verified-proof-hero .hero-main,
.verified-proof-hero .hero-side {
  position: relative;
  z-index: 1;
}

.verified-proof-hero .hero-main {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.verified-proof-hero .hero-side {
  border-color: rgba(157, 255, 232, 0.14);
  background:
    linear-gradient(180deg, rgba(25, 51, 43, 0.84), rgba(11, 23, 20, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 60px rgba(0, 0, 0, 0.22);
}

.verified-proof-kpis .results-highlight .panel {
  min-height: 132px;
  padding: 24px;
  border-color: rgba(130, 255, 220, 0.1);
  background:
    linear-gradient(180deg, rgba(20, 39, 32, 0.9), rgba(12, 24, 20, 0.96));
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.2);
}

.verified-proof-kpis .results-highlight .panel strong {
  font-size: clamp(1.95rem, 3vw, 2.55rem);
}

.world-cup-results-queue-section .section-head {
  align-items: end;
  margin-bottom: 18px;
}

.world-cup-results-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 224, 196, 0.16), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(157, 255, 232, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.98), rgba(7, 17, 15, 0.98));
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
}

.world-cup-results-command h2 {
  margin: 6px 0 10px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.world-cup-results-command p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.world-cup-results-lifecycle {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.world-cup-results-lifecycle span {
  display: grid;
  gap: 6px;
  min-height: 118px;
  align-content: start;
  padding: 13px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.world-cup-results-lifecycle b {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  color: #07110f;
  background: var(--accent);
  font-size: 0.78rem;
}

.world-cup-results-lifecycle strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.1;
}

.world-cup-results-lifecycle small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.world-cup-results-command-actions {
  display: grid;
  gap: 9px;
  min-width: 174px;
}

.world-cup-results-queue-kpis {
  margin-bottom: 18px;
}

.world-cup-results-queue-list {
  display: grid;
  gap: 12px;
}

.world-cup-results-queue-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(190px, 0.9fr) minmax(180px, 0.8fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(20, 39, 32, 0.92), rgba(9, 18, 16, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 18px 52px rgba(0, 0, 0, 0.18);
}

.world-cup-results-queue-row-result_pending {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(24, 38, 31, 0.92), rgba(9, 18, 16, 0.98));
}

.world-cup-results-queue-row-scored {
  background:
    radial-gradient(circle at 100% 0%, rgba(80, 222, 163, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(20, 42, 33, 0.94), rgba(9, 18, 16, 0.98));
}

.world-cup-results-fixture,
.world-cup-results-state,
.world-cup-results-proof {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.world-cup-results-fixture .fixture-teamline {
  justify-content: flex-start;
}

.world-cup-results-fixture p,
.world-cup-results-state p,
.world-cup-results-proof p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.world-cup-results-state strong,
.world-cup-results-proof strong {
  color: var(--ink);
  line-height: 1.2;
}

.world-cup-results-actions {
  display: grid;
  gap: 8px;
  justify-items: stretch;
  min-width: 148px;
}

.world-cup-results-more-note {
  margin-top: 14px;
}

.market-proof-card {
  position: relative;
  overflow: hidden;
}

.market-proof-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.16);
}

.market-proof-card--good::before {
  background: var(--mint);
  box-shadow: 0 0 16px rgba(78, 222, 163, 0.42);
}

.market-proof-card--warn::before {
  background: var(--warning);
  box-shadow: 0 0 16px rgba(246, 179, 109, 0.35);
}

.market-proof-card--bad::before {
  background: var(--danger);
  box-shadow: 0 0 16px rgba(255, 139, 139, 0.32);
}

.market-proof-card--neutral::before {
  background: rgba(255, 255, 255, 0.18);
}

.verified-proof-card {
  display: grid;
  gap: 10px;
  min-height: 184px;
  padding: 24px;
  border-color: rgba(130, 255, 220, 0.09);
  background:
    radial-gradient(circle at 86% 12%, rgba(88, 224, 196, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.94), rgba(10, 20, 17, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 64px rgba(0, 0, 0, 0.22);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.verified-proof-card:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 224, 196, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 72px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(88, 224, 196, 0.08);
}

.verified-proof-card::before {
  width: 3px;
}

.verified-proof-card-label {
  color: var(--accent-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.verified-proof-card strong {
  margin-top: 6px;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.verified-proof-card-row {
  color: var(--ink);
  font-weight: 800;
}

.verified-proof-card-meta {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.verified-proof-ledger-section .section-head,
.verified-proof-source-section .section-head,
.verified-proof-market-section .section-head {
  margin-bottom: 18px;
}

.verified-proof-ledger-section .public-result-row {
  border-color: rgba(130, 255, 220, 0.12);
  background:
    linear-gradient(135deg, rgba(18, 34, 29, 0.94), rgba(9, 18, 16, 0.98));
}

.verified-proof-caveats .state-panel {
  border-color: rgba(246, 179, 109, 0.18);
  background:
    radial-gradient(circle at 90% 14%, rgba(246, 179, 109, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(20, 34, 29, 0.92), rgba(10, 20, 17, 0.98));
}

.proof-graph-panel {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(122, 148, 132, 0.18);
  background:
    linear-gradient(180deg, rgba(25, 37, 31, 0.98), rgba(15, 23, 19, 0.99));
  box-shadow: var(--shadow);
}

.proof-graph-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.proof-graph-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -0.05em;
}

.chart-legend {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.84rem;
}

.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.legend-dot-live {
  background: var(--mint);
  box-shadow: 0 0 14px rgba(78, 222, 163, 0.5);
}

.proof-chart-shell {
  padding: 18px 18px 12px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.12);
  background:
    linear-gradient(180deg, rgba(10, 16, 28, 0.86), rgba(10, 16, 28, 0.5)),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: auto, 100% 72px, 120px 100%;
}

.proof-chart {
  width: 100%;
  height: 300px;
}

.chart-baseline {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 2;
  stroke-dasharray: 8 10;
}

.chart-line {
  fill: none;
  stroke: url(#proofGlow);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(78, 222, 163, 0.22));
}

.chart-point {
  fill: var(--mint);
  stroke: rgba(6, 16, 24, 0.9);
  stroke-width: 3;
}

.chart-x-labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-proof-panel {
  border-color: rgba(78, 222, 163, 0.22);
  background:
    radial-gradient(circle at top right, rgba(78, 222, 163, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(24, 38, 32, 0.96), rgba(13, 24, 19, 0.98));
}

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

.result-window-panel {
  position: relative;
  overflow: hidden;
}

.result-window-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -48% 35%;
  height: 190px;
  background: radial-gradient(circle, rgba(80, 212, 174, 0.14), transparent 68%);
  pointer-events: none;
}

.result-window-panel h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  letter-spacing: 0;
}

.result-window-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.result-window-metrics span {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.result-window-metrics strong {
  font-size: 1.28rem;
}

.result-window-metrics small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
}

.public-result-list {
  display: grid;
  gap: 12px;
}

.public-result-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(160px, 0.75fr) minmax(150px, 0.65fr) minmax(180px, 0.8fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background: linear-gradient(135deg, rgba(22, 39, 31, 0.9), rgba(12, 19, 17, 0.96));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.public-result-row-won {
  border-color: rgba(80, 222, 163, 0.42);
  box-shadow:
    0 0 0 1px rgba(80, 222, 163, 0.2),
    0 0 24px rgba(80, 222, 163, 0.16),
    0 18px 52px rgba(40, 184, 130, 0.1);
}

.public-result-row-lost {
  border-color: rgba(255, 116, 82, 0.64);
  box-shadow:
    0 0 0 1px rgba(255, 116, 82, 0.22),
    0 0 28px rgba(255, 116, 82, 0.2),
    0 18px 52px rgba(246, 139, 109, 0.1);
}

.public-result-row-cashed {
  border-color: rgba(105, 202, 255, 0.48);
  box-shadow: 0 0 0 1px rgba(105, 202, 255, 0.12), 0 18px 52px rgba(105, 202, 255, 0.08);
}

.public-result-row-pending,
.public-result-row-void {
  border-color: rgba(105, 145, 190, 0.28);
  box-shadow:
    0 0 0 1px rgba(105, 145, 190, 0.1),
    0 18px 52px rgba(48, 86, 135, 0.06);
}

.public-result-row-observe {
  background: linear-gradient(135deg, rgba(22, 35, 35, 0.84), rgba(12, 18, 18, 0.94));
}

.public-result-row-action-avoid {
  background:
    radial-gradient(circle at 78% 0%, rgba(246, 179, 109, 0.09), transparent 30%),
    linear-gradient(135deg, rgba(22, 35, 35, 0.84), rgba(12, 18, 18, 0.94));
}

.public-result-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.public-result-main strong,
.public-result-pick strong,
.public-result-action strong,
.public-result-proof strong {
  display: block;
  font-size: 1.08rem;
}

.public-result-main p,
.public-result-signal span,
.public-result-pick span,
.public-result-action span,
.public-result-proof span {
  margin: 0;
}

.public-result-pick,
.public-result-signal,
.public-result-action,
.public-result-proof {
  display: grid;
  gap: 4px;
}

.public-result-narrative {
  display: grid;
  grid-column: 1 / -1;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 16px;
  color: var(--muted);
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.public-result-narrative p {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.5;
}

.public-result-proof-chip {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.2;
}

.public-result-proof-chip-included {
  color: #dfffee;
  background: rgba(80, 222, 163, 0.12);
  box-shadow: inset 0 0 0 1px rgba(80, 222, 163, 0.24);
}

.public-result-proof-chip-excluded {
  color: #ffd7ba;
  background: rgba(246, 179, 109, 0.1);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.18);
}

.results-public-hero-section,
.results-public-principles-section,
.results-public-validation-section,
.results-public-states-section,
.results-public-sample-section,
.results-public-founder-section,
.results-public-footer-note {
  position: relative;
}

.results-public-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.62fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: stretch;
  min-height: min(720px, calc(100vh - 116px));
  padding: clamp(28px, 6vw, 72px);
  border: 1px solid rgba(221, 255, 241, 0.13);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(6, 12, 10, 0.98), rgba(12, 30, 24, 0.96) 58%, rgba(5, 10, 9, 0.99)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 96px 100%;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.results-public-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%),
    linear-gradient(120deg, transparent 0 56%, rgba(88, 224, 196, 0.09) 56% 57%, transparent 57% 100%);
  pointer-events: none;
}

.results-public-hero-copy,
.results-public-proof-lock,
.results-public-sample-card {
  position: relative;
  z-index: 1;
}

.results-public-hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.results-public-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.results-public-lede,
.results-public-trust,
.results-public-sample-card p {
  max-width: 760px;
  margin: 0;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.62;
}

.results-public-campaign {
  max-width: 640px;
  margin: 0;
  color: var(--accent-2);
  font-size: clamp(1.18rem, 2.3vw, 1.7rem);
  font-weight: 900;
  line-height: 1.16;
}

.results-public-trust {
  color: var(--muted);
}

.results-public-proof-lock {
  align-self: end;
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(221, 255, 241, 0.14);
  border-radius: var(--radius-md);
  background: rgba(4, 11, 9, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.results-public-proof-lock strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.05;
}

.results-public-proof-lock p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.results-public-section-head {
  margin-bottom: 18px;
}

.results-public-principles-grid,
.results-public-validation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

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

.results-public-principle-card,
.results-public-validation-card,
.results-public-state-row,
.results-public-sample-card {
  border: 1px solid rgba(221, 255, 241, 0.12);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(20, 35, 29, 0.9), rgba(8, 16, 14, 0.98));
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
}

.results-public-principle-card,
.results-public-validation-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 20px;
}

.results-public-principle-card > span {
  color: var(--accent-2);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.results-public-principle-card strong,
.results-public-state-row strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.2;
}

.results-public-principle-card p,
.results-public-state-row p,
.results-public-validation-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.results-public-validation-card strong {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

.results-public-validation-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 850;
}

.results-public-state-list {
  display: grid;
  gap: 10px;
}

.results-public-state-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 18px 20px;
}

.results-public-sample-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
}

.results-public-sample-card h2 {
  max-width: 720px;
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 0.98;
}

.results-public-sample-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.results-public-footer-note {
  padding-top: 0;
}

.results-public-footer-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.results-public-footer-note a {
  color: var(--accent-2);
}

@media (max-width: 1080px) {
  .results-public-hero,
  .results-public-sample-card {
    grid-template-columns: 1fr;
  }

  .results-public-proof-lock {
    align-self: stretch;
  }

  .results-public-principles-grid,
  .results-public-validation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-public-sample-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .results-public-hero {
    min-height: auto;
    padding: 24px;
  }

  .results-public-hero h1 {
    font-size: clamp(2.55rem, 15vw, 4.2rem);
  }

  .results-public-principles-grid,
  .results-public-validation-grid {
    grid-template-columns: 1fr;
  }

  .results-public-state-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .results-public-sample-actions .button,
  .results-public-sample-actions .ghost-button {
    width: 100%;
  }
}

.results-proof-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 24px;
  align-items: end;
  padding: clamp(22px, 4vw, 34px);
  border-color: rgba(130, 255, 220, 0.16);
  background:
    radial-gradient(circle at 82% 12%, rgba(88, 224, 196, 0.14), transparent 32%),
    radial-gradient(circle at 10% 0%, rgba(246, 179, 109, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.96), rgba(7, 17, 15, 0.99));
}

.results-proof-command h1 {
  max-width: 840px;
  margin: 8px 0 12px;
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.results-proof-command p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.results-proof-command-questions {
  margin-top: 12px !important;
  color: var(--accent-2) !important;
  font-weight: 850;
}

.results-proof-command-meta {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 10px;
}

.results-proof-command-meta span,
.results-proof-card-fields span,
.results-proof-compare-row span {
  display: grid;
  gap: 5px;
  padding: 13px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.results-proof-command-meta b {
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1;
}

.results-proof-command-meta small,
.results-proof-card-fields small,
.results-proof-compare-row small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.results-proof-command-actions,
.results-proof-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.results-proof-command-actions {
  grid-column: 1 / -1;
}

.results-proof-card-grid,
.results-player-event-grid,
.results-exclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.results-proof-fixture-card,
.results-player-event-card,
.results-exclusion-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background:
    radial-gradient(circle at 90% 0%, rgba(88, 224, 196, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(18, 34, 29, 0.94), rgba(9, 18, 16, 0.98));
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
}

.results-proof-fixture-card-excluded {
  border-color: rgba(246, 179, 109, 0.24);
  background:
    radial-gradient(circle at 90% 0%, rgba(246, 179, 109, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(28, 35, 27, 0.94), rgba(10, 18, 16, 0.98));
}

.results-proof-fixture-card-pending {
  border-color: rgba(105, 145, 190, 0.28);
}

.results-proof-card-head {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.results-proof-card-head strong {
  display: block;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.18;
}

.results-proof-card-head p,
.results-player-event-card p,
.results-exclusion-card p,
.results-live-trail-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.results-proof-card-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.results-proof-card-fields b,
.results-proof-compare-row b {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.28;
}

.results-proof-compare-list,
.results-live-trail-list {
  display: grid;
  gap: 10px;
}

.results-proof-compare-row,
.results-live-trail-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(4, minmax(140px, 0.7fr));
  gap: 10px;
  align-items: center;
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.15);
  background: linear-gradient(135deg, rgba(18, 31, 27, 0.92), rgba(9, 18, 16, 0.98));
}

.results-proof-compare-row > strong {
  color: var(--ink);
  line-height: 1.2;
}

.results-live-trail-row {
  grid-template-columns: auto minmax(240px, 1fr) minmax(180px, 0.8fr) auto;
}

.results-exclusion-card strong,
.results-player-event-card strong {
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1;
}

.results-filter-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto auto;
  gap: 12px;
  align-items: end;
}

.result-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  min-width: 76px;
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-status-pill-won {
  color: #dfffee;
  border-color: rgba(80, 222, 163, 0.52);
  background: rgba(80, 222, 163, 0.14);
}

.result-status-pill-lost {
  color: #ffd5c9;
  border-color: rgba(246, 139, 109, 0.52);
  background: rgba(246, 139, 109, 0.14);
}

.result-status-pill-cashed {
  color: #def4ff;
  border-color: rgba(105, 202, 255, 0.52);
  background: rgba(105, 202, 255, 0.13);
}

.result-status-pill-pending,
.result-status-pill-void {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
}

.tier-panel {
  position: relative;
  overflow: hidden;
}

.tier-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.12);
}

.tier-elite::before {
  background: var(--mint);
  box-shadow: 0 0 16px rgba(78, 222, 163, 0.45);
}

.tier-standard::before {
  background: var(--teal);
  box-shadow: 0 0 16px rgba(48, 199, 255, 0.32);
}

.hero-main .proof-strip {
  margin-top: 22px;
}

.board-hero-copy {
  display: grid;
  gap: 10px;
}

.board-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.board-layout {
  display: grid;
  gap: 14px;
}

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

.cta-panel {
  display: grid;
  gap: 12px;
}

.hero-main .feature-list li,
.hero-main .method-list li {
  background: rgba(255, 255, 255, 0.02);
}

.footer-note {
  margin-top: 18px;
  font-size: 0.92rem;
  line-height: 1.6;
}

code {
  color: var(--mint);
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    monospace;
}

@media (max-width: 1080px) {
  .hero,
  .split,
  .split-tight,
  .pricing-grid,
  .results-highlight,
  .result-window-grid,
  .pricing-band,
  .world-cup-player-market-grid,
  .world-cup-founder-module {
    grid-template-columns: 1fr;
  }

  .results-highlight--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .world-cup-results-command {
    grid-template-columns: 1fr;
  }

  .world-cup-results-lifecycle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .world-cup-results-queue-row {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.8fr);
  }

  .world-cup-results-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .world-cup-nation-grid,
  .world-cup-nation-player-grid,
  .world-cup-nation-spotlight-grid,
  .world-cup-nation-fixture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .world-cup-nation-command-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-world-cup-command {
    grid-template-columns: 1fr;
  }

  .premium-signal-preview {
    grid-template-columns: 1fr;
  }

  .premium-intelligence-suite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .fantasy-workspace-persistent-grid,
  .fantasy-alert-suite > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fantasy-xog-support-preview,
  .fantasy-alert-suite {
    grid-template-columns: 1fr;
  }

  .dashboard-world-cup-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip,
  .stats-grid,
  .entity-surface-grid,
  .card-grid,
  .card-grid-compact,
  .dashboard-glance-grid,
  .dashboard-setup-grid,
  .followed-summary-grid,
  .account-command-grid,
  .alert-optin-grid,
  .fixture-market-card-grid,
  .fixture-player-event-grid,
  .fixture-tier-rail,
  .fixture-tier-gate,
  .proof-market-split,
  .locale-settings-grid,
  .delivery-control-grid,
  .device-trust-grid,
  .tier-visibility-grid,
  .locked-grid,
  .loading-skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .founder-proof-headline-grid,
  .founder-league-proof-grid,
  .founder-product-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-hero-main,
  .launch-founder-card {
    min-height: auto;
  }

  .launch-founder-side {
    padding: 0;
  }

  .fixture-stream-body-grid {
    grid-template-columns: 1fr;
  }

  .world-cup-bridge,
  .world-cup-bridge-preview,
  .world-cup-widget-row {
    grid-template-columns: 1fr;
  }

  .world-cup-bridge {
    border-radius: 24px;
    padding: 22px;
  }

  .public-result-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .compute-panel-head,
  .compute-row-read,
  .compute-row-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .fixture-detail-grid {
    grid-template-columns: 1fr;
  }

  .lineup-reference-grid,
  .lineup-empty-grid,
  .formation-pitch-grid,
  .formation-match-head,
  .fixture-rhythm-board,
  .standings-spotlight-grid,
  .fixture-prediction-section,
  .fixture-prediction-card-grid,
  .hero-verdict-strip,
  .intel-coverage-strip,
  .intel-coverage-grid,
  .market-posture-rail,
  .lineup-fallback-grid,
  .fixture-bench-list,
  .fixture-driver-grid,
  .fixture-market-suitability-grid,
  .fixture-player-metric-grid,
  .formation-mismatch-values,
  .team-form-results,
  .fixture-hero-media-section,
  .fixture-context-weather-section,
  .fixture-weather-card,
  .fixture-weather-metrics,
  .alert-optin-timing,
  .fixture-hero-score-row {
    grid-template-columns: 1fr;
  }

  .og-weather-badge-large {
    width: 108px;
    height: 108px;
    justify-self: start;
    border-radius: 28px;
  }

  .fixture-space-weather-head {
    align-items: flex-start;
  }

  .og-space-weather-badge {
    width: 108px;
    height: 108px;
    border-radius: 28px;
  }

  .og-space-weather-icon {
    width: 62px;
    height: 62px;
  }

  .fixture-faceoff-head,
  .fixture-faceoff-row,
  .fixture-player-matchup-head {
    grid-template-columns: 1fr;
  }

  .fixture-faceoff-head-away,
  .fixture-faceoff-side-away,
  .formation-match-team-away,
  .fixture-player-matchup-away {
    justify-content: flex-start;
    justify-items: start;
    text-align: left;
  }

  .fixture-rhythm-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .standings-reference-head,
  .standings-reference-row {
    grid-template-columns: 48px minmax(0, 1.5fr) 48px 54px 54px minmax(128px, 0.8fr);
  }

  .fixture-rhythm-balance {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .fixture-rhythm-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .fixture-faceoff-side-away {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .fixture-faceoff-side-away .fixture-faceoff-track {
    order: 2;
  }

  .fixture-faceoff-side-away strong {
    order: 1;
  }

  .hero-main h1 {
    max-width: none;
  }
}

@media (max-width: 780px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
  }

  .site-shell {
    width: 100vw;
    max-width: 100vw;
    overflow-x: clip;
    padding: 14px 14px 28px;
  }

  #app,
  .topbar {
    width: calc(100vw - 28px);
  }

  #app,
  .app-view,
  .site-shell > main,
  .section,
  .panel,
  .hero-main,
  .hero-side,
  .prediction-card,
  .state-panel,
  .loading,
  .fixture-xog-verdict,
  .matches-feed-filters,
  .x-feed-shell,
  .fantasy-command-panel,
  .account-command-card,
  .public-result-row {
    max-width: 100%;
    min-width: 0;
  }

  .site-shell > main,
  .app-view,
  .app-view > .hero,
  .app-view > .section {
    overflow-x: clip;
  }

  .matches-paywall-hero {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .matches-paywall-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .matches-paywall-actions {
    align-items: stretch;
  }

  .matches-paywall-actions .button,
  .matches-paywall-actions .ghost-button {
    width: 100%;
    justify-content: center;
    min-height: 46px;
  }

  .matches-paywall-card {
    align-content: start;
    padding: 16px;
  }

  .world-cup-nation-command {
    padding: 20px;
    border-radius: 24px;
  }

  .world-cup-nation-command-copy h2 {
    font-size: clamp(2.2rem, 14vw, 3.5rem);
  }

  .world-cup-nation-fixture-grid {
    grid-template-columns: 1fr;
  }

  .world-cup-nation-spotlight-grid {
    grid-template-columns: 1fr;
  }

  .world-cup-nation-spotlight-card {
    padding: 16px;
    border-radius: 22px;
  }

  .premium-signal-preview {
    padding: 20px;
    border-radius: 24px;
  }

  .premium-signal-preview-copy h2 {
    max-width: 9ch;
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .premium-signal-preview-fixture,
  .premium-signal-preview-players,
  .premium-signal-preview-actions {
    grid-template-columns: 1fr;
  }

  .premium-signal-preview-fixture {
    justify-items: center;
  }

  .premium-intelligence-suite-grid,
  .premium-suite-delivery-grid {
    grid-template-columns: 1fr;
  }

  .premium-intelligence-suite-card,
  .premium-intelligence-suite-card-wide {
    grid-column: span 1;
    min-height: auto;
    padding: 18px;
    border-radius: 20px;
  }

  .world-cup-nation-fixture-card .dashboard-teamline {
    grid-template-columns: 34px minmax(0, 1fr) auto 34px minmax(0, 1fr);
  }

  .topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: visible;
    gap: 8px 10px;
    padding: 10px;
    border-radius: 18px;
    align-items: center;
  }

  .brand {
    width: 100%;
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 0.78rem;
  }

  .brand-copy strong {
    display: block;
    max-width: 100%;
    font-size: 0.94rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-main,
  .nav-utility {
    display: none;
  }

  .mobile-nav-control {
    position: relative;
    z-index: 40;
    display: block;
    grid-column: auto;
    justify-self: end;
    width: auto;
    min-width: 0;
  }

  .mobile-nav-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    min-height: 42px;
    min-width: 0;
    place-content: center;
    border: 1px solid rgba(247, 246, 241, 0.2);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(2, 9, 7, 0.78);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    cursor: pointer;
  }

  .mobile-nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .mobile-nav-toggle:hover,
  .mobile-nav-toggle:focus-visible {
    border-color: rgba(157, 255, 232, 0.64);
    outline: none;
    box-shadow:
      0 0 0 3px rgba(157, 255, 232, 0.16),
      0 14px 34px rgba(0, 0, 0, 0.24);
  }

  .mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav-panel {
    position: fixed;
    z-index: 999;
    top: 74px;
    right: 14px;
    display: grid;
    width: min(320px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    padding: 12px;
    border: 1px solid rgba(247, 246, 241, 0.16);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(8, 22, 18, 0.995), rgba(1, 4, 4, 0.995)),
      #050807;
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.66);
    backdrop-filter: blur(18px);
    transform-origin: top right;
    animation: mobile-nav-open 160ms ease-out;
  }

  .mobile-nav-panel[hidden] {
    display: none;
  }

  .mobile-nav-kicker {
    display: inline-flex;
    width: fit-content;
    margin: 2px 6px 10px;
    padding: 4px 8px;
    border: 1px solid rgba(157, 255, 232, 0.28);
    border-radius: 999px;
    color: rgba(157, 255, 232, 0.86);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-nav-panel a,
  .mobile-nav-auth-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    width: 100%;
    padding: 0 10px;
    border: 0;
    border-top: 1px solid rgba(247, 246, 241, 0.1);
    border-radius: 0;
    color: #ffffff;
    background: transparent;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 840;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-nav-panel a::after,
  .mobile-nav-auth-link::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid rgba(157, 255, 232, 0.82);
    border-right: 1px solid rgba(157, 255, 232, 0.82);
    transform: rotate(45deg);
  }

  .mobile-nav-panel a:hover,
  .mobile-nav-panel a:focus-visible,
  .mobile-nav-auth-link:hover,
  .mobile-nav-auth-link:focus-visible {
    color: #9dffe8;
    outline: none;
    background: rgba(157, 255, 232, 0.06);
  }

  .hero-main,
  .hero-side,
  .panel,
  .prediction-card,
  .locked-card,
  .pricing-card,
  .sample-board,
  .proof-tile {
    padding: 18px;
  }

  .launch-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    max-width: 100%;
    min-width: 0;
  }

  .launch-hero-main {
    max-width: 100%;
    min-width: 0;
    padding: 26px 20px;
  }

  .launch-founder-card {
    max-width: 100%;
    min-width: 0;
    padding: 22px;
  }

  .home-product-preview-card {
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }

  .launch-system-title {
    font-size: clamp(0.82rem, 4.1vw, 1.05rem);
    line-height: 1.14;
  }

  .hero-main .launch-title {
    font-size: clamp(2.45rem, 11vw, 3.6rem);
    line-height: 0.98;
  }

  .launch-title span {
    display: block;
  }

  .mobile-break {
    display: block;
  }

  .launch-proof-lines {
    font-size: clamp(0.92rem, 4.3vw, 1.08rem);
  }

  .hero-proof-ticker,
  .hero-proof-secondary {
    grid-template-columns: 1fr;
  }

  .hero-proof-ticker span,
  .hero-proof-secondary span {
    min-height: 58px;
    padding: 12px 14px;
  }

  .launch-founder-headline span,
  .launch-founder-headline strong {
    font-size: clamp(1.72rem, 8.2vw, 2.38rem);
    line-height: 0.98;
  }

  .launch-window-title {
    font-size: clamp(1.55rem, 7.2vw, 2.12rem);
    line-height: 0.98;
  }

  .button-large,
  .launch-hero-actions .ghost-button {
    width: min(100%, 100%);
  }

  .topbar,
  #app,
  .launch-founder-side {
    max-width: 100%;
    min-width: 0;
  }

  .nav a {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .proof-strip,
  .stats-grid,
  .home-action-grid,
  .home-preview-metrics,
  .entity-surface-grid,
  .card-grid,
  .locked-grid,
  .loading-skeleton-grid,
  .signal-grid,
  .team-hero-intel-grid,
  .proof-strip-home,
  .fixture-market-card-grid,
  .fixture-player-event-grid,
  .fixture-tier-rail,
  .proof-market-split,
  .prediction-meta-grid,
  .dashboard-glance-grid,
  .followed-summary-grid,
  .account-home-status-grid,
  .account-attention-grid,
  .account-command-grid,
  .account-follow-search-panel,
  .account-world-cup-grid,
  .alert-optin-grid,
  .alert-optin-timing,
  .standings-table-head,
  .standings-row,
  .results-highlight--four,
  .result-window-grid,
  .result-window-metrics,
  .pricing-band {
    grid-template-columns: 1fr;
  }

  .account-home-status-head,
  .account-attention-head,
  .account-detail-drawer > summary {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .founder-proof-section {
    gap: 14px;
    padding: 18px;
    border-radius: 24px;
  }

  .founder-proof-head {
    gap: 14px;
  }

  .founder-proof-head .ghost-button {
    width: 100%;
  }

  .founder-league-proof-details > summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .founder-league-proof-details > summary small {
    text-align: left;
  }

  .founder-proof-headline-grid,
  .founder-league-proof-grid,
  .founder-product-proof-strip,
  .founder-league-proof-list {
    grid-template-columns: 1fr;
  }

  .home-preview-fixture,
  .home-preview-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-preview-kickoff {
    text-align: left;
  }

  .home-preview-fixture strong {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }

  .home-action-card {
    min-height: auto;
  }

  .founder-proof-headline-grid .proof-tile {
    min-height: 132px;
  }

  .founder-league-proof-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .founder-league-proof-head > span {
    text-align: left;
  }

  .locale-settings-head {
    flex-direction: column;
  }

  .delivery-control-head,
  .device-trust-head,
  .device-trust-recent-head,
  .account-device-card-head,
  .tier-visibility-head {
    display: grid;
  }

  .locale-settings-grid,
  .locale-settings-grid-compact,
  .delivery-control-grid,
  .device-trust-grid,
  .tier-visibility-grid {
    grid-template-columns: 1fr;
  }

  .device-trust-score {
    width: 100%;
    text-align: left;
  }

  .founder-league-proof-row span {
    white-space: normal;
  }

  .fixture-table-reference-head {
    flex-direction: column;
  }

  .standings-spotlight-stats {
    grid-template-columns: 1fr;
  }

  .standings-reference-head {
    display: none;
  }

  .standings-reference-row {
    grid-template-columns: 40px minmax(0, 1fr) repeat(3, minmax(42px, auto));
    gap: 8px;
  }

  .standings-reference-row .standings-form-sequence {
    grid-column: 1 / -1;
  }

  .proof-graph-head,
  .sample-row,
  .prediction-top,
  .prediction-call,
  .detail-row,
  .prediction-footer,
  .dashboard-card-top,
  .dashboard-glance-head,
  .followed-summary-head,
  .account-command-head,
  .alert-optin-head,
  .dashboard-head,
  .sample-board-head,
  .board-toolbar,
  .fixture-league-group-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .entity-breakdown-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .fixture-hero-meta,
  .lineup-team-head,
  .lineup-team-title {
    align-items: flex-start;
  }

  .fixture-hero-side-end,
  .fixture-hero-side,
  .fixture-hero-center {
    width: 100%;
    justify-items: start;
    text-align: left;
    justify-content: flex-start;
  }

  .fixture-hero-shell .hero-main {
    padding: 22px 18px;
  }

  .fixture-hero-score-row {
    gap: 18px;
  }

  .fixture-hero-side {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .fixture-hero-side-end {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .fixture-entity-link {
    max-width: 100%;
  }

  .fixture-hero-scoreboard-scoreboard .fixture-hero-side strong {
    font-size: clamp(1.85rem, 8.5vw, 2.25rem);
    line-height: 0.98;
  }

  .fixture-market-card {
    min-width: 0;
    min-height: auto;
    overflow: hidden;
    padding: 16px;
  }

  .fixture-market-outcome-row {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .fixture-market-outcome-row > div:nth-child(2) {
    justify-items: start;
    text-align: left;
  }

  .fixture-market-card-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .fixture-market-switcher-head {
    display: grid;
    align-items: start;
  }

  .fixture-market-switcher-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixture-market-card-meta b,
  .fixture-market-card-meta-access b {
    max-width: 100%;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .fixture-player-event-lock {
    grid-template-columns: 1fr;
  }

  .fixture-player-event-head {
    flex-direction: column;
  }

  .fixture-player-event-head > span,
  .player-event-candidate div:last-child {
    justify-items: start;
    text-align: left;
  }

  .player-event-candidate {
    grid-template-columns: 1fr;
  }

  .fixture-hero-meta-bottom {
    justify-content: flex-start;
  }

  .match-hero-badge {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }

  .dashboard-odds-grid {
    grid-template-columns: 1fr;
  }

  .fixture-stream-summary {
    grid-template-columns: 1fr;
  }

  .fixture-stream-summary-side {
    min-width: 0;
    justify-items: start;
    text-align: left;
  }

  .x-matches-page {
    width: 100%;
    padding-bottom: 174px;
  }

  .x-timeline-header {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 4px;
  }

  .x-next-kickoff {
    justify-items: start;
    text-align: left;
  }

  .x-search-bar {
    grid-template-columns: 1fr;
  }

  .matches-feed-filter-head {
    align-items: stretch;
    flex-direction: column;
  }

  .matches-feed-filter-actions {
    justify-content: flex-start;
  }

  .matches-feed-filter-actions .ghost-button,
  .matches-feed-filter-actions .text-link {
    min-height: 44px;
  }

  .matches-feed-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matches-feed-filter-grid select {
    min-height: 46px;
    font-size: 0.9rem;
  }

  .matches-world-cup-command-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matches-world-cup-next {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr;
  }

  .matches-world-cup-rail {
    grid-template-columns: 1fr;
  }

  .matches-feed-context {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 22px;
  }

  .matches-feed-context-copy h2 {
    font-size: clamp(1.42rem, 7vw, 1.9rem);
  }

  .matches-feed-lead-card .compact-button {
    width: 100%;
    justify-content: center;
  }

  .matches-typeahead {
    max-height: 52vh;
    border-radius: 14px;
  }

  .matches-typeahead-option {
    grid-template-columns: 1fr;
  }

  .matches-typeahead-option span {
    grid-row: auto;
  }

  .x-feed-post {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    padding: 16px 0;
  }

  .x-post-meta,
  .x-post-title-row,
  .x-post-actions,
  .x-feed-stats {
    flex-wrap: wrap;
  }

  .x-post-title-row {
    align-items: flex-start;
  }

  .x-post-main {
    gap: 10px;
  }

  .x-post-meta {
    gap: 8px;
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .x-feed-type-badge {
    min-height: 26px;
    font-size: 0.7rem;
  }

  .x-post-type-row,
  .x-post-signal-row small {
    font-size: 0.84rem;
  }

  .x-admin-avatar,
  .x-team-avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
  }

  .timeline-market-strip,
  .matches-feed-compact-grid,
  .x-post-context-grid,
  .x-post-mini-context,
  .x-post-signal-row,
  .world-cup-feed-scan,
  .timeline-metric-tiles,
  .timeline-market-read-grid {
    grid-template-columns: 1fr;
  }

  .matches-feed-compact-wide {
    grid-column: auto;
  }

  .matches-feed-compact-cell {
    min-height: 58px;
    padding: 10px;
  }

  .x-post-expand[open] {
    padding: 12px;
    border-radius: 18px;
    background: rgba(7, 17, 15, 0.56);
    box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
  }

  .timeline-market-button-row-ftr,
  .timeline-market-button-row-ou25,
  .timeline-market-button-row-btts {
    grid-template-columns: 1fr;
  }

  .timeline-market-chip {
    padding: 9px;
  }

  .timeline-market-button {
    grid-template-columns: 1fr;
    min-width: 0;
    min-height: 36px;
    padding: 8px;
  }

  .timeline-market-button span {
    white-space: normal;
  }

  .timeline-market-button b {
    min-width: 42px;
    text-align: left;
  }

  .paper-slip-dock {
    left: 9px;
    right: 9px;
    bottom: max(72px, calc(60px + env(safe-area-inset-bottom)));
  }

  .paper-slip-dock-bar {
    min-height: 58px;
    border-radius: 16px;
    gap: 7px;
  }

  .paper-slip-dock-bar > strong {
    display: none;
  }

  .paper-slip-dock-bar {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
  }

  .paper-slip-dock-open,
  .paper-slip-dock-clear {
    min-height: 32px;
    padding: 0 9px;
    font-size: 0.7rem;
  }

  .paper-slip-dock-open {
    max-width: 92px;
    white-space: normal;
    line-height: 1.05;
  }

  .paper-slip-dock-clear {
    display: none;
  }

  .paper-slip-dock-sheet {
    max-height: min(62vh, 520px);
    padding: 12px;
  }

  .paper-slip-dock-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .check-bet-health-visual,
  .check-bet-health-grid,
  .check-bet-settlement-timeline,
  .paper-slip-actions {
    grid-template-columns: 1fr;
  }

  .check-bet-health-stat {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .check-bet-health-stat i {
    grid-column: 1 / -1;
  }

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

  .timeline-tier-panel {
    padding: 12px;
  }

  .timeline-tier-panel-head {
    display: grid;
    gap: 4px;
  }

  .timeline-tier-panel-head strong {
    text-align: left;
  }

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

  .x-post-title-row {
    gap: 8px;
  }

  .x-post-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .x-post-actions .button,
  .x-post-actions .ghost-button {
    width: 100%;
  }

  .x-shortlist-panel {
    grid-template-columns: 1fr;
  }

  .x-shortlist-actions {
    justify-content: stretch;
  }

  .x-shortlist-actions .button,
  .x-shortlist-actions .ghost-button {
    width: 100%;
  }

  .paper-slip-head,
  .paper-slip-pick-main,
  .saved-paper-slip,
  .paper-slip-footer,
  .check-bet-score-metrics {
    grid-template-columns: 1fr;
  }

  .app-view[data-view="account"] .hero-main::after,
  .app-view[data-view="dashboard"] .hero-main::after,
  .app-view[data-view="premium"] .hero-main::after {
    display: none;
  }

  .premium-product-hero,
  .premium-product-hero .hero-main,
  .premium-product-hero .hero-side,
  .premium-proof-panel,
  .premium-proof-panel .results-highlight,
  .premium-proof-panel .results-highlight .panel {
    min-width: 0;
    max-width: 100%;
  }

  .premium-product-hero .hero-main,
  .premium-proof-panel .results-highlight .panel {
    overflow: hidden;
  }

  .account-paper-slip-summary,
  .account-saved-paper-slip-list,
  .saved-check-command-head,
  .saved-check-command-head > *,
  .saved-check-stats-grid,
  #dashboard-saved-checks,
  #dashboard-saved-checks .panel,
  #dashboard-saved-checks .intelligence-card,
  .saved-paper-slip-list,
  .saved-paper-slip,
  .saved-paper-slip > *,
  .saved-paper-slip-selection,
  .saved-paper-slip-ledger,
  .saved-paper-slip-stats,
  .saved-paper-slip-actions,
  .saved-paper-slip-selection-list,
  .slip-settlement-preview,
  .slip-settlement-preview > *,
  .slip-settlement-preview-leg {
    min-width: 0;
    max-width: 100%;
  }

  .paper-slip-panel,
  .paper-slip-pick,
  .saved-paper-slip,
  .check-bet-score-panel {
    border-radius: 18px;
    padding: 16px;
  }

  .check-bet-signal p,
  .check-bet-score-panel p {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .check-bet-score-metrics small {
    font-size: 0.72rem;
  }

  .paper-slip-math,
  .paper-slip-pick-odds,
  .paper-slip-return,
  .saved-paper-slip-stats {
    justify-items: start;
    text-align: left;
  }

  .saved-paper-slip-list {
    overflow: hidden;
  }

  .saved-paper-slip strong,
  .saved-paper-slip p,
  .saved-paper-slip span,
  .saved-paper-slip small,
  .saved-paper-slip b,
  .slip-status-chip,
  .slip-settlement-preview,
  .slip-settlement-preview *,
  #dashboard-saved-checks .intelligence-card,
  #dashboard-saved-checks .intelligence-card * {
    overflow-wrap: anywhere;
  }

  .slip-settlement-preview-counts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slip-settlement-preview-leg {
    grid-template-columns: 1fr;
  }

  .slip-status-chip-row {
    gap: 5px;
  }

  .slip-status-chip {
    min-width: 0;
    white-space: normal;
  }

  .saved-paper-slip-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }

  .saved-check-command-head {
    grid-template-columns: minmax(0, 1fr);
    padding: 14px;
  }

  .saved-check-command-head .cta-row,
  .saved-check-command-head .button,
  .saved-check-command-head .ghost-button {
    width: 100%;
  }

  .saved-paper-slip-actions button {
    width: 100%;
    min-width: 0;
    padding-inline: 8px;
  }

  .paper-slip-actions .button,
  .paper-slip-actions .ghost-button {
    width: 100%;
  }

  .dashboard-glance-card,
  .dashboard-tile,
  .dashboard-alert-card,
  .followed-summary-card,
  .account-command-card,
  .follow-control-card,
  .delivery-control-centre,
  .device-trust-centre,
  .delivery-control-card,
  .account-device-card {
    min-height: auto;
    height: auto;
    overflow: visible;
    padding: 18px;
    border-radius: 20px;
  }

  .dashboard-tile-grid,
  .dashboard-alert-grid,
  .dashboard-fixture-facts {
    grid-template-columns: 1fr;
  }

  .dashboard-alert-grid {
    margin-top: 14px;
  }

  .dashboard-badge {
    min-height: 26px;
    padding: 6px 9px;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .dashboard-alert-card-actions .compact-button,
  .dashboard-next-monitored .compact-button {
    width: 100%;
    justify-content: center;
  }

  .account-command-card small,
  .dashboard-glance-card small,
  .followed-summary-card small {
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .dashboard-glance-card strong,
  .followed-summary-card strong,
  .account-command-card strong {
    font-size: clamp(1.12rem, 5.1vw, 1.38rem);
    line-height: 1.22;
  }

  .dashboard-glance-card p,
  .followed-summary-card p,
  .account-command-card p,
  .followed-summary-head p:last-child,
  .dashboard-glance-head p:last-child,
  .account-command-head p:last-child {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .followed-preference-strip span {
    width: 100%;
    min-width: 0;
  }

  .follow-environment-panel {
    padding: 16px;
    border-radius: 22px;
  }

  .follow-environment-head,
  .follow-control-head {
    display: grid;
    text-align: left;
  }

  .follow-environment-score {
    width: 100%;
    text-align: left;
  }

  .follow-selected-chip-row span,
  .follow-suggestion-chip {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .delivery-control-actions,
  .account-device-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .delivery-control-actions .button,
  .delivery-control-actions .ghost-button,
  .account-device-actions .ghost-button,
  .device-trust-recent-head .ghost-button {
    width: 100%;
  }

  .account-device-meta {
    grid-template-columns: 1fr;
  }

  .x-bottom-nav {
    bottom: 10px;
    margin-top: 22px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: calc(100vw - 18px);
    padding: 7px;
    border-radius: 18px;
  }

  .x-bottom-nav a,
  .x-bottom-nav button {
    min-height: 40px;
    padding: 0 4px;
    font-size: 0.68rem;
  }

  .fantasy-squad-builder {
    grid-template-columns: 1fr;
  }

  .fantasy-august-command {
    padding: 20px;
    border-radius: 24px;
  }

  .fantasy-august-command-copy h2 {
    max-width: 9.5ch;
    font-size: clamp(2.2rem, 11vw, 3.4rem);
  }

  .fantasy-august-decision-grid,
  .fantasy-workspace-persistent-grid,
  .fantasy-xog-support-preview,
  .fantasy-alert-suite,
  .fantasy-alert-suite > div:last-child {
    grid-template-columns: 1fr;
  }

  .fantasy-august-decision-grid article {
    min-height: auto;
  }

  .fantasy-week-command,
  .fantasy-decision-grid,
  .fantasy-briefing-grid,
  .fantasy-draft-grid,
  .fantasy-chip-grid {
    grid-template-columns: 1fr;
  }

  .fantasy-week-command article,
  .fantasy-decision-card {
    min-height: auto;
  }

  .fantasy-week-command .fantasy-command-primary > div {
    align-items: center;
  }

  .fantasy-builder-title h2,
  .fantasy-squad-selection-head h2 {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .fantasy-squad-selection-head,
  .fantasy-squad-status,
  .fantasy-selected-drawer {
    flex-direction: column;
    align-items: stretch;
  }

  .fantasy-player-filter-bar,
  .fantasy-squad-meta,
  .fantasy-squad-selection-actions,
  .fantasy-selected-drawer,
  .fantasy-player-section-head,
  .fantasy-player-row {
    grid-template-columns: 1fr;
  }

  .fantasy-player-section-head span {
    display: none;
  }

  .fantasy-player-section-head strong {
    grid-column: auto;
  }

  .fantasy-player-row {
    position: relative;
    min-height: 86px;
    grid-template-columns: 40px 40px minmax(0, 1fr) 42px;
    padding-right: 52px;
  }

  .fantasy-player-info-button,
  .fantasy-player-add-button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .fantasy-player-row-price,
  .fantasy-player-row-points {
    grid-column: 3 / 4;
    justify-self: start;
  }

  .fantasy-player-row-points::after {
    content: " TP";
  }

  .fantasy-player-add-button {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
  }

  .fantasy-player-pagination {
    grid-template-columns: 1fr auto 1fr;
  }

  .fantasy-selected-actions {
    justify-content: flex-start;
  }

  .fantasy-selected-actions button {
    flex: 1 1 92px;
    min-height: 44px;
  }

  .fantasy-squad-pitch {
    min-height: 560px;
    padding: 68px 12px 24px;
    gap: 12px;
  }

  .fantasy-squad-position-gk {
    grid-template-columns: repeat(2, minmax(86px, 1fr));
  }

  .fantasy-squad-position-def,
  .fantasy-squad-position-mid {
    grid-template-columns: repeat(5, minmax(54px, 1fr));
    gap: 7px;
  }

  .fantasy-squad-position-fwd {
    grid-template-columns: repeat(3, minmax(70px, 1fr));
  }

  .fantasy-squad-slot {
    min-height: 96px;
    padding: 6px;
  }

  .fantasy-squad-slot .fantasy-player-identity {
    width: 38px;
    height: 38px;
  }

  .fantasy-squad-slot .fantasy-club-crest-overlay {
    right: -2px;
    bottom: -2px;
    width: 17px;
    height: 17px;
  }

  .fantasy-squad-slot .fantasy-club-crest-overlay b {
    font-size: 0.44rem;
  }

  .fantasy-squad-slot strong {
    font-size: 0.68rem;
    white-space: normal;
  }

  .fantasy-squad-slot small {
    display: none;
  }

  .fantasy-squad-pitch-banner {
    inset-inline: 3%;
    min-height: 44px;
    font-size: 0.95rem;
  }

  .chart-x-labels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-main h1 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .team-badge {
    width: 38px;
    height: 38px;
  }

  .team-name {
    font-size: 1.03rem;
  }

  .formation-pitch {
    min-height: 460px;
  }

  .formation-player {
    min-width: 68px;
    padding: 8px 8px 7px;
  }

  .formation-player-name {
    font-size: 0.82rem;
  }

  .formation-player-role {
    font-size: 0.68rem;
  }

  .prediction-edge {
    justify-items: start;
  }

  .sample-row-side {
    justify-items: start;
  }

  .compute-panel {
    padding: 18px;
  }

  .compute-row-top,
  .compute-row-fixture {
    flex-wrap: wrap;
  }

  .compute-row-team-home,
  .compute-row-team-away {
    margin: 0;
  }

  th,
  td {
    padding: 14px 12px;
  }
}

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

  .demo-account-head {
    display: grid;
  }

  .fantasy-command-grid,
  .fantasy-command-controls,
  .fantasy-command-centre-grid,
  .fantasy-decision-engine-panel,
  .fantasy-fix-flow-grid,
  .fantasy-alert-engine,
  .fantasy-transfer-intent-lanes,
  .fantasy-start-requirements,
  .fantasy-start-freshness,
  .fantasy-setup-locked-grid,
  .fantasy-gameweek-answer-grid,
  .fantasy-primary-decision-grid,
  .fantasy-support-decision-grid,
  .fantasy-strategy-posture,
  .fantasy-strategy-posture-grid,
  .fantasy-decision-strip,
  .fantasy-hub,
  .fantasy-preference-grid,
  .fantasy-follow-grid,
  .fantasy-search-grid,
  .fantasy-start-steps,
  .fantasy-rules-grid,
  .fantasy-import-row,
  .fantasy-impact-grid,
  .fantasy-transfer-rule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alert-dry-run-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fantasy-workbench {
    grid-template-columns: 1fr;
  }

  .fantasy-transfer-workspace {
    grid-template-columns: 1fr;
  }

  .follow-control-grid {
    grid-template-columns: 1fr;
  }

  .fantasy-page-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    justify-content: stretch;
    border-radius: 22px;
  }

  .fantasy-page-tabs a {
    flex: initial;
    min-width: 0;
    width: 100%;
    padding-inline: 8px;
    text-align: center;
  }

  .fantasy-pitch {
    min-height: 620px;
  }
}

@media (max-width: 620px) {
  .site-shell {
    padding-inline: 10px;
  }

  #app,
  .topbar {
    width: calc(100vw - 20px);
  }

  .section,
  .dashboard-head,
  .fixture-xog-verdict-section,
  .account-command-section {
    width: 100%;
  }

  .hero-main,
  .hero-side,
  .panel,
  .prediction-card,
  .pricing-card,
  .sample-board,
  .proof-tile,
  .matches-feed-filters,
  .fixture-xog-verdict,
  .state-panel,
  .loading,
  .public-result-row,
  .result-window-panel,
  .fantasy-command-panel,
  .account-command-card {
    height: auto;
    overflow: visible;
    padding: 16px;
    border-radius: 20px;
  }

  .pricing-hero,
  .pricing-founder-offer,
  .pricing-launch-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-hero {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .pricing-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .pricing-hero-copy > p:not(.hero-kicker):not(.section-copy):not(.pricing-terms-note) {
    max-width: 22ch;
    font-size: 1.45rem;
  }

  .pricing-hero-stats,
  .pricing-founder-feature-groups,
  .pricing-unlocks-grid,
  .pricing-trust-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-founder-offer {
    padding: 22px;
    border-radius: 24px;
  }

  .pricing-founder-list,
  .pricing-unlock-card,
  .pricing-trust-card {
    padding: 20px;
    border-radius: 18px;
  }

  .pricing-founder-main h2 {
    font-size: clamp(3rem, 17vw, 4.6rem);
  }

  .pricing-founder-why-card h2,
  .pricing-final-cta h2 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .pricing-advanced-tier-note {
    display: grid;
    gap: 10px;
    padding: 18px;
  }

  .pricing-advanced-tier-note strong {
    min-width: 0;
  }

  .pricing-comparison-drawer > summary {
    align-items: flex-start;
    min-height: auto;
    padding: 18px;
  }

  .pricing-comparison-drawer summary b {
    white-space: nowrap;
  }

  .pricing-final-terms {
    display: grid;
    gap: 8px;
  }

  .pricing-final-terms strong,
  .pricing-final-terms span {
    justify-content: flex-start;
    width: 100%;
    border-radius: 14px;
  }

  .demo-account-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-setup-head {
    display: grid;
  }

  .dashboard-setup-grid {
    grid-template-columns: 1fr;
  }

  .alert-dry-run-head {
    display: grid;
  }

  .alert-governance-strip {
    display: grid;
  }

  .alert-dry-run-grid {
    grid-template-columns: 1fr;
  }

  .matches-feed-filter-grid {
    grid-template-columns: 1fr;
  }

  .matches-feed-filter-actions,
  .matches-feed-filter-actions .ghost-button,
  .matches-feed-filter-actions .text-link {
    width: 100%;
  }

  .matches-feed-filter-actions {
    display: grid;
  }

  .matches-feed-modes {
    margin-inline: -2px;
    padding: 6px;
    border-radius: 18px;
  }

  .matches-feed-modes a {
    min-height: 42px;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .matches-feed-modes b {
    min-width: 22px;
    height: 22px;
  }

  .world-cup-results-queue-row,
  .world-cup-results-actions,
  .world-cup-results-lifecycle {
    grid-template-columns: 1fr;
  }

  .world-cup-results-queue-section .section-head {
    align-items: flex-start;
  }

  .world-cup-nation-grid,
  .world-cup-nation-player-grid {
    grid-template-columns: 1fr;
  }

  .world-cup-nation-directory-section .section-head {
    align-items: flex-start;
  }

  .dashboard-world-cup-metrics,
  .dashboard-world-cup-actions {
    grid-template-columns: 1fr;
  }

  .x-feed-post {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .x-team-avatar,
  .x-admin-avatar {
    width: 38px;
    height: 38px;
    font-size: 0.68rem;
  }

  .x-post-main h2 {
    font-size: clamp(1.14rem, 5.6vw, 1.38rem);
    line-height: 1.16;
  }

  .x-post-summary,
  .x-post-expand p,
  .fixture-stream-headline {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .x-post-signal-row {
    padding: 12px;
    border-radius: 16px;
  }

  .x-post-signal-row span {
    justify-content: center;
    min-height: 32px;
  }

  .x-feed-stats span,
  .x-feed-type-badge,
  .result-status-pill,
  .public-result-proof-chip,
  .fixture-route-pill,
  .fixture-state-pill,
  .xog-pill,
  .chip {
    white-space: normal;
    text-align: center;
  }

  .public-result-main {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
  }

  .public-result-row {
    gap: 13px;
  }

  .verified-proof-hero {
    padding: 14px;
    border-radius: 24px;
  }

  .verified-proof-hero .hero-main,
  .verified-proof-hero .hero-side,
  .verified-proof-card {
    padding: 16px;
  }

  .verified-proof-card {
    min-height: 148px;
  }

  .verified-proof-card strong {
    font-size: clamp(1.8rem, 12vw, 2.45rem);
  }

  .public-result-pick,
  .public-result-signal,
  .public-result-action,
  .public-result-proof {
    padding-top: 10px;
    border-top: 1px solid rgba(130, 255, 220, 0.08);
  }

  .public-result-main strong,
  .public-result-pick strong,
  .public-result-action strong,
  .public-result-proof strong {
    font-size: 1rem;
    line-height: 1.25;
  }

  .result-window-metrics span {
    padding: 12px;
  }

  .fixture-stream-card {
    padding: 14px;
    border-radius: 18px;
  }

  .fixture-stream-summary {
    gap: 12px;
  }

  .fixture-stream-summary-main {
    gap: 12px;
  }

  .fixture-teamline.dashboard-teamline {
    gap: 8px;
    font-size: clamp(1rem, 5vw, 1.22rem);
    line-height: 1.22;
  }

  .fixture-route-pill,
  .fixture-state-pill,
  .xog-pill,
  .chip {
    min-height: 30px;
    line-height: 1.2;
  }

  .fixture-xog-chip-row,
  .fixture-hero-meta-bottom,
  .fixture-market-card-meta {
    gap: 8px;
  }

  .fixture-proof-badge {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .fixture-market-switcher {
    padding: 12px;
    border-radius: 18px;
  }

  .fixture-market-switcher-row {
    grid-template-columns: 1fr;
  }

  .fixture-market-switch-chip {
    min-height: 66px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .fixture-market-switch-chip small {
    grid-column: 1 / -1;
  }

  .fixture-xog-verdict-main h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.12;
  }

  .fixture-xog-verdict-main p,
  .fixture-tier-summary p,
  .fixture-market-card-copy,
  .fixture-market-outcome-row small {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .fixture-tier-summary {
    padding: 14px;
    border-radius: 18px;
  }

  .fixture-telegram-template pre {
    font-size: 0.78rem;
  }

  .fixture-tier-summary-bullets span {
    width: 100%;
    white-space: normal;
  }

  .fixture-market-outcome-row {
    padding: 12px;
  }

  .fixture-market-outcome-row span,
  .fixture-market-outcome-row b {
    line-height: 1.25;
  }

  .demo-account-option {
    min-height: auto;
  }

  .fantasy-command-top,
  .fantasy-section-head {
    display: grid;
  }

  .fantasy-hero {
    gap: 12px;
  }

  .fantasy-hero .hero-main {
    gap: 15px;
    padding: 20px 18px;
  }

  .fantasy-hero .hero-main h1 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 12vw, 3.45rem);
  }

  .fantasy-hero .hero-main p {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .fantasy-hero .hero-side {
    display: none;
  }

  .fantasy-command-action {
    min-width: 0;
    padding: 12px 14px;
    text-align: left;
  }

  .fantasy-command-panel,
  .fantasy-product-decision-card,
  .fantasy-strategy-posture {
    border-radius: 20px;
    padding: 18px;
  }

  .fantasy-command-top h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .fantasy-command-summary {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .fantasy-primary-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fantasy-primary-actions .button,
  .fantasy-primary-actions .ghost-button {
    min-height: 46px;
  }

  .fantasy-product-decision-foot {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .fantasy-product-decision-card {
    min-height: auto;
  }

  .fantasy-product-decision-card strong {
    font-size: clamp(1.28rem, 7vw, 1.7rem);
    line-height: 1.14;
  }

  .fantasy-product-decision-card p,
  .fantasy-strategy-posture p {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .fantasy-strategy-posture-grid span {
    min-height: auto;
  }

  .fantasy-start-steps a {
    min-height: auto;
  }

  .fantasy-rules-guide > summary {
    min-height: 56px;
    padding: 0 16px;
    font-size: 0.86rem;
  }

  .fantasy-rules-grid {
    padding: 0 14px 14px;
  }

  .fantasy-command-grid,
  .fantasy-command-controls,
  .fantasy-command-centre-grid,
  .fantasy-fix-flow-grid,
  .fantasy-alert-engine,
  .fantasy-transfer-intent-lanes,
  .fantasy-start-requirements,
  .fantasy-gameweek-answer-grid,
  .fantasy-primary-decision-grid,
  .fantasy-support-decision-grid,
  .fantasy-strategy-posture,
  .fantasy-strategy-posture-grid,
  .fantasy-decision-strip,
  .fantasy-hub,
  .fantasy-preference-grid,
  .fantasy-follow-grid,
  .fantasy-workspace-status,
  .fantasy-search-simple,
  .fantasy-search-grid,
  .fantasy-start-steps,
  .fantasy-rules-grid,
  .fantasy-player-result,
  .fantasy-draft-grid,
  .fantasy-import-row,
  .fantasy-impact-grid,
  .fantasy-transfer-rule-grid,
  .fantasy-transfer-steps,
  .fantasy-transfer-builder-head,
  .fantasy-recent-transfer,
  .fantasy-saved-meta,
  .fantasy-account-review,
  .fantasy-sell-options,
  .fantasy-secondary-actions,
  .fantasy-chip-grid {
    grid-template-columns: 1fr;
  }

  .fantasy-saved-card-head,
  .fantasy-saved-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fantasy-saved-actions .button,
  .fantasy-saved-actions .ghost-button {
    width: 100%;
  }

  .fantasy-pitch {
    min-height: auto;
    padding: 18px 10px;
    border-radius: 22px;
  }

  .fantasy-pitch-line {
    min-height: auto;
  }

  .fantasy-player-card,
  .fantasy-bench-grid .fantasy-player-card {
    width: 100%;
    min-height: 136px;
    padding: 9px;
    border-radius: 14px;
    gap: 4px;
  }

  .fantasy-player-card .fantasy-player-identity-compact,
  .fantasy-player-row .fantasy-player-identity-compact,
  .fantasy-buy-card .fantasy-player-identity {
    width: 42px;
    height: 42px;
  }

  .fantasy-club-crest-overlay {
    width: 20px;
    height: 20px;
  }

  .fantasy-transfer-builder-head {
    grid-template-columns: 1fr;
  }

  .fantasy-buy-card {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .fantasy-buy-card small {
    grid-column: 2 / 3;
  }

  .fantasy-pitch-players,
  .fantasy-bench-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .fantasy-player-top span {
    min-width: 22px;
    min-height: 22px;
    font-size: 0.64rem;
  }

  .fantasy-player-card b {
    font-size: 0.82rem;
  }

  .fantasy-player-card > span:not(.fantasy-player-top):not(.fantasy-player-metrics),
  .fantasy-player-card small {
    font-size: 0.68rem;
  }

  .fantasy-player-card em {
    padding: 3px 6px;
    font-size: 0.56rem;
  }

  .fantasy-player-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fantasy-player-info-button,
  .fantasy-player-add-button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .fantasy-full-player-table {
    margin: 10px;
    max-width: calc(100% - 20px);
    overflow-x: auto;
  }

  .fantasy-full-player-table table {
    min-width: 720px;
  }

  .fantasy-page-tabs,
  .fantasy-strategy-strip,
  .fantasy-tabs {
    gap: 8px;
  }

  .fantasy-page-tabs a,
  .fantasy-strategy-strip button,
  .fantasy-tabs button,
  .fantasy-player-actions button {
    min-height: 44px;
  }

  .fantasy-player-result {
    padding: 13px;
  }

  .fantasy-intro-overlay {
    padding: 14px;
  }

  .fantasy-intro-card {
    gap: 16px;
    border-radius: 24px;
    padding: 22px;
  }

  .fantasy-intro-card h2 {
    max-width: 11ch;
  }

  .fantasy-intro-routes a {
    min-height: 50px;
    padding: 0 16px;
    font-size: 0.98rem;
  }

  .fantasy-intro-actions {
    grid-template-columns: 1fr;
  }

  .fantasy-follow-row {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .fantasy-follow-row button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .fantasy-avatar {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .fantasy-player-result-main strong {
    font-size: 1rem;
  }

  .fantasy-player-result-main span,
  .fantasy-player-result-main p {
    font-size: 0.86rem;
  }
}

@media (max-width: 1080px) {
  .app-view[data-view="home"] {
    gap: 56px;
  }

  .launch-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 56px 34px;
  }

  .hero-main .launch-title {
    max-width: 12ch;
  }

  .home-product-preview-card {
    min-height: auto;
  }

  .home-sample-signal-section {
    grid-template-columns: 1fr;
  }

  .home-sample-signal-copy {
    max-width: 760px;
  }

  .home-action-grid {
    grid-template-columns: 1fr;
  }

  .home-paid-desk-panel {
    grid-template-columns: 1fr;
  }

  .home-access-grid {
    grid-template-columns: 1fr;
  }

  .launch-capabilities-head {
    margin-bottom: 4px;
  }

  .og-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 821px) and (max-width: 1080px) {
  .og-signal-flow-canvas {
    grid-template-columns: minmax(0, 0.88fr) minmax(200px, 0.66fr) minmax(0, 1fr);
    gap: 18px;
    min-height: 350px;
    padding: 24px;
  }

  .og-flow-chip {
    min-height: 42px;
    padding: 10px 12px;
  }

  .og-flow-engine {
    min-height: 240px;
    padding: 18px;
  }

  .og-flow-engine-mark {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 780px) {
  .app-view[data-view="home"] {
    gap: 48px;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .launch-hero {
    width: 100%;
    max-width: 100%;
    padding: 48px 20px;
    border-radius: 26px;
  }

  .launch-hero-copy,
  .launch-proof-lines,
  .home-hero-prediction-groups,
  .hero-credibility-row,
  .hero-proof-stack,
  .hero-proof-ticker,
  .launch-hero-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .launch-proof-lines strong {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .home-hero-prediction-groups {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: calc(100vw - 72px);
  }

  .home-hero-prediction-groups article {
    padding: 12px;
  }

  .home-hero-prediction-groups p {
    font-size: 0.82rem;
    overflow-wrap: anywhere;
  }

  .hero-main .launch-title {
    max-width: 11.6ch;
    font-size: clamp(2.05rem, 8.8vw, 2.75rem);
    line-height: 1;
  }

  .launch-title .no-wrap {
    display: block;
    color: inherit;
  }

  .launch-system-title {
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 0.76rem;
  }

  .launch-proof-lines {
    max-width: 100%;
    font-size: 1rem;
  }

  .launch-edge-line {
    font-size: clamp(1.12rem, 5.8vw, 1.45rem);
  }

  .hero-proof-ticker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: calc(100vw - 72px);
  }

  .hero-credibility-row {
    grid-template-columns: 1fr;
    max-width: calc(100vw - 72px);
  }

  .hero-credibility-row article {
    min-height: auto;
  }

  .hero-proof-ticker span:last-child {
    grid-column: 1 / -1;
  }

  .hero-proof-ticker span {
    min-height: 58px;
    padding-left: 8px;
    font-size: 0.68rem;
    overflow: hidden;
  }

  .hero-proof-ticker strong {
    font-size: 1.08rem;
  }

  .launch-hero-actions {
    order: 4;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-proof-stack {
    order: 5;
  }

  .launch-hero .footer-note {
    order: 6;
  }

  .launch-hero .button,
  .launch-hero .ghost-button {
    width: 100%;
  }

  .home-product-preview-card {
    padding: 24px;
    border-radius: 24px;
  }

  .home-preview-top,
  .home-preview-fixture,
  .home-preview-fixture-meta,
  .home-preview-market,
  .home-preview-probability,
  .home-preview-score-strip,
  .home-preview-proof-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-preview-fixture {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .home-preview-team-away {
    justify-items: start;
    text-align: left;
  }

  .home-preview-versus {
    display: none;
  }

  .home-preview-probability > div {
    grid-template-columns: 1fr;
  }

  .pricing-matrix-shell {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pricing-matrix {
    min-width: 660px;
  }

  .home-action-card {
    min-height: auto;
    padding: 24px;
  }

  .home-suite-section {
    padding: 22px;
    border-radius: 24px;
  }

  .home-suite-grid {
    grid-template-columns: 1fr;
  }

  .home-suite-card {
    min-height: auto;
    padding: 22px;
  }

  .home-paid-desk-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .home-paid-desk-points {
    grid-template-columns: 1fr;
  }

  .home-preview-proof-grid {
    grid-template-columns: 1fr;
  }

  .home-access-card {
    min-height: auto;
  }

  .home-access-head h2,
  .home-final-cta h2 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .home-final-cta {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .launch-capabilities-head h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .launch-capabilities-head p {
    font-size: 1rem;
  }

  .og-signal-flow-section {
    gap: 18px;
  }

  .og-signal-flow-head h2 {
    font-size: clamp(2.7rem, 13vw, 4.15rem);
  }

  .og-signal-flow-head strong {
    font-size: clamp(1.2rem, 6vw, 1.65rem);
  }

  .og-signal-flow-canvas {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
    border-radius: 24px;
  }

  .og-signal-flow-canvas::after {
    display: none;
  }

  .og-flow-engine {
    min-height: 168px;
    border-radius: 22px;
  }

  .og-flow-chip {
    min-height: 44px;
    border-radius: 16px;
  }

  .og-flow-input-chip::after {
    display: none;
  }

  .og-flow-stream {
    display: none;
  }

  .og-flow-proof-loop {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 4px;
    text-align: center;
  }

  .og-flow-proof-loop b {
    width: 100%;
  }

  .og-flow-steps {
    grid-template-columns: 1fr;
  }

  .og-flow-steps {
    grid-template-columns: 1fr;
  }

  .home-prediction-desk-section,
  .launch-capabilities-section,
  .founder-proof-section {
    padding: 22px;
    border-radius: 24px;
  }

  .fixture-xog-verdict {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 24px;
  }

  .state-panel,
  .loading {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 24px;
  }

  .state-panel-meta,
  .loading-skeleton-grid {
    grid-template-columns: 1fr;
  }

  .state-panel-compact .state-panel-meta {
    grid-template-columns: 1fr;
  }

  .state-panel .cta-row,
  .state-panel .button,
  .state-panel .ghost-button {
    width: 100%;
  }

  .fixture-xog-verdict-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fixture-xog-verdict-actions .button,
  .fixture-xog-verdict-actions .ghost-button {
    width: 100%;
  }

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

  .app-view[data-view="home"] .section-head h2,
  .app-view[data-view="home"] .section-head h3,
  .founder-proof-head h2,
  .world-cup-founder-copy h2 {
    font-size: clamp(1.85rem, 8vw, 2.55rem);
  }

  .world-cup-founder-module {
    grid-template-columns: 1fr;
  }

  .home-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

.world-cup-fixture-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(88, 224, 196, 0.16), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(157, 255, 232, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.96), rgba(7, 17, 15, 0.98));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.world-cup-fixture-hero-match {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(18px, 4vw, 48px);
  align-items: center;
  margin: 18px 0 16px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 28px;
  background: rgba(244, 255, 251, 0.035);
}

.world-cup-fixture-hero-match > span {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(130, 255, 220, 0.16);
  border-radius: 50%;
  color: var(--accent);
  background: rgba(130, 255, 220, 0.07);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-fixture-hero-team {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-width: 0;
  text-align: center;
}

.world-cup-fixture-hero-team strong {
  max-width: 100%;
  color: var(--text);
  font-size: clamp(2.15rem, 5.4vw, 4.7rem);
  font-weight: 950;
  line-height: 0.95;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.world-cup-fixture-hero-settled .world-cup-fixture-hero-match > span {
  width: auto;
  height: auto;
  min-width: 0;
  border: 0;
  border-radius: 0;
  color: #ffe1a6;
  background: transparent;
  box-shadow: none;
  font-size: clamp(2.25rem, 6vw, 4.8rem);
  font-weight: 950;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 24px rgba(246, 179, 109, 0.26);
}

.result-stamp {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 0;
  padding: 6px 10px;
  border: 1px solid rgba(130, 255, 220, 0.14);
  border-radius: 8px;
  color: var(--text-secondary);
  background: rgba(244, 255, 251, 0.045);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.result-stamp.is-settled-correct,
.score-tile-landed {
  border-color: rgba(246, 179, 109, 0.48);
  background:
    radial-gradient(circle at 20% 0%, rgba(246, 179, 109, 0.22), transparent 52%),
    rgba(246, 179, 109, 0.075);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.18);
}

.result-stamp.is-settlement-pending {
  border-color: rgba(105, 145, 190, 0.34);
  color: #c8dcff;
  background: rgba(105, 145, 190, 0.11);
}

.fixture-settlement-stamp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.fixture-settlement-summary {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(246, 179, 109, 0.2);
  border-radius: 12px;
  background: rgba(246, 179, 109, 0.075);
}

.fixture-settlement-summary strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.25;
}

.fixture-settlement-summary small {
  color: var(--text-muted);
  font-weight: 850;
}

.world-cup-fixture-hero-badge {
  width: clamp(62px, 7vw, 92px);
  height: clamp(62px, 7vw, 92px);
}

.world-cup-fixture-hero h1 {
  margin-top: 18px;
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 0.98;
}

.world-cup-fixture-hero h1.sr-only {
  margin: -1px;
  font-size: 1px;
  line-height: 1;
}

.world-cup-fixture-hero-outcome {
  display: block;
  margin: 0 0 12px;
  color: var(--accent);
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
  font-weight: 950;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.world-cup-fixture-hero-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.world-cup-fixture-hero-strip span {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 16px;
  background: rgba(7, 17, 15, 0.46);
}

.world-cup-fixture-hero-strip small {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.world-cup-fixture-hero-strip strong {
  overflow: hidden;
  color: var(--text);
  font-size: clamp(0.92rem, 1.5vw, 1.08rem);
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-alt-market-panel,
.world-cup-market-board,
.world-cup-rating-panel,
.world-cup-unit-panel {
  background: linear-gradient(180deg, rgba(16, 31, 27, 0.96), rgba(11, 23, 20, 0.94));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.26);
}

.world-cup-environment-section {
  margin-top: clamp(10px, 1.6vw, 18px);
}

.world-cup-environment-section .fixture-weather-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.world-cup-weather-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(217, 184, 107, 0.28);
  border-radius: 999px;
  background: rgba(7, 17, 15, 0.5);
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.world-cup-environment-section .fixture-weather-copy {
  min-width: 0;
}

.world-cup-environment-section .world-cup-venue-burden-badge {
  display: inline-grid;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  width: clamp(132px, 10vw, 156px);
  height: clamp(132px, 10vw, 156px);
  place-items: center;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(217, 184, 107, 0.26);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 30%, rgba(217, 184, 107, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(9, 23, 25, 0.98), rgba(12, 34, 31, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 14px 36px rgba(0, 0, 0, 0.2);
}

.world-cup-venue-burden-badge svg {
  width: 84px;
  height: 84px;
  overflow: visible;
}

.world-cup-venue-burden-badge span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.world-cup-environment-section .fixture-weather-metrics,
.world-cup-environment-section .fixture-weather-notes {
  grid-column: 1 / -1;
}

.world-cup-environment-section .fixture-weather-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.world-cup-venue-sun {
  fill: rgba(217, 184, 107, 0.18);
  stroke: #d9b86b;
  stroke-width: 4;
}

.world-cup-venue-ray,
.world-cup-venue-heat {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.world-cup-venue-ray {
  stroke: #d9b86b;
  stroke-width: 5;
}

.world-cup-venue-heat {
  stroke: #e58a84;
  stroke-width: 6;
}

.world-cup-lineup-bridge {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  overflow: hidden;
}

.world-cup-lineup-bridge > .formation-pitch-card {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.world-cup-lineup-bridge .formation-match-head {
  padding: 0;
}

.world-cup-lineup-inner-panel {
  background: rgba(255, 255, 255, 0.025);
}

.world-cup-market-board {
  display: grid;
  gap: 18px;
}

.world-cup-route-clarity {
  display: grid;
  gap: 20px;
  background:
    radial-gradient(circle at 14% 0%, rgba(88, 224, 196, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(11, 23, 20, 0.95));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.world-cup-route-clarity-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.world-cup-route-clarity-grid div,
.world-cup-route-clarity-note {
  display: grid;
  gap: 7px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.045);
}

.world-cup-route-clarity-grid span,
.world-cup-route-clarity-note span,
.world-cup-context-warning span {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.world-cup-route-clarity-grid strong,
.world-cup-route-clarity-note strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.28;
}

.world-cup-route-clarity-note {
  border: 1px solid rgba(130, 255, 220, 0.1);
}

.world-cup-editorial-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
  padding: clamp(24px, 3.2vw, 42px);
  background:
    radial-gradient(circle at 10% 0%, rgba(88, 224, 196, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(9, 20, 18, 0.95));
}

.world-cup-editorial-preview-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.world-cup-editorial-preview-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.98;
}

.world-cup-editorial-preview-copy p {
  max-width: 92ch;
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.62;
}

.world-cup-editorial-context {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.world-cup-editorial-context span {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 20px;
  background: rgba(244, 255, 251, 0.038);
}

.world-cup-editorial-context small {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.world-cup-editorial-context strong {
  max-width: 98ch;
  color: var(--text);
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  font-weight: 760;
  line-height: 1.55;
}

.world-cup-editorial-verdict {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.world-cup-editorial-verdict span {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(130, 255, 220, 0.11);
  border-radius: 16px;
  background: rgba(7, 17, 15, 0.48);
}

.world-cup-editorial-verdict small {
  color: var(--text-muted);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.world-cup-editorial-verdict strong {
  overflow: hidden;
  color: var(--text);
  font-size: clamp(0.92rem, 1.35vw, 1.06rem);
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-evidence-disclosure {
  display: grid;
  gap: 18px;
}

.world-cup-evidence-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  cursor: pointer;
}

.world-cup-evidence-disclosure summary::-webkit-details-marker {
  display: none;
}

.world-cup-evidence-disclosure summary > span {
  display: grid;
  gap: 6px;
}

.world-cup-evidence-disclosure summary strong {
  color: var(--text);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.world-cup-evidence-disclosure summary b {
  flex: 0 0 auto;
  padding: 10px 13px;
  border: 1px solid rgba(130, 255, 220, 0.16);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(88, 224, 196, 0.07);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.world-cup-evidence-disclosure > .section-copy {
  max-width: 78ch;
}

.world-cup-evidence-disclosure .details-label-open,
.world-cup-evidence-disclosure[open] .details-label-closed {
  display: none;
}

.world-cup-evidence-disclosure[open] .details-label-open {
  display: inline;
}

.world-cup-evidence-disclosure .world-cup-route-clarity-section,
.world-cup-evidence-disclosure > .section,
.world-cup-evidence-disclosure .section {
  margin: 18px 0 0;
}

.world-cup-evidence-disclosure > .panel,
.world-cup-evidence-disclosure > article,
.world-cup-evidence-disclosure > .split,
.world-cup-evidence-disclosure > details {
  margin-top: 18px;
}

.world-cup-decision-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.25fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
  background:
    radial-gradient(circle at 8% 8%, rgba(132, 255, 224, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(22, 44, 37, 0.96), rgba(7, 17, 15, 0.94));
  border-color: rgba(132, 255, 224, 0.18);
}

.world-cup-fixture-section-nav {
  position: sticky;
  top: 10px;
  z-index: 20;
  display: flex;
  gap: 8px;
  align-items: center;
  margin: clamp(14px, 2vw, 22px) 0;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 999px;
  background: rgba(5, 15, 14, 0.82);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  -webkit-overflow-scrolling: touch;
}

.world-cup-fixture-section-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(244, 255, 251, 0.035);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.world-cup-fixture-section-nav a:hover,
.world-cup-fixture-section-nav a:focus-visible {
  color: var(--accent);
  border-color: rgba(132, 255, 224, 0.36);
  background: rgba(132, 255, 224, 0.08);
}

.world-cup-match-centre-section {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
}

.world-cup-match-centre-tabs {
  display: flex;
  gap: 8px;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 999px;
  background: rgba(6, 18, 16, 0.7);
  -webkit-overflow-scrolling: touch;
}

.world-cup-match-centre-tab {
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(244, 255, 251, 0.035);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}

.world-cup-match-centre-tab:hover,
.world-cup-match-centre-tab:focus-visible,
.world-cup-match-centre-tab.is-active {
  color: var(--text);
  border-color: rgba(132, 255, 224, 0.34);
  background:
    linear-gradient(135deg, rgba(132, 255, 224, 0.16), rgba(132, 255, 224, 0.045)),
    rgba(244, 255, 251, 0.04);
}

.world-cup-match-centre-panels {
  display: grid;
  gap: 12px;
}

.world-cup-match-centre-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  min-height: 100%;
  padding: 16px;
  border: 1px solid rgba(132, 255, 224, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.056), rgba(255, 255, 255, 0.018)),
    rgba(7, 18, 16, 0.78);
  box-shadow: inset 0 0 0 1px rgba(132, 255, 224, 0.045);
}

.world-cup-match-centre-card[hidden] {
  display: none;
}

.world-cup-match-centre-card.is-active {
  min-height: 340px;
}

.world-cup-match-centre-card-primary {
  border-color: rgba(132, 255, 224, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(132, 255, 224, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(7, 18, 16, 0.82);
}

.world-cup-match-centre-card-context {
  border-color: rgba(160, 201, 255, 0.16);
}

.world-cup-match-centre-card-pending {
  border-color: rgba(255, 217, 140, 0.16);
}

.world-cup-match-centre-card-head {
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: space-between;
  min-width: 0;
}

.world-cup-match-centre-card-head b {
  flex: 0 0 auto;
  max-width: 58%;
  padding: 6px 9px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(132, 255, 224, 0.065);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.world-cup-match-centre-card > strong {
  color: var(--text);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.18;
}

.world-cup-match-centre-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.48;
}

.world-cup-match-centre-facts {
  display: grid;
  gap: 8px;
}

.world-cup-match-centre-facts span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(132, 255, 224, 0.08);
  border-radius: 12px;
  background: rgba(244, 255, 251, 0.035);
}

.world-cup-match-centre-facts small {
  color: var(--text-muted);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-match-centre-facts em {
  color: var(--text);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.world-cup-match-centre-bridge-row,
.fixture-player-tray-chip-row,
.fixture-player-tray-windows {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.world-cup-match-centre-bridge-row a,
.fixture-player-tray-chip-row span,
.fixture-player-tray-windows button {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(244, 255, 251, 0.045);
  font-size: 0.7rem;
  font-weight: 900;
  text-decoration: none;
}

.fixture-match-centre-pending-shell,
.fixture-player-intelligence-empty {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.09);
  border-radius: 16px;
  background: rgba(5, 12, 11, 0.34);
}

.fixture-match-centre-pending-shell strong,
.fixture-player-intelligence-empty strong {
  color: var(--text);
  font-size: 0.95rem;
}

.fixture-lineups-contract-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.fixture-events-contract-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.fixture-h2h-contract-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.fixture-player-stats-context-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.11);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(132, 255, 224, 0.085), transparent 34%),
    rgba(5, 12, 11, 0.36);
}

.fixture-team-stats-summary-strip,
.fixture-momentum-summary-strip,
.fixture-commentary-summary-strip,
.player-event-receipt-summary-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  margin-top: 12px;
}

.fixture-team-stats-summary-strip span,
.fixture-momentum-summary-strip span,
.fixture-commentary-summary-strip span,
.player-event-receipt-summary-strip span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(132, 255, 224, 0.09);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(132, 255, 224, 0.055), transparent 58%),
    rgba(244, 255, 251, 0.035);
}

.fixture-momentum-summary-strip span {
  border-color: rgba(255, 217, 140, 0.11);
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.055), transparent 58%),
    rgba(244, 255, 251, 0.035);
}

.fixture-commentary-summary-strip span {
  border-color: rgba(160, 201, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(160, 201, 255, 0.06), transparent 58%),
    rgba(244, 255, 251, 0.035);
}

.player-event-receipt-summary-strip span {
  border-color: rgba(78, 230, 155, 0.12);
  background:
    linear-gradient(135deg, rgba(78, 230, 155, 0.06), transparent 58%),
    rgba(244, 255, 251, 0.035);
}

.fixture-commentary-summary-strip {
  min-width: 0;
}

.fixture-team-stats-summary-strip b,
.fixture-momentum-summary-strip b,
.fixture-commentary-summary-strip b,
.player-event-receipt-summary-strip b {
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.fixture-team-stats-summary-strip small,
.fixture-momentum-summary-strip small,
.fixture-commentary-summary-strip small,
.player-event-receipt-summary-strip small {
  color: var(--text-muted);
  font-size: 0.68rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fixture-team-stats-context-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 217, 140, 0.13);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 217, 140, 0.075), transparent 34%),
    rgba(5, 12, 11, 0.36);
}

.fixture-momentum-contract-shell,
.fixture-commentary-contract-shell,
.player-event-receipt-panel,
.player-accumulator-progress-panel,
.live-coverage-matrix-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 217, 140, 0.13);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 217, 140, 0.085), transparent 34%),
    rgba(5, 12, 11, 0.36);
}

.fixture-commentary-contract-shell {
  min-width: 0;
  border-color: rgba(160, 201, 255, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(160, 201, 255, 0.085), transparent 34%),
    rgba(5, 12, 11, 0.36);
}

.player-event-receipt-panel {
  min-width: 0;
  border-color: rgba(78, 230, 155, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(78, 230, 155, 0.09), transparent 34%),
    rgba(5, 12, 11, 0.38);
}

.player-accumulator-progress-panel {
  min-width: 0;
  border-color: rgba(255, 217, 140, 0.16);
  background:
    radial-gradient(circle at 0% 0%, rgba(78, 230, 155, 0.06), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(255, 217, 140, 0.1), transparent 34%),
    rgba(5, 12, 11, 0.38);
}

.live-coverage-matrix-panel {
  border-color: rgba(160, 201, 255, 0.15);
  background:
    radial-gradient(circle at 0% 0%, rgba(78, 230, 155, 0.075), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(160, 201, 255, 0.085), transparent 34%),
    rgba(5, 12, 11, 0.38);
}

.live-coverage-matrix-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.live-coverage-matrix-head div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.live-coverage-matrix-head p {
  margin: 0;
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.live-coverage-matrix-head h3 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.live-coverage-state-badge {
  display: inline-grid;
  place-items: center;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(244, 255, 251, 0.1);
  border-radius: 999px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.055);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.live-coverage-state-badge-ready {
  color: #10261b;
  border-color: rgba(78, 230, 155, 0.36);
  background: rgba(78, 230, 155, 0.9);
}

.live-coverage-state-badge-flow {
  color: #111927;
  border-color: rgba(160, 201, 255, 0.38);
  background: rgba(160, 201, 255, 0.9);
}

.live-coverage-state-badge-partial {
  color: #291f0d;
  border-color: rgba(255, 217, 140, 0.42);
  background: rgba(255, 217, 140, 0.9);
}

.live-coverage-state-badge-context,
.live-coverage-state-badge-closed {
  color: var(--text-muted);
}

.live-coverage-copy-stack {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.live-coverage-copy-stack p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.og-match-flow-graph {
  display: grid;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  padding: 13px;
  border: 1px solid rgba(255, 217, 140, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.075), transparent 58%),
    rgba(4, 10, 10, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.og-match-flow-graph-compact {
  margin-top: 10px;
}

.og-match-flow-empty {
  border-style: dashed;
}

.og-match-flow-graph svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 96px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(132, 255, 224, 0.055), rgba(132, 255, 224, 0.012) 49%, rgba(160, 201, 255, 0.012) 51%, rgba(160, 201, 255, 0.055)),
    repeating-linear-gradient(90deg, rgba(244, 255, 251, 0.035) 0, rgba(244, 255, 251, 0.035) 1px, transparent 1px, transparent 40px),
    rgba(2, 8, 8, 0.38);
}

.og-match-flow-midline {
  stroke: rgba(244, 255, 251, 0.34);
  stroke-width: 1;
  stroke-dasharray: 4 5;
  vector-effect: non-scaling-stroke;
}

.og-match-flow-bars {
  transform-box: fill-box;
}

.og-match-flow-bar {
  shape-rendering: geometricPrecision;
  transition: opacity 160ms ease, transform 160ms ease;
}

.og-match-flow-bar-home {
  fill: rgba(78, 230, 155, 0.78);
}

.og-match-flow-bar-away {
  fill: rgba(130, 148, 255, 0.78);
}

.og-match-flow-bar-neutral {
  fill: rgba(244, 255, 251, 0.34);
}

.og-match-flow-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.og-match-flow-meta span {
  min-width: 0;
  padding: 6px 8px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(244, 255, 251, 0.035);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.og-match-flow-graph > small {
  color: var(--text-muted);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fixture-player-stats-contract-notice {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.fixture-team-stats-contract-notice,
.fixture-momentum-contract-notice,
.fixture-commentary-contract-notice,
.player-event-receipt-notice,
.player-accumulator-progress-notice {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.fixture-player-stats-contract-notice strong,
.fixture-team-stats-contract-notice strong,
.fixture-momentum-contract-notice strong,
.fixture-commentary-contract-notice strong,
.player-event-receipt-notice strong,
.player-accumulator-progress-notice strong,
.fixture-player-tray-provider-status strong {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.fixture-player-stats-contract-notice p,
.fixture-team-stats-contract-notice p,
.fixture-momentum-contract-notice p,
.fixture-commentary-contract-notice p,
.player-event-receipt-notice p,
.player-accumulator-progress-notice p,
.fixture-player-tray-provider-status p,
.fixture-team-stats-context-shell > small,
.fixture-momentum-contract-shell > small,
.fixture-commentary-contract-shell > small,
.player-event-receipt-panel > small,
.player-accumulator-progress-panel > small,
.fixture-player-stats-context-shell > small {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.75rem;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

.fixture-player-stats-window-grid,
.fixture-player-stats-group-grid,
.fixture-team-stats-group-grid,
.fixture-team-stats-period-grid,
.fixture-momentum-status-grid,
.fixture-commentary-status-grid,
.player-event-receipt-status-grid,
.player-accumulator-progress-status-grid,
.live-coverage-status-grid {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.fixture-player-stats-window-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fixture-player-stats-group-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fixture-team-stats-group-grid,
.fixture-team-stats-period-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fixture-momentum-status-grid,
.fixture-commentary-status-grid,
.player-event-receipt-status-grid,
.player-accumulator-progress-status-grid,
.live-coverage-status-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fixture-commentary-status-grid {
  min-width: 0;
}

.fixture-player-stats-window-grid span,
.fixture-player-stats-group-grid span,
.fixture-team-stats-group-grid span,
.fixture-team-stats-period-grid span,
.fixture-momentum-status-grid span,
.fixture-commentary-status-grid span,
.player-event-receipt-status-grid span,
.player-accumulator-progress-status-grid span,
.live-coverage-status-grid span,
.fixture-player-tray-provider-status {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(132, 255, 224, 0.09);
  border-radius: 13px;
  background: rgba(244, 255, 251, 0.035);
}

.fixture-player-stats-window-grid b,
.fixture-player-stats-group-grid b,
.fixture-team-stats-group-grid b,
.fixture-team-stats-period-grid b,
.fixture-momentum-status-grid b,
.fixture-commentary-status-grid b,
.player-event-receipt-status-grid b,
.player-accumulator-progress-status-grid b,
.live-coverage-status-grid b {
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-player-stats-window-grid small,
.fixture-player-stats-group-grid small,
.fixture-team-stats-group-grid small,
.fixture-team-stats-period-grid small,
.fixture-momentum-status-grid small,
.fixture-commentary-status-grid small,
.player-event-receipt-status-grid small,
.player-accumulator-progress-status-grid small,
.live-coverage-status-grid small {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.live-coverage-market-list {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.live-coverage-market-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(90px, 0.55fr) minmax(90px, 0.55fr) minmax(86px, 0.45fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(244, 255, 251, 0.075);
  border-radius: 13px;
  background: rgba(244, 255, 251, 0.03);
}

.live-coverage-market-row-ready {
  border-color: rgba(78, 230, 155, 0.18);
}

.live-coverage-market-row-flow {
  border-color: rgba(160, 201, 255, 0.16);
}

.live-coverage-market-row-partial {
  border-color: rgba(255, 217, 140, 0.18);
}

.live-coverage-market-row-closed {
  border-color: rgba(244, 255, 251, 0.055);
}

.live-coverage-market-row div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.live-coverage-market-row strong {
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.live-coverage-market-row small,
.live-coverage-market-row em,
.live-coverage-market-row b,
.live-coverage-market-row span {
  min-width: 0;
  color: var(--text-muted);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.live-coverage-market-row span {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 5px 7px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 999px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.045);
  text-transform: uppercase;
}

.live-coverage-market-row-ready span {
  color: #10261b;
  background: rgba(78, 230, 155, 0.86);
}

.live-coverage-market-row-flow span {
  color: #111927;
  background: rgba(160, 201, 255, 0.86);
}

.live-coverage-market-row-partial span {
  color: #291f0d;
  background: rgba(255, 217, 140, 0.86);
}

.player-event-receipt-grid {
  display: grid;
  grid-template-columns: 1.2fr minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 10px;
  min-width: 0;
}

.player-accumulator-progress-boundary {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 217, 140, 0.11);
  border-radius: 13px;
  background: rgba(255, 217, 140, 0.045);
}

.player-accumulator-progress-boundary p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-grid {
  display: grid;
  grid-template-columns: 1.2fr minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 10px;
  min-width: 0;
}

.player-accumulator-progress-grid section {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 217, 140, 0.1);
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.03);
}

.player-accumulator-progress-grid h4 {
  margin: 0;
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-list {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.player-accumulator-progress-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.06), transparent 62%),
    rgba(2, 8, 8, 0.24);
}

.player-accumulator-progress-card-target {
  border-color: rgba(78, 230, 155, 0.2);
  background:
    linear-gradient(135deg, rgba(78, 230, 155, 0.08), rgba(255, 217, 140, 0.05) 58%, transparent),
    rgba(2, 8, 8, 0.26);
}

.player-accumulator-progress-card-progressing {
  border-color: rgba(160, 201, 255, 0.18);
}

.player-accumulator-progress-card-unsupported,
.player-accumulator-progress-card-pending,
.player-accumulator-progress-card-unavailable {
  border-color: rgba(244, 255, 251, 0.08);
}

.player-accumulator-progress-card-fail-closed {
  border-color: rgba(255, 134, 134, 0.14);
}

.player-accumulator-progress-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.player-accumulator-progress-card-head small,
.player-accumulator-progress-card > p,
.player-accumulator-progress-ref-row em {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-card > strong {
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-card > p {
  margin: 0;
}

.player-accumulator-progress-pill {
  display: inline-grid;
  place-items: center;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid rgba(244, 255, 251, 0.09);
  border-radius: 999px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.055);
  font-size: 0.63rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-pill-target {
  color: #10261b;
  border-color: rgba(78, 230, 155, 0.35);
  background: linear-gradient(90deg, rgba(78, 230, 155, 0.9), rgba(255, 217, 140, 0.86));
}

.player-accumulator-progress-pill-progressing {
  color: #111927;
  border-color: rgba(160, 201, 255, 0.36);
  background: rgba(160, 201, 255, 0.9);
}

.player-accumulator-progress-pill-unsupported,
.player-accumulator-progress-pill-pending,
.player-accumulator-progress-pill-unavailable {
  color: var(--text-muted);
}

.player-accumulator-progress-pill-fail-closed {
  color: rgba(255, 226, 226, 0.95);
  border-color: rgba(255, 134, 134, 0.2);
  background: rgba(255, 134, 134, 0.1);
}

.player-accumulator-progress-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  min-width: 0;
}

.player-accumulator-progress-metrics span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 11px;
  background: rgba(244, 255, 251, 0.032);
}

.player-accumulator-progress-metrics b,
.player-accumulator-progress-metrics small {
  font-size: 0.64rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-metrics b {
  color: var(--text);
}

.player-accumulator-progress-metrics small {
  color: var(--text-muted);
  font-weight: 850;
}

.player-accumulator-progress-ref-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.player-accumulator-progress-ref-row code,
.player-accumulator-progress-ref-row em {
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(244, 255, 251, 0.035);
  font-family: inherit;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.player-event-receipt-grid section {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(78, 230, 155, 0.1);
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.03);
}

.player-event-receipt-grid h4 {
  margin: 0;
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.player-event-receipt-list {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.player-event-receipt-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(78, 230, 155, 0.055), transparent 62%),
    rgba(2, 8, 8, 0.24);
}

.player-event-receipt-card-confirmed {
  border-color: rgba(78, 230, 155, 0.2);
}

.player-event-receipt-card-progressing {
  border-color: rgba(255, 217, 140, 0.18);
}

.player-event-receipt-card-unsupported,
.player-event-receipt-card-pending {
  border-color: rgba(244, 255, 251, 0.08);
}

.player-event-receipt-card-fail-closed {
  border-color: rgba(255, 134, 134, 0.14);
}

.player-event-receipt-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.player-event-receipt-card-head small,
.player-event-receipt-card > p,
.player-event-receipt-ref-row em {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.player-event-receipt-card > strong {
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.player-event-receipt-card > p {
  margin: 0;
}

.player-event-receipt-pill {
  display: inline-grid;
  place-items: center;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid rgba(244, 255, 251, 0.09);
  border-radius: 999px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.055);
  font-size: 0.63rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.player-event-receipt-pill-confirmed {
  color: #10261b;
  border-color: rgba(78, 230, 155, 0.35);
  background: rgba(78, 230, 155, 0.9);
}

.player-event-receipt-pill-progressing {
  color: #291f0d;
  border-color: rgba(255, 217, 140, 0.4);
  background: rgba(255, 217, 140, 0.9);
}

.player-event-receipt-pill-unsupported,
.player-event-receipt-pill-pending {
  color: var(--text-muted);
}

.player-event-receipt-pill-fail-closed {
  color: rgba(255, 226, 226, 0.95);
  border-color: rgba(255, 134, 134, 0.2);
  background: rgba(255, 134, 134, 0.1);
}

.player-event-receipt-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  min-width: 0;
}

.player-event-receipt-metrics span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 11px;
  background: rgba(244, 255, 251, 0.032);
}

.player-event-receipt-metrics b,
.player-event-receipt-metrics small {
  font-size: 0.64rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.player-event-receipt-metrics b {
  color: var(--text);
}

.player-event-receipt-metrics small {
  color: var(--text-muted);
  font-weight: 850;
}

.player-event-receipt-ref-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.player-event-receipt-ref-row code,
.player-event-receipt-ref-row em {
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(244, 255, 251, 0.035);
  font-family: inherit;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-commentary-render-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.fixture-commentary-render-grid section {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(160, 201, 255, 0.1);
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.03);
}

.fixture-commentary-render-grid h4 {
  margin: 0;
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.fixture-commentary-row-list {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.fixture-commentary-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(160, 201, 255, 0.055), transparent 62%),
    rgba(2, 8, 8, 0.2);
}

.fixture-commentary-row strong {
  display: block;
  color: var(--text);
  font-size: 0.76rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.fixture-commentary-row p {
  margin: 3px 0 0;
  color: var(--text-muted);
  font-size: 0.72rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fixture-commentary-time,
.fixture-commentary-side {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 26px;
  padding: 0 7px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(160, 201, 255, 0.12);
  font-size: 0.66rem;
  font-weight: 950;
  line-height: 1;
}

.fixture-commentary-side-home {
  background: rgba(78, 230, 155, 0.14);
}

.fixture-commentary-side-away {
  background: rgba(130, 148, 255, 0.14);
}

.fixture-commentary-side-neutral {
  background: rgba(244, 255, 251, 0.09);
}

.fixture-commentary-ref-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
  margin-top: 7px;
}

.fixture-commentary-ref-row code,
.fixture-commentary-ref-row em {
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(244, 255, 251, 0.035);
  font-family: inherit;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-events-contract-notice {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 217, 140, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.08), transparent 58%),
    rgba(5, 12, 11, 0.36);
}

.fixture-events-contract-notice strong {
  color: var(--text);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.fixture-events-contract-notice p {
  margin: 0;
}

.fixture-h2h-contract-notice {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(132, 255, 224, 0.07), transparent 56%),
    rgba(5, 12, 11, 0.36);
}

.fixture-h2h-contract-notice strong {
  color: var(--text);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.fixture-h2h-contract-notice p {
  margin: 0;
}

.fixture-h2h-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.fixture-h2h-status-grid span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(132, 255, 224, 0.055), transparent 64%),
    rgba(244, 255, 251, 0.03);
}

.fixture-h2h-status-grid b {
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-h2h-status-grid small,
.fixture-h2h-contract-shell > small {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.fixture-events-pending-timeline {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(132, 255, 224, 0.08), transparent 42%),
    rgba(244, 255, 251, 0.03);
}

.fixture-events-pending-timeline span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-left: 12px;
  border-left: 2px solid rgba(255, 217, 140, 0.3);
}

.fixture-events-pending-timeline b {
  color: var(--text);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.fixture-events-pending-timeline small {
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.fixture-lineups-contract-notice {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(132, 255, 224, 0.08), transparent 58%),
    rgba(5, 12, 11, 0.34);
}

.fixture-lineups-contract-notice strong {
  color: var(--text);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.fixture-lineups-contract-notice p {
  margin: 0;
}

.fixture-lineups-contract-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.fixture-lineups-contract-grid span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.035);
}

.fixture-lineups-contract-grid small {
  color: var(--text-muted);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fixture-lineups-contract-grid b {
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.fixture-lineups-team-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.fixture-lineups-team-columns article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(132, 255, 224, 0.08), transparent 54%),
    rgba(244, 255, 251, 0.035);
}

.fixture-lineups-team-columns strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.fixture-lineups-team-columns p,
.fixture-lineups-team-columns small {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.fixture-lineups-contract-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.fixture-lineups-contract-pills em {
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(132, 255, 224, 0.045);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-lineups-contract-pills-compact {
  margin-top: 10px;
}

.fixture-lineups-availability-panel {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.028);
}

.fixture-lineups-availability-panel strong {
  color: var(--text);
  font-size: 0.9rem;
}

.fixture-lineups-availability-panel p,
.fixture-lineups-availability-panel small {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.fixture-availability-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.fixture-availability-status-grid span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(255, 217, 140, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.07), transparent 64%),
    rgba(244, 255, 251, 0.028);
}

.fixture-availability-status-grid b {
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-availability-status-grid small {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.fixture-availability-boundary-note,
.fixture-availability-context-card {
  border-color: rgba(255, 217, 140, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.06), transparent 58%),
    rgba(5, 12, 11, 0.34);
}

.fixture-availability-boundary-note {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 217, 140, 0.13);
  border-radius: 15px;
}

.fixture-availability-boundary-note strong {
  color: var(--text);
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}

.fixture-availability-boundary-note p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.fixture-player-intelligence-empty button {
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid rgba(244, 255, 251, 0.12);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(244, 255, 251, 0.035);
  font-weight: 900;
}

.fixture-match-centre-pitch-shell {
  position: relative;
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(244, 255, 251, 0.22) calc(50% - 1px), rgba(244, 255, 251, 0.22) calc(50% + 1px), transparent calc(50% + 1px)),
    repeating-linear-gradient(90deg, rgba(132, 255, 224, 0.055) 0 16%, rgba(255, 255, 255, 0.025) 16% 32%),
    rgba(7, 32, 22, 0.62);
}

.fixture-match-centre-pitch-shell span {
  position: absolute;
  border: 1px solid rgba(244, 255, 251, 0.28);
}

.fixture-match-centre-pitch-shell span:nth-child(1) {
  inset: 18px;
}

.fixture-match-centre-pitch-shell span:nth-child(2) {
  width: 24%;
  height: 48%;
  left: 18px;
}

.fixture-match-centre-pitch-shell span:nth-child(3) {
  width: 24%;
  height: 48%;
  right: 18px;
}

.fixture-match-centre-pitch-shell b,
.fixture-match-centre-pitch-shell small {
  position: relative;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(3, 9, 8, 0.7);
}

.fixture-lineups-pitch-sides {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 92%;
}

.fixture-lineups-pitch-sides em {
  padding: 6px 9px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(3, 9, 8, 0.68);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.15;
}

.fixture-player-intelligence-launcher {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.fixture-player-intelligence-launcher h4 {
  margin: 0;
  color: var(--text);
  font-size: 1.08rem;
}

.fixture-player-intelligence-launcher p {
  margin-top: 4px;
}

.fixture-player-intelligence-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fixture-player-intelligence-open {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 16px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.045);
  cursor: pointer;
  text-align: left;
}

.fixture-player-intelligence-open:hover,
.fixture-player-intelligence-open:focus-visible {
  border-color: rgba(132, 255, 224, 0.34);
  background: rgba(132, 255, 224, 0.075);
}

.fixture-player-intelligence-open b,
.fixture-player-intelligence-open small,
.fixture-player-intelligence-open em {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.fixture-player-intelligence-open small,
.fixture-player-intelligence-open em {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
}

.fixture-player-tray-dock {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.fixture-player-tray {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(132, 255, 224, 0.11), transparent 32%),
    rgba(3, 10, 9, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.fixture-player-tray-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  min-width: 0;
}

.fixture-player-tray-head h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.fixture-player-tray-head p,
.fixture-player-tray > p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.42;
}

.fixture-player-tray-close {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(244, 255, 251, 0.12);
  border-radius: 999px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.055);
  cursor: pointer;
  font-size: 1.1rem;
}

.fixture-player-tray-avatar,
.fixture-player-tray-avatar-fallback {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid rgba(132, 255, 224, 0.18);
  border-radius: 999px;
  background: rgba(132, 255, 224, 0.1);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 950;
}

.fixture-player-tray-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixture-player-tray-meta,
.fixture-player-tray-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fixture-player-tray-meta span,
.fixture-player-tray-stat-grid span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(132, 255, 224, 0.08);
  border-radius: 12px;
  background: rgba(244, 255, 251, 0.035);
}

.fixture-player-tray-meta b,
.fixture-player-tray-stat-grid b {
  color: var(--text);
  font-size: 0.72rem;
}

.fixture-player-tray-meta small,
.fixture-player-tray-stat-grid small,
.fixture-player-tray-boundary {
  color: var(--text-muted);
  font-size: 0.68rem;
  overflow-wrap: anywhere;
}

.world-cup-decision-summary-main {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
}

.world-cup-decision-summary-main h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(2rem, 4.2vw, 4.4rem);
  line-height: 0.96;
}

.world-cup-decision-summary-main p {
  max-width: 68ch;
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.58;
}

.world-cup-decision-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.world-cup-decision-summary-grid span,
.world-cup-decision-use-case {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.045);
}

.world-cup-decision-summary-grid small,
.world-cup-decision-use-case small {
  color: var(--text-muted);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.world-cup-decision-summary-grid strong,
.world-cup-decision-use-case strong {
  overflow: hidden;
  color: var(--text);
  font-size: clamp(0.98rem, 1.24vw, 1.15rem);
  line-height: 1.22;
  text-overflow: ellipsis;
}

.world-cup-decision-summary-grid em {
  color: #ffe1a6;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.world-cup-decision-use-case {
  grid-column: 2 / -1;
  border-color: rgba(255, 207, 117, 0.2);
  background: rgba(255, 207, 117, 0.06);
}

.world-cup-market-desk-section {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
}

.world-cup-market-desk-section > .fixture-market-card-section,
.world-cup-market-desk-section > .world-cup-player-market-beta {
  margin-top: 0;
}

.world-cup-market-desk-section .fixture-market-card-section .section-head {
  padding-top: 2px;
}

.world-cup-evidence-desk {
  display: grid;
  gap: 14px;
}

.world-cup-evidence-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.world-cup-evidence-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(132, 255, 224, 0.16);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(132, 255, 224, 0.055);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.world-cup-evidence-tabs a:hover,
.world-cup-evidence-tabs a:focus-visible {
  color: var(--accent);
  border-color: rgba(132, 255, 224, 0.42);
}

.world-cup-evidence-segment {
  display: grid;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.12);
}

.world-cup-evidence-segment summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  cursor: pointer;
}

.world-cup-evidence-segment summary::-webkit-details-marker {
  display: none;
}

.world-cup-evidence-segment summary span {
  display: grid;
  gap: 4px;
}

.world-cup-evidence-segment summary small {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.world-cup-evidence-segment summary strong {
  color: var(--text);
  font-size: clamp(1rem, 1.5vw, 1.26rem);
  line-height: 1.15;
}

.world-cup-evidence-segment summary b {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(132, 255, 224, 0.16);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(132, 255, 224, 0.06);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-evidence-segment[open] {
  background:
    radial-gradient(circle at 0% 0%, rgba(132, 255, 224, 0.08), transparent 32%),
    rgba(0, 0, 0, 0.14);
}

.world-cup-evidence-segment[open] summary b {
  color: #102d29;
  background: rgba(132, 255, 224, 0.72);
}

.world-cup-evidence-segment > .section,
.world-cup-evidence-segment > .world-cup-route-clarity-section {
  margin: 0;
}

.world-cup-evidence-segment > .panel,
.world-cup-evidence-segment > article,
.world-cup-evidence-segment > details,
.world-cup-evidence-segment > .split,
.world-cup-evidence-segment > section {
  margin-top: 12px;
}

.og-visual-system-section {
  margin-top: clamp(18px, 3vw, 28px);
}

.og-visual-system-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.og-visual-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.96), rgba(8, 18, 16, 0.94));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.og-visual-outcome-card,
.og-visual-route-card {
  grid-column: span 4;
}

.og-visual-score-card,
.og-visual-squad-card {
  grid-column: span 4;
}

.og-visual-player-card {
  grid-column: span 8;
}

.og-visual-system-grid > .og-visual-player-card {
  grid-column: span 8;
}

.og-visual-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.og-visual-card-head strong {
  color: var(--text);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.2;
  text-align: right;
}

.og-outcome-bars,
.og-squad-power-bars {
  display: grid;
  gap: 12px;
}

.og-outcome-row,
.og-squad-power-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
}

.og-outcome-row span,
.og-squad-power-row span {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-outcome-row b,
.og-squad-power-row b {
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  font-weight: 950;
}

.og-outcome-row i,
.og-squad-power-row i {
  grid-column: 1 / -1;
  display: block;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.1);
}

.og-outcome-row i em,
.og-squad-power-row i em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(90, 244, 210, 0.72), rgba(139, 255, 226, 0.96));
}

.og-outcome-row-draw i em {
  background: linear-gradient(90deg, rgba(255, 207, 117, 0.68), rgba(255, 231, 165, 0.92));
}

.og-outcome-row-away i em,
.og-squad-power-row-away i em {
  background: linear-gradient(90deg, rgba(77, 185, 245, 0.74), rgba(88, 224, 196, 0.94));
}

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

.og-score-strip span {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 92px;
  padding: 14px 10px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.045);
}

.og-score-strip span.is-primary {
  border-color: rgba(130, 255, 220, 0.28);
  background: rgba(88, 224, 196, 0.11);
}

.og-score-strip b {
  color: var(--text);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-variant-numeric: tabular-nums;
  font-weight: 950;
  line-height: 1;
}

.og-score-strip small {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.score-tile-landed em {
  display: block;
  margin-top: 3px;
  color: #ffe1a6;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.og-score-strip span.score-tile-landed,
.og-score-strip span.score-tile-landed.is-primary {
  border-color: rgba(246, 179, 109, 0.58);
  background:
    linear-gradient(180deg, rgba(246, 179, 109, 0.13), rgba(244, 255, 251, 0.04)),
    rgba(246, 179, 109, 0.065);
  box-shadow:
    inset 0 0 0 1px rgba(246, 179, 109, 0.18),
    0 16px 36px rgba(246, 179, 109, 0.08);
}

.og-score-strip span.score-tile-landed b {
  color: #ffe1a6;
}

.og-route-gate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.og-route-gate-grid span {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.045);
}

.og-route-gate-grid small,
.og-squad-power-row small {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.og-route-gate-grid b {
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.24;
}

.og-squad-power-row small {
  grid-column: 1 / -1;
  letter-spacing: 0;
  text-transform: none;
}

.og-visual-squad-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.45;
}

.og-player-leaderboard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}

.og-player-leaderboard-row {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.04);
}

.og-player-leaderboard-row > b {
  position: absolute;
  top: 12px;
  right: 12px;
  color: rgba(183, 206, 198, 0.6);
  font-size: 0.75rem;
  font-weight: 950;
}

.og-player-leaderboard-row img,
.og-player-leaderboard-row > i {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(130, 255, 220, 0.18);
  border-radius: 50%;
  object-fit: cover;
  background: rgba(130, 255, 220, 0.08);
}

.og-player-leaderboard-row > i {
  display: inline-grid;
  place-items: center;
  color: var(--accent);
  font-style: normal;
  font-weight: 950;
}

.og-player-leaderboard-row span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.og-player-leaderboard-row strong,
.og-player-leaderboard-row small,
.og-player-leaderboard-row em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-player-leaderboard-row strong {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.18;
}

.og-player-leaderboard-row small {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.og-player-leaderboard-row em {
  color: var(--accent);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
}

.world-cup-context-warning {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 193, 117, 0.24);
  border-radius: 18px;
  background: rgba(255, 193, 117, 0.08);
}

.world-cup-context-warning strong {
  color: var(--text);
  font-size: 1rem;
}

.world-cup-context-warning p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.5;
}

.world-cup-market-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.world-cup-market-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20, 39, 32, 0.96), rgba(11, 23, 20, 0.94));
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
}

.world-cup-market-card-alt {
  border-color: rgba(88, 224, 196, 0.24);
  background: linear-gradient(180deg, rgba(25, 51, 43, 0.96), rgba(13, 30, 26, 0.94));
}

.world-cup-market-card-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.world-cup-market-card-top span {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.world-cup-market-card-top strong {
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.2;
  text-align: right;
}

.world-cup-market-card p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.5;
}

.world-cup-market-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.world-cup-market-card-grid div {
  padding: 12px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
}

.world-cup-market-card-grid span {
  display: block;
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.world-cup-market-card-grid strong {
  display: block;
  margin-top: 5px;
  color: var(--text);
  font-size: 1rem;
}

.world-cup-rating-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 22px 0 18px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.035);
}

.world-cup-rating-head > b {
  display: inline-flex;
  min-width: 58px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(184, 201, 196, 0.08);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-rating-team {
  display: flex;
  gap: 12px;
  align-items: center;
}

.world-cup-rating-team-away {
  justify-content: flex-end;
  text-align: right;
}

.world-cup-rating-logo {
  position: relative;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 38px;
  overflow: hidden;
  border-radius: 999px;
  color: #07110f;
  background: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.world-cup-rating-logo img {
  position: absolute;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.36));
}

.world-cup-rating-team small {
  display: block;
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.world-cup-rating-team strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  line-height: 1.1;
}

.world-cup-rating-stack {
  display: grid;
  gap: 12px;
}

.world-cup-rating-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px 8px;
  border-radius: 14px;
  background: rgba(7, 17, 15, 0.34);
}

.world-cup-rating-side {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.world-cup-rating-side-away {
  grid-template-columns: minmax(0, 1fr) 44px;
}

.world-cup-rating-side strong {
  color: var(--text);
  font-size: 1.05rem;
}

.world-cup-rating-label {
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.world-cup-rating-track {
  display: block;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(184, 201, 196, 0.1);
}

.world-cup-rating-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.55), var(--accent));
}

.world-cup-rating-track i.is-away,
.world-cup-rating-side-away .world-cup-rating-track i {
  margin-left: auto;
  background: linear-gradient(90deg, #48b8f0, rgba(48, 97, 170, 0.86));
}

.world-cup-unit-grid,
.world-cup-player-power-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 22px;
}

.world-cup-unit-grid h4 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 1.35rem;
}

.world-cup-unit-row {
  margin-top: 20px;
}

.world-cup-unit-row > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--text-secondary);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-unit-row strong {
  color: var(--text);
  font-size: 0.9rem;
  letter-spacing: 0;
  text-transform: none;
}

.world-cup-unit-row .world-cup-rating-track {
  margin-top: 10px;
  height: 12px;
}

.world-cup-unit-avatar-stack {
  display: flex;
  align-items: center;
  min-height: 30px;
  margin-top: 10px;
}

.world-cup-unit-avatar,
.world-cup-unit-avatar-more {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-left: -7px;
  border: 1px solid rgba(157, 255, 232, 0.24);
  flex: 0 0 auto;
  border-radius: 50%;
  background: #10231e;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}

.world-cup-unit-avatar:first-child {
  margin-left: 0;
}

.world-cup-unit-avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.world-cup-unit-avatar i,
.world-cup-unit-avatar-more {
  color: var(--accent);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
}

.world-cup-proxy-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.world-cup-proxy-badge-row span {
  padding: 7px 10px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 999px;
  background: rgba(88, 224, 196, 0.07);
  color: var(--text-secondary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-driver-panel {
  margin-top: 24px;
}

.world-cup-driver-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.world-cup-driver-team h4 {
  margin: 0 0 12px;
  color: var(--text);
}

.world-cup-driver-list {
  display: grid;
  gap: 10px;
}

.world-cup-driver-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(130, 255, 220, 0.09);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(88, 224, 196, 0.08), rgba(244, 255, 251, 0.032));
}

.world-cup-driver-card img,
.world-cup-driver-card i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(88, 224, 196, 0.13);
  box-shadow: 0 0 0 1px rgba(157, 255, 232, 0.18);
}

.world-cup-driver-card i {
  display: inline-grid;
  place-items: center;
  color: var(--accent);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.world-cup-driver-card div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.world-cup-driver-card strong,
.world-cup-driver-card small,
.world-cup-driver-card span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-driver-card strong {
  color: var(--text);
  font-size: 0.95rem;
}

.world-cup-driver-card small,
.world-cup-driver-card span {
  color: var(--text-secondary);
  font-size: 0.75rem;
}

.world-cup-driver-card .world-cup-player-role-line {
  color: var(--text);
  font-weight: 850;
}

.world-cup-player-profile-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  padding: 6px 8px;
  border: 1px solid rgba(130, 255, 220, 0.16);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(88, 224, 196, 0.07);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.world-cup-player-profile-link:hover,
.world-cup-player-profile-link:focus-visible {
  color: #07110f;
  background: var(--accent);
}

.world-cup-player-profile-link.is-muted {
  color: var(--text-muted);
  pointer-events: none;
}

.world-cup-nation-competition-section {
  margin-top: 24px;
}

.world-cup-nation-competition-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(130, 255, 220, 0.14);
  background:
    linear-gradient(145deg, rgba(22, 57, 46, 0.76), rgba(7, 17, 15, 0.84)),
    radial-gradient(circle at 14% 0%, rgba(157, 255, 232, 0.12), transparent 38%);
}

.world-cup-nation-competition-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 82%);
}

.world-cup-nation-competition-card > * {
  position: relative;
  z-index: 1;
}

.world-cup-nation-competition-head {
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
}

.world-cup-nation-competition-head div {
  min-width: 0;
}

.world-cup-nation-competition-head h3 {
  margin: 6px 0 8px;
  color: var(--text);
  font-size: clamp(1.35rem, 2.7vw, 1.95rem);
  line-height: 1.05;
}

.world-cup-nation-competition-head p {
  max-width: 720px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.45;
}

.world-cup-nation-competition-source {
  display: inline-flex;
  min-width: max-content;
  padding: 8px 11px;
  border: 1px solid rgba(157, 255, 232, 0.18);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(88, 224, 196, 0.08);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.world-cup-nation-competition-boundary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.world-cup-nation-competition-boundary span {
  padding: 7px 10px;
  border: 1px solid rgba(157, 255, 232, 0.16);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(88, 224, 196, 0.075);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-nation-competition-meta,
.world-cup-nation-competition-rows {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.world-cup-nation-competition-meta span,
.world-cup-nation-competition-rows span,
.world-cup-nation-competition-pending {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(157, 255, 232, 0.1);
  border-radius: 14px;
  background: rgba(7, 17, 15, 0.46);
}

.world-cup-nation-competition-meta b,
.world-cup-nation-competition-rows strong,
.world-cup-nation-competition-rows b,
.world-cup-nation-competition-pending strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.22;
}

.world-cup-nation-competition-meta small,
.world-cup-nation-competition-rows small,
.world-cup-nation-competition-rows em,
.world-cup-nation-competition-pending span {
  display: block;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.world-cup-nation-competition-rows em {
  color: var(--accent);
}

.world-cup-nation-competition-pending {
  margin-top: 18px;
}

.world-cup-nation-competition-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.world-cup-nation-competition-actions .ghost-button {
  min-width: min(100%, 210px);
}

@media (max-width: 760px) {
  .world-cup-nation-competition-head {
    display: grid;
  }

  .world-cup-nation-competition-source {
    width: fit-content;
  }

  .world-cup-nation-competition-meta,
  .world-cup-nation-competition-rows {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .player-accumulator-progress-status-grid,
  .player-accumulator-progress-grid {
    grid-template-columns: 1fr;
  }

  .world-cup-nation-competition-card {
    padding: 18px;
  }

  .world-cup-nation-competition-head h3 {
    font-size: clamp(1.28rem, 8vw, 1.75rem);
    overflow-wrap: anywhere;
  }

  .world-cup-nation-competition-meta,
  .world-cup-nation-competition-rows {
    grid-template-columns: 1fr;
  }

  .world-cup-nation-competition-boundary span,
  .world-cup-nation-competition-source {
    max-width: 100%;
    white-space: normal;
  }
}

.world-cup-driver-card b {
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(88, 224, 196, 0.1);
  color: var(--accent);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-cup-player-market-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 4px;
}

.world-cup-player-market-chip-row span {
  width: auto;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(88, 224, 196, 0.075);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.world-cup-player-power-card {
  padding: 20px;
  border-radius: 18px;
  background: rgba(7, 17, 15, 0.56);
}

.world-cup-player-power-disclosure {
  display: block;
}

.world-cup-player-power-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  cursor: pointer;
}

.world-cup-player-power-disclosure summary::-webkit-details-marker {
  display: none;
}

.world-cup-player-power-disclosure summary span {
  display: grid;
  gap: 6px;
}

.world-cup-player-power-disclosure summary strong {
  color: var(--text);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.world-cup-player-power-disclosure summary b {
  flex: 0 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(130, 255, 220, 0.16);
  border-radius: 999px;
  color: var(--accent);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.world-cup-player-power-disclosure .details-label-open,
.world-cup-player-power-disclosure[open] .details-label-closed {
  display: none;
}

.world-cup-player-power-disclosure[open] .details-label-open {
  display: inline;
}

.world-cup-player-power-card strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 1.1rem;
}

.world-cup-key-player-rail {
  display: grid;
  gap: 9px;
  margin: 16px 0 12px;
}

.world-cup-key-player {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 9px;
  border: 1px solid rgba(130, 255, 220, 0.09);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(88, 224, 196, 0.09), rgba(244, 255, 251, 0.035));
}

.world-cup-key-player img,
.world-cup-key-player i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(88, 224, 196, 0.13);
  box-shadow: 0 0 0 1px rgba(157, 255, 232, 0.18);
}

.world-cup-key-player i {
  display: inline-grid;
  place-items: center;
  color: var(--accent);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.world-cup-key-player span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.world-cup-key-player strong {
  overflow: hidden;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-key-player small {
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 0.75rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-headline-player-panel {
  display: grid;
  gap: 18px;
}

.world-cup-headline-player-panel h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.08;
}

.world-cup-headline-player-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.world-cup-headline-player-team {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 18px;
  background: rgba(7, 17, 15, 0.46);
}

.world-cup-headline-player-team h4 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
}

.world-cup-headline-player-rail {
  display: grid;
  gap: 10px;
}

.world-cup-headline-player {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 11px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(88, 224, 196, 0.11), rgba(244, 255, 251, 0.04));
}

.world-cup-headline-player img,
.world-cup-headline-player i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(88, 224, 196, 0.13);
  box-shadow:
    0 0 0 1px rgba(157, 255, 232, 0.2),
    0 12px 28px rgba(0, 0, 0, 0.2);
}

.world-cup-headline-player i {
  display: inline-grid;
  place-items: center;
  color: var(--accent);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.world-cup-headline-player span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.world-cup-headline-player strong {
  overflow: hidden;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-headline-player small {
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 0.75rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-cup-team-player-photo,
.world-cup-team-player-photo-fallback {
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 999px;
  font-style: normal;
  line-height: 1;
}

.world-cup-team-player-photo {
  position: relative;
  border: 1px solid rgba(157, 255, 232, 0.2);
  background:
    radial-gradient(circle at 38% 22%, rgba(157, 255, 232, 0.18), transparent 56%),
    rgba(12, 24, 20, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(247, 246, 241, 0.045),
    0 10px 24px rgba(0, 0, 0, 0.2);
}

.world-cup-team-player-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.world-cup-team-player-photo-fallback {
  color: rgba(229, 241, 232, 0.86);
  background:
    radial-gradient(circle at 35% 24%, rgba(157, 255, 232, 0.14), transparent 54%),
    rgba(13, 29, 24, 0.92);
  font-weight: 950;
  letter-spacing: 0.05em;
}

.world-cup-team-player-photo-unit,
.world-cup-team-player-photo-fallback-unit {
  width: 100%;
  height: 100%;
  font-size: 0.62rem;
}

.world-cup-team-player-photo-formation,
.world-cup-team-player-photo-fallback-formation,
.world-cup-team-player-photo-feed,
.world-cup-team-player-photo-fallback-feed {
  width: 30px;
  height: 30px;
  font-size: 0.62rem;
}

.world-cup-team-player-photo-spotlight,
.world-cup-team-player-photo-fallback-spotlight,
.world-cup-team-player-photo-premium,
.world-cup-team-player-photo-fallback-premium {
  width: 32px;
  height: 32px;
  font-size: 0.64rem;
}

.world-cup-team-player-photo-key,
.world-cup-team-player-photo-fallback-key {
  width: 38px;
  height: 38px;
  font-size: 0.72rem;
}

.world-cup-team-player-photo-driver,
.world-cup-team-player-photo-fallback-driver {
  width: 44px;
  height: 44px;
  font-size: 0.78rem;
}

.world-cup-team-player-photo-headline,
.world-cup-team-player-photo-fallback-headline {
  width: 46px;
  height: 46px;
  font-size: 0.72rem;
}

.world-cup-team-player-photo-leaderboard,
.world-cup-team-player-photo-fallback-leaderboard {
  width: 54px;
  height: 54px;
  font-size: 0.82rem;
}

.world-cup-player-power-card p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
}

.world-cup-official-section {
  scroll-margin-top: 92px;
}

.social-cards-hero {
  align-items: end;
}

.social-card-board {
  display: grid;
  gap: 28px;
  max-width: 1240px;
  margin-inline: auto;
}

.social-card-export-toolbar {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 22px;
  background: rgba(244, 255, 251, 0.045);
}

.social-card-export-toolbar strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.social-card-export-toolbar p {
  max-width: 680px;
  margin: 4px 0 0;
  color: var(--text-secondary);
  line-height: 1.45;
}

.social-card-export-toolbar > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.social-card {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: clamp(18px, 2.4vw, 28px);
  aspect-ratio: 16 / 9;
  width: min(1200px, 100%);
  min-height: 520px;
  margin-inline: auto;
  overflow: hidden;
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid rgba(130, 255, 220, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(rgba(130, 255, 220, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 255, 220, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 8%, rgba(88, 224, 196, 0.22), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(61, 145, 222, 0.16), transparent 30%),
    linear-gradient(135deg, #10231f, #07110f 58%, #030807);
  background-size:
    56px 56px,
    56px 56px,
    auto,
    auto,
    auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.social-card::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% 42%;
  height: 54%;
  border: 1px solid rgba(130, 255, 220, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.social-card-brand,
.social-card-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.social-card-brand span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #06110e;
  background: linear-gradient(135deg, #9dfbe8, #58e0c4);
  font-weight: 950;
}

.social-card-brand small,
.social-card-footer span,
.social-card-footer b {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-card-footer b {
  padding: 10px 12px;
  border: 1px solid rgba(130, 255, 220, 0.18);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(88, 224, 196, 0.08);
}

.social-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  max-width: 840px;
}

.social-card-copy h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(3rem, 7.4vw, 6.45rem);
  letter-spacing: 0;
  line-height: 0.95;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.social-card-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.45;
  text-wrap: balance;
}

.social-card-signal-stack,
.social-card-founder-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 920px;
}

.social-card-signal-stack span,
.social-card-founder-grid span {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.045);
}

.social-card-signal-stack small,
.social-card-founder-grid small {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-card-signal-stack b,
.social-card-founder-grid b {
  overflow-wrap: anywhere;
  color: var(--accent);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.12;
}

.social-card-mini-visual-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.social-card-mini-visual-grid .og-visual-card,
.social-card-check-bet .check-bet-health-visual {
  min-height: 0;
  box-shadow: none;
}

.social-card-mini-visual-grid .og-visual-card {
  grid-column: auto;
  padding: 18px;
}

.social-card-mini-visual-grid .og-route-gate-grid {
  grid-template-columns: 1fr;
}

.social-card-fixture-line {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 920px;
  padding: 18px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 24px;
  background: rgba(244, 255, 251, 0.045);
}

.social-card-fixture-line strong {
  color: var(--text);
  font-size: clamp(1.55rem, 4vw, 3.2rem);
  line-height: 1;
  text-align: center;
}

.social-card-fixture-line strong span {
  color: var(--accent);
  font-size: 0.42em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-card-score-strip {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.social-card-check-bet .check-bet-health-visual {
  position: relative;
  z-index: 1;
  max-width: 940px;
  color: #2e3431;
  padding: 18px;
  border-radius: 22px;
  background: rgba(246, 247, 244, 0.96);
}

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

.launch-copy-hero {
  align-items: end;
}

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

.launch-copy-card {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.94), rgba(9, 19, 17, 0.96));
}

.launch-copy-card > .metric-label {
  color: var(--accent);
}

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

.launch-copy-stack section {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.045);
}

.launch-copy-stack strong {
  color: var(--text);
  font-size: 1rem;
}

.launch-copy-stack p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.55;
}

.launch-qa-hero .hero-main {
  background:
    radial-gradient(circle at 90% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(7, 17, 15, 0.96));
}

.launch-qa-metric-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.launch-qa-metric {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 138px;
  padding: 18px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 36%),
    rgba(244, 255, 251, 0.035);
}

.launch-qa-metric span,
.launch-qa-metric small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.launch-qa-metric strong {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

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

.launch-qa-panel {
  display: grid;
  gap: 18px;
  align-content: start;
}

.launch-qa-bars {
  display: grid;
  gap: 12px;
}

.launch-qa-bars-compact {
  gap: 9px;
}

.launch-qa-bar {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 16px;
  background: rgba(7, 17, 15, 0.38);
}

.launch-qa-bar > div {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
}

.launch-qa-bar span,
.launch-qa-bar small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.launch-qa-bar strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.launch-qa-bar i {
  overflow: hidden;
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.08);
}

.launch-qa-bar em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.65), rgba(157, 255, 232, 0.95));
}

.launch-qa-bar-watch em {
  background: linear-gradient(90deg, rgba(217, 184, 107, 0.55), rgba(246, 213, 122, 0.92));
}

.launch-qa-bar-avoid em {
  background: linear-gradient(90deg, rgba(235, 120, 120, 0.5), rgba(255, 154, 154, 0.9));
}

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

.launch-qa-check {
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 16px;
  border: 1px solid rgba(130, 255, 220, 0.11);
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.035);
}

.launch-qa-check span {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  color: #07110f;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-qa-check-watch span {
  color: #211909;
  background: linear-gradient(135deg, #f6d57a, #d9b86b);
}

.launch-qa-check-fix span {
  color: #250c0c;
  background: linear-gradient(135deg, #ffb2b2, #eb7878);
}

.launch-qa-check strong {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.18;
}

.launch-qa-check p {
  margin: 0;
  color: var(--muted-1);
  font-size: 0.88rem;
  line-height: 1.45;
}

.launch-qa-flow {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(88, 224, 196, 0.08), transparent 40%),
    rgba(244, 255, 251, 0.025);
}

.launch-qa-flow-steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.launch-qa-flow-step {
  display: grid;
  gap: 10px;
  min-height: 158px;
  padding: 16px;
  border: 1px solid rgba(130, 255, 220, 0.11);
  border-radius: 18px;
  background: rgba(7, 17, 15, 0.42);
  color: inherit;
  text-decoration: none;
}

.launch-qa-flow-step:hover,
.launch-qa-flow-step:focus-visible {
  border-color: rgba(157, 255, 232, 0.36);
  background: rgba(88, 224, 196, 0.06);
  outline: none;
}

.launch-qa-flow-step span {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.launch-qa-flow-step strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.launch-qa-flow-step small {
  color: var(--muted-1);
  font-size: 0.82rem;
  line-height: 1.45;
}

.world-cup-official-panel {
  display: grid;
  gap: 22px;
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 224, 196, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.96), rgba(11, 23, 20, 0.94));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.section-heading-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.section-heading-row h3 {
  margin: 6px 0 0;
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.12;
}

.section-heading-row .section-copy {
  max-width: 760px;
}

.world-cup-official-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
}

.world-cup-official-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.world-cup-official-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(7, 17, 15, 0.48);
}

.world-cup-official-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.world-cup-official-card-head strong {
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: right;
}

.world-cup-official-frame {
  min-height: 190px;
}

.world-cup-official-empty {
  min-height: 190px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.035);
}

.world-cup-official-empty strong {
  color: var(--text);
  font-size: 1.05rem;
}

.world-cup-official-empty p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.5;
}

.world-cup-official-table {
  overflow: hidden;
  border-radius: 16px;
  background: rgba(7, 17, 15, 0.44);
}

.world-cup-official-game {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 22px;
  border-radius: 20px;
  background: rgba(7, 17, 15, 0.52);
}

.world-cup-official-game-team {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.world-cup-official-game-team-away {
  justify-content: flex-end;
  text-align: right;
}

.world-cup-official-game-team strong {
  min-width: 0;
  color: var(--text);
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  line-height: 1.1;
}

.world-cup-official-game-centre {
  display: grid;
  min-width: 116px;
  justify-items: center;
  gap: 4px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.055);
}

.world-cup-official-game-centre b {
  color: var(--text);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1;
}

.world-cup-official-game-centre small {
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.3;
  text-align: center;
}

.world-cup-official-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.world-cup-official-meta-grid span {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
}

.world-cup-official-meta-grid strong {
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.25;
}

.world-cup-official-meta-grid small {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .premium-product-hero,
  .premium-product-grid,
  .premium-unlock-command-strip,
  .launch-qa-metric-grid,
  .launch-qa-grid,
  .launch-qa-flow-steps {
    grid-template-columns: 1fr;
  }

  .premium-product-card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .world-cup-market-card-top {
    display: grid;
  }

  .world-cup-market-card-top strong {
    text-align: left;
  }

  .world-cup-market-card-grid {
    grid-template-columns: 1fr;
  }

  .world-cup-match-centre-card {
    padding: 15px;
    border-radius: 18px;
  }

  .world-cup-match-centre-card-head {
    display: grid;
  }

  .world-cup-match-centre-card-head b {
    max-width: 100%;
    width: fit-content;
    text-align: left;
  }

  .fixture-lineups-contract-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixture-h2h-status-grid {
    grid-template-columns: 1fr;
  }

  .fixture-availability-status-grid {
    grid-template-columns: 1fr;
  }

  .fixture-commentary-render-grid {
    grid-template-columns: 1fr;
  }

  .fixture-player-stats-window-grid,
  .fixture-player-stats-group-grid,
  .fixture-team-stats-summary-strip,
  .fixture-momentum-summary-strip,
  .fixture-commentary-summary-strip,
  .player-event-receipt-summary-strip,
  .fixture-team-stats-group-grid,
  .fixture-team-stats-period-grid,
  .fixture-momentum-status-grid,
  .fixture-commentary-status-grid,
  .player-event-receipt-status-grid,
  .player-accumulator-progress-status-grid,
  .live-coverage-status-grid,
  .player-event-receipt-grid,
  .player-accumulator-progress-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .player-event-receipt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-coverage-market-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .player-event-receipt-metrics,
  .player-accumulator-progress-metrics {
    grid-template-columns: 1fr;
  }

  .og-match-flow-graph {
    padding: 11px;
    border-radius: 14px;
  }

  .og-match-flow-graph svg {
    min-height: 82px;
  }

  .og-match-flow-meta {
    gap: 6px;
  }

  .fixture-lineups-team-columns {
    grid-template-columns: 1fr;
  }

  .world-cup-match-centre-tabs {
    border-radius: 18px;
  }

  .world-cup-match-centre-tab {
    padding: 8px 10px;
    font-size: 0.64rem;
  }

  .world-cup-match-centre-card.is-active {
    min-height: auto;
  }

  .fixture-player-intelligence-action-grid,
  .fixture-player-tray-dock,
  .fixture-player-tray-meta,
  .fixture-player-tray-stat-grid {
    grid-template-columns: 1fr;
  }

  .fixture-player-intelligence-open {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .fixture-player-intelligence-open em {
    grid-column: 1 / -1;
  }

  .fixture-player-tray {
    border-radius: 18px;
  }

  .fixture-player-tray-chip-row,
  .fixture-player-tray-windows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .launch-qa-metric,
  .launch-qa-flow-step {
    min-height: auto;
  }

  .world-cup-fixture-hero-match {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 18px;
  }

  .world-cup-fixture-hero-match > span {
    width: 48px;
    height: 48px;
  }

  .world-cup-fixture-hero-team strong {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .world-cup-fixture-hero-strip {
    grid-template-columns: 1fr;
  }

  .world-cup-editorial-preview,
  .world-cup-editorial-verdict {
    grid-template-columns: 1fr;
  }

  .world-cup-editorial-preview-copy h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .world-cup-evidence-disclosure summary {
    display: grid;
  }

  .world-cup-evidence-disclosure summary b {
    width: fit-content;
  }

  .og-visual-system-grid,
  .og-route-gate-grid,
  .og-player-leaderboard {
    grid-template-columns: 1fr;
  }

  .og-visual-outcome-card,
  .og-visual-route-card,
  .og-visual-score-card,
  .og-visual-squad-card,
  .og-visual-player-card {
    grid-column: span 1;
  }

  .og-visual-system-grid > .og-visual-player-card {
    grid-column: span 1;
  }

  .og-visual-card-head {
    display: grid;
  }

  .og-visual-card-head strong {
    text-align: left;
  }

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

  .og-score-strip span {
    min-height: 76px;
    padding: 12px 8px;
  }

  .world-cup-player-market-status {
    justify-content: flex-start;
  }

  .world-cup-player-market-disclosure summary {
    display: grid;
    justify-items: start;
    border-radius: 22px;
  }

  .world-cup-player-market-disclosure summary b {
    width: fit-content;
  }

  .world-cup-decision-summary {
    grid-template-columns: 1fr;
  }

  .world-cup-decision-summary-main h2 {
    max-width: 18ch;
  }

  .world-cup-decision-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .world-cup-decision-use-case {
    grid-column: auto;
  }

  .world-cup-evidence-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .world-cup-evidence-tabs a {
    flex: 0 0 auto;
  }

  .world-cup-player-market-card {
    padding: 14px;
  }

  .world-cup-player-market-row {
    grid-template-columns: minmax(0, 1fr) minmax(84px, auto);
    gap: 10px;
    align-items: start;
  }

  .world-cup-player-market-player {
    grid-column: 1 / -1;
  }

  .world-cup-player-market-line {
    grid-column: 1 / 2;
    padding-left: 0;
  }

  .world-cup-player-market-price,
  .world-cup-player-market-actions {
    justify-items: end;
  }

  .world-cup-player-market-actions {
    grid-column: 2 / 3;
    grid-row: 2 / span 2;
  }

  .world-cup-rating-head,
  .world-cup-rating-row,
  .world-cup-route-clarity-grid,
  .world-cup-unit-grid,
  .world-cup-driver-grid,
  .world-cup-headline-player-grid,
  .world-cup-player-power-grid,
  .world-cup-official-grid,
  .world-cup-official-grid-compact,
  .world-cup-official-game,
  .world-cup-official-meta-grid,
  .social-card-mini-visual-grid,
  .social-card-signal-stack,
  .social-card-founder-grid,
  .launch-copy-grid {
    grid-template-columns: 1fr;
  }

  .social-card-export-toolbar {
    display: grid;
  }

  .social-card-export-toolbar > div:last-child {
    justify-content: start;
  }

  .social-card {
    aspect-ratio: auto;
    min-height: 680px;
    padding: 24px;
    border-radius: 24px;
  }

  .social-card-copy h2 {
    max-width: 10ch;
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .social-card-fixture-line {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .social-card-fixture-line strong {
    font-size: clamp(1.8rem, 10vw, 3rem);
  }

  .social-card-footer {
    display: grid;
    justify-content: start;
  }

  .world-cup-rating-team-away {
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-align: left;
  }

  .world-cup-rating-label {
    text-align: left;
  }

  .world-cup-official-card-head,
  .section-heading-row,
  .world-cup-official-game-team-away {
    display: grid;
    justify-content: start;
    text-align: left;
  }

  .world-cup-official-card-head strong {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .world-cup-player-market-row {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding: 12px;
  }

  .world-cup-player-market-player,
  .world-cup-player-market-line,
  .world-cup-player-market-price,
  .world-cup-player-market-actions {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    justify-items: start;
    text-align: left;
  }

  .world-cup-player-market-player {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .world-cup-player-market-avatar {
    width: 46px;
    height: 46px;
  }

  .world-cup-player-market-line strong {
    overflow-wrap: normal;
    word-break: normal;
  }

  .world-cup-player-market-price small {
    max-width: 100%;
    white-space: normal;
  }

  .world-cup-player-market-actions {
    justify-items: stretch;
  }

  .world-cup-player-market-add {
    width: 100%;
  }
}

@media print {
  .topbar,
  .social-cards-hero,
  .social-card-export-toolbar {
    display: none !important;
  }

  body {
    background: #07110f;
  }

  .site-shell,
  .social-card-board {
    width: 1200px;
    max-width: none;
    padding: 0;
    margin: 0;
  }

  .social-card {
    break-after: page;
    width: 1200px;
    min-height: 675px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

.site-footer-support {
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 0 20px 28px;
}

.site-footer-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(139, 245, 204, 0.16);
  border-radius: 18px;
  background: rgba(6, 16, 18, 0.84);
  color: rgba(234, 255, 247, 0.76);
}

.site-footer-support strong {
  color: #f5fffb;
}

.site-footer-support p {
  margin: 4px 0 0;
}

.site-footer-support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.site-footer-support-links span,
.site-footer-support-links a,
.account-support-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(234, 255, 247, 0.78);
  font-size: 0.78rem;
  text-decoration: none;
}

.account-support-panel {
  border-color: rgba(139, 245, 204, 0.18);
}

.account-support-head {
  display: flex;
  gap: 14px;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 12px;
}

.account-support-form textarea {
  resize: vertical;
}

.account-support-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 900px) {
  .results-proof-command,
  .results-proof-card-grid,
  .results-player-event-grid,
  .results-exclusion-grid,
  .results-filter-panel {
    grid-template-columns: 1fr;
  }

  .results-proof-command-meta,
  .results-proof-card-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-proof-compare-row,
  .results-live-trail-row {
    grid-template-columns: 1fr;
  }

  .world-cup-environment-section .fixture-weather-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .world-cup-environment-section .world-cup-venue-burden-badge {
    display: inline-grid;
    width: 132px;
    height: 132px;
    border-radius: 30px;
  }

  .world-cup-environment-section .fixture-weather-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-unlock-command-strip,
  .account-setup-path,
  .auth-preview-grid,
  .auth-modal-form,
  .site-footer-support-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-support-links {
    justify-content: flex-start;
  }

  .premium-unlock-command-strip span,
  .account-setup-step {
    min-height: auto;
  }

  .nav-auth-copy {
    display: none;
  }

  .nav-auth-button {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .auth-modal {
    border-radius: 22px;
  }
}

@media (max-width: 720px) {
  .results-proof-command-meta,
  .results-proof-card-fields {
    grid-template-columns: 1fr;
  }

  .results-proof-command h1 {
    font-size: clamp(2.15rem, 14vw, 3.2rem);
  }

  .nav-utility {
    display: none;
  }

  .auth-modal-backdrop {
    align-items: start;
    padding: 12px;
  }

  .auth-modal {
    max-height: calc(100vh - 24px);
    padding: 22px;
  }

  .auth-modal-head h2 {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }
}

@media (max-width: 780px) {
  .launch-hero-focused {
    grid-template-columns: 1fr;
    margin-bottom: 14px;
  }

  .launch-hero-focused .launch-hero-main {
    min-height: 0;
    padding: 22px 18px;
    align-content: start;
    border-radius: 24px;
  }

  .launch-hero-copy {
    gap: 11px;
  }

  .hero-main .launch-title {
    font-size: clamp(2.45rem, 12.2vw, 3.55rem);
    line-height: 0.98;
  }

  .launch-proof-lines {
    gap: 7px;
    font-size: 1rem;
    line-height: 1.38;
  }

  .launch-proof-lines .launch-mantra {
    margin-bottom: 0;
    font-size: clamp(0.95rem, 4.2vw, 1.08rem);
    line-height: 1.42;
  }

  .launch-proof-lines strong {
    color: var(--ink);
    font-size: clamp(0.98rem, 4.4vw, 1.16rem);
    line-height: 1.25;
  }

  .launch-hero .hero-credibility-row,
  .launch-hero .hero-proof-stack {
    display: none;
  }

  .launch-hero-actions {
    margin-top: 2px;
  }

  .launch-hero-actions .button,
  .launch-hero-actions .ghost-button {
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .launch-hero .footer-note {
    color: rgba(216, 235, 230, 0.82);
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .home-founder-stack-section {
    padding: 18px;
    border-radius: 24px;
  }

  .home-founder-stack-section .home-suite-head {
    gap: 8px;
  }

  .home-founder-stack-section .home-suite-head h2 {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
  }

  .home-founder-stack-section .home-suite-head p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .home-founder-stack-section .home-suite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-founder-stack-section .home-suite-card {
    min-height: 0;
    gap: 8px;
    padding: 14px;
    border-radius: 16px;
  }

  .home-founder-stack-section .home-suite-card span {
    font-size: 0.64rem;
  }

  .home-founder-stack-section .home-suite-card strong {
    font-size: 0.98rem;
    line-height: 1.15;
  }

  .home-founder-stack-section .home-suite-card p {
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .home-sample-signal-section {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 18px;
    border-radius: 24px;
  }

  .home-sample-signal-copy {
    gap: 10px;
  }

  .home-sample-signal-copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
  }

  .home-sample-signal-copy p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .home-sample-signal-card {
    gap: 12px;
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
  }

  .home-sample-signal-card .home-preview-fixture {
    gap: 10px;
    padding-bottom: 12px;
  }

  .home-sample-signal-card .home-preview-crest {
    width: 42px;
    height: 42px;
  }

  .home-sample-signal-card .home-preview-fixture strong {
    font-size: clamp(1.35rem, 7vw, 1.95rem);
  }

  .home-preview-market-compact {
    padding: 14px;
  }

  .home-preview-market-compact strong {
    font-size: clamp(1.1rem, 5vw, 1.45rem);
  }

  .home-sample-signal-grid {
    grid-template-columns: 1fr;
  }

  .home-sample-signal-grid span {
    min-height: 0;
    padding: 12px;
  }

  .home-built-grid,
  .home-access-grid,
  .home-paid-desk-panel,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .home-built-card {
    min-height: auto;
    padding: 18px;
  }

  .home-built-card strong {
    font-size: clamp(1.08rem, 5.2vw, 1.34rem);
  }
}

@media (max-width: 460px) {
  .topbar .mobile-founder-cta {
    min-height: 34px;
    max-width: 126px;
    padding: 0 10px;
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-nav-toggle {
    width: 40px;
    min-height: 40px;
  }

  .home-founder-stack-section .home-suite-grid {
    grid-template-columns: 1fr;
  }

  .hero-main .launch-title {
    font-size: clamp(2.25rem, 13vw, 3.15rem);
  }
}

.auth-email-help {
  margin: 0;
  font-size: 0.88rem;
}

.inline-link-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--mint);
  font: inherit;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}

/* Pricing / Founder checkout confidence polish */
.pricing-hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 22px;
  align-items: center;
  padding: 34px;
  border-radius: 28px;
}

.pricing-hero-copy {
  justify-items: start;
  max-width: 760px;
  margin: 0;
  text-align: left;
}

.pricing-hero-copy h1 {
  max-width: 11ch;
  margin: 10px 0 16px;
  font-size: 4.8rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.pricing-hero-copy > p:not(.hero-kicker):not(.section-copy):not(.pricing-terms-note) {
  max-width: 26ch;
  margin: 0 0 14px;
  font-size: 1.55rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.pricing-hero-copy .section-copy {
  max-width: 64ch;
  margin: 0;
  font-size: 1rem;
}

.pricing-hero-copy .cta-row {
  justify-content: flex-start;
}

.pricing-hero-checkout-card {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(132, 255, 224, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(132, 255, 224, 0.12), transparent 34%),
    rgba(7, 17, 15, 0.64);
  box-shadow:
    inset 0 0 0 1px rgba(132, 255, 224, 0.06),
    0 20px 58px rgba(0, 0, 0, 0.24);
}

.pricing-hero-checkout-card .pricing-ribbon {
  position: static;
  width: fit-content;
}

.pricing-hero-checkout-card strong {
  color: var(--text-primary);
  font-size: 3.3rem;
  line-height: 0.95;
  letter-spacing: 0;
}

.pricing-hero-checkout-card strong span {
  color: var(--text-secondary);
  font-size: 1rem;
  font-weight: 850;
}

.pricing-hero-checkout-card p,
.pricing-hero-checkout-card small {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.45;
}

.pricing-proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.pricing-proof-strip span {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
  min-height: 94px;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.11);
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.035);
}

.pricing-proof-strip strong {
  color: var(--text-primary);
  font-size: 1rem;
  line-height: 1.12;
}

.pricing-proof-strip small {
  color: var(--text-secondary);
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.28;
}

.pricing-founder-checkout-section {
  margin-top: -2px;
}

.pricing-founder-offer {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
  gap: 18px;
  padding: 26px;
  border-radius: 26px;
}

.pricing-founder-main h2 {
  max-width: 12ch;
  margin: 16px 0 10px;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
}

.pricing-founder-main > strong {
  max-width: 18ch;
  color: var(--mint);
  font-size: 1.35rem;
  line-height: 1.18;
}

.pricing-founder-main .cta-row {
  margin-top: auto;
  justify-content: flex-start;
}

.pricing-founder-list {
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
}

.pricing-founder-feature-groups {
  gap: 10px;
}

.pricing-founder-feature-group {
  padding: 13px;
  border-radius: 14px;
}

.pricing-founder-feature-group ul {
  gap: 6px;
  margin-top: 10px;
}

.pricing-section-hero-head-compact {
  max-width: 760px;
  margin-bottom: 18px;
  text-align: left;
}

.pricing-section-hero-head-compact,
.pricing-section-hero-head-compact > div {
  justify-content: flex-start;
  justify-items: start;
}

.pricing-section-hero-head-compact h2 {
  max-width: 16ch;
  margin: 8px 0 8px;
  font-size: 2.7rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.pricing-section-hero-head-compact .section-copy {
  max-width: 62ch;
  margin: 0;
}

.pricing-future-ladder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pricing-future-ladder article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.026);
  opacity: 0.82;
}

.pricing-future-ladder strong {
  color: var(--text-primary);
  font-size: 1.55rem;
  line-height: 1.05;
}

.pricing-future-ladder p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.45;
}

.pricing-terms-section {
  align-items: stretch;
}

.pricing-terms-card {
  justify-items: start;
  text-align: left;
}

.pricing-terms-card h3 {
  max-width: 18ch;
  margin-inline: 0;
  font-size: 2.45rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.pricing-terms-card .feature-list {
  width: 100%;
}

.pricing-final-cta {
  padding: 32px;
  border-radius: 26px;
}

.pricing-final-cta h2 {
  max-width: 18ch;
  font-size: 3rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.premium-product-hero h1 {
  max-width: 12ch;
  font-size: 4.1rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.premium-system-head {
  justify-content: flex-start;
  max-width: 760px;
  margin-bottom: 18px;
  text-align: left;
}

.premium-system-head h2 {
  max-width: 17ch;
  margin: 8px 0;
  font-size: 2.8rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.premium-system-head .section-copy {
  max-width: 68ch;
}

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

.premium-system-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 32%),
    rgba(244, 255, 251, 0.026);
}

.premium-system-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #07110f;
  background: var(--accent);
  font-size: 0.8rem;
  font-weight: 950;
}

.premium-system-card strong {
  color: var(--text-primary);
  font-size: 1.25rem;
  line-height: 1.12;
}

.premium-system-card p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.45;
}

.premium-founder-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.premium-founder-strip article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.028);
}

.premium-founder-strip strong {
  color: var(--text-primary);
  font-size: 1.45rem;
  line-height: 1.08;
}

.premium-founder-strip p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.42;
}

.premium-founder-strip-cta {
  border-color: rgba(88, 224, 196, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    rgba(88, 224, 196, 0.05);
}

/* Pricing/Premium Iconic Mode alignment */
body[data-page="pricing"],
body[data-page="premium"] {
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 224, 196, 0.12), transparent 24rem),
    linear-gradient(180deg, #07110f 0%, #0a1613 48%, #050907 100%);
}

body[data-page="pricing"] .site-shell,
body[data-page="premium"] .site-shell {
  background:
    linear-gradient(rgba(132, 255, 224, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 255, 224, 0.022) 1px, transparent 1px);
  background-size: 76px 76px;
}

.pricing-brand-hero,
.premium-brand-hero {
  isolation: isolate;
  min-height: min(78vh, 760px);
  border-radius: 8px;
  border-color: rgba(244, 255, 251, 0.16);
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.92), rgba(5, 9, 7, 0.72) 48%, rgba(5, 9, 7, 0.42)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.14), rgba(5, 9, 7, 0.86)),
    url("../public/media/brand/og-home-pitch-photo-hero-desktop.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(244, 255, 251, 0.08),
    0 42px 120px rgba(0, 0, 0, 0.42);
}

.premium-brand-hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.9), rgba(5, 9, 7, 0.7) 52%, rgba(5, 9, 7, 0.46)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.12), rgba(5, 9, 7, 0.84)),
    url("../public/media/brand/og-home-pitch-photo-founder.webp") center / cover no-repeat;
}

.pricing-brand-hero::before {
  opacity: 0.38;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 66%);
}

.pricing-brand-lockup,
.premium-brand-lockup {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 12px;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  opacity: 0.96;
}

.pricing-brand-lockup img:first-child,
.premium-brand-lockup img:first-child {
  width: 54px;
  height: auto;
}

.pricing-brand-lockup img:last-child,
.premium-brand-lockup img:last-child {
  width: 176px;
  height: auto;
  max-width: 42vw;
}

.pricing-brand-hero .pricing-hero-copy,
.premium-brand-hero .premium-brand-hero-main {
  align-content: center;
  max-width: 780px;
  min-width: 0;
}

.pricing-brand-hero .pricing-hero-copy h1,
.premium-brand-hero .premium-brand-hero-main h1 {
  max-width: 11ch;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.44);
}

.pricing-brand-hero .pricing-hero-copy > p:not(.hero-kicker):not(.section-copy):not(.pricing-terms-note):not(.footer-note),
.premium-brand-hero .premium-brand-hero-main > p:not(.hero-kicker):not(.section-copy):not(.footer-note) {
  max-width: 30ch;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 2.3rem);
  font-weight: 950;
  line-height: 1.04;
}

.pricing-brand-hero .pricing-hero-copy .section-copy,
.pricing-brand-hero .pricing-hero-copy .footer-note,
.premium-brand-hero .premium-brand-hero-main .section-copy,
.premium-brand-hero .premium-brand-hero-main .footer-note {
  max-width: 62ch;
  color: rgba(244, 255, 251, 0.82);
}

.pricing-brand-hero .button,
.premium-brand-hero .button,
.pricing-final-cta .button {
  color: #06100e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 16px 48px rgba(88, 224, 196, 0.18);
}

.pricing-brand-hero .ghost-button,
.premium-brand-hero .ghost-button,
.pricing-final-cta .ghost-button {
  color: #f4fffb;
  border-color: rgba(244, 255, 251, 0.24);
  background: rgba(5, 9, 7, 0.4);
  backdrop-filter: blur(12px);
}

.pricing-hero-checkout-card,
.premium-brand-access-panel {
  align-self: center;
  border-radius: 8px;
  border-color: rgba(157, 255, 232, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 255, 232, 0.12), transparent 34%),
    rgba(5, 9, 7, 0.68);
  backdrop-filter: blur(14px);
}

.premium-brand-access-panel .metric {
  border-radius: 8px;
  background: rgba(5, 9, 7, 0.58);
}

.pricing-proof-strip span,
.pricing-founder-feature-group,
.pricing-unlock-card,
.pricing-trust-card,
.premium-system-card,
.premium-intelligence-suite-card,
.premium-founder-strip article {
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.052), rgba(244, 255, 251, 0.018)),
    rgba(5, 9, 7, 0.42);
}

.pricing-proof-strip span,
.premium-system-card,
.premium-intelligence-suite-card {
  position: relative;
  overflow: hidden;
}

.pricing-proof-strip span::before,
.premium-system-card::before,
.premium-intelligence-suite-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(157, 255, 232, 0.92), rgba(88, 224, 196, 0.24));
}

.pricing-founder-feature-group .metric-label,
.premium-intelligence-suite-card .metric-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(157, 255, 232, 0.78);
  font-size: 0.66rem;
}

.pricing-founder-offer,
.premium-proof-panel,
.pricing-final-cta {
  border-radius: 8px;
  border-color: rgba(244, 255, 251, 0.14);
}

.pricing-founder-offer {
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.86), rgba(5, 9, 7, 0.66)),
    url("../public/media/brand/og-home-pitch-photo-features.webp") center / cover no-repeat;
}

.premium-brand-system-section {
  position: relative;
}

.premium-proof-panel {
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.9), rgba(5, 9, 7, 0.76)),
    url("../public/media/brand/og-home-pitch-photo-about.webp") center / cover no-repeat;
}

.pricing-final-cta {
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.9), rgba(5, 9, 7, 0.72)),
    url("../public/media/brand/og-home-pitch-photo-founder.webp") center / cover no-repeat;
}

.pricing-future-ladder article {
  border-radius: 8px;
}

@media (max-width: 1080px) {
  .pricing-hero,
  .pricing-founder-offer,
  .pricing-proof-strip,
  .premium-system-grid,
  .premium-founder-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-hero-copy,
  .pricing-hero-checkout-card {
    grid-column: span 1;
  }
}

@media (max-width: 700px) {
  .pricing-hero,
  .premium-brand-hero,
  .pricing-founder-offer,
  .pricing-proof-strip,
  .pricing-future-ladder,
  .premium-system-grid,
  .premium-founder-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-hero {
    padding: 22px;
    border-radius: 22px;
  }

  .premium-brand-hero {
    gap: 18px;
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .premium-brand-access-panel {
    align-self: stretch;
  }

  .pricing-hero-copy h1,
  .premium-product-hero h1 {
    max-width: 100%;
    font-size: 2.9rem;
    line-height: 1;
  }

  .pricing-hero-copy > p:not(.hero-kicker):not(.section-copy):not(.pricing-terms-note) {
    max-width: 100%;
    font-size: 1.18rem;
  }

  .pricing-hero-copy .cta-row,
  .pricing-founder-main .cta-row,
  .pricing-final-cta .cta-row,
  .premium-product-hero .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
  }

  .pricing-hero-copy .button,
  .pricing-hero-copy .ghost-button,
  .pricing-founder-main .button,
  .pricing-final-cta .button,
  .pricing-final-cta .ghost-button,
  .premium-product-hero .button,
  .premium-product-hero .ghost-button,
  .pricing-hero-checkout-card .button,
  .premium-founder-strip .button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    white-space: normal;
  }

  .pricing-hero-checkout-card {
    padding: 18px;
    border-radius: 18px;
  }

  .pricing-hero-checkout-card strong {
    font-size: 2.55rem;
  }

  .pricing-founder-offer {
    padding: 18px;
    border-radius: 20px;
  }

  .pricing-founder-main h2,
  .pricing-section-hero-head-compact h2,
  .pricing-terms-card h3,
  .pricing-final-cta h2,
  .premium-system-head h2 {
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.04;
  }

  .pricing-founder-main > strong {
    max-width: 100%;
    font-size: 1.12rem;
  }

  .pricing-founder-feature-groups {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-proof-strip span,
  .premium-system-card,
  .premium-founder-strip article {
    min-height: auto;
    padding: 14px;
    border-radius: 14px;
  }

  .pricing-final-cta {
    justify-items: stretch;
    padding: 22px;
    text-align: left;
  }

  .pricing-final-cta h2,
  .pricing-final-cta p {
    margin-inline: 0;
  }
}

@media (max-width: 860px) {
  .check-my-bet-hero,
  .check-my-bet-layout {
    grid-template-columns: 1fr;
  }

  .check-my-bet-assurance-card {
    align-content: start;
  }
}

@media (max-width: 560px) {
  .check-my-bet-page {
    width: min(100% - 18px, 1180px);
    gap: 14px;
    padding: 14px 0 86px;
  }

  .check-my-bet-hero {
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
  }

  .check-my-bet-hero h1 {
    font-size: clamp(2rem, 13vw, 3rem);
  }

  .check-my-bet-builder .paper-slip-math {
    grid-template-columns: 1fr;
  }

  .check-my-bet-hero-actions,
  .check-my-bet-hero-actions .button,
  .check-my-bet-hero-actions .ghost-button,
  .check-my-bet-rail-card .cta-row,
  .check-my-bet-rail-card .ghost-button {
    width: 100%;
  }

  .check-my-bet-hero-actions .button,
  .check-my-bet-hero-actions .ghost-button,
  .check-my-bet-rail-card .ghost-button {
    justify-content: center;
  }

  .check-my-bet-assurance-card,
  .check-my-bet-rail-card {
    padding: 14px;
    border-radius: 16px;
  }
}

@media (max-width: 1320px) {
  body[data-page="home"] .topbar {
    padding: 20px 34px;
  }

  body[data-page="home"] .nav-main {
    gap: 22px;
  }
}

@media (max-width: 780px) {
  body[data-page="home"] .site-shell {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  body[data-page="home"] #app,
  body[data-page="home"] .topbar {
    width: 100%;
  }

  body[data-page="home"] .topbar {
    display: flex;
    min-height: 92px;
    padding: 32px 28px 12px;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0));
  }

  body[data-page="home"] .brand {
    width: auto;
    min-width: 0;
  }

  body[data-page="home"] .brand-mark {
    width: 62px;
    height: auto;
    border-radius: 0;
  }

  body[data-page="home"] .nav-main,
  body[data-page="home"] .nav-utility,
  body[data-page="home"] .mobile-founder-cta {
    display: none;
  }

  body[data-page="home"] .mobile-nav-control {
    position: relative;
    display: block;
    width: auto;
    grid-column: auto;
  }

  body[data-page="home"] .mobile-nav-toggle {
    width: 46px;
    min-height: 46px;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(0, 0, 0, 0.18);
    box-shadow: none;
    backdrop-filter: blur(12px);
  }

  body[data-page="home"] .mobile-nav-toggle span {
    width: 22px;
  }

  body[data-page="home"] .mobile-nav-panel {
    top: 88px;
    border-color: rgba(255, 255, 255, 0.24);
    background:
      linear-gradient(150deg, rgba(5, 17, 13, 0.995), rgba(1, 3, 3, 0.995)),
      #020403;
    box-shadow: 0 24px 76px rgba(0, 0, 0, 0.72);
  }

  .home-iconic-hero {
    min-height: 100svh;
    padding: 116px 28px 56px;
  }

  .home-iconic-hero-bg {
    background-image:
      url("../public/media/brand/og-home-pitch-photo-hero-mobile.webp"),
      url("../public/media/brand/og-home-pitch-macro-mobile.webp");
    background-position: center;
  }

  .home-iconic-lockup {
    gap: 24px;
    align-self: end;
    padding-bottom: 70px;
  }

  .home-iconic-lockup::before {
    inset: -56px -42px -48px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0) 76%);
  }

  .home-iconic-pill {
    width: min(304px, 68vw);
  }

  .home-iconic-wordmark {
    width: min(430px, 74vw);
  }

  .home-iconic-mobile-break {
    display: block;
  }

  .home-iconic-tagline {
    font-size: 0.88rem;
    line-height: 1.85;
  }

  .home-iconic-meta,
  .home-iconic-domain {
    font-size: 0.78rem;
  }

  .home-iconic-founder-cta {
    width: min(82vw, 330px);
    min-width: 0;
    min-height: 52px;
    margin-top: 12px;
    padding: 0 22px;
  }

  .home-iconic-scroll-cue {
    display: none;
  }

  .home-iconic-intro-section {
    padding: 58px 24px 0;
  }

  .home-iconic-intro-copy .metric-label {
    font-size: 1.1rem;
  }

  .home-iconic-intro-copy p {
    font-size: 1rem;
  }
}

@media (max-width: 430px) {
  body[data-page="home"] .topbar {
    padding-inline: 22px;
  }

  body[data-page="home"] .brand-mark {
    width: 54px;
  }

  .home-iconic-lockup {
    gap: 22px;
    padding-bottom: 62px;
  }

  .home-iconic-pill {
    width: min(292px, 70vw);
  }

  .home-iconic-wordmark {
    width: min(390px, 74vw);
  }

  .home-iconic-divider {
    width: 178px;
  }

  .home-iconic-founder-cta {
    width: min(82vw, 320px);
    min-height: 52px;
  }
}

/* Phase 1 Iconic below-fold brand system */
body[data-page="home"] {
  background: #020403;
}

.app-view[data-view="home"] {
  --og-pitch: #06120f;
  --og-pitch-2: #0a1a15;
  --og-line: rgba(247, 246, 241, 0.14);
  --og-line-strong: rgba(247, 246, 241, 0.24);
  --og-text: #f7f6f1;
  --og-muted: rgba(247, 246, 241, 0.68);
  --og-soft: rgba(247, 246, 241, 0.08);
  --og-signal: #8fdc45;
  --og-card-radius: 8px;
  display: grid;
  gap: 0;
  max-width: none;
  color: var(--og-text);
  background:
    linear-gradient(180deg, #020403 0%, #06100d 24%, #020403 100%);
}

.app-view[data-view="home"] > .section:not(.home-iconic-intro-section) {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
  border-radius: 0;
}

.app-view[data-view="home"] .metric-label {
  color: var(--og-signal);
  font-weight: 820;
}

.home-iconic-intro-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding: 76px max(24px, calc((100vw - 1040px) / 2)) 84px;
  border-top: 1px solid rgba(247, 246, 241, 0.08);
  border-bottom: 1px solid rgba(247, 246, 241, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 220, 69, 0.08), transparent 34%),
    #020403;
}

.home-iconic-intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.98), rgba(2, 4, 3, 0.72), rgba(2, 4, 3, 0.98)),
    linear-gradient(180deg, rgba(2, 4, 3, 0.92), rgba(2, 4, 3, 0.8)),
    url("../public/media/brand/og-home-pitch-photo-about.webp") center / cover no-repeat;
  opacity: 0.34;
  pointer-events: none;
}

.home-iconic-intro-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 220, 69, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(2, 4, 3, 0.42), rgba(2, 4, 3, 0.88));
  pointer-events: none;
}

.home-iconic-intro-section > * {
  position: relative;
  z-index: 1;
}

.home-iconic-intro-copy .metric-label {
  color: var(--og-text);
}

.home-iconic-trust-line {
  color: rgba(247, 246, 241, 0.58);
}

.home-prediction-coverage-section,
.home-philosophy-section,
.home-founder-stack-section,
.home-sample-signal-section,
.founder-proof-section,
.home-how-og-works-section,
.home-access-section,
.home-faq-section,
.home-final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: clamp(24px, 3vw, 36px);
  padding: clamp(42px, 5vw, 72px) 0;
  border-top: 1px solid var(--og-line);
  background: transparent;
  box-shadow: none;
}

.home-prediction-coverage-section::before,
.home-sample-signal-section::before,
.founder-proof-section::before,
.home-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(143, 220, 69, 0.08), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(247, 246, 241, 0.045), transparent 34%);
  pointer-events: none;
}

.home-prediction-coverage-section::before {
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.98), rgba(2, 4, 3, 0.7), rgba(2, 4, 3, 0.98)),
    radial-gradient(circle at 12% 0%, rgba(143, 220, 69, 0.12), transparent 32%),
    url("../public/media/brand/og-home-pitch-photo-features.webp") center / cover no-repeat;
  opacity: 0.34;
}

.home-access-section::before,
.home-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.96), rgba(2, 4, 3, 0.74), rgba(2, 4, 3, 0.96)),
    radial-gradient(circle at 80% 8%, rgba(143, 220, 69, 0.12), transparent 34%),
    url("../public/media/brand/og-home-pitch-photo-founder.webp") center / cover no-repeat;
  opacity: 0.32;
  pointer-events: none;
}

.home-prediction-coverage-section > *,
.home-sample-signal-section > *,
.founder-proof-section > *,
.home-access-section > *,
.home-final-cta > * {
  position: relative;
  z-index: 1;
}

.home-coverage-head,
.home-built-head,
.home-suite-head,
.founder-proof-head,
.home-access-head,
.home-how-og-works-section .og-signal-flow-head {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.home-coverage-head h2,
.home-built-head h2,
.home-suite-head h2,
.founder-proof-head h2,
.home-access-head h2,
.home-final-cta h2,
.home-how-og-works-section .og-signal-flow-head h2 {
  max-width: 980px;
  margin: 0;
  color: var(--og-text);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.home-coverage-head p,
.home-built-head p,
.home-suite-head p,
.founder-proof-head .section-copy,
.home-access-head p,
.home-final-cta p,
.home-how-og-works-section .og-signal-flow-head .section-copy,
.home-sample-signal-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--og-muted);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.58;
}

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

.home-coverage-card,
.home-built-card,
.home-suite-card,
.home-access-card,
.proof-tile,
.founder-product-proof-strip article,
.founder-league-proof-card,
.og-flow-step,
.home-faq-item {
  border-radius: var(--og-card-radius);
  border: 1px solid var(--og-line);
  background:
    linear-gradient(180deg, rgba(247, 246, 241, 0.055), rgba(247, 246, 241, 0.022)),
    rgba(2, 4, 3, 0.48);
  box-shadow: none;
}

.home-coverage-card {
  display: grid;
  gap: 18px;
  min-height: 360px;
  padding: clamp(24px, 3vw, 34px);
}

.home-coverage-card > span,
.home-built-card span,
.home-suite-card span,
.home-access-card span,
.proof-tile .metric-label,
.founder-product-proof-strip .metric-label,
.og-flow-step span {
  color: var(--og-signal);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-coverage-card p {
  margin: 0;
  color: var(--og-muted);
  line-height: 1.55;
}

.home-coverage-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.home-coverage-card li {
  min-height: 38px;
  padding: 10px 12px;
  border-top: 1px solid rgba(247, 246, 241, 0.1);
  color: var(--og-text);
  font-weight: 720;
}

.home-built-grid,
.home-founder-stack-section .home-suite-grid,
.home-access-grid,
.founder-proof-headline-grid,
.founder-product-proof-strip,
.home-how-og-works-section .og-flow-steps {
  display: grid;
  gap: 14px;
}

.home-built-grid,
.home-how-og-works-section .og-flow-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-founder-stack-section .home-suite-grid {
  grid-template-columns: repeat(7, minmax(150px, 1fr));
}

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

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

.founder-product-proof-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-built-card,
.home-suite-card,
.home-access-card,
.og-flow-step {
  min-height: 0;
  padding: clamp(20px, 2vw, 28px);
  color: var(--og-text);
  text-decoration: none;
}

.home-built-card strong,
.home-suite-card strong,
.home-access-card strong,
.og-flow-step strong {
  color: var(--og-text);
  font-size: clamp(1.04rem, 1.25vw, 1.28rem);
  line-height: 1.2;
}

.home-built-card p,
.home-suite-card p,
.home-access-card p,
.og-flow-step p {
  color: var(--og-muted);
  font-size: 0.95rem;
  line-height: 1.52;
}

.home-sample-signal-section {
  grid-template-columns: minmax(260px, 0.54fr) minmax(0, 1fr);
  align-items: center;
  width: min(100% - 40px, 1240px);
  padding-inline: 0;
}

.home-sample-signal-copy h2 {
  color: var(--og-text);
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.home-product-preview-card {
  border-radius: var(--og-card-radius);
  border: 1px solid var(--og-line-strong);
  background:
    linear-gradient(180deg, rgba(10, 26, 21, 0.96), rgba(2, 4, 3, 0.98));
  box-shadow: none;
}

.home-preview-state,
.home-edge-meter span,
.home-probability-bar em,
.home-probability-bar-draw em,
.home-probability-bar-away em {
  background: var(--og-signal);
}

.home-preview-crest {
  border-radius: 50%;
  border: 1px solid var(--og-line-strong);
  background: rgba(247, 246, 241, 0.08);
}

.home-sample-signal-note,
.home-final-cta .footer-note,
.founder-proof-section .footer-note,
.home-founder-stack-section .footer-note {
  color: rgba(247, 246, 241, 0.58);
}

.proof-tile,
.founder-product-proof-strip article {
  display: grid;
  gap: 8px;
  padding: clamp(18px, 2vw, 24px);
}

.proof-tile strong,
.founder-product-proof-strip strong {
  color: var(--og-text);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1;
}

.founder-league-proof-details {
  border-radius: var(--og-card-radius);
  border: 1px solid var(--og-line);
  background: rgba(247, 246, 241, 0.035);
}

.founder-league-proof-details summary {
  color: var(--og-text);
}

.home-access-card-featured {
  border-color: rgba(143, 220, 69, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 220, 69, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(10, 30, 20, 0.96), rgba(2, 4, 3, 0.98));
}

.home-faq-list {
  max-width: 980px;
  margin-inline: auto;
}

.home-faq-item summary {
  color: var(--og-text);
}

.home-faq-item p {
  color: var(--og-muted);
}

.home-final-cta {
  justify-items: center;
  text-align: center;
  border-bottom: 1px solid var(--og-line);
}

.home-final-cta .cta-row {
  justify-content: center;
}

.home-footer {
  width: min(100% - 40px, 1240px);
  margin: 0 auto 32px;
  border-top: 1px solid var(--og-line);
  border-radius: 0;
  color: rgba(247, 246, 241, 0.7);
  background: transparent;
}

@media (max-width: 1080px) {
  .home-built-grid,
  .home-how-og-works-section .og-flow-steps,
  .founder-proof-headline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-founder-stack-section .home-suite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-sample-signal-section,
  .home-access-grid,
  .founder-product-proof-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .app-view[data-view="home"] > .section:not(.home-iconic-intro-section),
  .home-footer {
    width: min(100% - 28px, 1240px);
  }

  .home-iconic-intro-section {
    padding: 58px 22px 64px;
  }

  .home-coverage-grid,
  .home-built-grid,
  .home-founder-stack-section .home-suite-grid,
  .founder-proof-headline-grid,
  .home-how-og-works-section .og-flow-steps {
    grid-template-columns: 1fr;
  }

  .home-coverage-card {
    min-height: 0;
  }

  .home-prediction-coverage-section,
  .home-philosophy-section,
  .home-founder-stack-section,
  .home-sample-signal-section,
  .founder-proof-section,
  .home-how-og-works-section,
  .home-access-section,
  .home-faq-section,
  .home-final-cta {
    padding-block: 42px;
  }
}
