:root{--primary-color: #03FCC6;--priamry-color-dark: #00BA92}html{box-sizing:border-box;touch-action:none}*,*:before,*:after{box-sizing:inherit}body{background-color:#ecebeb;font-family:sans-serif;touch-action:none}#overlay{top:100vh;left:0;width:100vw;height:0}#log{position:fixed;width:100vw;left:0;top:3.4rem;text-shadow:white 0 0 2px;z-index:1;font-size:.7em}#bottom-sheet{position:fixed;left:0;top:auto;right:0;bottom:-100vh;z-index:1001;width:100vw;background-color:#ffffffbf;border-radius:16px 16px 0 0;padding:1em 1em 2em;transition:bottom .3s ease-in}#bottom-sheet.compact{background-color:transparent}#bottom-sheet.compact.with-app-menu{left:1.6em}#bottom-sheet.open{transition:bottom .3s ease-out;bottom:0}#bottom-sheet.compact{padding:.8em 1em 2em}#bottom-sheet-header{display:flex;justify-content:space-between;align-items:center;margin:0;padding:.5em 0 .7em;font-weight:700}.compact #bottom-sheet-header{display:none}#bottom-sheet-title{margin:0;font-size:1.5em}.compact #bottom-sheet-title{font-size:1em}#bottom-sheet-close{font-weight:700;font-family:sans-serif;width:2em;height:2em;background:black;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.compact #bottom-sheet-close{display:none}#bottom-sheet-content{display:flex;flex-direction:column}.compact #bottom-sheet-content{flex-direction:row;justify-content:center}.bottom-sheet-item{padding:.5em 0;font-weight:700;display:flex;flex-direction:row;align-items:center}.bottom-sheet-item:not(:first-child){border-top:1px solid rgba(128,128,128,.26)}.compact .bottom-sheet-item{border-top:none;display:flex;flex-direction:column;align-items:center;padding:0 .45em;font-size:1.3em}.bottom-sheet-item.selected{background:#9d9d9d}.bottom-sheet-item-icon{width:2.5em;height:2.5em;margin-right:.5em;display:inline-block;vertical-align:middle;padding:.2em;border-radius:50%;background-color:#d3d3d3}.compact .bottom-sheet-item-icon{margin:0 0 .2em}.compact .bottom-sheet-item-text{display:none}#dashboard{position:fixed;z-index:1001;left:0;right:0;width:200vw;height:100vh;overflow:auto;padding:.5em}button{background-color:#fff;padding:.7em 1em;border:none;margin:.5em;font-weight:700;font-size:1em;color:#000}button.active{background-color:#2b2bab;color:#fff}button.debug-button{opacity:.5}.a-dom-overlay:not(.a-no-style){padding:0!important;pointer-events:auto!important}#touch-overlay{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:2}#top-control-panel{position:fixed;width:100vw;height:fit-content;top:0;left:0;z-index:3;display:flex;justify-content:center;align-items:center}#top-control-panel button{background-color:#fff;font-size:1.5em;padding:.4em .6em;margin:0 .2em;opacity:.5}#top-control-panel button.active{background-color:#2b2bab80;opacity:1}#top-control-panel button[disabled]{opacity:.2}#app-menu{position:fixed;left:1em;bottom:2.2em;z-index:3;background:#2b2bab;color:#fff;padding:.5em .5em .3em;border-radius:50%;font-weight:700;display:none}#app-menu img{height:1.9em}#size-reference{position:fixed;right:.5em;top:3.4rem;text-shadow:0 2px 2px white;text-align:right}#rect-helper{position:fixed;top:0;left:0;background:rgba(255,0,0,.5);display:none}
