.createGameForm{grid-template-columns:auto 1fr;gap:1em;display:grid}.createGameForm button{grid-column:span 2}.createGameForm .fieldInput{flex-direction:column;gap:.5em;display:flex}.createGameForm .fieldHint{color:#d3d3d3;font-size:.8em}.createGameForm .fieldError{color:red;font-size:.8em}.content{display:contents}.errorBox{box-sizing:border-box;flex-direction:column;gap:1em;max-height:50%;display:flex}.errorBoxTitle{font-size:medium;display:block}.errorBoxContent{white-space:break-spaces;overflow-wrap:break-word;flex-grow:1;flex-shrink:1;font-family:monospace;font-size:small;display:block;overflow:scroll}.gameTurnPlayersList{grid-template-columns:auto auto auto 1fr;gap:.5em;display:grid}.backdrop-U7aS3Y{background:linear-gradient(#000,#111 80%);display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.videoPlayer-BYb8tS{object-fit:contain;flex-grow:1;flex-shrink:1;display:block}.createLobbyForm{grid-template-columns:auto 1fr;gap:1em;display:grid}.createLobbyForm button{grid-column:span 2}.createLobbyForm .fieldInput{flex-direction:column;gap:.5em;display:flex}.createLobbyForm .fieldHint{color:#d3d3d3;font-size:.8em}.createLobbyForm .fieldError{color:red;font-size:.8em}.lobbyPlayersList{grid-template-columns:auto auto 1fr;gap:.5em;display:grid}.chainSelectOption-WlXwN7{cursor:pointer;background-color:#fff;display:contents}.selectChain-NGUE8X{grid-template-columns:auto 1fr;gap:1em;display:grid}html,body{overscroll-behavior:none;height:100%;margin:0}body{box-sizing:border-box;color:#fff;background-image:linear-gradient(#020917,#101725);flex-direction:column;justify-content:center;gap:2em;min-height:100vh;padding:2em;font-family:Inter,Avenir,Helvetica,Arial,sans-serif;line-height:1.1;display:flex}#root{display:contents}