html,body{min-width:100vw;min-height:100vh;margin:0;padding:0!important;font-family:-apple-system,BlinkMacSystemFont,sans-serif;background:rgb(35,35,35);color:#fff;touch-action:manipulation;text-align:center}canvas{border:1px black solid;background:rgb(50,60,61)}ul{padding:0;margin:0}li{list-style-type:none}*{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.version{margin-top:20px;margin-bottom:5px;font-size:10px}#app{display:flex;justify-content:center}.playButtons{display:flex;justify-content:space-between}.flash{transition:background-color ease-in-out .2s}.flash-active{background-color:#fff5}button:active,button.active{background-color:#2b9cd4!important}input[type=range]{-webkit-appearance:none;width:100%;margin:10px 0;background:transparent}input[type=range]{height:38px;-webkit-appearance:none;margin:10px 0;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:10px;cursor:pointer;box-shadow:1px 1px 1px #000;background:rgb(43,156,212);border-radius:5px;border:1px solid #000000}input[type=range]::-webkit-slider-thumb{box-shadow:1px 1px 1px #000;border:1px solid #000000;height:30px;width:30px;border-radius:5px;background:#ffffff;cursor:pointer;-webkit-appearance:none;margin-top:-11px}input[type=range]:focus::-webkit-slider-runnable-track{background:rgb(43,156,212)}input[type=range]::-moz-range-track{width:100%;height:10px;cursor:pointer;box-shadow:1px 1px 1px #000;background:rgb(43,156,212);border-radius:5px;border:1px solid #000000}input[type=range]::-moz-range-thumb{box-shadow:1px 1px 1px #000;border:1px solid #000000;height:30px;width:30px;border-radius:5px;background:#ffffff;cursor:pointer}input[type=range]::-ms-track{width:100%;height:10px;cursor:pointer;background:transparent;border-color:transparent;color:transparent}input[type=range]::-ms-fill-lower{background:rgb(43,156,212);border:1px solid #000000;border-radius:10px;box-shadow:1px 1px 1px #000}input[type=range]::-ms-fill-upper{background:rgb(43,156,212);border:1px solid #000000;border-radius:10px;box-shadow:1px 1px 1px #000}input[type=range]::-ms-thumb{margin-top:1px;box-shadow:1px 1px 1px #000;border:1px solid #000000;height:30px;width:30px;border-radius:5px;background:#ffffff;cursor:pointer}input[type=range]:focus::-ms-fill-lower{background:rgb(43,156,212)}input[type=range]:focus::-ms-fill-upper{background:rgb(43,156,212)}
