.brand-splash{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#fff;transition:opacity .28s ease}.brand-splash.is-exiting{opacity:0;pointer-events:none}.brand-splash-inner{display:flex;flex-direction:column;align-items:center;gap:28px}.brand-splash-mark{display:block;width:132px;height:132px;overflow:visible;color:#131211}.brand-splash-mark .loop-arc{stroke-dasharray:1;stroke-dashoffset:0}.brand-splash-word{font-size:40px;font-weight:800;letter-spacing:-2.2px;line-height:1;color:#131211;opacity:0}html.fuda-splash-active,html.fuda-splash-active body{background-color:#fff}@media (prefers-reduced-motion:reduce){.brand-splash-mark .loop-arc{stroke-dashoffset:0}.brand-splash-mark .loop-dot{opacity:1;transform:none}.brand-splash-word{opacity:1}}@media (prefers-reduced-motion:no-preference){.brand-splash-build{animation:fdSplashFadeIn 3.8s linear forwards}.brand-splash-mark .a1{animation:fdSplashTrace1 3.8s cubic-bezier(.22,.61,.36,1) forwards}.brand-splash-mark .a2{animation:fdSplashTrace2 3.8s cubic-bezier(.22,.61,.36,1) forwards}.brand-splash-mark .a3{animation:fdSplashTrace3 3.8s cubic-bezier(.22,.61,.36,1) forwards}.brand-splash-mark .loop-dot{transform-origin:56.73px 64.36px;animation:fdSplashOrbit 3.8s forwards}.brand-splash-word{animation:fdSplashWord 3.8s cubic-bezier(.16,.84,.32,1) forwards}}@keyframes fdSplashFadeIn{0%{opacity:0}4%{opacity:1}to{opacity:1}}@keyframes fdSplashTrace1{0%{stroke-dashoffset:1}28%,to{stroke-dashoffset:0}}@keyframes fdSplashTrace2{0%,10%{stroke-dashoffset:1}40%,to{stroke-dashoffset:0}}@keyframes fdSplashTrace3{0%,28%{stroke-dashoffset:1}56%,to{stroke-dashoffset:0}}@keyframes fdSplashOrbit{0%,48%{opacity:0;transform:rotate(-150deg) scale(.94);animation-timing-function:linear}56%{opacity:1;animation-timing-function:linear}68%{opacity:1;transform:rotate(-14deg) scale(.99);animation-timing-function:cubic-bezier(.16,.84,.32,1)}76%,to{opacity:1;transform:rotate(0deg) scale(1)}}@keyframes fdSplashWord{0%,74%{opacity:0}84%,to{opacity:1}}