html,body{scrollbar-width:thin;scrollbar-color:#96969673 transparent}:root{--boot-bg-light:#fff;--boot-bg-dark:#000;--boot-bg:var(--boot-bg-light);--boot-border:#7676801f}:root[data-boot-scheme=dark]{--boot-bg:var(--boot-bg-dark);--boot-border:#7676803d}html{background-color:var(--boot-bg)}.boot-shell{background-color:var(--boot-bg);flex-direction:column;flex:1;min-height:100%;display:flex}.boot-shell__header{border-bottom:.5px solid var(--boot-border);flex:none;height:56px;box-shadow:0 2px 4px #0000001a}.boot-shell__body{flex:1;justify-content:center;align-items:center;display:flex}.boot-shell__mark{background:var(--boot-logo,none) center / contain no-repeat;opacity:0;width:88px;height:88px;animation:.3s ease-out .4s forwards boot-shell-fade}@keyframes boot-shell-fade{to{opacity:1}}@media (prefers-reduced-motion:reduce){.boot-shell__mark{animation-duration:1ms}}