.lyrics-page {
    box-sizing: border-box;
    min-height: calc(100vh - 96px);
    padding: 34px clamp(22px, 5vw, 74px) 70px;
    color: #eee;
    background: #0c0c0c;
    font-family: Arial, Helvetica, sans-serif;
}
.lyrics-page-title { max-width: 1260px; margin: 0 auto 24px; }
.lyrics-page-title h1 { margin: 0; color: #d8ba68; font-size: 28px; }
.lyrics-page-title a { display: inline-block; margin-bottom: 8px; color: #aaa; text-decoration: none; }
.lyrics-album-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 22px; max-width: 1260px; margin: 0 auto; }
.lyrics-album-card { min-width: 0; color: #eee; text-decoration: none; }
.lyrics-album-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 5px; background: #080808; transition: transform .18s ease, filter .18s ease; }
.lyrics-album-card:hover img { transform: scale(1.015); filter: brightness(1.08); }
.lyrics-album-card strong { display: block; margin-top: 10px; font-size: 18px; }
.lyrics-album-card span { display: block; margin-top: 4px; color: #aaa; font-size: 12px; }
.lyrics-empty { color: #aaa; }
.lyrics-entry-list { max-width: 1260px; margin: 0 auto; }
.lyrics-entry-list::before { content: ""; display: block; width: min(10cm, 70vw); height: 1px; margin: 0 auto 7.5mm; background: rgba(216, 186, 104, .38); }
.lyrics-entry { position: relative; display: grid; grid-template-columns: minmax(250px, 390px) minmax(0, 1fr); gap: clamp(28px, 5vw, 74px); align-items: start; padding: 0 0 14.5mm; margin: 0 0 7.5mm; }
.lyrics-entry::after { content: ""; position: absolute; left: 50%; bottom: 0; width: min(10cm, 70vw); height: 1px; transform: translateX(-50%); background: rgba(216, 186, 104, .38); }
.lyrics-player-column { text-align: center; }
.lyrics-weflon { width: 100%; margin: 0 auto; }
.lyrics-weflon .hstw-track-sound-wave { min-height: 0; padding: 0; overflow: visible; background: transparent; }
.lyrics-weflon .hstw-backdrop { display: none; }
.lyrics-weflon .hstw-shell { width: 100%; transform: none; }
.lyrics-weflon .hstw-wave-button { --hstw-wave-width: min(100%, 360px); }
.lyrics-weflon .hstw-meta { margin-top: 12px; }
.lyrics-sing-invite { margin: -5px 0 12px; color: rgba(255, 255, 255, .72); font-size: 18px; font-weight: 300; line-height: 1.2; text-align: center; }
.lyrics-controls { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 2px; }
.lyrics-controls button { padding: 9px 12px; border: 1px solid #51451f; background: #111; color: #ddd; cursor: pointer; }
.lyrics-controls button[aria-pressed="true"] { border-color: #d8ba68; color: #d8ba68; }
.lyrics-controls label { display: flex; align-items: center; gap: 6px; color: #aaa; font-size: 10px; }
.lyrics-controls input { width: 100px; }
.lyrics-share-status { min-height: 16px; margin: 7px 0 0; color: #d8ba68; font-size: 10px; }
.lyrics-copy { box-sizing: border-box; padding-top: 10mm; }
.lyrics-text,
.lyrics-story { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 300; line-height: 1.52; }
.lyrics-line { display: block; min-height: 1.42em; }
.lyrics-line.is-empty { height: .72em; min-height: .72em; }
.lyrics-line strong { font-weight: 700; }
.lyrics-story { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .16); }
.lyrics-story h3 { margin: 0 0 12px; color: #d8ba68; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.is-single .lyrics-entry { max-width: 1120px; margin-left: auto; margin-right: auto; }
@media (max-width: 980px) {
    .lyrics-album-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lyrics-entry { grid-template-columns: minmax(220px, 320px) minmax(0, 1fr); gap: 28px; }
    .lyrics-copy { padding-top: 10mm; }
}
@media (max-width: 700px) {
    .lyrics-page { padding: 24px 16px 52px; }
    .lyrics-album-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 13px; }
    .lyrics-album-card strong { font-size: 15px; }
    .lyrics-entry { display: block; padding-bottom: 14.5mm; }
    .lyrics-copy { padding-top: 12mm; }
    .lyrics-text, .lyrics-story { font-size: 17px; line-height: 1.54; }
    .lyrics-line { min-height: 1.46em; }
    .lyrics-weflon .hstw-wave-button { --hstw-wave-width: min(88vw, 360px); }
    .lyrics-page-title h1 { font-size: 23px; }
    .lyrics-sing-invite { font-size: 17px; }
}
