.Layout{box-sizing:border-box;display:flex;flex:var(--layout-flex);left:var(--layout-left);max-height:var(--layout-max-height);max-width:var(--layout-max-width);min-height:var(--layout-min-height);min-width:var(--layout-min-width);position:var(--layout-position);top:var(--layout-top);transition:flex .3s,width .3s,height .3s}.Layout_direction_row{flex-direction:row}.Layout_direction_column{flex-direction:column}.Layout-Fake{background-color:var(--layout-bg-color);flex:var(--layout-flex);min-height:var(--layout-min-height);min-width:var(--layout-min-width);transition:flex .3s,width .3s,height .3s}