.loading-box{box-sizing:border-box;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:12px;width:100%;min-height:100%;padding:24px 16px;display:flex}.loading-box__scene{filter:drop-shadow(0 8px 24px #3e9bff40);animation:2.4s ease-in-out infinite loadingBoxFloat;position:relative}.loading-box__svg{width:100%;height:100%;display:block}.loading-box__sparkle{opacity:0;background:#8dd0ff;border-radius:50%;width:6px;height:6px;position:absolute}.loading-box__sparkle--1{animation:1.6s ease-in-out .2s infinite loadingBoxSparkle;top:-4px;right:8px}.loading-box__sparkle--2{animation:1.6s ease-in-out .5s infinite loadingBoxSparkle;top:30px;left:-6px}.loading-box__sparkle--3{animation:1.6s ease-in-out .8s infinite loadingBoxSparkle;bottom:10px;right:-4px}.loading-box__label{color:var(--tg-theme-hint-color,#8e8e93);letter-spacing:.01em;text-align:center;margin:0;font-size:13px;font-weight:500}@keyframes loadingBoxFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes loadingBoxSparkle{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.3)}}@media (prefers-reduced-motion:reduce){.loading-box__scene{animation:none}.loading-box__sparkle{opacity:.6;animation:none}}
