body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--overflagged-color:#ff6b6b;--width:90vw;--num_tiles_y:15;--num_tiles_x:30;--height:calc(var(--height_width_ratio)*var(--width));--height_width_ratio:calc(var(--num_tiles_y)/var(--num_tiles_x));--tile_size:calc(var(--width)/var(--num_tiles_x));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}.board-space{align-items:center;display:flex;flex-flow:column;height:90%;justify-content:center;margin:5%;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;width:90%}.board-space,.board-space.hidden{background-color:#aaa}.board-space.open.mine{background:red!important}.board-space.open{background-color:#e6e6e6}.board-space:hover{cursor:pointer}.board-space.hidden.flagged{background-color:#adff2f}.board-space.overflagged{background-color:var(--overflagged-color)}.board-row{display:flex;flex-flow:row}.board{height:var(--height);margin:0;width:var(--width)}.center-absolute{align-items:center;display:flex;flex-flow:column;justify-content:center}.page{height:100vh;width:100vw}.board-space p{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.count-text{font-weight:700}#info-row{align-items:flex-end;display:flex;flex-flow:row;justify-content:space-between;margin-bottom:10px;width:100%}#content{width:var(--width)}#content,#new-game-btn{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}#new-game-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#game-score{margin:0}#instructions p{margin:10px 0 0}.board-space-container{height:var(--tile_size);width:var(--tile_size)}.game-state-label{margin:0;visibility:hidden}.game-state-label.visible{visibility:visible}.count-text.count-1{color:#00f}.count-text.count-2{color:#099939}.count-text.count-3{color:red}.count-text.count-4{color:#5b2899}.count-text.count-5{color:#ffa600}.count-text.count-6{color:#ff00fb}.count-text.count-7{color:#18a8ad}.count-text.count-8{color:#000}
/*# sourceMappingURL=main.d30cfd80.css.map*/