.mystage-audio-player{--player-bg:#f5f5f5;--player-border:#e0e0e0;--progress-bg:#d1d5db;--progress-fill:#6b7280;--controls-color:#374151;--controls-hover:#1f2937;--time-color:#6b7280;width:100%;border-radius:8px;overflow:visible;position:relative;z-index:1}.mystage-audio-player *{user-select:none;-webkit-user-select:none}.mystage-audio-player .rhap_container{background-color:var(--player-bg);border:1px solid var(--player-border);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:12px 16px;transition:box-shadow .2s ease}.mystage-audio-player .rhap_container:hover{box-shadow:0 2px 6px rgba(0,0,0,.12)}.mystage-audio-player .rhap_progress-container{margin:0;height:6px}.mystage-audio-player .rhap_progress-bar{background-color:var(--progress-bg);border-radius:3px;height:6px}.mystage-audio-player .rhap_progress-filled,.mystage-audio-player .rhap_progress-indicator{background-color:var(--progress-fill)}.mystage-audio-player .rhap_progress-indicator{width:14px;height:14px;top:-4px;margin-left:-7px;box-shadow:0 1px 3px rgba(0,0,0,.15)}.mystage-audio-player .rhap_time{color:var(--time-color);font-size:13px;font-weight:500}.mystage-audio-player .rhap_controls-section{margin-top:0;gap:8px}.mystage-audio-player .rhap_main-controls{gap:12px}.mystage-audio-player .rhap_button-clear{color:var(--controls-color);transition:color .2s ease,transform .1s ease}.mystage-audio-player .rhap_button-clear:hover{color:var(--controls-hover);transform:scale(1.05)}.mystage-audio-player .rhap_play-pause-button{width:36px;height:36px}.mystage-audio-player .rhap_volume-button{width:28px;height:28px}.mystage-audio-player .rhap_volume-container{gap:6px;flex:0 1 100px!important;pointer-events:auto!important}.mystage-audio-player .rhap_volume-bar-area{background-color:var(--progress-bg);border-radius:3px;height:6px;cursor:pointer!important;pointer-events:auto!important;position:relative;z-index:1}.mystage-audio-player .rhap_volume-indicator{background-color:var(--progress-fill);width:14px;height:14px;top:-4px;margin-left:-7px;cursor:grab!important;pointer-events:auto!important;z-index:2;position:relative}.mystage-audio-player .rhap_volume-indicator:active{cursor:grabbing!important}.mystage-audio-player .rhap_volume-bar{cursor:pointer!important;pointer-events:auto!important;height:6px;position:relative}.mystage-audio-player .rhap_volume-filled{background-color:var(--progress-fill);pointer-events:none;height:6px}