:root {
  --bg: #060907;
  --panel: rgba(14, 23, 17, .82);
  --panel-strong: #0c140f;
  --text: #f3f7f4;
  --muted: #a8b4ab;
  --green: #7dff27;
  --green-2: #36e858;
  --line: rgba(125, 255, 39, .18);
  --soft-line: rgba(255,255,255,.08);
  --shadow: 0 20px 60px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 5%, rgba(35, 185, 73, .12), transparent 30rem),
    radial-gradient(circle at 10% 65%, rgba(125, 255, 39, .06), transparent 28rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; }
.glow { position: fixed; width: 28rem; height: 28rem; filter: blur(120px); border-radius: 50%; opacity: .1; pointer-events: none; z-index: -1; }
.glow-one { background: var(--green); top: -14rem; right: -10rem; }
.glow-two { background: var(--green-2); left: -18rem; bottom: 5rem; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 46px; height: 46px; border-radius: 50%; box-shadow: 0 0 24px rgba(125,255,39,.16); }
nav { display: flex; align-items: center; gap: 26px; }
nav a { text-decoration: none; color: #cbd4cd; font-size: .94rem; font-weight: 650; }
nav a:hover { color: var(--text); }
.nav-cta { border: 1px solid var(--line); padding: 9px 15px; border-radius: 999px; }
.menu-button { display: none; border: 1px solid var(--soft-line); color: var(--text); background: rgba(255,255,255,.03); border-radius: 10px; padding: 9px 12px; font: inherit; font-weight: 750; }

main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; padding: 70px 0 90px; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: .78rem; font-weight: 850; letter-spacing: .18em; }
h1 { font-size: clamp(3.2rem, 7.2vw, 6.65rem); line-height: .94; letter-spacing: -.065em; margin: 0; max-width: 800px; }
h1 span { color: var(--green); text-shadow: 0 0 34px rgba(125,255,39,.14); }
.hero-text { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border-radius: 12px; padding: 13px 19px; font-weight: 800; transition: transform .15s ease, border-color .15s ease, background .15s ease; }
.button:hover:not(.disabled) { transform: translateY(-2px); }
.primary { background: var(--green); color: #071006; box-shadow: 0 12px 34px rgba(125,255,39,.16); }
.secondary { border: 1px solid rgba(255,255,255,.14); color: #e9efea; background: rgba(255,255,255,.025); }
.disabled { opacity: .58; cursor: default; box-shadow: none; }
.hero-note { margin-top: 22px; color: #93a096; font-size: .88rem; display: flex; align-items: center; gap: 9px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(125,255,39,.7); }
.hero-art { display: grid; place-items: center; }
.logo-ring { width: min(100%, 510px); aspect-ratio: 1; position: relative; border-radius: 50%; }
.logo-ring::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; background: rgba(125,255,39,.12); filter: blur(44px); }
.logo-ring img { position: relative; width: 100%; display: block; border-radius: 50%; filter: drop-shadow(0 28px 45px rgba(0,0,0,.35)); }

.section { padding: 110px 0; border-top: 1px solid rgba(255,255,255,.07); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.section-heading > div { flex: 1; }
.section-intro { max-width: 540px; margin: 0; color: var(--muted); }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.02; letter-spacing: -.045em; }

.featured-game { display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; padding: 44px; background: linear-gradient(135deg, rgba(18,31,21,.96), rgba(8,13,10,.96)); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.game-topline { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.game-badge, .platform-pill { font-size: .7rem; letter-spacing: .11em; font-weight: 900; padding: 8px 11px; border-radius: 9px; white-space: nowrap; }
.game-badge { color: var(--green); border: 1px solid var(--line); background: rgba(125,255,39,.04); }
.platform-pill { color: #cdd7d0; border: 1px solid var(--soft-line); background: rgba(255,255,255,.03); }
.featured-game h3 { font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: .95; letter-spacing: -.055em; margin: 22px 0 18px; }
.game-lead { color: #e0e8e2 !important; font-size: 1.22rem; max-width: 680px; }
.featured-game-copy > p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.feature-item { display: flex; gap: 12px; padding: 15px; border: 1px solid var(--soft-line); border-radius: 14px; background: rgba(255,255,255,.02); }
.feature-icon { color: var(--green); font-weight: 900; font-size: 1.1rem; width: 24px; }
.feature-item strong { display: block; font-size: .95rem; }
.feature-item small { display: block; color: #8f9b92; line-height: 1.4; margin-top: 3px; }
.game-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.game-visual { display: grid; place-items: center; min-height: 100%; }
.mock-window { width: min(100%, 470px); border-radius: 22px; background: #0a0d0b; border: 1px solid rgba(125,255,39,.22); box-shadow: 0 28px 70px rgba(0,0,0,.45); overflow: hidden; transform: rotate(1.5deg); }
.mock-topbar { height: 38px; background: #111712; border-bottom: 1px solid rgba(255,255,255,.06); display: flex; align-items: center; gap: 7px; padding: 0 14px; }
.mock-topbar span { width: 8px; height: 8px; border-radius: 50%; background: #536057; }
.mock-content { padding: 28px; background: radial-gradient(circle at 80% 0%, rgba(125,255,39,.12), transparent 14rem), #0a0f0b; }
.mock-title { color: var(--green); font-weight: 950; letter-spacing: .13em; font-size: .82rem; }
.mock-stat-row { display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; color: #9ba69e; font-size: .88rem; }
.mock-stat-row strong { color: var(--text); }
.mock-progress { height: 12px; border-radius: 999px; background: #1a231c; overflow: hidden; margin: 10px 0 26px; }
.mock-progress i { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, var(--green-2), var(--green)); }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-cards div { min-height: 104px; padding: 14px; border-radius: 12px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); display: flex; flex-direction: column; justify-content: end; }
.mock-cards small { color: var(--green); font-size: .62rem; letter-spacing: .1em; font-weight: 850; }
.mock-cards b { margin-top: 4px; }
.mock-label { color: #718077; font-size: .72rem; line-height: 1.4; margin-top: 22px; }

.updates-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.update-card { padding: 28px; min-height: 280px; border: 1px solid var(--soft-line); background: rgba(255,255,255,.02); border-radius: 20px; display: flex; flex-direction: column; }
.update-card.highlight { border-color: var(--line); background: linear-gradient(145deg, rgba(125,255,39,.06), rgba(255,255,255,.018)); }
.update-tag { color: var(--green); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.update-card h3 { font-size: 1.5rem; line-height: 1.12; letter-spacing: -.025em; margin: 18px 0 12px; }
.update-card p { color: var(--muted); margin: 0 0 24px; }
.update-card a { margin-top: auto; text-decoration: none; font-weight: 800; display: flex; justify-content: space-between; gap: 14px; }
.update-card a span { color: var(--green); }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.about-copy { color: var(--muted); font-size: 1.08rem; }
.about-copy p:first-child { margin-top: 0; }
.text-link { display: inline-flex; gap: 10px; color: var(--text); text-decoration: none; font-weight: 800; margin-top: 12px; }
.text-link span { color: var(--green); }

.follow { text-align: center; }
.follow > p:not(.eyebrow) { color: var(--muted); max-width: 650px; margin: 20px auto 0; }
.socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.socials a { min-width: 170px; text-decoration: none; display: flex; justify-content: space-between; gap: 20px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); border-radius: 12px; font-weight: 750; }
.socials a:hover { border-color: var(--line); background: rgba(125,255,39,.035); }
.socials a > span:last-child { color: var(--green); }
.social-name { color: var(--text) !important; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 38px 0 52px; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; gap: 24px; align-items: center; color: #88958b; font-size: .86rem; }
.footer-left p { margin: 10px 0 0; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #bdc7bf; font-weight: 750; }
.footer-brand img { width: 34px; height: 34px; border-radius: 50%; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; color: #aab5ac; }
.footer-links a:hover { color: var(--text); }

/* Inner pages */
.inner-main { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 120px; }
.inner-main h1 { font-size: clamp(2.8rem, 7vw, 5rem); }
.inner-main h2 { font-size: 1.7rem; margin-top: 44px; }
.inner-main p, .inner-main li { color: var(--muted); }
.inner-main a { color: var(--green); }
.inner-card { padding: 28px; border: 1px solid var(--soft-line); background: rgba(255,255,255,.02); border-radius: 18px; margin-top: 32px; }
.inner-card strong { color: var(--text); }
.back-link { display: inline-block; margin-bottom: 26px; color: #c6d0c8 !important; text-decoration: none; font-weight: 750; }

@media (max-width: 950px) {
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 70px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-art { order: -1; }
  .logo-ring { width: min(66vw, 390px); }
  .featured-game { grid-template-columns: 1fr; }
  .game-visual { margin-top: 16px; }
  .updates-grid { grid-template-columns: 1fr; }
  .update-card { min-height: 220px; }
}

@media (max-width: 760px) {
  .site-header { position: relative; }
  .menu-button { display: inline-flex; }
  nav { display: none; position: absolute; top: 76px; right: 0; width: min(320px, calc(100vw - 40px)); padding: 14px; background: #0a100c; border: 1px solid var(--soft-line); border-radius: 16px; box-shadow: var(--shadow); z-index: 20; flex-direction: column; align-items: stretch; gap: 4px; }
  nav.open { display: flex; }
  nav a { padding: 11px 12px; border-radius: 10px; }
  nav a:hover { background: rgba(255,255,255,.04); }
  .nav-cta { border-radius: 10px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .brand span { font-size: .9rem; }
  .brand img { width: 40px; height: 40px; }
  .hero { min-height: auto; padding: 48px 0 70px; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .section { padding: 78px 0; }
  .featured-game { padding: 24px; }
  .mock-content { padding: 18px; }
  .mock-cards { grid-template-columns: 1fr; }
  .mock-cards div { min-height: 72px; }
  .game-actions { flex-direction: column; }
  .socials { flex-direction: column; }
  .socials a { width: 100%; }
  .inner-main { width: min(100% - 28px, 860px); padding-top: 54px; }
}
