*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#a5b4fc;cursor:pointer;border:2px solid white;box-shadow:0 0 2px #0003}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#a5b4fc;cursor:pointer;border:2px solid white;box-shadow:0 0 2px #0003}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid #d1d5db;border-radius:3px;cursor:pointer;position:relative;background-color:#fff;transition:all .2s}input[type=checkbox]:checked{background-color:#a5b4fc;border-color:#a5b4fc}input[type=checkbox]:checked:after{content:"✓";position:absolute;color:#4f46e5;font-size:12px;font-weight:700;top:40%;left:50%;transform:translate(-50%,-50%)}
