:root {
  --bg: #07090d;
  --bg-soft: #0b1018;
  --surface: #101722;
  --surface-high: #151f2e;
  --text: #f3f5f8;
  --muted: #a8b0bd;
  --faint: #788596;
  --gold: #d5b875;
  --gold-bright: #f2d999;
  --blue: #5caaff;
  --blue-soft: #81c1ff;
  --line: rgba(199, 216, 238, 0.15);
  --line-bright: rgba(213, 184, 117, 0.36);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --display: "Bahnschrift", "Arial Narrow", "Segoe UI Variable Display", sans-serif;
  --body: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .12; background-image: radial-gradient(circle at 12% 22%, rgba(255,255,255,.18) 0 1px, transparent 1.5px), radial-gradient(circle at 78% 64%, rgba(255,255,255,.12) 0 1px, transparent 1.5px); background-size: 97px 113px, 137px 151px; mix-blend-mode: soft-light; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
p, h1, h2, h3 { margin-top: 0; }
::selection { color: #07090d; background: var(--gold-bright); }

.shell { width: min(100% - 48px, 1280px); margin-inline: auto; }
.section { position: relative; padding-block: clamp(5.5rem, 10vw, 9.5rem); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: .75rem 1rem; color: var(--bg); background: var(--gold-bright); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--blue-soft); outline-offset: 4px; }

.eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.15rem; color: var(--gold-bright); font-family: var(--display); font-size: .76rem; font-weight: 700; letter-spacing: .25em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.display-title { margin: 0; font-family: var(--display); font-size: clamp(4.4rem, 10.5vw, 10rem); font-weight: 700; letter-spacing: .035em; line-height: .82; text-transform: uppercase; text-wrap: balance; }
.display-title span { color: var(--gold-bright); }
.display-title--page { font-size: clamp(3.8rem, 8.5vw, 8rem); line-height: .87; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 4rem; align-items: end; margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.section-heading h2, .world-intro h2, .game-feature h2, .platform-band h2, .closing-cta h2, .economy h2, .join-world h2, .launcher-benefits h2, .download-panel h2, .signal-band h2, .support-help h2, .support-status h2 { max-width: 800px; margin-bottom: 0; font-family: var(--display); font-size: clamp(2.6rem, 5.5vw, 5.2rem); font-weight: 600; letter-spacing: -.025em; line-height: .96; text-transform: uppercase; text-wrap: balance; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); border-bottom: 1px solid transparent; transition: height .3s ease, background-color .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.site-header::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(3, 5, 8, .86), transparent); opacity: 1; transition: opacity .3s ease; }
.site-header.is-scrolled, .site-header.is-open { height: 72px; border-color: var(--line); background: rgba(7, 9, 13, .86); backdrop-filter: blur(18px); }
.site-header.is-scrolled::after, .site-header.is-open::after { opacity: 0; }
.site-header__inner { display: flex; align-items: center; height: 100%; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; flex: 0 0 auto; }
.brand__mark { position: relative; display: grid; place-items: center; width: 34px; height: 34px; overflow: hidden; border: 1px solid var(--gold); color: var(--gold-bright); font-family: var(--display); font-size: 1rem; font-weight: 700; line-height: 1; clip-path: polygon(50% 0, 100% 28%, 100% 72%, 50% 100%, 0 72%, 0 28%); background: rgba(213, 184, 117, .06); box-shadow: inset 0 0 18px rgba(213, 184, 117, .08), 0 0 24px rgba(92, 170, 255, .08); }
.brand__word { font-family: var(--display); font-size: 1rem; font-weight: 700; letter-spacing: .18em; line-height: 1; }
.brand__word span { color: var(--gold); font-size: .58em; letter-spacing: .22em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.25rem, 2.3vw, 2.5rem); margin-inline: auto; }
.site-nav a { position: relative; padding-block: 1rem; color: #d7dde5; font-family: var(--display); font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: color .2s ease; }
.site-nav a::after { content: ""; position: absolute; right: 50%; bottom: .65rem; left: 50%; height: 1px; background: var(--gold); transition: inset .25s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; left: 0; }
.header-cta { display: grid; place-items: center; min-height: 42px; padding: .5rem 1rem; border: 1px solid var(--line-bright); color: var(--gold-bright); font-family: var(--display); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.header-cta:hover { border-color: var(--gold); color: var(--bg); background: var(--gold-bright); }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px auto; background: #fff; transition: transform .25s ease; }
.site-header.is-open .menu-toggle > span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
.site-header.is-open .menu-toggle > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Buttons */
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }
.button { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; min-width: 174px; min-height: 54px; padding: .8rem 1.4rem; overflow: hidden; border: 1px solid transparent; font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .15em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: color .25s ease, border-color .25s ease, transform .25s ease; }
.button::before { content: ""; position: absolute; inset: 0; z-index: -1; transform: translateX(-102%); transition: transform .3s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover::before { transform: translateX(0); }
.button--primary { border-color: var(--gold); color: #0a0d12; background: linear-gradient(110deg, #b38e4f, var(--gold-bright) 50%, #c6a661); box-shadow: 0 8px 28px rgba(213, 184, 117, .18); }
.button--primary::before { background: #fff0bd; }
.button--ghost { border-color: rgba(255, 255, 255, .34); color: #fff; background: rgba(5, 9, 15, .35); backdrop-filter: blur(10px); }
.button--ghost::before { background: rgba(255, 255, 255, .12); }
.button--text { min-width: auto; color: #dfe8f2; }
.button--text::after { content: "↗"; margin-left: .7rem; color: var(--gold); }
.button--text::before { background: rgba(255, 255, 255, .06); }
.button--disabled { border-color: var(--line); color: var(--faint); background: rgba(255, 255, 255, .035); cursor: not-allowed; }
.button--disabled::before { display: none; }
.text-link { display: inline-flex; gap: .65rem; align-items: center; margin-top: 1.35rem; color: var(--gold-bright); font-family: var(--display); font-size: .73rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.badge { display: inline-flex; align-items: center; min-height: 27px; padding: .35rem .65rem; border: 1px solid var(--line); color: #c2cbd6; background: rgba(6, 9, 14, .32); font-family: var(--display); font-size: .62rem; font-weight: 700; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.badge--live { border-color: rgba(92, 170, 255, .42); color: #cce7ff; background: rgba(42, 116, 188, .12); }

/* Hero */
.hero, .page-hero { position: relative; isolation: isolate; display: grid; min-height: 100vh; min-height: 100svh; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -3; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.035); }
.hero__veil { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(4, 6, 10, .35) 0%, rgba(4, 6, 10, .1) 38%, rgba(7, 9, 13, .82) 84%, var(--bg) 100%), radial-gradient(circle at 50% 44%, transparent 0 28%, rgba(3, 5, 8, .25) 72%, rgba(3, 5, 8, .7) 100%); }
.hero--home { place-items: center; padding: calc(var(--header-height) + 3rem) 0 9.8rem; text-align: center; }
.hero__content { position: relative; z-index: 2; }
.hero--home .hero__content { max-width: 1050px; }
.hero--home .eyebrow { justify-content: center; text-shadow: 0 2px 18px #000; }
.hero--home .display-title { text-shadow: 0 8px 40px rgba(0, 0, 0, .6); }
.hero--home .display-title span { color: transparent; -webkit-text-stroke: 1px rgba(242, 217, 153, .95); }
.hero__tagline { margin: 1.7rem 0 .65rem; color: #fff; font-family: var(--display); font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 400; letter-spacing: .28em; line-height: 1.2; text-transform: uppercase; text-shadow: 0 4px 24px #000; }
.hero__lead { max-width: 680px; margin: 0 auto 2rem; color: #d4dae2; font-size: clamp(1rem, 1.4vw, 1.15rem); text-shadow: 0 3px 20px #000; }
.hero__status { position: absolute; right: 0; bottom: 2.2rem; left: 0; z-index: 2; display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 2.5rem; text-align: left; }
.hero__status > div { display: flex; flex-direction: column; gap: .25rem; padding-left: 1rem; border-left: 1px solid var(--line-bright); }
.hero__status span { color: #8d99a9; font-family: var(--display); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.hero__status strong { font-family: var(--display); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { position: relative; padding-left: 1rem; }
.status-dot::before { content: ""; position: absolute; top: 50%; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 14px var(--blue); transform: translateY(-50%); }
.scroll-cue { display: inline-flex; align-items: center; gap: 1rem; color: #aeb7c4; font-family: var(--display); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue span { color: var(--gold); font-size: 1rem; animation: scroll-cue 1.8s ease-in-out infinite; }
.particles { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.particles i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 12px 2px rgba(213, 184, 117, .5); animation: particle-drift 11s ease-in-out infinite; }
.particles i:nth-child(1) { left: 18%; top: 66%; }
.particles i:nth-child(2) { right: 22%; top: 42%; animation-delay: -4s; animation-duration: 14s; }
.particles i:nth-child(3) { right: 39%; top: 27%; animation-delay: -7s; animation-duration: 9s; }
@keyframes particle-drift { 0%, 100% { opacity: .2; transform: translate3d(0, 14px, 0); } 50% { opacity: 1; transform: translate3d(15px, -22px, 0); } }
@keyframes scroll-cue { 0%, 100% { transform: translateY(-2px); } 50% { transform: translateY(5px); } }

/* Home worlds */
.section--worlds { background: linear-gradient(180deg, var(--bg), #090d14 50%, var(--bg)); }
.world-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); grid-template-rows: repeat(2, minmax(310px, 1fr)); gap: 1.2rem; }
.world-card { position: relative; isolation: isolate; min-height: 340px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.world-card::after { content: ""; position: absolute; inset: 10px; z-index: -1; border: 1px solid rgba(255, 255, 255, .035); pointer-events: none; }
.world-card--feature { grid-row: 1 / 3; min-height: 690px; }
.world-card__media { position: absolute; inset: 0; z-index: -3; }
.world-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.world-card:hover .world-card__media img { transform: scale(1.04); }
.world-card__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(5, 8, 12, .1), rgba(5, 8, 12, .25) 40%, rgba(5, 8, 12, .96)); }
.world-card__content { display: flex; flex-direction: column; justify-content: space-between; min-height: inherit; height: 100%; padding: clamp(1.5rem, 3vw, 2.6rem); }
.world-card__topline { display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: #96a1af; font-family: var(--display); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }
.world-card__project { margin: 0 0 .45rem; color: var(--gold-bright); font-family: var(--display); font-size: .8rem; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.world-card h3 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.7rem); font-weight: 650; letter-spacing: .02em; line-height: .9; text-transform: uppercase; }
.world-card--feature .world-card__content > div:last-child { max-width: 590px; }
.world-card p:not(.world-card__project) { max-width: 490px; margin: 1rem 0 0; color: #c5ccd6; }
.world-card--ascent { background: radial-gradient(circle at 70% 25%, rgba(92, 170, 255, .22), transparent 28%), linear-gradient(145deg, #151c27, #080b11 70%); }
.world-card--future { background: radial-gradient(circle at 50% 50%, rgba(213, 184, 117, .12), transparent 32%), linear-gradient(145deg, #12131b, #07090d 70%); }
.world-card__sigil { position: absolute; top: 50%; right: 12%; width: 150px; height: 180px; opacity: .5; transform: translateY(-50%); }
.world-card__sigil::before, .world-card__sigil::after, .world-card__sigil span { content: ""; position: absolute; inset: 0; border: 1px solid rgba(92, 170, 255, .45); transform: skew(-14deg); }
.world-card__sigil::after { inset: 24px; border-color: rgba(213, 184, 117, .28); transform: skew(14deg); }
.world-card__sigil span { inset: 52px; border-color: rgba(255, 255, 255, .16); transform: rotate(45deg); }
.world-card__orbit { position: absolute; top: 48%; right: 12%; width: 145px; height: 145px; border: 1px solid rgba(213, 184, 117, .24); border-radius: 50%; opacity: .7; transform: translateY(-50%); }
.world-card__orbit::before, .world-card__orbit::after { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(92, 170, 255, .2); border-radius: 50%; }
.world-card__orbit::after { inset: 60px; background: var(--gold); box-shadow: 0 0 32px rgba(213, 184, 117, .55); }
.world-card__orbit span { position: absolute; top: 50%; left: -22px; width: calc(100% + 44px); height: 1px; background: linear-gradient(90deg, transparent, rgba(213, 184, 117, .4), transparent); transform: rotate(22deg); }
.world-card__orbit span:last-child { transform: rotate(-48deg); }

/* Ecosystem */
.section--ecosystem { overflow: hidden; background: #090d14; }
.section--ecosystem::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(92, 170, 255, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(92, 170, 255, .13) 1px, transparent 1px); background-size: 74px 74px; mask-image: radial-gradient(circle at 70% 45%, black, transparent 68%); }
.section--ecosystem .shell { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: clamp(4rem, 9vw, 8rem); align-items: center; }
.ecosystem-intro h2 { margin: 0 0 2rem; font-family: var(--display); font-size: clamp(3rem, 5.7vw, 5.5rem); font-weight: 600; letter-spacing: -.03em; line-height: .92; text-transform: uppercase; }
.ecosystem-intro h2 span { color: var(--gold-bright); }
.ecosystem-intro > p:last-child { max-width: 470px; color: var(--muted); }
.ecosystem-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ecosystem-card { position: relative; min-height: 260px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(11, 16, 24, .65); transition: background .25s ease, transform .25s ease; }
.ecosystem-card:hover { z-index: 2; background: rgba(21, 31, 46, .9); transform: translateY(-3px); }
.ecosystem-card__index { position: absolute; top: 1.2rem; right: 1.2rem; color: var(--faint); font-family: var(--display); font-size: .62rem; letter-spacing: .15em; }
.ecosystem-card__symbol { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 2.2rem; border: 1px solid var(--line-bright); color: var(--gold-bright); background: rgba(213, 184, 117, .04); clip-path: polygon(50% 0, 100% 24%, 100% 76%, 50% 100%, 0 76%, 0 24%); font-family: var(--display); font-size: .8rem; letter-spacing: .08em; }
.ecosystem-card h3 { margin-bottom: .55rem; font-family: var(--display); font-size: 1.2rem; letter-spacing: .07em; text-transform: uppercase; }
.ecosystem-card p { margin: 0; color: var(--muted); font-size: .94rem; }

/* Story and close */
.story-panel { display: grid; min-height: 790px; padding: 0; overflow: hidden; }
.story-panel__media { position: absolute; inset: 0; }
.story-panel__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #06080c 0%, rgba(6, 8, 12, .92) 24%, rgba(6, 8, 12, .28) 62%, rgba(6, 8, 12, .08)), linear-gradient(0deg, var(--bg), transparent 22%, transparent 75%, var(--bg)); }
.story-panel__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.story-panel__content { position: relative; z-index: 2; display: flex; align-items: center; min-height: inherit; }
.story-panel__copy { max-width: 520px; }
.story-panel__copy h2 { margin-bottom: 1.5rem; font-family: var(--display); font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 600; letter-spacing: -.03em; line-height: .92; text-transform: uppercase; }
.story-panel__copy > p:not(.eyebrow) { max-width: 460px; margin-bottom: 2rem; color: #c3cbd5; }
.closing-cta { overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 50%, rgba(29, 89, 145, .18), transparent 38%), var(--bg); }
.closing-cta .shell { display: flex; flex-direction: column; align-items: center; }
.closing-cta .eyebrow { justify-content: center; }
.closing-cta h2 { font-size: clamp(4rem, 9vw, 8.5rem); }
.closing-cta p:not(.eyebrow) { max-width: 560px; margin: 1.5rem auto 2rem; color: var(--muted); }
.closing-cta__rings { position: absolute; top: 50%; left: 50%; width: min(78vw, 900px); aspect-ratio: 1; border: 1px solid rgba(92, 170, 255, .1); border-radius: 50%; transform: translate(-50%, -50%); }
.closing-cta__rings::before, .closing-cta__rings::after { content: ""; position: absolute; inset: 13%; border: inherit; border-radius: inherit; }
.closing-cta__rings::after { inset: 29%; border-color: rgba(213, 184, 117, .12); }

/* Inner page heroes */
.page-hero { align-items: end; min-height: 78vh; min-height: 78svh; padding: calc(var(--header-height) + 4rem) 0 7rem; }
.page-hero--games .hero__media img { object-position: 58% center; }
.page-hero--games .hero__veil { background: linear-gradient(90deg, rgba(5, 7, 11, .96) 0%, rgba(5, 7, 11, .76) 36%, rgba(5, 7, 11, .1) 70%), linear-gradient(0deg, var(--bg), transparent 36%); }
.page-hero__content { position: relative; z-index: 2; }
.page-hero__lead { max-width: 590px; margin: 1.8rem 0 0; color: #cbd3dc; font-size: clamp(1.05rem, 1.8vw, 1.35rem); }

/* Games page */
.game-feature { background: linear-gradient(180deg, var(--bg), #0a0f17); }
.game-feature__grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.game-feature__visual { position: relative; }
.game-feature__visual::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: 0; border: 1px solid var(--line-bright); }
.game-feature__visual picture { position: relative; z-index: 1; display: block; overflow: hidden; box-shadow: var(--shadow); }
.game-feature__visual img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.game-feature__number { position: absolute; right: -2rem; bottom: -4rem; z-index: 2; color: rgba(255, 255, 255, .045); font-family: var(--display); font-size: clamp(8rem, 18vw, 18rem); font-weight: 700; line-height: 1; }
.game-feature__copy .world-card__topline { margin-bottom: 3.4rem; }
.game-feature__copy h2 { margin: 0 0 1rem; font-size: clamp(4rem, 8vw, 8rem); }
.game-feature__lede { color: #fff; font-family: var(--display); font-size: 1.25rem; letter-spacing: .04em; }
.game-feature__copy > p:not(.eyebrow):not(.game-feature__lede) { color: var(--muted); }
.detail-list { margin: 1.8rem 0 2.2rem; padding: 0; list-style: none; }
.detail-list li { position: relative; padding: .65rem 0 .65rem 1.5rem; border-bottom: 1px solid var(--line); color: #ced5dd; }
.detail-list li::before { content: ""; position: absolute; top: 1.22rem; left: 0; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }
.upcoming { background: #0a0f17; }
.upcoming-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.upcoming-card { position: relative; isolation: isolate; min-height: 480px; overflow: hidden; padding: 2.5rem; border: 1px solid var(--line); background: var(--surface); }
.upcoming-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 70% 38%, rgba(92, 170, 255, .22), transparent 28%), linear-gradient(145deg, #161f2b, #080b11); }
.upcoming-card--unknown::before { background: radial-gradient(circle at 70% 38%, rgba(213, 184, 117, .16), transparent 24%), linear-gradient(145deg, #17151a, #08090d); }
.upcoming-card__mark { position: absolute; right: 8%; bottom: 2%; z-index: -1; color: rgba(255, 255, 255, .05); font-family: var(--display); font-size: 15rem; line-height: 1; }
.upcoming-card > p { margin: 11rem 0 .5rem; color: var(--gold); font-family: var(--display); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.upcoming-card h3 { margin-bottom: 1rem; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: .9; text-transform: uppercase; }
.upcoming-card > span:last-child { color: var(--muted); }
.platform-band { overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 100%, rgba(92, 170, 255, .16), transparent 36%), #080b11; }
.platform-band .shell { display: flex; flex-direction: column; align-items: center; }
.platform-band .eyebrow { justify-content: center; }
.platform-band p:not(.eyebrow) { max-width: 570px; margin: 1.5rem auto 2.3rem; color: var(--muted); }

/* Echo page */
.hero--echo { align-items: center; min-height: 100vh; min-height: 100svh; padding: calc(var(--header-height) + 3rem) 0 9rem; }
.hero--echo .hero__media img { object-position: center; }
.hero--echo .hero__veil { background: linear-gradient(90deg, rgba(4, 6, 10, .97) 0%, rgba(4, 6, 10, .75) 33%, rgba(4, 6, 10, .06) 68%), linear-gradient(0deg, var(--bg), transparent 28%, transparent 74%, rgba(4, 6, 10, .55)); }
.hero__content--left { width: min(100% - 48px, 1280px); }
.hero__content--left > * { max-width: 650px; }
.hero__content--left .button-row { justify-content: flex-start; }
.echo-logo { margin: 0; font-family: var(--display); font-size: clamp(5rem, 10vw, 10rem); font-weight: 700; letter-spacing: .04em; line-height: .72; text-transform: uppercase; text-shadow: 0 8px 40px #000; }
.echo-logo span { display: block; color: var(--gold-bright); font-size: .25em; letter-spacing: .5em; line-height: 2.6; }
.hero--echo .hero__tagline { max-width: 650px; margin: 2.2rem 0 2.2rem; font-size: clamp(1rem, 1.8vw, 1.35rem); letter-spacing: .12em; line-height: 1.5; }
.hero__status--echo { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1280px; }
.world-intro { background: linear-gradient(180deg, var(--bg), #090e16); }
.world-intro__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(4rem, 8vw, 9rem); align-items: end; }
.world-intro__copy { padding-top: 4rem; }
.lead-copy { color: #e8edf3; font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.45; }
.world-intro__copy p:last-child { color: var(--muted); }
.feature-section { background: #090e16; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 250px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(7, 11, 17, .55); transition: background .25s ease; }
.feature-card:hover { background: var(--surface-high); }
.feature-card > span { color: var(--gold); font-family: var(--display); font-size: .65rem; letter-spacing: .16em; }
.feature-card h3 { margin: 4rem 0 .7rem; font-family: var(--display); font-size: 1.25rem; letter-spacing: .07em; text-transform: uppercase; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.character-story { min-height: 780px; padding: 0; overflow: hidden; }
.character-story__media, .character-story__shade { position: absolute; inset: 0; }
.character-story__media img { width: 100%; height: 100%; object-fit: cover; }
.character-story__shade { background: linear-gradient(90deg, rgba(5, 7, 11, .96) 0%, rgba(5, 7, 11, .84) 28%, rgba(5, 7, 11, .1) 62%), linear-gradient(0deg, var(--bg), transparent 20%, transparent 82%, #090e16); }
.character-story__content { position: relative; display: flex; align-items: center; min-height: 780px; }
.character-story__content > div { max-width: 500px; }
.character-story h2 { margin-bottom: 1.5rem; font-family: var(--display); font-size: clamp(3.2rem, 6.2vw, 6rem); line-height: .92; text-transform: uppercase; }
.character-story p:not(.eyebrow) { color: #c4ccd5; }
.economy { background: radial-gradient(circle at 70% 50%, rgba(31, 90, 145, .14), transparent 34%), var(--bg); }
.economy__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(4rem, 10vw, 9rem); align-items: center; }
.economy__copy > p:not(.eyebrow) { max-width: 530px; color: var(--muted); }
.micro-note { display: flex; align-items: center; gap: 1.2rem; margin-top: 2rem; padding: 1.2rem; border-left: 1px solid var(--gold); background: rgba(213, 184, 117, .05); }
.micro-note > span { color: var(--gold); font-size: 1.5rem; }
.micro-note p { margin: 0; color: var(--muted); }
.micro-note strong { color: #fff; font-family: var(--display); letter-spacing: .08em; text-transform: uppercase; }
.economy-visual { position: relative; aspect-ratio: 1; max-width: 590px; margin-inline: auto; }
.economy-visual::before { content: ""; position: absolute; inset: 7%; border: 1px solid var(--line); border-radius: 50%; background: radial-gradient(circle, rgba(92, 170, 255, .11), transparent 54%); }
.economy-visual__orbit { position: absolute; inset: 19%; border: 1px solid rgba(92, 170, 255, .28); border-radius: 50%; }
.economy-visual__orbit::before { content: ""; position: absolute; inset: -1px; border-top: 1px solid var(--blue); border-right: 1px solid transparent; border-radius: 50%; animation: orbit-spin 13s linear infinite; }
.economy-visual__orbit.orbit-two { inset: 31%; border-color: rgba(213, 184, 117, .25); }
.economy-visual__orbit.orbit-two::before { border-top-color: var(--gold); animation-duration: 9s; animation-direction: reverse; }
.economy-visual__core { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 155px; height: 155px; border: 1px solid var(--line-bright); background: radial-gradient(circle at 50% 35%, #1a2940, #090d14 70%); box-shadow: 0 0 80px rgba(92, 170, 255, .18); transform: translate(-50%, -50%) rotate(45deg); }
.economy-visual__core > * { transform: rotate(-45deg); }
.economy-visual__core span, .economy-visual__core small { position: absolute; color: var(--muted); font-family: var(--display); font-size: .55rem; letter-spacing: .17em; }
.economy-visual__core span { top: 30px; }.economy-visual__core small { bottom: 28px; }.economy-visual__core strong { color: var(--gold-bright); font-size: 2.8rem; }
.economy-visual__node { position: absolute; display: grid; place-items: center; min-width: 100px; min-height: 36px; border: 1px solid var(--line); color: #d8e0e8; background: #0b111a; font-family: var(--display); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; box-shadow: 0 8px 30px rgba(0,0,0,.35); }
.node-market { top: 15%; right: 3%; }.node-wallet { right: 8%; bottom: 13%; }.node-items { bottom: 19%; left: 1%; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
.join-world { overflow: hidden; text-align: center; background: linear-gradient(180deg, var(--bg), #0c121c); }
.join-world .shell { display: flex; flex-direction: column; align-items: center; }
.join-world .eyebrow { justify-content: center; margin-top: 1.4rem; }
.join-world h2 { font-size: clamp(4.6rem, 10vw, 9rem); }
.join-world p:not(.eyebrow) { max-width: 650px; margin: 1.4rem auto 2rem; color: var(--muted); }
.join-world__glow { position: absolute; top: 50%; left: 50%; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(92, 170, 255, .14), transparent 62%); transform: translate(-50%, -50%); }

/* Launcher */
.launcher-hero { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; padding: calc(var(--header-height) + 6rem) 0 7rem; background: #070a0f; }
.launcher-hero__backdrop { position: absolute; inset: 0; opacity: .7; background: radial-gradient(circle at 70% 30%, rgba(39, 107, 174, .22), transparent 32%), linear-gradient(rgba(92, 170, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(92, 170, 255, .05) 1px, transparent 1px); background-size: auto, 84px 84px, 84px 84px; mask-image: linear-gradient(black, transparent 88%); }
.launcher-hero__grid { position: relative; display: grid; grid-template-columns: minmax(330px, .6fr) minmax(620px, 1.4fr); gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.launcher-hero__copy .display-title { font-size: clamp(3.1rem, 4.8vw, 5.2rem); }
.launcher-hero__tagline { margin: 2rem 0 1rem; color: #fff; font-family: var(--display); font-size: 1.3rem; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.launcher-hero__copy > p:not(.eyebrow):not(.launcher-hero__tagline) { max-width: 470px; margin-bottom: 2rem; color: var(--muted); }
.launcher-shell { border: 1px solid rgba(194, 211, 232, .22); border-radius: 5px; overflow: hidden; background: #0a0d13; box-shadow: 0 42px 110px rgba(0, 0, 0, .65), 0 0 80px rgba(35, 107, 178, .12); transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); transform-origin: center left; }
.launcher-shell__bar { display: flex; align-items: center; justify-content: space-between; height: 46px; padding: 0 1rem; border-bottom: 1px solid var(--line); background: #0d121a; }
.launcher-shell__logo { color: #dfe6ed; font-family: var(--display); font-size: .64rem; font-weight: 700; letter-spacing: .17em; }
.launcher-shell__logo span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: .5rem; border: 1px solid var(--gold); color: var(--gold); }
.launcher-shell__window-controls { display: flex; gap: .65rem; }.launcher-shell__window-controls i { width: 7px; height: 7px; border-radius: 50%; background: #3a4451; }
.launcher-shell__body { display: grid; grid-template-columns: 98px 1fr; height: 600px; }
.launcher-shell__rail { display: flex; flex-direction: column; align-items: stretch; border-right: 1px solid var(--line); background: #090d13; }
.launcher-shell__rail > span { position: relative; display: grid; place-items: center; min-height: 93px; padding: .6rem; border-bottom: 1px solid var(--line); color: #6f7a89; font-family: var(--display); font-size: .55rem; font-weight: 700; letter-spacing: .08em; line-height: 1.3; text-align: center; }
.launcher-shell__rail > span.active { color: var(--gold-bright); background: linear-gradient(90deg, rgba(213, 184, 117, .1), transparent); }
.launcher-shell__rail > span.active::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--gold); box-shadow: 0 0 18px var(--gold); }
.launcher-shell__rail small { display: block; margin-top: .25rem; color: var(--faint); font-size: .45rem; }.launcher-shell__rail .launcher-shell__rail-more { min-height: 55px; font-size: 1rem; }
.launcher-shell__main { display: grid; grid-template-rows: 58% 42%; min-width: 0; }
.launcher-shell__scene { position: relative; overflow: hidden; }
.launcher-shell__scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 8, 12, .88), rgba(5, 8, 12, .08) 74%), linear-gradient(0deg, rgba(5, 8, 12, .85), transparent 45%); }
.launcher-shell__scene picture, .launcher-shell__scene img { width: 100%; height: 100%; }.launcher-shell__scene img { object-fit: cover; }
.launcher-shell__scene-copy { position: absolute; bottom: 1.7rem; left: 1.8rem; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; }
.launcher-shell__scene-copy > span { color: var(--gold); font-family: var(--display); font-size: .6rem; letter-spacing: .17em; }.launcher-shell__scene-copy strong { font-family: var(--display); font-size: 2.8rem; letter-spacing: .04em; line-height: 1; }.launcher-shell__scene-copy small { margin-top: .7rem; color: #b9c4cf; font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }.launcher-shell__scene-copy i { display: inline-block; width: 5px; height: 5px; margin-right: .4rem; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px var(--blue); }
.launcher-shell__lower { display: grid; grid-template-columns: 1fr 175px; min-height: 0; background: #0d121a; }
.launcher-news { padding: 1.4rem; border-right: 1px solid var(--line); }.launcher-news > span { color: var(--faint); font-family: var(--display); font-size: .56rem; letter-spacing: .13em; text-transform: uppercase; }.launcher-news > div { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem; margin-top: .8rem; }.launcher-news article { min-height: 100px; padding: .8rem; border: 1px solid var(--line); background: #101722; }.launcher-news small { display: block; margin-bottom: .55rem; color: var(--gold); font-size: .5rem; letter-spacing: .1em; text-transform: uppercase; }.launcher-news strong { font-size: .68rem; line-height: 1.35; }
.launcher-action { display: flex; flex-direction: column; justify-content: flex-end; padding: 1.2rem; }.launcher-action > span:not(.launcher-action__play) { color: var(--faint); font-size: .52rem; letter-spacing: .1em; text-transform: uppercase; }.launcher-action > strong { margin-bottom: .8rem; font-family: var(--display); font-size: .8rem; letter-spacing: .12em; }.launcher-action__play { display: grid; place-items: center; height: 48px; color: #0a0d12; background: linear-gradient(110deg, #b38e4f, var(--gold-bright)); font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.launcher-benefits { background: linear-gradient(180deg, #070a0f, #0a0e15); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.benefit-card { min-height: 300px; padding: 2.2rem; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(20, 30, 44, .72), rgba(8, 11, 17, .8)); }
.benefit-card > span { color: var(--gold); font-family: var(--display); font-size: .65rem; letter-spacing: .15em; }.benefit-card h3 { margin: 7rem 0 .7rem; font-family: var(--display); font-size: 1.25rem; letter-spacing: .07em; text-transform: uppercase; }.benefit-card p { margin: 0; color: var(--muted); }
.download-panel { overflow: hidden; background: #0a0e15; }
.download-panel__mesh { position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(213, 184, 117, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(213, 184, 117, .1) 1px, transparent 1px); background-size: 90px 90px; mask-image: radial-gradient(circle at 75% 50%, black, transparent 60%); }
.download-panel__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 5rem; align-items: center; padding: clamp(3rem, 6vw, 5rem); border: 1px solid var(--line); background: rgba(7, 10, 15, .72); }
.download-panel__grid p { max-width: 620px; margin: 1.5rem 0 0; color: var(--muted); }.download-panel__action { display: flex; flex-direction: column; align-items: stretch; gap: 1rem; }.download-panel__action .badge { align-self: flex-start; }.download-panel__action small { color: var(--faint); line-height: 1.45; }

/* News and support */
.editorial-hero { position: relative; display: flex; align-items: flex-end; min-height: 64vh; min-height: 64svh; overflow: hidden; padding: calc(var(--header-height) + 5rem) 0 6rem; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 76% 38%, rgba(39, 108, 176, .2), transparent 28%), linear-gradient(145deg, #0c121c, var(--bg) 68%); }
.editorial-hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(120deg, transparent 0 47%, rgba(92, 170, 255, .14) 47.1% 47.3%, transparent 47.4%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px); background-size: auto, 100% 74px; }
.editorial-hero__glow { position: absolute; top: 8%; right: 10%; width: 420px; height: 420px; border: 1px solid rgba(92, 170, 255, .12); border-radius: 50%; }
.editorial-hero__glow::before, .editorial-hero__glow::after { content: ""; position: absolute; inset: 18%; border: inherit; border-radius: inherit; }.editorial-hero__glow::after { inset: 43%; border-color: var(--gold); box-shadow: 0 0 60px rgba(213, 184, 117, .16); }
.editorial-hero .shell { position: relative; }
.editorial-hero--support { background: radial-gradient(circle at 76% 38%, rgba(213, 184, 117, .14), transparent 25%), linear-gradient(145deg, #10131a, var(--bg) 68%); }
.news-section { background: linear-gradient(180deg, var(--bg), #0a0f17); }
.news-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }.news-toolbar h2 { margin: 0; font-family: var(--display); font-size: 1.15rem; letter-spacing: .12em; text-transform: uppercase; }.news-toolbar span { color: var(--faint); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.news-card { overflow: hidden; border: 1px solid var(--line); background: #0d131d; transition: border-color .25s ease, transform .25s ease; }.news-card:hover { border-color: rgba(92,170,255,.34); transform: translateY(-3px); }
.news-card__visual { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 7; overflow: hidden; background: radial-gradient(circle at 65% 40%, rgba(92, 170, 255, .26), transparent 28%), linear-gradient(145deg, #182332, #090d14); }
.news-card__visual::before, .news-card__visual::after { content: ""; position: absolute; width: 42%; aspect-ratio: 1; border: 1px solid rgba(92, 170, 255, .17); transform: rotate(45deg); }.news-card__visual::after { width: 23%; border-color: rgba(213, 184, 117, .25); }.news-card__visual > span { color: rgba(255,255,255,.09); font-family: var(--display); font-size: clamp(3rem, 8vw, 7rem); font-weight: 700; letter-spacing: .14em; }
.news-card--community .news-card__visual { background: radial-gradient(circle at 65% 40%, rgba(213,184,117,.21), transparent 28%), linear-gradient(145deg, #211f20, #090d14); }.news-card--world .news-card__visual { background: radial-gradient(circle at 65% 40%, rgba(67,131,204,.3), transparent 28%), linear-gradient(145deg, #111f30, #090d14); }.news-card--patch .news-card__visual { background: linear-gradient(135deg, rgba(213,184,117,.14), transparent 1px), linear-gradient(145deg, #161a21, #090d14); background-size: 30px 30px, auto; }
.news-card__body { padding: clamp(1.5rem, 3vw, 2.2rem); }.news-card__meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 2.2rem; color: var(--gold); font-family: var(--display); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }.news-card__meta span:last-child { color: var(--faint); }.news-card h3 { max-width: 500px; margin-bottom: .8rem; font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.2rem); line-height: 1.1; text-transform: uppercase; }.news-card__body > p:not(.news-card__meta) { color: var(--muted); }.news-card__state { display: inline-flex; margin-top: 1.2rem; padding-top: .9rem; border-top: 1px solid var(--line); color: var(--faint); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.signal-band { background: #0a0f17; }.signal-band__grid { display: grid; grid-template-columns: minmax(260px, .6fr) minmax(0, 1.4fr); gap: clamp(4rem, 8vw, 8rem); align-items: center; }.signal-band__mark { position: relative; display: grid; place-items: center; aspect-ratio: 1; max-width: 320px; border: 1px solid var(--line); border-radius: 50%; }.signal-band__mark span { position: absolute; inset: 18%; border: 1px solid rgba(92,170,255,.26); border-radius: 50%; }.signal-band__mark strong { color: var(--gold-bright); font-family: var(--display); font-size: 5rem; }.signal-band p:not(.eyebrow) { max-width: 630px; margin-top: 1.4rem; color: var(--muted); }
.support-index { padding-block: 4rem; background: #090d14; }.support-cards { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.support-card { position: relative; min-height: 220px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease; }.support-card:hover { background: var(--surface); }.support-card > span { color: var(--gold); font-family: var(--display); font-size: .62rem; letter-spacing: .12em; }.support-card h3 { margin: 4rem 0 .4rem; font-family: var(--display); font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; }.support-card p { margin: 0; color: var(--muted); font-size: .82rem; }.support-card i { position: absolute; right: 1rem; bottom: 1rem; color: var(--gold); font-style: normal; }
.support-help { background: linear-gradient(180deg, #090d14, var(--bg)); }.support-help__grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(4rem, 8vw, 8rem); align-items: start; }.support-help__intro { position: sticky; top: calc(var(--header-height) + 2rem); }.support-help__intro > p:not(.eyebrow) { color: var(--muted); }.security-callout { display: flex; gap: 1rem; margin-top: 2rem; padding: 1.2rem; border: 1px solid rgba(213,184,117,.25); background: rgba(213,184,117,.05); }.security-callout > span { display: grid; flex: 0 0 26px; place-items: center; width: 26px; height: 26px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 700; }.security-callout p { margin: 0; color: var(--muted); font-size: .88rem; }.security-callout strong { color: #fff; }
.support-accordion details { border-top: 1px solid var(--line); }.support-accordion details:last-child { border-bottom: 1px solid var(--line); }.support-accordion summary { display: grid; grid-template-columns: 42px 1fr 32px; gap: 1rem; align-items: center; min-height: 112px; padding: 1.3rem .5rem; cursor: pointer; list-style: none; }.support-accordion summary::-webkit-details-marker { display: none; }.support-accordion summary > span { color: var(--gold); font-family: var(--display); font-size: .65rem; letter-spacing: .12em; }.support-accordion summary div { display: flex; flex-direction: column; }.support-accordion summary strong { font-family: var(--display); font-size: 1.15rem; letter-spacing: .06em; text-transform: uppercase; }.support-accordion summary small { margin-top: .25rem; color: var(--muted); }.support-accordion summary i { position: relative; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; }.support-accordion summary i::before, .support-accordion summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: #fff; transform: translate(-50%, -50%); }.support-accordion summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }.support-accordion details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }.details-content { padding: 0 4.6rem 1.8rem; color: var(--muted); }.details-content p { margin: 0; }
.support-status { text-align: center; background: radial-gradient(circle at 50% 100%, rgba(213,184,117,.11), transparent 38%), var(--bg); }.support-status .shell { display: flex; flex-direction: column; align-items: center; }.support-status h2 { margin-top: 1.4rem; }.support-status p { max-width: 640px; margin: 1.5rem auto 0; color: var(--muted); }

/* Footer */
.site-footer { position: relative; z-index: 2; padding: 5rem 0 1.5rem; border-top: 1px solid var(--line); background: #06080c; }
.site-footer .site-footer__bottom { color: var(--faint); }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr .65fr .65fr 1fr; gap: clamp(2rem, 6vw, 6rem); padding-bottom: 4rem; }
.brand--footer { margin-bottom: 1rem; }.site-footer__grid > div:first-child > p { color: var(--muted); }.site-footer h2 { margin: 0 0 1rem; color: var(--faint); font-family: var(--display); font-size: .63rem; letter-spacing: .15em; text-transform: uppercase; }.site-footer__grid > div:nth-child(2), .site-footer__grid > div:nth-child(3) { display: flex; flex-direction: column; align-items: flex-start; }.site-footer__grid a:not(.brand) { padding-block: .3rem; color: #c5cdd6; font-size: .9rem; transition: color .2s ease; }.site-footer__grid a:hover { color: var(--gold-bright); }.site-footer__status { padding-left: 1.5rem; border-left: 1px solid var(--line); }.site-footer__status > span { color: var(--faint); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }.site-footer__status strong { display: block; margin: .8rem 0 .35rem; font-family: var(--display); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }.site-footer__status i { display: inline-block; width: 6px; height: 6px; margin-right: .4rem; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px var(--blue); }.site-footer__status p { margin: 0; color: var(--faint); font-size: .8rem; }.site-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #596473; font-family: var(--display); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }

/* Motion enhancement */
.js-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.2,.65,.2,1), transform .75s cubic-bezier(.2,.65,.2,1); }
.js-ready .reveal.is-visible { opacity: 1; transform: none; }
.js-ready .hero__status.reveal { opacity: 1; transform: none; }
.js-ready .hero .reveal:nth-child(2), .js-ready .page-hero .reveal:nth-child(2) { transition-delay: .08s; }.js-ready .hero .reveal:nth-child(3), .js-ready .page-hero .reveal:nth-child(3) { transition-delay: .16s; }.js-ready .hero .reveal:nth-child(4) { transition-delay: .24s; }.js-ready .hero .reveal:nth-child(5) { transition-delay: .32s; }
@supports (animation-timeline: scroll()) {
  [data-parallax] .hero__media img { animation: hero-parallax linear both; animation-timeline: scroll(root); animation-range: 0 90vh; }
  @keyframes hero-parallax { from { transform: scale(1.035) translateY(0); } to { transform: scale(1.09) translateY(5%); } }
}

/* Responsive */
@media (max-width: 1120px) {
  .site-nav { gap: 1.25rem; }.header-cta { display: none; }
  .world-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 560px 340px; }.world-card--feature { grid-column: 1 / 3; grid-row: auto; min-height: 560px; }
  .launcher-hero__grid { grid-template-columns: 1fr; }.launcher-hero__copy { max-width: 680px; }.launcher-shell { transform: none; }
  .support-cards { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .shell { width: min(100% - 36px, 1280px); }
  .site-header__inner { gap: 1rem; }.menu-toggle { display: block; }.site-nav { position: fixed; inset: 72px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; max-height: 0; overflow: hidden; padding-inline: 18px; border-bottom: 1px solid transparent; background: rgba(7, 9, 13, .98); transition: max-height .35s ease, padding .35s ease, border-color .35s ease; }.site-header.is-open .site-nav { height: calc(100vh - 72px); height: calc(100svh - 72px); max-height: calc(100vh - 72px); max-height: calc(100svh - 72px); overflow-y: auto; overscroll-behavior: contain; padding-block: 1rem 1.5rem; border-color: var(--line); }.site-nav a { min-height: 54px; padding: 1rem .4rem; border-bottom: 1px solid var(--line); font-size: .8rem; }.site-nav a::after { display: none; }
  html:not(.js-ready) .site-header { position: absolute; height: auto; border-bottom-color: var(--line); background: rgba(7, 9, 13, .98); }
  html:not(.js-ready) .site-header__inner { flex-wrap: wrap; padding-block: .7rem; }
  html:not(.js-ready) .menu-toggle { display: none; }
  html:not(.js-ready) .site-nav { position: static; flex: 1 0 100%; max-height: none; padding: .5rem 0 0; overflow: visible; border-top: 1px solid var(--line); border-bottom: 0; background: transparent; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }.section-heading > p { max-width: 650px; }
  .hero__status { grid-template-columns: repeat(2, minmax(0, 1fr)); }.scroll-cue { display: none; }
  .section--ecosystem .shell { grid-template-columns: 1fr; }.ecosystem-intro { max-width: 620px; }
  .game-feature__grid, .world-intro__grid, .economy__grid, .download-panel__grid, .support-help__grid { grid-template-columns: 1fr; }
  .game-feature__copy { max-width: 680px; }.game-feature__visual { max-width: 780px; }
  .world-intro__copy { padding-top: 0; }.feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .economy-visual { width: min(100%, 560px); }.download-panel__grid { gap: 3rem; }.support-help__intro { position: static; max-width: 680px; }
  .site-footer__grid { grid-template-columns: 1.2fr .8fr .8fr; }.site-footer__status { grid-column: 1 / -1; padding: 1.5rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1280px); }
  .section { padding-block: 5rem; }
  .display-title { font-size: clamp(3.8rem, 18vw, 6.7rem); }.display-title--page { font-size: clamp(3.4rem, 16vw, 5.5rem); }
  .hero--home { align-items: end; min-height: 760px; padding: 8.5rem 0 13rem; text-align: left; }.hero--home .hero__content { width: min(100% - 28px, 1280px); }.hero--home .eyebrow { justify-content: flex-start; }.hero--home .hero__media img { object-position: 52% center; }.hero--home .hero__veil { background: linear-gradient(180deg, rgba(4,6,10,.45), rgba(4,6,10,.08) 28%, rgba(4,6,10,.76) 66%, var(--bg)); }.hero__tagline { letter-spacing: .17em; }.hero__lead { margin-inline: 0; }.button-row { justify-content: flex-start; }.button { flex: 1 1 100%; width: 100%; }
  .hero__status { bottom: 1.4rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }.hero__status > div { padding-left: .7rem; }.hero__status strong { font-size: .68rem; }
  .world-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; }.world-card--feature { grid-column: auto; min-height: 560px; }.world-card { min-height: 380px; }.world-card__sigil, .world-card__orbit { right: 6%; opacity: .35; }.world-card h3 { font-size: 2.8rem; }
  .ecosystem-grid { grid-template-columns: 1fr; }.ecosystem-card { min-height: 230px; }
  .story-panel { min-height: 720px; }.story-panel__media img { object-position: 64% center; }.story-panel__media::after { background: linear-gradient(0deg, #06080c 0%, rgba(6,8,12,.8) 48%, rgba(6,8,12,.1) 78%), linear-gradient(90deg, rgba(6,8,12,.35), transparent); }.story-panel__content { align-items: end; padding-bottom: 5rem; }.story-panel__copy h2 { font-size: 3.2rem; }
  .page-hero { min-height: 680px; padding-bottom: 4rem; }.page-hero--games .hero__media img { object-position: 67% center; }.page-hero--games .hero__veil { background: linear-gradient(0deg, var(--bg), rgba(5,7,11,.74) 45%, rgba(5,7,11,.1)), linear-gradient(90deg, rgba(5,7,11,.5), transparent); }
  .game-feature__visual::before { inset: 10px -8px -10px 8px; }.game-feature__number { right: 0; bottom: -2rem; }.upcoming-grid { grid-template-columns: 1fr; }.upcoming-card { min-height: 410px; }.upcoming-card > p { margin-top: 8rem; }
  .hero--echo { align-items: end; min-height: 760px; padding: 8.5rem 0 12rem; }.hero--echo .hero__media img { object-position: 68% center; }.hero--echo .hero__veil { background: linear-gradient(0deg, var(--bg), rgba(4,6,10,.72) 45%, rgba(4,6,10,.12)), linear-gradient(90deg, rgba(4,6,10,.55), transparent); }.hero__content--left { width: min(100% - 28px, 1280px); }.echo-logo { font-size: clamp(4.5rem, 22vw, 7rem); }.hero__status--echo { grid-template-columns: repeat(3, minmax(0,1fr)); }.hero__status--echo strong { font-size: .58rem; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 220px; }.feature-card h3 { margin-top: 3rem; }
  .character-story { min-height: 720px; }.character-story__media img { object-position: 69% center; }.character-story__shade { background: linear-gradient(0deg, var(--bg), rgba(5,7,11,.8) 48%, rgba(5,7,11,.05) 82%); }.character-story__content { align-items: end; min-height: 720px; padding-bottom: 4rem; }.character-story h2 { font-size: 3.4rem; }
  .economy-visual__node { min-width: 76px; font-size: .52rem; }.node-market { right: 0; }.node-wallet { right: 0; }.economy-visual__core { width: 120px; height: 120px; }.economy-visual__core span { top: 20px; }.economy-visual__core small { bottom: 19px; }
  .launcher-hero { padding: 8rem 0 5rem; }.launcher-hero__grid { gap: 3rem; }.launcher-shell { width: 100%; transform: none; }.launcher-shell__body { grid-template-columns: 70px 1fr; height: 440px; }.launcher-shell__rail > span { min-height: 75px; font-size: .45rem; }.launcher-shell__main { grid-template-rows: 64% 36%; }.launcher-shell__scene-copy { bottom: 1rem; left: 1rem; }.launcher-shell__scene-copy strong { font-size: 2rem; }.launcher-shell__lower { grid-template-columns: 1fr 110px; }.launcher-news { padding: .8rem; }.launcher-news > div { grid-template-columns: 1fr; }.launcher-news article { min-height: auto; }.launcher-news article:last-child { display: none; }.launcher-action { padding: .7rem; }.launcher-action__play { height: 40px; }.benefit-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 240px; }.benefit-card h3 { margin-top: 4rem; }.download-panel__grid { padding: 2rem 1.4rem; }
  .editorial-hero { min-height: 580px; padding-bottom: 4rem; }.editorial-hero__glow { right: -30%; width: 350px; height: 350px; }.news-grid { grid-template-columns: 1fr; }.news-toolbar { align-items: flex-start; flex-direction: column; gap: .5rem; }.signal-band__grid { grid-template-columns: 1fr; }.signal-band__mark { max-width: 240px; }
  .support-cards { grid-template-columns: 1fr; }.support-card { min-height: 160px; }.support-card h3 { margin-top: 2.2rem; }.support-accordion summary { grid-template-columns: 34px 1fr 28px; }.support-accordion summary small { font-size: .75rem; }.details-content { padding-left: 3.6rem; padding-right: .5rem; }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }.site-footer__grid > div:first-child { grid-column: 1 / -1; }.site-footer__bottom { flex-direction: column; }
}

@media (max-width: 380px) {
  .brand__word { font-size: .88rem; }.hero--home { padding-bottom: 14rem; }.hero__status { grid-template-columns: 1fr 1fr; }.hero__status > div:nth-child(2) { text-align: right; border-left: 0; border-right: 1px solid var(--line-bright); padding-right: .7rem; }.launcher-shell__body { grid-template-columns: 58px 1fr; }.launcher-shell__rail > span { font-size: .4rem; }.launcher-shell__lower { grid-template-columns: 1fr 96px; }.launcher-news strong { font-size: .58rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js-ready .reveal { opacity: 1; transform: none; }
  [data-parallax] .hero__media img { animation: none !important; transform: scale(1.035) !important; }
}
