/* v114.3 — Голоса Леи: рабочие web-имена аудио + обложки песен */
.v1143-music-main{
  padding-top:36px;
}
.v1143-player-card{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:22px;
  align-items:center;
  margin-top:18px;
}
.v1143-cover{
  width:180px;
  height:180px;
  border-radius:24px;
  object-fit:cover;
  border:1px solid rgba(226,180,107,.28);
  box-shadow:0 18px 48px rgba(0,0,0,.35);
  background:rgba(0,0,0,.28);
}
.v1143-player-info h3{
  margin:0 0 8px;
  color:#ffe1a1;
}
.v1143-player-info p{
  margin:0 0 12px;
  color:rgba(246,234,208,.78);
}
.v1143-audio{
  width:100%;
  margin-top:8px;
}
.v1143-track-card{
  overflow:hidden;
}
.v1143-track-cover{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(226,180,107,.18);
  margin-bottom:14px;
  background:rgba(0,0,0,.24);
}
.v1143-track-card h3{
  font-size:19px;
  line-height:1.18;
  margin-top:8px;
}
.v1143-track-card button.is-playing{
  border-color:rgba(255,221,144,.72);
  background:linear-gradient(135deg, rgba(226,180,107,.30), rgba(255,255,255,.07));
}
.v1143-note{
  color:rgba(246,234,208,.68);
  font-size:14px;
  margin-top:10px;
}
@media (max-width:780px){
  .v1143-player-card{
    grid-template-columns:1fr;
  }
  .v1143-cover{
    width:100%;
    height:auto;
    aspect-ratio:1/1;
    max-height:320px;
  }
}