html{background-color:var(--MI_THEME-bg);color:var(--MI_THEME-fg)}#splash{position:fixed;z-index:10000;top:0;left:0;width:100vw;height:100vh;cursor:wait;background-color:var(--MI_THEME-bg);opacity:1;transition:opacity .5s ease}#splashIcon{position:absolute;inset:0;margin:auto;width:64px;height:64px;border-radius:10px;pointer-events:none}#splashSpinner{position:absolute;inset:0;margin:auto;display:inline-block;width:28px;height:28px;transform:translateY(70px);color:var(--MI_THEME-accent)}#splashSpinner>.spinner{position:absolute;top:0;left:0;width:28px;height:28px;fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5}#splashSpinner>.spinner.bg{opacity:.275}#splashSpinner>.spinner.fg{animation:splashSpinner .5s linear infinite}@keyframes splashSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
