.splash-screen{--splash-bg:var(--color-bg-main,#f9fafb);--splash-ring:var(--color-primary-dark,#009569);z-index:9998;background:var(--splash-bg);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;inset:0}.splash-screen__logo{z-index:1;justify-content:center;align-items:center;animation:2s ease-in-out infinite splash-logo;display:flex;position:relative}.splash-screen__ring{box-sizing:border-box;border-style:solid;border-color:color-mix(in srgb, var(--splash-ring) 24%, transparent);pointer-events:none;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{0%,to{opacity:1;transform:scale(1)}25%,50%{opacity:.48;transform:scale(.9)}75%{opacity:1;transform:scale(1)}}@keyframes splash-ring-inner{0%{opacity:.25;border-radius:25%;transform:scale(1.6)rotate(270deg)}25%,50%{opacity:1;border-radius:25%;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%,50%{opacity:.25;border-radius:25%;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}.splash-screen__logo{opacity:1}.splash-screen__ring--inner{opacity:.6;border-radius:50%;transform:scale(1)}.splash-screen__ring--outer{opacity:.35;border-radius:50%;transform:scale(1)}}
