.solar-system{position:relative;width:614.4px;height:644.581px}.center-logo{z-index:0}.center-logo,.orbit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit{border-radius:50%;border:1px dashed #d42027;transform-origin:center center;animation:rotate linear infinite}.orbit-1{width:611.4px;height:611.4px;animation-duration:40s}.orbit-2{width:515px;height:515px;animation-duration:30s}.orbit-3{width:418.4px;height:418.4px;animation-duration:22s}.orbit-4{width:321.8px;height:321.8px;animation-duration:16s}.orbit-5{width:225.8px;height:225.8px;animation-duration:12s}.planet{width:29.4px;height:29.4px;background:#e6e7e8;border-radius:50%;top:-14.7px;margin-left:-14.7px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px rgba(230,231,232,.5)}.planet,.planet-label{position:absolute;left:50%}.planet-label{color:#e6e7e8;font-size:20px;font-family:Impact,sans-serif;font-weight:700;top:-30px;transform:translateX(-50%);z-index:10;-webkit-text-stroke-color:black;-webkit-text-stroke-width:.5px;letter-spacing:2px}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.planet-container{animation:counter-rotate linear infinite}.orbit-1 .planet-container{animation-duration:40s}.orbit-2 .planet-container{animation-duration:30s}.orbit-3 .planet-container{animation-duration:22s}.orbit-4 .planet-container{animation-duration:16s}.orbit-5 .planet-container{animation-duration:12s}.orbit:hover,.orbit:hover .planet-container{animation-play-state:paused}.planet:hover{background:#d50303;transform:scale(1.6);box-shadow:0 0 25px rgba(213,3,3,.8);transition:all .3s ease-in-out;z-index:1000}.planet:hover .planet-label{transform:translateX(-50%) scale(1.3);color:#d50303;transition:all .3s ease-in-out}.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;animation:fadeIn .3s ease forwards;overflow-y:auto}.popup-content{background:#fff;padding:clamp(12px,3vw,20px);border-radius:clamp(12px,2vw,16px);width:100%;max-width:600px;text-align:center;position:relative;animation:zoomIn .4s ease forwards;box-sizing:border-box}.popup-image{width:100%;height:clamp(160px,28vw,250px);background-size:cover;background-position:50%;border-radius:12px;margin-bottom:16px}.popup-close{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:20px;cursor:pointer;color:#d50303}.popup-title{font-size:clamp(18px,3.2vw,24px);margin-bottom:10px;color:#d50303}.popup-description{font-size:clamp(13px,2.6vw,16px);line-height:1.6;color:#333}@keyframes zoomIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:380px){.popup-content{max-width:none;width:100%;border-radius:10px}}.logo-glow{filter:drop-shadow(0 0 20px rgba(212,32,39,.3))}