html.smart-glasses-cinema,
html.smart-glasses-cinema body,
html.smart-glasses-landscape,
html.smart-glasses-landscape body {
  background: #000 !important;
  overscroll-behavior: none;
}

html.smart-glasses-cinema,
html.smart-glasses-cinema body {
  width: 100vw !important;
  min-width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
}

html.smart-glasses-cinema * {
  box-sizing: border-box;
}

html.smart-glasses-cinema body > :not(.player-overlay):not(.trailer-overlay):not(.player-shell) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.smart-glasses-landscape body::before,
html.smart-glasses-landscape body::after {
  display: none !important;
}

html.smart-glasses-landscape:not(.smart-glasses-cinema) .hero {
  display: none !important;
}

html.smart-glasses-landscape:not(.smart-glasses-cinema) .page,
html.smart-glasses-landscape:not(.smart-glasses-cinema) main,
html.smart-glasses-landscape:not(.smart-glasses-cinema) .content,
html.smart-glasses-landscape:not(.smart-glasses-cinema) .movie-layout {
  background: #000 !important;
}

html.smart-glasses-landscape:not(.smart-glasses-cinema) .topnav {
  background: #000 !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

html.smart-glasses-cinema .player-overlay.is-open,
html.smart-glasses-cinema .trailer-overlay.is-open,
html.smart-glasses-cinema .player-overlay[aria-hidden="false"],
html.smart-glasses-cinema .trailer-overlay[aria-hidden="false"] {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: grid !important;
  place-items: center !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  min-height: 100vh !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  padding: 0 !important;
  background: #000 !important;
  backdrop-filter: none !important;
  overflow: hidden !important;
  transform: none !important;
}

html.smart-glasses-cinema .player-panel,
html.smart-glasses-cinema .trailer-panel {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  max-height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #000 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  animation: none !important;
  transform: none !important;
  outline: 0 !important;
}

html.smart-glasses-cinema .player-panel::before,
html.smart-glasses-cinema .player-panel::after,
html.smart-glasses-cinema .trailer-panel::before,
html.smart-glasses-cinema .trailer-panel::after,
html.smart-glasses-cinema .player-stage::before,
html.smart-glasses-cinema .player-stage::after,
html.smart-glasses-cinema .trailer-stage::before,
html.smart-glasses-cinema .trailer-stage::after,
html.smart-glasses-cinema .player-stage-shell::before,
html.smart-glasses-cinema .player-stage-shell::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 6 !important;
  width: max(12px, env(safe-area-inset-left)) !important;
  background: #000 !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

html.smart-glasses-cinema .player-panel::before,
html.smart-glasses-cinema .trailer-panel::before,
html.smart-glasses-cinema .player-stage::before,
html.smart-glasses-cinema .trailer-stage::before,
html.smart-glasses-cinema .player-stage-shell::before {
  left: 0 !important;
}

html.smart-glasses-cinema .player-panel::after,
html.smart-glasses-cinema .trailer-panel::after,
html.smart-glasses-cinema .player-stage::after,
html.smart-glasses-cinema .trailer-stage::after,
html.smart-glasses-cinema .player-stage-shell::after {
  right: 0 !important;
}

html.smart-glasses-cinema .player-head,
html.smart-glasses-cinema .trailer-head {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 50 !important;
  border: 0 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0)) !important;
  opacity: 0.16 !important;
  transition: opacity 160ms ease !important;
}

html.smart-glasses-cinema .player-overlay:hover .player-head,
html.smart-glasses-cinema .player-overlay:focus-within .player-head,
html.smart-glasses-cinema .trailer-overlay:hover .trailer-head,
html.smart-glasses-cinema .trailer-overlay:focus-within .trailer-head {
  opacity: 1 !important;
}

html.smart-glasses-cinema .player-stage,
html.smart-glasses-cinema .trailer-stage,
html.smart-glasses-cinema .player-stage-shell {
  position: fixed !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  min-height: 100vh !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #000 !important;
  overflow: hidden !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html.smart-glasses-cinema .trailer-overlay.is-playing .trailer-stage {
  margin-top: 0 !important;
}

html.smart-glasses-cinema .player-frame,
html.smart-glasses-cinema .player-video,
html.smart-glasses-cinema #trailerFrame,
html.smart-glasses-cinema .trailer-video,
html.smart-glasses-cinema .trailer-stage iframe,
html.smart-glasses-cinema .trailer-stage video,
html.smart-glasses-cinema .player-stage iframe,
html.smart-glasses-cinema .player-stage video {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  min-height: 100vh !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  border: 0 !important;
  background: #000 !important;
  object-fit: cover !important;
  transform: translate(-50%, -50%) translateZ(0) !important;
  transform-origin: center center !important;
  filter: saturate(1.1) contrast(1.07) brightness(1.03);
}

html.smart-glasses-cinema .player-stage-shell.is-youtube .player-frame iframe,
html.smart-glasses-cinema .player-stage.is-youtube iframe,
html.smart-glasses-cinema .trailer-stage.is-youtube iframe,
html.smart-glasses-cinema #movieYoutubeFrame {
  transform: translate(-50%, -50%) scale(1.1) translateZ(0) !important;
  transform-origin: center center !important;
}

html.smart-glasses-cinema .player-stage-head,
html.smart-glasses-cinema .player-stage-controls {
  z-index: 40 !important;
  border: 0 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)) !important;
  box-shadow: none !important;
}

html.smart-glasses-cinema .trailer-head,
html.smart-glasses-cinema .trailer-floating-close,
html.smart-glasses-cinema .player-hud,
html.smart-glasses-cinema .player-top {
  z-index: 40 !important;
}

html.smart-glasses-cinema .player-stage.show-chrome .player-stage-head,
html.smart-glasses-cinema .player-stage.show-chrome .player-stage-controls {
  pointer-events: auto !important;
}

html.smart-glasses-cinema .player-intro-card,
html.smart-glasses-cinema .trailer-intro-card,
html.smart-glasses-cinema .spatial-cinema-card {
  width: min(88vw, 620px) !important;
  transform: translateZ(0) scale(1.04);
}

html.smart-glasses-cinema .player-intro-title,
html.smart-glasses-cinema .trailer-intro-title,
html.smart-glasses-cinema .spatial-cinema-title {
  font-size: clamp(34px, 7vw, 82px) !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

html.smart-glasses-cinema .player-mask,
html.smart-glasses-cinema .trailer-intro-mask,
html.smart-glasses-cinema .spatial-cinema-start-mask {
  background: #000 !important;
}

.spatial-cinema-start-mask {
  position: absolute;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.spatial-cinema-card {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.spatial-cinema-label,
.spatial-cinema-meta {
  margin: 0;
  color: rgba(245, 247, 251, 0.72);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spatial-cinema-title {
  margin: 0;
  color: #fff;
  font-weight: 950;
  line-height: 1.02;
  text-transform: uppercase;
}

@media (orientation: landscape) and (max-height: 720px) {
  html.smart-glasses-cinema .player-head,
  html.smart-glasses-cinema .trailer-head {
    min-height: 42px !important;
    padding-top: max(8px, env(safe-area-inset-top)) !important;
    padding-bottom: 8px !important;
  }
}
