.MinesweeperGame_container__21FHT{max-width:420px;margin:0 auto;text-align:center}.MinesweeperGame_stats__vcL6D{display:flex;justify-content:center;gap:12px;margin-bottom:12px}.MinesweeperGame_badge__7kTVA{background:#f0f4f8;border-radius:20px;padding:6px 16px;font-size:.95rem;font-weight:600}.MinesweeperGame_banner__MDMiJ{padding:10px;border-radius:10px;font-size:1.1rem;font-weight:700;margin-bottom:12px}.MinesweeperGame_bannerWin__5slEW{background:#d4edda;color:#155724}.MinesweeperGame_bannerLose__iZk78{background:#f8d7da;color:#721c24}.MinesweeperGame_grid__IDCNb{display:grid;grid-gap:2px;gap:2px;margin:0 auto}.MinesweeperGame_cell__ly4JJ{aspect-ratio:1;border:1px solid #ccc;border-radius:4px;background:#e8ecf1;font-size:.95rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;min-width:0}.MinesweeperGame_cell__ly4JJ:hover:not(.MinesweeperGame_revealed__re_vZ){background:#d4dbe6}.MinesweeperGame_revealed__re_vZ{background:#fff;cursor:default;border-color:#ddd}.MinesweeperGame_mine__SIq1L{background:#fdd}