.app-splash{display:none}@media (max-width: 1000px){.app-splash{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;flex-direction:column;align-items:center;justify-content:center;gap:1.4rem;background:radial-gradient(120% 90% at 50% 42%,#10141b,#050608 68%,#000);animation:app-splash-out .6s ease 2.4s forwards}.app-splash-icon{width:3.4rem;height:3.4rem;color:#c8d3e6;filter:drop-shadow(0 0 14px rgba(126,156,200,.35));opacity:0;animation:app-splash-rise .7s cubic-bezier(.22,1,.36,1) .15s forwards}.app-splash-text{margin:0;font-size:.95rem;font-weight:300;letter-spacing:.42em;text-indent:.42em;color:#ffffffc7;opacity:0;animation:app-splash-rise .7s cubic-bezier(.22,1,.36,1) .45s forwards}}@keyframes app-splash-rise{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:none}}@keyframes app-splash-out{to{opacity:0;visibility:hidden}}@media (prefers-reduced-motion: reduce){.app-splash-icon,.app-splash-text{animation:none;opacity:1}.app-splash{animation-delay:1.6s;animation-duration:.4s}}
