.game-menu-audio-toggle {
  border-top: 1px solid rgba(255,255,255,0.1) !important;
  margin-top: 4px;
}

.game-audio-panel {
  display: none;
  width: 220px;
  padding: 8px 9px 9px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #d7e5d7;
  font-size: 12px;
}

.game-audio-panel.open {
  display: block;
}

.game-audio-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 8px;
  margin: 5px 0;
}

.game-audio-row label,
.game-audio-check {
  color: inherit;
  font-size: 12px;
  line-height: 1.2;
}

.game-audio-row input[type="range"] {
  width: 100%;
  accent-color: #9ef0bd;
}

.game-audio-check {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 6px 0 8px;
  cursor: pointer;
  user-select: none;
}

.game-audio-check input {
  accent-color: #9ef0bd;
}

.game-audio-playlist {
  display: grid;
  gap: 5px;
  margin: 8px 0;
}

.game-audio-playlist label {
  color: inherit;
  font-size: 12px;
  line-height: 1.2;
}

.game-audio-playlist select {
  width: 100%;
  min-width: 0;
  padding: 5px 7px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 5px;
  background: rgba(0,0,0,0.28);
  color: #e8f3e8;
  font: inherit;
  font-size: 12px;
  outline: none;
}

.game-audio-playlist select:focus-visible,
.game-audio-track-controls button:focus-visible {
  border-color: rgba(158,240,189,0.7);
  box-shadow: 0 0 0 2px rgba(158,240,189,0.18);
}

.game-audio-track-controls {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr) 28px;
  align-items: center;
  gap: 6px;
  margin: 6px 0 9px;
}

.game-audio-track-controls button {
  width: 28px;
  height: 26px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 5px;
  background: rgba(255,255,255,0.08);
  color: #e8f3e8;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.game-audio-track-controls button:hover {
  background: rgba(158,240,189,0.16);
  border-color: rgba(158,240,189,0.45);
}

.game-audio-track-controls span {
  min-width: 0;
  overflow: hidden;
  color: #b8d0bd;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
