h1{margin-top:0;font-size:22px}h2{margin-top:0;font-size:20px}h3{margin-top:0;font-size:18px}h4{margin-top:0;font-size:16px}h5{margin-top:0;font-size:14px}h6{margin-top:0;font-size:12px}code{font-size:1.2em}ul{padding-inline-start:20px}*{box-sizing:border-box}body{font-family:sans-serif;margin:20px;padding:0}.square{background:#fff;border:1px solid #999;float:left;font-size:24px;font-weight:700;line-height:34px;height:34px;margin-right:-1px;margin-top:-1px;padding:0;text-align:center;width:34px}.board-row:after{clear:both;content:"";display:table}.status{margin-bottom:10px}.game{display:flex;flex-direction:row}.game-info{margin-left:20px}*{user-select:none;-webkit-user-select:none;-ms-user-select:none}body{background-color:#000;font-family:sans-serif;display:flex;justify-content:center;align-items:center;height:100vh;margin:0;overflow:hidden}.game-container{background-color:#bdbdbd;padding:10px;box-shadow:inset -2px -2px gray,inset 2px 2px #e9e9e9;display:inline-block}.header{display:flex;justify-content:space-between;align-items:center;background-color:silver;padding:5px 10px;margin-bottom:5px;box-shadow:inset -2px -2px #e9e9e9,inset 2px 2px gray}.counter{font-family:Digital-7 Mono,monospace;background-color:#000;color:red;font-size:28px;padding:0 8px;width:70px;text-align:center;border:2px inset #808080;box-shadow:inset -1px -1px #303030,inset 1px 1px silver}.face{font-size:28px;padding:2px 6px;border:1px inset #666;background-color:silver;box-shadow:inset -2px -2px gray,inset 2px 2px #fff;cursor:pointer}.stats{margin-top:10px;display:flex;gap:20px;font-weight:700}.controls{margin-top:8px;text-align:center}.board{display:inline-block;border:2px solid #444;border:2px solid #808080;border-bottom-color:#fff;border-right-color:#fff;margin-top:10px}.row{display:flex}.cell{width:25px;height:25px;border:2px outset #c0c0c0;border-top-color:#fff;border-left-color:#fff;background-color:silver;display:flex;justify-content:center;align-items:center;cursor:pointer;font-weight:700;transition:background-color .2s ease,transform .2s ease;-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-touch-callout:none}.cell.animate:hover{transform:scale(1.05);background-color:#bbb}.cell.revealed{border-style:solid;border-top:1px solid #808080;border-left:0;border-right:1px solid #808080;border-bottom:0;background-color:silver}.cell.revealed[data-adjacent="1"]{color:#00f}.cell.revealed[data-adjacent="2"]{color:green}.cell.revealed[data-adjacent="3"]{color:red}.cell.revealed[data-adjacent="4"]{color:navy}.cell.revealed[data-adjacent="5"]{color:maroon}.cell.revealed[data-adjacent="6"]{color:teal}.cell.revealed[data-adjacent="7"]{color:#000}.cell.revealed[data-adjacent="8"]{color:gray}.cell.flagged{background-color:silver}.cell.mine{background-color:#f88}.cell.highlight{border-style:solid;border-top:1px solid #808080;border-left:0;border-right:1px solid #808080;border-bottom:0;background-color:silver}.game-container.dark{background-color:#464e56;box-shadow:inset -2px -2px #1e262e,inset 2px 2px #788088}.game-container.dark .controls{color:#fff}.header.dark{background-color:#444c54;box-shadow:inset -2px -2px #788088,inset 2px 2px #1e262e}.face.dark{border:1px inset #111;background-color:#444c54;box-shadow:inset -2px -2px #1e262e,inset 2px 2px #788088}.board.dark{border:2px solid #1e262e;border-bottom-color:#788088;border-right-color:#788088}.cell.dark{border:2px outset #1e262e;border-top-color:#788088;border-left-color:#788088;background-color:#4c545c}.cell.dark.animate:hover{background-color:#495059}.cell.dark.revealed{border-style:solid;border-top:1px solid #1e262e;border-left:0;border-right:1px solid #1e262e;border-bottom:0;background-color:#384048}.cell.dark.mine{background-color:#a33}.cell.dark.highlight{border-top:1px solid #1e262e;border-right:1px solid #1e262e;background-color:#384048;border-bottom:0;border-left:0}
