/* Live country orbit for the public homepage hero. Aggregated country codes only. */
.network-galaxy{isolation:isolate;overflow:visible}
.galaxy-country-layer{position:absolute;inset:0;z-index:6;pointer-events:none}
.galaxy-country{position:absolute;display:grid;place-items:center;min-width:32px;height:22px;padding:0 7px;border:1px solid rgba(103,232,249,.28);border-radius:999px;background:rgba(7,16,29,.76);box-shadow:0 0 0 4px rgba(34,211,238,.04),0 0 18px rgba(34,211,238,.12);color:#9be7f7;font-size:10px;font-weight:900;letter-spacing:.08em;line-height:1;transform:translate(-50%,-50%);animation:country-orbit-pulse 3.4s ease-in-out infinite;backdrop-filter:blur(4px)}
.galaxy-country::before{content:"";width:5px;height:5px;margin-right:5px;border-radius:50%;background:#22c55e;box-shadow:0 0 9px rgba(34,197,94,.9)}
.galaxy-country[data-rank="0"]{border-color:rgba(34,197,94,.66);color:#c9ffe1;box-shadow:0 0 0 5px rgba(34,197,94,.06),0 0 25px rgba(34,197,94,.18)}
.galaxy-country.is-refreshing{animation:country-arrive .5s ease-out both}
@keyframes country-orbit-pulse{50%{filter:brightness(1.16);box-shadow:0 0 0 5px rgba(34,211,238,.06),0 0 24px rgba(34,211,238,.2)}}
@keyframes country-arrive{from{opacity:0;transform:translate(-50%,-50%) scale(.72)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@media (max-width:640px){.galaxy-country{min-width:28px;height:19px;padding:0 5px;font-size:8px}.galaxy-country::before{width:4px;height:4px;margin-right:3px}}
@media (prefers-reduced-motion:reduce){.galaxy-country,.galaxy-ring,.galaxy-lines line,.galaxy-core{animation:none!important}}