html.app-FINDGAMER-SU.fgx-booting,
html.app-FINDGAMER-SU.fgx-booting body {background: #050607 !important;}html.app-FINDGAMER-SU.fgx-booting body > :not(#fgx-splash-screen) {visibility: hidden !important;animation: fgx-boot-content-failsafe 0s linear 8s forwards;}html.app-FINDGAMER-SU #fgx-splash-screen {position: fixed;inset: 0;z-index: 2147483647;display: grid;place-items: center;pointer-events: none;opacity: 0;transition: opacity 0.24s ease;background:
radial-gradient(circle at 16% 20%, rgba(125, 232, 191, 0.14), transparent 34%),
radial-gradient(circle at 84% 10%, rgba(124, 201, 255, 0.14), transparent 32%),
linear-gradient(180deg, #050607 0%, #080d12 44%, #06080a 100%);}html.app-FINDGAMER-SU.fgx-booting #fgx-splash-screen {opacity: 1;}html.app-FINDGAMER-SU #fgx-splash-screen .fgx-splash-inner {width: min(23rem, calc(100vw - 3rem));display: grid;gap: 0.76rem;justify-items: center;color: #eef3f6;font-family: "Space Grotesk", "Aptos Display", "Segoe UI Variable Display", sans-serif;letter-spacing: 0.01em;}html.app-FINDGAMER-SU #fgx-splash-screen .fgx-splash-brand {font-size: clamp(1.1rem, 2.5vw, 1.38rem);font-weight: 600;color: #ffffff;}html.app-FINDGAMER-SU #fgx-splash-screen .fgx-splash-bar {width: 100%;height: 0.26rem;border-radius: 999px;overflow: hidden;border: 1px solid rgba(255, 255, 255, 0.18);background: rgba(255, 255, 255, 0.08);}html.app-FINDGAMER-SU #fgx-splash-screen .fgx-splash-bar-fill {display: block;width: 42%;height: 100%;border-radius: inherit;background: linear-gradient(90deg, #7de8bf, #7cc9ff);animation: fgx-splash-slide 1.2s ease-in-out infinite;}@keyframes fgx-splash-slide {0% {transform: translateX(-120%);}100% {transform: translateX(300%);}}@keyframes fgx-boot-content-failsafe {to {visibility: visible;}}@media (prefers-reduced-motion: reduce) {html.app-FINDGAMER-SU #fgx-splash-screen .fgx-splash-bar-fill {animation-duration: 2.4s;}}