:root{--light-navbar-color: gray;--dark-navbar-color: black;--light-navbar-item-color: darkgray;--dark-navbar-item-color: gray;--light-navbar-border-color: whitesmoke;--dark-navbar-border-color: gray;--light-mainfield-color: white;--dark-mainfield-color: darkgray;--square-board-white-color: #f0d9b5;--square-board-black-color: #b58863;--square-board-hover-color: darkgreen;--square-board-dropable-color: darkgreen}body{margin:0;border:0;padding:0}.basePartition_main{width:100vw;height:100vh;display:grid;grid-template-rows:minmax(2rem,1fr) 14fr;background-color:var(--light-mainfield-color)}.navbar_main{background-color:var(--light-navbar-color);display:flex;justify-content:space-between;align-items:center}.navbar_client_management{display:flex;justify-content:end;align-items:center}.navbar_page_selection{display:flex;justify-content:start;align-items:center}.navbar_item{cursor:pointer;-webkit-user-select:none;user-select:none;padding:5% 10%}.navbar_item+.navbar_item{border-left:1px solid;border-color:var(--light-navbar-border-color)}.navbar_client_management>.navbar_item{color:var(--light-navbar-item-color)}.navbar_page_selection>.navbar_item{color:var(--light-navbar-item-color)}.navbar_item>p{margin:0}.board_main{height:100%;aspect-ratio:1;display:grid}.square_main{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.white{background-color:var(--square-board-white-color)}.black{background-color:var(--square-board-black-color)}.hoveredStyle{width:100%;height:100%;background-color:var(--square-board-hover-color);opacity:.4;position:absolute}.piece_main{width:100%;height:100%;display:flex;justify-content:center;align-items:center;transform:translateZ(0)}.piece_svg{width:90%;height:90%;cursor:pointer;-webkit-user-select:none;user-select:none}.promotionSelection_main{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;justify-content:center;align-items:center;width:100%;height:100%}.promotionSelection_item{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.dropableMarker_withoutPiece{width:25%;height:25%;background-color:var(--square-board-dropable-color)}.dropableMarker_withPiece{width:100%;height:100%;background-color:var(--square-board-dropable-color);display:flex;align-items:center;justify-content:center}.dropableMarker_withPiece_overlap{width:100%;height:100%;border-radius:50%}.multiplayergame_main{display:grid;grid-template-rows:1fr minmax(1rem,8fr) 1fr}.multiplayergame_header,.multiplayergame_footer{background-color:var(--light-mainfield-color)}.multiplayergame_body{background-color:var(--light-mainfield-color);display:flex}@media (orientation: portrait){.multiplayergame_body{flex-direction:column}}.movesboard_main,.optionbar_main{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.optionbar_item{width:100%;height:10%;display:flex;justify-content:center;align-items:center}
