.footer{position:fixed;bottom:0;left:0;width:100vw;height:90px;background-color:#181818;color:white;justify-content:space-between;padding:0 20px;box-shadow:0 -1px 5px rgba(0,0,0,.3);z-index:999}.footer,.footer-left{display:flex;align-items:center}.footer-left{gap:10px}.footer-left img{width:50px;height:50px;border-radius:4px}.song-title{font-weight:700;margin:0}.song-artist{font-size:12px;color:#aaa;margin:0}.footer-center{align-items:center;justify-content:center}.footer-center button{font-size:18px;background:none;border:none;color:white;cursor:pointer;padding-left:30px;margin-bottom:15px;margin-left:75px}.progress-bar{width:450px;display:flex;align-items:center;gap:8px}.progress-bar input[type=range]{-webkit-appearance:none;width:100%;height:6px;background:#a855f7;border-radius:4px;outline:none;cursor:pointer}.progress-bar input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:white;border:2px solid #a855f7;border-radius:50%}.progress-bar input[type=range]::-moz-range-track{height:6px;background:#a855f7;border-radius:4px}.progress-bar input[type=range]::-moz-range-thumb{width:12px;height:12px;background:white;border:2px solid #a855f7;border-radius:50%}.footer-right input[type=range]{-webkit-appearance:none;width:100%;height:6px;background:#a855f7;border-radius:4px;outline:none;cursor:pointer;margin-top:12px}.footer-right input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:white;border-radius:50%;border:2px solid #a855f7}.footer-right input[type=range]::-moz-range-track{height:6px;background:#a855f7;border-radius:4px}.footer-right input[type=range]::-moz-range-thumb{width:12px;height:12px;background:white;border:2px solid #a855f7;border-radius:50%}.play-pause{padding:8px;cursor:pointer;width:35px;height:35px}.footer-right{display:flex}