html, body { margin: 0; }
#easygpt-startup { position: fixed; inset: 0; z-index: 10000; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; background: #111112; color: #fafafa; font: 15px/1.6 system-ui, sans-serif; text-align: center; }
#easygpt-startup strong { font-size: 28px; font-weight: 600; }
#easygpt-startup p { color: #b7b7bc; }
#easygpt-startup a { color: #111112; background: #eee; padding: 10px 24px; border-radius: 8px; text-decoration: none; }
#easygpt-startup[hidden], #easygpt-startup [hidden] { display: none; }
