.loading-screen{background-color:#00000080;position:fixed;top:0;left:0;height:100svh;z-index:9999}.loading-content,.loading-screen{display:flex;align-items:center;justify-content:center;width:100%}.loading-content{height:100%}.loading-text{color:#fff;font-size:24px;font-weight:700;letter-spacing:.1em}@keyframes strobe{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}.dot{animation:strobe 1.5s infinite}.dot-1{animation-delay:.2s}.dot-2{animation-delay:.4s}.dot-3{animation-delay:.6s}