.splash-container{background-color:var(--splash-bg);z-index:9999;--splash-bg:#0b0f16;--splash-cell-bg:#0b0f16;--splash-cell-border:#f7f9ff;--splash-cell-mid:#7f8a99;--splash-cell-fill:#f7f9ff;justify-content:center;align-items:center;width:100vw;height:100%;display:flex;position:fixed;inset:0;overflow:hidden}.splash-container.theme-light{--splash-bg:#eff3f8;--splash-cell-bg:#eff3f8;--splash-cell-border:#0f1824;--splash-cell-mid:#9aa7b8;--splash-cell-fill:#0f1824}.splash-container.fade-out{animation:1s ease-in-out forwards fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.grid{place-content:center;width:100vw;height:100vh;display:grid}.grid-cell{background-color:var(--splash-cell-bg);border:3px solid var(--splash-cell-border);box-sizing:border-box}.anim-cell{animation:.8s forwards fillSquare}.logo-cell{background-color:var(--splash-cell-bg);animation:none}@keyframes fillSquare{0%{background-color:var(--splash-cell-bg)}50%{background-color:var(--splash-cell-mid)}to{background-color:var(--splash-cell-fill)}}@keyframes fadeInText{0%{opacity:0}to{opacity:1}}.rndm-text{color:var(--text-dark);letter-spacing:.2em;opacity:0;pointer-events:none;font-family:Josefin Sans;font-weight:700;animation:.4s 1.8s forwards fadeInText}
