.root__loading{z-index:9999;width:100%;min-height:var(--app-telegram-viewport-height,var(--tg-viewport-stable-height,100dvh));background:var(--app-bg,var(--tg-theme-bg-color,var(--tgui--bg_color,#fff)));color:var(--app-text,var(--tg-theme-text-color,var(--tgui--text_color,#18222d)));flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex;position:fixed;inset:0}.root__loading-spinner{border:.1875rem solid color-mix(in srgb, var(--app-primary,var(--tg-theme-button-color,#3390ec)) 24%, transparent);border-top-color:var(--app-primary,var(--tg-theme-button-color,#3390ec));border-radius:999px;width:2.25rem;height:2.25rem;animation:.8s linear infinite root-loading-spin}.root__loading-label{color:var(--app-muted-foreground,var(--tg-theme-hint-color,var(--tgui--hint_color,#61788a)));font-size:.875rem;font-weight:600;line-height:1.25rem}@media (prefers-reduced-motion:reduce){.root__loading-spinner{animation-duration:1.4s}}@keyframes root-loading-spin{to{transform:rotate(1turn)}}
