.atomic-surfaces-body {
  background:
    radial-gradient(circle at 18% 10%, rgba(126, 255, 219, 0.16), transparent 24%),
    radial-gradient(circle at 78% 4%, rgba(255, 211, 106, 0.14), transparent 22%),
    radial-gradient(circle at top, rgba(35, 140, 255, 0.18), transparent 28%),
    #040914;
}

.atomic-surfaces-main {
  display: grid;
  gap: 24px;
}

.atomic-surfaces-hero,
.atomic-surfaces-panel {
  border: 1px solid rgba(111, 203, 255, 0.18);
  background: rgba(7, 14, 28, 0.84);
  box-shadow: 0 20px 48px rgba(1, 7, 20, 0.38);
  border-radius: 18px;
  padding: 22px;
}

.atomic-surfaces-hero {
  display: grid;
  gap: 18px;
  overflow: hidden;
  position: relative;
}

.atomic-surfaces-hero::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(126, 255, 219, 0.08);
  border-radius: 14px;
  pointer-events: none;
}

.game-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  max-width: 900px;
}

.game-hero-copy h1 {
  margin: 0;
}

.atomic-surfaces-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.game-loop-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.game-loop-strip span {
  min-height: 58px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 14px;
  border: 1px solid rgba(126, 255, 219, 0.2);
  background:
    linear-gradient(145deg, rgba(126, 255, 219, 0.09), rgba(111, 203, 255, 0.04)),
    rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 800;
}

.game-system-grid,
.game-level-track,
.game-value-grid {
  display: grid;
  gap: 14px;
}

.game-system-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.game-level-track {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.game-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.game-system-card,
.game-level-track article,
.game-value-grid article {
  border: 1px solid rgba(111, 203, 255, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    rgba(4, 10, 20, 0.72);
  padding: 14px;
  min-height: 156px;
}

.game-system-card:nth-child(3n + 1),
.game-level-track article:nth-child(odd) {
  border-color: rgba(126, 255, 219, 0.24);
}

.game-system-card:nth-child(3n + 2),
.game-level-track article:nth-child(even) {
  border-color: rgba(255, 211, 106, 0.24);
}

.game-system-card strong,
.game-level-track strong,
.game-value-grid strong {
  display: block;
  color: #ffffff;
  margin-bottom: 8px;
}

.game-system-card span,
.game-value-grid span,
.game-level-track em {
  display: block;
  color: rgba(220, 235, 247, 0.84);
  line-height: 1.5;
  font-style: normal;
}

.game-level-track span {
  display: inline-grid;
  min-width: 34px;
  min-height: 28px;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(126, 255, 219, 0.2);
  color: #7effdb;
  margin-bottom: 10px;
  font-size: 0.76rem;
}

.game-shot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.game-shot {
  border: 1px solid rgba(111, 203, 255, 0.14);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(2, 8, 18, 0.92);
}

.game-shot-bar {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(111, 203, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.game-shot-bar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #7effdb;
}

.game-shot-body {
  min-height: 260px;
  padding: 16px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.game-shot-title {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.02rem;
}

.game-shot-row,
.game-shot-metric {
  border: 1px solid rgba(111, 203, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  padding: 10px 12px;
  color: rgba(226, 246, 255, 0.86);
}

.game-shot-track {
  min-height: 92px;
  border-radius: 14px;
  border: 1px solid rgba(126, 255, 219, 0.16);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(126, 255, 219, 0.1) 18% 20%, transparent 20% 38%, rgba(255, 211, 106, 0.1) 38% 40%, transparent 40% 58%, rgba(255, 122, 156, 0.1) 58% 60%, transparent 60% 100%),
    rgba(255, 255, 255, 0.03);
  position: relative;
}

.game-shot-track::before,
.game-shot-track::after {
  content: "";
  position: absolute;
  top: 32px;
  width: 34px;
  height: 28px;
  border-radius: 10px;
  background: #7effdb;
  box-shadow: 0 0 22px rgba(126, 255, 219, 0.32);
}

.game-shot-track::before {
  left: 18%;
}

.game-shot-track::after {
  left: 64%;
  background: #ffd36a;
}

.game-shot-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.game-shot-pill-row span {
  border: 1px solid rgba(126, 255, 219, 0.18);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(230, 248, 255, 0.9);
  background: rgba(126, 255, 219, 0.06);
  font-size: 0.78rem;
}

@media (max-width: 1100px) {
  .game-loop-strip,
  .game-system-grid,
  .game-level-track,
  .game-value-grid,
  .game-shot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .game-loop-strip,
  .game-system-grid,
  .game-level-track,
  .game-value-grid,
  .game-shot-grid {
    grid-template-columns: 1fr;
  }
}
