.splash__root{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0f172a;color:#e2e8f0;z-index:9999}.splash__spinner{position:relative;width:96px;height:96px;margin-bottom:16px}.splash__ring{box-sizing:border-box;position:absolute;width:100%;height:100%;border:4px solid transparent;border-top-color:#60a5fa;border-radius:50%;animation:splash-spin 1.2s linear infinite}.splash__ring:nth-child(2){border-top-color:#34d399;animation-delay:-.2s}.splash__ring:nth-child(3){border-top-color:#f472b6;animation-delay:-.4s}@keyframes splash-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.splash__title{font-size:14px;letter-spacing:.08em;opacity:.9}
