#loading-screen{position:fixed;inset:0;z-index:2147483647;background:#030a16;display:flex;justify-content:center;align-items:center;overflow:hidden}.ls-curtain{position:absolute;left:0;width:100%;height:50.5vh;background:#030a16;z-index:50;transition:transform .8s cubic-bezier(.8, 0, .1, 1)}.ls-curtain-t{top:0}.ls-curtain-b{bottom:0}.ls-brand-pulse{position:absolute;width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(12,166,120,.15) 0,transparent 70%);border-radius:50%;z-index:60;animation:2.5s ease-in-out infinite pulsate}.ls-center-content{position:relative;z-index:100;text-align:center;transition:opacity .5s}.ls-logo-wrap img{width:240px;filter:drop-shadow(0 0 30px rgba(0,0,0,.5))}.ls-status-box{margin-top:50px}.ls-mini-loader{width:100px;height:1px;background:rgba(255,255,255,.05);margin:0 auto 20px;overflow:hidden}.ls-mini-fill{width:0%;height:100%;background:gold;box-shadow:0 0 10px gold}.ls-subtitle{color:#fff;font-family:Inter,monospace;font-size:10px;letter-spacing:.6em;text-indent:.6em;opacity:.35}#loading-screen.go .ls-curtain-t{transform:translateY(-100%)}#loading-screen.go .ls-curtain-b{transform:translateY(100%)}#loading-screen.go .ls-center-content{opacity:0;transform:scale(1.02)}#loading-screen.go{opacity:0;transition:opacity .8s .6s;pointer-events:none}#nav-fixed,.header-layout-container,.main-content,.weather-bar,nav{opacity:0}body.ready-for-open #nav-fixed,body.ready-for-open .header-layout-container,body.ready-for-open .main-content,body.ready-for-open .weather-bar,body.ready-for-open nav{opacity:1;transition:opacity 1.5s}#nav-fixed{transform:none!important}@keyframes pulsate{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.2}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.5}}