@font-face { font-family: Outfit; src: url('./fonts/outfit-variable.ttf') format('truetype'); font-weight: 100 900; font-display: swap; }
:root { color-scheme: dark; --paper: #16191d; --ink: #edece6; --muted: #acb0b3; --line: #373b40; --accent: #f0efec; --white: #fff; --wash: #22262b; --display: Outfit, sans-serif; --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; scrollbar-color: #515357 var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: #e6dac0; color: #111214; }
a { color: inherit; text-underline-offset: .25em; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
:focus-visible { outline: 2px solid #e4d4b7; outline-offset: 5px; }
[hidden] { display: none !important; }
.wrap { width: min(1160px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; background: var(--ink); color: var(--paper); padding: 12px; z-index: 10; }
.skip-link:focus { top: 10px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 3; display: flex; align-items: center; justify-content: space-between; padding-block: 26px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 28px; font-weight: 500; letter-spacing: -.025em; text-decoration: none; line-height: 1.2; }
.wordmark img { width: 38px; height: 22px; object-fit: contain; flex-shrink: 0; }
nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 450; }
nav a { text-decoration: none; color: #b5b6b8; transition: color 150ms ease-out; }
nav a:hover { color: var(--white); }
.nav-download { display: inline-flex; align-items: center; justify-content: center; gap: 6px; width: 138px; min-height: 36px; color: #111214; background: #fff; padding: 8px 15px; border: 0; border-radius: 10px; font-size: 14px; font-weight: 500; line-height: 1.2; white-space: nowrap; }
.nav-download:hover { background: #e9e9e7; color: #111214; }
nav svg, .browse-link svg, .text-link svg, .cover-link svg, summary svg, .site-footer > a svg, .download-inner button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; flex-shrink: 0; }
.nav-download .apple-icon, .download-inner button .apple-icon { width: 20px; height: 20px; fill: currentColor; stroke: none; }
.hero { background: #202328; position: relative; min-height: 940px; isolation: isolate; padding-top: 151px; padding-bottom: 250px; overflow: clip; }
.hero-art { position: absolute; z-index: -2; inset: auto 0 0; display: block; width: 100%; height: min(940px, 68vw); object-fit: cover; object-position: center bottom; pointer-events: none; translate: 0 var(--hero-depth, 0px); mask-image: linear-gradient(to bottom, transparent, #000 48px); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 90px; background: linear-gradient(transparent, var(--paper)); pointer-events: none; }
.hero-content { position: relative; z-index: 1; text-align: center; }
h1, h2, h3 { font-family: var(--display); margin: 0; font-weight: 420; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 5.4vw, 5rem); line-height: 1.06; letter-spacing: -.04em; }
h2 { font-size: clamp(2.3rem, 3.5vw, 3.25rem); line-height: 1.13; letter-spacing: -.035em; }
h3 { font-size: 21px; line-height: 1.3; letter-spacing: -.015em; }
.intro { font-size: 16px; line-height: 1.75; margin: 24px auto 28px; color: #b2b3b5; max-width: 540px; }
.search-surface { position: relative; max-width: 610px; margin-inline: auto; text-align: left; }
.search-control { display: flex; align-items: center; min-height: 72px; padding: 9px 10px 9px 25px; gap: 17px; background: #ecebe5; border-radius: 16px; box-shadow: 0 14px 38px #00000038; transition: background-color 180ms ease-out; }
.search-control:focus-within { background: #f5f4ef; outline: 2px solid #eeede5; outline-offset: 5px; }
.search-control > svg { width: 21px; height: 21px; flex-shrink: 0; fill: none; stroke: #777a7b; stroke-width: 1.7; }
input { min-width: 0; flex: 1; width: 100%; border: 0; padding: 10px 0; color: #222629; background: transparent; caret-color: #30363a; font-size: 17px; letter-spacing: -.015em; }
input:focus-visible { outline: none; }
input::placeholder { color: #646a6d; opacity: 1; }
button, .primary-link { border: 0; border-radius: 6px; background: var(--ink); color: #131416; padding: 12px 18px; font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; transition: background-color 150ms ease-out; }
button:hover, .primary-link:hover { background: #fff; }
#search-submit { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; flex-shrink: 0; border-radius: 50%; color: #f0efe8; background: #292e32; }
#search-submit:hover { background: #0f1418; }
#search-submit svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; flex-shrink: 0; }
button:disabled { background: #26282c; color: #a3a5aa; cursor: not-allowed; }
.small, .search-message { font-size: 12px; line-height: 1.65; color: #a7a8aa; }
.small { margin: 12px 0 0; }
#search-hint { text-align: center; }
.search-message { text-align: center; margin: 7px 0 0; min-height: 1.65em; }
.search-message[data-error='true'], .notice { color: #efb898; }
.browse-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 21px; font-size: 12px; font-weight: 450; text-decoration: none; color: #d7d7d6; }
.browse-link:hover { color: var(--white); }
.hero-caption { position: absolute; inset: auto 0 26px; display: flex; justify-content: space-between; gap: 20px; color: #acaeaf; font-size: 12px; }
.results-heading { font-size: 17px; margin: 24px 0 8px; }
#search-results:not(:empty) { background: #111214; padding: 20px; margin-top: 20px; border: 1px solid var(--line); border-radius: 12px; }
#search-results .results-heading { margin-top: 0; }
.results-list { list-style: none; padding: 0; margin: 0; }
.result-button { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; text-align: left; padding: 16px 6px; border-radius: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); font-weight: 500; white-space: normal; }
.result-button:hover, .result-button[aria-pressed='true'] { background: #202226; color: var(--ink); }
.result-button span { margin: 0; }
.result-name { display: block; overflow-wrap: anywhere; }
.result-id { display: block; color: var(--muted); font-size: 12px; font-weight: 400; font-variant-numeric: tabular-nums; }
.status { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; white-space: nowrap; font-weight: 450; }
.status::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.tested { color: #abd7bd; }
.trial { color: #ddc194; }
.unsupported { color: #b3b5bb; }
.selection { margin-top: 20px; padding: 24px; background: #1b1d20; border-radius: 12px; }
.selection h2 { font-size: 25px; line-height: 1.3; margin: 12px 0; overflow-wrap: anywhere; }
.selection p { font-size: 14px; }
.selection-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 20px; }
.selection .small { font-size: 12px; margin-top: 18px; }
.evidence-section { padding-block: 96px 72px; }
.section-heading { display: flex; justify-content: space-between; gap: 36px; align-items: flex-end; margin-bottom: 44px; }
.section-heading p { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 0 0 4px; }
.game-library { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px; }
.game-entry { min-width: 0; }
.cover-link { position: relative; display: block; margin-bottom: 22px; border-radius: 10px; overflow: hidden; background: #111214; }
.cover-link img { display: block; width: 100%; height: auto; aspect-ratio: 460/215; transition: filter 250ms ease-out; }
.cover-link:hover img { filter: brightness(1.15); }
.cover-link > span { display: flex; align-items: center; gap: 6px; position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; border-radius: 4px; color: var(--white); background: #08090be8; font-size: 12px; }
.cover-link svg { width: 13px; height: 13px; }
.game-meta { display: flex; flex-direction: column; gap: 10px; }
.game-entry h3 { font-size: 19px; min-height: 2.6em; }
.game-entry p { margin: 14px 0 0; font-size: 13px; color: var(--muted); max-width: 43ch; line-height: 1.75; }
.evidence-note { font-size: 12px; color: var(--muted); margin: 34px 0 0; padding-top: 23px; border-top: 1px solid var(--line); }
.explanation { display: grid; grid-template-columns: 1fr 1fr; gap: 135px; padding-block: 92px 112px; }
.explanation-intro > p { max-width: 42ch; color: var(--muted); margin: 24px 0; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 500; }
.steps { list-style: none; margin: 4px 0 0; padding: 0; }
.steps li { display: flex; gap: 24px; padding-block: 26px; border-top: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; border: 0; }
.steps li:last-child { padding-bottom: 0; }
.step-number { width: 23px; flex-shrink: 0; font-family: var(--display); font-size: 15px; color: #929599; font-variant-numeric: tabular-nums; padding-top: 2px; }
.steps h3 { font-size: 21px; }
.steps p { font-size: 14px; color: var(--muted); margin: 9px 0 0; }
.download-section { position: relative; background: #1c2025; border-block: 1px solid #373b40; }
.download-inner { padding-block: 74px 76px; text-align: center; }
.download-ferry { display: block; width: 280px; max-width: 80%; height: auto; margin: -25px auto 22px; }
.download-inner h2 { font-size: clamp(2.6rem, 4vw, 3.5rem); }
.download-inner > p:not(.small) { color: var(--muted); font-size: 15px; margin: 22px 0 28px; }
.download-inner button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; width: 138px; max-width: 100%; min-height: 36px; padding: 8px 15px; border-radius: 10px; background: #fff; color: #111214; font-size: 14px; font-weight: 500; line-height: 1.2; }
.download-inner button:disabled { background: #fff; color: #111214; opacity: 1; }
.download-inner .small { margin-top: 12px; }
.waitlist-form { max-width: 520px; margin: 30px auto 0; text-align: left; }
.waitlist-form > label:first-child { display: block; margin-bottom: 12px; font-size: 14px; font-weight: 600; color: var(--ink); }
.waitlist-fields { display: flex; gap: 9px; }
.waitlist-fields input { min-height: 48px; padding: 10px 14px; border: 1px solid #c8c9c6; border-radius: 8px; background: #f5f4ef; color: #222629; font-size: 16px; }
.waitlist-fields input:focus-visible { outline: 2px solid #e4d4b7; outline-offset: 3px; }
.download-inner .waitlist-fields button { width: auto; min-height: 48px; padding-inline: 19px; white-space: nowrap; }
.waitlist-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.waitlist-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.waitlist-consent input { flex: none; width: 16px; height: 16px; margin: 2px 0 0; accent-color: #edece6; }
.waitlist-consent a, .site-footer p a { color: var(--ink); }
#waitlist-message { min-height: 1.65em; margin-top: 13px; }
#waitlist-message[data-error='true'] { color: #efb898; }
.faq { display: grid; grid-template-columns: 1fr 1.25fr; gap: 100px; padding-block: 100px 110px; }
.faq h2 { font-size: 38px; }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; padding-block: 21px; font-size: 14px; font-weight: 500; }
details:first-child summary { padding-top: 6px; }
summary::-webkit-details-marker { display: none; }
summary:hover { color: var(--white); }
details[open] summary svg { transform: rotate(45deg); }
details p { font-size: 14px; color: var(--muted); margin: 0 24px 23px 0; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding-block: 38px 42px; border-top: 1px solid var(--line); }
.site-footer .wordmark { font-size: 26px; }
.site-footer p { margin: 9px 0 0; font-size: 12px; color: var(--muted); }
.site-footer > p { margin: 0; }
.site-footer > a { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; text-decoration: none; }
.utility-page { min-height: 100vh; background: var(--paper); }
.utility-content { width: min(680px, calc(100% - 40px)); margin: 0 auto; padding: 36px 0 96px; }
.utility-content h1 { margin: 88px 0 25px; }
.utility-content h2 { margin: 42px 0 12px; font-size: 26px; }
.utility-content p { max-width: 70ch; color: var(--muted); }
.utility-content p a { color: var(--ink); }
.utility-content form { margin: 30px 0; }
.utility-content form button { min-height: 46px; }
.utility-content > .text-link { margin-top: 32px; }
@media (min-width: 1600px) { .hero { min-height: 980px; padding-top: 172px; } .hero-art { height: 1020px; } }
@media (max-width: 1100px) { .wrap { width: calc(100% - 64px); } .hero { min-height: 880px; padding-top: 150px; padding-bottom: 250px; } .hero-art { height: 740px; } .explanation, .faq { gap: 64px; } }
@media (max-width: 800px) { .wrap { width: calc(100% - 40px); } .site-header { padding-block: 22px; } nav { gap: 22px; } nav > a:first-child { display: none; } .hero { min-height: 900px; padding-top: 158px; } h1 { font-size: 65px; } .hero-art { height: 610px; width: 130%; max-width: none; left: -20%; object-position: 58% bottom; } .intro { font-size: 15px; } .hero-caption { font-size: 12px; } .section-heading { align-items: start; gap: 26px; } .game-library { gap: 20px; } .game-entry h3 { font-size: 18px; } .explanation { gap: 48px; padding-block: 72px 88px; } .faq { gap: 44px; padding-block: 80px; } }
@media (max-width: 560px) { nav > a:not(.nav-download) { display: none; } .wordmark { font-size: 25px; } .nav-download, .download-inner button { width: 140px; min-height: 40px; padding: 10px 15px; } .hero { min-height: 860px; padding-top: 125px; padding-bottom: 230px; } h1 { font-size: clamp(3.1rem, 12.8vw, 4.15rem); line-height: 1.08; } .intro { max-width: 320px; margin-block: 22px 28px; font-size: 15px; line-height: 1.7; } .intro br { display: none; } .hero-art { width: 195%; height: auto; left: -47.5%; object-position: center bottom; } .search-control { min-height: 67px; gap: 14px; padding: 8px 9px 8px 20px; border-radius: 15px; } .search-control > svg { width: 19px; height: 19px; } input { font-size: 16px; } input::placeholder { font-size: 16px; } #search-submit { width: 45px; height: 45px; padding: 0; } #search-submit svg { width: 21px; height: 21px; } .small, .search-message { font-size: 12px; } #search-hint { max-width: 290px; margin-inline: auto; } .search-message { margin-top: 8px; } .browse-link { margin-top: 24px; font-size: 12px; } .hero-caption { bottom: 22px; align-items: end; gap: 30px; font-size: 12px; line-height: 1.5; } .hero-caption span { max-width: 155px; } .hero-caption span:last-child { text-align: right; max-width: 100px; } .evidence-section { padding-block: 62px 34px; } .section-heading { display: block; margin-bottom: 30px; } .section-heading h2 { font-size: 37px; } .section-heading p { margin-top: 20px; font-size: 14px; } .game-library { grid-template-columns: 1fr; gap: 37px; } .cover-link { margin-bottom: 18px; } .game-entry h3 { min-height: 0; font-size: 23px; } .game-meta { gap: 10px; } .game-entry p { font-size: 14px; max-width: 44ch; margin-top: 13px; } .evidence-note { margin-top: 30px; font-size: 12px; } .explanation, .faq { grid-template-columns: 1fr; gap: 34px; } .explanation { padding-block: 58px 68px; } .explanation-intro h2 { font-size: 38px; } .explanation-intro > p { margin-block: 23px; } .steps li { padding-block: 24px; gap: 21px; } .steps h3 { font-size: 22px; } .steps p { font-size: 14px; } .download-inner { padding-block: 60px; } .download-inner h2 { font-size: 40px; } .download-inner > p:not(.small) { font-size: 14px; max-width: 320px; margin-inline: auto; } .download-inner p br { display: none; } .download-ferry { width: 240px; margin-top: -18px; margin-bottom: 20px; } .faq { padding-block: 66px; } .faq h2 { font-size: 37px; } summary { font-size: 14px; } .site-footer { flex-wrap: wrap; align-items: start; gap: 26px; } .site-footer > p { text-align: right; } .site-footer > a { width: 100%; } .result-button { align-items: start; flex-direction: column; gap: 7px; } #search-results:not(:empty) { padding: 18px; } .selection { padding: 20px; } }
@media (prefers-reduced-motion: reduce) { .hero-art { translate: none; } html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media (max-width: 560px) { .waitlist-fields { flex-direction: column; } .download-inner .waitlist-fields button { width: 100%; } }
