/* games/game_main.css
   Restdatei: globale Spiel-Styles liegen jetzt modular unter
   `gestaltung/bereiche/spiele_und_fragenkarten/css/`.
*/

.gm-no-energy {
  justify-content: center;
  text-align: center;
}

.gm-no-energy p {
  margin: 0;
  color: #3c3128;
  font-size: 1rem;
  line-height: 1.6;
}

.gm-no-energy-btn {
  width: 100%;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  background: #1c2342;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.gm-no-energy-btn:hover {
  transform: translateY(-1px);
}

.gm-lesson-hook {
  justify-content: flex-start;
  gap: 8px;
  padding: 14px 12px 16px;
}

.gm-lesson-hook-eyebrow {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6b7280;
}

.gm-lesson-hook-title {
  margin: 0;
  font-size: clamp(1.18rem, 3.95vw, 1.4rem);
  line-height: 1.3;
  color: #1c2342;
}

.gm-lesson-hook-text {
  margin: 0;
  font-size: clamp(0.84rem, 2.25vw, 0.94rem);
  line-height: 1.44;
  color: #2d334e;
  text-align: center;
}

.gm-lesson-hook-btn {
  width: calc(100% + 24px);
  min-height: 56px;
  margin-top: auto;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -16px;
  border: none;
  border-radius: 0 0 16px 16px;
  background: #1c2342;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.gm-lesson-hook-btn:hover {
  transform: translateY(-1px);
}

.gm-lesson-hook-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
  min-height: 0;
}

.gm-lesson-hook-blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-height: 0;
}

.gm-lesson-hook-blocks--kp {
  gap: 10px;
}

.gm-lesson-hook-kp-card {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #f0f4ff;
  border: 1px solid #d4ddf5;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(28, 35, 66, 0.07);
  overflow: hidden;
}

.gm-lesson-hook-kp-num {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1c2342;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.gm-lesson-hook-kp-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.38;
  font-weight: 600;
  color: #1c2342;
  overflow: hidden;
}

.gm-lesson-hook-block {
  border-radius: 14px;
  padding: 10px 12px 12px;
  box-shadow: 0 2px 8px rgba(28, 35, 66, 0.08);
  overflow: hidden;
}

.gm-lesson-hook-block-kicker {
  margin: 0 0 6px;
  font-size: clamp(0.64rem, 1.8vw, 0.72rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.gm-lesson-hook-block-text {
  margin: 0;
  font-size: clamp(0.82rem, 2.2vw, 0.92rem);
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}

.gm-lesson-hook-list {
  margin: 0;
  padding-left: 14px;
  display: grid;
  gap: 4px;
  list-style-position: outside;
}

.gm-lesson-hook-list li {
  font-size: clamp(0.82rem, 2.15vw, 0.92rem);
  line-height: 1.36;
  font-weight: 600;
}

.gm-lesson-hook-block--why {
  background: #fbf6ef;
  color: #2f2b23;
  border: 1px solid #eadbc8;
}

.gm-lesson-hook-block--why .gm-lesson-hook-block-kicker {
  color: #8b5a2b;
}

.gm-lesson-hook-block--mistake {
  background: #f8f2e9;
  color: #2f2b23;
  border: 1px solid #e8cfac;
}

.gm-lesson-hook-block--mistake .gm-lesson-hook-block-kicker {
  color: #8b5a2b;
}

.gm-lesson-hook-block--takeaway {
  background: #eef2fb;
  color: #1f2844;
  border: 1px solid #cad6ee;
}

.gm-lesson-hook-block--takeaway .gm-lesson-hook-block-kicker {
  color: #53658f;
}

.gm-lesson-hook-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: auto;
  padding: 4px 0 2px;
}

.gm-lesson-hook-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cdd2e0;
  transition: background 0.2s;
}

.gm-lesson-hook-dot--active {
  background: #1c2342;
}
