.lfh-player-gate {
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 320 / 153;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(59, 213, 204, .34), transparent 36%),
    radial-gradient(circle at 18% 82%, rgba(32, 116, 163, .42), transparent 40%),
    linear-gradient(145deg, #0c1b27, #102f3c 58%, #08141d);
}

.lfh-player-gate--alt {
  border-color: rgba(151, 118, 226, .25);
  background:
    radial-gradient(circle at 76% 24%, rgba(120, 103, 224, .34), transparent 36%),
    radial-gradient(circle at 18% 80%, rgba(68, 91, 175, .38), transparent 42%),
    linear-gradient(145deg, #15172d, #242348 58%, #101321) !important;
}

.lfh-player-gate--alt > .lfh-player-gate__button {
  background: #806de3 !important;
}

.lfh-player-gate--alt > .lfh-player-gate__button:hover,
.lfh-player-gate--alt > .lfh-player-gate__button:focus-visible { background: #9d8cf1 !important; }

.lfh-player-gate iframe,
.lfh-player-gate video-player,
.lfh-player-gate .player {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border: 0;
}

.lfh-player-gate > .lfh-player-gate__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  box-sizing: border-box;
  width: 70px !important;
  min-width: 70px !important;
  max-width: 70px !important;
  height: 70px !important;
  min-height: 70px !important;
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 255, .7) !important;
  border-radius: 50% !important;
  background: #32d4c8 !important;
  box-shadow: 0 13px 34px rgba(0, 0, 0, .46);
  cursor: pointer;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: translate(-50%, -50%);
}

.lfh-player-gate__button::before {
  display: block;
  margin-left: 5px;
  color: #082027;
  content: '▶';
  font: 700 27px/1 Arial, sans-serif;
}

.lfh-player-gate__button:hover,
.lfh-player-gate__button:focus-visible { background: #6ce7de !important; }
.lfh-player-gate__button:focus-visible { outline: 3px solid rgba(255,255,255,.8); outline-offset: 3px; }
.lfh-player-gate > .lfh-player-gate__button[disabled] { width: 190px !important; min-width: 190px !important; max-width: 190px !important; height: 5px !important; min-height: 5px !important; overflow: hidden; border: 0 !important; border-radius: 999px !important; background: rgba(255,255,255,.16) !important; box-shadow: none; cursor: wait; }
.lfh-player-gate__button[disabled]::before { position: absolute; top: 0; bottom: 0; left: 0; width: 42%; height: 5px; margin: 0; border: 0; border-radius: 999px; background: #32d4c8; content: ''; animation: lfh-shuttle .9s ease-in-out infinite alternate; }
.lfh-player-gate.is-loaded .lfh-player-gate__button { display: none; }

@keyframes lfh-shuttle { from { transform: translateX(-105%); } to { transform: translateX(245%); } }

@media (max-width: 600px) {
  .lfh-player-gate { border-radius: 0; }
  .lfh-player-gate > .lfh-player-gate__button { width: 58px !important; min-width: 58px !important; max-width: 58px !important; height: 58px !important; min-height: 58px !important; }
}
