.cell{width:25px;height:25px;border:1px solid #ccc;display:flex;justify-content:center;align-items:center;font-weight:700;background-color:#bdbdbd;cursor:pointer;font-size:16px;-webkit-user-select:none;user-select:none}.cell:hover{background-color:#d3d3d3}.cell.revealed{background-color:#f0f0f0;border:1px solid #aaa}.cell.mine{background-color:#ff4d4d}.cell.value-1{color:#00f}.cell.value-2{color:green}.cell.value-3{color:red}.cell.value-4{color:#00008b}.cell.value-5{color:maroon}.cell.value-6{color:teal}.cell.value-7{color:#000}.cell.value-8{color:gray}.cell{width:25px;height:25px;transition:width .2s ease,height .2s ease}@media (max-width: 800px){.cell{width:22px;height:22px;font-size:14px}}@media (max-width: 480px){.cell{width:20px;height:20px;font-size:12px}}.board{display:inline-block;border:2px solid #7b7b7b}.board-row{display:flex}.board-wrapper{max-width:100%;overflow-x:auto;padding-bottom:10px;border:2px solid #7b7b7b;margin:0 10px}.game-container{display:flex;flex-direction:column;align-items:center}.game-info{background-color:silver;padding:8px 12px;border:2px solid;border-color:#fafafa #7b7b7b #7b7b7b #fafafa;margin-bottom:15px;min-width:150px;display:flex;justify-content:center;align-items:center}.info-item{font-family:Segment7,Courier New,Courier,monospace;font-size:28px;font-weight:700;color:red;background-color:#000;padding:2px 8px;border-radius:4px;display:flex;align-items:center;gap:8px}.info-item span{font-family:initial;font-size:20px}.game-status{margin-bottom:10px;font-size:20px;font-weight:700}.game-status.lost{color:red}.game-status.won{color:green}.App{text-align:center;margin-top:20px;display:flex;flex-direction:column;align-items:center}
