/* ─── Lägg till i slutet av style.css ─── */

/* Bana 2 button — purple/arena theme */
.btn-level2 {
  background: linear-gradient(135deg, #aa44ff, #7722dd);
  box-shadow: 0 0 40px rgba(160, 80, 255, 0.3), inset 0 1px 0 rgba(255,255,255,0.2);
  color: #fff;
}
.btn-level2:hover {
  box-shadow: 0 0 60px rgba(160, 80, 255, 0.55);
}

/* Bana 2 info legend on start screen */
.level2-legend {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 14px;
  padding: 10px 18px;
  background: rgba(120, 40, 200, 0.18);
  border: 1px solid rgba(160, 80, 255, 0.25);
  border-radius: 16px;
  max-width: 380px;
}
.level2-legend span {
  font-family: 'Orbitron', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 1px;
  white-space: nowrap;
}

/* ─── Version tag ─── */
.version-tag {
  font-family: 'Orbitron', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 32px;
}
