.GameLoadingScreen_root__WhHDy{--game-loading-bg:#07090d;--game-loading-text:#e6edf3;--game-loading-muted:#8b949e;--game-loading-track:rgba(112,208,255,0.2);--game-loading-accent:#70d0ff;position:absolute;inset:0;z-index:210;display:grid;min-width:0;min-height:100%;overflow:hidden;place-items:center;padding:max(24px,env(safe-area-inset-top,0px)) max(24px,env(safe-area-inset-right,0px)) max(24px,env(safe-area-inset-bottom,0px)) max(24px,env(safe-area-inset-left,0px));color:var(--game-loading-text);background:var(--game-loading-bg)}.GameLoadingScreen_root__WhHDy[data-game-loading-theme=museum]{--game-loading-bg:#f5f3ee;--game-loading-text:#2b2a26;--game-loading-muted:#6b675e;--game-loading-track:rgba(43,42,38,0.16);--game-loading-accent:#2b2a26}.GameLoadingScreen_content__GoRsK{display:grid;width:min(72vw,360px);justify-items:center;gap:14px;visibility:hidden;animation:GameLoadingScreen_game-loading-reveal__O3ApF .01s .18s both}.GameLoadingScreen_brand__P79Qa,.GameLoadingScreen_label__Zt4wo{margin:0;font-family:var(--font-heading,"Orbitron",sans-serif);text-align:center}.GameLoadingScreen_brand__P79Qa{color:var(--game-loading-text);font-size:clamp(2rem,8vw,4.8rem);font-weight:800;line-height:1;letter-spacing:.11em;text-shadow:0 0 26px color-mix(in srgb,var(--game-loading-accent) 30%,transparent)}.GameLoadingScreen_root__WhHDy[data-game-loading-theme=museum] .GameLoadingScreen_brand__P79Qa{font-size:clamp(1.55rem,6vw,3.6rem);letter-spacing:.08em;text-shadow:none}.GameLoadingScreen_track__IUKiY{position:relative;width:min(100%,280px);height:3px;overflow:hidden;background:var(--game-loading-track)}.GameLoadingScreen_indicator__vCemx{display:block;width:42%;height:100%;background:var(--game-loading-accent);box-shadow:0 0 14px color-mix(in srgb,var(--game-loading-accent) 55%,transparent);animation:GameLoadingScreen_game-loading-scan__kQzcl 1.25s ease-in-out infinite}.GameLoadingScreen_label__Zt4wo{color:var(--game-loading-muted);font-size:clamp(.72rem,2.5vw,.9rem);font-weight:700;line-height:1.6;letter-spacing:.14em}@keyframes GameLoadingScreen_game-loading-reveal__O3ApF{to{visibility:visible}}@keyframes GameLoadingScreen_game-loading-scan__kQzcl{0%{transform:translateX(-120%)}to{transform:translateX(340%)}}@media (max-height:420px) and (orientation:landscape){.GameLoadingScreen_content__GoRsK{width:min(58vw,320px);gap:9px}.GameLoadingScreen_brand__P79Qa{font-size:clamp(1.65rem,7vh,2.8rem)}.GameLoadingScreen_root__WhHDy[data-game-loading-theme=museum] .GameLoadingScreen_brand__P79Qa{font-size:clamp(1.35rem,6vh,2.3rem)}}@media (prefers-reduced-motion:reduce){.GameLoadingScreen_indicator__vCemx{width:100%;animation:none}}