#mobileVolumeSlider,#progressBarContainer input[type=range],#volumeSlider{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#232526,#414345);border-radius:10px;box-shadow:inset 0 1px 3px rgba(0,0,0,.5);cursor:pointer;height:1.5rem;transition:background .3s,box-shadow .3s;width:100%}#mobileVolumeSlider::-webkit-slider-thumb,#progressBarContainer input[type=range]::-webkit-slider-thumb,#volumeSlider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#8a2be2,#a78bfa);border:3px solid #fff;border-radius:50%;box-shadow:0 6px 16px rgba(138,43,226,.6);height:20px;transition:background .3s,transform .2s,box-shadow .3s;width:20px}#mobileVolumeSlider::-webkit-slider-thumb:hover,#progressBarContainer input[type=range]::-webkit-slider-thumb:hover,#volumeSlider::-webkit-slider-thumb:hover{transform:scale(1.1)}.volume-slider::-webkit-slider-thumb{background:linear-gradient(135deg,#8a2be2,#a78bfa)!important;box-shadow:0 4px 12px rgba(139,92,246,.5)!important}.volume-slider::-moz-range-thumb{background:linear-gradient(135deg,#8a2be2,#a78bfa)!important;border:2px solid #fff;border-radius:50%;box-shadow:0 4px 12px rgba(138,43,226,.5);cursor:pointer;height:18px;width:18px}#mobileVolumeSlider:focus,#progressBarContainer input[type=range]:focus,#volumeSlider:focus{outline:none}@media (max-width:640px){.touch-manipulation{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{min-height:44px;min-width:44px}}