#app-loading {
    position: fixed;
    inset: 0;
    z-index: 9999;
    min-height: 100vh;
    min-height: 100dvh;
}

.app-boot__svg {
    width: clamp(140px, 36vw, 240px);
    height: auto;
    overflow: visible;
    display: block;
}

.app-boot__svg path {
    opacity: 0;
    transition: opacity 260ms ease-out;
    will-change: opacity;
}

@media (prefers-reduced-motion: reduce) {
    .app-boot__svg path {
        transition: none;
    }
}
