.studio-splash{position:fixed;inset:0;width:100%;height:100%;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;border-radius:0;background:#000;box-shadow:none;overflow:hidden;box-sizing:border-box}
.studio-splash::backdrop{background:#000}
.studio-splash[open]{display:grid;place-items:center;animation:none!important}
.studio-wordmark{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;animation:studio-image-in 650ms ease-out both}
.studio-fading{z-index:2147483640;pointer-events:none;animation:studio-image-out 650ms ease-in-out both}
.studio-fading .studio-wordmark{animation:none}
@keyframes studio-image-in{from{opacity:0}to{opacity:1}}
@keyframes studio-image-out{from{opacity:1}to{opacity:0}}
@media(prefers-reduced-motion:reduce){.studio-wordmark,.studio-fading{animation:none}.studio-fading{opacity:0}}
