@font-face {
  font-family: "SFSB";
  src: url("/assets/fonts/SF-Pro-Display-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "SFR";
  src: url("/assets/fonts/SF-Pro-Display-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "SFL";
  src: url("/assets/fonts/SF-Pro-Display-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
#dynamicIsland {
  position: absolute;
  top: 0.7rem;
  background-color: black;
  height: 40px;
  width: 130px;
  border-radius: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#dynamicIsland #island-closed {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#dynamicIsland #island-closed .island-albumArt.closed {
  height: 22.5px;
  margin-left: 0.625rem;
  border-radius: 0.3rem;
  -webkit-user-drag: none;
}
#dynamicIsland #island-closed .island-audioPreview {
  margin-right: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6px;
}
#dynamicIsland #island-open {
  display: none;
  position: absolute;
  width: 100%;
}
#dynamicIsland #island-open #timeline {
  width: 0%;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
#dynamicIsland #island-open #timeline span {
  font-size: 0;
  -webkit-transition: font-size 0.4s;
  transition: font-size 0.4s;
}
#dynamicIsland #island-open #songInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  letter-spacing: 0.5px;
  font-family: "SFR", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0;
}
#dynamicIsland .island-audioPreview .bar {
  width: 2px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 100rem;
  -webkit-animation: wave 0.75s infinite ease-in-out;
          animation: wave 0.75s infinite ease-in-out;
}
#dynamicIsland .island-audioPreview .bar:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#dynamicIsland .island-audioPreview .bar:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#dynamicIsland .island-audioPreview .bar:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
#dynamicIsland .island-audioPreview .bar:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#dynamicIsland .island-audioPreview .bar:nth-child(5) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#dynamicIsland .island-audioPreview .bar:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
#dynamicIsland .island-albumArt,
#dynamicIsland .island-audioPreview {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#dynamicIsland.ready .island-albumArt,
#dynamicIsland.ready .island-audioPreview {
  opacity: 1;
}
#dynamicIsland.paused #island-closed .island-albumArt.closed {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#dynamicIsland.paused .island-audioPreview .bar {
  -webkit-animation: none;
          animation: none;
  height: 2px;
}
#dynamicIsland.paused:hover #island-open #island-main #island-main-left .island-albumArt.open, #dynamicIsland.paused:active #island-open #island-main #island-main-left .island-albumArt.open, #dynamicIsland.paused.expanded #island-open #island-main #island-main-left .island-albumArt.open {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}
#dynamicIsland.playing {
  width: 190px;
  -webkit-animation: dynamicIslandCollapse 0.75s ease-in-out forwards;
          animation: dynamicIslandCollapse 0.75s ease-in-out forwards;
}
#dynamicIsland.playing #island-closed {
  -webkit-animation: showIslandClosed 0.6s forwards;
          animation: showIslandClosed 0.6s forwards;
}
#dynamicIsland.playing #island-open {
  -webkit-animation: hideIslandOpen 0.6s forwards;
          animation: hideIslandOpen 0.6s forwards;
}
#dynamicIsland.playing:hover, #dynamicIsland.playing:active, #dynamicIsland.playing.expanded {
  background-color: rgb(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-animation: dynamicIslandExpand 0.75s ease-in-out forwards;
          animation: dynamicIslandExpand 0.75s ease-in-out forwards;
}
#dynamicIsland.playing:hover #island-closed, #dynamicIsland.playing:active #island-closed, #dynamicIsland.playing.expanded #island-closed {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-animation: hideIslandClosed 0.6s forwards;
          animation: hideIslandClosed 0.6s forwards;
}
#dynamicIsland.playing:hover #island-open, #dynamicIsland.playing:active #island-open, #dynamicIsland.playing.expanded #island-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4rem;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-animation: showIslandOpen 0.6s forwards;
          animation: showIslandOpen 0.6s forwards;
}
#dynamicIsland.playing:hover #island-open #island-main, #dynamicIsland.playing:active #island-open #island-main, #dynamicIsland.playing.expanded #island-open #island-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#dynamicIsland.playing:hover #island-open #island-main #island-main-left, #dynamicIsland.playing:active #island-open #island-main #island-main-left, #dynamicIsland.playing.expanded #island-open #island-main #island-main-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
#dynamicIsland.playing:hover #island-open #island-main #island-main-left .island-albumArt.open, #dynamicIsland.playing:active #island-open #island-main #island-main-left .island-albumArt.open, #dynamicIsland.playing.expanded #island-open #island-main #island-main-left .island-albumArt.open {
  height: 67.5px;
  margin-left: 0;
  border-radius: 0.8rem;
  -webkit-user-drag: none;
}
#dynamicIsland.playing:hover #island-open #island-main #island-main-left #songInfo, #dynamicIsland.playing:active #island-open #island-main #island-main-left #songInfo, #dynamicIsland.playing.expanded #island-open #island-main #island-main-left #songInfo {
  margin-left: 1.175rem;
  font-size: 1.05em;
  min-width: 0;
  overflow: hidden;
}
#dynamicIsland.playing:hover #island-open #island-main #island-main-left #songInfo #songName, #dynamicIsland.playing:active #island-open #island-main #island-main-left #songInfo #songName, #dynamicIsland.playing.expanded #island-open #island-main #island-main-left #songInfo #songName {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#dynamicIsland.playing:hover #island-open #island-main #island-main-left #songInfo #artistName, #dynamicIsland.playing:active #island-open #island-main #island-main-left #songInfo #artistName, #dynamicIsland.playing.expanded #island-open #island-main #island-main-left #songInfo #artistName {
  color: #8D8D93;
  font-family: "SFL", -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#dynamicIsland.playing:hover #island-open #island-main .island-audioPreview.open, #dynamicIsland.playing:active #island-open #island-main .island-audioPreview.open, #dynamicIsland.playing.expanded #island-open #island-main .island-audioPreview.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.45rem;
  margin-bottom: 0.9rem;
  gap: 2.7px;
}
#dynamicIsland.playing:hover #island-open #timeline, #dynamicIsland.playing:active #island-open #timeline, #dynamicIsland.playing.expanded #island-open #timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 1.175rem;
}
#dynamicIsland.playing:hover #island-open #timeline span, #dynamicIsland.playing:active #island-open #timeline span, #dynamicIsland.playing.expanded #island-open #timeline span {
  color: #8D8D93;
  font-family: "SFL", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75em;
  letter-spacing: 1px;
  width: 30px;
  text-align: center;
}
#dynamicIsland.playing:hover #island-open #timeline .progress-bar, #dynamicIsland.playing:active #island-open #timeline .progress-bar, #dynamicIsland.playing.expanded #island-open #timeline .progress-bar {
  width: 250px;
  height: 7px;
  background-color: #252527;
  border-radius: 100rem;
  overflow: hidden;
  margin: 0 0.425rem 0 0.425rem;
}
#dynamicIsland.playing:hover #island-open #timeline .progress-bar .progress, #dynamicIsland.playing:active #island-open #timeline .progress-bar .progress, #dynamicIsland.playing.expanded #island-open #timeline .progress-bar .progress {
  height: 100%;
  background-color: #8D8D93;
}
#dynamicIsland.playing:hover #island-open #mediaControls, #dynamicIsland.playing:active #island-open #mediaControls, #dynamicIsland.playing.expanded #island-open #mediaControls {
  width: 19rem;
  margin-top: 1.1rem;
}

@-webkit-keyframes wave {
  0% {
    height: 2px;
  }
  50% {
    height: 22px;
  }
  100% {
    height: 2px;
  }
}

@keyframes wave {
  0% {
    height: 2px;
  }
  50% {
    height: 22px;
  }
  100% {
    height: 2px;
  }
}
@-webkit-keyframes dynamicIslandExpand {
  0% {
    width: 190px;
    height: 40px;
    border-radius: 100rem;
  }
  27% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    width: 190px;
    height: 40px;
    border-radius: 2.75rem;
  }
  67% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    width: 372.5px;
    height: 202.5px;
    border-radius: 2.75rem;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 372.5px;
    height: 202.5px;
    border-radius: 2.75rem;
  }
}
@keyframes dynamicIslandExpand {
  0% {
    width: 190px;
    height: 40px;
    border-radius: 100rem;
  }
  27% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    width: 190px;
    height: 40px;
    border-radius: 2.75rem;
  }
  67% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    width: 372.5px;
    height: 202.5px;
    border-radius: 2.75rem;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 372.5px;
    height: 202.5px;
    border-radius: 2.75rem;
  }
}
@-webkit-keyframes dynamicIslandCollapse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 372.5px;
    height: 202.5px;
    border-radius: 2.75rem;
  }
  43% {
    width: 130px;
    height: 40px;
    border-radius: 2.75rem;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 190px;
    height: 40px;
    border-radius: 100rem;
  }
}
@keyframes dynamicIslandCollapse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 372.5px;
    height: 202.5px;
    border-radius: 2.75rem;
  }
  43% {
    width: 130px;
    height: 40px;
    border-radius: 2.75rem;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 190px;
    height: 40px;
    border-radius: 100rem;
  }
}
@-webkit-keyframes hideIslandClosed {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}
@keyframes hideIslandClosed {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}
@-webkit-keyframes showIslandClosed {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes showIslandClosed {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes showIslandOpen {
  0% {
    opacity: 0;
  }
  63% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes showIslandOpen {
  0% {
    opacity: 0;
  }
  63% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes hideIslandOpen {
  0% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideIslandOpen {
  0% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=dynamicIsland.css.map */