*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;font-family:Segoe UI Variable,Segoe UI,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;overflow:hidden}body{flex-direction:column;display:flex}a,button,[role=button]{transition:background-color .15s,box-shadow .15s,color .15s}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-color:#fafafa}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:#1f1f1f}.app-splash{color:#424242;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100vh;display:flex}html[data-theme=dark] .app-splash{color:#d6d6d6}.app-splash-spinner{border:3px solid #80808040;border-top-color:#0f6cbd;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite app-splash-spin}@keyframes app-splash-spin{to{transform:rotate(360deg)}}