* {
  box-sizing: border-box;
}

:root {
  --bg: #07111f;
  --bg-soft: #10192c;
  --panel: rgba(11, 18, 34, 0.9);
  --panel-strong: #121e33;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f4f7fb;
  --muted: #9eadc4;
  --cyan: #66e5ff;
  --blue: #4d79ff;
  --red: #ff6b57;
  --gold: #ffcf63;
  --green: #9ff07a;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(102, 229, 255, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 107, 87, 0.12), transparent 22%),
    linear-gradient(180deg, #07111f 0%, #091321 45%, #040910 100%);
}

body::before {
  position: fixed;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, black 20%, transparent 100%);
  pointer-events: none;
}

a {
  color: inherit;
}

.page-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.1rem 0 2rem;
}

.site-header,
.featured-section,
.editorial-section,
.updates-section,
.facts-section,
.contact-section,
.footer {
  position: relative;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Orbitron", "Space Grotesk", sans-serif;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
}

.brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 16px rgba(102, 229, 255, 0.45);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.nav-links a {
  padding: 0.65rem 0.95rem;
  color: var(--muted);
  text-decoration: none;
  border-radius: 999px;
  transition: background-color 180ms ease, color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.game-tab:hover,
.game-tab:focus-visible,
.contact-item:hover,
.contact-item:focus-visible,
.primary-button:hover,
.primary-button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible,
.feature-card a:hover,
.feature-card a:focus-visible,
.update-card a:hover,
.update-card a:focus-visible,
.copy-button:hover,
.copy-button:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: stretch;
  padding: 1rem 0 2.5rem;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.94) 0%, rgba(7, 17, 31, 0.82) 42%, rgba(7, 17, 31, 0.5) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.12), rgba(7, 17, 31, 0.7)),
    url("https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3764200/header.jpg?t=1762601660") center/cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none;
  z-index: -1;
}

.hero-copy,
.hero-panel,
.editorial-card,
.feature-card,
.update-card,
.fact-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(18, 29, 51, 0.94), rgba(8, 14, 27, 0.92));
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 2rem;
  background: linear-gradient(180deg, rgba(10, 15, 29, 0.88), rgba(10, 15, 29, 0.75));
  backdrop-filter: blur(8px);
}

.hero-panel {
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(12, 20, 35, 0.84), rgba(8, 14, 27, 0.72));
  backdrop-filter: blur(8px);
}

.eyebrow,
.panel-label,
.feature-kicker {
  margin: 0 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.78rem;
}

.eyebrow {
  color: var(--cyan);
}

.panel-label,
.feature-kicker {
  color: var(--gold);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Orbitron", "Space Grotesk", sans-serif;
  line-height: 1.05;
}

.hero h1 {
  font-size: clamp(2.7rem, 6vw, 5.3rem);
  max-width: 11ch;
}

.hero-text,
.section-note,
.feature-card p,
.editorial-card p,
.update-card p,
.fact-card p,
.contact-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 58ch;
  margin: 1.2rem 0 0;
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.9rem;
}

.primary-button,
.secondary-button,
.spotlight-link,
.feature-card a,
.update-card a,
.copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.primary-button,
.secondary-button {
  min-width: 180px;
  padding: 0.92rem 1.35rem;
  font-weight: 700;
}

.primary-button {
  color: #061019;
  background: linear-gradient(135deg, var(--cyan), #d8ff72);
}

.secondary-button {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.metric-card {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.metric-value {
  display: block;
  font-family: "Orbitron", "Space Grotesk", sans-serif;
  color: var(--green);
  font-size: 1.45rem;
}

.metric-label {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.spotlight-card {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 107, 87, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.spotlight-card h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.spotlight-card p {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.spotlight-meta span {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 0.86rem;
}

.spotlight-link,
.feature-card a,
.update-card a,
.copy-button {
  width: fit-content;
  margin-top: 1.2rem;
  padding: 0.78rem 1rem;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.game-tabs {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.game-tab {
  width: 100%;
  padding: 1rem 1.05rem;
  text-align: left;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  font: inherit;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.game-tab.active {
  background: linear-gradient(135deg, rgba(102, 229, 255, 0.16), rgba(77, 121, 255, 0.16));
  border-color: rgba(102, 229, 255, 0.34);
}

.featured-section,
.editorial-section,
.updates-section,
.facts-section,
.contact-section {
  padding: 1.3rem 0 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.6rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
}

.featured-grid,
.editorial-grid,
.updates-grid,
.facts-grid {
  display: grid;
  gap: 1.15rem;
}

.featured-grid,
.updates-grid,
.facts-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.editorial-grid {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
}

.feature-card,
.editorial-card,
.update-card,
.fact-card {
  padding: 1.5rem;
}

.feature-card h3,
.editorial-card h3,
.update-card h3,
.fact-card h3 {
  margin-top: 0.2rem;
  font-size: 1.4rem;
}

.feature-card a,
.update-card a {
  margin-top: 1rem;
}

.accent-red {
  background:
    linear-gradient(135deg, rgba(255, 107, 87, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(18, 29, 51, 0.94), rgba(8, 14, 27, 0.92));
}

.accent-gold {
  background:
    linear-gradient(135deg, rgba(255, 207, 99, 0.16), transparent 40%),
    linear-gradient(180deg, rgba(18, 29, 51, 0.94), rgba(8, 14, 27, 0.92));
}

.accent-blue {
  background:
    linear-gradient(135deg, rgba(77, 121, 255, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(18, 29, 51, 0.94), rgba(8, 14, 27, 0.92));
}

.editorial-primary {
  background:
    linear-gradient(135deg, rgba(102, 229, 255, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(18, 29, 51, 0.94), rgba(8, 14, 27, 0.92));
}

.update-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.source-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
}

.source-pill.playstation {
  color: #07111f;
  background: linear-gradient(135deg, #90f0ff, #d7f6ff);
}

.source-pill.xbox {
  color: #081106;
  background: linear-gradient(135deg, #b8ff7b, #f0ff9d);
}

.fact-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 44%),
    linear-gradient(180deg, rgba(18, 29, 51, 0.94), rgba(8, 14, 27, 0.92));
}

.contact-card {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-card h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.contact-list {
  display: grid;
  gap: 0.95rem;
  width: 100%;
  margin-top: 0.5rem;
}

.contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  width: 100%;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(102, 229, 255, 0.2), rgba(77, 121, 255, 0.25));
  color: var(--text);
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-copy {
  display: grid;
  gap: 0.2rem;
}

.contact-copy strong {
  font-family: "Orbitron", "Space Grotesk", sans-serif;
  font-size: 0.95rem;
}

.contact-copy small {
  color: var(--muted);
  font-size: 0.92rem;
}

.copy-button {
  margin-top: 1rem;
  cursor: pointer;
  font: inherit;
}

.footer {
  padding-top: 1.4rem;
}

.footer p {
  margin: 0;
  padding: 1.25rem 1.4rem;
  text-align: center;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
}

.footer a {
  color: var(--cyan);
  text-decoration: none;
}

@media (max-width: 1100px) {
  .hero,
  .featured-grid,
  .updates-grid,
  .facts-grid,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 12ch;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 1rem, 100%);
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    gap: 0.5rem;
  }

  .hero-copy,
  .hero-panel,
  .feature-card,
  .editorial-card,
  .update-card,
  .fact-card,
  .contact-card {
    padding: 1.25rem;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .update-topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer p {
    text-align: left;
    line-height: 1.7;
  }
}
