/* V1.139 — accepted-command audio has an equivalent muted semantic cue. */
html body:not(.maintenance-mode) > #audioCueCaption.audio-cue-caption[data-tone="command"] {
  --audio-cue-rgb: 91, 224, 160;
}

html body:not(.maintenance-mode) > #audioCueCaption.audio-cue-caption[data-tone="command"] .audio-cue-symbol::before {
  content: "✓" !important;
}

html body:not(.maintenance-mode) > #audioCueCaption.audio-cue-caption[data-tone="command"] .audio-cue-copy small::after {
  content: " · SERVER";
  letter-spacing: 0.08em;
}

@media (forced-colors: active) {
  html body:not(.maintenance-mode) > #audioCueCaption.audio-cue-caption[data-tone="command"] {
    border: 2px solid Highlight !important;
    color: CanvasText !important;
    background: Canvas !important;
    box-shadow: none !important;
  }
}
