@charset "UTF-8";
/* Spotify Mix UI - Regular */
@font-face {
  font-family: "Spotify Mix UI";
  src: url("../fonts/spotify-mix-ui/spotify_mix_ui_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Spotify Mix UI - Bold */
@font-face {
  font-family: "Spotify Mix UI";
  src: url("../fonts/spotify-mix-ui/spotify_mix_ui_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Spotify Mix UI Title - Bold */
@font-face {
  font-family: "Spotify Mix UI Title";
  src: url("../fonts/spotify-mix-ui/spotify_mix_ui_title_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Spotify Mix UI Title - ExtraBold */
@font-face {
  font-family: "Spotify Mix UI Title";
  src: url("../fonts/spotify-mix-ui/spotify_mix_ui_title_extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Spotify Mix (TTF) - likely a single weight */
@font-face {
  font-family: "Spotify Mix";
  src: url("../fonts/spotify-mix-ui/spotify_mix.ttf") format("truetype");
  font-weight: 400; /* change if you confirm it’s not 400 */
  font-style: normal;
  font-display: swap;
}
body.page-spotify {
  background: #000;
}
body.page-spotify .site-wrapper {
  margin: auto;
}

.wrapper-spotify {
  font-family: "Spotify Mix UI", system-ui, sans-serif;
  font-weight: 400;
  background: #000;
  line-height: 1.5;
  color: #fff;
  padding: 16px;
  margin: auto;
  width: 100%;
  max-width: 500px;
  text-align: center;
}
.wrapper-spotify p {
  margin: 0;
}
.wrapper-spotify .part-top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wrapper-spotify .part-top .logo-charts {
  flex-shrink: 0;
  height: 90px;
  width: 90px;
}
.wrapper-spotify .part-top .voted {
  font-size: 16px;
  text-align: left;
}
.wrapper-spotify .part-top .voted strong {
  font-weight: 700;
}
.wrapper-spotify .part-logo {
  margin-top: 16px;
}
.wrapper-spotify .part-logo .logo-main {
  margin: auto;
  max-width: 130px;
}
.wrapper-spotify .part-logo .logo-main img {
  max-width: 100%;
}
.wrapper-spotify .part-song {
  margin-top: 24px;
}
.wrapper-spotify .part-song .song {
  color: #fff;
  text-decoration: none;
}
.wrapper-spotify .part-song .song .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.wrapper-spotify .part-song .song .title .avatar {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.wrapper-spotify .part-song .song .title .avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-spotify .part-song .song .title .text {
  text-align: left;
}
.wrapper-spotify .part-song .song .play {
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1ed760;
  transition: 0.25s;
  cursor: pointer;
}
.wrapper-spotify .part-song .song .play:hover {
  background: #36bb65;
}
.wrapper-spotify .part-song .song .play svg {
  width: 25px;
  height: auto;
}
.wrapper-spotify .part-timer {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.wrapper-spotify .part-timer .timer {
  padding: 14px 14px;
  padding-top: 8px;
  border-radius: 16px;
  background: radial-gradient(120% 140% at 50% 50%, rgba(255, 80, 80, 0.22) 0%, rgba(255, 60, 60, 0.1) 35%, rgba(0, 0, 0, 0) 70%), linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(40, 5, 5, 0.75) 50%, rgba(0, 0, 0, 0.85) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 32px rgba(255, 70, 70, 0.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-align: center;
}
.wrapper-spotify .part-timer .timer .title {
  margin: 0 0 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.3px;
}
.wrapper-spotify .part-timer .timer .boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wrapper-spotify .part-timer .timer .box {
  min-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper-spotify .part-timer .timer .digit {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: 1px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65), 0 0 14px rgba(255, 90, 90, 0.25);
}
.wrapper-spotify .part-timer .timer .desc {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.wrapper-spotify .part-timer .timer .sep {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.08);
}
.wrapper-spotify .part-image {
  margin-right: -16px;
  margin-left: -16px;
  margin-top: 0px;
}/*# sourceMappingURL=spotify.css.map */