@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}@keyframes active-indicator{0%{opacity:0;transform:translateY(-50%)scaleY(0)}to{opacity:1;transform:translateY(-50%)scaleY(1)}}.animate-fade-in{animation:.3s ease-out both fade-in}.animate-slide-up{animation:.35s ease-out both slide-up}.animate-slide-down{animation:.3s ease-out both slide-down}.animate-scale-in{animation:.3s ease-out both scale-in}.animate-slide-in-left{animation:.3s ease-out both slide-in-left}.animate-active-indicator{animation:.25s ease-out both active-indicator}@keyframes spin-smooth{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes text-shimmer{0%{background-position:-100% 0}to{background-position:200% 0}}.animate-spin-smooth{animation:1.2s cubic-bezier(.5,.15,.5,.85) infinite spin-smooth}.animate-text-shimmer{background-size:200% 100%;animation:2.5s ease-in-out infinite text-shimmer}@keyframes aurora-drift-a{0%,to{opacity:.55;transform:translate(0)scale(1)}33%{opacity:.72;transform:translate(48px,-32px)scale(1.12)}66%{opacity:.48;transform:translate(-24px,36px)scale(.94)}}@keyframes aurora-drift-b{0%,to{opacity:.5;transform:translate(0)scale(1)}33%{opacity:.66;transform:translate(-40px,48px)scale(.96)}66%{opacity:.58;transform:translate(28px,-28px)scale(1.1)}}@keyframes radar-sweep{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes radar-mark-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes radar-ping{0%{opacity:.9;transform:translate(-50%,-50%)scale(.18)}11%{opacity:0;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1)}}@keyframes glow-breathe{0%,to{opacity:.55;transform:translate(-50%,-50%)scale(1)}50%{opacity:.85;transform:translate(-50%,-50%)scale(1.08)}}@keyframes reveal-card{0%{opacity:0;filter:blur(14px);transform:translateY(28px)scale(.96)}55%{filter:blur()}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes reveal-logo{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}.animate-aurora-a{animation:18s ease-in-out infinite aurora-drift-a}.animate-aurora-b{animation:22s ease-in-out 1.5s infinite aurora-drift-b}.animate-radar-sweep{animation:22s linear infinite radar-sweep}.animate-radar-mark-sweep{animation:4.2s linear infinite radar-mark-sweep}.animate-radar-ping{animation:22s ease-out infinite radar-ping}.animate-glow-breathe{animation:7s ease-in-out infinite glow-breathe}@media (prefers-reduced-motion:reduce){.animate-aurora-a,.animate-aurora-b,.animate-glow-breathe,.animate-radar-sweep,.animate-radar-mark-sweep,.animate-radar-ping,.animate-marker-pulse,.animate-marker-pulse-delayed{animation:none}}:root{--stagger-step:30ms}.stagger-1{animation-delay:calc(1 * var(--stagger-step))}.stagger-2{animation-delay:calc(2 * var(--stagger-step))}.stagger-3{animation-delay:calc(3 * var(--stagger-step))}.stagger-4{animation-delay:calc(4 * var(--stagger-step))}.stagger-5{animation-delay:calc(5 * var(--stagger-step))}.stagger-6{animation-delay:calc(6 * var(--stagger-step))}.stagger-7{animation-delay:calc(7 * var(--stagger-step))}.stagger-8{animation-delay:calc(8 * var(--stagger-step))}.stagger-9{animation-delay:calc(9 * var(--stagger-step))}.stagger-10{animation-delay:calc(10 * var(--stagger-step))}@keyframes marker-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2.6)}}.animate-marker-pulse{animation:1.6s ease-out infinite marker-pulse}.animate-marker-pulse-delayed{animation:1.6s ease-out -.8s infinite marker-pulse}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh}
