:root{--z-splash:2000}.ss-splash{position:fixed;inset:0;z-index:var(--z-splash);display:flex;align-items:center;justify-content:center;background:var(--color-bg-deep);opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s ease,visibility 0s linear 0s}html[data-splash=done] .ss-splash{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility 0s linear .3s}.ss-splash__inner{display:flex;flex-direction:column;align-items:center}.ss-splash__stage{width:200px;height:200px}.ss-splash__wordmark{margin-top:1.5rem;font-family:var(--font-space-mono),ui-monospace,monospace;font-weight:700;letter-spacing:.04em;font-size:clamp(1.1rem,1rem + 1vw,1.6rem);color:var(--color-white);animation:ss-splash-pulse 1.8s ease-in-out infinite}@keyframes ss-splash-pulse{0%,to{opacity:.55}50%{opacity:1}}.ss-splash__globe{width:200px;height:200px;opacity:0;transition:opacity .15s ease}.ss-splash__globe.is-in{opacity:1}.ss-splash__globe-canvas{width:100%;height:100%}.ss-splash__globe-canvas canvas{display:block}@media (prefers-reduced-motion:reduce){.ss-splash__wordmark{animation:none;opacity:1}.ss-splash__globe{transition:none}}