:root {
  --bg: #08070c;
  --panel: #0e0c14;
  --panel-2: #15111d;
  --line: rgba(255, 255, 255, 0.13);
  --text: #f7f4fb;
  --muted: #aaa3b4;
  --violet: #8a52ff;
  --violet-soft: #b895ff;
  --cyan: #47e6cf;
  --pink: #ff4fa3;
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--body); letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.cursor-light { position: fixed; z-index: 0; width: 420px; height: 420px; pointer-events: none; opacity: .12; background: radial-gradient(circle, var(--violet), transparent 65%); transform: translate(-50%, -50%); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.page-loader { position: fixed; z-index: 100; inset: 0; overflow: hidden; }
.loader-back, .loader-front { position: absolute; inset: 0; transition: transform .95s cubic-bezier(.76,0,.24,1); }
.loader-back { background: var(--violet); transition-delay: .15s; }
.loader-front { display: flex; flex-direction: column; justify-content: space-between; padding: 5vh 5vw; background: #060509; }
.page-loader.is-exiting { pointer-events: none; }
.page-loader.is-exiting .loader-front, .page-loader.is-exiting .loader-back { transform: translateX(-101%); }
.page-loader.is-exiting .loader-center, .page-loader.is-exiting .loader-top, .page-loader.is-exiting .loader-bottom { opacity: 0; filter: blur(6px); }
.loader-top, .loader-bottom { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; color: #8f8898; font: 600 10px var(--display); text-transform: uppercase; transition: opacity .35s, filter .35s; }
.loader-top i { height: 1px; flex: 1; background: rgba(255,255,255,.14); }
.loader-center { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; transition: opacity .35s, filter .35s; }
.loader-brand { display: flex; align-items: center; gap: 13px; }
.loader-brand img { width: 46px; height: 46px; object-fit: cover; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.loader-brand b { font: 800 18px var(--display); text-transform: uppercase; }
.loader-brand em { color: var(--violet-soft); font-style: normal; }
.loader-count { display: flex; align-items: flex-start; margin-top: 10px; font-family: var(--display); line-height: .86; }
.loader-count span { min-width: 500px; color: #fff; font-size: 180px; font-weight: 700; text-align: center; font-variant-numeric: tabular-nums; }
.loader-count i { margin-top: 18px; color: var(--violet-soft); font-size: 36px; font-style: normal; }
.loader-center button { margin-top: 22px; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); color: #8f8898; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; text-transform: uppercase; }
.loader-center button:hover { color: #fff; border-color: var(--violet-soft); }
.loader-bottom > div { height: 1px; flex: 1; overflow: hidden; background: rgba(255,255,255,.12); }
.loader-bottom > div i { display: block; width: 0; height: 100%; background: var(--violet); box-shadow: 0 0 12px rgba(138,82,255,.8); }
.loader-bottom b { min-width: 78px; color: var(--violet-soft); font-weight: 600; text-align: right; font-variant-numeric: tabular-nums; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(20px, 4vw, 68px); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.scrolled { background: rgba(8, 7, 12, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-avatar { width: 40px; height: 40px; flex: 0 0 40px; object-fit: cover; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; box-shadow: 0 0 0 3px rgba(138,82,255,.13), 0 0 24px rgba(138,82,255,.24); }
.brand-name { font: 800 15px/1 var(--display); text-transform: uppercase; }
.brand-name em { color: var(--violet-soft); font-style: normal; }
.desktop-nav { display: flex; gap: 36px; font-size: 13px; font-weight: 700; }
.desktop-nav a { color: #c8c2cf; transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.header-live { justify-self: end; display: inline-flex; align-items: center; gap: 9px; min-height: 40px; padding: 0 17px; border: 1px solid var(--line); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px rgba(255,79,163,.12), 0 0 18px var(--pink); animation: pulse 1.7s infinite; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 100svh; height: max(760px, 100svh); display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-art, .hero-shade, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-art { object-fit: cover; object-position: center; opacity: .56; filter: saturate(.72) contrast(1.08); }
.hero-shade { background: linear-gradient(90deg, rgba(8,7,12,.98) 0%, rgba(8,7,12,.9) 28%, rgba(8,7,12,.23) 63%, rgba(8,7,12,.15) 100%), linear-gradient(0deg, rgba(8,7,12,.9), transparent 35%); }
.hero-grid { opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.hero-character { position: absolute; z-index: 1; right: max(2vw, 22px); bottom: -5%; width: auto; height: min(91vh, 910px); object-fit: contain; object-position: bottom; filter: drop-shadow(0 24px 60px rgba(0,0,0,.7)) drop-shadow(0 0 28px rgba(138,82,255,.32)); }
.hero-character::selection { background: transparent; }
.hero-character-shade { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(8,7,12,.4) 0%, rgba(8,7,12,.13) 48%, transparent 70%); }
.hero-content { position: relative; z-index: 2; width: min(760px, calc(100% - 40px)); margin-left: clamp(20px, 8vw, 140px); padding-top: 55px; }
.signal-label, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--violet-soft); font: 700 11px/1 var(--display); text-transform: uppercase; }
.hero h1 { max-width: 800px; margin: 24px 0; font: 800 104px/.92 var(--display); }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--violet-soft); }
.hero-copy { max-width: 570px; margin: 0; color: #d5cedc; font-size: 21px; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.hero-socials { display: flex; align-items: center; gap: 9px; margin-top: 24px; }
.hero-socials-label { margin-right: 7px; color: #8e8797; font: 600 9px var(--display); text-transform: uppercase; }
.social-chip { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.18); color: #b8b1c1; opacity: .62; cursor: default; transition: opacity .2s, color .2s, border-color .2s, background .2s; }
.social-chip svg { width: 17px; height: 17px; fill: currentColor; }
.social-chip:hover, .social-chip:focus-visible { color: #fff; opacity: 1; border-color: var(--violet-soft); background: rgba(138,82,255,.12); outline: none; }
.social-chip::after { position: absolute; bottom: calc(100% + 9px); left: 50%; width: max-content; max-width: 180px; padding: 7px 9px; color: #ddd7e5; background: #131018; border: 1px solid var(--line); content: attr(data-tooltip); font: 600 9px var(--body); pointer-events: none; opacity: 0; transform: translate(-50%, 4px); transition: .2s; }
.social-chip:hover::after, .social-chip:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 58px; padding: 0 25px; border: 1px solid var(--line); font: 800 12px/1 var(--display); text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: var(--violet); border-color: var(--violet); box-shadow: 0 12px 42px rgba(138,82,255,.18); }
.button-primary:hover { background: #9b6aff; border-color: #9b6aff; }
.button-quiet { background: rgba(8,7,12,.42); backdrop-filter: blur(10px); }
.button-quiet:hover { border-color: rgba(255,255,255,.4); }
.hero-index { position: absolute; z-index: 2; right: clamp(22px, 4vw, 70px); bottom: 72px; display: flex; align-items: baseline; gap: 14px; font: 700 10px var(--display); color: #bbb2c4; }
.hero-index b { color: #fff; font-size: 25px; }
.ticker { position: absolute; z-index: 3; bottom: 0; left: 0; display: flex; width: max-content; height: 42px; align-items: center; background: var(--violet); color: #fff; font: 700 11px var(--display); white-space: nowrap; animation: ticker 22s linear infinite; }
.ticker div { min-width: 100vw; }
.signal-log { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); background: #07060a; border-bottom: 1px solid var(--line); }
.signal-log span { display: grid; gap: 7px; min-height: 78px; padding: 20px clamp(18px, 3vw, 44px); color: #8f8898; font-size: 12px; }
.signal-log span + span { border-left: 1px solid var(--line); }
.signal-log b { color: var(--violet-soft); font: 600 9px var(--display); text-transform: uppercase; }

.section { position: relative; z-index: 1; padding: 120px clamp(20px, 6vw, 104px); }
.section-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; max-width: 1400px; margin: 0 auto 62px; }
.section-intro h2, .community-copy h2, .final-cta h2 { margin: 18px 0 0; font: 700 64px/1.06 var(--display); }
.section-intro h2 i, .community-copy h2 i, .final-cta h2 i { color: var(--violet-soft); font-style: normal; }
.section-intro p { max-width: 500px; margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.live-section { background: #0b0910; }
.stream-shell { max-width: 1400px; margin: auto; border: 1px solid rgba(184,149,255,.35); background: #050507; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.stream-topline { display: flex; justify-content: space-between; gap: 20px; padding: 15px 18px; border-bottom: 1px solid var(--line); color: #8f8798; font: 600 10px var(--display); }
.stream-topline span:first-child { color: #ddd7e5; }
.stream-topline i { margin-right: 7px; }
.stream-frame { position: relative; width: 100%; aspect-ratio: 16/9; background: #050507; overflow: hidden; }
.stream-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.stream-loading { position: absolute; inset: 0; display: grid; place-items: center; color: #766e7f; font: 600 11px var(--display); }
.stream-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; border-top: 1px solid var(--line); }
.stream-footer div { display: grid; gap: 5px; }
.stream-footer strong { font-size: 15px; }
.stream-footer span { color: var(--muted); font-size: 12px; }
.button-small { min-height: 46px; padding: 0 18px; font-size: 10px; }

.format-section { background: var(--bg); }
.frequency-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1400px; margin: auto; border: 1px solid var(--line); }
.frequency-card { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; overflow: hidden; background: var(--panel); }
.frequency-card + .frequency-card { border-left: 1px solid var(--line); }
.frequency-card:hover .wave { opacity: .8; transform: scaleX(1.05); }
.frequency-number { color: #827b89; font: 600 11px var(--display); }
.frequency-tag { color: var(--violet-soft); font: 600 9px var(--display); }
.frequency-card h3 { margin: 11px 0 14px; font: 700 38px/1 var(--display); }
.frequency-card p { max-width: 300px; margin: 0; color: var(--muted); line-height: 1.6; }
.wave { height: 92px; width: calc(100% + 60px); margin-left: -30px; opacity: .45; transition: .35s; background-repeat: repeat-x; background-position: center; }
.wave-a { background-image: linear-gradient(176deg, transparent 44%, var(--violet) 45%, var(--violet) 47%, transparent 48%); background-size: 42px 48px; }
.wave-b { background-image: linear-gradient(90deg, transparent 49%, var(--cyan) 50%, transparent 51%); background-size: 17px 100%; }
.wave-c { background-image: linear-gradient(165deg, transparent 46%, var(--pink) 47%, var(--pink) 49%, transparent 50%); background-size: 67px 54px; }

.world-section { padding-top: 24px; background: var(--bg); }
.world-spotlight { position: relative; max-width: 1400px; min-height: 520px; margin: auto; overflow: hidden; border: 1px solid var(--line); background: #0a090c; }
.world-bg, .world-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.world-bg { object-fit: cover; object-position: center; filter: saturate(.68) contrast(1.05); transition: transform .8s ease; }
.world-spotlight:hover .world-bg { transform: scale(1.018); }
.world-shade { background: linear-gradient(90deg, rgba(7,6,10,.97) 0%, rgba(7,6,10,.83) 35%, rgba(7,6,10,.22) 70%, rgba(7,6,10,.42) 100%), linear-gradient(0deg, rgba(7,6,10,.5), transparent 50%); }
.world-copy { position: relative; z-index: 2; width: min(620px, 56%); padding: 72px; }
.world-copy h2 { margin: 17px 0 22px; font: 700 54px/1.03 var(--display); }
.world-copy h2 i { color: var(--violet-soft); font-style: normal; }
.world-copy p { max-width: 500px; margin: 0; color: #c9c2d0; font-size: 16px; line-height: 1.7; }
.world-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.world-actions .button { min-height: 52px; padding: 0 20px; font-size: 10px; }
.world-caption { position: absolute; z-index: 2; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.8); font: 600 9px var(--display); }
.world-caption b { padding: 9px 11px; background: rgba(8,7,12,.7); border: 1px solid var(--line); }

.missions-section { background: #09070d; border-top: 1px solid var(--line); }
.mission-console { max-width: 1400px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto 18px; padding: 14px; border: 1px solid var(--line); background: #0d0a12; }
.mission-tabs { display: flex; flex-wrap: wrap; gap: 5px; }
.mission-tab { min-height: 42px; padding: 0 15px; border: 1px solid transparent; color: #958e9f; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.mission-tab:hover { color: #fff; }
.mission-tab.active { color: #fff; border-color: rgba(184,149,255,.45); background: rgba(138,82,255,.14); }
.mission-legend { display: flex; flex-wrap: wrap; gap: 20px; color: #77717f; font-size: 10px; }
.mission-legend span { display: inline-flex; align-items: center; gap: 7px; }
.mission-legend i { width: 5px; height: 5px; background: var(--violet); border-radius: 50%; }
.mission-feature { max-width: 1400px; display: grid; grid-template-columns: .55fr 1.35fr .8fr auto; align-items: stretch; margin: 0 auto 14px; border: 1px solid rgba(184,149,255,.36); background: #110d18; }
.mission-feature > * { padding: 30px; }
.mission-feature > * + * { border-left: 1px solid var(--line); }
.mission-feature-code { display: flex; flex-direction: column; justify-content: space-between; color: var(--violet-soft); font: 600 9px var(--display); }
.mission-feature-code b { color: transparent; -webkit-text-stroke: 1px rgba(184,149,255,.65); font: 800 68px/1 var(--display); }
.mission-class { color: var(--cyan); font: 600 9px var(--display); text-transform: uppercase; }
.mission-feature-copy h3, .mission-card h3 { margin: 11px 0 13px; font: 700 24px/1.15 var(--display); }
.mission-feature-copy p, .mission-card p { margin: 0; color: #aaa3b4; font-size: 14px; line-height: 1.65; }
.mission-feature-rule { display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.mission-feature-rule span { color: #77717f; font-size: 10px; text-transform: uppercase; }
.mission-feature-rule b { font-size: 14px; }
.mission-feature-rule small { color: var(--violet-soft); }
.mission-add { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-width: 170px; border: 0; color: #fff; background: var(--violet); padding: 0 22px; font-size: 11px; font-weight: 800; cursor: pointer; text-transform: uppercase; transition: background .2s, color .2s; }
.mission-add span { font-size: 20px; font-weight: 400; }
.mission-add:hover { background: #9c6cff; }
.mission-add.selected { color: #d7fffa; background: #153e39; }
.mission-grid { max-width: 1400px; display: grid; grid-template-columns: repeat(3, 1fr); margin: auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.mission-card { min-height: 340px; display: flex; flex-direction: column; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--panel); }
.mission-card[hidden], .mission-feature[hidden] { display: none; }
.mission-card-top { display: flex; justify-content: space-between; margin-bottom: 52px; color: #7d7685; font: 600 9px var(--display); }
.mission-card-top b { color: #d8d1df; }
.mission-card h3 { font-size: 21px; }
.mission-card .mission-add { min-width: 0; min-height: 46px; width: 100%; margin-top: auto; padding: 0 15px; background: transparent; border: 1px solid var(--line); }
.mission-card .mission-add:hover { border-color: var(--violet-soft); background: rgba(138,82,255,.12); }
.mission-card .mission-add.selected { border-color: #29675f; background: #153e39; }
.mission-ethics { max-width: 1400px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; margin: 18px auto 0; padding: 24px 0; border-top: 1px solid var(--line); }
.mission-ethics > span { color: var(--pink); font: 600 9px var(--display); text-transform: uppercase; }
.mission-ethics p { max-width: 760px; margin: 0; color: #8f8898; font-size: 12px; line-height: 1.55; }
.mission-ethics button { border: 0; color: #d7d0de; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; text-transform: uppercase; }
.mission-ethics button:hover { color: var(--violet-soft); }

.community-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 130px); align-items: center; min-height: 760px; background: #0d0a13; border-top: 1px solid var(--line); }
.community-panel { padding: clamp(30px, 5vw, 72px); border-left: 1px solid var(--line); }
.chat-lines { display: grid; gap: 12px; margin-bottom: 52px; font-family: monospace; font-size: 13px; }
.chat-lines span { padding: 15px 0; border-bottom: 1px solid var(--line); color: #aea6b7; }
.chat-lines b { display: inline-block; min-width: 130px; color: var(--violet-soft); }
.community-panel > p { max-width: 540px; margin: 0 0 35px; color: #d3cdd9; font-size: 23px; line-height: 1.55; }

.crew-section { background: #0b0910; border-top: 1px solid var(--line); }
.crew-status { max-width: 1400px; display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; margin: auto; padding: 18px 22px; border: 1px solid var(--line); color: #8c8594; font-size: 11px; text-transform: uppercase; }
.crew-status > span { display: inline-flex; align-items: center; gap: 10px; }
.crew-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.crew-status b { color: #fff; font: 600 10px var(--display); }
.vacancy-list { max-width: 1400px; margin: 16px auto 0; border-top: 1px solid var(--line); }
.vacancy-row { position: relative; display: grid; grid-template-columns: 100px minmax(0,1fr) 175px 150px; gap: 24px; align-items: center; min-height: 156px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: #0e0c14; overflow: hidden; }
.vacancy-row::before { position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--violet); content: ""; transition: width .45s ease; }
.vacancy-row:hover::before { width: 100%; }
.vacancy-channel { color: #6f6877; font: 600 10px var(--display); }
.vacancy-state { color: var(--cyan); font: 600 8px var(--display); text-transform: uppercase; }
.vacancy-row h3 { margin: 9px 0; font: 600 19px/1.2 var(--display); }
.vacancy-row p { max-width: 630px; margin: 0; color: #938c9b; font-size: 13px; line-height: 1.55; }
.vacancy-meta { color: #817a88; font: 600 8px var(--display); text-transform: uppercase; }
.vacancy-row button { min-height: 46px; border: 1px solid var(--line); color: #ddd7e4; background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; text-transform: uppercase; }
.vacancy-row button:hover { border-color: var(--violet-soft); background: rgba(138,82,255,.1); }
.vacancy-pitch { background: #110d18; }

.merch-section { background: #08070b; border-top: 1px solid var(--line); }
.drop-status { max-width: 1400px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto 18px; padding: 16px 20px; border: 1px solid var(--line); }
.drop-status span { color: #77717e; font: 600 9px var(--display); text-transform: uppercase; }
.drop-status b { color: var(--violet-soft); font: 600 10px var(--display); }
.drop-status button { min-height: 42px; padding: 0 16px; border: 1px solid var(--line); color: #6f6975; background: transparent; font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: not-allowed; }
.merch-grid { max-width: 1400px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 380px 380px; gap: 12px; margin: auto; }
.merch-item { position: relative; overflow: hidden; border: 1px solid var(--line); background: #050507; }
.merch-item-main { grid-row: 1 / 3; }
.merch-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.merch-item:hover img { transform: scale(1.025); }
.merch-info { position: absolute; inset: auto 0 0; padding: 70px 24px 24px; background: linear-gradient(0deg, rgba(5,5,7,.98), rgba(5,5,7,.86) 55%, transparent); }
.merch-info span { color: var(--violet-soft); font: 600 8px var(--display); text-transform: uppercase; }
.merch-info h3 { margin: 9px 0 8px; font: 600 17px/1.25 var(--display); }
.merch-info p { max-width: 520px; margin: 0; color: #99929f; font-size: 12px; line-height: 1.55; }
.merch-note { max-width: 1400px; margin: 16px auto 0; color: #77717e; font-size: 11px; line-height: 1.6; }

.final-cta { position: relative; min-height: 680px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 100px 20px; text-align: center; background: var(--violet); }
.final-cta .kicker { color: #e7dcff; }
.final-cta h2 { position: relative; z-index: 1; margin-bottom: 42px; }
.final-cta h2 i { color: #fff; }
.final-noise { position: absolute; inset: 50% auto auto 50%; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.1); font: 800 min(38vw, 560px)/.7 var(--display); transform: translate(-50%, -50%); }
.button-light { position: relative; z-index: 1; color: #0c0912; background: #fff; border-color: #fff; }
.button-light .live-dot { width: 8px; height: 8px; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 42px clamp(20px, 6vw, 104px); background: #050407; color: #8d8695; }
footer > p { font: 600 9px var(--display); }
footer > div { justify-self: end; display: flex; gap: 22px; font-size: 10px; font-weight: 700; }
.site-footer { position: relative; display: block; overflow: hidden; padding: 72px clamp(20px, 6vw, 104px) 0; background: #050407; border-top: 1px solid var(--line); color: #958e9d; }
.site-footer > div { justify-self: auto; }
.footer-top { display: grid !important; grid-template-columns: 1fr .65fr 1.25fr; gap: 70px !important; width: 100%; }
.footer-identity p { margin: 28px 0 0; color: #d3ccd9; font-size: 18px; line-height: 1.45; }
.footer-nav { display: grid; align-content: start; gap: 13px; }
.footer-nav span, .footer-frequencies > span { margin-bottom: 7px; color: #6f6976; font: 600 9px var(--display); text-transform: uppercase; }
.footer-nav a { width: max-content; color: #b7b0bd; font-size: 13px; }
.footer-nav a:hover { color: #fff; }
.footer-frequencies > p { margin: 12px 0 22px; color: #99929f; font-size: 13px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 8px !important; }
.footer-socials .social-chip { width: auto; min-width: 104px; gap: 9px; padding: 0 12px; }
.footer-socials .social-chip b { font-size: 10px; }
.footer-meta { display: flex !important; align-items: center; justify-content: space-between; width: 100%; margin-top: 62px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 600 9px var(--display); text-transform: uppercase; }
.footer-meta a { display: inline-flex; align-items: center; gap: 9px; color: #fff; }
.footer-wordmark { position: relative; display: flex !important; align-items: baseline; justify-content: center; gap: 20px !important; width: 100%; height: 225px; padding-top: 34px; white-space: nowrap; }
.footer-wordmark span, .footer-wordmark b { font: 800 168px/.9 var(--display); }
.footer-wordmark span { color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.22); }
.footer-wordmark b { position: relative; color: var(--violet); }
.footer-wordmark b::after { position: absolute; top: 54%; left: -12px; width: calc(100% + 24px); height: 1px; background: rgba(71,230,207,.9); box-shadow: 0 0 12px var(--cyan); content: ""; animation: scanline 3s ease-in-out infinite; }

.protocol-queue { position: fixed; z-index: 30; right: 24px; bottom: 24px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; min-width: 520px; padding: 13px; border: 1px solid rgba(184,149,255,.48); background: rgba(10,8,14,.95); box-shadow: 0 20px 60px rgba(0,0,0,.5); backdrop-filter: blur(16px); opacity: 0; pointer-events: none; transform: translateY(20px); transition: .25s; }
.protocol-queue.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.protocol-queue > div { display: grid; gap: 5px; }
.protocol-queue > div span { color: #827b89; font-size: 10px; text-transform: uppercase; }
.protocol-queue > div b { font: 600 11px var(--display); }
.protocol-queue button { min-height: 42px; border: 1px solid var(--line); color: #fff; background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; text-transform: uppercase; }
.protocol-queue [data-copy-queue] { padding: 0 14px; background: var(--violet); border-color: var(--violet); }
.protocol-queue button:disabled { opacity: .5; cursor: default; }
.protocol-queue .queue-close { width: 42px; font-size: 20px; }

.role-modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .25s; }
.role-modal.open { opacity: 1; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(3,2,5,.82); backdrop-filter: blur(12px); }
.role-dialog { position: relative; z-index: 1; width: min(620px, 100%); padding: 48px; border: 1px solid rgba(184,149,255,.4); background: #0d0a12; box-shadow: 0 32px 100px rgba(0,0,0,.65); }
.role-dialog h2 { margin: 18px 0; font: 700 28px/1.2 var(--display); }
.role-dialog > p, .role-expect p { color: #aaa3b4; line-height: 1.65; }
.role-expect { margin: 26px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.role-expect span { color: var(--violet-soft); font: 600 9px var(--display); text-transform: uppercase; }
.role-dialog small { display: block; margin-top: 15px; color: #77717f; line-height: 1.5; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border: 1px solid var(--line); color: #fff; background: transparent; font-size: 21px; cursor: pointer; }
body.modal-open { overflow: hidden; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes pulse { 50% { opacity: .45; } }
@keyframes scanline { 0%, 100% { transform: translateY(-12px); opacity: .35; } 50% { transform: translateY(12px); opacity: 1; } }

@media (max-width: 1200px) {
  .hero h1 { font-size: 82px; }
  .section-intro h2, .community-copy h2, .final-cta h2 { font-size: 52px; }
  .hero-character { right: -40px; height: 82vh; }
  .world-copy { padding: 56px; }
  .desktop-nav { gap: 20px; font-size: 11px; }
  .mission-feature { grid-template-columns: .45fr 1.2fr .75fr auto; }
  .mission-feature > * { padding: 24px; }
  .vacancy-row { grid-template-columns: 80px minmax(0,1fr) 145px 125px; gap: 18px; }
  .footer-wordmark { height: 180px; }
  .footer-wordmark span, .footer-wordmark b { font-size: 116px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 68px; padding: 0 20px; }
  .desktop-nav, .header-live { display: none; }
  .menu-button { justify-self: end; display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; border: 1px solid var(--line); background: rgba(8,7,12,.5); }
  .menu-button span { width: 18px; height: 1px; background: #fff; transition: .2s; }
  .menu-button.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 68px; left: 0; width: 100%; display: grid; background: #0a080e; border-bottom: 1px solid var(--line); transform: translateY(-140%); transition: transform .28s; z-index: -1; }
  .mobile-nav.open { transform: translateY(0); }
  .mobile-nav a { padding: 18px 20px; border-top: 1px solid var(--line); font: 600 12px var(--display); }
  .hero { min-height: 720px; height: 100svh; align-items: flex-end; padding-bottom: 88px; }
  .hero-art { object-position: 62% center; opacity: .42; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,7,12,.98) 5%, rgba(8,7,12,.76) 55%, rgba(8,7,12,.22) 100%); }
  .hero-character { top: 70px; right: -4%; bottom: auto; height: 68%; opacity: .82; }
  .hero-character-shade { background: linear-gradient(0deg, rgba(8,7,12,.96) 5%, rgba(8,7,12,.66) 38%, transparent 72%); }
  .hero-content { margin: 0 20px; padding: 0; }
  .hero h1 { font-size: 62px; }
  .hero-copy { max-width: 500px; font-size: 16px; }
  .hero-index { display: none; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-intro { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }
  .signal-log { grid-template-columns: 1fr 1fr; }
  .signal-log span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .signal-log span:nth-child(4) { border-top: 1px solid var(--line); }
  .frequency-grid { grid-template-columns: 1fr; }
  .frequency-card { min-height: 350px; }
  .frequency-card + .frequency-card { border-left: 0; border-top: 1px solid var(--line); }
  .world-spotlight { min-height: 640px; }
  .world-bg { object-position: 58% center; }
  .world-shade { background: linear-gradient(0deg, rgba(7,6,10,.98) 0%, rgba(7,6,10,.8) 48%, rgba(7,6,10,.18) 100%); }
  .world-copy { position: absolute; bottom: 0; width: 100%; padding: 42px; }
  .world-copy h2 { font-size: 43px; }
  .world-caption { top: 22px; bottom: auto; }
  .mission-console { align-items: flex-start; flex-direction: column; }
  .mission-feature { grid-template-columns: 145px 1fr; }
  .mission-feature-rule { border-top: 1px solid var(--line); border-left: 0 !important; }
  .mission-feature > .mission-add { min-height: 80px; border-top: 1px solid var(--line); }
  .mission-grid { grid-template-columns: 1fr 1fr; }
  .mission-ethics { grid-template-columns: 1fr; gap: 13px; }
  .community-section { grid-template-columns: 1fr; gap: 30px; min-height: auto; }
  .community-panel { padding: 40px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .crew-status { grid-template-columns: 1fr auto; }
  .crew-status small { grid-column: 1 / -1; }
  .vacancy-row { grid-template-columns: 70px 1fr auto; }
  .vacancy-row .vacancy-meta { grid-column: 2; }
  .vacancy-row button { grid-column: 3; grid-row: 1 / 3; min-width: 120px; }
  .merch-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 560px 400px; }
  .merch-item-main { grid-column: 1 / -1; grid-row: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 50px !important; }
  .footer-frequencies { grid-column: 1 / -1; }
  .footer-wordmark { height: 145px; gap: 12px !important; }
  .footer-wordmark span, .footer-wordmark b { font-size: 82px; }
  footer { grid-template-columns: 1fr auto; }
  footer > p { display: none; }
}

@media (max-width: 580px) {
  .cursor-light { display: none; }
  .loader-front { padding: 28px 20px; }
  .loader-top { align-items: flex-start; font-size: 8px; }
  .loader-top i { display: none; }
  .loader-top span:last-child { margin-left: auto; text-align: right; }
  .loader-brand img { width: 40px; height: 40px; }
  .loader-brand b { font-size: 14px; }
  .loader-count span { min-width: 245px; font-size: 92px; }
  .loader-count i { margin-top: 8px; font-size: 23px; }
  .loader-bottom { gap: 10px; font-size: 8px; }
  .hero-actions { display: grid; }
  .hero-actions { gap: 8px; margin-top: 28px; }
  .hero-socials { margin-top: 17px; }
  .hero-socials-label { display: none; }
  .hero-socials .social-chip { width: 32px; height: 32px; }
  .hero h1 { font-size: 40px; }
  .section-intro h2, .community-copy h2, .final-cta h2 { font-size: 36px; }
  .community-panel > p { font-size: 19px; }
  .brand-avatar { width: 36px; height: 36px; flex-basis: 36px; }
  .brand-name { font-size: 13px; }
  .hero-character { top: 78px; right: -12%; height: 62%; }
  .hero-actions .button { width: 100%; }
  .button { min-height: 54px; font-size: 10px; }
  .stream-topline span:last-child { display: none; }
  .stream-footer { align-items: stretch; flex-direction: column; }
  .stream-footer .button { width: 100%; }
  .frequency-card { padding: 24px; }
  .world-section { padding-left: 14px; padding-right: 14px; }
  .world-spotlight { min-height: 660px; }
  .world-copy { padding: 30px 22px; }
  .world-copy h2 { font-size: 34px; }
  .world-copy p { font-size: 14px; }
  .world-actions { display: grid; }
  .world-actions .button { width: 100%; }
  .world-caption { left: 22px; right: auto; }
  .signal-log { grid-template-columns: 1fr; }
  .signal-log span + span, .signal-log span:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .mission-tabs { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .mission-tab { padding: 0 9px; font-size: 10px; }
  .mission-legend { gap: 10px; }
  .mission-feature { grid-template-columns: 1fr; }
  .mission-feature > * + * { border-top: 1px solid var(--line); border-left: 0; }
  .mission-feature-code { min-height: 100px; flex-direction: row; align-items: flex-end; }
  .mission-feature-code b { font-size: 54px; }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-card { min-height: 315px; }
  .crew-status { grid-template-columns: 1fr; gap: 12px; }
  .crew-status small { grid-column: auto; }
  .vacancy-row { grid-template-columns: 1fr; gap: 13px; padding: 22px; }
  .vacancy-row .vacancy-meta, .vacancy-row button { grid-column: auto; grid-row: auto; }
  .vacancy-row button { width: 100%; }
  .merch-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .merch-item, .merch-item-main { grid-column: auto; grid-row: auto; min-height: 450px; }
  .drop-status { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 38px !important; }
  .footer-frequencies { grid-column: auto; }
  .footer-socials .social-chip { min-width: 0; width: 42px; padding: 0; }
  .footer-socials .social-chip b { display: none; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 14px !important; }
  .footer-wordmark { height: 105px; justify-content: flex-start; gap: 8px !important; padding-top: 28px; }
  .footer-wordmark span, .footer-wordmark b { font-size: 47px; -webkit-text-stroke-width: 1px; }
  .protocol-queue { right: 10px; bottom: 10px; left: 10px; grid-template-columns: 1fr auto; min-width: 0; }
  .protocol-queue [data-copy-queue] { grid-column: 1 / -1; grid-row: 2; }
  .protocol-queue .queue-close { grid-column: 2; grid-row: 1; }
  .role-dialog { padding: 38px 22px 24px; }
  .role-dialog h2 { font-size: 21px; }
  .chat-lines { font-size: 11px; }
  .chat-lines b { display: block; margin-bottom: 5px; }
  .final-cta { min-height: 560px; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer > div { justify-self: start; flex-wrap: wrap; }
}

@media (max-width: 350px) {
  .hero h1 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Responsive pass: stable composition, touch targets, short screens and wide desktops. */
img { max-width: 100%; }
.hero { min-height: 700px; height: max(700px, calc(100svh - 42px)); }
.brand, .desktop-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.mission-ethics button { min-height: 44px; padding: 0 12px; }
.footer-nav a { display: inline-flex; align-items: center; min-height: 34px; }
.footer-meta a { min-height: 44px; }
body.menu-open { overflow: hidden; }

@media (min-width: 1800px) {
  .hero-content { width: min(880px, calc(100% - 80px)); }
  .hero h1 { max-width: 900px; font-size: 112px; }
  .hero-copy { max-width: 620px; font-size: 22px; }
  .hero-character { height: min(91vh, 1080px); }
  .section-intro, .stream-shell, .frequency-grid, .world-spotlight, .mission-console, .mission-feature, .mission-grid, .mission-ethics, .crew-status, .vacancy-list, .drop-status, .merch-grid, .merch-note { max-width: 1520px; }
  .page-hero { min-height: 740px; }
  .content-wrap { max-width: 1520px; }
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; height: 68px; padding-right: max(20px, env(safe-area-inset-right)); padding-left: max(20px, env(safe-area-inset-left)); }
  .desktop-nav, .header-live { display: none; }
  .brand, .menu-button { position: relative; z-index: 1; }
  .menu-button { justify-self: end; display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; border: 1px solid var(--line); background: rgba(8,7,12,.72); cursor: pointer; }
  .menu-button span { width: 18px; height: 1px; background: #fff; transition: .2s; }
  .menu-button.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 0; top: 68px; right: 0; bottom: 0; left: 0; width: auto; display: grid; align-content: start; overflow-y: auto; padding: 10px max(20px, env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left)); background: rgba(8,7,12,.98); border-top: 1px solid var(--line); border-bottom: 0; backdrop-filter: blur(20px); transform: translateY(-120%); transition: transform .32s cubic-bezier(.76,0,.24,1); }
  .mobile-nav.open { transform: translateY(0); }
  .mobile-nav a { min-height: 54px; display: flex; align-items: center; padding: 0; border-top: 0; border-bottom: 1px solid var(--line); font: 600 12px var(--display); }
}

@media (max-width: 900px) {
  .hero { min-height: min(720px, calc(100svh - 32px)); height: auto; padding-bottom: 58px; }
  .hero-content { width: calc(100% - 40px); }
  .hero h1 { font-size: 56px; }
  .hero-character { height: 64%; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .frequency-card { min-height: 330px; }
  .world-spotlight { min-height: 600px; }
  .community-section { padding-top: 86px; padding-bottom: 86px; }
  .merch-grid { grid-template-rows: 480px 360px; }
  .site-footer { padding-top: 58px; }
  .footer-nav a { min-width: 44px; min-height: 44px; }
}

@media (max-width: 580px) {
  .hero { min-height: min(650px, calc(100svh - 32px)); padding-bottom: 50px; }
  .hero-content { width: calc(100% - 40px); }
  .hero h1 { margin: 15px 0; font-size: 36px; line-height: .96; }
  .hero-copy { font-size: 14px; line-height: 1.55; }
  .hero-actions { gap: 8px; margin-top: 20px; }
  .hero-actions .button { min-height: 50px; }
  .hero-socials { gap: 8px; margin-top: 14px; }
  .hero-socials .social-chip, .footer-socials .social-chip { width: 44px; height: 44px; }
  .hero-character { top: 64px; right: -10%; height: 58%; }
  .ticker { height: 36px; font-size: 9px; }
  .signal-log { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signal-log span { min-width: 0; min-height: 72px; padding: 15px 16px; }
  .signal-log span + span { border-top: 0; border-left: 1px solid var(--line); }
  .signal-log span:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .signal-log span:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding: 68px 20px; }
  .section-intro { gap: 20px; margin-bottom: 32px; }
  .section-intro h2, .community-copy h2, .final-cta h2 { overflow-wrap: anywhere; font-size: 34px; }
  .section-intro p { font-size: 14px; line-height: 1.65; }
  .stream-footer { padding: 16px; }
  .frequency-card { min-height: 300px; padding: 22px; }
  .frequency-card h3 { font-size: 32px; }
  .world-section { padding-right: 12px; padding-left: 12px; }
  .world-spotlight { min-height: 580px; }
  .world-copy { padding: 26px 20px; }
  .world-copy h2 { font-size: 32px; }
  .mission-console { gap: 16px; padding: 10px; }
  .mission-tab { min-height: 46px; }
  .mission-feature > * { padding: 22px; }
  .mission-card { min-height: 285px; padding: 22px; }
  .mission-card-top { margin-bottom: 36px; }
  .mission-ethics { padding: 20px 0 0; }
  .mission-ethics button { width: 100%; justify-content: space-between; border: 1px solid var(--line); }
  .community-section { padding-top: 72px; padding-bottom: 72px; }
  .community-panel { padding-top: 28px; }
  .chat-lines { margin-bottom: 34px; }
  .community-panel > p { font-size: 18px; }
  .crew-status { padding: 16px 18px; }
  .vacancy-row { min-height: 0; }
  .merch-item, .merch-item-main { min-height: 380px; }
  .merch-item-main { min-height: 430px; }
  .merch-info { padding: 58px 20px 20px; }
  .drop-status button { min-height: 44px; }
  .final-cta { min-height: 480px; padding-top: 76px; padding-bottom: 76px; }
  .site-footer { padding-top: 48px; }
  .footer-top { gap: 30px !important; }
  .footer-nav { gap: 4px; }
  .footer-nav a { width: 100%; min-height: 44px; border-bottom: 1px solid var(--line); }
  .footer-meta { margin-top: 42px; }
  .footer-wordmark span, .footer-wordmark b { font-size: 42px; }
  .protocol-queue { bottom: calc(10px + env(safe-area-inset-bottom)); }
  .role-modal { padding-right: max(14px, env(safe-area-inset-right)); padding-bottom: max(14px, env(safe-area-inset-bottom)); padding-left: max(14px, env(safe-area-inset-left)); }
  .role-dialog { max-height: calc(100dvh - 28px - env(safe-area-inset-bottom)); overflow-y: auto; }
}

@media (max-width: 350px) {
  .site-header { padding-right: 14px; padding-left: 14px; }
  .brand { gap: 8px; }
  .brand-avatar { width: 34px; height: 34px; flex-basis: 34px; }
  .brand-name { font-size: 12px; }
  .hero-content { width: calc(100% - 32px); margin-right: 16px; margin-left: 16px; }
  .hero h1 { font-size: 32px; }
  .hero-copy { font-size: 13px; }
  .section { padding-right: 16px; padding-left: 16px; }
  .section-intro h2, .community-copy h2, .final-cta h2 { font-size: 30px; }
  .mission-tab { font-size: 9px; }
  .footer-wordmark span, .footer-wordmark b { font-size: 36px; }
}

@media (max-height: 500px) and (orientation: landscape) and (max-width: 900px) {
  .hero { min-height: 460px; height: 460px; align-items: center; padding-bottom: 42px; }
  .hero-content { width: min(430px, 68%); padding-top: 40px; }
  .hero h1 { margin: 12px 0; font-size: 32px; }
  .hero-copy { font-size: 13px; }
  .hero-actions { display: flex; margin-top: 16px; }
  .hero-actions .button { width: auto; min-height: 44px; padding: 0 14px; font-size: 9px; }
  .hero-socials { margin-top: 10px; }
  .hero-socials .social-chip { width: 40px; height: 40px; }
  .hero-character { top: 40px; right: -2%; height: 92%; }
}
