html.tgex-starting body > :not(#tgexStartup) { display: none !important; }
#tgexStartup { display: none; }
html.tgex-starting #tgexStartup { display: flex; min-height: 100svh; box-sizing: border-box; padding: 24px; align-items: center; justify-content: center; flex-direction: column; background: #f7f8fa; color: #172437; font: 16px/1.6 system-ui, sans-serif; }
#tgexStartup strong { color: #9b7300; font-size: 32px; }
#tgexStartup a { color: #174ea6; text-decoration: underline; }
