.loading-indicator{--loading-indicator-star-size:28px;justify-content:center;align-items:center;gap:6px;display:flex}.loading-indicator--sm{--loading-indicator-star-size:22px;gap:4px}.loading-indicator__star{color:var(--color-grey-300);animation:1.35s ease-in-out infinite loading-indicator-star;animation-delay:calc(var(--star-index) * .12s);place-items:center;display:grid}.loading-indicator__star svg{width:var(--loading-indicator-star-size);height:var(--loading-indicator-star-size);fill:currentColor;stroke:none}@keyframes loading-indicator-star{0%,to{color:var(--color-grey-300);transform:translateY(0)scale(1)}35%,55%{color:var(--color-warning);transform:translateY(-5px)scale(1.12)}}@media (prefers-reduced-motion:reduce){.loading-indicator__star{animation:none}.loading-indicator__star:nth-child(-n+3){color:var(--color-warning)}}
.splash-screen{z-index:9998;background:radial-gradient(circle at 18% 22%, color-mix(in srgb, var(--color-primary) 16%, transparent), transparent 42%), radial-gradient(circle at 82% 78%, color-mix(in srgb, var(--color-warning) 14%, transparent), transparent 38%), var(--color-background-default);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.splash-screen__glow{filter:blur(48px);pointer-events:none;border-radius:50%;position:absolute}.splash-screen__glow--primary{background:color-mix(in srgb, var(--color-primary) 28%, transparent);width:220px;height:220px;animation:8s ease-in-out infinite alternate splash-glow-drift;top:12%;left:8%}.splash-screen__glow--accent{background:color-mix(in srgb, var(--color-warning) 22%, transparent);width:260px;height:260px;animation:10s ease-in-out infinite alternate-reverse splash-glow-drift;bottom:14%;right:10%}.splash-screen__content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:28px;width:min(100%,360px);padding:0 24px;display:flex;position:relative}.splash-screen__logo{width:min(100%,220px);height:auto;display:block}@keyframes splash-glow-drift{0%{transform:translate(0,0)scale(1)}to{transform:translate(18px,-12px)scale(1.08)}}@media (prefers-reduced-motion:reduce){.splash-screen__glow{animation:none}}
.loading-screen{flex:auto;justify-content:center;align-items:center;width:100%;min-height:100%;padding:0 40px;display:flex}.loading-screen__track{background:color-mix(in srgb, var(--color-text-primary) 12%, transparent);border-radius:999px;width:100%;max-width:360px;height:4px;overflow:hidden}.loading-screen__bar{border-radius:inherit;background:var(--color-text-primary);width:40%;height:100%;animation:1.2s ease-in-out infinite loading-screen-bar;display:block}@keyframes loading-screen-bar{0%{transform:translate(-120%)}to{transform:translate(320%)}}@media (prefers-reduced-motion:reduce){.loading-screen__bar{opacity:.55;width:100%;animation:none}}
