.app-loading-screen{box-sizing:border-box;display:grid;place-items:center;width:100%;min-height:360px;padding:48px 24px;color:var(--app-loading-text);background:radial-gradient(ellipse at center,var(--app-loading-glow),transparent 65%),var(--app-loading-background);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.app-loading-screen--fullscreen{min-height:100vh;min-height:100svh}.app-loading-screen__content{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:100%}.app-loading-screen__brand{margin:0;color:var(--app-loading-brand-start);background:linear-gradient(110deg,var(--app-loading-brand-start),var(--app-loading-brand-end));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:clamp(22px,4.5vw,28px);font-weight:700;letter-spacing:-1px;line-height:1.2}@media(forced-colors:active){.app-loading-screen__brand{background:none;color:CanvasText;-webkit-text-fill-color:currentColor}}.app-loading-screen__progress{display:inline-flex;flex-direction:column;align-items:center;gap:24px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;line-height:1.4;text-align:center}.app-loading-screen__message{font-family:inherit;font-size:12px;font-weight:400;line-height:1.4}.app-loading-screen__runner{position:relative;display:inline-flex;width:96px;height:96px}.app-loading-screen__runner img{width:100%;height:100%;object-fit:contain;animation:app-startup-stride var(--app-loading-cycle) ease-in-out infinite}.app-loading-screen__shadow{position:absolute;bottom:0;left:22%;width:60%;height:4%;border-radius:50%;background:currentColor;animation:app-startup-shadow var(--app-loading-cycle) ease-in-out infinite}@media(prefers-reduced-motion:reduce){.app-loading-screen__runner img,.app-loading-screen__shadow{animation:none}.app-loading-screen__shadow{opacity:.15}}
