:root {
  --black: #050707;
  --ink: #0b1011;
  --panel: #101919;
  --panel-raised: #152120;
  --line: #314640;
  --acid: #b8ff39;
  --acid-soft: #dcff91;
  --blood: #ff5a45;
  --white: #f4f7ed;
  --muted: #9cac9e;
  --font: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 74% -8%, rgba(91, 153, 65, .26), transparent 27rem),
    radial-gradient(circle at 7% 35%, rgba(184, 255, 57, .07), transparent 22rem),
    var(--black);
  font: 16px/1.62 var(--font);
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .25;
  content: "";
  background-image:
    linear-gradient(90deg, transparent 0 49.85%, rgba(184, 255, 57, .08) 50%, transparent 50.15%),
    linear-gradient(0deg, transparent 0 49.85%, rgba(184, 255, 57, .06) 50%, transparent 50.15%);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

a { color: inherit; text-decoration: none; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.kicker { margin: 0; color: var(--acid); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(184, 255, 57, .2);
  background: rgba(5, 7, 7, .86);
  backdrop-filter: blur(18px) saturate(130%);
}
.nav { display: flex; min-height: 74px; align-items: center; gap: 22px; }
.brand { font-size: 1.45rem; font-weight: 950; letter-spacing: -.08em; white-space: nowrap; }
.brand span { color: var(--acid); }
.nav-links { display: flex; gap: 24px; margin: auto; }
.nav-links a { color: var(--muted); font-size: .75rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a.active { color: var(--acid); }
.nav-play {
  padding: 8px 12px;
  border: 1px solid var(--acid);
  color: var(--acid);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .03em;
  white-space: nowrap;
  transition: .2s ease;
}
.nav-play:hover { color: #071007; background: var(--acid); box-shadow: 0 0 24px rgba(184, 255, 57, .25); }
.nav-toggle { display: none; border: 0; color: var(--white); background: none; font-size: 1.4rem; }

.hero { padding: 40px 0 84px; }
.status-row { display: flex; justify-content: space-between; padding: 9px 0 23px; color: #91a798; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.status-row span:first-child { color: var(--blood); }
.status-row i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--blood); box-shadow: 0 0 13px var(--blood); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 48px; }
.hero-centered { max-width: 790px; margin: 30px auto 0; text-align: center; }
.hero-centered .hero-copy { margin-right: auto; margin-left: auto; }
.hero-centered .cta-row, .hero-centered .trust-row { justify-content: center; }
.hero h1, .page h1 { max-width: 660px; margin: 10px 0 20px; font-size: clamp(3.5rem, 7vw, 6.6rem); font-weight: 950; line-height: .84; letter-spacing: -.09em; text-transform: uppercase; }
.hero h1 em, .page h1 em { color: var(--acid); font-style: normal; text-shadow: 0 0 40px rgba(184, 255, 57, .17); }
.hero-copy, .page-lead { max-width: 590px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-block; padding: 14px 18px; font-size: .78rem; font-weight: 950; letter-spacing: .055em; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-3px); }
.button.primary { color: #0b1007; background: var(--acid); box-shadow: 0 10px 28px rgba(184, 255, 57, .16); }
.button.primary:hover { background: var(--acid-soft); box-shadow: 0 14px 34px rgba(184, 255, 57, .3); }
.button.ghost { border: 1px solid #46574e; }
.button.ghost:hover { border-color: var(--acid); color: var(--acid); }
.trust-row { display: flex; flex-wrap: wrap; gap: 0; margin-top: 30px; color: #839486; font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.trust-row span { padding: 0 12px; border-left: 1px solid #3a4a42; }
.trust-row span:first-child { padding-left: 0; border-left: 0; }

.hero-art {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(184, 255, 57, .38);
  background: #101918;
  box-shadow: 0 28px 64px rgba(0, 0, 0, .45), inset 0 0 45px rgba(184, 255, 57, .05);
  clip-path: polygon(4% 0, 100% 0, 100% 91%, 96% 100%, 0 100%, 0 7%);
}
.hero-art::before { position: absolute; inset: 0; z-index: 2; content: ""; background: linear-gradient(90deg, rgba(5, 7, 7, .63), transparent 54%, rgba(5, 7, 7, .19)); pointer-events: none; }
.hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) contrast(1.16) brightness(.85); }
.map-grid { position: absolute; inset: 0; z-index: 2; opacity: .26; background-image: linear-gradient(rgba(184,255,57,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(184,255,57,.17) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle, black, transparent 72%); }
.scanner { position: absolute; z-index: 3; top: 48%; left: 51%; width: 145px; height: 145px; border: 1px solid rgba(184, 255, 57, .88); border-radius: 50%; box-shadow: 0 0 24px rgba(184, 255, 57, .34), inset 0 0 22px rgba(184, 255, 57, .1); transform: translate(-50%, -50%); }
.scanner::before, .scanner::after { position: absolute; border: 1px solid rgba(184, 255, 57, .48); border-radius: 50%; content: ""; }
.scanner::before { inset: 24%; }
.scanner::after { inset: 42%; background: var(--acid); box-shadow: 0 0 15px var(--acid); }
.scanner i { position: absolute; top: 0; left: 50%; width: 1px; height: 50%; transform-origin: bottom; background: linear-gradient(transparent, var(--acid)); animation: sweep 3.6s linear infinite; }
@keyframes sweep { to { transform: rotate(360deg); } }
.hero-label, .map-readout { position: absolute; z-index: 4; border: 1px solid rgba(184,255,57,.28); background: rgba(5, 7, 7, .82); font-size: .64rem; font-weight: 900; letter-spacing: .09em; }
.hero-label { bottom: 17px; left: 17px; padding: 7px 10px; color: var(--acid); }
.hero-label b { color: var(--blood); }
.map-readout { top: 17px; right: 17px; display: grid; grid-template-columns: auto auto; gap: 3px 10px; padding: 8px 10px; color: var(--muted); }
.map-readout strong { color: var(--acid); text-align: right; }
.telemetry { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 16px; border: 1px solid #30423a; background: rgba(15, 24, 22, .74); }
.telemetry div { min-height: 72px; padding: 14px 16px; border-left: 1px solid #30423a; }
.telemetry div:first-child { border-left: 0; }
.telemetry small { display: block; color: var(--muted); font-size: .61rem; font-weight: 900; letter-spacing: .1em; }
.telemetry strong { display: block; color: var(--acid); font-size: .78rem; letter-spacing: .05em; }

.gameplay-showcase { padding: 92px 0 100px; border-block: 1px solid #263932; background: linear-gradient(180deg, rgba(16, 28, 25, .72), rgba(5, 7, 7, .1)); }
.screenshot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 38px; }
.screenshot-card { position: relative; aspect-ratio: 16 / 9; min-height: 0; margin: 0; overflow: hidden; border: 1px solid #364a42; background: #050707; box-shadow: 0 20px 38px rgba(0,0,0,.25); }
.screenshot-card.wide { grid-column: 1 / -1; min-height: 0; }
.screenshot-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 42%, rgba(5,7,7,.95) 100%); pointer-events: none; }
.screenshot-card img { display: block; width: 100%; height: 100%; position: absolute; inset: 0; object-fit: contain; object-position: center; filter: saturate(.85) contrast(1.08); transition: filter .35s ease; }
.screenshot-card:hover img { filter: saturate(1.05) contrast(1.12); }
.screenshot-card figcaption { position: absolute; right: 22px; bottom: 18px; left: 22px; z-index: 1; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: baseline; }
.screenshot-card figcaption span { grid-row: span 2; color: var(--acid); font-size: 1.2rem; font-weight: 950; letter-spacing: -.07em; }
.screenshot-card figcaption strong { font-size: .82rem; font-weight: 950; letter-spacing: .09em; }
.screenshot-card figcaption small { color: #bac7b9; font-size: .78rem; }

.qr-dialog { width: min(430px, calc(100% - 32px)); padding: 34px; border: 1px solid rgba(184,255,57,.6); color: var(--white); background: #0b1110; box-shadow: 0 28px 80px rgba(0,0,0,.75), inset 0 0 50px rgba(184,255,57,.04); text-align: center; }
.qr-dialog::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(5px); }
.qr-dialog h2 { margin: 9px 0 12px; font-size: 2.4rem; font-weight: 950; line-height: .88; letter-spacing: -.075em; text-transform: uppercase; }
.qr-dialog h2 em { color: var(--acid); font-style: normal; }
.qr-dialog > p:not(.kicker) { margin: 0 auto 18px; color: var(--muted); font-size: .92rem; }
.qr-dialog img { display: block; width: min(230px, 100%); margin: 0 auto 18px; border: 8px solid var(--white); background: var(--white); image-rendering: auto; }
.qr-close { position: absolute; top: 8px; right: 11px; border: 0; color: var(--muted); background: transparent; font-size: 2rem; line-height: 1; cursor: pointer; }
.qr-close:hover { color: var(--acid); }

.signal { padding: 74px 0; border-block: 1px solid #283b34; background: linear-gradient(90deg, rgba(16, 30, 26, .83), rgba(6, 9, 9, .72)); }
.signal-grid, .section-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: end; }
.signal h2, .section h2, .final-cta h2, .callout h2 { margin: 8px 0 0; font-size: clamp(2.25rem, 5vw, 4.5rem); font-weight: 950; line-height: .9; letter-spacing: -.08em; text-transform: uppercase; }
.signal p:last-child, .section-heading > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.section { padding: 100px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.feature-card { position: relative; min-height: 285px; overflow: hidden; padding: 25px; border: 1px solid #2d4139; background: linear-gradient(145deg, rgba(32, 49, 43, .88), #0a0f10); transition: transform .2s ease, border-color .2s ease; }
.feature-card:hover { border-color: rgba(184, 255, 57, .82); transform: translateY(-5px); }
.feature-card b { color: var(--blood); font-size: .68rem; letter-spacing: .11em; }
.feature-mark { display: block; margin-top: 38px; color: var(--acid); font-size: 2rem; line-height: 1; text-shadow: 0 0 20px rgba(184, 255, 57, .32); }
.feature-card h3 { margin: 20px 0 8px; font-size: 1.08rem; letter-spacing: .065em; }
.feature-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.feature-card::after { position: absolute; right: -40px; bottom: -50px; width: 140px; height: 140px; border: 1px solid rgba(184,255,57,.12); border-radius: 50%; content: ""; }

.horde-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; padding: 48px; border: 1px solid #604139; background: radial-gradient(circle at 83% 20%, rgba(255, 90, 69, .17), transparent 20rem), linear-gradient(115deg, #251413, #101515); box-shadow: 0 24px 48px rgba(0,0,0,.23); }
.horde-panel h2 { margin: 9px 0 14px; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 950; line-height: .88; letter-spacing: -.085em; text-transform: uppercase; }
.horde-panel p { max-width: 560px; margin: 0 0 18px; color: var(--muted); }
.text-link { color: var(--acid); font-size: .82rem; font-weight: 950; letter-spacing: .03em; }
.text-link span { display: inline-block; margin-left: 4px; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(5px); }
.horde-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: center; padding-left: 35px; border-left: 1px solid rgba(255, 159, 144, .25); }
.horde-stats div { padding: 13px; border: 1px solid rgba(255, 159, 144, .18); background: rgba(6, 8, 8, .25); }
.horde-stats span { display: block; color: var(--muted); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.horde-stats strong { color: var(--acid); font-size: .77rem; letter-spacing: .05em; }
.horde-stats .danger { color: var(--blood); }
.final-cta { padding: 120px 0; text-align: center; background: radial-gradient(circle at 50% 115%, rgba(92, 143, 51, .45), transparent 47%); }
.final-cta h2 { margin: 10px 0 19px; }
.final-cta > .wrap > p:not(.kicker) { max-width: 540px; margin: 0 auto 28px; color: var(--muted); }

.page { padding: 85px 0; }
.page .page-lead { max-width: 680px; }
.protocol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 40px; }
.protocol article, .update, .support-card { display: block; padding: 28px; border: 1px solid #293d35; background: linear-gradient(150deg, #14201e, #0a1010); }
.protocol b, .support-card b, .update time { color: var(--acid); font-size: .72rem; letter-spacing: .1em; }
.protocol h2, .update h2, .support-card h2 { margin: 10px 0 7px; font-size: 1.5rem; line-height: 1.05; }
.protocol p, .update p { margin: 0; color: var(--muted); }
.callout { margin-top: 46px; padding: 44px; border: 1px solid #5a7633; background: #111b10; text-align: center; }
.callout h2 { margin: 8px 0 22px; }
.update-list { display: grid; gap: 14px; margin-top: 42px; }
.update h2 { font-size: clamp(1.4rem, 3vw, 2.2rem); }
.update p { margin-bottom: 16px; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 40px; }
.support-card { min-height: 180px; transition: transform .18s ease, border-color .18s ease; }
.support-card:hover { border-color: var(--acid); transform: translateY(-3px); }
.support-card span { color: var(--muted); font-size: .9rem; }
footer { padding: 34px 0; border-top: 1px solid #283a33; color: #708077; font-size: .82rem; }
.footer-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
footer a:hover { color: var(--acid); }

.updates-hero {
  padding: 35px 0 72px;
  border-bottom: 1px solid #30433b;
  background: linear-gradient(112deg, rgba(16, 34, 28, .86), rgba(5, 7, 7, .95)), radial-gradient(circle at 78% 50%, rgba(184, 255, 57, .17), transparent 20rem);
}
.updates-hero h1 { max-width: 800px; margin: 10px 0 17px; font-size: clamp(3.6rem, 8vw, 7.2rem); font-weight: 950; line-height: .82; letter-spacing: -.09em; }
.updates-hero h1 em { color: var(--acid); font-style: normal; }
.updates-hero > .wrap > p:not(.kicker) { max-width: 610px; margin: 0; color: var(--muted); font-size: 1.1rem; }
.updates-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 32px; }
.updates-tabs span { padding: 7px 10px; border: 1px solid #35483f; color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .1em; }
.updates-tabs .selected { border-color: var(--acid); color: var(--acid); background: rgba(184, 255, 57, .08); }
.updates-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; padding: 56px 0 92px; }
.featured-update { overflow: hidden; border: 1px solid rgba(184, 255, 57, .42); background: linear-gradient(145deg, #16231f, #0b1010); box-shadow: 0 24px 52px rgba(0,0,0,.22); }
.featured-image { position: relative; height: 270px; overflow: hidden; border-bottom: 1px solid #3a5045; background: #0b1311; }
.featured-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,7,7,.05), rgba(5,7,7,.56)); }
.featured-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.08); }
.featured-image span { position: absolute; z-index: 1; top: 16px; left: 16px; padding: 7px 10px; color: #120807; background: var(--acid); font-size: .65rem; font-weight: 950; letter-spacing: .12em; }
.featured-copy { padding: 30px; }
.featured-copy time { color: var(--acid); font-size: .68rem; font-weight: 950; letter-spacing: .12em; }
.featured-copy h2 { max-width: 650px; margin: 9px 0 12px; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 950; line-height: .93; letter-spacing: -.065em; text-transform: uppercase; }
.featured-copy p { max-width: 660px; margin: 0; color: var(--muted); }
.featured-copy .cta-row { align-items: center; margin-top: 23px; }
.timeline-label { display: flex; align-items: center; gap: 12px; margin: 43px 0 13px; color: var(--acid); font-size: .66rem; font-weight: 950; letter-spacing: .12em; }
.timeline-label i { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(184,255,57,.55), transparent); }
.update-list.enhanced { position: relative; gap: 10px; margin-top: 0; }
.update-list.enhanced::before { position: absolute; top: 25px; bottom: 25px; left: 24px; width: 1px; content: ""; background: #42564d; }
.update-list.enhanced .update { position: relative; display: grid; grid-template-columns: 50px 1fr; gap: 13px; padding: 25px; background: linear-gradient(120deg, rgba(19,31,28,.9), rgba(8,12,12,.92)); }
.update-index { position: relative; z-index: 1; display: grid; width: 49px; height: 49px; place-items: center; border: 1px solid var(--acid); border-radius: 50%; color: var(--acid); background: #0b1210; font-size: .71rem; font-weight: 950; }
.update-list.enhanced .update h2 { margin-top: 7px; font-weight: 900; text-transform: uppercase; }
.update-list.enhanced .update p { margin-bottom: 15px; }
.intel-sidebar { display: grid; align-content: start; gap: 14px; }
.intel-card { padding: 23px; border: 1px solid #31473d; background: linear-gradient(145deg, rgba(20, 34, 30, .9), #0a0f10); }
.intel-card .kicker { margin-bottom: 15px; }
.intel-line { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid #2c3d36; font-size: .67rem; font-weight: 900; letter-spacing: .07em; }
.intel-line span { color: var(--muted); }
.intel-line strong { color: var(--acid); }
.intel-line .danger { color: var(--blood); }
.call-sign { border-color: rgba(255, 90, 69, .46); background: radial-gradient(circle at 80% 20%, rgba(255,90,69,.17), transparent 11rem), #150e0d; }
.call-sign h2 { margin: 10px 0; font-size: 1.65rem; font-weight: 950; line-height: .92; letter-spacing: -.06em; }
.call-sign p:not(.kicker) { margin: 0 0 17px; color: var(--muted); font-size: .92rem; }

@media (max-width: 820px) {
  .hero-grid, .signal-grid, .section-heading, .horde-panel { grid-template-columns: 1fr; gap: 28px; }
  .hero { padding-top: 28px; }
  .hero-copy-block { text-align: center; }
  .hero h1, .hero-copy { margin-right: auto; margin-left: auto; }
  .cta-row, .trust-row { justify-content: center; }
  .telemetry { grid-template-columns: 1fr 1fr; }
  .telemetry div:nth-child(3) { border-left: 0; border-top: 1px solid #30423a; }
  .telemetry div:nth-child(4) { border-top: 1px solid #30423a; }
  .horde-stats { padding-top: 26px; padding-left: 0; border-top: 1px solid rgba(255, 159, 144, .25); border-left: 0; }
  .updates-layout { grid-template-columns: 1fr; }
  .intel-sidebar { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .nav { min-height: 64px; gap: 12px; }
  .nav-toggle { display: block; order: 2; }
  .nav-links { position: absolute; top: 64px; right: 0; left: 0; display: none; flex-direction: column; gap: 16px; margin: 0; padding: 18px 22px; border-bottom: 1px solid #33463e; background: #0b1010; }
  .nav-links.open { display: flex; }
  .nav-play { margin-left: auto; font-size: .65rem; }
  .hero { padding-bottom: 60px; }
  .status-row { font-size: .58rem; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 4.65rem); }
  .hero-copy { font-size: 1rem; }
  .hero-art { min-height: 290px; }
  .scanner { width: 110px; height: 110px; }
  .map-readout { top: 10px; right: 10px; font-size: .54rem; }
  .hero-label { bottom: 10px; left: 10px; font-size: .54rem; }
  .feature-grid, .protocol, .support-grid { grid-template-columns: 1fr; }
  .gameplay-showcase { padding: 65px 0; }
  .screenshot-grid { grid-template-columns: 1fr; margin-top: 27px; }
  .screenshot-card, .screenshot-card.wide { min-height: 0; }
  .screenshot-card figcaption { right: 15px; bottom: 13px; left: 15px; }
  .screenshot-card figcaption small { font-size: .7rem; }
  .section { padding: 66px 0; }
  .section-heading { gap: 20px; }
  .signal { padding: 56px 0; }
  .horde-panel { padding: 30px 22px; }
  .final-cta { padding: 80px 0; }
  .footer-row { justify-content: center; text-align: center; }
  .updates-hero { padding-bottom: 52px; }
  .updates-layout { padding-top: 38px; }
  .featured-image { height: 210px; }
  .featured-copy { padding: 24px 20px; }
  .intel-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 410px) {
  .nav-play { display: none; }
  .nav-toggle { margin-left: auto; }
  .status-row span:last-child { display: none; }
  .telemetry div { min-height: 67px; padding: 12px 10px; }
  .trust-row { font-size: .56rem; }
  .trust-row span { padding: 0 8px; }
}
