.splash-screen{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:white;opacity:1;visibility:visible;transition:opacity .4s ease,visibility .4s ease;animation:splash-auto-dismiss .4s ease 5s forwards}html[data-loaded=true] .splash-screen{animation:none;opacity:0;visibility:hidden}.splash-logo{width:min(60vw,320px);height:auto}.splash-path{fill-opacity:0;stroke-width:1.5;stroke-dasharray:1;stroke-dashoffset:1}.splash-flame{animation:splash-draw .7s ease-out forwards,splash-fill .4s ease .6s forwards,splash-stroke-fade .3s ease .7s forwards}.splash-flame-light{animation:splash-draw .7s ease-out .1s forwards,splash-fill .4s ease .7s forwards,splash-stroke-fade .3s ease .8s forwards}.splash-text-1{animation:splash-draw .5s ease-out .2s forwards,splash-fill .3s ease .8s forwards,splash-stroke-fade .3s ease .8s forwards}.splash-text-2{animation:splash-draw .5s ease-out .26s forwards,splash-fill .3s ease .85s forwards,splash-stroke-fade .3s ease .85s forwards}.splash-text-3{animation:splash-draw .5s ease-out .32s forwards,splash-fill .3s ease .9s forwards,splash-stroke-fade .3s ease .9s forwards}.splash-text-4{animation:splash-draw .5s ease-out .38s forwards,splash-fill .3s ease .95s forwards,splash-stroke-fade .3s ease .95s forwards}.splash-text-5{animation:splash-draw .5s ease-out .44s forwards,splash-fill .3s ease 1s forwards,splash-stroke-fade .3s ease 1s forwards}.splash-text-6{animation:splash-draw .5s ease-out .5s forwards,splash-fill .3s ease 1.05s forwards,splash-stroke-fade .3s ease 1.05s forwards}.splash-text-7{animation:splash-draw .5s ease-out .56s forwards,splash-fill .3s ease 1.1s forwards,splash-stroke-fade .3s ease 1.1s forwards}@keyframes splash-draw{to{stroke-dashoffset:0}}@keyframes splash-fill{to{fill-opacity:1}}@keyframes splash-stroke-fade{to{stroke-opacity:0}}@keyframes splash-auto-dismiss{to{opacity:0;visibility:hidden}}@media (prefers-reduced-motion:reduce){.splash-path{fill-opacity:1;stroke-dashoffset:0;stroke-opacity:0}.splash-flame,.splash-flame-light,.splash-text-1,.splash-text-2,.splash-text-3,.splash-text-4,.splash-text-5,.splash-text-6,.splash-text-7{animation:none}.splash-screen{animation:splash-auto-dismiss .4s ease 2s forwards}}