.loading-screen{box-sizing:border-box;flex:1;justify-content:center;align-items:center;width:100%;min-height:0;padding:24px;display:flex}.loading-screen__content{flex-direction:column;align-items:center;gap:16px;display:flex}.loading-screen__animation{flex:none;width:160px;height:160px}.loading-screen__animation canvas{width:100%;height:100%;display:block}.loading-screen__title{font-size:var(--fs-header-title);font-weight:var(--fw-header-title);line-height:var(--lh-header-title);color:var(--color-title);text-align:center;margin:0;animation:1.4s ease-in-out infinite loadingTitlePulse}@keyframes loadingTitlePulse{0%,to{opacity:1}50%{opacity:.28}}@media (prefers-reduced-motion:reduce){.loading-screen__title{animation:none}}@media (max-width:480px){.loading-screen__animation{width:128px;height:128px}}
