:root { color-scheme: dark; --void: #0b1015; --surface: #121a22; --white: #edf3f7; --grey: #97a8b5; --line: #26333e; --pull: #65b9ff; --push: #ffab75; }
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { background: var(--void); color: var(--white); font: 16px/1.5 ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
button, select { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button:disabled { opacity: .5; cursor: wait; }
:focus-visible { outline: 2px solid var(--pull); outline-offset: 5px; }
[hidden] { display: none !important; }
::selection { background: #326288; color: white; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 10; padding: 12px 18px; background: var(--pull); color: var(--void); transform: translateY(-150%); border-radius: 6px; opacity: 0; pointer-events: none; }
.skip-link:focus { transform: none; opacity: 1; pointer-events: auto; }
.ambient { position: absolute; inset: 0 0 auto; height: 1050px; pointer-events: none; background: radial-gradient(ellipse 650px 420px at 50% 25%, #17314850, transparent 80%), radial-gradient(ellipse 380px 330px at 90% 65%, #663b2118, transparent); }
.wrap { position: relative; width: min(1280px, 100%); margin: auto; padding: 0 48px; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0; border-bottom: 1px solid #d7e8ff0d; }
.wordmark { display: inline-flex; align-items: center; gap: 13px; font-size: 15px; letter-spacing: .2em; font-weight: 750; }
.wordmark svg { width: 31px; height: 31px; fill: none; stroke: var(--pull); stroke-width: 1.3; }
.wordmark .mark-core { fill: var(--pull); stroke: none; }
nav { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.nav-gameplay { color: var(--grey); }
.nav-gameplay:hover { color: var(--white); }
.nav-cta { display: inline-flex; align-items: center; gap: 20px; padding: 10px 15px; border: 1px solid #344652; border-radius: 6px; background: #b2dfff06; transition: background .2s, border-color .2s; }
.nav-cta:hover { background: #65b9ff10; border-color: var(--pull); }
.nav-cta span { color: var(--pull); }
.hero { text-align: center; padding: 61px 0 59px; }
.eyebrow { color: var(--pull); text-transform: uppercase; font-size: 10px; letter-spacing: .2em; font-weight: 650; }
.hero .eyebrow { display: flex; justify-content: center; align-items: center; gap: 9px; }
.signal { width: 5px; height: 5px; border-radius: 50%; background: var(--pull); box-shadow: 0 0 12px #65b9ff80; }
h1 { font-size: clamp(46px, 6.4vw, 82px); letter-spacing: -.055em; font-weight: 640; line-height: 1.04; margin: 22px 0; }
h1 span { background: linear-gradient(110deg, #bddfff 10%, #72b4e8 85%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-copy { color: #a6b6c3; font-size: 15px; line-height: 1.8; }
.hero-verbs { display: flex; justify-content: center; gap: 19px; align-items: center; color: #c2d2df; text-transform: uppercase; font-size: 10px; letter-spacing: .23em; margin-top: 24px; }
.hero-verbs i { color: #465966; font-style: normal; }
.hero-verbs span:nth-of-type(2) { color: var(--push); }
.showcase { scroll-margin-top: 24px; }
.section-heading { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin-bottom: 22px; }
.section-heading h2 { margin-top: 8px; font-size: clamp(20px, 2.1vw, 26px); line-height: 1.3; font-weight: 550; letter-spacing: -.025em; }
.selection-hint { color: var(--grey); font-size: 12px; white-space: nowrap; padding-bottom: 3px; }
.selection-hint span { color: var(--pull); margin-left: 14px; font-size: 18px; }
.clip-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 5px 2px 10px; }
.clip-card { position: relative; min-width: 0; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(145deg, #18232c, #111820 75%); overflow: hidden; transition: border-color .25s, box-shadow .25s, transform .25s; }
.clip-card:hover { border-color: #52697b; transform: translateY(-3px); }
.clip-card.is-selected { border-color: #65b9ffb3; box-shadow: 0 0 0 1px #65b9ff18, 0 14px 46px -24px #298bd980; }
.clip-card:focus-within { outline: 2px solid var(--pull); outline-offset: 4px; }
.clip-row.is-carousel { grid-template-columns: minmax(0, 1fr); grid-auto-flow: row; justify-items: center; align-items: center; gap: 0; padding: 16px 0 24px; overflow: clip; scroll-snap-type: none; touch-action: pan-y pinch-zoom; }
.is-carousel .clip-card { --clip-shift: 0%; --clip-scale: 1; grid-area: 1 / 1; width: min(74%, 840px); z-index: 1; opacity: .5; transform: translateX(calc(var(--clip-shift) + var(--drag-offset, 0px))) scale(var(--clip-scale)); transition: transform .45s cubic-bezier(.22, .68, 0, 1), opacity .3s, border-color .25s, box-shadow .25s; }
.is-carousel.is-dragging .clip-card { transition: none; }
.is-carousel .clip-card.is-previous { --clip-shift: -66%; --clip-scale: .78; }
.is-carousel .clip-card.is-next { --clip-shift: 66%; --clip-scale: .78; }
.is-carousel .clip-card.is-selected { z-index: 3; opacity: 1; box-shadow: 0 0 0 1px #65b9ff24, 0 20px 60px -30px #298bd999; }
.is-carousel .clip-card:hover { opacity: 1; transform: translateX(calc(var(--clip-shift) + var(--drag-offset, 0px))) scale(var(--clip-scale)); }
.is-carousel .clip-title { font-size: 18px; }
.is-carousel .clip-description { font-size: 13px; }
.clip-choice { padding: 0; border: 0; display: block; width: 100%; background: transparent; text-align: left; }
.clip-choice:focus-visible { outline: none; }
.clip-visual { display: block; position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #080c10; user-select: none; -webkit-user-select: none; }
.clip-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, #0009, transparent 37%, transparent 80%, #0003); }
.clip-visual video { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; opacity: .7; transition: opacity .25s; }
.is-selected video, .clip-card:hover video { opacity: 1; }
.clip-number { position: absolute; top: 14px; left: 14px; z-index: 1; color: #e0ebf4; font: 11px/1 ui-monospace, monospace; letter-spacing: .025em; }
.clip-number span { color: #bed0df; font-size: 9px; margin-left: 4px; }
.clip-badge { position: absolute; z-index: 1; top: 10px; right: 10px; display: none; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid #7aa8c33d; border-radius: 4px; color: #deefff; background: #0b1720dd; font-size: 9px; letter-spacing: .015em; }
.is-selected .clip-badge { display: flex; }
.clip-badge > span:first-child { width: 4px; height: 4px; background: var(--pull); border-radius: 50%; }
.play-cue { display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; left: 50%; z-index: 1; width: 42px; height: 42px; border: 1px solid #e6f3ff66; border-radius: 50%; background: #0a151f9c; transform: translate(-50%, -50%); transition: opacity .2s; }
.play-cue svg { width: 19px; height: 19px; fill: var(--white); margin-right: 3px; }
.is-playing .play-cue { opacity: 0; }
.clip-caption { display: block; position: relative; padding: 18px 60px 14px 17px; border-top: 1px solid #e4edff0d; }
.clip-title { display: block; font-size: clamp(13px, 1.2vw, 16px); font-weight: 580; letter-spacing: -.012em; }
.clip-description { display: block; color: var(--grey); font-size: 12px; margin-top: 5px; }
.clip-share { position: absolute; right: 8px; top: 7px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 6px; background: transparent; color: #9ab7cb; font-size: 21px; }
.is-selected .clip-share { color: var(--pull); }
.clip-share:hover { background: #65b9ff16; }
.clip-share.is-copied { color: #88e3c1; }
.share-feedback { position: absolute; right: 0; bottom: calc(100% + 2px); padding: 5px 9px; border: 1px solid #456657; border-radius: 5px; background: #10241e; color: #b6f5dc; font-size: 11px; opacity: 0; pointer-events: none; }
.is-copied .share-feedback { opacity: 1; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.share-fallback { padding: 14px; margin-top: 10px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; }
.share-fallback label { display: block; margin-bottom: 7px; color: var(--grey); font-size: 12px; }
.share-fallback input { width: 100%; min-width: 0; border: 1px solid #45657d; border-radius: 5px; padding: 10px; background: #0b141c; color: var(--white); font-size: 14px; }
.gif-download { display: inline-block; margin: 0 17px 16px; color: #8da7ba; font-size: 10px; }
.gif-download:hover { color: var(--white); }
.gif-download span { margin-left: 5px; }
.player-message { color: var(--push); font-size: 12px; margin-top: 8px; }
.player-message:empty { display: none; }
.no-script { color: var(--grey); margin: 12px 0; font-size: 13px; }
.powers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 48px 0 60px; }
.power { display: flex; align-items: flex-start; gap: 13px; }
.power-number { padding-top: 3px; color: #62829b; font: 10px/1.5 ui-monospace, monospace; }
.power:nth-child(2) .power-number { color: var(--push); }
.power h2 { color: #d1e0eb; font-size: 14px; font-weight: 550; letter-spacing: -.01em; margin-bottom: 7px; }
.power p { color: #839baa; font-size: 12px; line-height: 1.8; }
.updates { position: relative; display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; padding: 42px; border: 1px solid #294254; border-radius: 12px; background: radial-gradient(ellipse at 0 100%, #1e3d5450, transparent 65%), #121d26; }
.updates-copy h2 { font-size: clamp(27px, 3.2vw, 39px); line-height: 1.15; letter-spacing: -.035em; font-weight: 570; margin: 13px 0; }
.updates-copy > p:last-child { color: var(--grey); font-size: 13px; }
form label { display: block; font-size: 11px; color: #b7cbd9; margin-bottom: 9px; }
.signup-fields { display: flex; align-items: stretch; gap: 9px; }
input[type=email] { min-width: 0; flex: 1; width: 100%; background: #0b141c; color: var(--white); padding: 13px; border: 1px solid #354c5d; border-radius: 6px; font-size: 14px; }
input::placeholder { color: #708595; }
input[type=email]:focus { border-color: var(--pull); outline: 1px solid var(--pull); outline-offset: 1px; }
.signup-button { flex-shrink: 0; padding: 13px 16px; color: #0b1a26; font-size: 12px; font-weight: 700; border: 1px solid #90d0ff; border-radius: 6px; background: #84c7fa; transition: background .2s; }
.signup-button span { margin-left: 9px; }
.signup-button:hover { background: #b1dcfc; }
.fineprint { font-size: 11px; color: #8da6b7; margin-top: 11px; min-height: 1.5em; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; padding: 31px 0 35px; margin-top: 30px; color: #7790a2; font-size: 11px; }
.footer-mark { color: #c0d1de; font-size: 12px; letter-spacing: .2em; }
footer > a:last-child:hover { color: var(--pull); }
@media (max-width: 980px) {
  .wrap { padding: 0 28px; }
  .clip-row { gap: 11px; }
  .clip-number span { display: none; }
  .clip-caption { padding-left: 13px; padding-right: 57px; }
  .clip-title { font-size: 13px; }
  .clip-description { font-size: 11px; }
  .updates { gap: 25px; padding: 30px; }
  .signup-fields { flex-direction: column; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 16px; }
  .wrap { padding: 0 20px; }
  .masthead { padding: 21px 0; }
  .wordmark { gap: 8px; font-size: 12px; }
  .wordmark svg { width: 25px; height: 25px; }
  .nav-gameplay { display: none; }
  .nav-cta { font-size: 10px; gap: 10px; padding: 9px 10px; }
  .hero { padding: 49px 0 44px; }
  h1 { font-size: clamp(42px, 10.5vw, 66px); margin: 21px 0; }
  .hero-copy { font-size: 13px; max-width: 340px; margin-inline: auto; }
  .desktop-break { display: none; }
  .hero-verbs { margin-top: 20px; }
  .hero .eyebrow { font-size: 8px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; margin-bottom: 16px; }
  .section-heading h2 { max-width: 260px; font-size: 21px; }
  .section-heading .eyebrow { font-size: 9px; }
  .selection-hint { display: block; font-size: 11px; }
  .selection-hint span { display: none; }
  .clip-row { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(82%, 360px); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #365064 transparent; padding: 5px 2px 13px; gap: 13px; }
  .clip-card { scroll-snap-align: center; }
  .is-carousel .clip-card { width: calc(100% - 28px); }
  .is-carousel .clip-title { font-size: 15px; }
  .is-carousel .clip-description { font-size: 12px; }
  .clip-title { font-size: 15px; }
  .clip-description { font-size: 12px; }
  .clip-number span { display: inline; }
  .clip-caption { padding: 17px 57px 12px 16px; }
  .powers { grid-template-columns: 1fr; gap: 25px; margin: 32px 0 40px; }
  .power p { max-width: 350px; }
  .power h2 { font-size: 15px; }
  .updates { grid-template-columns: 1fr; gap: 26px; padding: 27px 23px; }
  .updates-copy h2 { font-size: 33px; }
  input[type=email] { font-size: 16px; }
  .signup-button { padding: 14px 16px; }
  footer { justify-content: center; text-align: center; gap: 15px; padding-bottom: 26px; }
  footer p { flex-basis: 100%; order: 3; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .clip-card:hover { transform: none; }
}
