.space-shuttles-container{position:fixed;inset:0;pointer-events:none;z-index:1;overflow:hidden}.shuttle{position:absolute;width:40px;height:40px;opacity:0}.shuttle-svg{width:100%;height:100%;filter:drop-shadow(0 0 12px rgba(125,211,252,.4))}.engine-glow{animation:engine-flicker .15s infinite alternate;transform-origin:center top}.shuttle-1{bottom:-50px;left:-50px;animation:fly-diagonal-1 25s linear infinite}.shuttle-1 .shuttle-svg{transform:rotate(45deg)}.shuttle-2{top:25%;left:-50px;width:30px;height:30px;animation:fly-horizontal 35s linear 10s infinite}.shuttle-2 .shuttle-svg{transform:rotate(90deg)}.shuttle-3{bottom:-100px;right:-50px;width:70px;height:70px;animation:fly-diagonal-2 40s linear 5s infinite}.shuttle-3 .shuttle-svg{transform:rotate(-30deg)}@keyframes engine-flicker{0%{opacity:.6}to{opacity:1}}@keyframes fly-diagonal-1{0%{transform:translate(0);opacity:0}5%{opacity:1}95%{opacity:1}to{transform:translate(120vw,-120vh);opacity:0}}@keyframes fly-horizontal{0%{transform:translateX(0);opacity:0}5%{opacity:1}95%{opacity:1}to{transform:translateX(120vw);opacity:0}}@keyframes fly-diagonal-2{0%{transform:translate(0);opacity:0}5%{opacity:1}95%{opacity:1}to{transform:translate(-120vw,-150vh);opacity:0}}.satellites-container{position:fixed;inset:0;pointer-events:none;z-index:1;overflow:hidden}.satellite{position:absolute;width:50px;height:50px;opacity:.8;filter:drop-shadow(0 0 8px rgba(255,255,255,.15))}.satellite-svg{width:100%;height:100%}.satellite-beacon{animation:beacon-blink 2s infinite}.satellite-1{top:15%;left:-100px;animation:satellite-orbit-1 120s linear infinite}.satellite-1 .satellite-svg{animation:satellite-float 8s ease-in-out infinite alternate}.satellite-2{bottom:25%;right:-100px;width:35px;height:35px;animation:satellite-orbit-2 150s linear 10s infinite;opacity:.6}.satellite-2 .satellite-svg{transform:rotate(-15deg);animation:satellite-float-2 12s ease-in-out infinite alternate}@keyframes beacon-blink{0%,45%{opacity:0}50%,55%{opacity:1;filter:drop-shadow(0 0 4px currentColor)}60%,to{opacity:0}}@keyframes satellite-orbit-1{0%{transform:translateX(0) translateY(0) rotate(5deg);opacity:0}2%{opacity:.8}98%{opacity:.8}to{transform:translateX(120vw) translateY(5vh) rotate(15deg);opacity:0}}@keyframes satellite-orbit-2{0%{transform:translateX(0) translateY(0) rotate(-5deg);opacity:0}2%{opacity:.6}98%{opacity:.6}to{transform:translateX(-120vw) translateY(-10vh) rotate(-15deg);opacity:0}}@keyframes satellite-float{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes satellite-float-2{0%{transform:translateY(0) rotate(-15deg)}to{transform:translateY(8px) rotate(-10deg)}}.spiral-galaxies-container{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;mix-blend-mode:screen}.galaxy{position:absolute;opacity:.55}.galaxy-img{object-fit:contain;filter:contrast(1.2) brightness(1.1)}.photorealistic-galaxy-1{top:-20%;right:-10%;width:800px;height:800px;opacity:.85;transform:perspective(1200px) rotateX(40deg) rotateY(-10deg) rotate(10deg)}.photorealistic-galaxy-1 .galaxy-img{animation:realistic-spin 360s linear infinite;transform-origin:center center}.photorealistic-galaxy-2{bottom:5%;left:2%;width:500px;height:300px;opacity:.95;transform:rotate(-10deg)}.photorealistic-galaxy-2 .galaxy-img{animation:realistic-wobble 30s ease-in-out infinite alternate}@keyframes realistic-spin{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes realistic-wobble{0%{transform:rotate(0deg) scale(1) translateY(0);opacity:.85}50%{transform:rotate(1deg) scale(1.02) translateY(-5px);opacity:1}to{transform:rotate(-1deg) scale(.98) translateY(5px);opacity:.9}}@media (max-width:1024px){.photorealistic-galaxy-1{width:600px;height:600px;right:-15%}.photorealistic-galaxy-2{width:400px;height:250px;bottom:10%}}@media (max-width:768px){.photorealistic-galaxy-1{width:450px;height:450px;right:-25%;top:-10%}.photorealistic-galaxy-2{width:300px;height:200px;bottom:5%;left:-5%}}