html,body,#root{width:100vw;height:100vh;margin:0}.home{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.home .button-container{gap:8px;display:flex}.home button{border:2px solid #fff;width:200px;height:200px}.sidebar{z-index:100;background:#000000bf;border-radius:8px;width:150px;position:absolute;top:8px;left:8px}.zoomHud{color:#fff;pointer-events:none;border-radius:6px;padding:6px 10px;font-size:14px}.toolbar{border-radius:8px;flex-direction:column;gap:8px;display:flex}
