.custom-player{--s-accent:var(--s-accent,#6366f1)}.custom-player video,.custom-player-element{width:100%;height:100%}.custom-player video{object-fit:contain}.custom-player input[type=range]{appearance:none;-webkit-appearance:none;width:100%;height:100%;background:transparent;cursor:pointer}.custom-player input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:var(--s-accent);cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.3)}.custom-player input[type=range]::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--s-accent);cursor:pointer;border:none;box-shadow:0 2px 8px rgba(0,0,0,.3)}.custom-player input[type=range]::-webkit-slider-runnable-track,.custom-player input[type=range][aria-label]{background:transparent}.custom-player input[type=range].accent-var--s-accent{accent-color:var(--s-accent)}.custom-player:fullscreen{width:100%;height:100%}.custom-player:fullscreen video{width:100%;height:100%}.custom-player-loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#000}.custom-player button{transition:all .2s ease-in-out}.custom-player button:active{transform:scale(.95)}@media (max-width:640px){.custom-player input[type=range]::-webkit-slider-thumb{width:10px;height:10px}.custom-player input[type=range]::-moz-range-thumb{width:10px;height:10px}}.custom-player{user-select:none}.custom-player.show-cursor{cursor:auto}.custom-player.hide-cursor{cursor:none}.custom-player button:focus-visible{outline:2px solid var(--s-accent);outline-offset:2px}.custom-player input:focus-visible{outline:2px solid var(--s-accent);outline-offset:2px}