*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html,body,#root{background-color:#000;width:100%;height:100%;overflow:hidden}.switch{width:44px;height:24px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#e0e0e0;border:1px solid #d0d0d0;border-radius:34px;transition:all .3s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:2px;left:2px;box-shadow:0 1px 3px #0003}.switch input:checked+.slider{background-color:#7b2cbf;border-color:#7b2cbf}.switch input:checked+.slider:before{transform:translate(20px)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#999}input[type=range]{-webkit-appearance:none;cursor:pointer;background:0 0;width:100%;margin:8px 0}input[type=range]::-webkit-slider-runnable-track{background:#e0e0e0;border-radius:2px;width:100%;height:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#7b2cbf;border-radius:50%;width:16px;height:16px;margin-top:-6px;transition:transform .1s;box-shadow:0 2px 5px #0003}input[type=range]:active::-webkit-slider-thumb{transform:scale(1.1)}
