:root {
  --bg: #000;
  --panel: #1c1c1e;
  --panel-2: #242428;
  --line: #2c2c2e;
  --text: #fff;
  --muted: #9b9ba1;
  --accent: #ff2d55;
  --player: #7a1d86;
  --player-deep: #231032;
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC",
    "Hiragino Sans", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #101014;
}

body {
  display: grid;
  place-items: center;
  color: var(--text);
}

button,
input {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

.phone {
  position: relative;
  width: min(100vw, 393px);
  height: min(100dvh, 852px);
  min-height: min(100dvh, 852px);
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 90px rgb(0 0 0 / .6);
}

.app,
.player {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.app {
  background: #000;
  transition: transform .42s cubic-bezier(.2, .8, .2, 1), opacity .3s ease;
}

.app.player-open {
  transform: scale(.94) translateY(18px);
  opacity: 0;
}

.status {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px 0;
  color: rgb(255 255 255 / .86);
  pointer-events: none;
}

.status strong {
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.system-icons {
  display: flex;
  align-items: center;
  gap: 9px;
}

.rate {
  width: 40px;
  color: rgb(255 255 255 / .72);
  font-size: 8px;
  font-weight: 900;
  line-height: .92;
  text-align: right;
}

.wifi {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.signal {
  display: flex;
  align-items: end;
  gap: 3px;
  height: 22px;
}

.signal i {
  display: block;
  width: 3px;
  background: currentColor;
  border-radius: 2px;
}

.signal i:nth-child(1) { height: 8px; }
.signal i:nth-child(2) { height: 12px; }
.signal i:nth-child(3) { height: 16px; }
.signal i:nth-child(4) { height: 20px; }

.battery {
  display: grid;
  place-items: center;
  min-width: 25px;
  height: 14px;
  border-radius: 4px;
  background: rgb(255 255 255 / .85);
  color: #000;
  font-size: 12px;
  font-weight: 900;
}

.top-more {
  position: absolute;
  z-index: 30;
  top: 66px;
  right: 16px;
  width: 24px;
  height: 34px;
  background: transparent;
  display: grid;
  place-items: center;
  gap: 3px;
}

.top-more span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.top-more.inline {
  position: static;
}

.views {
  position: absolute;
  inset: 0;
}

.view {
  position: absolute;
  inset: 0;
  padding: 116px 18px 176px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(32px) scale(.985);
  pointer-events: none;
  transition:
    opacity .28s ease,
    transform .42s cubic-bezier(.2, .8, .2, 1),
    filter .42s cubic-bezier(.2, .8, .2, 1);
  filter: blur(2px);
}

.view.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  filter: blur(0);
}

.view.from-left {
  transform: translateX(-42px) scale(.985);
}

.view.from-right {
  transform: translateX(42px) scale(.985);
}

.view.exit-left {
  opacity: 0;
  transform: translateX(-42px) scale(.985);
  filter: blur(2px);
}

.view.exit-right {
  opacity: 0;
  transform: translateX(42px) scale(.985);
  filter: blur(2px);
}

.page-title {
  position: relative;
  min-height: 68px;
  border-bottom: 1px solid var(--line);
}

.page-title.no-line {
  border-bottom: 0;
  min-height: 76px;
}

.page-title h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 950;
  line-height: .96;
  letter-spacing: 0;
}

.with-avatar,
.library-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 35%, #ffe7ff 0 8%, transparent 9%),
    linear-gradient(135deg, #ffb4df, #8b58ff);
}

.library-title button {
  background: transparent;
  color: var(--accent);
  font-size: 17px;
  font-weight: 900;
}

.panel-section h2,
.songs h2 {
  margin: 26px 0 20px;
  font-size: 27px;
  font-weight: 950;
  line-height: 1.02;
}

.wide-rail,
.editorial {
  display: flex;
  gap: 14px;
  margin-right: -220px;
}

.pickup {
  position: relative;
  flex: 0 0 322px;
  height: 430px;
  overflow: hidden;
  border-radius: 12px;
  padding: 24px 20px;
}

.pickup.get-up {
  background:
    radial-gradient(ellipse at 25% 30%, #ffba00 0 18%, transparent 38%),
    radial-gradient(ellipse at 75% 58%, #ff541e 0 20%, transparent 42%),
    linear-gradient(125deg, #ff2700, #ff9600 42%, #ff001f 72%, #ff5b00);
}

.pickup.coral {
  background: linear-gradient(135deg, #ff6555, #ff5265);
}

.pickup .brand,
.pickup span {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  font-weight: 850;
}

.pickup strong {
  position: absolute;
  left: 56px;
  top: 172px;
  font-size: 56px;
  font-weight: 400;
  line-height: .98;
}

.pickup.coral strong {
  left: 24px;
  font-size: 43px;
  font-weight: 900;
}

.pickup p {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.32;
}

.feature-card {
  flex: 0 0 322px;
}

.feature-card > span {
  display: block;
  color: var(--muted);
  font-size: 16px;
  font-weight: 900;
}

.feature-card h2 {
  margin: 12px 0 22px;
  font-size: 27px;
  line-height: 1.15;
}

.football-art {
  height: 214px;
  overflow: hidden;
  border-radius: 12px;
  background: #f6f6f6;
  color: #000;
  padding: 18px 15px 0;
}

.football-art b,
.football-art strong {
  display: block;
  font-size: 25px;
  line-height: .95;
}

.football-art strong {
  color: #6fb110;
}

.portraits {
  display: flex;
  gap: 12px;
  margin-top: 26px;
  padding: 0 18px;
}

.portraits i {
  width: 70px;
  height: 130px;
  border-radius: 34px 34px 6px 6px;
}

.portraits i:nth-child(1) { background: linear-gradient(#f0c49a, #9c5f32); }
.portraits i:nth-child(2) { background: linear-gradient(#1f1f1f, #000); }
.portraits i:nth-child(3) { background: linear-gradient(#26202a, #d02628); }

.feature-card.pink {
  display: none;
}

.songs {
  margin-top: 62px;
}

.songs h2 {
  margin-bottom: 24px;
  font-size: 29px;
}

.songs h2 span {
  color: var(--muted);
}

.song-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  border-bottom: 1px solid var(--line);
}

.cover {
  width: 54px;
  height: 54px;
  border-radius: 6px;
}

.cover.sky { background: linear-gradient(135deg, #9bd4ff, #e4f3ff); }
.cover.anime { background: linear-gradient(135deg, #f59c1c, #13a06b 54%, #23336e); }

.song-row strong,
.song-row span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.song-row strong {
  font-size: 20px;
}

.song-row span {
  color: var(--muted);
  font-size: 17px;
}

.song-row button,
.library-list a::after {
  width: 24px;
  height: 28px;
  background: transparent;
}

.song-row button::before,
.library-list a::after,
.round.dots::before {
  content: "⋮";
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.station-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 18px;
  margin-top: 44px;
}

.station {
  position: relative;
  height: 107px;
  overflow: hidden;
  border-radius: 18px;
  background: #f8f8f8;
  color: #111;
  padding: 20px 10px;
  font-weight: 950;
  text-align: center;
}

.station small {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  color: #4c4c4c;
  font-size: 13px;
}

.one {
  color: #ff001e;
  font-size: 72px;
  line-height: .7;
}

.hits {
  color: #168dff;
  font-size: 29px;
  font-style: italic;
  line-height: .8;
}

.country {
  color: #168dff;
  font-size: 19px;
  line-height: 2.1;
}

.country::before {
  content: "";
  position: absolute;
  inset: 11px 28px;
  background: #ffb400;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
  z-index: 0;
}

.country {
  isolation: isolate;
}

.country small,
.country {
  z-index: 1;
}

.musica {
  color: #e83d91;
  font-size: 28px;
  font-style: italic;
  line-height: .84;
}

.club {
  font-size: 39px;
  font-style: italic;
  line-height: 1.2;
}

.chill {
  color: #25a8f8;
  font-size: 32px;
  line-height: 1.5;
}

.radio-live {
  margin-top: 54px;
}

.radio-live h2 {
  margin: 0 0 8px;
  font-size: 29px;
}

.radio-live p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.22;
}

.show-card {
  position: relative;
  height: 170px;
  overflow: hidden;
  border-radius: 13px;
  background: linear-gradient(135deg, #e8e8e8, #f4f2d8);
}

.show-card b {
  position: absolute;
  top: 22px;
  left: 16px;
  color: #000;
  font-size: 22px;
  line-height: .9;
}

.show-card i {
  position: absolute;
  right: 42px;
  bottom: -16px;
  width: 112px;
  height: 160px;
  border-radius: 54px 54px 12px 12px;
  background: linear-gradient(#c49c82, #5e2232);
}

.library-actions {
  position: absolute;
  z-index: 24;
  top: 67px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.queue-add,
.round {
  background: transparent;
}

.queue-add {
  position: relative;
  width: 32px;
  height: 32px;
}

.queue-add::before {
  content: "+☰";
  color: var(--accent);
  font-size: 30px;
  font-weight: 900;
}

.library-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.library-tiles article {
  min-width: 0;
}

.tile {
  height: 107px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 9px;
}

.tile.fav {
  display: grid;
  place-items: center;
  background: #f0f1f3;
}

.tile.fav::before {
  content: "";
  width: 58px;
  height: 58px;
  background: var(--accent);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.tile.disc {
  position: relative;
  background:
    radial-gradient(ellipse at 58% 54%, #fff 0 16%, transparent 17%),
    conic-gradient(from 220deg, #ff234b, #fff, #ff234b, #fff, #ff234b);
}

.tile.blur {
  background:
    radial-gradient(circle at 75% 75%, #271b22 0 16%, transparent 25%),
    linear-gradient(135deg, #f1f4d8, #9fc79c 60%, #241a22);
}

.tile span {
  display: block;
  padding: 12px;
  color: #111;
  font-size: 14px;
  font-weight: 950;
}

.tile.disc span {
  color: #fff;
}

.library-tiles strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 17px;
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.library-list {
  margin-top: 44px;
}

.library-list a {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid var(--line);
  color: #fff;
  text-decoration: none;
}

.library-list i {
  position: relative;
  width: 28px;
  height: 28px;
  color: var(--accent);
}

.library-list span {
  font-size: 28px;
  font-weight: 950;
}

.i-music::before,
.i-note::before {
  content: "♪";
  color: var(--accent);
  font-size: 35px;
  font-weight: 900;
}

.i-mic::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 28px;
  border: 4px solid var(--accent);
  border-radius: 16px;
  transform: rotate(42deg);
}

.i-album::before,
.i-tv::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 3px solid var(--accent);
  border-radius: 5px;
}

.i-person::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 3px solid var(--accent);
  border-radius: 6px;
}

.i-person::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 13px 0 7px var(--accent);
}

.i-download::before {
  content: "↓";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 3px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-size: 24px;
  line-height: 1;
}

.search-field {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  height: 54px;
  margin-top: 9px;
  border-radius: 12px;
  background: #1f2024;
  padding: 0 18px;
}

.search-field i {
  width: 19px;
  height: 19px;
  border: 3px solid #bcbcc3;
  border-radius: 50%;
}

.search-field i::after {
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  background: #bcbcc3;
  transform: rotate(45deg) translate(13px, 3px);
  border-radius: 2px;
}

.search-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.search-field input::placeholder {
  color: #bcbcc3;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}

.cat {
  position: relative;
  height: 97px;
  overflow: hidden;
  border-radius: 8px;
  padding: 16px 12px;
}

.cat span {
  position: absolute;
  left: 13px;
  bottom: 15px;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.05;
}

.cat.red,
.cat.spatial { background: #fb0045; }
.cat.pop,
.cat.jpop { background: #f2548d; }
.cat.yellow { background: #f0c400; }
.cat.classic { background: #ff3f56; }
.cat.sing { background: linear-gradient(160deg, #ff7c98, #ff5274); }
.cat.replay { background: linear-gradient(135deg, #ff8a00, #24e5da 56%, #8d52ff); }

.cat::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 8px;
  width: 88px;
  height: 108px;
  border-radius: 48px 48px 8px 8px;
  background: rgb(0 0 0 / .18);
}

.mini-player {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  bottom: 92px;
  height: 74px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 34px 34px;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-top: 1px solid var(--line);
  background: var(--panel);
  text-align: left;
}

.mini-player strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 19px;
  font-weight: 950;
}

.summertime-cover {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(ellipse at 28% 70%, #27a85d 0 11%, transparent 12%),
    radial-gradient(ellipse at 70% 32%, #8a62db 0 12%, transparent 13%),
    radial-gradient(ellipse at 76% 75%, #ef9a74 0 8%, transparent 9%),
    linear-gradient(135deg, #c8a77d, #f1dec7 52%, #cfb39a);
}

.summertime-cover.small {
  width: 54px;
  height: 54px;
}

.play-icon,
.next-icon,
.prev,
.next,
.big-play {
  position: relative;
  display: block;
  background: transparent;
}

.play-icon::before,
.big-play::before {
  content: "";
  position: absolute;
  inset: 4px 6px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.next-icon::before,
.next-icon::after,
.next::before,
.next::after {
  content: "";
  position: absolute;
  inset: 4px 15px 4px 2px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.next-icon::after,
.next::after {
  inset: 4px 0 4px 17px;
}

.tabs {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  bottom: 0;
  height: 92px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  background: #1c1c1e;
}

.tab {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  background: transparent;
  color: #a6a6ad;
  font-size: 11px;
  font-weight: 950;
  transition: color .24s ease, transform .24s ease;
}

.tab.active {
  color: var(--accent);
  transform: translateY(-1px);
}

.tab i {
  position: relative;
  width: 28px;
  height: 28px;
}

.tab-home::before {
  content: "";
  position: absolute;
  inset: 4px 2px 2px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 38%, 100% 100%, 62% 100%, 62% 58%, 38% 58%, 38% 100%, 0 100%, 0 38%);
}

.tab-grid {
  display: grid;
  grid-template-columns: repeat(2, 11px);
  grid-template-rows: repeat(2, 11px);
  gap: 5px;
  padding: 1px;
}

.tab-grid::before,
.tab-grid::after {
  content: "";
  border-radius: 4px;
  background: currentColor;
  box-shadow: 16px 0 0 currentColor, 0 16px 0 currentColor, 16px 16px 0 currentColor;
}

.tab-grid::after {
  display: none;
}

.tab-radio::before,
.tab-radio::after {
  content: "";
  position: absolute;
  border: 3px solid currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.tab-radio::before {
  inset: 4px 0;
}

.tab-radio::after {
  inset: 9px 6px;
}

.tab-radio {
  color: inherit;
}

.tab-radio > span,
.tab-radio .dot {
  display: none;
}

.tab-radio::marker {
  content: "";
}

.tab-radio {
  background:
    radial-gradient(circle at 50% 50%, currentColor 0 3px, transparent 4px);
}

.tab-library::before {
  content: "♫";
  color: currentColor;
  font-size: 28px;
  line-height: 1;
}

.tab-search::before {
  content: "";
  position: absolute;
  inset: 3px 5px 7px 3px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.tab-search::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 2px;
  width: 12px;
  height: 4px;
  border-radius: 3px;
  background: currentColor;
  transform: rotate(45deg);
}

.player {
  z-index: 50;
  padding: 58px 27px 34px;
  background:
    radial-gradient(circle at 56% 16%, rgb(255 255 255 / .13), transparent 24%),
    linear-gradient(160deg, #85258f, #771887 58%, #231032);
  transform: translateY(100%);
  transition: transform .42s cubic-bezier(.2, .8, .2, 1);
}

.player.open {
  transform: translateY(0);
}

.player-status {
  padding-left: 22px;
  color: rgb(255 255 255 / .76);
}

.collapse {
  position: absolute;
  top: 42px;
  left: 50%;
  width: 38px;
  height: 24px;
  transform: translateX(-50%);
  background: transparent;
}

.collapse::before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  border-radius: 4px;
  background: rgb(255 255 255 / .35);
  margin: 0 auto;
}

.album-mode {
  transition: opacity .28s ease, transform .32s ease;
}

.lyrics-mode {
  position: absolute;
  inset: 94px 27px 235px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity .28s ease, transform .32s ease;
}

.player.lyrics .album-mode {
  opacity: 0;
  transform: translateY(-18px) scale(.92);
}

.player.lyrics .lyrics-mode {
  opacity: 1;
  transform: translateY(0);
}

.summertime-cover.large {
  width: 339px;
  height: 339px;
  margin-top: 64px;
  border-radius: 16px;
  background:
    radial-gradient(ellipse at 31% 71%, rgb(36 194 99 / .7) 0 12%, transparent 13%),
    radial-gradient(ellipse at 70% 55%, rgb(146 88 255 / .55) 0 12%, transparent 13%),
    radial-gradient(ellipse at 78% 30%, rgb(255 255 255 / .14) 0 28%, transparent 29%),
    radial-gradient(ellipse at 50% 72%, rgb(244 211 178 / .25) 0 29%, transparent 30%),
    linear-gradient(135deg, #9b58f2, #e565b4 50%, #75318c);
}

.summertime-cover.large::before,
.summertime-cover.large::after {
  position: absolute;
  left: 40px;
  color: rgb(255 255 255 / .82);
  font-size: 20px;
  font-weight: 950;
}

.summertime-cover.large::before {
  content: "SUMMERTIME";
  top: 145px;
}

.summertime-cover.large::after {
  content: "CINDERELLA";
  top: 186px;
}

.track-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px 46px;
  gap: 8px;
  align-items: center;
  margin-top: 44px;
}

.track-line strong,
.top-track strong {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 19px;
  font-weight: 950;
}

.track-line span,
.top-track span {
  display: block;
  color: rgb(235 195 240 / .78);
  font-size: 21px;
}

.round {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.round.star {
  background: #fff;
}

.round.star::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 10px auto;
  background: var(--player);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.round.dots {
  background: rgb(255 255 255 / .18);
}

.top-track {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 46px 46px;
  gap: 12px;
  align-items: center;
}

.summertime-cover.tiny {
  width: 68px;
  height: 68px;
}

.lyric {
  margin: 84px 0 0;
  font-size: 44px;
  font-weight: 950;
  line-height: 1.28;
}

.lyric.muted {
  margin-top: 48px;
  color: rgb(216 142 226 / .5);
  font-size: 38px;
}

.lyric.faded {
  margin-top: 46px;
  color: rgb(216 142 226 / .26);
  font-size: 33px;
}

.progress {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 222px;
}

.progress > div {
  height: 8px;
  overflow: hidden;
  border-radius: 8px;
  background: rgb(231 156 238 / .66);
}

.progress span {
  display: block;
  width: 5px;
  height: 8px;
  border-radius: 8px;
  background: rgb(255 221 255 / .86);
}

.progress p {
  display: flex;
  justify-content: space-between;
  margin: 17px 0 0;
  color: rgb(230 167 236 / .75);
  font-size: 18px;
}

.transport {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prev,
.next {
  width: 70px;
  height: 70px;
}

.prev::before,
.prev::after {
  content: "";
  position: absolute;
  inset: 8px 15px 8px 2px;
  background: #fff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.prev::after {
  inset: 8px 0 8px 17px;
}

.big-play {
  width: 76px;
  height: 76px;
}

.big-play.playing::before,
.big-play.playing::after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 16px;
  border-radius: 6px;
  background: #fff;
  clip-path: none;
}

.big-play.playing::before {
  left: 18px;
}

.big-play.playing::after {
  right: 18px;
}

.player-tools {
  position: absolute;
  left: 52px;
  right: 52px;
  bottom: 42px;
  display: flex;
  justify-content: space-between;
}

.player-tools button {
  position: relative;
  width: 44px;
  height: 44px;
  background: transparent;
  color: rgb(227 166 235 / .82);
}

.quote::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 9px;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: currentColor;
  opacity: .92;
}

.quote::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--player);
  box-shadow: 9px 0 0 var(--player);
}

.cast::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 12px;
  width: 19px;
  height: 15px;
  border: 3px solid currentColor;
  border-radius: 2px;
}

.cast::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 10px;
  width: 21px;
  height: 21px;
  border: 3px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(45deg);
  box-shadow: -6px 6px 0 -3px currentColor;
}

.queue {
  overflow: visible;
  color: rgb(227 166 235 / .82);
  background:
    radial-gradient(circle at 33px 9px, rgb(199 83 218) 0 13px, transparent 14px),
    linear-gradient(currentColor, currentColor) 15px 14px / 18px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 15px 22px / 18px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 15px 30px / 18px 3px no-repeat,
    radial-gradient(circle at 8px 15.5px, currentColor 0 2px, transparent 2.5px),
    radial-gradient(circle at 8px 23.5px, currentColor 0 2px, transparent 2.5px),
    radial-gradient(circle at 8px 31.5px, currentColor 0 2px, transparent 2.5px);
  -webkit-tap-highlight-color: transparent;
}

.queue::after {
  content: "";
  position: relative;
  display: block;
  left: 24px;
  top: 2px;
  width: 18px;
  height: 16px;
  background:
    linear-gradient(45deg, transparent 0 43%, #fff 44% 56%, transparent 57%) 2px 3px / 12px 6px no-repeat,
    linear-gradient(-45deg, transparent 0 43%, #fff 44% 56%, transparent 57%) 2px 8px / 12px 6px no-repeat,
    linear-gradient(135deg, transparent 0 50%, #fff 51% 100%) 12px 1px / 5px 5px no-repeat,
    linear-gradient(45deg, transparent 0 50%, #fff 51% 100%) 12px 10px / 5px 5px no-repeat;
  pointer-events: none;
}

.player-home-indicator {
  position: absolute;
  left: 129px;
  bottom: 18px;
  width: 135px;
  height: 4px;
  border-radius: 999px;
  background: rgb(238 213 243 / .86);
}

@media (max-height: 760px) {
  .view {
    padding-top: 92px;
  }

  .page-title h1 {
    font-size: 38px;
  }

  .pickup {
    height: 360px;
  }

  .summertime-cover.large {
    margin-top: 38px;
    width: 300px;
    height: 300px;
  }

  .track-line {
    margin-top: 30px;
  }
}
