.loader-wrapper{z-index:9999;background-color:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loader{background:radial-gradient(circle closest-side,#000 94%,#0000) 100%/calc(200% - 1em) 100%;font-family:monospace;font-size:62px;font-weight:700;animation:1.5s ease-in-out infinite alternate l24}.loader:before{content:"Loading...";color:#0000;background:inherit;background-image:radial-gradient(circle closest-side,#fff 94%,#000);-webkit-background-clip:text;background-clip:text;line-height:1em}@keyframes l24{to{background-position:0}}