*{box-sizing:border-box}body,html{margin:0;padding:0;overflow:hidden;height:100vh}input[type=range]{cursor:pointer}input[type=range]::-webkit-slider-thumb{cursor:pointer}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0a0f18}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#334155}::selection{background:#c9972a40;color:#d4dce8}