body{margin:0;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{width:100vw;height:100vh}.CustomUi{position:fixed;bottom:5px;left:50%;transform:translateX(-50%);z-index:9;display:flex;align-items:stretch;flex-direction:column;gap:.25rem}.Tools{border-radius:5px;display:flex;flex-direction:row;gap:.25rem;padding:.25rem;background-color:rgba(255,255,255,.96);box-shadow:0 1px 5px rgba(0,0,0,.15);border-radius:4px}.List{position:absolute;bottom:calc(.25rem + 2.5rem + .25rem + .25rem);left:0;right:0;border-radius:5px;display:flex;flex-direction:row;flex-wrap:wrap;gap:.25rem;background-color:rgba(255,255,255,.96);box-shadow:0 1px 5px rgba(0,0,0,.15);border-radius:4px;padding:.25rem}.Actions{position:absolute;bottom:calc(.25rem + 2.5rem + .25rem + .25rem);left:0;right:0;border-radius:5px;display:flex;flex-direction:row-reverse;flex-wrap:wrap;gap:.25rem;background-color:rgba(255,255,255,.96);box-shadow:0 1px 5px rgba(0,0,0,.15);border-radius:4px;padding:.25rem}.Progress{border:none;height:2.5rem;width:calc(2.5rem + .25rem + 2.5rem);text-align:center;box-sizing:border-box;display:flex;margin:0;color:#535557;font-weight:600;justify-content:center;align-items:center;border-radius:.25rem;background-color:#e9ecef;font-size:.9rem}.IconButton{border:none;width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;border-radius:.25rem;background-color:#e9ecef;cursor:pointer;font-size:1rem}.IconButton.active{background-color:#ced4da}.IconButton:disabled{color:#ced4da}.CodeEditor{position:fixed;top:0;left:0;min-width:300px;z-index:3;font-size:2rem;border-radius:.25rem;overflow:hidden;display:flex;flex-direction:column;gap:.25rem;padding:.25rem;background-color:rgba(255,255,255,.96);box-shadow:0 1px 5px rgba(0,0,0,.15)}.CodeEditor-tools{display:flex;flex-direction:row;gap:.25rem}