.discover-feed-list_shimmer__eSsIN {
  animation: discover-feed-list_shimmer__eSsIN 1.5s ease-in-out infinite;
  background: linear-gradient(90deg, #2a2a2a 0%, #3a3a3a 50%, #2a2a2a 100%);
  background-size: 200% 100%;
}

@keyframes discover-feed-list_shimmer__eSsIN {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.discover-hero_heroContainer__p5xWp {
  position: relative;
  width: 100%;
  height: 36vh;
  min-height: 240px;
  overflow: visible;
  margin-bottom: -2rem;
}

.discover-hero_heroImage__LsQGY {
  object-fit: cover;
  object-position: center 30%;
}

.discover-hero_darkOverlay__BqIxj {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
}

.discover-hero_contentContainer__zGmqK {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  z-index: 10;
  padding: 0 1.5rem;
  gap: 0.75rem;
}

.discover-hero_textStack__tb1vR {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.discover-hero_headline__UG9ke {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  line-height: 1;
}

.discover-hero_headlineAccent__MvY12 {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.discover-hero_headlineMain__7fc69 {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(2rem, 8vw, 2.25rem);
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  white-space: nowrap;
  text-shadow:
    0 4px 20px rgba(0, 0, 0, 0.9),
    0 2px 0 rgba(0, 0, 0, 0.3);
}

.discover-hero_rotatingTextWrap__YNerv {
  position: relative;
  min-height: 1.6em;
}

.discover-hero_description__F4Xxe {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(0.8rem, 2.5vw, 0.9rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  margin: 0;
  max-width: 400px;
  white-space: nowrap;
}

.discover-hero_gradientOverlay___o9Bb {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  height: calc(40% + 2rem);
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 20%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
}

.tab-button_tabButton__v07kE {
  flex-shrink: 0;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 14px;
  transition: all 150ms ease;
  font-family: var(--font-poppins);
  border-width: 2px;
  border-style: solid;
  border-color: white;
}

.tab-button_selected__IdOuy {
  background-color: white;
  box-shadow: 2px 2px 0px 0px #333;
  font-weight: 600;
  color: #000000;
}

.tab-button_unselected__Gy3i3 {
  background-color: black;
  font-weight: 400;
  color: #ffffff;
}

.tab-button_unselected__Gy3i3:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-client_scrollbarHide__6LFFp::-webkit-scrollbar {
  display: none;
}

.page-client_scrollbarHide__6LFFp {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.page-client_signInButton__xCV_k {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 6px 16px !important;
  border-radius: 9999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

.hero-community-animation_container__YzJuN {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
  z-index: 50;
  background-color: #000000;
  overflow: hidden;
  max-width: 640px; /* matches layout max-w-screen-sm */
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hero-community-animation_container__YzJuN {
    max-width: 384px; /* matches layout md:max-w-96 */
  }
}

.hero-community-animation_imageWrapper__Qf9vB {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform-origin: center;
  overflow: hidden;
}

.hero-community-animation_communityImage__pjjTt {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-community-animation_overlay__oyEGa {
  position: absolute;
  inset: 0;
  background-color: #000000;
  pointer-events: none;
  z-index: 1;
}

.hero-community-animation_tagline__7CFIj {
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  z-index: 12;
  text-align: center;
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(1.1rem, 5vw, 1.35rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-shadow:
    0 2px 20px rgba(0, 0, 0, 0.8),
    0 4px 40px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  padding: 0 1.5rem;
}

.hero-community-animation_faceCircle__ReF9M {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
}


.hero-community-animation_timelineOverlay__lpCsE {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.hero-community-animation_timelineRow__hk7Bx {
  position: absolute;
  left: 52px;
  right: 12px;
  height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.hero-community-animation_timelineRowChild__CNUdE {
  position: absolute;
  left: 72px;
  right: 12px;
  height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  border-left: 2px solid;
  padding-left: 10px;
}

.hero-community-animation_timelineLabel__CPgBG {
  font-size: 11px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-community-animation_waveformPill__bBdOb {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 20px;
  max-width: 160px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 9999px;
  padding: 0 6px;
  overflow: hidden;
}

.hero-community-animation_waveformBars__4Zz_N {
  display: flex;
  align-items: center;
  gap: 1.5px;
  flex: 1;
  height: 100%;
}

.hero-community-animation_playBtn___F0qL {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-community-animation_playTriangle__fzUje {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  margin-left: 1px;
}

.hero-community-animation_chatThread__wu9It {
  border-left: 2px solid;
  padding-left: 8px;
  margin-top: 1px;
}

.hero-community-animation_chatBubble__1OwfE {
  display: inline-block;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.5);
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Logo positioned absolutely, animated via framer-motion ── */
.hero-community-animation_logoWrapper__n2huc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
  pointer-events: none;
  transform-origin: top left;
}

/* Radial vignette behind the logo during the timeline phase */
.hero-community-animation_logoVignette__cUSnj {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  background: radial-gradient(
    ellipse 60% 40% at 50% 50%,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 100%
  );
}

/* ── Hero phase overlays (mirrors DiscoverHero exactly) ── */
.hero-community-animation_heroDarkOverlay__qphO1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
  z-index: 6;
}

.hero-community-animation_heroGradient__GtkN6 {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  height: calc(40% + 2rem);
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 20%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
  z-index: 6;
}

.hero-community-animation_heroContent__bnrBp {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  z-index: 10;
  padding: 0 1.5rem;
  gap: 0.75rem;
}

.hero-community-animation_heroTextStack__R_C6s {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-community-animation_heroHeadline__4u9WI {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  line-height: 1;
}

.hero-community-animation_heroAccent__Qbl_n {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-community-animation_heroMain__qH3E0 {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(2rem, 8vw, 2.25rem);
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  white-space: nowrap;
  text-shadow:
    0 4px 20px rgba(0, 0, 0, 0.9),
    0 2px 0 rgba(0, 0, 0, 0.3);
}

.hero-community-animation_rotatingTextWrap__z9K5c {
  position: relative;
  min-height: 1.6em;
}

.hero-community-animation_heroDescription__v4Kri {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(0.8rem, 2.5vw, 0.9rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  margin: 0;
  max-width: 400px;
  white-space: nowrap;
}

/* Footer component specific keyframe animations */

/* Twinkle pulse animation for footer create button */
@keyframes style_footerTwinklePulse__kPbuT {
  0% {
    transform: scale(1);
    opacity: 1;
    color: white;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
    color: #0bbbff;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    color: white;
  }
}

/* Animation class for the create button twinkle effect */
.style_animateTwinklePulse__Zmbuq {
  animation: style_footerTwinklePulse__kPbuT 0.6s ease-in-out;
}

.interactive-song-tile_tile__kOFjh {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: transform 0.15s ease, background 0.15s ease;
}

.interactive-song-tile_tile__kOFjh:active {
  transform: scale(0.97);
  background: rgba(255, 255, 255, 0.08);
}

/* ── Artwork ── */
.interactive-song-tile_artworkLink__uz6sr {
  display: block;
  width: 100%;
}

.interactive-song-tile_artworkWrap__s2mf6 {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 1:1 aspect ratio fallback */
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.interactive-song-tile_artworkImage__Th4Da {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interactive-song-tile_artworkFallback__aTsmU {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(194, 147, 255, 0.2), rgba(255, 215, 0, 0.15));
}

.interactive-song-tile_artworkFallbackIcon___VdKZ {
  color: rgba(255, 255, 255, 0.3);
}

/* ── Loading overlay with equalizer bars ── */
.interactive-song-tile_loadingOverlay__JKs19 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  animation: interactive-song-tile_fadeIn__Q1guW 0.2s ease;
}

.interactive-song-tile_eqBars__C1mNu {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 28px;
}

.interactive-song-tile_eqBar__QB4IX {
  width: 4px;
  border-radius: 2px;
  background: #ff6b00;
  animation: interactive-song-tile_eqBounce__PNpeu 0.8s ease-in-out infinite alternate;
}

.interactive-song-tile_eqBar__QB4IX:nth-child(1) {
  height: 30%;
  animation-delay: 0s;
}

.interactive-song-tile_eqBar__QB4IX:nth-child(2) {
  height: 60%;
  animation-delay: 0.15s;
}

.interactive-song-tile_eqBar__QB4IX:nth-child(3) {
  height: 100%;
  animation-delay: 0.3s;
}

.interactive-song-tile_eqBar__QB4IX:nth-child(4) {
  height: 50%;
  animation-delay: 0.45s;
}

.interactive-song-tile_eqBar__QB4IX:nth-child(5) {
  height: 75%;
  animation-delay: 0.6s;
}

@keyframes interactive-song-tile_eqBounce__PNpeu {
  0% {
    transform: scaleY(0.3);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes interactive-song-tile_fadeIn__Q1guW {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ── Play button overlay ── */
.interactive-song-tile_playBtn__gCLRP {
  position: absolute;
  bottom: 28px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background 0.15s ease, transform 0.15s ease;
  opacity: 0.85;
}

.interactive-song-tile_playBtn__gCLRP:active {
  transform: scale(0.92);
  background: rgba(0, 0, 0, 0.8);
}

.interactive-song-tile_playBtnActive__ZEBSs {
  position: absolute;
  bottom: 28px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 107, 0, 0.9);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background 0.15s ease, transform 0.15s ease;
}

.interactive-song-tile_playBtnActive__ZEBSs:active {
  transform: scale(0.92);
}

/* ── Progress bar (inside stats overlay) ── */
.interactive-song-tile_progressTrack__ceg8L {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  margin-bottom: 4px;
}

.interactive-song-tile_progressBar__qNgH1 {
  height: 100%;
  background: #ff6b00;
  transition: width 0.2s linear;
}

/* ── Stats overlay on artwork ── */
.interactive-song-tile_statsOverlay__gR_hL {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 8px 6px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  pointer-events: none;
  z-index: 2;
}

/* ── Body ── */
.interactive-song-tile_body__p1EPm {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px 4px;
}

.interactive-song-tile_title__104Y5 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ── Artist row ── */
.interactive-song-tile_artistRow__8dNbz {
  display: flex;
  align-items: center;
  gap: 3px;
}

.interactive-song-tile_artistName__kn61m {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.interactive-song-tile_checkIcon__2pfFs {
  flex-shrink: 0;
}

/* ── Stats row (inside artwork overlay) ── */
.interactive-song-tile_statsRow__RDfhA {
  display: flex;
  align-items: center;
  gap: 10px;
}

.interactive-song-tile_stat__2P2RD {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
}

.interactive-song-tile_statIcon__2XNn9 {
  flex-shrink: 0;
  opacity: 0.8;
}

/* ── Versions button ── */
.interactive-song-tile_versionsBtn__AW1Yr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0 10px 8px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #ff6b00;
  cursor: pointer;
  transition: background 0.15s ease;
}

.interactive-song-tile_versionsBtn__AW1Yr:active {
  background: #e05e00;
  transform: scale(0.97);
}

.interactive-song-tile_versionsBtnLabel__vT7yR {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.interactive-song-tile_versionsBtnChevron__bJVps {
  color: rgba(255, 255, 255, 0.8);
}

/* ── Filter Pills ── */
.interactive-song-tile_pillRow__olX3g {
  position: relative;
  z-index: 20;
  display: flex;
  gap: 8px;
  padding: 8px 12px 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.interactive-song-tile_pillRow__olX3g::-webkit-scrollbar {
  display: none;
}

.interactive-song-tile_pill__BVxA4 {
  flex-shrink: 0;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.interactive-song-tile_pill__BVxA4:active {
  background: rgba(255, 255, 255, 0.08);
}

.interactive-song-tile_pillActive__to0LW {
  flex-shrink: 0;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}

/* ── Grid ── */
.interactive-song-tile_grid__TUP4Z {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 12px 24px;
}

/* ── Skeleton ── */
.interactive-song-tile_skeletonTile__H9OOH {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.interactive-song-tile_skeletonArtwork__G8d1A {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, 0.06);
}

.interactive-song-tile_skeletonBody__0LWjp {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
}

.interactive-song-tile_skeletonLine__l0GSx {
  height: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.interactive-song-tile_skeletonLineShort__0IFTz {
  width: 60%;
}

.interactive-song-tile_skeletonLineMedium__pZTco {
  width: 80%;
}

.interactive-song-tile_skeletonStats__K771B {
  display: flex;
  gap: 10px;
  margin-top: 2px;
}

.interactive-song-tile_skeletonStatChip__V0cun {
  height: 10px;
  width: 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
}

/* Mini player footer component specific keyframe animations */

/* Marquee scroll animation for overflowing text (Spotify-style) */
@keyframes styles_marqueeScroll__Bx6nn {
  0% {
    transform: translateX(0);
  }
  /* Pause at start */
  10% {
    transform: translateX(0);
  }
  /* Scroll to end */
  45% {
    transform: translateX(var(--scroll-distance));
  }
  /* Pause at end */
  55% {
    transform: translateX(var(--scroll-distance));
  }
  /* Scroll back to start */
  90% {
    transform: translateX(0);
  }
  /* Pause at start again */
  100% {
    transform: translateX(0);
  }
}

/* Animation class for marquee text scroll */
.styles_marqueeScroll__Bx6nn {
  animation: styles_marqueeScroll__Bx6nn 12s ease-in-out infinite;
}

/* Slide in animation for player section */
@keyframes styles_playerSlideIn__SEzZp {
  0% {
    max-width: 0;
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    max-width: 200px;
    opacity: 1;
    transform: translateX(0);
  }
}

.styles_playerSlideIn__SEzZp {
  animation: styles_playerSlideIn__SEzZp 400ms ease-out forwards;
}

/* Player slider base styles - expands/collapses within footer */
.styles_playerSlider___xTRD {
  cursor: pointer;
  transition:
    width 400ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 300ms ease-out;
}

/* Closed state - collapsed */
.styles_playerSliderClosed__E4gws {
  width: 0;
  opacity: 0;
  pointer-events: none;
}

/* Open state - expanded to show player controls */
.styles_playerSliderOpen__SaL3m {
  width: 180px;
  opacity: 1;
  pointer-events: auto;
}


/* ── Latest tracklist container ── */
.latest-tracklist_tracklist__bktI_ {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}

/* ── Track card (one per song) ── */
.latest-tracklist_trackCard__Hs4Fc {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* ── Main row: [play] [title+artist] [time+arrow] ── */
.latest-tracklist_trackRow__nbm59 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* ── Play / Pause button ── */
.latest-tracklist_playBtn___J5_6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease, transform 0.1s ease;
  -webkit-tap-highlight-color: transparent;
}

.latest-tracklist_playBtn___J5_6:active {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(0.92);
}

.latest-tracklist_playBtnActive__3DYnV {
  background: #ff6b00;
}

.latest-tracklist_playBtnActive__3DYnV:active {
  background: #e05e00;
}

.latest-tracklist_playBtnPlaceholder__nO5r7 {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

/* ── Title + artist info block ── */
.latest-tracklist_trackInfo__RDWIp {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

/* ── Track label ── */
.latest-tracklist_trackLabel__ukdXm {
  font-family: var(--font-oswald), sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-tracklist_trackLabelActive__lRcn8 {
  color: #fff;
  font-weight: 500;
}

.latest-tracklist_trackTitle__wZJUn {
  font-weight: 600;
  color: #fff;
}

.latest-tracklist_trackArtist__NATwH {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  text-transform: none;
  letter-spacing: normal;
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Right-side metadata (time + nav arrow) ── */
.latest-tracklist_trackMeta__A_Fan {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.latest-tracklist_trackTime__k5B7_ {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: normal;
  white-space: nowrap;
}

.latest-tracklist_navLink__gFHNZ {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 12px;
  background: rgba(255, 107, 0, 0.15);
  color: #ff6b00;
  font-family: var(--font-oswald), sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.latest-tracklist_navLink__gFHNZ:active {
  background: rgba(255, 107, 0, 0.3);
}

/* ── Playing indicator (bars) ── */
.latest-tracklist_playingIndicator__W_Sd5 {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 12px;
  margin-left: 6px;
  vertical-align: middle;
}

.latest-tracklist_playingBar__JsWJm {
  width: 2px;
  border-radius: 1px;
  background: #ff6b00;
  animation: latest-tracklist_barPulse____LN3 0.6s ease-in-out infinite;
}

.latest-tracklist_playingBar__JsWJm:nth-child(1) {
  height: 5px;
  animation-delay: 0ms;
}

.latest-tracklist_playingBar__JsWJm:nth-child(2) {
  height: 10px;
  animation-delay: 150ms;
}

.latest-tracklist_playingBar__JsWJm:nth-child(3) {
  height: 7px;
  animation-delay: 300ms;
}

@keyframes latest-tracklist_barPulse____LN3 {
  0%, 100% { transform: scaleY(0.5); }
  50% { transform: scaleY(1); }
}

/* ── Comments block under the song ── */
.latest-tracklist_commentsBlock__s9rFf {
  padding: 6px 0 2px 44px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.latest-tracklist_commentText__Wsn9S {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.65);
}

.latest-tracklist_commentAuthor__2EHDp {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

/* ── Global chat comment rows ── */
.latest-tracklist_track__tvnMF {
  padding: 10px 0;
}

/* ── Empty state ── */
.latest-tracklist_empty__KLnjw {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

/* Keyframe animations for spotlight background floating effects */

/* Pink spotlight floating animation */
@keyframes style_spotlightBackgroundFloat1__kxdz_ {
  0%,
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  33% {
    transform: translate(60px, -40px) rotate(2deg);
  }
  66% {
    transform: translate(-40px, 30px) rotate(-2deg);
  }
}

/* Purple/cyan spotlight floating animation */
@keyframes style_spotlightBackgroundFloat2__fgoXk {
  0%,
  100% {
    transform: translate(0px, 0px) rotate(-72deg);
  }
  50% {
    transform: translate(-50px, 50px) rotate(-70deg);
  }
}

/* Green/red spotlight floating animation */
@keyframes style_spotlightBackgroundFloat3__sfFDP {
  0%,
  100% {
    transform: translate(0px, 0px) rotate(-72deg);
  }
  25% {
    transform: translate(40px, -60px) rotate(-75deg);
  }
  50% {
    transform: translate(-30px, -20px) rotate(-68deg);
  }
  75% {
    transform: translate(50px, 40px) rotate(-74deg);
  }
}

/* Base styles for spotlight elements */
.style_spotlightContainer__Dniax {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.style_pinkSpotlight___FNvn {
  position: absolute;
  width: 200px;
  height: 240px;
  left: -40px;
  top: 60px;
  background: linear-gradient(180deg, #ff00d6 0%, rgba(189, 0, 255, 0) 100%);
  filter: blur(60px);
  animation: style_spotlightBackgroundFloat1__kxdz_ 8s ease-in-out infinite;
}

.style_purpleCyanSpotlight__UrLqO {
  position: absolute;
  width: 200px;
  height: 240px;
  right: -60px;
  top: 180px;
  background: linear-gradient(
    180deg,
    #7000ff 0%,
    rgba(82, 212, 230, 0.54) 100%
  );
  filter: blur(80px);
  animation: style_spotlightBackgroundFloat2__fgoXk 10s ease-in-out infinite;
}

.style_greenRedSpotlight__6tMUy {
  position: absolute;
  width: 200px;
  height: 240px;
  left: 40px;
  top: 320px;
  background: linear-gradient(180deg, #6aff00 0%, rgba(230, 82, 82, 0.54) 100%);
  filter: blur(80px);
  animation: style_spotlightBackgroundFloat3__sfFDP 12s ease-in-out infinite;
}


/*# sourceMappingURL=1a0ecc6c2767bbaf.css.map*/