












































body.fmsLandscapeActive #fvPlayer {
  overflow: visible;
}
body.fmsLandscapeActive div.fvVideoView {
  transform: translateX(var(--fmsLsShiftX, 0px));
  transition: transform 0.24s cubic-bezier(0.32, 0.72, 0, 1);
}
@media (prefers-reduced-motion: reduce) {
  body.fmsLandscapeActive div.fvVideoView {
    transition: none;
  }
}




body.fmsLandscapeActive.fmsLsDrawerOpen div.fvVideoView > div.fvControlView {
  width: var(--fmsLsBarW, 100%) !important;
  right: auto !important;
}

body.fmsLandscapeActive div.fvVideoView > div.fvControlView {
  transition: transform 0.24s cubic-bezier(0.32, 0.72, 0, 1), width 0.24s cubic-bezier(0.32, 0.72, 0, 1) !important;
}















body.fmsLandscapeActive.fmsLsFit div.fvVideoView {
  transform: translate(var(--fmsLsShiftX, 0px), var(--fmsLsShiftY, 0px)) scale(var(--fmsLsFitScale, 1));
  transform-origin: 0 0;
}








body.fmsLandscapeActive.fmsLsFit #fvPlayer {
  background: #000;
}
body.fmsLandscapeActive.fmsLsFit #fvPlayer::before {
  content: '';
  position: fixed;
  inset: 0;
  background: #000;
}














body.is-ios.fmsLandscapeActive .video-player-area {
  position: fixed;
  inset: 0;
}
body.is-ios.fmsLandscapeActive .video-player-area > .video {
  height: 100%;
}



















body.is-ios.fmsLandscapeActive:not(.ios-landscape) #container {
  min-height: calc(100vh + 2000px) !important;
}





body.fmsLandscapeActive.fmsLsFit div.fvVideoView > div.fvControlView {
  transform: translateY(calc(118% * var(--fmsLsBarInv, 1))) scale(var(--fmsLsBarInv, 1)) !important;
  transform-origin: left bottom;
}

body.fmsLandscapeActive.fmsLsFit.fms-bar-open div.fvVideoView > div.fvControlView {
  transform: translateY(0) scale(var(--fmsLsBarInv, 1)) !important;
}

body.fmsLandscapeActive.fmsLsFit .fmsLsBarPill {
  transform: translateX(-50%) scale(var(--fmsLsBarInv, 1));
  transform-origin: center bottom;
}





body.fmsLandscapeActive .fmsLsDrawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(33vw, 240px);
  display: none;
  flex-direction: column;
  box-sizing: border-box;


  background: #0d0e0f;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 1305;
  transform: translateX(100%);
  transition: transform 0.24s cubic-bezier(0.32, 0.72, 0, 1);
  -webkit-tap-highlight-color: transparent;
}

body.fmsLandscapeActive.fmsLsDrawerOpen .fmsLsDrawer,
body.fmsLandscapeActive.fmsLsDrawerCollapsed .fmsLsDrawer {
  display: flex;
}


body.fmsLandscapeActive.fmsLsDrawerOpen .fmsLsDrawer {
  transform: translateX(var(--fmsLsDrawerX, 0px));
}


@media (prefers-reduced-motion: reduce) {
  body.fmsLandscapeActive .fmsLsDrawer {
    transition: none;
  }
}





body.fmsLandscapeActive.fmsLsTopInset .fmsLsDrawer {
  padding-top: 28px;
}










body.fmsLandscapeActive .fvVideoView,
body.fmsLandscapeActive .fmsLsDrawer,
body.fmsLandscapeActive .fmsLsReopen {
  touch-action: manipulation;
}







body.fmsLandscapeActive .fmsLsGrabber,
body.fmsLandscapeActive .fmsLsReopen,
body.fmsLandscapeActive .fmsLsBarPill {
  padding: 0;
  border: none;
  background: rgba(13, 14, 15, 0.85);
  color: #d9d8d0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body.fmsLandscapeActive .fmsLsHandleChevron {
  display: block;
  width: 14px;
  height: 9px;
}
body.fmsLandscapeActive .fmsLsGrabber .fmsLsHandleChevron {
  transform: rotate(90deg);
}
body.fmsLandscapeActive .fmsLsReopen .fmsLsHandleChevron {
  transform: rotate(-90deg);
}


body.fmsLandscapeActive .fmsLsGrabber {
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 52px;
  border-radius: 11px 0 0 11px;
  display: flex;
}

body.fmsLandscapeActive .fmsLsGrabber::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -12px;
}


body.fmsLandscapeActive .fmsLsReopen {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 52px;
  border-radius: 11px 0 0 11px;
  display: none;
  z-index: 1305;
}
body.fmsLandscapeActive.fmsLsDrawerCollapsed .fmsLsReopen {
  display: flex;
}
body.fmsLandscapeActive .fmsLsReopen::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 0;
  bottom: -8px;
  left: -12px;
}


body.fmsLandscapeActive .fmsLsTabbar {
  display: flex;
  height: 32px;
  flex: none;
  border-bottom: 1px solid #2b2c2e;
}
body.fmsLandscapeActive .fmsLsTab {
  display: none;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  color: #8a8b86;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
body.fmsLandscapeActive .fmsLsTab.isShown {
  display: flex;
}
body.fmsLandscapeActive .fmsLsTab.isActive {
  color: #fff;
  box-shadow: inset 0 -2px 0 #5dcaa5;
}

body.fmsLandscapeActive .fmsLsDrawer.fmsLsSingleTab .fmsLsTab.isShown {
  cursor: default;
}





body.fmsLandscapeActive .fmsLsPanelArea {
  flex: 1;
  min-height: 0;
  display: flex;
  overflow: hidden;
}
body.fmsLandscapeActive .fmsLsPanel {
  display: none;
  flex: 1;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  flex-direction: column;
}
body.fmsLandscapeActive .fmsLsPanel.isActive {
  display: flex;
}


body.fmsLandscapeActive .fmsLsSection {
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}

body.fmsLandscapeActive .fmsLsPanel > .fmsLsSection {
  flex: 1;
}

body.fmsLandscapeActive .fmsLsPanel[data-panel='mitaiuma'] > .fmsLsSection {
  flex: 1 1 0;
  min-height: 0;
}

body.fmsLandscapeActive .fmsLsSectionMitaiuma + .fmsLsSectionChat {
  border-top: 1px solid #2b2c2e;
}
body.fmsLandscapeActive .fmsLsSectionHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: none;
  padding: 6px 10px;
}
body.fmsLandscapeActive .fmsLsSectionTitle {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
body.fmsLandscapeActive .fmsLsSectionClose {
  position: relative;
  padding: 2px 4px;
  background: none;
  border: none;
  color: #8a8b86;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
body.fmsLandscapeActive .fmsLsSectionClose::before {
  content: '';
  position: absolute;
  inset: -10px;
}
body.fmsLandscapeActive .fmsLsSectionBody {
  flex: 1;
  min-height: 0;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px 8px;
  -webkit-overflow-scrolling: touch;
}








body.fmsLandscapeActive .fmsLsSeekerHost:empty::before {
  content: '巻戻し(DVR)中に利用できます';
  display: block;
  padding: 12px 4px;
  color: #6b6c66;
  font-size: 10px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .ps-ls {
  padding-top: 2px;
}








body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__guide {
  margin-bottom: 7px;
  text-align: left;
  font-size: 10px;
  color: #8a8b86;
}

body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__mode-tabs {
  gap: 6px;
  margin-bottom: 7px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__mode-tab {
  min-height: 24px;
  padding: 2px 8px;
  font-size: 10px;
}


body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__grid {
  gap: 6px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__horse-button {
  min-height: 32px;
  padding: 4px 6px;
  font-size: 12px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__horse-button::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 999px;
}

body.fmsLandscapeActive .fmsLsSeekerHost .ps-ls__subhead {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__back {
  font-size: 11px;
  padding: 2px 6px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__horse-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--fms-color-surface, #26432d);
  border: 1.5px solid var(--fms-green-600, #3e8a55);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__appearances {
  gap: 6px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__appearance-button {
  min-height: 38px;
  padding: 8px 10px;
  font-size: 11px;
  gap: 8px;
}




body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__appearance-time {
  font-size: 12px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__status {
  margin-top: 6px;
  font-size: 10px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .paddock-seeker__empty {
  padding: 8px 2px;
  color: #8a8b86;
  font-size: 10px;
}





















body.fmsLandscapeActive .fmsLsSkipCluster {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1550;
  display: none;
  align-items: center;




  gap: clamp(20px, 6vw, 64px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
body.fmsLandscapeActive.fms-bar-open .fmsLsSkipCluster:not([hidden]) {
  display: flex;
}

body.fmsLandscapeActive .fmsLsSkipSlot {
  position: relative;
  display: inline-flex;
  pointer-events: none;
}
body.fmsLandscapeActive .fmsLsSkipBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.55));
}
body.fmsLandscapeActive .fmsLsSkipBtn:active {
  transform: scale(0.92);
  opacity: 0.85;
}






body.fmsLandscapeActive .fmsLsSkipBtn:focus {
  outline: none;
}
body.fmsLandscapeActive .fmsLsSkipBtn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  border-radius: 8px;
}
body.fmsLandscapeActive .fmsLsSkipBtn svg {
  display: block;
  width: 38px;
  height: 38px;
}
body.fmsLandscapeActive .fmsLsSkipPlay {
  position: relative;
  font-size: 30px;
}


body.fmsLandscapeActive .fmsLsSkipPlay::before {
  content: '';
  position: absolute;
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
}
body.fmsLandscapeActive .fmsLsSkipPlay .fa {
  line-height: 1;
}







body.fmsLandscapeActive .fmsLsTapSeek {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 4px;
  transform: translateY(-50%);
  color: #fff;

  font-size: clamp(15px, 2.2vw, 19px);
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: opacity 90ms ease-out;
}
body.fmsLandscapeActive .fmsLsTapSeek[hidden] {
  display: none;
}
body.fmsLandscapeActive .fmsLsTapSeek.isShown {
  opacity: 1;
}
body.fmsLandscapeActive .fmsLsTapSeek.isFading {
  opacity: 0;
  transition: opacity 120ms ease-out;
}
body.fmsLandscapeActive .fmsLsTapSeek.isForward {
  left: 100%;
}
body.fmsLandscapeActive .fmsLsTapSeek.isBackward {
  right: 100%;
}
body.fmsLandscapeActive .fmsLsTapSeekValue {
  display: inline-block;
  min-width: 3ch;
}
body.fmsLandscapeActive .fmsLsTapSeek.isForward .fmsLsTapSeekValue {
  text-align: right;
}
body.fmsLandscapeActive .fmsLsTapSeek.isBackward .fmsLsTapSeekValue {
  text-align: left;
}
body.fmsLandscapeActive .fmsLsTapSeekArrow {
  display: inline-block;
  min-width: 1.2ch;
  text-align: center;
  opacity: 0.7;
  will-change: transform, opacity;
}






body.fmsLandscapeActive .fmsLsCameraList {
  position: relative;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 10px;
  box-sizing: border-box;
}
body.fmsLandscapeActive .fmsLsCamCanvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
body.fmsLandscapeActive .fmsLsCamCanvas.isReady {
  opacity: 1;
}
body.fmsLandscapeActive .fmsLsCamCard {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
body.fmsLandscapeActive .fmsLsCamCard:last-child {
  margin-bottom: 0;
}

body.fmsLandscapeActive .fmsLsCamTile {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: transparent;
}
body.fmsLandscapeActive .fmsLsCamName {
  padding-top: 2px;
  color: #c9c8c0;
  font-size: 10px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.fmsLandscapeActive .fmsLsCamSelected .fmsLsCamTile {
  box-shadow: inset 0 0 0 2px #5dcaa5;
}
body.fmsLandscapeActive .fmsLsCamSelected .fmsLsCamName {
  color: #5dcaa5;
  font-weight: 700;
}
body.fmsLandscapeActive .fmsLsCamSelected .fmsLsCamName::before {
  content: '● ';
  color: #5dcaa5;
}

body.fmsLandscapeActive .fmsLsCamSwitching .fmsLsCamTile {
  animation: fmsLsCamPulse 0.9s ease-in-out infinite;
}
@keyframes fmsLsCamPulse {
  0%, 100% { box-shadow: inset 0 0 0 2px rgba(93, 202, 165, 0.35); }
  50% { box-shadow: inset 0 0 0 2px rgba(93, 202, 165, 1); }
}
@media (prefers-reduced-motion: reduce) {
  body.fmsLandscapeActive .fmsLsCamSwitching .fmsLsCamTile {
    animation: none;
    box-shadow: inset 0 0 0 2px rgba(93, 202, 165, 0.7);
  }
}






body.fmsLandscapeActive .fmsLsChip {
  display: inline-flex;
  align-items: center;
  gap: 4px;





  align-self: flex-start;
  height: 26px;
  margin: 7px 4px 0;
  padding: 0 11px;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

body.fmsLandscapeActive .fmsLsChip::before {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: -9px;
  bottom: -9px;
}
body.fmsLandscapeActive .fmsLsChip.isOn {
  color: #5dcaa5;
  border-color: #5dcaa5;
}


body.fmsLandscapeActive .fmsLsIconBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;









  align-self: flex-start;
  width: 32px;
  height: 32px;
  margin: 4px 6px 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
body.fmsLandscapeActive .fmsLsIconBtn::before {
  content: '';
  position: absolute;
  inset: -6px;
}

body.fmsLandscapeActive .fmsLsTheaterIcon {
  display: block;
  width: 14px;
  height: 11px;
  position: relative;
}
body.fmsLandscapeActive .fmsLsTheaterSingle {
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  border-radius: 2px;
  display: block;
}
body.fmsLandscapeActive .fmsLsTheaterGrid {
  position: absolute;
  inset: 0;
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
}
body.fmsLandscapeActive .fmsLsTheaterGrid i {
  display: block;
  background: #fff;
  border-radius: 1px;
}
body.fmsLandscapeActive .fmsLsTheaterBtn.isOn .fmsLsTheaterSingle,
body.fmsLandscapeActive .fmsLsCornerTheater.isOn .fmsLsTheaterSingle {
  display: none;
}
body.fmsLandscapeActive .fmsLsTheaterBtn.isOn .fmsLsTheaterGrid,
body.fmsLandscapeActive .fmsLsCornerTheater.isOn .fmsLsTheaterGrid {
  display: grid;
}



body.fmsLandscapeActive .fmsLsTheaterBtn {
  display: none !important;
}

























body.fmsLandscapeActive.fmsLsSkipOn div.fvVideoView > div.fvControlView {
  padding-top: 3px !important;
  align-content: flex-start !important;
}









body.fmsLandscapeActive .fmsLsCornerTheater {
  position: absolute;
  top: 8px;






  right: calc(25% + 8px);
  z-index: 1200;



  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

body.fmsLandscapeActive .fmsLsCornerTheater::before {
  content: '';
  position: absolute;
  inset: -6px;
}



body.fmsLandscapeActive.fmsLsTheater .fmsLsCornerTheater {
  right: 8px;
}

body.fmsLandscapeActive .fmsLsCornerTheater:active {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.32);
}



body.fmsLandscapeActive div.fvVideoView > div.fvControlView div.fvTheaterModeButton {
  display: none !important;
}



body.fmsLandscapeActive div.fvVideoView > div.fvControlView div.fvRwdLongButton,
body.fmsLandscapeActive div.fvVideoView > div.fvControlView div.fvFwdLongButton {
  display: none !important;
}


body.fmsLandscapeActive div.fvVideoView > div.fvControlView .fvPaddockSeekerTrigger {
  display: none !important;
}









body.fmsLandscapeActive div.fvVideoView > div.fvControlView.is-live div.fvRwdShortButton,
body.fmsLandscapeActive div.fvVideoView > div.fvControlView.is-live div.fvFwdShortButton {
  display: none !important;
}



body.fmsLandscapeActive.fmsLsHideFs div.fvVideoView > div.fvControlView div.fvFullScreenButton {
  display: none !important;
}










body.fmsVodMode.fms-overlay-active div.fvVideoView > div.fvControlView div.fvPlayButton {
  display: -webkit-flex !important;
  display: flex !important;
}


body.fmsVodMode.fms-overlay-active div.fvVideoView > div.fvControlView div.fvTimeLabel {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.55));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.55));
}
body.fmsVodMode.fms-overlay-active div.fvVideoView > div.fvControlView div.fvTimeLabel span.fvDurationLabel {
  color: #ddd !important;
}
body.fmsVodMode.fms-overlay-active div.fvVideoView > div.fvControlView div.fvTimeLabel span.fvDurationLabel:before {
  color: #aaa !important;
}


body.fmsVodMode.fms-overlay-active div.fvVideoView > div.fvControlView div.fvMuteButton,
body.fmsVodMode.fms-overlay-active div.fvVideoView > div.fvControlView div.fvVolumeBar {
  display: none !important;
}


body.fmsVodMode.fmsLandscapeActive .fmsLsChipSeeker,
body.fmsVodMode.fmsLandscapeActive .fmsLsChipChat {
  display: none !important;
}

body.fmsVodMode.fms-overlay-active div.fvVideoView > div.fvControlView div.fvLiveCaption,
body.fmsVodMode.fms-overlay-active div.fvVideoView > div.fvControlView div.fvDvrCaption {
  display: none !important;
}






body.fmsVodMode.fms-overlay-active div.fvVideoView > div.fvControlView > div.fvSeekBar div.ui-slider-horizontal > span.ui-slider-handle {
  display: block !important;
  position: absolute !important;
  box-sizing: border-box !important;
  width: 12px !important;
  height: 12px !important;
  top: -4px !important;
  margin: 0 0 0 -6px !important;
  background: #ff2348 !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.34) !important;
  opacity: 1 !important;
  cursor: pointer !important;
  z-index: 3 !important;
  transform: scale(1) !important;
  transform-origin: center center !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    background-color 0.14s ease !important;
}
body.fmsVodMode.fms-overlay-active div.fvVideoView > div.fvControlView > div.fvSeekBar.is-near-handle div.ui-slider-horizontal > span.ui-slider-handle,
body.fmsVodMode.fms-overlay-active div.fvVideoView > div.fvControlView > div.fvSeekBar.is-handle-active div.ui-slider-horizontal > span.ui-slider-handle {
  background: #ff2348 !important;
  background-image: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.38) !important;
  transform: scale(1.24) !important;
}











body.fmsLandscapeActive.fms-overlay-active div.fvVideoView > div.fvControlView > div.fvSeekBar div.ui-slider-horizontal > span.ui-slider-handle {
  display: none !important;
}
body.fmsLandscapeActive.fms-overlay-active div.fvVideoView > div.fvControlView > div.fvSeekBar div.ui-slider-horizontal > div.ui-slider-range {
  display: none !important;
}

body.fmsLandscapeActive div.fvVideoView > div.fvControlView div.fvSeekBar {
  position: relative;
}
body.fmsLandscapeActive .fmsLsSeekOverlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  touch-action: none;
  cursor: pointer;
}









body.fmsLandscapeActive .fmsLsSeekOverlay::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  bottom: 0;
}








body.fmsLandscapeActive div.fvVideoView > div.fvControlView div.fvSeekBar div.fvBar {
  pointer-events: none !important;
}

body.fmsLandscapeActive div.fvVideoView > div.fvControlView div.fvSeekBar .fvSeekBarToolTip {
  display: none !important;
}








body.fmsLandscapeActive.fms-overlay-active div.fvVideoView > div.fvControlView div.ui-slider-horizontal {
  background-color: rgba(255, 255, 255, 0.3) !important;
}








body.fmsLandscapeActive .fmsLsSeekFill {
  position: absolute;
  top: 0;
  height: 100%;
  background: #e62117;
  border-radius: 0;
  pointer-events: none;
}
body.fmsLandscapeActive .fmsLsSeekHandle {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 999px;
  background: #ff2348;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.34);
  pointer-events: none;
  transition: transform 0.12s ease;
}
body.fmsLandscapeActive .fmsLsSeekOverlay.isDragging .fmsLsSeekHandle {
  transform: scale(1.24);
}
body.fmsLandscapeActive .fmsLsSeekTip {
  position: absolute;
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  line-height: 1.3;
  white-space: nowrap;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}
body.fmsLandscapeActive .fmsLsSeekTip[hidden] {
  display: none;
}









body.fmsPlayedOnce.fmsLandscapeActive div.fvVideoView > div.fvPlayScreenView {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='12' fill='rgba(255,255,255,0.9)'/%3E%3Cpath d='M38 28 L74 50 L38 72 Z' fill='%235DCAA5'/%3E%3C/svg%3E") !important;
  background-color: transparent !important;
}





body.fmsLsSkipOn.fmsPlayedOnce.fmsLandscapeActive div.fvVideoView > div.fvPlayScreenView {
  background-image: none !important;
  pointer-events: none !important;
}









body.fmsLandscapeActive:not(.fmsPlayedOnce) div.fvVideoView > div.fvPlayScreenView {
  background-image: none !important;
  background-color: #000 !important;
  pointer-events: none !important;
}




body.fmsLandscapeActive #clickpoint_main {
  pointer-events: none;
}

















body.fmsLandscapeActive .fmsLsChatHost {
  display: flex;
  flex-direction: column;
  padding: 0 6px 6px;
}
body.fmsLandscapeActive .fmsLsChatHost > #youtube-comments-container {
  flex: 1;
  min-height: 0;
  display: block;


  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}
body.fmsLandscapeActive .fmsLsChatHost .youtube-comments-container {
  display: flex !important;
  flex-direction: column;
  height: 100% !important;
  max-height: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.fmsLandscapeActive .fmsLsChatHost .youtube-comments-header {
  display: none !important;
}
body.fmsLandscapeActive .fmsLsChatHost .youtube-comments-list-shell {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
body.fmsLandscapeActive .fmsLsChatHost .youtube-comments-list {
  height: 100% !important;
  max-height: none !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 10px;

  overflow-wrap: anywhere;
  word-break: break-word;
}




body.fmsLandscapeActive .fmsLsChatHost .youtube-comment {
  padding: 6px 10px;
  gap: 8px;
}
body.fmsLandscapeActive .fmsLsChatHost .youtube-comment-avatar {
  width: 24px;
  height: 24px;
}
body.fmsLandscapeActive .fmsLsChatHost .youtube-comment-author {
  font-size: var(--fms-text-xs, 12px);
}
body.fmsLandscapeActive .fmsLsChatHost .youtube-comment-message {
  font-size: var(--fms-text-sm, 13px);
  line-height: 1.3;
}




body.fmsLandscapeActive .fmsLsChatHost .youtube-comments-footer {
  flex: none;
  padding: 6px 0 0;
  display: flex !important;
  justify-content: center;
  background: transparent !important;
  border-top: 1px solid #2b2c2e;
}
body.fmsLandscapeActive .fmsLsChatHost .chat-join-button--footer {
  display: inline-flex !important;
  background: #b4231f;
  color: #fff;
  border: none;
  padding: 4px 12px;
}
body.fmsLandscapeActive .fmsLsChatHost .chat-join-button--footer:hover {
  background: #b4231f;
}
body.fmsLandscapeActive .fmsLsChatHost .chat-join-button--footer .chat-join-button__label {
  font-size: 10px;
  color: #fff;
}


body.fmsLandscapeActive .fmsLsChatHost .chat-join-button--footer .chat-join-button__external {
  font-size: 10px;
  color: #fff;
}













body.fmsLandscapeActive.fmsLsNarrow .fmsLsDrawer {
  width: min(calc(33vw - 50px), 190px);
}

body.fmsLandscapeActive.fmsLsNarrow .fmsLsSeekerHost .paddock-seeker__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.fmsLandscapeActive.fmsLsNarrow .fmsLsSeekerHost .paddock-seeker__mode-tab {
  min-height: 22px;
  padding: 2px 4px;
  font-size: 9px;
}












body.fmsLandscapeActive.fmsLsNarrow .fmsLsSeekerHost .paddock-seeker__guide {
  font-size: 8px;
}

body.fmsLandscapeActive.fmsLsNarrow .fmsLsChatHost .youtube-comment {
  padding: 5px 8px;
  gap: 6px;
}
body.fmsLandscapeActive.fmsLsNarrow .fmsLsChatHost .youtube-comment-avatar {
  width: 20px;
  height: 20px;
}
body.fmsLandscapeActive.fmsLsNarrow .fmsLsChatHost .youtube-comment-author {
  font-size: 11px;
}
body.fmsLandscapeActive.fmsLsNarrow .fmsLsChatHost .youtube-comment-message {
  font-size: 12px;
}









body.fmsLandscapeActive.fmsLsVariant2 .fmsLsDrawer {
  height: calc(100% - var(--fmsLsBarH, 47px));
  border-radius: 0 0 0 8px;
}










body.fmsLandscapeActive #youtube-comments-wrapper {
  display: none !important;
}








body.fmsLandscapeActive .fmsLsBarPill {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 52px;
  height: 22px;
  border-radius: 999px;
  z-index: 1300;
}




body.fmsLandscapeActive .fmsLsBarPill::before {
  content: '';
  position: absolute;
  top: -14px;
  right: -18px;
  bottom: -8px;
  left: -18px;
}









body.fmsLandscapeActive.fms-overlay-active div.fvVideoView > div.fvControlView div.fvRwdShortButton,
body.fmsLandscapeActive.fms-overlay-active div.fvVideoView > div.fvControlView div.fvFwdShortButton,
body.fmsLandscapeActive div.fvControlView div.fvRwdShortButton,
body.fmsLandscapeActive div.fvControlView div.fvFwdShortButton {
  display: none !important;
}





body.fmsLandscapeActive div.fvVideoView > div.fvLodingView > .sk-fading-circle {
  width: 32px !important;
  height: 32px !important;
}




.sk-fading-circle.fmsSpinnerRestart .sk-circle:before {
  -webkit-animation: none !important;
  animation: none !important;
}













body.fmsLandscapeActive.fmsLsGearOn.fms-overlay-active div.fvVideoView > div.fvControlView div.fvQualityButton,
body.fmsLandscapeActive.fmsLsGearOn div.fvControlView div.fvQualityButton {
  display: none !important;
}
body.fmsLandscapeActive .fmsLsGearBtn .fa {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}


body.fmsLandscapeActive .fmsLsSheetBackdrop {
  position: fixed;
  inset: 0;
  z-index: 1600;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  transition: background 220ms ease;
}
body.fmsLandscapeActive .fmsLsSheetBackdrop[hidden] {
  display: none;
}
body.fmsLandscapeActive .fmsLsSheetBackdrop.isOpen {
  background: rgba(0, 0, 0, 0.6);
}


body.fmsLandscapeActive .fmsLsSheet {
  width: min(620px, calc(100vw - 32px));
  max-height: min(88vh, 640px);
  max-height: min(88dvh, 640px);
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #111111;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
  padding-bottom: env(safe-area-inset-bottom);
  transform: translateY(100%);
  transition: transform 220ms ease-out;
}
body.fmsLandscapeActive .fmsLsSheetBackdrop.isOpen .fmsLsSheet {
  transform: translateY(0);
}
body.fmsLandscapeActive .fmsLsSheet.isDragging {
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  body.fmsLandscapeActive .fmsLsSheetBackdrop,
  body.fmsLandscapeActive .fmsLsSheet {
    transition: none;
  }
}


body.fmsLandscapeActive .fmsLsSheetHead {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 10px 0 24px;
  touch-action: none;
}
body.fmsLandscapeActive .fmsLsSheetHandle {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 44px;
  height: 4px;
  margin-left: -22px;
  border-radius: 2px;
  background: #d9d9d9;
}
body.fmsLandscapeActive .fmsLsSheetTitle {
  flex: 1 1 auto;
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #111111;
}
body.fmsLandscapeActive .fmsLsSheetClose {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 0;
  background: none;
  border: none;
  color: #111111;
  font-size: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}


body.fmsLandscapeActive .fmsLsSheetBody {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0 20px 16px;
}


body.fmsLandscapeActive .fmsLsSetItem {
  border-top: 1px solid #e5e5e5;
}
body.fmsLandscapeActive .fmsLsSetItem:first-child {
  border-top: none;
}
body.fmsLandscapeActive .fmsLsSetRow {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
}
body.fmsLandscapeActive .fmsLsSetIcon {
  flex: 0 0 auto;
  width: 24px;
  text-align: center;
  color: #111111;
  font-size: 17px;
}
body.fmsLandscapeActive .fmsLsSetLabel {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
}
body.fmsLandscapeActive .fmsLsSetInfo {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  color: #6b7280;
  font-size: 17px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body.fmsLandscapeActive .fmsLsSetHint {
  margin: -8px 0 10px 34px;
  font-size: 12px;
  color: #6b7280;
}
body.fmsLandscapeActive .fmsLsSetItem.isDisabled .fmsLsSetRow {
  opacity: 0.45;
}

body.fmsLandscapeActive .fmsLsSetHelp {
  margin: 0 0 12px 34px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f2faf6;
  color: #2f7a57;
  font-size: 13px;
  line-height: 1.6;
}


body.fmsLandscapeActive .fmsLsSwitch {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
}
body.fmsLandscapeActive .fmsLsSwitch input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
body.fmsLandscapeActive .fmsLsSwitch input:disabled {
  cursor: default;
}
body.fmsLandscapeActive .fmsLsSwitchVisual {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #bdbdbd;
  transition: background 150ms ease;
  pointer-events: none;
}
body.fmsLandscapeActive .fmsLsSwitchVisual::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: transform 150ms ease;
}
body.fmsLandscapeActive .fmsLsSwitch input:checked + .fmsLsSwitchVisual {
  background: #00a05a;
}
body.fmsLandscapeActive .fmsLsSwitch input:checked + .fmsLsSwitchVisual::after {
  transform: translateX(20px);
}
@media (prefers-reduced-motion: reduce) {
  body.fmsLandscapeActive .fmsLsSwitchVisual,
  body.fmsLandscapeActive .fmsLsSwitchVisual::after {
    transition: none;
  }
}




body.fmsLandscapeActive .fmsLsSetItemQuality .fmsLsSetRow,
body.fmsLandscapeActive .fmsLsSetItemSeg .fmsLsSetRow {
  min-height: 48px;
}
body.fmsLandscapeActive .fmsLsSegGroup {
  display: flex;
  margin: 2px 0 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  overflow: hidden;
}
body.fmsLandscapeActive .fmsLsSegBtn {
  flex: 1 1 0;
  min-height: 44px;
  padding: 0;
  background: #fff;
  border: none;
  border-left: 1px solid #d1d5db;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
body.fmsLandscapeActive .fmsLsSegBtn:first-child {
  border-left: none;
}
body.fmsLandscapeActive .fmsLsSegBtn.isActive {
  background: #111111;
  color: #fff;
  font-weight: 700;
}










body.fmsLandscapeActive .fmsLsGuideOverlay {
  position: fixed;
  inset: 0;


  z-index: 1650;
  opacity: 0;
  transition: opacity 200ms ease;
}
body.fmsLandscapeActive .fmsLsGuideOverlay.isShown {
  opacity: 1;
}
body.fmsLandscapeActive .fmsLsGuideOverlay.isClosing {
  opacity: 0;
  transition: opacity 180ms ease;
}
body.fmsLandscapeActive .fmsLsGuideDim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);

}







body.fmsLandscapeActive .fmsLsGuideCenter {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: none;
}

body.fmsLandscapeActive .fmsLsGuideRipple {
  position: relative;
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
}
body.fmsLandscapeActive .fmsLsGuideRipple::before,
body.fmsLandscapeActive .fmsLsGuideRipple::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  animation: fmsLsGuideRipple 1.6s ease-out infinite;
}
body.fmsLandscapeActive .fmsLsGuideRipple::after {
  animation-delay: 0.8s;
}
@keyframes fmsLsGuideRipple {
  0%   { transform: scale(0.35); opacity: 1; }
  100% { transform: scale(1.15); opacity: 0; }
}
body.fmsLandscapeActive .fmsLsGuideTitle {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
body.fmsLandscapeActive .fmsLsGuideSub {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

body.fmsLandscapeActive .fmsLsGuideRing {
  position: absolute;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  border: 2px solid var(--fms-green-400, #5DCAA5);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(93, 202, 165, 0.7), inset 0 0 6px rgba(93, 202, 165, 0.4);
  pointer-events: none;
}
body.fmsLandscapeActive .fmsLsGuideRingLabel {
  position: absolute;
  transform: translateX(-50%);
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  pointer-events: none;
}








body.fmsLandscapeActive .fmsLsCamTip {
  position: fixed;
  inset: 0;

  z-index: 1320;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
}
body.fmsLandscapeActive .fmsLsCamTip.isShown {
  opacity: 1;
}

body.fmsLandscapeActive .fmsLsCamTipRing {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border: 2px solid var(--fms-green-400, #5DCAA5);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(93, 202, 165, 0.45);
}


body.fmsLandscapeActive .fmsLsCamTipBubble {
  position: absolute;
  transform: translateY(-50%);
  padding: 7px 13px;
  background: rgba(0, 0, 0, 0.82);
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

body.fmsLandscapeActive .fmsLsCamTipBubble::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.82);
}
@media (prefers-reduced-motion: reduce) {
  body.fmsLandscapeActive .fmsLsCamTip {
    transition: none;
  }
}

body.fmsLandscapeActive .fmsLsGuideClose {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  pointer-events: none;
}





body.fmsLandscapeActive .fmsLsSwipeGuide {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1610;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 14px 20px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 12px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
}
body.fmsLandscapeActive .fmsLsSwipeGuide.isShown {
  opacity: 1;
}

body.fmsLandscapeActive .fmsLsSwipeArrow {
  width: 18px;
  height: 18px;
  margin-bottom: 8px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7));
  animation: fmsLsSwipeArrow 1.4s ease-in-out infinite;
}
@keyframes fmsLsSwipeArrow {
  0%, 100% { transform: rotate(45deg) translate(4px, 4px); opacity: 0.5; }
  50%      { transform: rotate(45deg) translate(-4px, -4px); opacity: 1; }
}
body.fmsLandscapeActive .fmsLsSwipeTitle {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}


body.fmsLandscapeActive .fmsLsSwipeSub {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}











body.fmsLandscapeActive .fmsLsRewindHint {
  position: fixed;
  z-index: 1450;
  display: block;
  margin: 0;
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
  max-width: calc(100vw - 16px);
  padding: 8px 12px;
  background: rgba(18, 18, 18, 0.92);
  border: 1px solid var(--fms-green-400, #5DCAA5);
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  transition: opacity 180ms ease;
}

body.fmsLandscapeActive .fmsLsRewindHint:active {
  background: rgba(40, 40, 40, 0.96);
}
body.fmsLandscapeActive .fmsLsRewindHint.isShown {
  opacity: 1;
}
body.fmsLandscapeActive .fmsLsRewindHint.isWrap {
  white-space: normal;
}

body.fmsLandscapeActive .fmsLsRewindHint::after {
  content: '';
  position: absolute;
  left: var(--fmsLsRhTx, 50%);
  bottom: -6px;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--fms-green-400, #5DCAA5);
}


body.fmsLandscapeActive div.fvControlView div.fvDvrCaption.fmsLsRewindPulse {
  outline: 2px solid var(--fms-green-400, #5DCAA5);
  outline-offset: 1px;
  border-radius: 6px;
  animation: fmsLsRewindPulse 1.1s ease-in-out 2;
}
@keyframes fmsLsRewindPulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.05); }
}



@media (prefers-reduced-motion: reduce) {
  body.fmsLandscapeActive .fmsLsGuideOverlay,
  body.fmsLandscapeActive .fmsLsSwipeGuide,
  body.fmsLandscapeActive .fmsLsRewindHint {
    transition: none;
  }
  body.fmsLandscapeActive .fmsLsGuideRipple::before,
  body.fmsLandscapeActive .fmsLsGuideRipple::after {
    animation: none;
    transform: scale(0.7);
    opacity: 0.9;
  }
  body.fmsLandscapeActive .fmsLsSwipeArrow {
    animation: none;
  }
  body.fmsLandscapeActive div.fvControlView div.fvDvrCaption.fmsLsRewindPulse {
    animation: none;
  }
}























body.fmsLandscapeActive.fmsLsCtrlOnMain:not(.fmsLsTheater) div.fvVideoView > div.fvControlView {
  width: calc(var(--fmsLsBarW, 100%) * 0.75) !important;
  right: auto !important;
  bottom: 25% !important;
  transform: translateY(var(--fmsLsCtrlHideY, 118%)) !important;
}
body.fmsLandscapeActive.fmsLsCtrlOnMain.fms-bar-open:not(.fmsLsTheater) div.fvVideoView > div.fvControlView {
  transform: translateY(0) !important;
}


body.fmsLandscapeActive.fmsLsCtrlOnMain.fmsLsFit:not(.fmsLsTheater) div.fvVideoView > div.fvControlView {
  transform: translateY(var(--fmsLsCtrlHideY, 118%)) scale(var(--fmsLsBarInv, 1)) !important;
}
body.fmsLandscapeActive.fmsLsCtrlOnMain.fmsLsFit.fms-bar-open:not(.fmsLsTheater) div.fvVideoView > div.fvControlView {
  transform: translateY(0) scale(var(--fmsLsBarInv, 1)) !important;
}








body.fmsLandscapeActive.fmsLsCtrlOnMain:not(.fmsLsTheater) .fmsLsSkipCluster {
  left: 37.5%;
  top: 37.5%;
  gap: clamp(12px, 4vw, 40px);
}


body.fmsLandscapeActive.fmsLsCtrlOnMain:not(.fmsLsTheater) .fmsLsSkipPlay::before {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
























body.fmsLandscapeActive.fmsLsCntlOut div.fvVideoView {
  overflow: visible !important;
}
body.fmsLandscapeActive.fmsLsCntlOut.fmsLsFit div.fvVideoView > div.fvControlView {
  left: 0 !important;
  right: auto !important;
  bottom: var(--fmsLsBarBottom, 0px) !important;
  width: var(--fmsLsBarW, 100%) !important;









  background-color: #000 !important;
  transform: scale(var(--fmsLsBarInv, 1)) !important;
  transform-origin: left bottom;


  transition: transform 0.24s cubic-bezier(0.32, 0.72, 0, 1),
              width 0.24s cubic-bezier(0.32, 0.72, 0, 1),
              left 0.24s cubic-bezier(0.32, 0.72, 0, 1),
              bottom 0.24s cubic-bezier(0.32, 0.72, 0, 1) !important;
}
@media (prefers-reduced-motion: reduce) {
  body.fmsLandscapeActive.fmsLsCntlOut.fmsLsFit div.fvVideoView > div.fvControlView {
    transition: none !important;
  }
}




















body.fmsLandscapeActive.fmsLsCntlOut .fmsLsSkipCluster:not([hidden]) {
  display: none;
}
body.fmsLandscapeActive.fmsLsCntlOut.fmsLsSkipReveal .fmsLsSkipCluster:not([hidden]) {
  display: flex;
}













body.fmsLandscapeActive div.fvVideoView > div.fvErrorView {
  z-index: 1600 !important;
}

















@media (max-width: 700px) {
  body.fmsLandscapeActive .fmsLsChip {
    padding: 0 9px;
  }
}
