.page-hold{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#f6f6f4;animation:pageHoldTimeout .4s ease-out 2.5s forwards}html[data-theme=account] .page-hold{background:#fafaf9}.page-hold--released{animation:pageHoldRelease .4s ease-out forwards}@keyframes pageHoldTimeout{to{opacity:0;visibility:hidden}}@keyframes pageHoldRelease{to{opacity:0;visibility:hidden}}@media(prefers-reduced-motion:reduce){.page-hold--released{animation:pageHoldRelease .01s linear forwards}}
