body,html{position:fixed;overflow:hidden;width:100%;height:100%;overscroll-behavior:none;touch-action:none}::-webkit-scrollbar{display:none}::-webkit-file-upload-button{display:none}canvas{touch-action:none;background:0 0}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:99999999999;opacity:1;transition:opacity .3s ease-out}.loading-text{color:#fff;font-family:monospace;font-size:1.2rem;margin-top:20px}.loading-overlay.fade-out{opacity:0}.loading-spinner{width:80px;height:80px;background:0 0}#console{width:100%;height:300px;border:1px solid #ccc;overflow-y:scroll;padding:10px;font-family:monospace;background-color:#000;color:#fff}#console-input{width:100%;padding:5px;font-family:monospace}.custom-params{position:absolute;right:0;bottom:0;width:450px;height:calc(100% - 20px);z-index:1000;color:#fff;overflow-y:scroll}.console-container{position:absolute;right:0;bottom:0;width:450px;z-index:1000;background-color:#000;color:#fff;z-index:-1;overflow-y:scroll}.state-selector{position:absolute;right:0;width:450px;height:100px;z-index:1000;background-color:#000;color:#fff;z-index:-1;overflow-y:scroll;margin-left:10px}.state-selector select{height:22px;font-size:14px;padding:2px}.fill-details{margin-left:20px;background:#323232}.fill-details-inner{display:flex;flex-wrap:wrap;gap:2px;overflow:scroll;max-height:400px}.folder{z-index:1000}.path-manager{width:100%;margin-top:50px;margin-left:20px}.path-row{margin-top:2px;margin-left:5px}.pathName{width:50px}.capture-button,.delete,.eyedrop,.import,.palettePicker,.presentationMode,.record,.save,.selectPath,.toVibe{width:30px;padding:5px;filter:invert(1);cursor:pointer;vertical-align:sub}.effectIndex{width:50px}.effectParameter,.pixelDataParameter1{width:45px}.row{position:relative;width:100%}.cell{padding:5px;display:inline-block;min-width:25px}.delete{color:red;cursor:pointer}.select{color:#00f;cursor:pointer}.toVibe{color:green;cursor:pointer}.overlay{z-index:10000}.spinner-saving{padding:5px;display:inline-block!important;vertical-align:top}#canvasContainer{position:relative;width:100%;height:100%}.presentation-mode #content>:not(#canvasContainer){display:none}.presentation-mode #canvasContainer{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#000}.presentation-mode canvas{max-width:100%;max-height:100%;width:auto;height:auto}