.rhap_container{box-sizing:border-box;display:flex;flex-direction:column;line-height:1;font-family:inherit;width:100%;padding:10px 15px;background-color:#fff;box-shadow:0 0 3px 0 rgba(0,0,0,.2)}.rhap_container:focus:not(:focus-visible){outline:0}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:10px}.rhap_footer{margin-top:5px}.rhap_main{display:flex;flex-direction:column;flex:1 1 auto}.rhap_stacked .rhap_controls-section{margin-top:8px}.rhap_horizontal{flex-direction:row}.rhap_horizontal .rhap_controls-section{margin-left:8px}.rhap_horizontal-reverse{flex-direction:row-reverse}.rhap_horizontal-reverse .rhap_controls-section{margin-right:8px}.rhap_stacked-reverse{flex-direction:column-reverse}.rhap_stacked-reverse .rhap_controls-section{margin-bottom:8px}.rhap_progress-section{display:flex;flex:3 1 auto;align-items:center}.rhap_progress-container{display:flex;align-items:center;height:20px;flex:1 0 auto;align-self:center;margin:0 calc(10px + 1%);cursor:pointer;user-select:none;-webkit-user-select:none}.rhap_progress-container:focus:not(:focus-visible){outline:0}.rhap_time{color:#333;font-size:16px;user-select:none;-webkit-user-select:none}.rhap_progress-bar{box-sizing:border-box;position:relative;z-index:0;width:100%;height:5px;background-color:#dddddd;border-radius:2px}.rhap_progress-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_progress-bar-show-download{background-color:rgba(221,221,221,.5)}.rhap_download-progress{height:100%;position:absolute;z-index:1;background-color:#dddddd;border-radius:2px}.rhap_progress-indicator{box-sizing:border-box;position:absolute;z-index:3;width:20px;height:20px;margin-left:-10px;top:-8px;background:#868686;border-radius:50px;box-shadow:0 0 5px rgba(134,134,134,.5)}.rhap_controls-section{display:flex;flex:1 1 auto;justify-content:space-between;align-items:center}.rhap_additional-controls{display:flex;flex:1 0 auto;align-items:center}.rhap_repeat-button{font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_main-controls{flex:0 1 auto;display:flex;justify-content:center;align-items:center}.rhap_main-controls-button{margin:0 3px;color:#868686;font-size:35px;width:35px;height:35px}.rhap_play-pause-button{font-size:40px;width:40px;height:40px}.rhap_volume-controls{display:flex;flex:1 0 auto;justify-content:flex-end;align-items:center}.rhap_volume-button{flex:0 0 26px;font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_volume-container{display:flex;align-items:center;flex:0 1 100px;user-select:none;-webkit-user-select:none}.rhap_volume-bar-area{display:flex;align-items:center;width:100%;height:14px;cursor:pointer}.rhap_volume-bar-area:focus:not(:focus-visible){outline:0}.rhap_volume-bar{box-sizing:border-box;position:relative;width:100%;height:4px;background:#dddddd;border-radius:2px}.rhap_volume-indicator{box-sizing:border-box;position:absolute;width:12px;height:12px;margin-left:-6px;left:0;top:-4px;background:#868686;opacity:.9;border-radius:50px;box-shadow:0 0 3px rgba(134,134,134,.5);cursor:pointer}.rhap_volume-indicator:hover{opacity:.9}.rhap_volume-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_button-clear{background-color:transparent;border:none;padding:0;overflow:hidden;cursor:pointer}.rhap_button-clear:hover{opacity:.9;transition-duration:.2s}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus:not(:focus-visible){outline:0}.song-audio-player .rhap_container{background-color:hsl(var(--card));border:1px solid hsl(var(--border)/.5);border-radius:calc(var(--radius) - .25rem);box-shadow:none;padding:.625rem .75rem;color:hsl(var(--foreground));line-height:1}.song-audio-player .rhap_header{margin-bottom:.4rem}.song-audio-player .rhap_main{gap:.35rem}.song-audio-player .rhap_horizontal{align-items:center}.song-audio-player .rhap_horizontal .rhap_controls-section{margin-left:.5rem;flex:0 0 auto}.song-audio-player .rhap_progress-section{flex:1 1 auto;min-width:0;gap:.35rem}.song-audio-player .rhap_progress-container{margin:0 .35rem}.song-audio-player .rhap_time{color:hsl(var(--muted-foreground));font-size:.6875rem;font-variant-numeric:tabular-nums;min-width:2.25rem}.song-audio-player .rhap_progress-bar{height:4px;background-color:hsl(var(--muted));border-radius:9999px}.song-audio-player .rhap_progress-filled{background-color:hsl(var(--primary));border-radius:9999px}.song-audio-player .rhap_download-progress{background-color:hsl(var(--primary)/.18);border-radius:9999px}.song-audio-player .rhap_progress-indicator{width:12px;height:12px;margin-left:-6px;top:-4px;background:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--card))}.song-audio-player .rhap_controls-section{gap:.25rem}.song-audio-player .rhap_main-controls{flex:0 0 auto}.song-audio-player .rhap_main-controls-button.rhap_button-clear,.song-audio-player .rhap_play-pause-button.rhap_button-clear{width:auto;height:auto;min-height:2.25rem;margin:0;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;line-height:1;border-radius:9999px;border:none;background:var(--gradient-sunset);color:hsl(var(--primary-foreground));box-shadow:var(--shadow-soft);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}.song-audio-player .rhap_main-controls-button.rhap_button-clear:hover,.song-audio-player .rhap_play-pause-button.rhap_button-clear:hover{transform:scale(1.03);opacity:1;color:hsl(var(--primary-foreground))}.song-audio-player .rhap_main-controls-button.rhap_button-clear:focus-visible,.song-audio-player .rhap_play-pause-button.rhap_button-clear:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.song-audio-player .song-audio-player__action{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;color:hsl(var(--primary-foreground))}.song-audio-player .song-audio-player__action-icon{width:.9rem;height:.9rem;flex-shrink:0;color:hsl(var(--primary-foreground));stroke:hsl(var(--primary-foreground))}.song-audio-player .song-audio-player__action-icon--play{margin-left:.05rem}.song-audio-player .rhap_main-controls-button svg,.song-audio-player .rhap_play-pause-button svg{width:.9rem;height:.9rem;color:hsl(var(--primary-foreground));stroke:hsl(var(--primary-foreground))}.song-audio-player .rhap_button-clear{color:hsl(var(--primary))}.song-audio-player.song-audio-player--disabled{opacity:.65;pointer-events:none}.song-audio-player.song-audio-player--disabled .rhap_main-controls-button.rhap_button-clear,.song-audio-player.song-audio-player--disabled .rhap_play-pause-button.rhap_button-clear{background:hsl(var(--muted));color:hsl(var(--muted-foreground));box-shadow:none}.song-audio-player.song-audio-player--disabled .song-audio-player__action,.song-audio-player.song-audio-player--disabled .song-audio-player__action-icon{color:hsl(var(--muted-foreground));stroke:hsl(var(--muted-foreground))}