.module-splash{z-index:9999;isolation:isolate;background:linear-gradient(145deg, var(--module-splash-start) 0%, var(--module-splash-end) 100%);color:var(--module-splash-foreground);opacity:1;flex-direction:column;justify-content:center;transition:opacity .22s ease-out,transform .22s ease-out;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.module-splash[data-finishing=true]{opacity:0;pointer-events:none;transform:scale(1.01)}.module-splash:before,.module-splash:after{content:"";z-index:0;pointer-events:none;background:var(--module-splash-orb);filter:blur(4px);border-radius:999px;animation:18s ease-in-out infinite module-splash-orb-drift;position:absolute}.module-splash:before{width:min(82vw,620px);height:min(82vw,620px);top:-22%;left:-12%}.module-splash:after{width:min(74vw,560px);height:min(74vw,560px);animation-delay:-8s;bottom:-20%;right:-18%}.module-splash__body{z-index:2;width:min(100%,440px);padding:calc(20px + var(--safe-area-top,0px)) calc(24px + var(--safe-area-right,0px)) calc(28px + var(--safe-area-bottom,0px)) calc(24px + var(--safe-area-left,0px));text-align:center;margin:0 auto;position:relative}.module-splash__particles{z-index:0;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.module-splash__particle{background:var(--module-splash-particle);opacity:.56;border-radius:999px;animation:9s ease-in-out infinite module-splash-float;display:block;position:absolute;box-shadow:0 14px 38px #080f1d1f}.module-splash__particle--1{width:16px;height:16px;animation-duration:7.4s;top:14%;left:12%}.module-splash__particle--2{width:22px;height:22px;animation-duration:9.6s;animation-delay:-1.6s;top:24%;right:18%}.module-splash__particle--3{width:14px;height:14px;animation-duration:8.3s;animation-delay:-2.2s;top:54%;left:16%}.module-splash__particle--4{width:18px;height:18px;animation-duration:10.2s;animation-delay:-3.1s;bottom:28%;right:14%}.module-splash__particle--5{width:12px;height:12px;animation-duration:6.8s;animation-delay:-.8s;bottom:16%;left:48%}.module-splash__logo-wrap{place-items:center;width:196px;height:196px;margin:0 auto 28px;display:grid;position:relative}.module-splash__rings{place-items:center;display:grid;position:absolute;top:0;bottom:0;left:0;right:0}.module-splash__ring{border-style:solid;border-color:var(--module-splash-ring);border-radius:999px;position:absolute;box-shadow:inset 0 0 0 1px #ffffff0a}.module-splash__ring--outer{border-width:2.5px;border-top-color:var(--module-splash-accent);border-right-color:var(--module-splash-ring);width:170px;height:170px;animation:2.3s linear infinite module-splash-spin}.module-splash__ring--middle{border-width:2px;border-top-color:var(--module-splash-ring);border-left-color:#ffffff1f;width:194px;height:194px;animation:3.3s linear infinite module-splash-spin-reverse}.module-splash__ring--inner{border-width:1.75px;border-top-color:var(--module-splash-accent);border-right-color:var(--module-splash-ring);width:146px;height:146px;animation:2.8s linear infinite module-splash-spin}.module-splash__logo{z-index:1;background:var(--module-splash-panel);width:102px;height:102px;color:var(--module-splash-accent);box-shadow:0 22px 46px var(--module-splash-logo-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:32px;place-items:center;font-size:2rem;font-weight:700;display:grid;position:relative}.module-splash__title{letter-spacing:-.05em;text-wrap:balance;margin:0;font-size:clamp(1.95rem,5.4vw,2.8rem);font-weight:750}.module-splash__subtitle{color:var(--module-splash-muted);letter-spacing:.18em;text-transform:uppercase;margin:10px 0 0;font-size:clamp(.98rem,2.9vw,1.08rem);font-weight:600}.module-splash__progress-wrap{margin-top:30px}.module-splash__progress-track{background:var(--module-splash-track);border-radius:999px;height:9px;position:relative;overflow:hidden;box-shadow:inset 0 1px 1px #ffffff14}.module-splash__progress-fill{border-radius:inherit;background:linear-gradient(90deg, var(--module-splash-fill-start), var(--module-splash-fill-end));height:100%;transition:width .18s ease-out;position:relative;box-shadow:0 0 0 1px #ffffff1f,0 0 18px #ffffff1f}.module-splash__meta{color:var(--module-splash-muted);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;margin-top:12px;font-size:.82rem;display:grid}.module-splash__status{text-align:center;letter-spacing:.01em;grid-column:2;min-width:0;font-weight:600;transition:opacity .16s}.module-splash__percent{font-variant-numeric:tabular-nums;white-space:nowrap;grid-column:3;justify-self:end;font-weight:700}@keyframes module-splash-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes module-splash-spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes module-splash-orb-drift{0%,to{opacity:.1;transform:translate(0,0)scale(1)}35%{opacity:.16;transform:translate(18px,-20px)scale(1.06)}65%{opacity:.13;transform:translate(-16px,14px)scale(.96)}}@keyframes module-splash-float{0%,to{opacity:.34;transform:translate(0,0)scale(1)}25%{opacity:.5;transform:translate(14px,-18px)scale(1.08)}50%{opacity:.38;transform:translate(-10px,-34px)scale(.92)}75%{opacity:.48;transform:translate(18px,-10px)scale(1.02)}}@media (orientation:landscape){.module-splash__body{width:min(100%,420px);padding-top:calc(12px + var(--safe-area-top,0px));padding-bottom:calc(18px + var(--safe-area-bottom,0px))}.module-splash__logo-wrap{width:142px;height:142px;margin-bottom:18px}.module-splash__logo{border-radius:26px;width:82px;height:82px;font-size:1.6rem}.module-splash__subtitle{margin-top:6px}.module-splash__progress-wrap{margin-top:22px}.module-splash__ring--outer{width:122px;height:122px}.module-splash__ring--middle{width:142px;height:142px}.module-splash__ring--inner{width:102px;height:102px}}
