/* tower-defense-start.css — /games/tower-defense/lib/tower-defense-start.css */
/* Styles für die TD-Startseite (Auswahl Mobile/Desktop + Howto-Akkordeon) */

main {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px 40px;
}

/* ── Modus-Auswahl (Mobile/Desktop) — Buttons mit Icon + Text ── */
.diff-btn { display: inline-flex; align-items: center; gap: 7px; }
.diff-mode-icon { flex-shrink: 0; }

/* Großer Modus-Auswahl-Block */
.td-mode-select {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(6,8,18,0.82);
  border: 1px solid rgba(0,245,255,0.22);
  border-radius: 12px;
  padding: 28px 22px 24px;
  margin-bottom: 14px;
}
.td-mode-select .overlay-icon {
  width: 80px; height: 80px; margin-bottom: 14px;
}
.td-mode-select .overlay-icon img { width: 100%; height: 100%; object-fit: contain; }
.td-mode-select h2 {
  font-family: 'Orbitron', monospace;
  font-size: 1.4rem; font-weight: 900;
  color: #fff;
  letter-spacing: 4px;
  margin: 0 0 8px;
}
.td-mode-select p.lead {
  max-width: 340px; text-align: center;
  color: #8ec8d8;
  font-family: 'Exo 2', sans-serif;
  font-size: 0.86rem; line-height: 1.5;
  margin: 0 0 18px;
}
.td-mode-select .diff-label {
  font-family: 'Orbitron', monospace;
  font-size: 0.66rem; letter-spacing: 3px;
  color: rgba(0,245,255,0.6); text-transform: uppercase;
  margin-bottom: 8px;
}
.td-mode-select .diff-btns {
  display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;
  margin-bottom: 18px;
}

/* Hinweis: Akkordeon-, Howto- und Sprach-Toggle-Klassen wurden in
   tower-defense-shared.css ausgelagert (geteilt mit Mobile-Spielseite).
   Diese Datei enthält nur noch die Startseiten-spezifischen Styles
   (Modus-Auswahl, main-Layout, Tile-Block). */
