/* Original page styles, organized as editable CSS. */
@font-face {
  font-family:Outfit;
  src:url("assets/outfit.woff2")format("woff2");
  font-style:normal;
  font-weight:100 900;
  font-display:swap}
:root {
  --ink:#121212;
  --paper:#fcfcf9;
  --magenta:#4e3698;
  --blue:#7181f7;
  --line:#12121233;
  --muted:#222226;
  --navy:#e8fd88;
  --radius:0px}
* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth}
body {
  background:var(--paper);
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  margin:0;
  font-family:Outfit,Arial,sans-serif}
a {
  color:inherit;
  text-decoration:none}
.site-header {
  border-bottom:1px solid var(--ink);
  z-index:30;
  background:#fcfcf9f5;
  grid-template-columns:1fr 1fr;
  align-items:center;
  height:94px;
  padding:0 4vw;
  display:grid;
  position:sticky;
  top:0}
.brand {
  letter-spacing:-.04em;
  align-items:center;
  gap:5px;
  font-size:19px;
  font-weight:700;
  display:inline-flex}
.brand-mark {
  background:var(--ink);
  width:31px;
  height:31px;
  color:var(--magenta);
  place-items:center;
  font-size:18px;
  display:grid;
  transform:skew(-7deg)}
.brand-logo {
  width:58px;
  height:58px;
  object-fit:contain;
  flex:none;
  display:block}
.desktop-nav {
  text-transform:uppercase;
  letter-spacing:.04em;
  gap:34px;
  font-size:13px;
  font-weight:700;
  display:flex}
.desktop-nav a:hover {
  opacity:.55}
.header-cta {
  border:1px solid var(--ink);
  text-transform:uppercase;
  justify-self:end;
  align-items:center;
  gap:14px;
  padding:11px 16px;
  font-size:13px;
  font-weight:800;
  display:inline-flex}
.header-cta:hover {
  background:var(--ink);
  color:var(--paper)}
.hero {
  border-bottom:1px solid var(--ink);
  grid-template-columns:1.04fr .96fr;
  align-items:stretch;
  min-height:calc(100vh - 82px);
  display:grid}
.hero-copy {
  flex-direction:column;
  justify-content:center;
  padding:clamp(72px,8vw,128px) 5vw 72px 6vw;
  display:flex}
.eyebrow {
  letter-spacing:.08em;
  text-transform:uppercase;
  align-items:center;
  gap:9px;
  width:fit-content;
  margin-bottom:28px;
  font-size:12px;
  font-weight:800;
  display:inline-flex}
.eyebrow svg {
  color:var(--navy);
  fill:var(--navy)}
.hero h1 {
  letter-spacing:-.045em;
  max-width:10ch;
  margin:0;
  font-size:clamp(58px,6.6vw,112px);
  font-weight:850;
  line-height:.96}
.hero h1 span {
  color:var(--blue);
  display:block}
.hero h1.source-hero-title {
  letter-spacing:-.035em;
  text-wrap:balance;
  max-width:500px;
  font-size:clamp(40px,4.7vw,76px);
  font-weight:850;
  line-height:1.08}
@media (min-width:1600px) {
  .hero h1.source-hero-title {
    max-width:600px;
    font-size:clamp(56px,3.75vw,72px)}
}
.hero-tags {
  max-width:650px;
  color:var(--magenta);
  letter-spacing:.025em;
  margin:26px 0 0;
  font:800 12px/1.55 monospace}
.hero-lead {
  letter-spacing:-.025em;
  max-width:620px;
  margin:40px 0 0;
  font-size:clamp(18px,1.55vw,24px);
  line-height:1.35}
.hero-sub-note {
  max-width:560px;
  color:var(--muted);
  margin:15px 0 0;
  font-size:14px;
  line-height:1.5}
.hero-actions {
  align-items:center;
  gap:28px;
  margin-top:38px;
  display:flex}
.button {
  text-transform:uppercase;
  justify-content:center;
  align-items:center;
  gap:28px;
  min-height:58px;
  padding:0 25px;
  font-size:14px;
  font-weight:900;
  display:inline-flex}
.hero-actions .button {
  font-weight:700}
.button-dark {
  background:var(--ink);
  color:#fff}
.button-dark:hover {
  background:var(--blue)}
.text-link {
  text-transform:uppercase;
  border-bottom:1px solid var(--ink);
  padding:8px 0;
  font-size:14px;
  font-weight:800}
.text-link span {
  margin-left:12px}
.hero-note {
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.08em;
  margin:auto 0 0;
  padding-top:48px;
  font-size:11px;
  font-weight:700;
  line-height:1.5}
.odds-visual {
  background:var(--magenta);
  color:#fff;
  flex-direction:column;
  justify-content:center;
  padding:4vw;
  display:flex;
  position:relative;
  overflow:hidden}
.odds-visual:after {
  content:"";
  pointer-events:none;
  border:80px solid #e8fd8829;
  border-radius:50%;
  width:420px;
  height:420px;
  position:absolute;
  inset:7% -24% auto auto}
.visual-topline,.market-label,.visual-footer {
  z-index:1;
  letter-spacing:.08em;
  justify-content:space-between;
  font:700 11px/1.2 monospace;
  display:flex;
  position:relative}
.visual-topline {
  border-bottom:1px solid #fff6;
  padding-bottom:18px}
.live-pill {
  align-items:center;
  gap:8px;
  display:inline-flex}
.live-pill i {
  background:var(--navy);
  border-radius:50%;
  width:7px;
  height:7px;
  box-shadow:0 0 0 5px #e8fd8829}
.match-title {
  z-index:1;
  grid-template-columns:1fr auto 1fr;
  align-items:end;
  gap:20px;
  padding:48px 0 38px;
  display:grid;
  position:relative}
.match-title div {
  flex-direction:column;
  gap:7px;
  display:flex}
.match-title div.right {
  text-align:right}
.match-title span {
  opacity:.65;
  font:700 11px monospace}
.match-title strong {
  letter-spacing:-.05em;
  font-size:clamp(24px,2.7vw,42px)}
.match-title b {
  color:var(--navy);
  padding-bottom:10px;
  font-size:12px}
.visual-caption {
  z-index:1;
  opacity:.6;
  margin:-25px 0 32px;
  font:700 11px/1.3 monospace;
  position:relative}
.market-label {
  opacity:.65;
  padding:0 0 10px 54px}
.odds-table {
  z-index:1;
  border-top:1px solid #fff6;
  position:relative}
.odds-row {
  border-bottom:1px solid #fff6;
  grid-template-columns:44px 1fr auto;
  align-items:center;
  min-height:72px;
  font-size:17px;
  display:grid}
.odds-row strong {
  color:var(--navy);
  font:800 25px monospace}
.team-code {
  opacity:.55;
  font:700 11px monospace}
.totals-card {
  z-index:1;
  background:var(--navy);
  color:var(--ink);
  grid-template-columns:1fr 1fr;
  margin-top:22px;
  display:grid;
  position:relative}
.totals-card div {
  grid-template-columns:1fr auto;
  align-items:end;
  gap:8px;
  padding:20px;
  display:grid}
.totals-card div+div {
  border-left:1px solid var(--ink)}
.totals-card small {
  opacity:.6;
  grid-column:1/-1;
  font:700 10px monospace}
.totals-card span {
  font-size:13px;
  font-weight:800}
.totals-card strong {
  font:900 20px monospace}
.visual-footer {
  margin-top:32px}
.visual-footer strong {
  color:var(--magenta)}
.proof-strip {
  border-bottom:1px solid var(--ink);
  background:var(--paper);
  grid-template-columns:minmax(300px,1fr) minmax(420px,1.5fr) minmax(300px,1fr);
  align-items:center;
  min-height:560px;
  display:grid;
  overflow:hidden}
.proof-copy {
  text-align:center;
  padding:70px 5vw}
.proof-copy h2 {
  letter-spacing:-.055em;
  max-width:12ch;
  margin:0 auto 28px;
  font-size:clamp(48px,5vw,76px);
  font-weight:900;
  line-height:.96}
.proof-copy p {
  max-width:580px;
  margin:0 auto;
  font-size:18px;
  line-height:1.5}
.logo-cluster {
  grid-template-columns:repeat(3,clamp(100px,8vw,150px));
  grid-auto-rows:clamp(100px,8vw,150px);
  align-self:end;
  display:grid}
.logo-cluster span {
  background:0 0;
  border:1px solid #e7e7e7;
  place-items:center;
  margin-bottom:-1px;
  margin-right:-1px;
  display:grid}
.logo-cluster img {
  object-fit:contain;
  opacity:1;
  width:52%;
  height:52%}
.logo-cluster-left span:first-child img {
  width:48%;
  height:48%}
.logo-cluster-left span:nth-child(2) img {
  width:44%;
  height:44%}
.logo-cluster-left span:nth-child(3) img {
  width:86%;
  height:48%}
.logo-cluster-left span:nth-child(4) img {
  width:45%;
  height:45%}
.logo-cluster-left span:nth-child(5) img {
  width:80%;
  height:48%}
.logo-cluster-left span:nth-child(6) img {
  width:50%;
  height:50%}
.logo-cluster-right span:first-child img {
  width:78%;
  height:46%}
.logo-cluster-right span:nth-child(2) img {
  width:76%;
  height:42%}
.logo-cluster-right span:nth-child(3) img {
  width:46%;
  height:46%}
.logo-cluster-right span:nth-child(4) img {
  width:82%;
  height:48%}
.logo-cluster-right span:nth-child(5) img {
  width:46%;
  height:58%}
.logo-cluster-right span:nth-child(6) img {
  width:82%;
  height:48%}
.logo-cluster-left {
  justify-self:start}
.logo-cluster-right {
  justify-self:end}
.logo-cluster-left span:first-child {
  grid-area:1/1}
.logo-cluster-left span:nth-child(2) {
  grid-area:2/1}
.logo-cluster-left span:nth-child(3) {
  grid-area:2/2}
.logo-cluster-left span:nth-child(4) {
  grid-area:3/1}
.logo-cluster-left span:nth-child(5) {
  grid-area:3/2}
.logo-cluster-left span:nth-child(6) {
  grid-area:3/3}
.logo-cluster-right span:first-child {
  grid-area:1/3}
.logo-cluster-right span:nth-child(2) {
  grid-area:2/2}
.logo-cluster-right span:nth-child(3) {
  grid-area:2/3}
.logo-cluster-right span:nth-child(4) {
  grid-area:3/1}
.logo-cluster-right span:nth-child(5) {
  grid-area:3/2}
.logo-cluster-right span:nth-child(6) {
  grid-area:3/3}
@media (max-width:900px) {
  .site-header {
  grid-template-columns:1fr auto;
  padding:0 22px}
.desktop-nav {
  display:none}
.hero {
  grid-template-columns:1fr}
.hero-copy {
  min-height:720px;
  padding:88px 7vw 48px}
.odds-visual {
  min-height:670px;
  padding:7vw}
.proof-strip {
  grid-template-columns:1fr;
  min-height:auto}
.proof-copy {
  flex-direction:column;
  grid-row:1;
  justify-content:center;
  min-height:380px;
  display:flex}
.logo-cluster {
  display:none}
}
@media (max-width:560px) {
  .site-header {
  height:78px}
  .brand-logo {
  width:46px;
  height:46px}
  .brand {
  gap:4px;
  font-size:16px}
.header-cta {
  padding:10px 12px}
.header-cta svg {
  display:none}
.hero h1 {
  font-size:clamp(58px,20vw,86px)}
.hero h1.source-hero-title {
  font-size:clamp(24px,7vw,39px)}
.hero-copy {
  min-height:650px}
.hero-actions {
  flex-direction:column;
  align-items:flex-start;
  gap:18px}
.match-title {
  gap:10px}
.match-title strong {
  font-size:24px}
.visual-footer {
  gap:20px}
.proof-copy {
  min-height:340px;
  padding:64px 7vw}
.proof-copy h2 {
  font-size:52px}
.proof-copy p {
  font-size:16px}
}
.content-section {
  border-bottom:1px solid var(--ink);
  padding:148px 6vw}
.section-tag {
  letter-spacing:.09em;
  text-transform:uppercase;
  align-items:center;
  gap:14px;
  margin-bottom:62px;
  font:800 11px/1 monospace;
  display:flex}
.section-tag span {
  border:1px solid;
  border-radius:50%;
  place-items:center;
  width:28px;
  height:28px;
  display:grid}
.section-tag p {
  margin:0}
.split-heading,.section-heading-row {
  grid-template-columns:1.1fr .9fr;
  align-items:start;
  gap:8vw;
  display:grid}
.split-heading h2,.section-heading-row h2,.fields-heading h2,.coverage-intro h2,.persona-title h2,.cta-copy h2 {
  letter-spacing:-.04em;
  max-width:600px;
  margin:0;
  font-size:clamp(46px,5.2vw,84px);
  font-weight:800;
  line-height:1}
.intro-copy>p {
  letter-spacing:-.025em;
  max-width:620px;
  margin:0 0 22px;
  font-size:clamp(18px,1.55vw,24px);
  font-weight:400;
  line-height:1.35}
.intro-section h2 {
  width:min(100%,800px);
  max-width:800px}
.intro-section {
  padding-top:clamp(180px,14vw,230px);
  padding-bottom:clamp(180px,14vw,230px)}
.intro-title-line {
  display:block}
.track-section {
  background:#fcfcf9}
.track-stats {
  border-top:1px solid var(--ink);
  border-bottom:1px solid var(--ink);
  grid-template-columns:repeat(3,1fr);
  margin:38px 0;
  display:grid}
.track-stats div {
  border-right:1px solid var(--ink);
  flex-direction:column;
  justify-content:space-between;
  min-height:180px;
  padding:22px 18px;
  display:flex}
.track-stats div:last-child {
  border-right:0}
.track-stats strong {
  letter-spacing:-.05em;
  font-size:36px}
.track-stats span {
  color:var(--muted);
  font-size:12px;
  line-height:1.4}
.products-note {
  font-size:15px!important}
.pill-row {
  flex-wrap:wrap;
  gap:8px;
  margin-top:40px;
  display:flex}
.pill-row span {
  border:1px solid var(--ink);
  letter-spacing:.08em;
  padding:8px 12px;
  font:800 10px/1 monospace}
.fields-section {
  background:var(--magenta);
  border-bottom:1px solid var(--ink);
  grid-template-columns:.8fr 1.2fr;
  display:grid}
.fields-heading {
  border-right:1px solid var(--ink);
  min-height:700px;
  padding:140px 6vw;
  position:relative;
  overflow:hidden}
.fields-heading h2 {
  font-size:clamp(46px,5.2vw,84px)}
.fields-heading>p {
  max-width:390px;
  margin:34px 0 0;
  font-size:18px;
  line-height:1.5}
.ghost-icon {
  opacity:.1;
  width:260px;
  height:260px;
  position:absolute;
  bottom:-44px;
  right:-42px}
.field-list {
  flex-direction:column;
  display:flex}
.field-row {
  border-bottom:1px solid var(--ink);
  flex:1;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:36px;
  min-height:175px;
  padding:34px 5vw;
  transition:background .2s,color .2s;
  display:grid}
.field-row:last-child {
  border-bottom:0}
.field-row:hover {
  background:var(--ink);
  color:#fff}
.field-row h3 {
  letter-spacing:-.04em;
  margin:0 0 8px;
  font-size:clamp(21px,2vw,30px)}
.field-row p {
  color:currentColor;
  opacity:.65;
  margin:0;
  font-size:14px}
.field-row code {
  color:#fff;
  white-space:nowrap;
  background:#12121233;
  padding:9px 12px;
  font-size:13px;
  font-weight:800}
.field-row:hover code {
  color:#fff;
  background:#ffffff1a}
.section-heading-row {
  margin-bottom:82px}
.section-heading-row:has(>h2:only-child) {
  grid-template-columns:1fr}
.section-heading-row:has(>h2:only-child) h2 {
  max-width:12ch}
.section-heading-row>p {
  max-width:540px;
  margin:4px 0 0;
  font-size:19px;
  line-height:1.5}
.use-grid {
  border-top:1px solid var(--ink);
  border-left:1px solid var(--ink);
  grid-template-columns:repeat(3,1fr);
  display:grid}
.use-card {
  border-right:1px solid var(--ink);
  border-bottom:1px solid var(--ink);
  flex-direction:column;
  min-height:370px;
  padding:40px;
  transition:background .18s,color .18s;
  display:flex;
  position:relative}
.use-card:hover {
  background:var(--navy);
  color:var(--ink)}
.use-card-top {
  justify-content:space-between;
  align-items:flex-start;
  display:flex}
.use-card-top span {
  font:700 11px monospace}
.use-card h3 {
  letter-spacing:-.045em;
  margin:auto 0 10px;
  font-size:26px}
.use-card p {
  color:currentColor;
  opacity:.68;
  max-width:29ch;
  margin:0;
  font-size:14px;
  line-height:1.45}
.card-arrow {
  opacity:0;
  transition:all .18s;
  position:absolute;
  bottom:28px;
  right:28px;
  transform:translate(-8px,-8px)}
.use-card:hover .card-arrow {
  opacity:1;
  transform:none}
.coverage-section {
  border-bottom:1px solid var(--ink);
  grid-template-columns:1fr 1fr;
  min-height:560px;
  display:grid}
.coverage-intro {
  background:var(--navy);
  color:var(--ink);
  flex-direction:column;
  justify-content:center;
  padding:130px 6vw;
  display:flex}
.coverage-intro h2 {
  font-size:clamp(46px,5.2vw,84px)}
.coverage-intro>p {
  max-width:430px;
  margin:36px 0 0;
  font-size:18px;
  line-height:1.5}
.coverage-board {
  grid-template-columns:1fr;
  display:grid}
.coverage-board:has(.coverage-cell:only-child) {
  grid-template-columns:1fr}
.coverage-cell {
  border-left:1px solid var(--ink);
  background:var(--magenta);
  color:#fff;
  border-bottom:0;
  flex-direction:column;
  justify-content:center;
  min-height:560px;
  padding:64px 5vw;
  display:flex;
  position:relative}
.coverage-cell:nth-last-child(-n+2) {
  border-bottom:0}
.coverage-cell>span {
  letter-spacing:.1em;
  opacity:.75;
  font:800 13px monospace}
.coverage-cell strong {
  letter-spacing:-.06em;
  max-width:9ch;
  margin-top:48px;
  font-size:clamp(48px,5vw,82px);
  line-height:.9}
.coverage-cell p {
  min-height:42px;
  color:var(--muted);
  margin:16px 56px 0 0;
  font-size:13px;
  line-height:1.45}
.coverage-cell.dark p {
  color:#fcfcf9}
.coverage-cell svg {
  opacity:.75;
  width:54px;
  height:54px;
  position:absolute;
  top:54px;
  right:5vw}
.coverage-cell.dark {
  background:var(--ink);
  color:#fff}
.coverage-cell.dark svg {
  color:var(--magenta)}
.process-section {
  background:#fcfcf9}
.process-line {
  grid-template-columns:repeat(4,1fr);
  padding-top:34px;
  display:grid;
  position:relative}
.process-line:before {
  content:"";
  border-top:1px solid var(--ink);
  position:absolute;
  top:43px;
  left:0;
  right:0}
.process-step {
  min-height:260px;
  padding:42px 30px 24px 0;
  position:relative}
.process-step>span {
  font:800 11px monospace;
  position:absolute;
  top:0;
  left:0}
.step-dot {
  background:var(--blue);
  z-index:2;
  width:11px;
  height:11px;
  box-shadow:0 0 0 1px var(--ink);
  border:2px solid #fcfcf9;
  border-radius:50%;
  position:absolute;
  top:4px;
  right:-1px}
.process-step h3 {
  letter-spacing:-.04em;
  margin:54px 0 12px;
  font-size:24px}
.process-step p {
  max-width:26ch;
  color:var(--muted);
  margin:0;
  font-size:14px;
  line-height:1.5}
.process-step .step-copy {
  color:var(--ink);
  margin-top:54px;
  font-size:18px;
  line-height:1.45}
.persona-section {
  border-bottom:1px solid var(--ink);
  background:var(--paper);
  display:block}
.persona-title {
  background:var(--ink);
  color:#fff;
  align-items:center;
  min-height:430px;
  padding:130px 6vw;
  display:flex}
.persona-title h2 {
  font-size:clamp(46px,5.2vw,84px)}
.persona-title>p {
  color:#fcfcf9;
  max-width:420px;
  margin:34px 0 0;
  font-size:18px;
  line-height:1.5}
.persona-list {
  background:var(--paper);
  grid-template-columns:repeat(3,1fr);
  display:grid}
.persona-list article {
  border-right:1px solid var(--ink);
  border-bottom:1px solid var(--ink);
  flex-direction:column;
  align-items:flex-start;
  gap:22px;
  min-height:250px;
  padding:42px 3vw 42px 6vw;
  display:flex}
@media (min-width:1001px) {
  .persona-list article:nth-child(2),
  .persona-list article:nth-child(3),
  .persona-list article:nth-child(5),
  .persona-list article:nth-child(6) {
    padding-left:3vw;
  }
}
.persona-list article:nth-child(3n) {
  border-right:0}
.persona-list article:nth-last-child(-n+3),.persona-list article:last-child {
  border-bottom:0}
.persona-list article>span {
  opacity:.5;
  font:800 11px monospace}
.persona-list h3 {
  letter-spacing:-.04em;
  max-width:15ch;
  margin:0;
  font-size:28px;
  line-height:1.05}
.persona-list p {
  max-width:32ch;
  color:var(--muted);
  margin:auto 0 0;
  font-size:15px;
  line-height:1.5}
.persona-list svg {
  transition:transform .18s}
.persona-list article:hover svg {
  transform:translate(8px)}
.why-section {
  background:var(--paper)}
.why-grid {
  grid-template-columns:repeat(4,1fr);
  margin-top:70px;
  display:grid}
.why-grid article {
  border:1px solid var(--ink);
  border-right:0;
  flex-direction:column;
  min-height:260px;
  padding:28px;
  display:flex}
.why-grid article:last-child {
  border-right:1px solid var(--ink)}
.why-grid article>svg:first-child {
  color:var(--magenta)}
.why-grid article>svg:last-child {
  margin-top:auto}
.why-grid h3 {
  margin:42px 0 10px;
  font-size:22px}
.why-grid p {
  color:var(--muted);
  margin:0;
  font-size:14px;
  line-height:1.5}
.cta-section {
  background:var(--magenta);
  border-bottom:1px solid var(--ink);
  justify-content:space-between;
  align-items:center;
  gap:7vw;
  min-height:720px;
  padding:110px 8vw;
  display:flex;
  position:relative;
  overflow:hidden}
.cta-section:after {
  content:"ODDS";
  letter-spacing:-.1em;
  opacity:.055;
  font-size:25vw;
  font-weight:950;
  line-height:1;
  position:absolute;
  bottom:-9vw;
  right:-2vw}
.cta-copy {
  z-index:1;
  position:relative}
.cta-copy>span {
  letter-spacing:.1em;
  font:800 11px monospace}
.cta-copy h2 {
  margin-top:30px;
  font-size:clamp(52px,6.2vw,96px)}
.cta-copy p {
  max-width:540px;
  margin:35px 0 0;
  font-size:19px;
  line-height:1.5}
.cta-circle {
  aspect-ratio:1;
  background:var(--blue);
  color:#fff;
  z-index:2;
  border-radius:50%;
  flex-direction:column;
  flex:0 0 clamp(230px,22vw,340px);
  justify-content:space-between;
  padding:46px;
  font-size:22px;
  font-weight:900;
  line-height:1.05;
  transition:transform .25s,background .25s;
  display:flex;
  position:relative}
.cta-circle:hover {
  background:var(--ink);
  transform:rotate(-4deg)scale(1.03)}
.cta-circle svg {
  align-self:flex-end}
footer {
  background:var(--ink);
  color:#fff}
.footer-cta {
  color:#fff;
  justify-content:space-between;
  align-items:center;
  min-height:190px;
  padding:34px 6vw;
  display:flex}
.footer-cta span {
  letter-spacing:-.045em;
  font-size:clamp(52px,6vw,92px);
  font-weight:500}
.footer-cta svg {
  stroke-width:1.4px;
  width:clamp(44px,5vw,76px);
  height:clamp(44px,5vw,76px);
  transition:transform .2s}
.footer-cta:hover svg {
  transform:translate(10px)}
.footer-note {
  border-top:1px solid rgba(255,255,255,.28);
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
  padding:26px 6vw 30px;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.45;
  display:grid}
.footer-note p {
  margin:0}
.footer-note p:nth-child(2) {
  text-align:center}
.footer-note a {
  color:#fff;
  text-decoration:underline;
  text-underline-offset:4px}
.footer-note a:hover {
  color:var(--navy)}
.to-top {
  border:1px solid #7181f7;
  place-items:center;
  width:44px;
  height:44px;
  display:grid}
.fields-section,.cta-section,.footer-brand .brand-mark {
  color:#fff}
.rotate-arrow {
  transform:rotate(180deg)}
.hero-tags,.visual-topline,.market-label,.visual-footer,.match-title span,.visual-caption,.odds-row strong,.team-code,.totals-card small,.totals-card strong,.section-tag,.pill-row span,.use-card-top span,.coverage-cell>span,.process-step>span,.persona-list article>span,.cta-copy>span,button,input {
  font-family:Outfit,Arial,sans-serif}
@media (max-width:1000px) {
  .fields-section,.coverage-section,.persona-section {
  grid-template-columns:1fr}
.fields-heading {
  border-right:0;
  border-bottom:1px solid var(--ink);
  min-height:540px}
.use-grid {
  grid-template-columns:repeat(2,1fr)}
.coverage-section {
  grid-template-columns:1fr}
.coverage-intro,.coverage-cell {
  min-height:400px}
.persona-list {
  grid-template-columns:repeat(2,1fr)}
.persona-list article:nth-child(3n) {
  border-right:1px solid var(--ink)}
.persona-list article:nth-child(2n) {
  border-right:0}
.persona-list article:nth-last-child(-n+3) {
  border-bottom:1px solid var(--ink)}
.persona-list article:nth-last-child(-n+2) {
  border-bottom:0}
.why-grid {
  grid-template-columns:repeat(2,1fr)}
.why-grid article:nth-child(2) {
  border-right:1px solid var(--ink)}
.why-grid article:nth-child(n+3) {
  border-top:0}
}
@media (max-width:700px) {
  .content-section,.fields-heading,.coverage-intro,.persona-title {
  padding:78px 7vw}
.intro-section {
  padding-top:104px;
  padding-bottom:104px}
.section-tag {
  margin-bottom:42px}
.split-heading,.section-heading-row {
  grid-template-columns:1fr;
  gap:34px}
.split-heading h2,.section-heading-row h2,.fields-heading h2,.coverage-intro h2,.persona-title h2 {
  font-size:clamp(50px,15vw,78px)}
.track-stats {
  grid-template-columns:1fr}
.track-stats div {
  border-right:0;
  border-bottom:1px solid var(--ink);
  min-height:120px}
.track-stats div:last-child {
  border-bottom:0}
.field-row {
  grid-template-columns:1fr;
  gap:24px;
  padding:26px 7vw}
.field-row code {
  grid-column:1;
  justify-self:start}
.use-grid {
  grid-template-columns:1fr}
.use-card {
  min-height:280px}
.coverage-board {
  grid-template-columns:1fr}
.coverage-cell {
  border-left:0;
  min-height:260px;
  padding:30px 7vw;
  border-bottom:1px solid var(--ink)!important}
.coverage-cell:last-child {
  border-bottom:0!important}
.process-line {
  grid-template-columns:1fr;
  padding-top:0}
.process-line:before {
  border-left:1px solid var(--ink);
  border-top:0;
  inset:0 auto 0 5px}
.process-step {
  min-height:auto;
  padding:0 0 50px 44px}
.process-step>span {
  display:none}
.step-dot {
  top:8px;
  left:0;
  right:auto}
.process-step h3 {
  margin:0 0 8px}
.process-step .step-copy {
  margin:0}
.persona-list {
  grid-template-columns:1fr}
.persona-list article {
  gap:14px;
  min-height:210px;
  padding:34px 7vw;
  border-right:0!important;
  border-bottom:1px solid var(--ink)!important}
.persona-list article:last-child {
  border-bottom:0!important}
.persona-list p {
  grid-column:1}
.why-grid {
  grid-template-columns:1fr}
.why-grid article {
  border-right:1px solid var(--ink);
  border-top:0}
.why-grid article:first-child {
  border-top:1px solid var(--ink)}
.cta-section {
  flex-direction:column;
  align-items:flex-start;
  min-height:760px;
  padding:80px 7vw}
.cta-copy h2 {
  font-size:clamp(70px,20vw,100px)}
.cta-circle {
  flex-basis:230px;
  align-self:flex-end;
  padding:36px}
.footer-cta {
  min-height:140px;
  padding:28px 7vw}
.footer-note {
  grid-template-columns:1fr;
  gap:8px;
  padding:24px 7vw 28px}
.footer-note p:nth-child(2) {
  text-align:left}
}
@property --tw-translate-x {
  syntax:"*";
  inherits:false;
  initial-value:0}
@property --tw-translate-y {
  syntax:"*";
  inherits:false;
  initial-value:0}
@property --tw-translate-z {
  syntax:"*";
  inherits:false;
  initial-value:0}
@property --tw-rotate-x {
  syntax:"*";
  inherits:false}
@property --tw-rotate-y {
  syntax:"*";
  inherits:false}
@property --tw-rotate-z {
  syntax:"*";
  inherits:false}
@property --tw-skew-x {
  syntax:"*";
  inherits:false}
@property --tw-skew-y {
  syntax:"*";
  inherits:false}
@property --tw-scroll-snap-strictness {
  syntax:"*";
  inherits:false;
  initial-value:proximity}
@property --tw-space-x-reverse {
  syntax:"*";
  inherits:false;
  initial-value:0}
@property --tw-border-style {
  syntax:"*";
  inherits:false;
  initial-value:solid}
@property --tw-leading {
  syntax:"*";
  inherits:false}
@property --tw-font-weight {
  syntax:"*";
  inherits:false}
@property --tw-tracking {
  syntax:"*";
  inherits:false}
@property --tw-ordinal {
  syntax:"*";
  inherits:false}
@property --tw-slashed-zero {
  syntax:"*";
  inherits:false}
@property --tw-numeric-figure {
  syntax:"*";
  inherits:false}
@property --tw-numeric-spacing {
  syntax:"*";
  inherits:false}
@property --tw-numeric-fraction {
  syntax:"*";
  inherits:false}
@property --tw-shadow {
  syntax:"*";
  inherits:false;
  initial-value:0 0 #0000}
@property --tw-shadow-color {
  syntax:"*";
  inherits:false}
@property --tw-shadow-alpha {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%}
@property --tw-inset-shadow {
  syntax:"*";
  inherits:false;
  initial-value:0 0 #0000}
@property --tw-inset-shadow-color {
  syntax:"*";
  inherits:false}
@property --tw-inset-shadow-alpha {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%}
@property --tw-ring-color {
  syntax:"*";
  inherits:false}
@property --tw-ring-shadow {
  syntax:"*";
  inherits:false;
  initial-value:0 0 #0000}
@property --tw-inset-ring-color {
  syntax:"*";
  inherits:false}
@property --tw-inset-ring-shadow {
  syntax:"*";
  inherits:false;
  initial-value:0 0 #0000}
@property --tw-ring-inset {
  syntax:"*";
  inherits:false}
@property --tw-ring-offset-width {
  syntax:"<length>";
  inherits:false;
  initial-value:0}
@property --tw-ring-offset-color {
  syntax:"*";
  inherits:false;
  initial-value:#fff}
@property --tw-ring-offset-shadow {
  syntax:"*";
  inherits:false;
  initial-value:0 0 #0000}
@property --tw-outline-style {
  syntax:"*";
  inherits:false;
  initial-value:solid}
@property --tw-duration {
  syntax:"*";
  inherits:false}
@property --tw-ease {
  syntax:"*";
  inherits:false}
@property --tw-content {
  syntax:"*";
  inherits:false;
  initial-value:""}
@property --tw-scale-x {
  syntax:"*";
  inherits:false;
  initial-value:1}
@property --tw-scale-y {
  syntax:"*";
  inherits:false;
  initial-value:1}
@property --tw-scale-z {
  syntax:"*";
  inherits:false;
  initial-value:1}
@property --tw-blur {
  syntax:"*";
  inherits:false}
@property --tw-brightness {
  syntax:"*";
  inherits:false}
@property --tw-contrast {
  syntax:"*";
  inherits:false}
@property --tw-grayscale {
  syntax:"*";
  inherits:false}
@property --tw-hue-rotate {
  syntax:"*";
  inherits:false}
@property --tw-invert {
  syntax:"*";
  inherits:false}
@property --tw-opacity {
  syntax:"*";
  inherits:false}
@property --tw-saturate {
  syntax:"*";
  inherits:false}
@property --tw-sepia {
  syntax:"*";
  inherits:false}
@property --tw-drop-shadow {
  syntax:"*";
  inherits:false}
@property --tw-drop-shadow-color {
  syntax:"*";
  inherits:false}
@property --tw-drop-shadow-alpha {
  syntax:"<percentage>";
  inherits:false;
  initial-value:100%}
@property --tw-drop-shadow-size {
  syntax:"*";
  inherits:false}
@property --tw-backdrop-blur {
  syntax:"*";
  inherits:false}
@property --tw-backdrop-brightness {
  syntax:"*";
  inherits:false}
@property --tw-backdrop-contrast {
  syntax:"*";
  inherits:false}
@property --tw-backdrop-grayscale {
  syntax:"*";
  inherits:false}
@property --tw-backdrop-hue-rotate {
  syntax:"*";
  inherits:false}
@property --tw-backdrop-invert {
  syntax:"*";
  inherits:false}
@property --tw-backdrop-opacity {
  syntax:"*";
  inherits:false}
@property --tw-backdrop-saturate {
  syntax:"*";
  inherits:false}
@property --tw-backdrop-sepia {
  syntax:"*";
  inherits:false}
@keyframes spin {
  to {
  transform:rotate(360deg)}
}
@keyframes pulse {
  50% {
  opacity:.5}
}
@keyframes enter {
  0% {
  opacity:var(--tw-enter-opacity,1);
  transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
  filter:blur(var(--tw-enter-blur,0))}
}
@keyframes exit {
  to {
  opacity:var(--tw-exit-opacity,1);
  transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
  filter:blur(var(--tw-exit-blur,0))}
}
@keyframes accordion-down {
  0% {
  height:0}
to {
  height:var(--radix-accordion-content-height,var(--accordion-panel-height,auto))}
}
@keyframes accordion-up {
  0% {
  height:var(--radix-accordion-content-height,var(--accordion-panel-height,auto))}
to {
  height:0}
}
@keyframes caret-blink {
  0%,70%,to {
  opacity:1}
20%,50% {
  opacity:0}
}
@keyframes scroll-fade-reveal-b {
  0% {
  --scroll-fade-b:var(--_scroll-fade-size-b,var(--scroll-fade-size,min(12%, calc(var(--spacing) * 10))))}
to {
  --scroll-fade-b:0px}
}
@keyframes scroll-fade-reveal-s {
  0% {
  --scroll-fade-s:0px}
to {
  --scroll-fade-s:var(--_scroll-fade-size-s,var(--scroll-fade-size,min(12%, calc(var(--spacing) * 10))))}
}
@keyframes scroll-fade-reveal-e {
  0% {
  --scroll-fade-e:var(--_scroll-fade-size-e,var(--scroll-fade-size,min(12%, calc(var(--spacing) * 10))))}
to {
  --scroll-fade-e:0px}
}
@keyframes tw-shimmer {
  0% {
  background-position:100% 0}
to {
  background-position:0 0}
}


/* Demo button hover colors */
.header-cta, .button, .footer-cta {
  transition: background-color .18s ease, color .18s ease;
}
.header-cta:hover {
  background: #efefeb;
  color: var(--ink);
}
.button-dark:hover, .footer-cta:hover {
  background: #242424;
  color: #fff;
}

/* Five bordered use cases: one full-height card plus a two-by-two grid. */
@media (min-width:1001px) {
  #usecases .use-grid {
    grid-template-columns:1.12fr 1fr 1fr;
    grid-template-rows:repeat(2,minmax(300px,1fr));
  }
  #usecases .use-card {
    min-height:300px;
  }
  #usecases .use-card:first-child {
    grid-row:1 / 3;
  }
  #usecases .use-card:first-child h3 {
    max-width:10ch;
    font-size:clamp(38px,3.5vw,56px);
    line-height:1;
  }
  #usecases .use-card:first-child p {
    max-width:32ch;
    font-size:16px;
  }
}
@media (min-width:701px) and (max-width:1000px) {
  #usecases .use-card:first-child {
    grid-column:1 / -1;
    min-height:390px;
  }
}

/* Shared icon weight remains consistent at every rendered size. */
main svg { stroke-width:1.8px; }
main svg :is(path, circle, rect, line, polyline, polygon, ellipse) {
  vector-effect:non-scaling-stroke;
  stroke-width:1.8px;
}
.persona-list .audience-icon {
  width:30px;
  height:30px;
  flex-shrink:0;
  color:var(--magenta);
  margin-bottom:24px;
}
.persona-list article:hover .audience-icon { transform:none; }

/* Audience icons hidden at user request. */
#who .audience-icon { display:none; }
