body:fullscreen, body:-webkit-full-screen {
  background: var(--bg-dark);
}

:fullscreen .container, :-webkit-full-screen .container {
  transform: scale(1.1);
}

:fullscreen .audio-panel, :-webkit-full-screen .audio-panel {
  top: auto;
  bottom: 1rem;
  right: 50%;
  transform: translateX(50%);
}

.controls-secondary {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}
