.web-audio-launcher {
  position: fixed;
  z-index: 74;
  top: max(16px, env(safe-area-inset-top));
  right: max(16px, env(safe-area-inset-right));
  min-width: 88px;
  min-height: 44px;
  border: 2px solid #07142e;
  border-radius: 0;
  background: #fff7e8;
  color: #07142e;
  box-shadow: 3px 3px 0 #07142e;
  font: 800 14px/1 system-ui, sans-serif;
  cursor: pointer;
}

.web-audio-launcher span { color: #123bee; margin-right: 7px; }
.game-frame-open > .web-audio-launcher { display: none; }
.world-page:has(#worldEntry:not([hidden])) > .web-audio-launcher { display: none; }

.web-audio-settings {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgb(7 20 46 / 62%);
}

.web-audio-settings[hidden] { display: none; }

.web-audio-settings-paper {
  width: min(440px, 100%);
  border: 3px solid #07142e;
  border-radius: 0;
  padding: 24px;
  background: #fff7e8;
  color: #07142e;
  box-shadow: 8px 8px 0 #07142e;
  font-family: system-ui, sans-serif;
}

.web-audio-settings-paper header,
.web-audio-settings-paper footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.web-audio-settings-paper header span {
  color: #123bee;
  font: 800 11px/1.3 ui-monospace, monospace;
  letter-spacing: .12em;
}

.web-audio-settings-paper h2 { margin: 5px 0 0; font-size: 26px; }

.web-audio-settings-paper button {
  min-width: 44px;
  min-height: 44px;
  border: 2px solid #07142e;
  border-radius: 0;
  background: #fffaf1;
  color: #07142e;
  font: 800 15px/1 system-ui, sans-serif;
  cursor: pointer;
}

.web-audio-settings-paper [data-audio-close] { font-size: 25px; }

.web-audio-settings-paper label {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin: 24px 0;
  font-weight: 800;
}

.web-audio-settings-paper output { color: #123bee; }

.web-audio-settings-paper input[type="range"] {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 44px;
  accent-color: #123bee;
}

.web-audio-settings-paper [data-audio-mute] {
  min-width: 112px;
  background: #123bee;
  color: white;
}

.web-audio-settings-paper [data-audio-status] {
  min-height: 1.3em;
  color: #627087;
  font-size: 13px;
  text-align: right;
}

.web-audio-pause-button { width: 100%; }

@media (max-width: 540px) {
  .web-audio-launcher { min-width: 48px; }
  .web-audio-launcher b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .web-audio-launcher span { margin: 0; font-size: 20px; }
  .web-audio-settings-paper { padding: 18px; }
}
