@layer quartz-base{.music-player-fab{z-index:999;cursor:pointer;color:#fff;background:linear-gradient(135deg,#ee8db0,#a99ae0);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;transition:transform .2s;display:flex;box-shadow:0 6px 20px #ee8db073;position:fixed!important;bottom:1.2rem!important;right:1.2rem!important}.music-player-fab:hover{transform:scale(1.08)}.music-player-fab.playing{animation:2s ease-in-out infinite mp-pulse}@keyframes mp-pulse{0%,to{box-shadow:0 6px 20px #ee8db073}50%{box-shadow:0 6px 26px #ee8db0bf}}.music-player-panel{z-index:998;width:300px;color:var(--dark);background:#fffffff0;border:1px solid #ee8db047;border-radius:16px;padding:.9rem 1rem;font-size:.9rem;display:none;box-shadow:0 12px 40px #0000002e;position:fixed!important;bottom:5rem!important;right:1.2rem!important}html[saved-theme=dark] .music-player-panel{color:var(--light);background:#2c243af2;border-color:#b8a1ec4d}.music-player-panel.open{display:block}.mp-track{text-align:center;margin-bottom:.6rem}.mp-title{font-size:.95rem;font-weight:700}.mp-artist{color:var(--gray);margin-top:.15rem;font-size:.8rem}.mp-progress{accent-color:#ee8db0;cursor:pointer;width:100%;margin:.4rem 0}.mp-time{color:var(--gray);justify-content:space-between;margin-top:-.1rem;font-size:.72rem;display:flex}.mp-controls{justify-content:center;align-items:center;gap:1rem;margin:.4rem 0 .2rem;display:flex}.mp-controls button{cursor:pointer;color:var(--secondary);background:0 0;border:none;font-size:1.15rem;transition:transform .15s}.mp-controls button:hover{transform:scale(1.18)}.mp-play{font-size:1.7rem!important}.mp-list{border-top:1px solid #ee8db02e;max-height:150px;margin-top:.5rem;padding-top:.5rem;overflow-y:auto}.mp-list-item{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:.3rem .4rem;display:flex}.mp-list-item:hover{background:#ee8db01f}.mp-list-item.active{color:var(--secondary);font-weight:600}.mp-list-item .mp-num{color:var(--gray);margin-right:.5rem;font-size:.75rem}.mp-err{color:#e34f4f;text-align:center;margin-top:.3rem;font-size:.75rem;display:none}}