/* Touch navigation, personal appearance and the expanded player. */
:root {
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top: env(safe-area-inset-top, 0px);
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mobile-nav {
  display: none;
}
.cover-open {
  padding: 0;
  flex-shrink: 0;
  border-radius: 10px;
  position: relative;
}
.cover-open::after {
  content: "↗";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  display: grid;
  place-items: center;
  background: #0007;
  color: white;
  opacity: 0;
  transition: opacity 0.2s;
}
.cover-open:hover::after,
.cover-open:focus-visible::after {
  opacity: 1;
}
.now-info[data-action] {
  cursor: pointer;
}
.playlist-art-edit {
  position: relative;
  padding: 0;
  border-radius: 14px;
  width: 180px;
  flex-shrink: 0;
  overflow: hidden;
}
.playlist-art-edit > .art {
  width: 100%;
}
.playlist-art-edit > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  color: white;
  background: linear-gradient(transparent, #000b);
  font-size: 11px;
}
.cover-preview {
  max-width: 260px;
  width: 100%;
  margin: auto;
}
.cover-preview .art {
  border-radius: 14px;
}
.image-picker {
  padding: 18px;
  background: var(--bg);
  border: 1px dashed var(--line);
  border-radius: 12px;
  line-height: 1.7;
}
.image-picker input {
  max-width: 100%;
  padding: 6px;
  border: 0;
}
.library-shortcuts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 32px;
}
.library-shortcuts > button {
  padding: 22px;
  text-align: left;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.library-shortcuts > button > .ico {
  color: var(--accent-ink);
  font-size: 25px;
}
.library-shortcuts > button > span:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.library-shortcuts strong {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.library-shortcuts small {
  display: block;
  margin-top: 7px;
}
.appearance-panel {
  padding: 28px;
  max-width: 900px;
}
.appearance-chip {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--accent);
  color: var(--on-accent);
  font-size: 21px;
  font-weight: 600;
}
.appearance-panel .swatches {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
}
.swatch-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  color: var(--muted);
  padding: 9px 2px;
  border-radius: 10px;
  min-height: 76px;
  border: 1px solid transparent;
}
.swatch-option > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow:
    0 0 0 4px var(--panel),
    0 0 0 5px var(--line);
}
.swatch-option[aria-pressed="true"] {
  color: var(--text);
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 6%, transparent);
}
.swatch-option[aria-pressed="true"] > span {
  box-shadow:
    0 0 0 3px var(--panel),
    0 0 0 5px var(--accent);
}
.appearance-inputs {
  display: grid;
  grid-template-columns: 72px 1fr 1fr;
  gap: 14px;
  align-items: end;
}
.appearance-inputs input[type="color"] {
  width: 100%;
  height: 46px;
}
#accent-hex {
  font-family: ui-monospace, monospace;
}
.accent-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg);
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 12px;
}
.accent-preview > span:nth-child(2) {
  flex: 1;
}
.preview-button {
  color: var(--on-accent);
  background: var(--accent);
  padding: 10px 14px;
  border-radius: 8px;
  white-space: nowrap;
}
.appearance-panel #appearance-status {
  margin: 0;
  min-height: 20px;
}
body.player-expanded {
  overflow: hidden;
  overscroll-behavior: none;
}
:is(#full-player, #spotify-full-player) {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100dvh;
  max-height: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: var(--bg);
  overflow: auto;
  overscroll-behavior: contain;
  z-index: 50;
  box-shadow: none;
}
:is(#full-player, #spotify-full-player)[open] {
  animation: expand-player 0.25s ease-out;
}
:is(#full-player, #spotify-full-player)::backdrop {
  background: var(--bg);
}
.full-player-surface {
  min-height: 100%;
  background: radial-gradient(
    ellipse at 50% 0%,
    color-mix(in srgb, var(--accent) 14%, transparent),
    transparent 65%
  );
  padding: calc(12px + var(--safe-top))
    max(24px, env(safe-area-inset-left, 0px)) calc(20px + var(--safe-bottom));
}
.full-player-header {
  width: min(620px, 100%);
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 14px;
  touch-action: pan-x;
}
.full-player-header > div:not(.drag-handle) {
  min-width: 0;
  text-align: center;
  flex: 1;
}
.full-player-header .eyebrow {
  font-size: 9px;
  margin-bottom: 5px;
  display: block;
}
.full-player-header p {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.full-player-header .icon-btn {
  width: 48px;
  height: 48px;
  font-size: 24px;
}
.drag-handle {
  display: none;
}
.full-player-layout {
  max-width: 480px;
  margin: auto;
}
.full-artwork {
  width: min(100%, 40dvh);
  max-width: 400px;
  min-width: 180px;
  margin: 0 auto 28px;
}
.full-artwork .art {
  border-radius: 20px;
  box-shadow: 0 25px 60px #0004;
  font-size: 65px;
}
.full-artwork img {
  object-fit: cover;
}
.full-track-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.full-track-info > div {
  min-width: 0;
  flex: 1;
}
.full-track-info h1 {
  font-size: 25px;
  letter-spacing: -0.6px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.full-track-info p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 6px;
}
.full-track-info .icon-btn {
  width: 48px;
  height: 48px;
  font-size: 28px;
}
.full-progress > div {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.full-progress input[type="range"],
.volume-control input[type="range"] {
  height: 44px;
  background: transparent;
  accent-color: var(--accent);
  margin: 0;
  border: 0;
  cursor: pointer;
}
.full-progress input::-webkit-slider-runnable-track,
.volume-control input::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 6px;
  background: var(--raised);
}
.full-progress input::-webkit-slider-thumb,
.volume-control input::-webkit-slider-thumb {
  margin-top: -5px;
}
.full-progress input::-moz-range-track,
.volume-control input::-moz-range-track {
  height: 5px;
  border-radius: 6px;
  background: var(--raised);
}
.full-progress input::-moz-range-progress,
.volume-control input::-moz-range-progress {
  background: var(--accent);
  height: 5px;
  border-radius: 6px;
}
.full-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
}
.full-controls .icon-btn {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: var(--muted);
}
.full-controls .full-play {
  width: 72px;
  height: 72px;
  background: var(--accent);
  color: var(--on-accent);
  font-size: 30px;
  box-shadow: 0 8px 28px color-mix(in srgb, var(--accent) 14%, transparent);
}
.full-audio-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--muted);
  font-size: 10px;
  margin: 16px 0;
}
#full-delivery {
  flex-basis: 100%;
  text-align: center;
  margin-top: 3px;
  font-size: 10px;
}
.volume-control {
  display: flex;
  gap: 12px;
  align-items: center;
}
.volume-control > input {
  flex: 1;
  min-width: 0;
}
.volume-control > .icon-btn {
  width: 44px;
  height: 44px;
  font-size: 22px;
}
.volume-control output {
  width: 45px;
  text-align: right;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
  font-size: 11px;
  color: var(--muted);
}
.system-volume-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 10px;
  text-align: center;
}
.full-options {
  border-top: 1px solid var(--line);
  margin-top: 14px;
  padding-top: 3px;
}
.full-options summary {
  padding: 16px 0;
  color: var(--muted);
  font-size: 12px;
  cursor: pointer;
  min-height: 44px;
}
.full-options label {
  margin: 5px 0 12px;
}
.full-queue-list .queue-item {
  gap: 14px;
  border-bottom: 1px solid var(--line);
  min-height: 72px;
}
.full-queue-list h2 {
  font-size: 22px;
  margin: 25px 0;
}
.full-queue-list .queue-item > button:not(.icon-btn) {
  flex: 1;
  max-width: none;
  min-width: 0;
  overflow-wrap: anywhere;
}
.full-queue-list .queue-item .icon-btn {
  width: 44px;
  height: 44px;
}
#toast {
  z-index: 100;
}
@keyframes expand-player {
  from {
    opacity: 0.5;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 900px) and (min-height: 650px) {
  .full-player-layout {
    max-width: 900px;
  }
  .full-stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 55px;
    align-items: center;
    padding-top: 6vh;
  }
  .full-artwork {
    grid-column: 1;
    grid-row: 1/8;
    width: 100%;
    max-width: 440px;
    margin: 0;
  }
  .full-stage > *:not(.full-artwork) {
    grid-column: 2;
  }
  .full-track-info h1 {
    font-size: 30px;
  }
  .full-progress {
    align-self: end;
  }
  .full-queue-list {
    max-width: 560px;
    margin: auto;
  }
  .full-player-header {
    width: min(900px, 100%);
  }
}
@media (max-width: 680px) {
  :root {
    --mobile-nav-height: calc(64px + var(--safe-bottom));
    --mobile-player-height: 76px;
  }
  body {
    overflow-x: clip;
  }
  .shell {
    padding-bottom: calc(
      var(--mobile-nav-height) + var(--mobile-player-height) + 22px
    );
  }
  .sidebar {
    display: none;
  }
  .mobile-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: fixed;
    inset: auto 0 0;
    height: var(--mobile-nav-height);
    padding: 4px max(6px, env(safe-area-inset-right, 0px)) var(--safe-bottom)
      max(6px, env(safe-area-inset-left, 0px));
    z-index: 30;
    background: var(--sidebar);
    border-top: 1px solid var(--line);
  }
  .mobile-nav button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 12px;
    font-size: 10px;
    color: var(--muted);
  }
  .mobile-nav button .ico {
    font-size: 23px;
    height: 23px;
  }
  .mobile-nav button[aria-current="page"] {
    color: var(--accent-ink);
    background: color-mix(in srgb, var(--accent) 8%, transparent);
  }
  .topbar {
    height: calc(70px + var(--safe-top));
    padding: var(--safe-top) 16px 0;
    gap: 12px;
  }
  .search {
    gap: 6px;
    min-width: 0;
  }
  .search input {
    font-size: 16px;
    padding: 12px 4px;
  }
  .search input::placeholder {
    font-size: 12px;
  }
  .profile-btn {
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
  }
  .profile-btn .avatar {
    width: 36px;
    height: 36px;
  }
  .content {
    padding: 26px 18px 26px;
  }
  .page-head {
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .page-head h1 {
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: -0.9px;
  }
  .page-head p {
    line-height: 1.7;
    font-size: 12px;
  }
  .page-head .eyebrow {
    font-size: 9px;
  }
  .page-head > .btn {
    font-size: 0;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 10px;
  }
  .page-head > .btn .ico {
    font-size: 24px;
  }
  .btn {
    min-height: 44px;
    font-size: 12px;
    border-radius: 11px;
  }
  .icon-btn {
    width: 44px;
    height: 44px;
  }
  input:not([type="color"]):not([type="range"]):not([type="checkbox"]),
  textarea,
  select {
    font-size: 16px;
    min-height: 46px;
  }
  input[type="file"] {
    font-size: 12px !important;
    width: 100%;
  }
  .hero {
    padding: 26px 23px;
    min-height: 245px;
    border-radius: 18px;
  }
  .hero h2 {
    font-size: 30px;
  }
  .hero-copy {
    max-width: 85%;
  }
  .hero .btn {
    min-height: 44px;
  }
  .hero-art {
    width: 168px;
    height: 168px;
    right: -55px;
    top: 54px;
    opacity: 0.25;
  }
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
  .grid.all .album-card:nth-child(n) {
    display: block;
  }
  .album-card h3 {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .album-card p {
    font-size: 11px;
  }
  .art {
    border-radius: 13px;
  }
  .section-head {
    align-items: center;
    gap: 10px;
  }
  .section-head h2 {
    font-size: 19px;
  }
  .section-head .btn {
    padding: 8px;
    font-size: 11px;
    min-height: 44px;
  }
  .tabs {
    gap: 24px;
  }
  .tabs button {
    min-height: 48px;
    font-size: 13px;
  }
  .track-table {
    table-layout: fixed;
  }
  .track-table thead,
  .track-table tr > td:first-child,
  .track-table .album-col,
  .track-table .quality-col,
  .track-table .duration-col {
    display: none;
  }
  .track-table tr > td:nth-child(2) {
    width: auto;
  }
  .track-table tr > td:last-child {
    width: 88px;
  }
  .track-table td {
    height: 74px;
  }
  .track-table .track-title {
    gap: 11px;
    min-width: 0;
  }
  .track-title > .art {
    width: 46px;
    height: 46px;
    border-radius: 8px;
  }
  .track-title > div:last-child {
    min-width: 0;
    flex: 1;
  }
  .track-title button {
    max-width: 100%;
    min-height: 27px;
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
    width: 100%;
  }
  .track-title small {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    margin-top: 1px;
  }
  .track-actions .icon-btn {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .player {
    left: 8px;
    right: 8px;
    bottom: calc(var(--mobile-nav-height) + 7px);
    height: var(--mobile-player-height);
    padding: 9px 11px 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--raised);
    box-shadow: 0 4px 22px #0003;
  }
  .now {
    min-width: 0;
    gap: 10px;
  }
  .now .art {
    width: 47px;
    height: 47px;
    border-radius: 8px;
  }
  .now h3 {
    font-size: 12px;
    max-width: none;
  }
  .now p {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    margin-top: 5px;
  }
  .now > .icon-btn,
  .now small {
    display: none;
  }
  .now-info {
    min-width: 0;
  }
  .cover-open::after {
    display: none;
  }
  .player .play-controls {
    margin: 0;
    gap: 0;
  }
  .player .play-controls > .icon-btn {
    width: 43px;
    height: 48px;
    font-size: 20px;
  }
  .player .play-controls > .main-play {
    background: transparent;
    color: var(--text);
    font-size: 22px;
  }
  .player .play-controls > button[data-action="shuffle"],
  .player .play-controls > button[data-action="repeat"],
  .player .play-controls > button[data-action="prev"],
  .player .play-controls > .mobile-controls {
    display: none;
  }
  .player .timeline {
    inset: auto 12px 3px;
  }
  .player .timeline input {
    height: 3px;
  }
  .player .timeline span {
    display: none;
  }
  .player .player-tools {
    display: none;
  }
  .queue {
    inset: calc(70px + var(--safe-top)) 0
      calc(var(--mobile-nav-height) + var(--mobile-player-height) + 10px);
    padding: 20px;
    border-radius: 18px 18px 0 0;
  }
  .queue-item {
    min-height: 68px;
  }
  .queue-item > button:not(.icon-btn) {
    flex: 1;
    min-width: 0;
  }
  .queue-item .icon-btn {
    width: 44px;
    height: 44px;
  }
  .library-shortcuts {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .library-shortcuts > button {
    padding: 18px;
    min-height: 80px;
  }
  .details-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 22px;
    margin-top: 8px;
  }
  .details-head > .art,
  .playlist-art-edit {
    width: min(62vw, 245px);
    height: auto;
  }
  .details-head > div:last-child {
    width: 100%;
  }
  .details-head h1 {
    font-size: 28px;
  }
  .details-head p {
    font-size: 12px;
  }
  .details-head .flex {
    justify-content: center;
    flex-wrap: wrap;
  }
  .playlist-art-edit > span {
    font-size: 12px;
    padding: 22px 10px 12px;
  }
  .playlist-head .btn {
    padding: 10px 12px;
  }
  .settings-grid {
    display: block;
  }
  .panel,
  .batch {
    padding: 20px;
    border-radius: 16px;
  }
  .panel h3 {
    font-size: 16px;
  }
  .panel p {
    font-size: 12px;
    line-height: 1.8;
  }
  .panel .section-head {
    align-items: flex-start;
  }
  .section-head > .btn {
    flex-shrink: 0;
  }
  .appearance-panel {
    padding: 22px 18px;
  }
  .appearance-panel .swatches {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 6px;
  }
  .swatch-option {
    min-height: 80px;
    padding: 12px 4px;
    font-size: 11px;
  }
  .swatch-option > span {
    width: 30px;
    height: 30px;
  }
  .appearance-inputs {
    grid-template-columns: 58px minmax(0, 1fr);
  }
  .appearance-inputs > label:last-child {
    grid-column: 1/-1;
  }
  .accent-preview {
    font-size: 11px;
    padding: 12px;
    gap: 8px;
  }
  .accent-preview .preview-button {
    padding: 9px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .form .btn {
    width: 100%;
  }
  .form .flex > .btn {
    width: auto;
    flex: 1;
  }
  .form {
    gap: 18px;
  }
  .download-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .download-row .file-info {
    flex-basis: 60%;
  }
  .download-row .status {
    font-size: 10px;
  }
  .upload-zone {
    padding: 18px;
  }
  .upload-zone input {
    margin-top: 10px;
  }
  .batch-head {
    flex-wrap: wrap;
  }
  #modal {
    max-height: calc(100dvh - var(--safe-top) - 20px);
    overflow: auto;
    margin: auto auto 0;
    width: 100%;
    max-width: none;
    border-radius: 23px 23px 0 0;
    padding: 27px 22px calc(25px + var(--safe-bottom));
  }
  #modal .close {
    width: 44px;
    height: 44px;
    top: 12px;
    right: 12px;
  }
  #modal h2 {
    font-size: 21px;
    padding-right: 30px;
  }
  .modal-list button {
    min-height: 50px;
    font-size: 14px;
    padding: 15px;
  }
  .cover-preview {
    max-width: 220px;
  }
  :is(#full-player, #spotify-full-player) {
    margin: 0;
    max-height: none;
  }
  .full-player-surface {
    padding: calc(20px + var(--safe-top)) 24px calc(24px + var(--safe-bottom));
  }
  .full-player-header {
    margin-bottom: 22px;
    padding-top: 3px;
  }
  .drag-handle {
    display: block;
    position: absolute;
    top: -10px;
    left: calc(50% - 18px);
    width: 36px;
    height: 4px;
    background: var(--muted);
    opacity: 0.4;
    border-radius: 5px;
  }
  .full-player-header .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .full-player-header .icon-btn {
    width: 44px;
    height: 44px;
  }
  .full-artwork {
    width: min(100%, 36dvh);
    min-width: 0;
    margin-bottom: 28px;
  }
  .full-artwork .art {
    border-radius: 16px;
  }
  .full-track-info h1 {
    font-size: 23px;
    letter-spacing: -0.5px;
  }
  .full-track-info p {
    font-size: 14px;
  }
  .full-track-info {
    margin-bottom: 8px;
    gap: 14px;
  }
  .full-controls {
    margin: 12px 0;
  }
  .full-controls .icon-btn {
    width: 46px;
    height: 46px;
    font-size: 23px;
  }
  .full-controls .full-play {
    width: 70px;
    height: 70px;
    font-size: 29px;
  }
  .full-audio-info {
    margin: 14px 0;
  }
  .full-volume {
    margin-top: 5px;
  }
  .full-options summary {
    font-size: 12px;
  }
  #toast {
    bottom: calc(var(--mobile-nav-height) + var(--mobile-player-height) + 20px);
    width: max-content;
    max-width: calc(100% - 32px);
    text-align: center;
    line-height: 1.5;
  }
  .auth-form {
    padding: 30px 24px calc(30px + var(--safe-bottom));
  }
  .auth-art {
    padding: calc(26px + var(--safe-top)) 28px 25px;
    min-height: 240px;
  }
  .auth-art h1 {
    font-size: 35px;
  }
  .auth-art p {
    display: none;
  }
}
@media (max-height: 650px) and (max-width: 680px) {
  .full-artwork {
    width: 28dvh;
    margin-bottom: 16px;
  }
  .full-player-header {
    margin-bottom: 12px;
  }
  .full-controls {
    margin: 8px 0;
  }
  .full-track-info h1 {
    font-size: 20px;
  }
}
@media (orientation: landscape) and (max-height: 550px) {
  :is(#full-player, #spotify-full-player) .full-player-layout {
    max-width: 850px;
  }
  :is(#full-player, #spotify-full-player) .full-stage {
    display: grid;
    grid-template-columns: 38% 1fr;
    column-gap: 35px;
  }
  :is(#full-player, #spotify-full-player) .full-artwork {
    grid-column: 1;
    grid-row: 1/8;
    width: 100%;
    margin: 0;
  }
  :is(#full-player, #spotify-full-player) .full-stage > *:not(.full-artwork) {
    grid-column: 2;
  }
  :is(#full-player, #spotify-full-player) .full-controls {
    margin: 4px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  :is(#full-player, #spotify-full-player)[open] {
    animation: none;
  }
  .cover-open::after {
    transition: none;
  }
}
