.game-module #gameStage{position:absolute;inset:0;overflow:hidden}
.godot-game-frame{position:absolute;inset:0;z-index:2;width:100%;height:100%;border:0;background:#1496ec}
.godot-loading{position:absolute;inset:0;z-index:1;display:grid;place-content:center;gap:8px;padding:28px;background:linear-gradient(180deg,#1496ec,#84d4fb 52%,#fff5df);color:#fff;text-align:center}
.godot-loading b{font-size:21px;text-shadow:0 2px 7px #07529b}
.godot-loading small{font-weight:700}
.godot-loading button{min-height:48px;margin-top:12px;border:0;border-radius:15px;background:#fff7e8;color:#0d56a9;font-weight:900}
.game-ready .godot-loading{display:none}
