.playback-check-bait {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -10000px;
  left: -10000px;
  pointer-events: none;
}

.playback-gate[hidden] { display: none; }
.playback-gate {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(3, 5, 9, .82);
  backdrop-filter: blur(10px);
}

.playback-gate__panel {
  width: min(100%, 430px);
  border: 1px solid #353d4d;
  border-radius: 16px;
  padding: 28px;
  background: #151a23;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .5);
  color: #f5f7fb;
}

.playback-gate__eyebrow {
  margin: 0 0 10px;
  color: #ff8fbd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.playback-gate h2 { margin: 0 0 10px; font-size: 25px; line-height: 1.15; }
.playback-gate p { margin: 0; color: #b7c0d0; line-height: 1.55; }
.playback-gate__steps { margin: 18px 0; padding-left: 20px; color: #dce2ec; line-height: 1.55; }
.playback-gate__retry {
  width: 100%;
  border: 0;
  border-radius: 9px;
  padding: 13px 16px;
  background: #ef2f80;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}
.playback-gate__retry:hover, .playback-gate__retry:focus-visible { background: #ff4a98; outline: 2px solid #ff9bc7; outline-offset: 3px; }
.playback-gate__note { margin-top: 14px !important; font-size: 12px; }

body.playback-is-gated { overflow: hidden; }
