@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}}.globe-container{width:120px;height:120px}.globe,.globe-container{position:relative;display:flex;align-items:center;justify-content:center}.globe{width:80px;height:80px;background:radial-gradient(circle at 70% 30%,rgba(45,212,191,.3),rgba(15,23,42,0) 60%);border-radius:50%;animation:pulse 4s ease-in-out infinite;box-shadow:0 0 40px rgba(45,212,191,.4);backdrop-filter:blur(10px);z-index:2}.globe-ring{position:absolute;width:120px;height:120px;border:2px solid rgba(45,212,191,.2);border-radius:50%;animation:rotate 20s linear infinite}.globe-ring:after,.globe-ring:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;top:0;left:0}.globe-ring:before{border:1px solid rgba(56,189,248,.2);transform:rotate(45deg)}.globe-ring:after{border:1px dashed rgba(139,92,246,.2);transform:rotate(-45deg);animation:rotate-reverse 30s linear infinite}.orbit-container{width:100%;height:100%;max-width:1200px;max-height:1200px;opacity:.6}.orbit,.orbit-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit{border-radius:50%;border:1px solid rgba(255,255,255,.05)}.orbit-1{width:400px;height:400px;animation:rotate 40s linear infinite}.orbit-2{width:600px;height:600px;animation:rotate-reverse 60s linear infinite}.orbit-3{width:800px;height:800px;animation:rotate 80s linear infinite}.orbit:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:rgba(45,212,191,.7);box-shadow:0 0 15px 2px rgba(45,212,191,.4);animation:pulse 3s infinite}.orbit-1:before{top:50%;right:0}.orbit-2:before{top:20%;right:30%}.orbit-3:before{bottom:10%;left:40%}.shapes-container{position:absolute;inset:0;overflow:hidden;pointer-events:none}.shape{position:absolute;opacity:.5;filter:blur(4px)}.shape-1{top:10%;left:10%;width:200px;height:200px;background:radial-gradient(circle at center,rgba(45,212,191,.2),rgba(45,212,191,0) 70%);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:float 10s ease-in-out infinite alternate}.shape-2{bottom:20%;right:15%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(56,189,248,.2),rgba(56,189,248,0) 70%);border-radius:50% 50% 70% 30%/30% 50% 50% 70%;animation:float 14s ease-in-out infinite alternate-reverse}.shape-3{top:40%;right:25%;width:150px;height:150px;background:radial-gradient(circle at center,rgba(139,92,246,.2),rgba(139,92,246,0) 70%);border-radius:30% 70% 50% 50%/50% 50% 50% 50%;animation:float 8s ease-in-out infinite alternate}.shape-4{bottom:30%;left:20%;width:180px;height:180px;background:radial-gradient(circle at center,rgba(236,72,153,.2),rgba(236,72,153,0) 70%);border-radius:50% 30% 50% 70%/50% 50% 70% 50%;animation:float 12s ease-in-out infinite alternate-reverse}@keyframes float{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}to{transform:translateY(0) rotate(0deg)}}.world-map{position:relative;width:100%;height:100%;background:url(/world-map-outline.svg) 50% no-repeat;background-size:80%;opacity:.7}.connection-point{position:absolute;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.8);box-shadow:0 0 10px rgba(45,212,191,.6);animation:pulse 3s infinite;z-index:2}.connection-point:before{content:"";position:absolute;width:30px;height:30px;border-radius:50%;background:rgba(45,212,191,.2);transform:translate(-33%,-33%);animation:pulse 3s .5s infinite}.connection-1{top:30%;left:25%;animation-delay:0s}.connection-2{top:35%;left:48%;animation-delay:.5s}.connection-3{top:25%;left:70%;animation-delay:1s}.connection-4{top:55%;left:30%;animation-delay:1.5s}.connection-5{top:60%;left:65%;animation-delay:2s}.connection-6{top:45%;left:80%;animation-delay:2.5s}.connection-line{position:absolute;height:2px;background:linear-gradient(90deg,rgba(45,212,191,.8),rgba(56,189,248,.4));opacity:.5;transform-origin:left center;z-index:1}.line-1{top:32%;left:26%;width:22%;transform:rotate(5deg);animation:pulse-opacity 4s infinite}.line-2{top:34%;left:49%;width:20%;transform:rotate(355deg);animation:pulse-opacity 4s .8s infinite}.line-3{top:38%;left:48%;width:18%;transform:rotate(40deg);animation:pulse-opacity 4s 1.6s infinite}.line-4{top:27%;left:26%;width:43%;transform:rotate(5deg);animation:pulse-opacity 4s 2.4s infinite}.line-5{top:56%;left:32%;width:32%;transform:rotate(12deg);animation:pulse-opacity 4s 3.2s infinite}@keyframes pulse-opacity{0%,to{opacity:.3}50%{opacity:.8}}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rotate-reverse{0%{transform:translate(-50%,-50%) rotate(1turn)}to{transform:translate(-50%,-50%) rotate(0deg)}}@media (max-width:768px){.globe-container{width:80px;height:80px}.globe{width:60px;height:60px}.globe-ring{width:80px;height:80px}.orbit-1{width:200px;height:200px}.orbit-2{width:300px;height:300px}.orbit-3{width:400px;height:400px}.shape-1,.shape-2,.shape-3,.shape-4{transform:scale(.7)}}.backdrop-blur-sm{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.glass{background:rgba(15,23,42,.3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.05)}.animate-gradient{background-size:300% 300%;animation:gradient-shift 8s ease infinite}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}