@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;600&display=swap");.orbit-system{align-items:center;display:flex;flex-shrink:0;height:500px;justify-content:center;margin:0 auto;perspective:2000px;position:relative;transform:scale(1) rotateX(20deg) rotate(-5deg);transform-style:preserve-3d;transition:transform .5s ease;width:500px}.orbit-system.paused .sphere-wrapper{animation-play-state:paused}@media (max-width:768px){.orbit-system{transform:scale(.6) rotateX(20deg) rotate(-5deg)}}.sphere-wrapper{align-items:center;animation:orbitDynamic 30s linear infinite;display:flex;height:0;justify-content:center;left:50%;position:absolute;top:50%;transform-style:preserve-3d;width:0}.sphere-wrapper:first-child{animation-delay:0s}.sphere-wrapper:nth-child(2){animation-delay:-5s}.sphere-wrapper:nth-child(3){animation-delay:-10s}.sphere-wrapper:nth-child(4){animation-delay:-15s}.sphere-wrapper:nth-child(5){animation-delay:-20s}.sphere-wrapper:nth-child(6){animation-delay:-25s}.orbit-system .sphere{align-items:center;animation:float 8s ease-in-out infinite;aspect-ratio:1/1;border:none!important;border-radius:50%;box-shadow:0 10px 20px rgba(0,0,0,.1);color:#fff!important;cursor:pointer;display:flex!important;flex-shrink:0;justify-content:center;opacity:.8;overflow:visible;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.sphere-click-mask{border-radius:50%;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.orbit-system .sphere.active{box-shadow:0 20px 40px rgba(0,0,0,.2);opacity:1;transform:scale(1.2) translateZ(100px);z-index:999}.sphere-text{color:#fff!important;font-size:14px;font-weight:700;line-height:1.2;opacity:0;padding:0 10px;pointer-events:none;position:relative;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.2);transform:translateY(20px);transition:all .3s ease-out;z-index:2}.orbit-system .sphere.active .sphere-text{opacity:1;transform:translateY(0)}.hidden-children{display:none}.orbit-center-overlay{align-items:center;display:flex;height:400px;justify-content:center;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(5deg) rotateX(-20deg) translateZ(200px);transition:opacity .3s ease;width:400px;z-index:2000}.orbit-center-overlay.is-visible{opacity:1;pointer-events:auto}.orbit-overlay-content{align-items:center;background:transparent;display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;justify-content:center;overflow:visible;padding:20px;width:100%}.l2-wrapper{position:relative;z-index:10}.l2-wrapper:hover{z-index:100}.child-pill{align-items:center;background:#fff;border:3px solid #ccc;border-radius:50%;box-shadow:0 10px 20px rgba(0,0,0,.15);color:#333;display:flex;font-size:12px;font-weight:700;height:80px;justify-content:center;line-height:1.1;padding:5px;text-align:center;text-decoration:none!important;transition:all .2s cubic-bezier(.175,.885,.32,1.275);width:80px}.child-pill:hover{box-shadow:0 15px 30px rgba(0,0,0,.2);transform:scale(1.15) translateY(-5px)}.l3-popup{background:transparent;box-shadow:none;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;left:50%;min-width:200px;opacity:0;padding:0;pointer-events:none;position:absolute;top:90%;transform:translateX(-50%) translateY(10px);transition:all .2s cubic-bezier(.175,.885,.32,1.275);visibility:hidden;z-index:200}.l2-wrapper:hover .l3-popup{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);visibility:visible}.l3-link{align-items:center;background:#fff;border:2px solid #ccc;border-radius:50%;box-shadow:0 5px 15px rgba(0,0,0,.1);display:flex;font-size:10px;font-weight:600;height:60px;justify-content:center;line-height:1.1;overflow:hidden;padding:2px;text-align:center;text-decoration:none!important;transition:transform .2s,box-shadow .2s;width:60px}.l3-link:hover{background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.15);transform:scale(1.15) translateY(-3px);z-index:5}@keyframes orbitDynamic{0%{transform:rotateY(0deg) translateZ(180px) rotateY(0deg) rotate(5deg) rotateX(-20deg) scale(1)}50%{transform:rotateY(180deg) translateZ(180px) rotateY(-180deg) rotate(5deg) rotateX(-20deg) scale(.6)}to{transform:rotateY(1turn) translateZ(180px) rotateY(-1turn) rotate(5deg) rotateX(-20deg) scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.controls{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.8);border:1px solid rgba(0,0,0,.05);border-radius:100px;box-shadow:0 10px 30px rgba(0,0,0,.05);display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:40px auto 0;padding:15px 30px;width:fit-content}.nav-btn{border:none;border-radius:50%;cursor:pointer;display:block!important;height:40px;text-decoration:none!important;transition:transform .3s ease;width:40px}.nav-btn:hover{transform:scale(1.3)}