#shell-boot{z-index:100050;background:var(--uiBackground,#f5f2ee);color:var(--heading,#1a1c1f);pointer-events:auto;place-items:center;margin:0;display:grid;position:fixed;inset:0}#shell-boot .stack{flex-direction:column;align-items:center;gap:1.15rem;display:flex}#shell-boot .mark{width:3.5rem;height:4.25rem;animation:1.2s ease-in-out infinite shell-boot-pulse;display:block}#shell-boot .mark path{fill:currentColor}#shell-boot .bar{background:color-mix(in srgb, var(--heading) 14%, transparent);border-radius:50rem;width:7.25rem;height:.18rem;overflow:hidden}#shell-boot .bar>span{border-radius:inherit;background:currentColor;width:38%;height:100%;animation:1.15s ease-in-out infinite shell-boot-bar;display:block}#shell-boot[hidden]{display:none!important}html:not([data-shell-hydrated]) #toolbox-wrap,html[data-shell=smartphone] #toolbox-wrap>.toolbox-camera,html[data-shell=smartphone] #toolbox-wrap>fieldset.toolbox-history,html[data-shell=smartphone] #toolbox-wrap>.toolbox-mobile-toggle{display:none}@keyframes shell-boot-pulse{50%{opacity:.32}}@keyframes shell-boot-bar{0%{transform:translate(-130%)}to{transform:translate(320%)}}@media (prefers-reduced-motion:reduce){html[data-shell] *{scroll-behavior:auto}#shell-boot .mark,#shell-boot .bar>span{animation:none}#shell-boot .bar>span{width:100%;transform:none}}