/* Agency: TCG — Alpha 3.1 · Game Setup Layer */

.site-redesign-130.game-setup-flow .online-body {
  padding-top: 18px;
}

.site-redesign-130.game-setup-flow .lede {
  max-width: 780px;
  margin-bottom: 30px;
  font-size: clamp(14px, 1.55vw, 18px);
  line-height: 1.5;
}

.game-mode-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 4px;
}

.game-mode-choice {
  appearance: none;
  width: 100%;
  min-height: 238px;
  padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 8px;
  background: rgba(255,255,255,.66);
  color: #171512;
  box-shadow: 0 10px 32px rgba(74,55,44,.06);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.game-mode-choice:hover {
  transform: translateY(-3px);
  border-color: rgba(25,22,20,.18);
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 44px rgba(74,55,44,.105);
}

.game-mode-choice:focus-visible {
  outline: 3px solid rgba(23,21,18,.28);
  outline-offset: 3px;
}

.game-mode-choice-kicker {
  margin-bottom: auto;
  color: #716a64;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.game-mode-choice strong {
  display: block;
  margin-top: 28px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: .92;
  letter-spacing: -.045em;
}

.game-mode-choice > span:not(.game-mode-choice-kicker) {
  display: block;
  max-width: 440px;
  margin-top: 13px;
  color: #514b46;
  font-size: 14px;
  line-height: 1.42;
}

.game-mode-choice em {
  display: block;
  margin-top: 9px;
  color: #77706a;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.setup-back-row {
  display: flex;
  align-items: center;
  margin: -8px 0 16px;
}

.site-redesign-130 .setup-back {
  min-height: 34px;
  padding: 8px 11px;
  font-size: 9px;
}

.setup-primary-card,
.setup-primary-grid {
  margin-top: 0 !important;
}

.site-redesign-130 .setup-primary-card {
  margin-bottom: 0;
}

.site-redesign-130 .setup-primary-grid .mode-card {
  min-height: 100%;
}

@media (max-width: 760px) {
  .game-mode-choice-grid {
    grid-template-columns: 1fr;
  }

  .game-mode-choice {
    min-height: 190px;
  }

  .game-mode-choice strong {
    margin-top: 20px;
  }
}
