.sports-root{--sans:var(--font-archivo),-apple-system,sans-serif;--mono:"IBM Plex Mono",monospace;--gut:clamp(24px,5vw,72px);background:var(--ink);color:var(--white);font-family:var(--sans);font-size:17px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow:hidden;height:100dvh;min-height:100dvh}.sports-root *,.sports-root :after,.sports-root :before{margin:0;padding:0;box-sizing:border-box}.sports .shell{height:100dvh;min-height:100dvh;display:flex;flex-direction:column;padding:96px var(--gut) 48px;max-width:1440px;margin:0 auto}.sports .mono{font-family:var(--mono);font-weight:500;font-size:11px;letter-spacing:var(--track-mono,.14em);text-transform:uppercase}.sports .mid{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:0}.sports .eyebrow{color:hsla(0,0%,100%,.6);margin-bottom:clamp(28px,4.5vh,56px)}.sports .headline{color:var(--white);max-width:18ch;font-family:var(--sans);font-weight:700;font-size:clamp(48px,8vw,128px);line-height:.98;letter-spacing:-.028em}.sports .foot{flex-shrink:0;display:flex;justify-content:space-between;align-items:baseline;gap:24px;flex-wrap:wrap;border-top:1px solid hsla(0,0%,100%,.16);padding-top:28px}.sports .soon{color:hsla(0,0%,100%,.65)}.sports .contact a{color:var(--white);text-decoration:none;border-bottom:1px solid rgba(255,46,99,.55);padding-bottom:3px;transition:color .2s,border-color .2s}.sports .contact a:hover{color:var(--color-ink);border-color:var(--color-ink)}@media (max-width:860px){.sports-root,html.sports-html{overflow:auto!important;height:auto!important}.sports .shell{height:auto;min-height:100dvh;padding:128px var(--gut) 40px}.sports .mid{padding:clamp(48px,10vh,90px) 0}.sports .foot{flex-direction:column;align-items:flex-start;gap:12px}}@media (prefers-reduced-motion:no-preference){.sports .step-1,.sports .step-2,.sports .step-3{opacity:0;animation-fill-mode:forwards;animation-timing-function:var(--ease,cubic-bezier(.16,1,.3,1))}.sports .step-2,.sports .step-3{transform:translateY(16px)}.sports .step-1{animation-name:sports-fade;animation-duration:.4s;animation-delay:0ms}.sports .step-2{animation-delay:.12s}.sports .step-2,.sports .step-3{animation-name:sports-rise;animation-duration:.7s}.sports .step-3{animation-delay:.26s}}@keyframes sports-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes sports-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.sports .step-1,.sports .step-2,.sports .step-3{animation:none!important;opacity:1;transform:none}}.sports :focus-visible{outline:2px solid var(--color-focus);outline-offset:4px}