#audio{display:none;position:absolute;top:0;left:7rem}input[type=range]{-webkit-appearance:none;appearance:none;cursor:pointer;background-color:#ccc;margin:0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#ddd;border-radius:50%;width:10px;height:10px}#volumeControl{z-index:100000;opacity:0;width:10rem;height:1rem;position:absolute}#volumeControl>input{opacity:0;width:100%;height:100%}#progressControl{background:var(--cyanDark);opacity:.67;z-index:1000;width:100%;height:2rem;position:absolute}html[data-color=titanDS] #progressControl{background:var(--gray)}#progressBar{background:var(--cyanLight);pointer-events:none;height:50%;transition:width .5s linear;position:absolute;bottom:0;left:0}html[data-color=titanDS] #progressBar{background-color:var(--cyanLightest)}#progressControl input{opacity:0;height:var(--progressInputHeight,2rem);margin-top:var(--progressInputOffsetY,0px);width:100%}