*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{height:100vh;display:flex;flex-direction:column;justify-content:space-between;-webkit-font-smoothing:antialiased;overflow-y:auto;scrollbar-width:thin;background-color:#2c2c2c}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;color:#fff;font-family:monospace}h1{font-size:30px}a{color:#ff69b4}a:visited{color:pink}p{text-wrap:pretty;font-size:18px}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}button{-webkit-appearance:none;border-radius:0;text-align:inherit;background:none;box-shadow:none;padding:0;cursor:pointer;border:none;color:inherit;font:inherit;text-align:center}.wrapper{width:min(700px,100% - 16px);margin-inline:auto;text-align:center}.settings{color:#fff;background-color:#2c2c2c;border:solid #737373 4px;margin-left:10px;margin-top:10px}.settings:popover-open{display:flex;flex-direction:column}.app{display:flex;flex-direction:column;align-items:center;width:min(500px,100% - 16px);margin-inline:auto;border:solid 4px #737373}.newGame{background-image:url(/typescript-types-minesweeper/smiley_play.png);width:40px;height:40px;background-size:cover;margin-top:24px}.line{width:100%;height:1px;background-color:#fff;margin-top:24px}.cellRow{display:flex;width:100%}.footer{display:flex;justify-content:space-between;margin-block-end:6px;margin-inline:6px}.footer p{font-size:14px}.cellButton{background-size:cover;aspect-ratio:1 / 1;flex-grow:1}.cellButton[data-state=hidden]{background-image:url(/typescript-types-minesweeper/cell_hidden.png)}.cellButton:not([data-state=hidden]){cursor:default}.cellButton[data-state="1"]{background-image:url(/typescript-types-minesweeper/cell_1.png)}.cellButton[data-state="2"]{background-image:url(/typescript-types-minesweeper/cell_2.png)}.cellButton[data-state="3"]{background-image:url(/typescript-types-minesweeper/cell_3.png)}.cellButton[data-state="4"]{background-image:url(/typescript-types-minesweeper/cell_4.png)}.cellButton[data-state="5"]{background-image:url(/typescript-types-minesweeper/cell_5.png)}.cellButton[data-state="6"]{background-image:url(/typescript-types-minesweeper/cell_6.png)}.cellButton[data-state="7"]{background-image:url(/typescript-types-minesweeper/cell_7.png)}.cellButton[data-state="8"]{background-image:url(/typescript-types-minesweeper/cell_8.png)}.cellButton[data-state=open]{background-image:url(/typescript-types-minesweeper/cell_open.png)}.cellButton[data-state=mine]{background-image:url(/typescript-types-minesweeper/cell_mine.png)}.cellButton[data-state=flag]{background-image:url(/typescript-types-minesweeper/cell_flag.png)}
