:root {
  color-scheme: dark;
  --ink: #0b0d0a;
  --ink-soft: #11140f;
  --panel: #151913;
  --line: rgba(230, 239, 218, .15);
  --muted: #929b89;
  --text: #eef4e8;
  --acid: #d5ff3f;
  --danger: #ff715b;
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--text); font-family: var(--body); }
a { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--acid); color: #0b0d0a; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 76px; padding: 0 clamp(20px, 4vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); background: rgba(11, 13, 10, .88); backdrop-filter: blur(16px); }
.brand { width: max-content; display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 78px; height: 52px; display: block; object-fit: contain; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font: 800 16px/1 var(--body); letter-spacing: .05em; }
.brand-copy small { color: var(--muted); font: 600 8px/1 var(--body); letter-spacing: .2em; }
.main-nav { display: flex; gap: 30px; }
.main-nav a { color: #bbc3b2; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover { color: var(--acid); }
.status-pill { justify-self: end; min-width: 195px; height: 38px; padding: 0 15px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); background: rgba(255,255,255,.025); color: var(--muted); font-size: 10px; letter-spacing: .09em; }
.status-pill strong { color: var(--text); }
.status-dot, .large-dot { display: block; border-radius: 50%; background: var(--muted); box-shadow: 0 0 0 4px rgba(146,155,137,.1); }
.status-dot { width: 7px; height: 7px; }
.status-divider { width: 1px; height: 12px; background: var(--line); }
body.server-online .status-dot, body.server-online .large-dot { background: var(--acid); box-shadow: 0 0 18px rgba(213,255,63,.62); }
body.server-offline .status-dot, body.server-offline .large-dot { background: var(--danger); box-shadow: 0 0 18px rgba(255,113,91,.48); }
body.server-online #header-status-text, body.server-online #panel-status-text { color: var(--acid); }
body.server-offline #header-status-text, body.server-offline #panel-status-text { color: var(--danger); }

.hero { position: relative; min-height: calc(100vh - 76px); padding: clamp(72px, 10vh, 128px) clamp(20px, 7vw, 128px) 0; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); column-gap: clamp(50px, 8vw, 150px); align-content: center; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; width: min(60vw, 900px); aspect-ratio: 1; left: 18%; top: -55%; border-radius: 50%; background: radial-gradient(circle, rgba(213,255,63,.10), transparent 67%); pointer-events: none; }
.hero-copy, .server-panel, .hero-features { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 26px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { color: var(--acid); margin-right: 11px; }
.hero-logo { width: min(100%, 700px); aspect-ratio: 3 / 2; display: block; object-fit: contain; object-position: left center; }
.hero-lead { max-width: 700px; margin: 34px 0 12px; font: 700 clamp(20px, 2.2vw, 32px)/1.2 var(--display); text-transform: uppercase; letter-spacing: -.015em; }
.hero-text { max-width: 630px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.download-button { min-width: 292px; min-height: 68px; padding: 11px 20px 11px 12px; display: flex; align-items: center; gap: 16px; background: var(--acid); color: #0b0d0a; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.download-button:hover { transform: translateY(-3px); background: #e2ff7b; }
.download-button:focus-visible, .text-link:focus-visible, .main-nav a:focus-visible, .brand:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }
.download-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(11,13,10,.22); font-size: 24px; }
.download-button > span:last-child { display: grid; gap: 5px; }
.download-button strong { font-size: 13px; letter-spacing: .08em; }
.download-button small { font-size: 9px; font-weight: 700; letter-spacing: .08em; opacity: .62; }
.text-link { color: #d7ddcf; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-decoration: none; }
.text-link span { color: var(--acid); margin-left: 5px; }

.server-panel { align-self: center; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(24,29,21,.9), rgba(12,15,11,.92)); box-shadow: 0 28px 90px rgba(0,0,0,.32); }
.panel-topline { height: 48px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.panel-status { padding: 29px 24px 20px; display: flex; align-items: center; gap: 17px; }
.large-dot { width: 13px; height: 13px; }
.panel-status div { display: grid; gap: 5px; }
.panel-status small { color: var(--muted); font-size: 9px; letter-spacing: .16em; }
.panel-status strong { font: 800 22px/1 var(--display); letter-spacing: .04em; }
.player-count { padding: 0 24px 27px; display: flex; align-items: baseline; gap: 12px; }
.player-count > strong { color: var(--acid); font: 900 76px/.85 var(--display); letter-spacing: -.04em; }
.player-count span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.player-count b { color: var(--text); }
.server-facts { margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.server-facts div { min-height: 44px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(230,239,218,.08); }
.server-facts div:last-child { border: 0; }
.server-facts dt { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.server-facts dd { margin: 0; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }
.signal-bars { height: 52px; padding: 0 20px; display: flex; align-items: center; gap: 5px; overflow: hidden; }
.signal-bars i { flex: 1; height: 8px; background: rgba(213,255,63,.13); animation: signal 2.2s ease-in-out infinite alternate; }
.signal-bars i:nth-child(3n) { height: 18px; animation-delay: -.7s; }
.signal-bars i:nth-child(4n) { height: 29px; animation-delay: -1.4s; }
body.server-online .signal-bars i { background: rgba(213,255,63,.48); }
@keyframes signal { to { transform: scaleY(1.7); opacity: .45; } }
.hero-features { grid-column: 1 / -1; margin-top: clamp(70px, 10vh, 120px); min-height: 64px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-top: 1px solid var(--line); }
.hero-features span { position: relative; padding-left: 22px; color: #b4bcaa; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.hero-features span::before { content: "+"; position: absolute; left: 0; color: var(--acid); }

.launcher-section { position: relative; padding: clamp(90px, 13vw, 190px) clamp(20px, 7vw, 128px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr); gap: clamp(60px, 10vw, 180px); border-top: 1px solid var(--line); background: #e9eee3; color: #11150f; overflow: hidden; }
.section-number { position: absolute; right: 1vw; top: -4vw; color: rgba(17,21,15,.045); font: 900 clamp(220px, 34vw, 560px)/1 var(--display); letter-spacing: -.08em; }
.launcher-intro, .launcher-explanation { position: relative; z-index: 1; }
.launcher-section .eyebrow { color: #66705f; }
.launcher-section .eyebrow span { color: #11150f; padding: 5px 8px; border: 1px solid #11150f; }
.launcher-section h2 { margin: 0; font: 900 clamp(52px, 7.7vw, 116px)/.84 var(--display); letter-spacing: -.055em; }
.launcher-section h2 em { color: #7a920f; font-style: normal; }
.launcher-explanation > p { max-width: 600px; margin: 40px 0 56px; color: #4f5849; font-size: 17px; line-height: 1.75; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(17,21,15,.22); }
.steps li { padding: 24px 0; display: grid; grid-template-columns: 58px 1fr; border-bottom: 1px solid rgba(17,21,15,.18); }
.steps li > span { color: #7a920f; font: 800 11px/1 var(--body); }
.steps strong { font: 800 24px/1 var(--display); text-transform: uppercase; }
.steps p { margin: 7px 0 0; color: #6b7465; font-size: 13px; }

.news-section { padding: clamp(90px, 12vw, 170px) clamp(20px, 7vw, 128px); background: var(--ink-soft); border-top: 1px solid var(--line); }
.news-heading { margin-bottom: 55px; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.news-heading .eyebrow { margin-bottom: 18px; }
.news-heading h2 { margin: 0; font: 900 clamp(58px, 8vw, 118px)/.8 var(--display); letter-spacing: -.055em; }
.news-heading > p { max-width: 370px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.news-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.news-card { min-height: 290px; padding: 29px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.news-card:hover { background: rgba(213,255,63,.035); }
.news-card > span { color: var(--acid); font: 700 9px/1 var(--body); letter-spacing: .16em; }
.news-card h3 { margin: 66px 0 16px; font: 800 27px/1.05 var(--display); text-transform: uppercase; }
.news-card p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.news-card a { width: max-content; margin-top: auto; color: #dfe6d7; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-decoration: none; }
.news-card a:hover { color: var(--acid); }
.news-loading { grid-column: 1 / -1; min-height: 180px; }

.site-footer { min-height: 190px; padding: 48px clamp(20px, 7vw, 128px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); background: #080a08; }
.footer-brand { display: grid; gap: 8px; }
.footer-logo { width: 112px; height: 74px; display: block; object-fit: contain; }
.footer-brand span, .footer-copy { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.footer-meta { min-width: 190px; padding: 20px 26px; display: grid; gap: 7px; border-left: 2px solid var(--acid); background: rgba(255,255,255,.025); }
.footer-meta span { color: var(--muted); font-size: 8px; letter-spacing: .17em; }
.footer-meta strong { font: 800 19px/1 var(--display); letter-spacing: .05em; }
.footer-copy { justify-self: end; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 70px; }
  .hero-logo { width: min(100%, 620px); }
  .server-panel { width: min(100%, 520px); }
  .launcher-section { grid-template-columns: 1fr; }
  .launcher-explanation > p { margin-top: 0; }
  .news-list { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr auto; }
  .footer-copy { display: none; }
}

@media (max-width: 640px) {
  .site-header { min-height: 66px; padding-inline: 16px; }
  .brand-copy small { display: none; }
  .brand-logo { width: 60px; height: 40px; }
  .status-pill { min-width: 0; padding-inline: 12px; }
  .status-divider, #header-status-text { display: none; }
  .hero { min-height: auto; padding: 72px 18px 0; }
  .hero-logo { width: 100%; }
  .hero-lead { margin-top: 28px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .download-button { min-width: 0; width: 100%; }
  .hero-features { margin-top: 72px; grid-template-columns: 1fr; gap: 16px; padding: 26px 0; }
  .launcher-section, .news-section { padding-inline: 18px; }
  .launcher-section h2 { font-size: clamp(49px, 15vw, 78px); }
  .news-heading { align-items: start; flex-direction: column; }
  .news-list { grid-template-columns: 1fr; }
  .news-card { min-height: 250px; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 18px; }
  .footer-meta { justify-self: stretch; }
}

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