/* Generated by scripts/generate-pwa-startup.ts */
html, body { height: 100%; margin: 0; background: #F4F2EE; }
body { overflow: hidden; }
#root { display: flex; height: 100%; flex: 1; }
#pwa-launch { position: fixed; inset: 0; z-index: 2147483647; display: flex; align-items: center; justify-content: center; background: #F4F2EE; }
#pwa-launch img { width: 96px; height: 96px; }
@media (prefers-color-scheme: dark) { html:not([data-theme="light"]), html:not([data-theme="light"]) body, html:not([data-theme="light"]) #pwa-launch { background: #101214; } }
html[data-theme="dark"], html[data-theme="dark"] body, html[data-theme="dark"] #pwa-launch { background: #101214; }
