/* album.css — /album/<slug> track list (extracted from inline <style>).
   Uses shared .mhero/.me/.mc/.mherobg from queueplayer.css. */
.albpg{width:100%;padding:22px 40px 40px}
.albpg .qptools{display:flex;gap:10px;margin:16px 0 2px;flex-wrap:wrap}
.albpg .qpbtn{display:inline-flex;align-items:center;gap:8px;background:var(--accent,#e7c873);color:#07070b;border:none;border-radius:30px;padding:11px 22px;font:inherit;font-weight:800;font-size:.92rem;cursor:pointer}
.albpg .qpbtn.save{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);color:#fff}
.albpg .ahead{display:flex;gap:18px;align-items:flex-end}
.albpg .acov{width:120px;height:120px;border-radius:16px;object-fit:cover;background:#15151c;flex-shrink:0;box-shadow:0 14px 32px rgba(0,0,0,.5)}
.albpg .hki{font-size:.72rem;letter-spacing:.14em;opacity:.55;font-weight:700}
.albpg .hn{font-size:clamp(1.4rem,5vw,2rem);font-weight:900;line-height:1.1;margin:3px 0}
.albpg .hby{color:var(--accent,#e7c873);font-weight:600;font-size:.92rem}
.albpg .hcnt{opacity:.5;font-size:.82rem;margin-top:4px}
.albpg .tlist{display:flex;flex-direction:column;gap:2px;margin-top:18px;max-width:960px}
.albpg .trow{display:flex;align-items:center;gap:13px;padding:9px 10px;border-radius:13px;color:inherit;transition:background .15s}
.albpg .trow:hover{background:rgba(255,255,255,.05)}
.albpg .trow .idx{width:20px;text-align:center;opacity:.4;font-size:.82rem;flex-shrink:0;font-variant-numeric:tabular-nums}
.albpg .trow .th{width:52px;height:52px;border-radius:10px;object-fit:cover;background:#15151c;flex-shrink:0;box-shadow:0 6px 16px rgba(0,0,0,.4)}
.albpg .trow .meta{flex:1;min-width:0}
.albpg .trow .tt{font-weight:600;font-size:.94rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.albpg .trow .ta{font-size:.78rem;opacity:.58;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.albpg .rlike{background:none;border:none;color:rgba(255,255,255,.4);cursor:pointer;padding:7px;flex-shrink:0;display:flex}
.albpg .rlike svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linejoin:round}
.albpg .rlike.isliked{color:#ff4d6d}
.albpg .rlike.isliked svg{fill:currentColor;stroke:none}
@media(max-width:560px){.albpg{padding:14px 16px 28px}.albpg .acov{width:96px;height:96px}}
