.player-slider{position:relative;display:flex;width:100%;align-items:center}.player-slider--progress{height:1.25rem}.player-slider--volume{height:1.75rem}.player-slider-rail{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);pointer-events:none;overflow:hidden;border-radius:9999px;background:var(--player-track-bg,rgba(255,255,255,.15));z-index:0}.player-slider-rail--progress{height:4px}.player-slider-rail--volume{height:6px}.player-slider-fill{height:100%;border-radius:9999px;background:#DF0107;transition:width 75ms}.player-bar-grid{display:flex;flex-direction:column;gap:.5rem;max-width:80rem;margin-inline:auto}.player-bar-meta{min-width:0}.player-bar-controls{display:flex;min-width:0;flex-direction:column;align-items:stretch;justify-content:center;gap:.375rem}.player-bar-transport-row{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;min-height:2.5rem}.player-bar-transport-side{display:flex;align-items:center;gap:.375rem;min-width:0}.player-bar-transport-side--left{justify-content:flex-end;padding-right:.5rem}.player-bar-transport-side--right{justify-content:flex-start;padding-left:.5rem}.player-bar-transport-center{display:flex;justify-content:center}.player-bar-transport-play{box-shadow:0 4px 16px rgba(223,1,7,.28)}.player-bar-progress{display:flex;width:100%;align-items:center;gap:.5rem;min-height:1.25rem}.player-bar-progress .player-slider--progress{flex:1 1 auto;min-width:0}.player-bar-volume{display:flex;align-items:center;gap:.375rem}.player-bar-volume--desktop{display:none}.player-bar-volume--mobile{display:flex;flex-shrink:0}@media (min-width:768px){.player-bar-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) minmax(112px,auto);grid-template-rows:auto auto;align-items:center;gap:.25rem 1rem}.player-bar-meta{grid-column:1;grid-row:1/span 2;align-self:center}.player-bar-controls{grid-column:2;grid-row:1;align-self:center;gap:0}.player-bar-progress{grid-column:2/span 2;grid-row:2;align-self:center;margin-top:-.125rem}.player-bar-volume--desktop{display:flex;grid-column:3;grid-row:1;align-self:center;justify-content:flex-end}.player-bar-volume--mobile{display:none}}.with-player-bar:has([data-player-collapsed=true]){padding-bottom:var(--player-bar-height,3rem)}@media (min-width:768px){.with-player-bar:has([data-player-collapsed=true]){padding-bottom:var(--player-bar-height,2.85rem)}}.player-bar-dock--shutter{box-sizing:border-box;width:100%;max-width:80rem;margin-inline:auto;padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px));padding-bottom:calc(.5rem + env(safe-area-inset-bottom, 0px));pointer-events:none}@media (min-width:640px){.player-bar-dock--shutter{padding-left:max(1.5rem,env(safe-area-inset-left,0px));padding-right:max(1.5rem,env(safe-area-inset-right,0px))}}@media (min-width:1024px){.player-bar-dock--shutter{padding-left:max(2rem,env(safe-area-inset-left,0px));padding-right:max(2rem,env(safe-area-inset-right,0px))}}.player-bar-dock--shutter .player-bar-handle,.player-bar-dock--shutter .player-bar-peek{pointer-events:auto}.player-bar-dock--peek{display:flex;justify-content:center}.player-bar-handle{display:flex;flex-direction:column;align-items:stretch;width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:1rem;background:linear-gradient(165deg,rgba(18,18,26,.34),rgba(10,10,16,.44));backdrop-filter:blur(18px) saturate(1.15);-webkit-backdrop-filter:blur(18px) saturate(1.15);box-shadow:0 10px 32px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.06);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.player-bar-handle:focus-within,.player-bar-handle:hover{background:linear-gradient(165deg,rgba(22,22,32,.44),rgba(12,12,18,.54));border-color:rgba(255,255,255,.14);box-shadow:0 12px 36px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.08)}.player-bar-handle__grip{display:flex;align-items:center;justify-content:center;width:100%;padding:.3rem 0 .15rem;pointer-events:none}.player-bar-handle__grip:before{content:"";display:block;width:2.25rem;height:3px;border-radius:9999px;background:rgba(255,255,255,.24);transition:background-color .15s ease,width .15s ease}.player-bar-handle__grip:focus-visible:before,.player-bar-handle__grip:hover:before{width:2.75rem;background:rgba(255,255,255,.42)}.player-bar-handle__meta{display:flex;min-width:0;align-items:center;gap:.5rem;border:none;background:transparent;padding:0;color:inherit;cursor:pointer;text-align:left}.player-bar-handle__meta:hover{opacity:.92}.player-bar-handle__row{display:flex;align-items:center;gap:.5rem;min-height:1.75rem;padding:0 .65rem .3rem}.player-bar-handle__cover{position:relative;display:grid;flex:0 0 1.75rem;align-self:center;place-items:center;width:1.75rem;height:1.75rem;overflow:hidden;border-radius:.5rem}.player-bar-handle__cover>*{width:100%!important;height:100%!important;min-height:0;min-width:0;border-radius:inherit}.player-bar-handle__cover img{display:block;width:100%;height:100%;object-fit:cover}.player-bar-handle__actions{gap:.125rem}.player-bar-handle__skip{height:1.75rem!important;width:1.75rem!important;color:rgba(255,255,255,.72)}.player-bar-handle__skip:hover{color:rgba(255,255,255,.95);background:rgba(255,255,255,.08)}.player-bar-handle__play{height:2rem!important;width:2rem!important;box-shadow:0 4px 14px rgba(223,1,7,.28)}.player-bar-handle__peek{display:inline-flex;height:1.75rem;width:1.75rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;color:rgba(255,255,255,.55);transition:color .15s ease,background-color .15s ease}.player-bar-handle__peek:hover{color:rgba(255,255,255,.92);background:rgba(255,255,255,.08)}.player-bar-peek{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:9999px;background:linear-gradient(165deg,rgba(18,18,26,.42),rgba(10,10,16,.56));backdrop-filter:blur(18px) saturate(1.15);-webkit-backdrop-filter:blur(18px) saturate(1.15);box-shadow:0 10px 28px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.06);color:rgba(255,255,255,.82);cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .15s ease,color .15s ease}.player-bar-peek:hover{border-color:rgba(255,255,255,.18);color:rgba(255,255,255,.96);transform:translateY(-1px)}.player-bar-handle__cover-glow{position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 2px rgba(223,1,7,.85);animation:player-bar-cover-glow 1.8s ease-in-out infinite}@keyframes player-bar-cover-glow{0%,to{opacity:.55}50%{opacity:1}}.player-bar-playing-indicator{display:inline-flex;align-items:flex-end;gap:2px;height:.75rem;flex-shrink:0}.player-bar-playing-indicator__bar{width:2px;height:35%;border-radius:9999px;background:rgba(255,255,255,.25);transition:background-color .15s}.player-bar-playing-indicator--active .player-bar-playing-indicator__bar{background:#df0107;animation:player-bar-eq .9s ease-in-out infinite}.player-bar-playing-indicator--active .player-bar-playing-indicator__bar:first-child{animation-delay:0s}.player-bar-playing-indicator--active .player-bar-playing-indicator__bar:nth-child(2){animation-delay:.15s}.player-bar-playing-indicator--active .player-bar-playing-indicator__bar:nth-child(3){animation-delay:.3s}@keyframes player-bar-eq{0%,to{height:35%}50%{height:100%}}@media (min-width:768px){.player-bar-handle__row{padding-inline:1rem}.player-bar-handle__cover{flex-basis:2rem;width:2rem;height:2rem}}.with-player-bar{padding-bottom:8.75rem}.with-player-bar:has([data-player-layout=wave-loading]){padding-bottom:7.75rem}@media (min-width:768px){.with-player-bar{padding-bottom:5.75rem}.with-player-bar:has([data-player-layout=wave-loading]){padding-bottom:6.25rem}[data-player-cinema=true] .player-bar-grid{gap:.2rem 1rem}[data-player-cinema=true] .player-bar-progress{margin-top:0}}@media (max-width:767px){.player-bar-grid{gap:.35rem;padding-block:.4rem;padding-inline:.75rem}.player-bar-meta__actions{gap:0}.player-bar-meta__actions>*{height:2rem;width:2rem}.player-bar-loop-btn{display:none}.player-bar-transport-row{gap:0;min-height:2.5rem}.player-bar-transport-side--left{padding-right:.75rem}.player-bar-transport-side--right{padding-left:.75rem}.player-bar-transport-play{height:2.5rem!important;width:2.5rem!important}.player-bar-progress{gap:.375rem}.with-player-bar:not(:has([data-player-collapsed=true])){padding-bottom:6rem}.with-player-bar:has([data-player-layout=wave-loading]){padding-bottom:5.75rem}[data-player-layout=grid-v3][data-player-cinema=true]{border-top-color:rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(12,12,16,.98),rgba(10,10,14,.96))}[data-player-cinema=true] .player-bar-grid{gap:.35rem;padding-block:.45rem}[data-player-cinema=true] .player-bar-meta>a:first-child{width:2.75rem;height:2.75rem}[data-player-cinema=true] .player-bar-meta .player-bar-meta__actions{gap:.125rem}[data-player-cinema=true] .player-bar-transport-row{gap:.375rem}[data-player-cinema=true] .player-bar-loop-btn{display:none}[data-player-cinema=true] .player-bar-progress{gap:.375rem}}input[type=range].player-range{-webkit-appearance:none;appearance:none;cursor:pointer;border:none;outline:none;background:transparent;accent-color:#DF0107;z-index:1}input[type=range].player-range:disabled{cursor:not-allowed;opacity:.5}input[type=range].player-range--progress{accent-color:#DF0107}input[type=range].player-range--volume{accent-color:var(--theme-card)}input[type=range].player-range::-webkit-slider-runnable-track{height:4px;background:transparent;border:none;box-shadow:none}input[type=range].player-range--volume::-webkit-slider-runnable-track{height:6px}input[type=range].player-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:9999px;background:#DF0107;border:2px solid var(--theme-card);box-shadow:0 1px 3px rgba(0,0,0,.25);margin-top:-4px;cursor:pointer}input[type=range].player-range--volume::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:var(--theme-card);border:2px solid #df0107;margin-top:-3px;box-shadow:0 1px 3px rgba(0,0,0,.18)}input[type=range].player-range::-moz-range-track{height:4px;background:transparent;border:none}input[type=range].player-range--volume::-moz-range-track{height:6px}input[type=range].player-range--volume::-moz-range-progress,input[type=range].player-range::-moz-range-progress{background:transparent}input[type=range].player-range::-moz-range-thumb{width:12px;height:12px;border-radius:9999px;background:#DF0107;border:2px solid var(--theme-card);box-shadow:0 1px 3px rgba(0,0,0,.25);cursor:pointer}input[type=range].player-range--volume::-moz-range-thumb{width:12px;height:12px;background:var(--theme-card);border:2px solid #df0107;box-shadow:0 1px 3px rgba(0,0,0,.18)}