.pcgh-video-player{z-index:100000;opacity:0;visibility:hidden;background:#080c12d1;place-items:center;padding:24px;transition:opacity .18s,visibility .18s;display:grid;position:fixed;inset:0}.pcgh-video-player.is-open{opacity:1;visibility:visible}.pcgh-video-player__dialog{background:#10151d;border:1px solid #ffffff1f;border-radius:10px;width:min(100%,1080px);position:relative;overflow:hidden;box-shadow:0 24px 80px #0006}.pcgh-video-player__toolbar{color:#fff;justify-content:space-between;align-items:center;min-height:48px;padding:0 12px 0 18px;display:flex}.pcgh-video-player__title{white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:14px;font-weight:600;overflow:hidden}.pcgh-video-player__close{color:#c9d1dc;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:34px;height:34px;padding:0;display:grid}.pcgh-video-player__close:hover,.pcgh-video-player__close:focus-visible{color:#fff;background:#ffffff1f}.pcgh-video-player__stage{aspect-ratio:16/9;background:#05070a;place-items:center;display:grid;position:relative}.pcgh-video-player__stage video,.pcgh-video-player__stage iframe{object-fit:contain;border:0;width:100%;height:100%;display:block}.pcgh-video-player__loading,.pcgh-video-player__error{color:#d9e1eb;text-align:center;background:#05070ab3;align-content:center;place-items:center;gap:12px;font-size:14px;display:grid;position:absolute;inset:0}.pcgh-video-player__error[hidden],.pcgh-video-player__loading[hidden]{display:none}.pcgh-video-player__retry{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:6px;padding:7px 13px}.pcgh-video-player__retry:hover{background:#ffffff1a}@media (width<=768px){.pcgh-video-player{padding:12px}.pcgh-video-player__dialog{border-radius:8px;width:100%}.pcgh-video-player__toolbar{min-height:44px;padding-left:13px}.pcgh-video-player__title{font-size:13px}}@media (prefers-color-scheme:light){.pcgh-video-player__dialog{background:#10151d}}