.launcher-body {
  overflow-x: hidden;
}

.launcher-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.4rem 1.2rem 4.5rem;
  position: relative;
  z-index: 2;
}

.launcher-bg-shape {
  position: fixed;
  filter: blur(40px);
  pointer-events: none;
  z-index: 1;
}

.shape-a {
  width: 260px;
  height: 260px;
  background: linear-gradient(30deg, #57d4ff, #70e000);
  top: 70px;
  right: -50px;
  opacity: 0.2;
  border-radius: 32% 68% 67% 33% / 39% 48% 52% 61%;
}

.shape-b {
  width: 300px;
  height: 300px;
  background: linear-gradient(20deg, #ffd166, #ff9770);
  left: -110px;
  bottom: -80px;
  opacity: 0.15;
  border-radius: 48% 52% 33% 67% / 55% 36% 64% 45%;
}

.launcher-hero {
  padding: 1.2rem 0 2.1rem;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-0);
  font-size: 0.8rem;
}

.launcher-hero h1 {
  margin: 0.55rem 0 0;
  font-size: clamp(2rem, 6vw, 4rem);
}

.hero-copy {
  margin: 0.7rem 0 0;
  max-width: 62ch;
  color: var(--ink-1);
}

.device-status {
  margin-top: 1rem;
  color: var(--ink-1);
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.32);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 0.52rem 0.8rem;
}

.section-head h2 {
  margin: 0;
  font-size: 1.45rem;
}

.game-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.game-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 1rem;
  background: linear-gradient(
      130deg,
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.3) 30%,
      rgba(0, 0, 0, 0.55)
    ),
    radial-gradient(
      65% 80% at 105% -10%,
      color-mix(in oklab, var(--card-accent), transparent 45%),
      transparent 70%
    );
  backdrop-filter: blur(2px);
  display: grid;
  align-content: start;
  gap: 0.7rem;
}

.card-subtitle {
  margin: 0;
  color: color-mix(in oklab, var(--card-accent), white 10%);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.game-card h3 {
  margin: 0;
}

.card-body {
  margin: 0;
  color: var(--ink-1);
  line-height: 1.5;
}

.card-status {
  margin: 0;
  display: inline-flex;
  width: fit-content;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-1);
  border: 1px solid var(--line);
}

.chip-row {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
}

.launch-link {
  margin-top: 0.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.65rem 0.9rem;
  border-radius: 0.7rem;
  border: 1px solid color-mix(in oklab, var(--card-accent), white 45%);
  text-decoration: none;
  font-weight: 600;
  background: color-mix(in oklab, var(--card-accent), black 74%);
  transition: transform 140ms ease, filter 140ms ease;
}

.launch-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.launch-links {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
