*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{color:#f1f5f9;-webkit-font-smoothing:antialiased;background:#0a0f1c;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:14px}button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none}input{font:inherit;outline:none}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0a0f1c}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#334155}input[type=range]{-webkit-appearance:none;cursor:pointer;background:0 0}input[type=range]::-webkit-slider-runnable-track{background:#1e293b;border-radius:2px;height:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#f1f5f9;border-radius:50%;width:12px;height:12px;margin-top:-4px}input[type=range]::-moz-range-track{background:#1e293b;border-radius:2px;height:4px}input[type=range]::-moz-range-thumb{background:#f1f5f9;border:none;border-radius:50%;width:12px;height:12px}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
