*{box-sizing:border-box}::selection{background:rgba(0,112,192,.3);color:#ffffff}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,112,192,.2);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:rgba(0,112,192,.4)}html{scroll-behavior:smooth;scrollbar-color:rgba(0,112,192,.2) transparent}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(255,255,255,.06);border-radius:4px;height:5px;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#ffffff;cursor:pointer;border:2px solid #0070c0;box-shadow:0 0 12px rgba(0,112,192,.4)}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#ffffff;cursor:pointer;border:2px solid #0070c0;box-shadow:0 0 12px rgba(0,112,192,.4)}button{transition:all .2s ease}button:hover{filter:brightness(1.1)}button:active{transform:scale(.97)}