/* ==========================================================================
   WAVE 204 - der Gegenspieler auf den Pillar-Seiten. Zwei Positionen,
   eine Wahl, die ehrliche Konsequenz. Ruhig, Gold nur als Signal.
   ========================================================================== */

.ka-gsp { background: #04070d; }

.ka-gsp__kicker {
  margin: 0 0 .7rem;
  color: rgba(236, 196, 120, .85);
  font:700 0.6875rem/1 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .24em;
}

.ka-gsp__title {
  margin: 0 0 .7rem;
  color: #f6f1e7;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.12;
}

.ka-gsp__lede {
  margin: 0 0 1.6rem;
  max-width: 620px;
  color: rgba(246, 241, 231, .62);
  font-size: .98rem;
  line-height: 1.55;
}

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

.ka-gsp__pos {
  padding: 1.2rem 1.3rem 1.3rem;
  border: 1px solid rgba(226, 237, 252, .18);
  background: rgba(6, 14, 26, .6);
  text-align: left;
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease;
}
.ka-gsp__pos span {
  display: block;
  margin-bottom: .6rem;
  color: rgba(246, 241, 231, .45);
  font:700 0.6875rem/1 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .2em;
}
.ka-gsp__pos b {
  display: block;
  color: rgba(246, 241, 231, .88);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.42;
  font-weight: 600;
  font-style: italic;
}
.ka-gsp__pos:hover, .ka-gsp__pos:focus-visible { border-color: rgba(216, 172, 92, .55); }
.ka-gsp__pos.is-on {
  border-color: #d8ac5c;
  background: rgba(216, 172, 92, .08);
}
.ka-gsp__pos.is-on b { color: #f6f1e7; }

.ka-gsp__answer { margin-top: 1.3rem; max-width: 760px; }
.ka-gsp__consequence {
  margin: 0 0 .9rem;
  color: #f6f1e7;
  font-size: 1.02rem;
  line-height: 1.6;
}
.ka-gsp__when {
  position: relative;
  margin: 0;
  padding-left: 1.05rem;
  border-left: 2px solid rgba(236, 196, 120, .6);
  color: rgba(246, 241, 231, .6);
  font-size: .92rem;
  line-height: 1.6;
}
.ka-gsp__when b {
  display: block;
  margin-bottom: .4rem;
  color: rgba(236, 196, 120, .85);
  font:700 0.6875rem/1 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .2em;
}

@media (max-width: 820px) {
  .ka-gsp__grid { grid-template-columns: 1fr; }
}
