/**
 * @license 
 * SPDX-License-Identifier: AGPL-3.0-only
 * 
 * Zhifeng's Markdown To Website Renderer
 * Copyright (C) 2024  Zhifeng Wang 王之枫
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published
 * by the Free Software Foundation, version 3 of the License only.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>. 
 */.con4_game{box-sizing:border-box;display:block;margin:5% auto;position:relative}@media (max-width: 800px){.con4_game{aspect-ratio:1.5;padding:3% 10%;width:100%}}@media (min-width: 800px) and (max-width: 1400px){.con4_game{aspect-ratio:2;padding:3% 30%}}@media (min-width: 1400px){.con4_game{aspect-ratio:3;padding:3% 40%}}.con4_game_ctrl_root{height:50px;position:relative}.con4_game_play_row{height:auto;position:relative;text-align:center;width:100%}.con4_game_loading .con4_game_play_row{display:none}.con4_game_play_ctrl{background-color:var(--bg);font-size:1.1rem;height:100%;position:relative;display:inline-block;text-align:center;overflow:hidden}.con4_game_btn{color:var(--fg);background-color:var(--bg);border:0px var(--fg);font-size:1.2rem}.con4_game_btn:hover{cursor:pointer}.con4_game_ctrl_1_row{position:relative;height:15px;margin:1rem 0;text-align:center;width:100%}.con4_game_loading .con4_game_ctrl_1_row{display:none}.con4_game_loading_msg,.con4_game_error_msg{display:none;text-align:center;width:100%}.con4_game_loading .con4_game_loading_msg,.con4_game_error .con4_game_error_msg{color:var(--fg);display:block}
