@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";html,body,#root{background-color:#000;margin:0;overflow-x:hidden;width:100vw;height:100vh}span,button{color:#fff;font-family:Inter;font-weight:700}button{color:#000;background-color:#fff;border:none;border-radius:11px;width:fit-content;font-size:15px;text-transform:uppercase;padding-top:6px;padding-bottom:6px}button:active{background-color:#d6d6d6}#root{width:calc(100vw - 36px);height:calc(100vh - 36px);padding:18px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.tabs{width:65%;display:flex;align-items:center;justify-content:space-between}.tab{width:55px}.effect{width:calc(100% - 18px);display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}.setup{width:65%;display:flex;flex-direction:column;gap:3px}.setup .log{color:gray}.setup .setup-ip-input{display:flex;align-items:center}.setup .setup-ip-input input{width:70%;height:calc(100% - 2px);padding-left:6px;border:none;border-radius:10px 0 0 10px;font-weight:400}.setup .setup-ip-input button{width:30%;border-top-left-radius:0;border-bottom-left-radius:0;border-left:black 1px solid}.game{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;flex:1;width:calc(100% - 18px)}.game .play-helper{display:flex;flex-direction:row;align-items:center;column-gap:6px;font-size:14px}.game .play-helper img{height:17px;width:17px}.game .play-table{height:80%;aspect-ratio:1;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr}.game .play-table .play-table-cell{border:.5px solid white}.game .play-table .play-table-cell .play-table-cell-img{width:100%;height:100%;-webkit-mask-size:40px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-box-image:revert}.game .play-table .play-table-cell.played-circle .play-table-cell-img{background-color:var(--current-vitre-color);-webkit-mask-image:url(/assets/circle-e81a852b.svg)}.game .play-table .play-table-cell.played-cross .play-table-cell-img{background-color:var(--remote-vitre-color);-webkit-mask-image:url(/assets/cross-d3fe5d3d.svg)}.game .party-finished-info{display:flex;flex-direction:row;column-gap:20px}.game .scores{display:flex;flex-direction:row;align-items:center;column-gap:6px}.game .scores span{font-size:20px;font-weight:700}.game .scores .score-me{color:var(--current-vitre-color)}.game .scores .score-other{color:var(--remote-vitre-color)}.game .play-table.finished{height:60%}.game .play-table.finished .play-table-cell .play-table-cell-img{-webkit-mask-size:32px;mask-size:32px}.server-not-connected{position:absolute;bottom:10px;color:#9c9c9c;font-size:12px;line-height:0px}
