.rmap-player-provider{--rm-audio-player-text-color:#2c2c2c;--rm-audio-player-shadow:0 0 0;--rm-audio-player-interface-container:#f5f5f5;--rm-audio-player-volume-background:#ccc;--rm-audio-player-volume-panel-background:#f2f2f2;--rm-audio-player-volume-panel-border:#ccc;--rm-audio-player-volume-thumb:#5c5c5c;--rm-audio-player-volume-fill:#00000080;--rm-audio-player-volume-track:#ababab;--rm-audio-player-track-current-time:#0072f5;--rm-audio-player-track-duration:#8c8c8c;--rm-audio-player-progress-bar:#0072f5;--rm-audio-player-progress-bar-background:#393939;--rm-audio-player-waveform-cursor:#4b4b4b;--rm-audio-player-waveform-background:var(--rm-audio-player-progress-bar-background);--rm-audio-player-waveform-bar:var(--rm-audio-player-progress-bar);--rm-audio-player-sortable-list:#eaeaea;--rm-audio-player-sortable-list-button-active:#0072f5;--rm-audio-player-selected-list-item-background:#b3b3b3;color:var(--rm-audio-player-text-color)}@media (prefers-color-scheme:dark){.rmap-player-provider:not([data-theme=light]){--rm-audio-player-text-color:#ededed;--rm-audio-player-shadow:255 255 255;--rm-audio-player-interface-container:#1e1e1e;--rm-audio-player-volume-background:#5c5c5c;--rm-audio-player-volume-panel-background:#2c2c2c;--rm-audio-player-volume-panel-border:#393939;--rm-audio-player-volume-thumb:#d3d3d3;--rm-audio-player-volume-fill:#ffffff80;--rm-audio-player-volume-track:#494949;--rm-audio-player-track-current-time:#0072f5;--rm-audio-player-track-duration:#a2a2a2;--rm-audio-player-progress-bar:#0072f5;--rm-audio-player-progress-bar-background:#d1d1d1;--rm-audio-player-waveform-cursor:#c8c8c8;--rm-audio-player-waveform-background:var(--rm-audio-player-progress-bar-background);--rm-audio-player-waveform-bar:var(--rm-audio-player-progress-bar);--rm-audio-player-sortable-list:#2c2c2c;--rm-audio-player-sortable-list-button-active:#0072f5;--rm-audio-player-selected-list-item-background:#5c5c5c}}.rmap-player-provider[data-theme=dark]{--rm-audio-player-text-color:#ededed;--rm-audio-player-shadow:255 255 255;--rm-audio-player-interface-container:#1e1e1e;--rm-audio-player-volume-background:#5c5c5c;--rm-audio-player-volume-panel-background:#2c2c2c;--rm-audio-player-volume-panel-border:#393939;--rm-audio-player-volume-thumb:#d3d3d3;--rm-audio-player-volume-fill:#ffffff80;--rm-audio-player-volume-track:#494949;--rm-audio-player-track-current-time:#0072f5;--rm-audio-player-track-duration:#a2a2a2;--rm-audio-player-progress-bar:#0072f5;--rm-audio-player-progress-bar-background:#d1d1d1;--rm-audio-player-waveform-cursor:#c8c8c8;--rm-audio-player-waveform-background:var(--rm-audio-player-progress-bar-background);--rm-audio-player-waveform-bar:var(--rm-audio-player-progress-bar);--rm-audio-player-sortable-list:#2c2c2c;--rm-audio-player-sortable-list-button-active:#0072f5;--rm-audio-player-selected-list-item-background:#5c5c5c}.rmap-player-provider *{box-sizing:border-box;font:inherit;font-size:100%}.rmap-player-provider ol,.rmap-player-provider ul{margin:0;padding:0;list-style:none}.rmap-player-provider blockquote,.rmap-player-provider q{quotes:none}.rmap-player-provider blockquote:before,.rmap-player-provider blockquote:after,.rmap-player-provider q:before,.rmap-player-provider q:after{content:none}.rmap-player-provider table{border-collapse:collapse;border-spacing:0}.rmap-player-provider button{color:inherit;cursor:pointer;vertical-align:baseline;background:0 0;border:0;margin:0;padding:0}.rmap-ctrl-btn-wrapper{align-items:center;gap:10px;display:flex}.styled-btn.rmap-play-btn{width:35px}.styled-btn{cursor:pointer;background:0 0;border:none;width:20px;height:100%;padding:0;transition:transform .2s ease-out,opacity .2s ease-out;display:flex}.styled-btn svg{pointer-events:none;width:100%;height:100%}.styled-btn:hover{transform:scale(1.1)}.styled-btn:focus-visible{outline:2px solid var(--rm-audio-player-progress-bar,#0072f5);outline-offset:2px}.styled-btn:active{opacity:.5;transform:scale(.8)}.rmap-drawer-container{min-width:20px;min-height:20px;position:relative}.rmap-drawer-container .rmap-drawer-trigger{cursor:pointer;display:flex;position:absolute;inset:0}.rmap-drawer-container .rmap-drawer-trigger[aria-expanded=true] svg{color:var(--rm-audio-player-sortable-list-button-active)}.rmap-drawer-container .rmap-drawer-content{transform-origin:top}.rmap-drawer-container .rmap-drawer-content-enter{animation:.25s ease-out forwards rmap-appearance-in}.rmap-drawer-container .rmap-drawer-content-leave{animation:.1s ease-in forwards rmap-appearance-out}.rmap-sortable-list-container,.rmap-sortable-list-container li{list-style-type:none}.rmap-sortable-list-container{cursor:pointer}.rmap-sortable-item{border-top:2px solid #0000;border-bottom:2px solid #0000;transition:opacity .3s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-backdrop-filter .3s ease-in-out,backdrop-filter .3s ease-in-out}.rmap-sortable-item *{pointer-events:none}.rmap-sortable-item.rmap-drag-start{opacity:.5}.rmap-sortable-item.rmap-drag-over{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 3.58195px 22.3872px -2.68646px rgb(var(--rm-audio-player-shadow,0 0 0) / 20%);transform:scale(1.02)}.rmap-sortable-item-inner{align-items:center;display:flex}.rmap-playlist-item{align-items:center;width:100%;height:100%;padding:10px 20px;display:flex}.rmap-playlist-item.rmap-cur-played{background:var(--rm-audio-player-selected-list-item-background)}.rmap-playlist-item .rmap-playlist-item-contents{gap:10px;width:100%;display:flex}.rmap-playlist-item .rmap-playlist-album-cover{align-items:center;display:flex}.rmap-playlist-item .rmap-playlist-album-cover img{width:35px;height:35px}.rmap-playlist-item .rmap-playlist-album-info{min-width:10px;margin-right:1.5rem;padding:2px 0%;font-size:13px;display:grid}.rmap-playlist-item .rmap-playlist-album-info span{text-overflow:ellipsis;white-space:nowrap;align-self:center;overflow:hidden}.rmap-playlist-container{transition-property:max-height,opacity;overflow:hidden auto}.rmap-playlist-container.rmap-playlist-content-enter{opacity:0;max-height:0}.rmap-playlist-container.rmap-playlist-content-enter-active{opacity:1;max-height:20vh;transition-duration:.5s;transition-timing-function:cubic-bezier(0,0,0,1.2)}.rmap-playlist-container.rmap-playlist-content-leave{opacity:1;max-height:20vh}.rmap-playlist-container.rmap-playlist-content-leave-active{opacity:0;max-height:0;transition-duration:.25s;transition-timing-function:cubic-bezier(.66,-.41,1,1)}.rmap-bar-progress-wrapper{cursor:pointer;align-items:center;width:100%;height:18px;padding:8px 0;display:flex;position:relative}.rmap-bar-progress-wrapper .rmap-progress-bar{background-color:var(--rm-audio-player-progress-bar-background);width:100%;height:100%;position:relative;overflow:hidden}.rmap-bar-progress-wrapper .rmap-progress-fill{background-color:var(--rm-audio-player-progress-bar);transform-origin:0 0;width:100%;height:100%;position:absolute;left:0;transform:scaleX(0)}.rmap-bar-progress-wrapper .rmap-progress-handle{background-color:var(--rm-audio-player-progress-bar);opacity:0;border-radius:50%;width:8px;height:8px;transition:opacity .2s ease-in-out;position:absolute;left:-4px}.rmap-bar-progress-wrapper:hover .rmap-progress-handle,.rmap-bar-progress-wrapper:focus-visible .rmap-progress-handle{opacity:1}.rmap-bar-progress-wrapper:focus-visible{outline:2px solid var(--rm-audio-player-progress-bar,#0072f5);outline-offset:2px}.rmap-waveform-wrapper{width:100%;display:flex}.rmap-waveform-wrapper[data-active=false]{opacity:0;pointer-events:none;height:0}.rmap-waveform-wrapper #rm-waveform{width:100%;overflow:hidden}.rmap-waveform-wrapper #rm-waveform wave{cursor:pointer!important;overflow-x:hidden!important}.rmap-progress-container{min-width:100px}.styled-btn.rmap-speed-selector-trigger{box-sizing:border-box;width:auto;min-width:44px;height:20px;font:inherit;font-variant-numeric:tabular-nums;color:var(--rm-audio-player-text-color);border-radius:4px;justify-content:center;align-items:center;padding-top:2px;line-height:1}.rmap-dropdown-container .rmap-dropdown-trigger.rmap-speed-selector-trigger{position:static;inset:auto}.styled-btn.rmap-speed-selector-trigger:hover{color:var(--rm-audio-player-track-current-time);transform:none}.styled-btn.rmap-speed-selector-trigger:active{transform:scale(.95)}.rmap-speed-selector-menu{background-color:var(--rm-audio-player-volume-panel-background);border:1px solid var(--rm-audio-player-volume-panel-border);min-width:64px;box-shadow:0 2px 4px rgb(var(--rm-audio-player-shadow,0 0 0) / 10%);border-radius:5px;flex-direction:column;margin:0;padding:4px;list-style:none;display:flex}.rmap-speed-selector-option{cursor:pointer;text-align:center;width:100%;font:inherit;font-variant-numeric:tabular-nums;color:var(--rm-audio-player-text-color);background:0 0;border:none;border-radius:3px;line-height:1.2;transition:background-color .15s ease-out,color .15s ease-out}.rmap-speed-selector-option:hover{background-color:rgb(var(--rm-audio-player-shadow,0 0 0) / 8%)}.rmap-speed-selector-option:focus-visible{outline:2px solid var(--rm-audio-player-progress-bar,#0072f5);outline-offset:-2px}.rmap-speed-selector-option.rmap-speed-selector-option--active{color:var(--rm-audio-player-track-current-time);font-weight:600}.rmap-speed-selector-menu .rmap-speed-selector-option{padding:6px 12px}@keyframes rmap-appearance-in{0%{opacity:0;transform:scale(.95)}60%{opacity:.75;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes rmap-appearance-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.rmap-dropdown-container{justify-content:center;align-items:center;min-width:20px;min-height:20px;display:flex;position:relative}.rmap-dropdown-container .rmap-dropdown-trigger{cursor:pointer;display:flex;position:absolute;inset:0}.rmap-dropdown-container .rmap-dropdown-content{transform-origin:top}.rmap-dropdown-container .rmap-dropdown-content-enter{animation:.25s ease-out forwards rmap-appearance-in}.rmap-dropdown-container .rmap-dropdown-content-leave{animation:.1s ease-in forwards rmap-appearance-out}.rmap-volume-container{justify-content:center;align-items:center;width:32px;height:119px;display:flex;position:relative}.rmap-volume-container[data-placement=top]{bottom:auto}.rmap-volume-container[data-placement=left]{right:50px;transform:rotate(-90deg)}.rmap-volume-container[data-placement=right]{left:50px;transform:rotate(90deg)}.rmap-volume-container[data-placement=bottom]{top:5px;transform:rotateX(180deg)}.rmap-volume-container .rmap-volume-panel{background-color:var(--rm-audio-player-volume-panel-background);border:1px solid var(--rm-audio-player-volume-panel-border);width:30px;height:118px;box-shadow:0 2px 4px rgb(var(--rm-audio-player-shadow,0 0 0) / 10%);border-radius:5px;position:absolute;bottom:5px}.rmap-volume-container .rmap-volume-panel:before{content:"";border-color:transparent transparent var(--rm-audio-player-volume-panel-border) var(--rm-audio-player-volume-panel-border);box-shadow:-3px 3px 4px rgb(var(--rm-audio-player-shadow,0 0 0) / 10%);box-sizing:border-box;transform-origin:0 0;pointer-events:none;z-index:0;border-style:solid;border-width:5px;width:0;height:0;position:absolute;bottom:-10px;left:7.9px;transform:rotate(-45deg)}.rmap-volume-container .rmap-volume-panel:after{content:"";border-color:transparent transparent var(--rm-audio-player-volume-panel-background) var(--rm-audio-player-volume-panel-background);z-index:1;box-sizing:border-box;transform-origin:0 0;pointer-events:none;border-style:solid;border-width:4px;width:0;height:0;position:absolute;bottom:-8px;left:9px;transform:rotate(-45deg)}.rmap-volume-container input[type=range]{appearance:none;background-color:var(--rm-audio-player-volume-background);transform-origin:75px 75px;width:92px;height:2px;margin-left:14px;display:block;position:absolute;top:-45px;left:0;transform:rotate(-90deg)}.rmap-volume-container input:focus:not(:focus-visible){outline-color:#0000}.rmap-volume-container input::-webkit-slider-thumb{appearance:none;background:var(--rm-audio-player-volume-thumb);border-radius:12px;width:16px;height:16px;overflow:visible}.rmap-volume-container input::-moz-range-thumb{background:var(--rm-audio-player-volume-thumb);border:none;border-radius:12px;width:16px;height:16px;overflow:visible}.rmap-volume-container input::-moz-range-track{appearance:none;color:#0000;cursor:pointer;background-color:#0000;background-position:50%;background-repeat:no-repeat;background-size:100% 3px;background-image:linear-gradient(90deg,var(--rm-audio-player-volume-fill) var(--rm-audio-player-volume-value),var(--rm-audio-player-volume-track) var(--rm-audio-player-volume-value));border-color:#0000;border-radius:2%/50%;display:block;overflow:visible}.rmap-volume-container input::-webkit-slider-runnable-track{appearance:none;color:#0000;cursor:pointer;background-color:#0000;background-position:50%;background-repeat:no-repeat;background-size:100% 3px;background-image:linear-gradient(90deg,var(--rm-audio-player-volume-fill) var(--rm-audio-player-volume-value),var(--rm-audio-player-volume-track) var(--rm-audio-player-volume-value));border-color:#0000;border-radius:2%/50%;display:block;overflow:visible}.rmap-artwork-container{align-items:center;width:100%;height:100%;display:flex}.rmap-artwork-container img,.rmap-artwork-container .rmap-artwork-fallback{width:50px;height:50px}.rmap-artwork-container .rmap-artwork-fallback{justify-content:center;align-items:center;font-size:13px;display:flex;overflow:hidden}.rmap-track-info-container{align-items:center;row-gap:5px;display:grid}.rmap-track-info-container span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rmap-track-info-container .title{font-size:16px}.rmap-track-info-container .writer{font-size:12px}.rmap-track-time-container{justify-content:center;align-items:center;min-height:16px;display:flex;font-family:monospace!important;font-size:16px!important}.rmap-track-time-container[data-position=left] .rmap-track-current-time,.rmap-track-time-container[data-position=left] .rmap-track-duration{margin-right:-10px}.rmap-track-time-container[data-position=right] .rmap-track-current-time:before,.rmap-track-time-container[data-position=right] .rmap-track-duration:before{content:"/";margin:0 .3rem}.rmap-track-time-current .rmap-track-current-time{letter-spacing:-.1rem;color:var(--rm-audio-player-track-current-time);font-weight:700}.rmap-track-time-duration .rmap-track-duration{color:var(--rm-audio-player-track-duration);letter-spacing:-.1rem;display:flex}.rmap-interface-container .rmap-interface-grid{background:var(--rm-audio-player-interface-container);padding:.5rem 10px}.rmap-interface-container .rmap-sortable-playlist{background:var(--rm-audio-player-sortable-list);box-shadow:-5px 2px 4px rgb(var(--rm-audio-player-shadow,0 0 0) / 4%) inset}
