body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#1f1f1f;color:#fff}.App{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.gamespace{max-width:500px;width:100%}.header{justify-content:space-between;width:100%}.brand,.header{align-items:center;display:flex}.brand{flex-direction:row;gap:5px}#logo{height:38px;width:38px}.game-board{background-color:#1f1f1f;display:grid;grid-template-rows:repeat(3,minmax(0,1fr));width:100%}.instructions{width:100%}.header-cell{align-items:center;display:flex;flex-direction:column;justify-content:center}#max-score{color:gray;font-size:smaller}.row{display:flex}.cell{align-items:center;border:1px solid grey;display:grid;flex:1 1;justify-items:center;padding:5px}.row:first-of-type .cell:first-of-type{border-top-left-radius:3px}.row:first-of-type .cell:last-of-type{border-top-right-radius:3px}.row:last-of-type .cell:first-of-type{border-bottom-left-radius:3px}.row:last-of-type .cell:last-of-type{border-bottom-right-radius:3px}button{background-color:#d3d3d3;border:0;border-radius:3px;font-size:1.17em;margin:.5em 0;padding:.25em .5em}.button-hover:hover{background-color:grey}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}to{transform:translateX(0)}}.loadingContainer{align-items:center;background:#dddbdd;display:flex;height:100%;justify-content:center;opacity:.2;width:100%;z-index:1}.loading{animation:spin 2s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:25px;width:25px}.cell-answer-image-container{height:50px;position:relative;width:50px}.cell-answer-image{left:0;position:absolute;top:0}.cell-answer-text{max-width:100%;word-break:break-all}.cell-image{border-radius:3px;display:inline-block;height:50px;width:50px}.skeleton-header-text{border-radius:3px;height:1em;width:50px}.skeleton{background:#dddbdd;display:inline-block;overflow:hidden;position:relative}.skeleton:after{animation:shimmer 3s infinite;background:linear-gradient(90deg,#fff0,#fff3 20%,#ffffff80 60%,#fff0 0);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes shimmer{to{transform:translateX(100%)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cell-input,input[type=text],textarea{background-color:#292929;border:0;color:#fff}.cell-input{box-sizing:border-box;width:100%}.cell-input,.loadingContainer{grid-area:1/1}.input-shake{animation:shake .5s}::-webkit-input-placeholder{position:relative;top:-7px;white-space:pre-line}::-moz-placeholder{position:relative;top:-7px;white-space:pre-line}:-ms-input-placeholder{position:relative;top:-7px;white-space:pre-line}:-moz-placeholder{position:relative;top:-7px;white-space:pre-line}@media only screen and (max-width:500px){.gamespace{margin-left:10px;margin-right:10px;width:auto}}@media only screen and (max-width:350px){#logo{display:none}}
/*# sourceMappingURL=main.8ff7dd40.css.map*/