html{width:100vw;height:100vh;font-size:1.5vh}@media screen and (max-width:768px){html{font-size:1.3vh}}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;width:100%;height:100%;overflow:hidden;background:#fff!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#root,main{width:100%;height:100%}ul{outline:none}.debugger{top:0;right:0;color:#fff;width:33vw;height:100vh;border:2px solid red;padding:10px;z-index:99;overflow:-moz-scrollbars-none;overflow:auto;position:fixed;font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace;letter-spacing:.1rem;background-color:rgba(0,0,0,.85);-ms-overflow-style:none;scrollbar-width:none}.debugger::-webkit-scrollbar{display:none}@media screen and (max-width:1280px){.debugger{width:50vw}}@media screen and (max-width:960px){.debugger{width:66vw}}.debugger__type{display:flex;flex-flow:row nowrap;justify-content:space-between;padding:5px;background-color:hsla(0,0%,98%,.25)}.debugger__type p{margin:0;padding:0;font-size:1rem}.debugger__payload{padding:5px 5px 5px 15px;font-size:.875rem;white-space:pre-wrap;letter-spacing:.075rem}