:root{--font-family:"Arial Narrow", sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#edb678;font-family:var(--font-family);background:#000;overflow:hidden}.stage-viewport{background:#000;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;overflow:auto}.stage{transform-origin:50%;flex-shrink:0;position:relative;overflow:hidden}.visu-el{position:absolute;overflow:hidden}.visu-clickable{cursor:pointer}.visu-clickable:hover{filter:brightness(1.15)}.visu-clickable:active{filter:brightness(.85)}.visu-text{-webkit-user-select:none;user-select:none}
