.splash-screen{z-index:9998;background:var(--color-background-default);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.splash-screen__logo{z-index:1;width:64px;height:64px;animation:3s ease-in-out infinite splash-logo-pulse;position:relative}.splash-screen__logo-image{object-fit:contain;width:100%;height:100%;display:block}.splash-screen__ring{border-style:solid;border-color:color-mix(in srgb, var(--color-primary-dark) 24%, transparent);box-sizing:border-box;position:absolute}.splash-screen__ring--inner{border-width:3px;width:100px;height:100px;animation:3.2s linear infinite splash-ring-inner}.splash-screen__ring--outer{border-width:8px;width:120px;height:120px;animation:3.2s linear infinite splash-ring-outer}@keyframes splash-logo-pulse{0%,66.66%,to{opacity:1;transform:scale(1)}16.66%,33.33%{opacity:.48;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}@keyframes splash-ring-inner{0%{opacity:.25;border-radius:25%;transform:scale(1.6)rotate(270deg)}25%{opacity:1;border-radius:25%;transform:scale(1)rotate(0)}50%{opacity:1;border-radius:50%;transform:scale(1)rotate(0)}75%{opacity:1;border-radius:50%;transform:scale(1.6)rotate(270deg)}to{opacity:.25;border-radius:25%;transform:scale(1.6)rotate(270deg)}}@keyframes splash-ring-outer{0%{opacity:1;border-radius:25%;transform:scale(1)rotate(0)}25%{opacity:.25;border-radius:25%;transform:scale(1.2)rotate(270deg)}50%{opacity:.25;border-radius:50%;transform:scale(1.2)rotate(270deg)}75%{opacity:.25;border-radius:50%;transform:scale(1)rotate(0)}to{opacity:1;border-radius:25%;transform:scale(1)rotate(0)}}@media (prefers-reduced-motion:reduce){.splash-screen__logo,.splash-screen__ring{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}}
