.rhap_container{box-sizing:border-box;display:flex;flex-direction:column;width:100%;gap:10px;padding:14px 16px;background-color:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.rhap_container:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:4px}.rhap_footer{margin-top:4px}.rhap_main{display:flex;flex-direction:column;flex:1 1 auto;gap:8px}.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;gap:8px}.rhap_time{color:var(--muted-foreground);font-size:12px}.rhap_progress-container,.rhap_time{-moz-user-select:none;user-select:none;-webkit-user-select:none}.rhap_progress-container{display:flex;align-items:center;height:24px;flex:1 0 auto;align-self:center;margin:0 12px;cursor:pointer}.rhap_progress-container:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.rhap_progress-bar{box-sizing:border-box;position:relative;z-index:0;width:100%;height:6px;border-radius:9999px}.rhap_progress-bar,.rhap_progress-bar-show-download{background-color:var(--muted)}.rhap_download-progress{z-index:1;background-color:color-mix(in oklab,var(--muted-foreground) 16%,transparent)}.rhap_download-progress,.rhap_progress-filled{height:100%;position:absolute;border-radius:9999px}.rhap_progress-filled{z-index:2;background-color:var(--primary)}.rhap_progress-indicator{box-sizing:border-box;position:absolute;z-index:3;width:14px;height:14px;margin-left:-7px;top:-4px;background:var(--primary);border-radius:9999px;box-shadow:0 0 0 4px color-mix(in oklab,var(--primary) 20%,transparent)}.rhap_controls-section{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;-moz-column-gap:8px;column-gap:8px}.rhap_additional-controls,.rhap_volume-controls{display:flex;align-items:center;gap:8px}.rhap_additional-controls{justify-self:start}.rhap_main-controls{display:flex;justify-content:center;align-items:center;gap:6px;justify-self:center}.rhap_volume-controls{justify-self:end}.rhap_main-controls-button,.rhap_repeat-button,.rhap_volume-button{color:var(--muted-foreground);border-radius:8px;transition:background-color .12s ease,color .12s ease,opacity .12s ease}.rhap_button-clear{background-color:transparent;border:none;padding:6px;overflow:hidden;cursor:pointer;border-radius:8px}.rhap_button-clear:hover{background-color:color-mix(in oklab,var(--accent) 60%,transparent);color:var(--accent-foreground)}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.rhap_main-controls-button{font-size:26px;width:36px;height:36px}.rhap_play-pause-button{font-size:30px;width:40px;height:40px;color:var(--foreground)}.rhap_volume-container{display:flex;align-items:center;width:120px;-moz-user-select:none;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-visible{outline:2px solid var(--ring);outline-offset:2px}.rhap_volume-bar{box-sizing:border-box;position:relative;width:100%;height:4px;background:var(--muted);border-radius:9999px}.rhap_volume-filled{height:100%;position:absolute;z-index:2;background-color:var(--primary);border-radius:9999px}.rhap_volume-indicator{box-sizing:border-box;position:absolute;width:12px;height:12px;margin-left:-6px;left:0;top:-4px;background:var(--primary);opacity:1;border-radius:9999px;box-shadow:0 0 0 4px color-mix(in oklab,var(--primary) 20%,transparent);cursor:pointer}.rhap_volume-indicator:hover{opacity:1}@media (max-width:640px){.rhap_controls-section{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;row-gap:8px}.rhap_main-controls{grid-column:1/-1;grid-row:1;justify-self:center}.rhap_additional-controls{grid-column:1;grid-row:2;justify-self:start}.rhap_volume-controls{grid-column:2;grid-row:2;justify-self:end}}