:root {
  color-scheme: dark;
  --bg: #000000;
  --bg-soft: #03070d;
  --panel: rgba(5, 7, 10, 0.92);
  --panel-strong: rgba(8, 12, 17, 0.96);
  --line: rgba(52, 120, 244, 0.2);
  --line-bright: rgba(52, 120, 244, 0.42);
  --text: #ffffff;
  --muted: rgba(221, 231, 242, 0.72);
  --muted-strong: #dde7f2;
  --blue: #3478f4;
  --blue-strong: #2060f0;
  --violet: #4090f0;
  --silver: #f8fafc;
  --steel: #9fb4c9;
  --carbon: #07111b;
  --success: #3478f4;
  --danger: #ff5f6d;
  --amber: #3478f4;
  --paper: #ffffff;
  --radius: 8px;
  --radius-sm: 6px;
  --max: 1200px;
  --display-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(52, 120, 244, 0.13), transparent 190px),
    radial-gradient(circle at 82% 12%, rgba(52, 120, 244, 0.16), transparent 30%),
    radial-gradient(circle at 15% 5%, rgba(32, 96, 240, 0.14), transparent 24%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 16px),
    linear-gradient(90deg, rgba(52, 120, 244, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(52, 120, 244, 0.025) 1px, transparent 1px),
    var(--bg);
  background-size: auto, auto, auto, auto, 96px 96px, 96px 96px, auto;
  color: var(--text);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0.86)),
    linear-gradient(180deg, transparent, var(--bg) 90%);
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.36) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 18%, rgba(52, 120, 244, 0.48) 0 1px, transparent 1.5px),
    radial-gradient(circle at 44% 72%, rgba(52, 120, 244, 0.26) 0 1px, transparent 1.5px);
  background-size: 260px 260px, 340px 340px, 420px 420px;
  opacity: 0.38;
  z-index: -1;
}

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

img,
svg {
  display: block;
}

button,
input {
  font: inherit;
}

.promo-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 18px;
  background: rgba(0, 0, 0, 0.86);
  border-bottom: 1px solid rgba(52, 120, 244, 0.18);
  color: rgba(245, 249, 255, 0.78);
  font-size: 12px;
  font-weight: 650;
  text-align: center;
  letter-spacing: 0;
}

.promo-bar span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 850;
  font-family: var(--mono-font);
}

.promo-bar span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 18px rgba(52, 120, 244, 0.86);
}

.promo-bar a {
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header {
  width: min(var(--max), calc(100% - 48px));
  min-height: 78px;
  margin: 18px auto 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: sticky;
  top: 12px;
  z-index: 20;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018) 35%, rgba(52, 120, 244, 0.06)),
    rgba(3, 4, 6, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 0;
  white-space: nowrap;
}

.brand-symbol {
  width: clamp(42px, 4vw, 54px);
  height: clamp(36px, 3.3vw, 45px);
  object-fit: contain;
  display: block;
  filter:
    drop-shadow(0 0 18px rgba(32, 96, 240, 0.34))
    drop-shadow(0 10px 22px rgba(0, 0, 0, 0.3));
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  color: var(--silver);
  font-family: var(--display-font);
  font-size: clamp(24px, 2.15vw, 34px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.92;
}

.brand-wordmark strong {
  color: var(--blue);
  font: inherit;
}

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

.site-footer .brand-wordmark {
  font-size: 32px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background:
    linear-gradient(140deg, #ffffff, #3478f4 62%, #2060f0),
    #07111b;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.34),
    0 8px 24px rgba(227, 236, 246, 0.18);
}

.brand-mark svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #021028;
  stroke-width: 3.2;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.brand-domain {
  color: var(--silver);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  color: rgba(244, 248, 255, 0.7);
  font-size: 14px;
  font-family: var(--display-font);
  font-weight: 650;
}

.desktop-nav a,
.ghost-button {
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.desktop-nav a:hover,
.ghost-button:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text);
}

.primary-button,
.secondary-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  padding: 0 22px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.primary-button {
  background: #3478f4;
  color: #030508;
  box-shadow: 0 14px 32px rgba(52, 120, 244, 0.24);
  position: relative;
  overflow: hidden;
}

.primary-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 32%, rgba(255, 255, 255, 0.72) 45%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
  display: none;
}

.primary-button:hover::after {
  transform: translateX(120%);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

.primary-button:hover {
  background: #5b9cff;
  box-shadow: 0 18px 38px rgba(52, 120, 244, 0.3);
}

.primary-button.small {
  min-height: 46px;
  padding: 0 20px;
}

.primary-button.full {
  width: 100%;
}

.secondary-button {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--text);
}

.hero {
  width: min(var(--max), calc(100% - 48px));
  min-height: 500px;
  margin: 0 auto;
  padding: 32px 0 20px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 28px;
  align-items: center;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 12px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 120, 244, 0.75), transparent);
  animation: scanline 4.8s ease-in-out infinite;
}

.hero::after {
  right: 0;
  bottom: 48px;
  width: min(52%, 640px);
  height: 280px;
  border: 1px solid rgba(52, 120, 244, 0.1);
  background:
    linear-gradient(90deg, rgba(52, 120, 244, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(52, 120, 244, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent, black 20%, black 72%, transparent);
  opacity: 0.42;
}

.hero-copy {
  width: min(630px, 100%);
  position: relative;
  z-index: 2;
  animation: riseIn 760ms ease both;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #214c72;
  border-radius: 999px;
  color: var(--blue);
  background:
    linear-gradient(115deg, rgba(52, 120, 244, 0.1), rgba(52, 120, 244, 0.025)),
    rgba(7, 17, 27, 0.8);
  font-size: 11px;
  font-weight: 600;
  font-family: var(--mono-font);
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  margin: 24px 0 0;
  font-size: 70px;
  line-height: 0.9;
  letter-spacing: 0;
  color: var(--text);
  font-weight: 500;
  font-family: var(--display-font);
}

.hero h1 span {
  display: block;
  width: fit-content;
  color: var(--blue);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  text-shadow: none;
}

.hero-lede {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--muted-strong);
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 26px;
  flex-wrap: wrap;
}

.hero-pills {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-pills span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--muted-strong);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.36);
  font-size: 14px;
}

.hero-world {
  min-height: 470px;
  position: relative;
  display: grid;
  place-items: center;
  z-index: 1;
}

.globe-stage {
  width: min(500px, 100%);
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.globe-stage::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, rgba(255, 255, 255, 0.16), transparent 26%),
    radial-gradient(circle, rgba(52, 120, 244, 0.14), rgba(32, 96, 240, 0.08) 54%, transparent 72%);
  filter: blur(18px);
  animation: globeGlow 4s ease-in-out infinite;
}

.globe-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 24px 70px rgba(0, 0, 0, 0.55));
}

.globe-halo {
  position: absolute;
  inset: 12%;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid rgba(52, 120, 244, 0.34);
  box-shadow:
    0 0 0 22px rgba(52, 120, 244, 0.02),
    0 0 85px rgba(52, 120, 244, 0.18),
    inset 0 0 75px rgba(32, 96, 240, 0.1);
  animation: haloSpin 11s linear infinite;
}

.globe-halo::before,
.globe-halo::after {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  border: 1px dashed rgba(52, 120, 244, 0.24);
}

.globe-halo::after {
  inset: -5%;
  border-color: rgba(32, 96, 240, 0.2);
  transform: rotate(28deg);
}

.globe-core {
  position: absolute;
  z-index: 4;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(52, 120, 244, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(52, 120, 244, 0.16), rgba(52, 120, 244, 0.055)),
    rgba(7, 17, 27, 0.76);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
}

.globe-core span {
  color: var(--paper);
  font-weight: 950;
  font-size: 20px;
}

.globe-core strong {
  color: var(--success);
  font-size: 10px;
  letter-spacing: 0;
}

.alert-layer {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.alert-card {
  position: absolute;
  width: min(230px, 44vw);
  padding: 12px 14px;
  border: 1px solid rgba(52, 120, 244, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(52, 120, 244, 0.12), rgba(0, 0, 0, 0.72) 48%, rgba(52, 120, 244, 0.08)),
    rgba(7, 17, 27, 0.76);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
  opacity: 0.62;
  transform: translateY(8px) scale(0.96);
  transition: opacity 260ms ease, transform 260ms ease, border-color 260ms ease;
}

.alert-card::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 12px;
  top: 14px;
  border-radius: 50%;
  background: var(--danger);
  box-shadow: 0 0 24px var(--danger);
}

.alert-card span,
.alert-card small {
  display: block;
  padding-left: 16px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.alert-card strong {
  display: block;
  margin: 5px 0 4px;
  padding-left: 16px;
  color: var(--text);
  font-size: 15px;
}

.alert-card.is-live {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: rgba(52, 120, 244, 0.58);
}

.alert-card.is-live::before {
  animation: alertPulse 900ms ease-in-out infinite;
}

.alert-card-a {
  top: 12%;
  right: 4%;
}

.alert-card-b {
  top: 42%;
  left: 2%;
}

.alert-card-c {
  right: 2%;
  bottom: 16%;
}

.alert-card-d {
  left: 18%;
  bottom: 6%;
}

.live-market-section {
  width: min(var(--max), calc(100% - 48px));
  margin: 10px auto 24px;
  padding: 22px;
  scroll-margin-top: 130px;
  border: 1px solid rgba(52, 120, 244, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 38%),
    rgba(3, 6, 10, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 54px rgba(0, 0, 0, 0.3);
}

.live-market-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}

.live-status {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid rgba(52, 120, 244, 0.28);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(52, 120, 244, 0.08);
  font-family: var(--mono-font);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.live-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 18px rgba(52, 120, 244, 0.9);
}

.live-market-copy h2 {
  max-width: 700px;
  margin: 14px 0 0;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: 42px;
  line-height: 1.02;
  font-weight: 520;
}

.live-market-copy p {
  margin: 0;
  color: rgba(221, 231, 242, 0.62);
  line-height: 1.6;
}

.live-odds-board {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1fr;
  gap: 10px;
}

.fixture-card {
  min-height: 190px;
  padding: 16px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.035);
  position: relative;
  overflow: hidden;
}

.fixture-card.is-featured {
  border-color: rgba(52, 120, 244, 0.4);
  background:
    radial-gradient(circle at 88% 0%, rgba(52, 120, 244, 0.28), transparent 34%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
}

.fixture-planet {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(52, 120, 244, 0.28);
  border-radius: 50%;
  color: #ffffff;
  background:
    linear-gradient(140deg, rgba(52, 120, 244, 0.36), rgba(32, 96, 240, 0.12)),
    rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-family: var(--mono-font);
  font-size: 11px;
  font-weight: 850;
}

.fixture-card span,
.fixture-card small {
  display: block;
  color: rgba(221, 231, 242, 0.55);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.fixture-card strong {
  display: block;
  margin: 8px 0;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: 21px;
  line-height: 1.04;
  font-weight: 650;
}

.odds-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.odds-row b {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(52, 120, 244, 0.18);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(52, 120, 244, 0.08);
  font-size: 13px;
}

.live-disclaimer {
  margin: 14px 0 0;
  color: rgba(221, 231, 242, 0.44);
  font-size: 12px;
  line-height: 1.5;
}

.market-tape {
  width: min(var(--max), calc(100% - 48px));
  margin: -6px auto 22px;
  overflow: hidden;
  border-top: 1px solid rgba(52, 120, 244, 0.22);
  border-bottom: 1px solid rgba(52, 120, 244, 0.12);
  background: linear-gradient(90deg, transparent, rgba(52, 120, 244, 0.035), transparent);
}

.ticker-track {
  min-width: max-content;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 0;
  animation: ticker 30s linear infinite;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 22px;
  color: rgba(221, 231, 242, 0.78);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  position: relative;
}

.ticker-track span::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 18px;
  border-radius: 50%;
  background: rgba(52, 120, 244, 0.78);
}

.signal-strip,
.section,
.site-footer {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(52, 120, 244, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.signal-strip div {
  min-height: 72px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.signal-strip div:last-child {
  border-right: 0;
}

.signal-strip div::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(52, 120, 244, 0.7), transparent);
  opacity: 0.55;
}

.signal-strip strong {
  display: block;
  font-size: 24px;
  color: var(--blue);
  font-weight: 850;
}

.signal-strip span {
  color: rgba(221, 231, 242, 0.6);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.section {
  padding: 106px 0 0;
  scroll-margin-top: 130px;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 680px;
}

.section-heading h2,
.waitlist-copy h2 {
  margin: 18px 0 0;
  font-family: var(--display-font);
  font-size: 62px;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 540;
}

.section-heading p,
.waitlist-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.rules-shell {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(52, 120, 244, 0.075), rgba(52, 120, 244, 0.012)),
    rgba(8, 12, 17, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 80px rgba(0, 0, 0, 0.26);
}

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

.rules-table th,
.rules-table td {
  padding: 22px 28px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rules-table th {
  color: var(--silver);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
  background:
    linear-gradient(120deg, rgba(52, 120, 244, 0.1), rgba(52, 120, 244, 0.025)),
    rgba(52, 120, 244, 0.03);
}

.rules-table td {
  color: var(--muted-strong);
}

.rules-table td:first-child {
  color: var(--text);
  font-weight: 700;
}

.rules-table td strong {
  color: var(--success);
}

.rules-table tr {
  transition: background 160ms ease;
}

.rules-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.04);
}

.account-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  align-items: start;
}

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

.account-card {
  min-height: 142px;
  padding: 22px;
  display: grid;
  align-content: space-between;
  text-align: left;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(52, 120, 244, 0.075), rgba(52, 120, 244, 0.014)),
    rgba(8, 12, 17, 0.92);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.account-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: translateX(-125%);
  transition: transform 520ms ease;
}

.account-card:hover,
.account-card.is-active {
  border-color: rgba(52, 120, 244, 0.58);
  background:
    linear-gradient(145deg, rgba(52, 120, 244, 0.16), rgba(52, 120, 244, 0.06)),
    rgba(8, 12, 17, 0.98);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

.account-card:hover {
  transform: translateY(-3px);
}

.account-card:hover::before,
.account-card.is-active::before {
  transform: translateX(125%);
}

.account-card span {
  color: var(--muted);
  font-size: 15px;
}

.account-card strong {
  font-size: 34px;
  color: var(--silver);
}

.checkout-panel {
  position: sticky;
  top: 126px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(52, 120, 244, 0.1), rgba(52, 120, 244, 0.025)),
    rgba(8, 12, 17, 0.96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.checkout-panel h3 {
  margin: 22px 0 0;
  font-size: 34px;
}

.checkout-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.checkout-details {
  margin: 24px 0;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.08);
}

.checkout-details div {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 14px;
  background: rgba(0, 0, 0, 0.38);
}

.checkout-details dt,
.checkout-details dd {
  margin: 0;
}

.checkout-details dt {
  color: var(--muted);
}

.checkout-details dd {
  font-weight: 800;
  color: var(--silver);
}

.steps-grid,
.advantage-grid {
  display: grid;
  gap: 16px;
}

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

.step-card,
.advantage-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(52, 120, 244, 0.075), rgba(52, 120, 244, 0.012)),
    rgba(8, 12, 17, 0.91);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.step-card:hover,
.advantage-card:hover {
  transform: translateY(-4px);
  border-color: rgba(52, 120, 244, 0.36);
}

.step-card {
  min-height: 280px;
  padding: 26px;
  display: grid;
  align-content: space-between;
}

.step-card span {
  color: var(--silver);
  font-size: 15px;
  font-weight: 900;
}

.step-card h3,
.advantage-card h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: 25px;
}

.step-card p,
.advantage-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.advantage-card {
  min-height: 250px;
  padding: 24px;
  align-content: space-between;
  gap: 18px;
  display: grid;
}

.waitlist-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: end;
  padding: 86px 48px;
  margin-top: 106px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(100deg, rgba(52, 120, 244, 0.12), rgba(32, 96, 240, 0.08) 42%, rgba(52, 120, 244, 0.04)),
    rgba(8, 12, 17, 0.94);
  overflow: hidden;
  position: relative;
}

.waitlist-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.88), transparent);
  animation: scanline 5.6s ease-in-out infinite;
}

.waitlist-form {
  display: grid;
  gap: 12px;
}

.waitlist-form label {
  color: var(--muted-strong);
  font-weight: 800;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.form-row input {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.36);
  color: var(--text);
  outline: none;
}

.form-row input:focus {
  border-color: rgba(52, 120, 244, 0.74);
  box-shadow: 0 0 0 4px rgba(52, 120, 244, 0.12);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--success);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 12, 17, 0.84);
  overflow: hidden;
}

.faq-list summary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  cursor: pointer;
  color: var(--text);
  font-weight: 800;
}

.faq-list summary::after {
  content: "+";
  color: var(--silver);
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.7;
}

.light-stack {
  margin-top: 74px;
  padding: 92px 0 110px;
  color: #05070a;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 42%, #eef5fb 100%);
  position: relative;
  overflow: hidden;
}

.light-stack::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 120, 244, 0.78), transparent);
}

.light-stack::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 18, 28, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 18, 28, 0.028) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, transparent, black 10%, black 78%, transparent);
}

.light-stack .section {
  position: relative;
  z-index: 1;
  padding-top: 96px;
}

.light-stack .section:first-child {
  padding-top: 0;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.light-stack .section-heading h2,
.light-stack .waitlist-copy h2 {
  color: #05070a;
  font-weight: 600;
  letter-spacing: 0;
}

.light-stack .section-heading p,
.light-stack .waitlist-copy p {
  color: rgba(5, 7, 10, 0.62);
  font-weight: 500;
}

.eyebrow.light {
  border-color: #cfdfec;
  color: #2060f0;
  background: #ffffff;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 14px;
}

.offer-card {
  min-height: 318px;
  padding: 25px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(6, 18, 32, 0.04);
  overflow: hidden;
}

.offer-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #dbe7f5, #3478f4, #dbe7f5);
}

.offer-card.is-featured {
  border-color: rgba(52, 120, 244, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 42%),
    #07111b;
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(7, 17, 27, 0.14);
}

.offer-kicker,
.offer-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.offer-kicker {
  color: #2060f0;
  background: #eef4ff;
}

.offer-card.is-featured .offer-kicker {
  color: #07111b;
  background: #3478f4;
}

.offer-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #07111b;
  background: #3478f4;
  box-shadow: 0 10px 28px rgba(52, 120, 244, 0.22);
}

.offer-card h3 {
  margin: 0;
  color: #05070a;
  font-size: 29px;
  line-height: 1;
  font-weight: 720;
}

.offer-card.is-featured h3 {
  color: #ffffff;
}

.offer-card p {
  margin: 12px 0 0;
  color: rgba(5, 7, 10, 0.62);
  line-height: 1.6;
}

.offer-card.is-featured p {
  color: rgba(255, 255, 255, 0.68);
}

.offer-card dl {
  margin: 0;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.08);
}

.offer-card.is-featured dl {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.1);
}

.offer-card dl div {
  min-height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #ffffff;
}

.offer-card.is-featured dl div {
  background: rgba(255, 255, 255, 0.045);
}

.offer-card dt,
.offer-card dd {
  margin: 0;
}

.offer-card dt {
  color: rgba(5, 7, 10, 0.54);
  font-size: 12px;
  font-weight: 750;
}

.offer-card.is-featured dt {
  color: rgba(255, 255, 255, 0.56);
}

.offer-card dd {
  color: #05070a;
  font-size: 13px;
  font-weight: 850;
  text-align: right;
}

.offer-card.is-featured dd {
  color: #ffffff;
}

.challenge-shell {
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  background: #ffffff;
  box-shadow:
    0 18px 48px rgba(6, 18, 32, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.challenge-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border-radius: 10px;
  background: #eef5fb;
}

.challenge-tabs button {
  min-height: 72px;
  padding: 12px 16px;
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 5px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: rgba(5, 7, 10, 0.58);
  cursor: pointer;
  text-align: left;
}

.challenge-tabs button.is-active {
  background: #07111b;
  border-color: rgba(52, 120, 244, 0.42);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 17, 27, 0.18);
}

.challenge-tabs button:disabled {
  cursor: not-allowed;
}

.challenge-tabs span {
  font-size: 15px;
  font-weight: 800;
}

.challenge-tabs small {
  color: inherit;
  opacity: 0.68;
  font-size: 12px;
  font-weight: 700;
}

.challenge-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(330px, 0.58fr);
  gap: 14px;
  margin-top: 14px;
}

.challenge-builder,
.checkout-panel {
  border-radius: 12px;
}

.challenge-builder {
  padding: 24px;
  background: #f8fbfe;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.builder-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}

.builder-head span,
.market-access span,
.checkout-label {
  display: block;
  color: #2060f0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.builder-head strong {
  display: block;
  margin-top: 8px;
  color: #05070a;
  font-size: 28px;
  font-weight: 650;
  line-height: 1;
}

.builder-head p {
  margin: 0;
  color: rgba(5, 7, 10, 0.56);
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

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

.light-stack .account-card {
  min-height: 132px;
  padding: 18px;
  align-content: start;
  gap: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: #05070a;
  box-shadow: 0 12px 28px rgba(6, 18, 32, 0.045);
}

.light-stack .account-card::before {
  display: none;
}

.light-stack .account-card:hover,
.light-stack .account-card.is-active {
  border-color: #3478f4;
  background: #07111b;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 17, 27, 0.18);
}

.light-stack .account-card:hover {
  transform: translateY(-2px);
}

.light-stack .account-card span {
  color: inherit;
  font-size: 16px;
  font-weight: 850;
}

.light-stack .account-card strong {
  color: #3478f4;
  font-size: 31px;
  line-height: 0.95;
}

.light-stack .account-card small {
  color: currentColor;
  opacity: 0.58;
  font-size: 12px;
  font-weight: 700;
}

.market-access {
  margin-top: 14px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(52, 120, 244, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(52, 120, 244, 0.14), rgba(52, 120, 244, 0.04)),
    #ffffff;
}

.market-access div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.market-access strong {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #07111b;
  background: #e8f0ff;
  font-size: 12px;
}

.light-stack .checkout-panel {
  position: sticky;
  top: 126px;
  padding: 24px;
  border: 1px solid rgba(52, 120, 244, 0.24);
  background:
    radial-gradient(circle at 85% 0%, rgba(52, 120, 244, 0.22), transparent 34%),
    #07111b;
  color: #ffffff;
  box-shadow: 0 24px 64px rgba(7, 17, 27, 0.25);
}

.light-stack .checkout-panel h3 {
  margin: 16px 0 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.04;
}

.light-stack .checkout-panel p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.checkout-price {
  margin-top: 20px;
  padding: 18px;
  border-radius: 14px;
  background: #ffffff;
  color: #05070a;
}

.checkout-price span {
  display: block;
  color: rgba(5, 7, 10, 0.55);
  font-size: 13px;
  font-weight: 800;
}

.checkout-price strong {
  display: block;
  margin-top: 4px;
  font-size: 42px;
  line-height: 1;
}

.light-stack .checkout-details {
  margin: 18px 0;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
}

.light-stack .checkout-details div {
  min-height: 52px;
  background: rgba(255, 255, 255, 0.045);
}

.light-stack .checkout-details dt {
  color: rgba(255, 255, 255, 0.58);
}

.light-stack .checkout-details dd {
  color: #ffffff;
}

.checkout-note {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.55;
}

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

.rule-highlights article {
  min-height: 124px;
  padding: 20px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(6, 18, 32, 0.05);
}

.rule-highlights span {
  color: rgba(5, 7, 10, 0.58);
  font-size: 13px;
  font-weight: 750;
}

.rule-highlights strong {
  color: #07111b;
  font-size: 32px;
  line-height: 1;
}

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

.payout-panel article {
  min-height: 180px;
  padding: 22px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(180deg, #ffffff, #f6faff),
    #ffffff;
  box-shadow: 0 14px 34px rgba(6, 18, 32, 0.052);
}

.payout-panel span,
.advantage-card span {
  color: #2060f0;
  font-family: var(--mono-font);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.payout-panel strong {
  color: #05070a;
  font-family: var(--display-font);
  font-size: 38px;
  line-height: 1;
  font-weight: 650;
}

.payout-panel small {
  color: rgba(5, 7, 10, 0.55);
  line-height: 1.45;
  font-weight: 650;
}

.light-stack .rules-shell {
  border-color: rgba(15, 23, 42, 0.1);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(6, 18, 32, 0.07);
}

.light-stack .rules-table th,
.light-stack .rules-table td {
  border-bottom-color: rgba(15, 23, 42, 0.08);
}

.light-stack .rules-table th {
  color: rgba(5, 7, 10, 0.52);
  background: #f4f8fc;
}

.light-stack .rules-table td {
  color: rgba(5, 7, 10, 0.68);
}

.light-stack .rules-table td:first-child {
  color: #05070a;
}

.light-stack .rules-table td strong {
  color: #2060f0;
}

.light-stack .rules-table tbody tr:hover {
  background: rgba(52, 120, 244, 0.08);
}

.light-stack .steps-grid,
.light-stack .advantage-grid {
  gap: 14px;
}

.light-stack .step-card,
.light-stack .advantage-card,
.light-stack .faq-list details {
  border-color: rgba(15, 23, 42, 0.1);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(6, 18, 32, 0.05);
}

.light-stack .step-card,
.light-stack .advantage-card {
  border-radius: 16px;
}

.light-stack .step-card:hover,
.light-stack .advantage-card:hover {
  border-color: rgba(52, 120, 244, 0.54);
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(6, 18, 32, 0.09);
}

.light-stack .step-card span {
  color: #2060f0;
}

.light-stack .step-card h3,
.light-stack .advantage-card h3 {
  color: #05070a;
}

.light-stack .step-card p,
.light-stack .advantage-card p {
  color: rgba(5, 7, 10, 0.6);
}

.market-intel-section {
  color: #ffffff;
}

.market-intel-section .section-heading h2 {
  color: #05070a;
}

.intel-board {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.16fr) minmax(0, 0.92fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 36%),
    #07111b;
  box-shadow: 0 24px 70px rgba(6, 18, 32, 0.16);
  overflow: hidden;
  position: relative;
}

.intel-board::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(52, 120, 244, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(52, 120, 244, 0.048) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 48%, black, transparent 72%);
}

.intel-column {
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.intel-node {
  min-height: 150px;
  padding: 18px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.intel-node span {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(52, 120, 244, 0.24);
  border-radius: 999px;
  color: #3478f4;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.intel-node strong {
  display: block;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.05;
}

.intel-node small {
  color: rgba(221, 231, 242, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

.intel-core {
  min-height: 100%;
  padding: 28px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  border: 1px solid rgba(52, 120, 244, 0.26);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 38%, rgba(52, 120, 244, 0.22), transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.core-ring {
  width: min(250px, 72vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  position: relative;
}

.core-ring::before,
.core-ring::after,
.core-ring i {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(52, 120, 244, 0.32);
}

.core-ring::before {
  inset: 0;
  box-shadow: 0 0 70px rgba(52, 120, 244, 0.18);
}

.core-ring::after {
  inset: 18%;
  border-style: dashed;
  animation: haloSpin 16s linear infinite;
}

.core-ring i:nth-child(1) {
  inset: 35%;
  background: linear-gradient(135deg, #3478f4, #2060f0);
  box-shadow: 0 0 42px rgba(52, 120, 244, 0.42);
}

.core-ring i:nth-child(2) {
  width: 88%;
  height: 24%;
  border-color: rgba(255, 255, 255, 0.14);
  transform: rotate(24deg);
}

.core-ring i:nth-child(3) {
  width: 94%;
  height: 30%;
  border-color: rgba(52, 120, 244, 0.18);
  transform: rotate(-32deg);
}

.intel-core span {
  color: #3478f4;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.signal-flow {
  width: min(460px, 100%);
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr;
  gap: 8px;
  align-items: center;
}

.signal-flow strong {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(52, 120, 244, 0.22);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  animation: flowStep 3.6s ease-in-out infinite;
}

.signal-flow strong:nth-child(3) {
  animation-delay: 1.2s;
}

.signal-flow strong:nth-child(5) {
  animation-delay: 2.4s;
}

.signal-flow i {
  height: 2px;
  border-radius: 999px;
  background: rgba(52, 120, 244, 0.22);
  position: relative;
  overflow: hidden;
}

.signal-flow i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, #3478f4, transparent);
  transform: translateX(-110%);
  animation: flowLine 3.6s ease-in-out infinite;
}

.signal-flow i:nth-child(4)::after {
  animation-delay: 1.2s;
}

.intel-core p {
  max-width: 390px;
  margin: 16px auto 0;
  color: rgba(221, 231, 242, 0.62);
  line-height: 1.65;
}

.earnings-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.52fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(6, 18, 32, 0.075);
}

.earnings-controls {
  padding: 22px;
  display: grid;
  gap: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(52, 120, 244, 0.075) 1px, transparent 1px),
    linear-gradient(180deg, rgba(52, 120, 244, 0.055) 1px, transparent 1px),
    #f8fbfe;
  background-size: 42px 42px;
}

.earnings-controls span,
.earnings-output span {
  display: block;
  margin-bottom: 10px;
  color: #2060f0;
  font-family: var(--mono-font);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.earnings-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

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

.earnings-options button {
  min-height: 54px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 10px;
  background: #ffffff;
  color: #05070a;
  font-weight: 850;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.earnings-options button:hover {
  transform: translateY(-1px);
  border-color: rgba(52, 120, 244, 0.5);
}

.earnings-options button.is-active {
  border-color: rgba(52, 120, 244, 0.62);
  background: #07111b;
  color: #ffffff;
}

.return-slider {
  min-height: 70px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #ffffff;
}

.return-slider input {
  accent-color: #3478f4;
}

.return-slider strong {
  min-width: 58px;
  color: #05070a;
  font-family: var(--display-font);
  font-size: 34px;
  line-height: 1;
  text-align: right;
}

.earnings-output {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(52, 120, 244, 0.24);
  background:
    radial-gradient(circle at 92% 0%, rgba(52, 120, 244, 0.24), transparent 34%),
    #07111b;
  color: #ffffff;
}

.earnings-output > strong {
  display: block;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: 56px;
  line-height: 0.95;
  font-weight: 650;
}

.earnings-output > small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 650;
}

.earnings-output dl {
  margin: 22px 0;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.earnings-output dl div {
  min-height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.earnings-output dt,
.earnings-output dd {
  margin: 0;
}

.earnings-output dt {
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 700;
}

.earnings-output dd {
  color: #ffffff;
  font-weight: 850;
}

.earnings-output p {
  margin: 0;
  color: rgba(221, 231, 242, 0.52);
  font-size: 12px;
  line-height: 1.55;
}

.light-stack .waitlist-section {
  color: #ffffff;
  border: 1px solid rgba(52, 120, 244, 0.22);
  background:
    radial-gradient(circle at 88% 4%, rgba(52, 120, 244, 0.28), transparent 34%),
    linear-gradient(115deg, #07111b, #02060a 72%);
  box-shadow: 0 28px 80px rgba(7, 17, 27, 0.2);
}

.light-stack .waitlist-section .eyebrow {
  border-color: rgba(52, 120, 244, 0.34);
  color: #3478f4;
  background: rgba(52, 120, 244, 0.1);
}

.light-stack .waitlist-copy h2 {
  color: #ffffff;
}

.light-stack .waitlist-copy p {
  color: rgba(255, 255, 255, 0.64);
}

.light-stack .waitlist-form label {
  color: rgba(255, 255, 255, 0.78);
}

.light-stack .form-row input {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.light-stack .form-row input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.light-stack .faq-section {
  padding: 64px;
  margin-top: 96px;
  border: 1px solid rgba(52, 120, 244, 0.2);
  border-radius: 14px;
  background:
    radial-gradient(circle at 88% 0%, rgba(52, 120, 244, 0.22), transparent 36%),
    linear-gradient(145deg, #07111b, #02060a 74%);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(6, 18, 32, 0.18);
}

.light-stack .faq-section .eyebrow {
  border-color: rgba(52, 120, 244, 0.28);
  color: #3478f4;
  background: rgba(52, 120, 244, 0.08);
}

.light-stack .faq-section .section-heading h2 {
  color: #ffffff;
}

.light-stack .faq-list details {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.light-stack .faq-list summary {
  color: #ffffff;
}

.light-stack .faq-list summary::after {
  color: #3478f4;
}

.light-stack .faq-list details p {
  color: rgba(221, 231, 242, 0.64);
}

.light-stack + .site-footer {
  margin-top: 0;
}

.site-footer {
  margin-top: 0;
  padding: 46px 0 52px;
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 42px;
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
  display: grid;
  gap: 18px;
}

.footer-brand p,
.footer-legal {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-socials a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(52, 120, 244, 0.16);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(52, 120, 244, 0.06);
  font-size: 12px;
  font-weight: 800;
}

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

.footer-grid div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-family: var(--mono-font);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-grid a {
  color: rgba(221, 231, 242, 0.62);
  font-size: 13px;
  font-weight: 650;
}

.footer-grid a:hover,
.footer-socials a:hover {
  color: #ffffff;
}

.footer-legal {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.motion-ready .live-market-section,
.motion-ready .market-tape,
.motion-ready .signal-strip,
.motion-ready .section,
.motion-ready .site-footer {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.motion-ready .live-market-section.is-visible,
.motion-ready .market-tape.is-visible,
.motion-ready .signal-strip.is-visible,
.motion-ready .section.is-visible,
.motion-ready .site-footer.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .hero-pills span {
  animation: riseIn 560ms ease both;
}

.motion-ready .hero-pills span:nth-child(2) {
  animation-delay: 90ms;
}

.motion-ready .hero-pills span:nth-child(3) {
  animation-delay: 180ms;
}

.motion-ready .hero-pills span:nth-child(4) {
  animation-delay: 270ms;
}

.motion-ready .signal-strip div,
.motion-ready .fixture-card,
.motion-ready .offer-card,
.motion-ready .challenge-shell,
.motion-ready .payout-panel article,
.motion-ready .rule-highlights article,
.motion-ready .step-card,
.motion-ready .advantage-card,
.motion-ready .intel-node,
.motion-ready .intel-core,
.motion-ready .earnings-controls,
.motion-ready .earnings-output,
.motion-ready .faq-list details {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms ease, transform 640ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.motion-ready .signal-strip.is-visible div,
.motion-ready .live-market-section.is-visible .fixture-card,
.motion-ready .section.is-visible .offer-card,
.motion-ready .section.is-visible .challenge-shell,
.motion-ready .section.is-visible .payout-panel article,
.motion-ready .section.is-visible .rule-highlights article,
.motion-ready .section.is-visible .step-card,
.motion-ready .section.is-visible .advantage-card,
.motion-ready .section.is-visible .intel-node,
.motion-ready .section.is-visible .intel-core,
.motion-ready .section.is-visible .earnings-controls,
.motion-ready .section.is-visible .earnings-output,
.motion-ready .section.is-visible .faq-list details {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .signal-strip.is-visible div:nth-child(2),
.motion-ready .live-market-section.is-visible .fixture-card:nth-child(2),
.motion-ready .section.is-visible .offer-card:nth-child(2),
.motion-ready .section.is-visible .payout-panel article:nth-child(2),
.motion-ready .section.is-visible .rule-highlights article:nth-child(2),
.motion-ready .section.is-visible .step-card:nth-child(2),
.motion-ready .section.is-visible .advantage-card:nth-child(2),
.motion-ready .section.is-visible .faq-list details:nth-child(2) {
  transition-delay: 90ms;
}

.motion-ready .signal-strip.is-visible div:nth-child(3),
.motion-ready .live-market-section.is-visible .fixture-card:nth-child(3),
.motion-ready .section.is-visible .offer-card:nth-child(3),
.motion-ready .section.is-visible .payout-panel article:nth-child(3),
.motion-ready .section.is-visible .rule-highlights article:nth-child(3),
.motion-ready .section.is-visible .step-card:nth-child(3),
.motion-ready .section.is-visible .advantage-card:nth-child(3),
.motion-ready .section.is-visible .faq-list details:nth-child(3) {
  transition-delay: 180ms;
}

.motion-ready .signal-strip.is-visible div:nth-child(4),
.motion-ready .live-market-section.is-visible .fixture-card:nth-child(4),
.motion-ready .section.is-visible .payout-panel article:nth-child(4),
.motion-ready .section.is-visible .rule-highlights article:nth-child(4),
.motion-ready .section.is-visible .step-card:nth-child(4),
.motion-ready .section.is-visible .advantage-card:nth-child(4),
.motion-ready .section.is-visible .faq-list details:nth-child(4) {
  transition-delay: 270ms;
}

.motion-ready .section.is-visible .challenge-shell,
.motion-ready .section.is-visible .intel-core,
.motion-ready .section.is-visible .earnings-output,
.motion-ready .section.is-visible .faq-list details:nth-child(5) {
  transition-delay: 300ms;
}

.motion-ready .section.is-visible .intel-column:first-child .intel-node:nth-child(2),
.motion-ready .section.is-visible .intel-column:last-child .intel-node:nth-child(1),
.motion-ready .section.is-visible .faq-list details:nth-child(6) {
  transition-delay: 120ms;
}

.motion-ready .section.is-visible .intel-column:first-child .intel-node:nth-child(3),
.motion-ready .section.is-visible .intel-column:last-child .intel-node:nth-child(2) {
  transition-delay: 220ms;
}

.motion-ready .section.is-visible .intel-column:last-child .intel-node:nth-child(3) {
  transition-delay: 320ms;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scanline {
  0%,
  100% {
    opacity: 0;
    transform: translateX(-18%);
  }
  45%,
  55% {
    opacity: 1;
  }
  70% {
    transform: translateX(18%);
  }
}

@keyframes globeGlow {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes haloSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes alertPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.55);
    opacity: 1;
  }
}

@keyframes flowStep {
  0%,
  28%,
  100% {
    border-color: rgba(52, 120, 244, 0.22);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: none;
    color: #ffffff;
    transform: translateY(0);
  }
  10%,
  18% {
    border-color: rgba(52, 120, 244, 0.74);
    background: rgba(52, 120, 244, 0.18);
    box-shadow: 0 0 28px rgba(52, 120, 244, 0.28);
    color: #e8f0ff;
    transform: translateY(-2px);
  }
}

@keyframes flowLine {
  0%,
  22%,
  100% {
    transform: translateX(-110%);
  }
  38%,
  52% {
    transform: translateX(110%);
  }
}

@keyframes flowLineY {
  0%,
  22%,
  100% {
    transform: translateY(-110%);
  }
  38%,
  52% {
    transform: translateY(110%);
  }
}

@keyframes panelSweep {
  0%,
  45% {
    transform: translateX(-120%);
  }
  60%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .site-header,
  .live-market-section,
  .signal-strip,
  .market-tape,
  .section,
  .site-footer {
    width: min(100% - 32px, var(--max));
  }

  .site-header {
    min-height: 70px;
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    width: min(100% - 32px, var(--max));
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 58px;
  }

  .hero h1 {
    font-size: 72px;
  }

  .hero-lede {
    font-size: 20px;
  }

  .hero-world {
    min-height: 560px;
    margin-top: 10px;
  }

  .globe-stage {
    width: min(560px, 100%);
  }

  .alert-card-a {
    right: 0;
  }

  .alert-card-b {
    left: 0;
  }

  .live-market-copy,
  .earnings-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .live-odds-board,
  .payout-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-strip,
  .account-layout,
  .steps-grid,
  .advantage-grid,
  .waitlist-section {
    grid-template-columns: 1fr 1fr;
  }

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

  .signal-strip div:nth-child(2) {
    border-right: 0;
  }

  .signal-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .checkout-panel {
    position: static;
  }

  .account-grid {
    grid-template-columns: 1fr 1fr;
  }

  .waitlist-section {
    padding: 52px 28px;
  }
}

@media (max-width: 680px) {
  .promo-bar {
    min-height: 44px;
    flex-direction: column;
    gap: 3px;
    font-size: 12px;
  }

  .site-header {
    margin-top: 12px;
    padding: 10px;
    gap: 10px;
  }

  .brand {
    gap: 9px;
  }

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

  .brand-wordmark {
    font-size: 22px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .header-actions .ghost-button {
    display: none;
  }

  .primary-button.small {
    min-height: 42px;
    padding: 0 13px;
  }

  .hero {
    min-height: auto;
    padding: 48px 0 28px;
    overflow: hidden;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-lede {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.48;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button {
    width: 100%;
  }

  .hero-world {
    width: 100%;
    min-height: 360px;
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
    opacity: 1;
    margin-top: 20px;
    overflow: hidden;
  }

  .globe-stage {
    width: min(380px, 100%);
    transform: none;
  }

  .alert-card {
    width: min(178px, 54vw);
    padding: 10px 12px;
    opacity: 0.72;
  }

  .alert-card strong {
    font-size: 13px;
  }

  .alert-card-a {
    top: 14%;
    right: 0;
  }

  .alert-card-b {
    top: 42%;
    left: 0;
  }

  .alert-card-c {
    right: 4%;
    bottom: 8%;
  }

  .alert-card-d {
    display: none;
  }

  .market-tape {
    margin-top: 0;
  }

  .live-market-section {
    width: min(100% - 32px, var(--max));
    padding: 16px;
  }

  .live-market-copy {
    gap: 12px;
  }

  .live-market-copy h2 {
    font-size: 31px;
  }

  .live-odds-board,
  .payout-panel {
    grid-template-columns: 1fr;
  }

  .fixture-card,
  .payout-panel article {
    min-height: 150px;
  }

  .signal-strip,
  .account-layout,
  .steps-grid,
  .advantage-grid,
  .waitlist-section,
  .form-row,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .signal-strip div,
  .signal-strip div:nth-child(2) {
    border-right: 0;
  }

  .signal-strip div {
    min-height: 60px;
    padding: 0 16px;
  }

  .signal-strip div {
    min-height: 60px;
  }

  .section {
    padding-top: 76px;
    scroll-margin-top: 164px;
  }

  .section-heading h2,
  .waitlist-copy h2 {
    font-size: 40px;
  }

  .section-heading p,
  .waitlist-copy p {
    font-size: 16px;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }

  .account-card {
    min-height: 112px;
  }

  .step-card,
  .advantage-card {
    min-height: 220px;
  }

  .waitlist-section {
    margin-top: 76px;
    padding: 38px 20px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 40px;
  }

  .hero-lede {
    font-size: 16px;
  }

  .brand {
    gap: 7px;
  }

  .brand-symbol {
    width: 34px;
    height: 30px;
  }

  .brand-wordmark {
    font-size: 18px;
  }

  .primary-button.small {
    max-width: 88px;
    padding: 0 10px;
    line-height: 1.15;
  }

  .hero-world {
    min-height: 330px;
  }

  .globe-core {
    width: 58px;
    height: 58px;
  }

  .alert-card {
    width: 164px;
  }

  .alert-card span,
  .alert-card small {
    font-size: 9px;
  }

  .alert-card strong {
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .light-stack {
    margin-top: 56px;
    padding: 72px 0 88px;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: auto;
  }

  .challenge-layout {
    grid-template-columns: 1fr;
  }

  .light-stack .checkout-panel {
    position: static;
  }

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

  .intel-board {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

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

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

  .light-stack .faq-section {
    padding: 42px;
  }
}

@media (max-width: 680px) {
  .light-stack {
    margin-top: 42px;
    padding: 58px 0 72px;
  }

  .challenge-shell {
    padding: 10px;
    border-radius: 18px;
  }

  .offer-grid {
    margin-top: 26px;
  }

  .offer-card {
    padding: 20px;
    border-radius: 14px;
  }

  .offer-card h3 {
    font-size: 26px;
  }

  .challenge-tabs {
    grid-template-columns: 1fr;
  }

  .challenge-tabs button {
    min-height: 58px;
  }

  .challenge-builder,
  .light-stack .checkout-panel {
    padding: 18px;
    border-radius: 14px;
  }

  .builder-head,
  .market-access {
    align-items: flex-start;
    flex-direction: column;
  }

  .builder-head p {
    text-align: left;
  }

  .builder-head strong {
    font-size: 23px;
  }

  .light-stack .account-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .light-stack .account-card {
    min-height: 102px;
  }

  .light-stack .account-card strong {
    font-size: 30px;
  }

  .market-access div {
    justify-content: flex-start;
  }

  .rule-highlights {
    grid-template-columns: 1fr;
  }

  .rule-highlights article {
    min-height: 104px;
  }

  .intel-board {
    padding: 10px;
    border-radius: 12px;
  }

  .intel-column {
    grid-template-columns: 1fr;
  }

  .intel-node {
    min-height: 132px;
  }

  .intel-core {
    min-height: 360px;
    padding: 20px;
  }

  .signal-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .signal-flow strong {
    font-size: 13px;
  }

  .signal-flow i {
    width: 2px;
    height: 26px;
    margin: 0 auto;
  }

  .signal-flow i::after {
    background: linear-gradient(180deg, transparent, #3478f4, transparent);
    transform: translateY(-110%);
    animation-name: flowLineY;
  }

  .earnings-panel {
    padding: 10px;
    border-radius: 12px;
  }

  .earnings-controls,
  .earnings-output {
    padding: 18px;
  }

  .earnings-options,
  .earnings-options.compact {
    grid-template-columns: 1fr;
  }

  .earnings-output > strong {
    font-size: 42px;
  }

  .light-stack .faq-section {
    margin-top: 72px;
    padding: 28px 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .primary-button.small {
    max-width: none;
    min-width: 96px;
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  .checkout-price strong {
    font-size: 36px;
  }

  .light-stack .account-grid {
    grid-template-columns: 1fr;
  }

  .light-stack .account-card strong {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }

  .motion-ready .live-market-section,
  .motion-ready .market-tape,
  .motion-ready .signal-strip,
  .motion-ready .section,
  .motion-ready .site-footer {
    opacity: 1;
    transform: none;
  }
}
