.jcps-guide-launcher-dialog {
  width: min(96vw, 1740px);
  height: min(94vh, 1040px);
  height: min(94dvh, 1040px);
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid #465268;
  border-radius: 26px;
  background: #080c13;
  color: #fff;
  box-shadow: 0 36px 120px rgba(0, 0, 0, .82);
}
.jcps-guide-launcher-dialog::backdrop {
  background: rgba(0, 3, 8, .82);
  backdrop-filter: blur(10px) saturate(.82);
}
.jcps-guide-launcher-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #080c13;
}
.jcps-guide-launcher-close {
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #59667b;
  border-radius: 50%;
  background: rgba(16, 23, 34, .96);
  color: #fff;
  font: 800 28px/1 system-ui, sans-serif;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .46);
}
.jcps-guide-launcher-close:hover,
.jcps-guide-launcher-close:focus-visible {
  background: #d71920;
  border-color: #ff5a61;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
body.jcps-guide-is-open { overflow: hidden !important; }
@media (max-width: 760px) {
  .jcps-guide-launcher-dialog { width: 100vw; height: 100vh; height: 100dvh; border: 0; border-radius: 0; }
  .jcps-guide-launcher-close { top: 9px; right: 9px; }
}
