#mineradio-shell {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #05070b;
}

#mineradio-shell[hidden] {
  display: none !important;
}

#mineradio-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #05070b;
  color-scheme: dark;
}

body.mineradio-shell-open {
  overflow: hidden !important;
}
