*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0a0a15}::-webkit-scrollbar-thumb{background:#2a2b3a;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#3a3b4a}button:hover{opacity:.9}button:active{transform:scale(.98)}input[type=range]{-webkit-appearance:none;appearance:none}input[type=range]::-webkit-slider-track{width:100%;height:8px;background:#2a2b3a;border-radius:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:#7d5dbd;border-radius:50%;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:-5px}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 12px #7d5dbd99;background:#9d7dd4}input[type=range]::-webkit-slider-thumb:active{transform:scale(1.1);box-shadow:0 0 16px #7d5dbdcc}input[type=range]::-moz-range-track{width:100%;height:8px;background:#2a2b3a;border-radius:4px}input[type=range]::-moz-range-thumb{width:18px;height:18px;background:#7d5dbd;border-radius:50%;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s}input[type=range]::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 0 12px #7d5dbd99;background:#9d7dd4}input[type=range]::-moz-range-thumb:active{transform:scale(1.1);box-shadow:0 0 16px #7d5dbdcc}input[type=range]:focus{outline:none}input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px #7d5dbd4d}input[type=range]:focus::-moz-range-thumb{box-shadow:0 0 0 3px #7d5dbd4d}
