.app-launch-screen{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 43%,#f5fff9 0,#fff 42%,#edf8f2 100%);opacity:1;visibility:visible;transition:opacity .42s ease,visibility 0s linear 0s}
.app-launch-screen::before,.app-launch-screen::after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.app-launch-screen::before{width:min(78vw,620px);aspect-ratio:1;border:1px solid rgba(24,164,97,.1);box-shadow:0 0 0 38px rgba(24,164,97,.025),0 0 0 80px rgba(244,197,66,.025);animation:launchHalo 1.8s ease-in-out infinite}
.app-launch-screen::after{width:220px;height:220px;background:rgba(30,178,108,.08);filter:blur(65px);animation:launchGlow 1.25s ease-in-out infinite alternate}
.app-launch-screen.is-leaving{opacity:0;visibility:hidden;transition:opacity .42s cubic-bezier(.4,0,.2,1),visibility 0s linear .42s}
.app-launch-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:18px;transform:translateY(-2vh)}
.app-launch-logo-stage{width:clamp(142px,18vw,184px);height:clamp(142px,18vw,184px);position:relative;display:grid;place-items:center;border:1px solid rgba(20,151,87,.14);border-radius:38%;background:rgba(255,255,255,.88);box-shadow:0 24px 60px rgba(11,91,52,.13),inset 0 1px 0 #fff;backdrop-filter:blur(10px);animation:launchStage 1s cubic-bezier(.22,1,.36,1) both}
.app-launch-logo-stage::before{content:"";position:absolute;inset:-9px;border:2px solid rgba(28,174,104,.18);border-top-color:#1caf68;border-right-color:#f4c542;border-radius:42%;animation:launchOrbit 1.2s linear infinite}
.app-launch-logo-stage::after{content:"";position:absolute;top:-14px;right:27px;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:#f4c542;box-shadow:0 3px 10px rgba(105,77,0,.22)}
.app-launch-logo{width:82%;height:82%;object-fit:contain;filter:drop-shadow(0 11px 14px rgba(8,93,51,.16));animation:launchLogoPulse .95s ease-in-out infinite}
.app-launch-progress{display:flex;align-items:center;gap:7px;height:12px}.app-launch-progress i{width:7px;height:7px;border-radius:50%;background:#18a462;box-shadow:0 2px 7px rgba(16,132,76,.23);animation:launchDot .9s ease-in-out infinite}.app-launch-progress i:nth-child(2){animation-delay:.13s;background:#f4c542}.app-launch-progress i:nth-child(3){animation-delay:.26s}
.app-launch-text{margin:0;color:#557066;font:700 11px 'Tajawal',sans-serif;letter-spacing:.2px}
@keyframes launchStage{0%{opacity:0;transform:scale(.78) translateY(18px)}100%{opacity:1;transform:scale(1) translateY(0)}}@keyframes launchLogoPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.72;transform:scale(.96)}}@keyframes launchOrbit{to{transform:rotate(360deg)}}@keyframes launchDot{0%,100%{opacity:.35;transform:translateY(0) scale(.8)}50%{opacity:1;transform:translateY(-5px) scale(1.08)}}@keyframes launchHalo{0%,100%{opacity:.45;transform:scale(.96)}50%{opacity:1;transform:scale(1.02)}}@keyframes launchGlow{from{opacity:.45;transform:scale(.86)}to{opacity:1;transform:scale(1.12)}}
@media(max-width:767px){.app-launch-logo-stage{width:148px;height:148px;border-radius:34%}.app-launch-screen::before{width:88vw}.app-launch-content{gap:16px;transform:translateY(-4vh)}}@media(prefers-reduced-motion:reduce){.app-launch-screen *,.app-launch-screen::before,.app-launch-screen::after{animation-duration:.01ms!important;animation-iteration-count:1!important}}
