#loading{justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}#loader{box-sizing:border-box;aspect-ratio:1;border:3px solid #068ff9;border-right-color:#c8e7fe;border-radius:50%;width:32px;height:32px;animation:.55s linear infinite l2;display:flex}@keyframes l2{to{transform:rotate(1turn)}}#root{background:var(--background-primary-inverted-primary,white)}#root+#loading{display:none}#root:empty+#loading{display:flex}