html.dope-mystery-locked {
  overflow: hidden;
}

html.dope-mystery-locked body {
  overflow: hidden;
  touch-action: none;
}

.dope-mystery-overlay {
  position: fixed;
  inset: 0;
  z-index: 100010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: all;
}

.dope-mystery-overlay__banner {
  display: block;
  width: 100%;
  max-width: min(98vw, 1344px);
  height: auto;
  margin: 0 auto;
  user-select: none;
  -webkit-user-drag: none;
}
