.app-boot-loading-screen{background:var(--background);width:100%;min-height:100dvh;color:var(--foreground);display:flex}.app-boot-loading-screen--compact{background:var(--background);flex:1;justify-content:center;align-items:center;min-height:100%}.app-boot-loading-screen__rail{border-right:1px solid var(--sidebar-border,var(--border));background:var(--sidebar-rail,var(--card));flex-shrink:0;height:100%}.app-boot-loading-screen__main{background:var(--canvas-workspace-bg,#0a0a0a);flex:1;justify-content:center;align-items:center;min-width:0;display:flex}@media (max-width:1023px){.app-boot-loading-screen__rail{display:none}.app-boot-loading-screen__main{background:var(--background)}}
