.amplitude-player{width:600px;margin:auto;background:#fff;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.1);padding:20px}.song-name,.song-artist{text-align:center}.song-name{font-size:20px;font-weight:bold;margin-bottom:6px}.song-artist{font-size:14px;color:#888;margin-bottom:10px}img[amplitude-song-info="cover_art_url"]{display:block;margin:0 auto 20px;width:100%;max-width:280px;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px}.player-controls-wrapper{background:#fefefe;border:1px solid #ddd;border-radius:16px;padding:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);margin-bottom:20px}.amplitude-controls{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-bottom:15px}.amplitude-controls i{font-size:22px;width:44px;height:44px;line-height:44px;text-align:center;border-radius:50%;background:#ff416c;color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.15);transition:all .3s ease}.time-bar{display:flex;justify-content:space-between;font-size:14px;color:#666;margin-bottom:6px}.amplitude-song-slider{width:100%;margin-bottom:10px}#loopToggle{margin-top:10px;padding:6px 16px;font-size:14px;border-radius:20px;border:none;background:#ff416c;color:white;cursor:pointer;display:block;margin-left:auto;margin-right:auto}.playlist{max-height:250px;overflow-y:auto;border:1px solid #eee;border-radius:8px;margin-top:10px;text-align:left}.playlist .song-item{padding:10px;border-bottom:1px solid #eee;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist .song-item:hover{background:#f0f0f0}.playlist .active{background:#dfefff;font-weight:bold}@media screen and (max-width:768px){.amplitude-player{max-width:100%;padding:6px}img[amplitude-song-info="cover_art_url"]{max-width:280px}}#audio-error-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:999;display:flex;justify-content:center;align-items:center}#audio-error-overlay .error-box{background:#fff;padding:20px 30px;border-radius:8px;color:#333;position:relative;text-align:center}#audio-error-overlay .close-btn{position:absolute;top:-10px;right:-10px;background:#ff4d4f;color:#fff;padding:4px 8px;border-radius:50%;cursor:pointer}