@media (hover: hover) and (pointer: fine) and (max-width: 720px) and (max-height: 720px) and (min-aspect-ratio: 9 / 10) and (max-aspect-ratio: 10 / 9) {
  html,
  body,
  .app {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #050506;
  }

  .topbar,
  .programNotification,
  .backdrop,
  .dock,
  .dockRevealZone,
  .sheet,
  .shareMenu,
  .toast {
    display: none !important;
  }

  .stage,
  .app.is-webtv .stage {
    position: fixed;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
  }

  .player,
  .app.is-webtv .player {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .player::after {
    content: "";
    position: absolute;
    inset: 34% 0 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.76));
    pointer-events: none;
  }

  .coverWrap,
  .app.is-webtv .coverWrap {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 0;
    background: #050506;
    box-shadow: none;
  }

  .coverWrap::after {
    display: none;
  }

  .cover,
  .coverWrap:hover .cover,
  .app.is-webtv .coverWrap:hover .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
  }

  .meta,
  .app.is-webtv .meta {
    position: absolute;
    right: 28px;
    bottom: 26px;
    left: 28px;
    z-index: 2;
    display: block;
    width: auto;
    max-width: none;
    text-align: left;
    transform: none;
  }

  .nowPlaying {
    display: none;
  }

  .meta h1,
  .app.is-webtv .meta h1 {
    display: -webkit-box;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 760;
    line-height: 1.08;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .meta > #artist,
  .app.is-webtv .meta > #artist {
    max-width: 100%;
    margin: 8px 0 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.96rem;
    font-weight: 560;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.58);
    white-space: nowrap;
  }

  .playButton,
  .app.is-webtv .playButton,
  .app[data-playing="true"] .coverWrap .playButton,
  .app[data-playing="true"] .coverWrap:hover .playButton {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    pointer-events: auto;
    transform: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .playIcon {
    display: none !important;
  }

  .playButton:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.82);
    outline-offset: -5px;
  }
}
