/* No modern CSS dependencies: also serves browsers below the application baseline. */
#startup { max-width:480px; margin:32px auto; padding:24px; font:16px/1.5 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; background:#1a1a2e; color:#fff; border-radius:16px; }
#startup h1 { font-size:24px; margin:0 0 16px; }
#startup p { margin:12px 0; }
#startup a, #startup button { display:block; margin-top:16px; padding:12px; background:#10b981; color:#fff; border:0; border-radius:10px; text-align:center; text-decoration:none; font:inherit; cursor:pointer; }
#startup [hidden], #startup[hidden], #root[hidden] { display:none !important; }
