.public-route-loading{background:var(--black-oil-1000);min-height:100vh;color:var(--white-ghost-100);justify-content:center;align-items:center;display:flex}.public-route-loading__spin{animation:1s linear infinite public-route-loading-spin}.public-route-loading__vh{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes public-route-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
