            /* Matches the Mixes panel action to the Music frame's discography button. */
            .pl-library-btn-wrap { margin: 8px 0 28px; padding: 6px; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; background: rgba(255,255,255,.04); }
            .music-discography-btn { display:flex; align-items:center; justify-content:center; gap:8px; width:100%; min-height:44px; border:1px solid rgba(90,194,78,.45); border-radius:6px; background:rgba(90,194,78,.14); color:#5ac24e; cursor:pointer; font-family:"Poppins",sans-serif; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease; }
            .music-discography-btn:hover, .music-discography-btn:focus-visible { background:rgba(245,166,35,.16); border-color:rgba(245,166,35,.55); box-shadow:0 8px 24px rgba(245,166,35,.18); color:#f5a623; outline:none; }
