.reepost-audio-player-wrapper{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.reepost-audio-player{display:flex;align-items:center;gap:16px;background:#0f0f0f;border-radius:12px;padding:20px 24px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,0.25)}.reepost-audio-player .play-btn{flex-shrink:0;background:none;border:none;color:rgba(255,255,255,0.9);cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:color 0.2s,transform 0.2s}.reepost-audio-player .play-btn:hover{color:#fff;transform:scale(1.05)}.reepost-audio-player .icon-play-pause .icon-pause-path{display:none}.reepost-audio-player .play-btn.is-playing .icon-play-path{display:none}.reepost-audio-player .play-btn.is-playing .icon-pause-path{display:block}.reepost-audio-player .track-info{flex-shrink:0;min-width:0;max-width:180px}.reepost-audio-player .track-title{font-size:15px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reepost-audio-player .track-artist{font-size:13px;color:rgba(255,255,255,0.6);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reepost-audio-player .progress-wrap{flex:1;min-width:0;position:relative;height:6px}.reepost-audio-player .progress-track{position:absolute;top:50%;left:0;right:0;height:4px;background:rgba(255,255,255,0.2);border-radius:2px;transform:translateY(-50%);overflow:hidden}.reepost-audio-player .progress-filled{height:100%;background:#3b82f6;border-radius:2px;transition:width 0.05s linear}.reepost-audio-player .progress-bar{position:absolute;top:50%;left:0;right:0;width:100%;height:20px;margin:-10px 0 0;-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer}.reepost-audio-player .progress-bar::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:#3b82f6;cursor:pointer;opacity:0;transition:opacity 0.2s}.reepost-audio-player .progress-wrap:hover .progress-bar::-webkit-slider-thumb{opacity:1}.reepost-audio-player .progress-bar::-moz-range-thumb{width:12px;height:12px;border:none;border-radius:50%;background:#3b82f6;cursor:pointer;opacity:0;transition:opacity 0.2s}.reepost-audio-player .progress-wrap:hover .progress-bar::-moz-range-thumb{opacity:1}.reepost-audio-player .time-display{flex-shrink:0;font-size:12px;color:rgba(255,255,255,0.7);font-variant-numeric:tabular-nums}.reepost-audio-player .volume-wrap{flex-shrink:0;display:flex;align-items:center;gap:8px;width:100px;min-width:0;overflow:hidden}.reepost-audio-player .btn-control{background:none;border:none;color:rgba(255,255,255,0.8);cursor:pointer;padding:4px;display:flex;transition:color 0.2s}.reepost-audio-player .btn-control:hover{color:#fff}.reepost-audio-player .icon-volume .icon-off{display:none}.reepost-audio-player .btn-volume.is-muted .icon-on{display:none}.reepost-audio-player .btn-volume.is-muted .icon-off{display:block}.reepost-audio-player .volume-bar{flex:1;min-width:0;-webkit-appearance:none;appearance:none;height:4px;background:rgba(255,255,255,0.2);border-radius:2px;cursor:pointer}.reepost-audio-player .volume-bar::-webkit-slider-thumb{-webkit-appearance:none;width:10px;height:10px;border-radius:50%;background:#fff;cursor:pointer}.reepost-audio-player .volume-bar::-moz-range-thumb{width:10px;height:10px;border:none;border-radius:50%;background:#fff;cursor:pointer}.reepost-audio-player-wrapper.is-mobile .reepost-audio-player{flex-wrap:wrap;gap:12px}.reepost-audio-player-wrapper.is-mobile .reepost-audio-player .track-info{max-width:100%}.reepost-audio-player-wrapper.is-mobile .reepost-audio-player .progress-wrap{order:4;flex-basis:100%}.reepost-audio-player-wrapper.is-mobile .reepost-audio-player .time-display{margin-left:auto}.reepost-audio-player-wrapper.is-mobile .reepost-audio-player .volume-wrap{width:80px}
