.game-load-screen{z-index:2000;color:#291c50;text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex;position:fixed;inset:0}.game-load-screen button{color:inherit;font:inherit;cursor:pointer;background:#fff;border:1px solid #7350d6;border-radius:24px;padding:10px 24px}.game-load-spinner{border:3px solid #e9e0ff;border-top-color:#7350d6;border-radius:50%;width:32px;height:32px;animation:1s linear infinite game-load-spin}@keyframes game-load-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.game-load-spinner{animation:none}}
