/* iMessage-style Chat Timeline Styles */

.chat-timeline_chatContainer___JwgH {
  background: linear-gradient(
    180deg,
    rgba(88, 28, 135, 0.1) 0%,
    rgba(15, 23, 42, 0.3) 100%
  );
}

.chat-timeline_chatBubble__0WRdK {
  position: relative;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.15),
    0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-width: 60px;
  max-width: 100%;
}

.chat-timeline_chatBubble__0WRdK > * {
  min-width: 0;
  max-width: 100%;
}

.chat-timeline_chatBubble__0WRdK div {
  min-width: 0;
}

.chat-timeline_chatBubble__0WRdK:hover {
  transform: scale(1.02);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.2),
    0 2px 6px rgba(0, 0, 0, 0.15);
}

.chat-timeline_chatBubble__0WRdK:active {
  transform: scale(0.98);
}

@keyframes chat-timeline_bubbleIn__ZEmRj {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  50% {
    transform: scale(1.05) translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.chat-timeline_bubbleIn__ZEmRj {
  animation: chat-timeline_bubbleIn__ZEmRj 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* AI swirl effect for wemix button */
.chat-timeline_aiSwirl__pStuA {
  animation: chat-timeline_swirlAnim__dVETb 2s linear infinite;
}

@keyframes chat-timeline_swirlAnim__dVETb {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* "you're first!" flash animation — visible for 2s then fades out */
.chat-timeline_firstPlayFlash__ni4Kk {
  animation: chat-timeline_firstPlayFlash__ni4Kk 3s ease-out forwards;
}

@keyframes chat-timeline_firstPlayFlash__ni4Kk {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
  }
  15% {
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 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 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.15s ease;
  cursor: pointer;
  aspect-ratio: 3 / 4;
}

.interactive-song-tile_tile__kOFjh:active {
  transform: scale(0.97);
}

/* ── Artwork (full bleed background) ── */
.interactive-song-tile_artworkWrap__s2mf6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  }
}

/* ── Body (overlays artwork) ── */
.interactive-song-tile_body__p1EPm {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 40px 10px 12px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  z-index: 2;
}

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

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

.interactive-song-tile_wemixCount__q_KiJ {
  font-family: var(--font-dancing-script), cursive;
  font-size: 18px;
  color: #ff5501;
  margin-top: 4px;
}

/* ── 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;
}


/* 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=068013efc4413b9b.css.map*/