@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

.etw-music-page {
  margin: 0;
  min-height: 100vh;
  font-family: "Figtree", sans-serif;
  color: #fff;
  background: #0a2a4a;
}

.etw-music-bg {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(28px) saturate(1.15);
  transform: scale(1.08);
  z-index: 0;
}

.etw-music-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 42, 74, .55);
}

.etw-music-wrap {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 16px 36px;
}

.etw-music-card {
  width: min(420px, 100%);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
  background: #fff;
}

.etw-music-art {
  position: relative;
  background: #0d4f63;
}

.etw-music-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.etw-music-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  border: 2px solid rgba(255, 255, 255, .75);
  display: grid;
  place-items: center;
  pointer-events: none;
}

.etw-music-play::before {
  content: '';
  margin-left: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

.etw-music-titlebar {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.etw-music-links {
  background: #fff;
  padding: 6px 0 10px;
}

.etw-music-link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.etw-music-link:last-of-type {
  border-bottom: none;
}

.etw-music-link-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.etw-music-link-brand img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.etw-music-link-brand span {
  font-size: 1rem;
  font-weight: 600;
}

.etw-music-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .14);
  background: #fff;
  color: #111;
  font: inherit;
  font-size: .92rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
}

.etw-music-link:hover .etw-music-link-btn {
  background: #f5f7fa;
}

.etw-music-social {
  display: flex;
  justify-content: center;
  padding: 8px 0 14px;
  background: #fff;
}

.etw-music-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
}

.etw-music-social a:hover {
  background: rgba(0, 0, 0, .05);
}

.etw-music-social img {
  width: 22px;
  height: 22px;
}

.etw-music-footer {
  margin-top: 18px;
  text-align: center;
  color: rgba(255, 255, 255, .88);
  font-size: .82rem;
  line-height: 1.5;
}

.etw-music-footer a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.etw-music-footer a:hover {
  text-decoration: underline;
}
