body.arcade {
  background: #0b0f0a;
  color: #e8efd8;
}

body.arcade .arcade-top {
  width: 100%;
  max-width: 920px;
  text-align: center;
  padding: 28px 16px 8px;
}

body.arcade .now-playing {
  color: #9db87a;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

body.arcade .arcade-logo {
  margin-top: 8px;
  font-size: clamp(42px, 9vw, 72px);
  letter-spacing: 0.12em;
  color: #f4f0e6;
  text-shadow: 0 0 24px rgba(124, 145, 91, 0.45);
}

body.arcade .arcade-sub {
  margin-top: 6px;
  color: #a7b592;
  font-size: 14px;
}

body.arcade #wrap {
  width: 100%;
  max-width: 920px;
  padding: 12px 16px 40px;
}

body.arcade .game-card {
  background: #141a12;
  border: 2px solid #3d4a2c;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

body.arcade .game-card-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

body.arcade .game-thumb {
  border-radius: 12px;
  border: 2px solid #5a6b40;
}

body.arcade .game-card-head h2 {
  font-size: 22px;
  color: #f4f0e6;
}

body.arcade .game-card-head p {
  margin-top: 2px;
  color: #9db87a;
  font-size: 13px;
}

body.arcade #stage {
  position: relative;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #5a6b40;
}

body.arcade #game {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: pixelated;
  cursor: pointer;
}

body.arcade .play-gate {
  position: absolute;
  inset: 0;
  z-index: 5;
  border: 0;
  background: rgba(8, 12, 6, 0.72);
  color: #f4f0e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

body.arcade .play-gate[hidden] {
  display: none !important;
}

body.arcade .play-gate-label {
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 14px 28px;
  border: 3px solid #c9842a;
  border-radius: 999px;
  background: #5a6b40;
  box-shadow: 0 0 0 4px rgba(201, 132, 42, 0.25);
}

body.arcade .play-gate small {
  color: #d7e2c4;
  font-size: 13px;
}

body.arcade .arcade-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

body.arcade .arcade-actions button,
body.arcade .arcade-actions a.secondary-link {
  appearance: none;
  border: 1px solid #5a6b40;
  background: #1c2418;
  color: #e8efd8;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

body.arcade .arcade-actions a.secondary-link {
  opacity: 0.75;
  font-weight: 600;
}

body.arcade .arcade-foot {
  width: 100%;
  max-width: 920px;
  padding: 0 16px 32px;
  text-align: center;
  color: #8a9876;
  font-size: 12px;
}

body.arcade .arcade-foot a {
  color: #c4d6a4;
}
