/* Live country orbit for the public homepage hero. Aggregated country codes only. */
.network-galaxy{isolation:isolate;overflow:visible}
.ring-a{width:36%;height:36%}
.ring-b{width:60%;height:60%}
.ring-c{width:82%;height:82%}
.galaxy-core{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}
.galaxy-core strong{line-height:.95;margin-top:4px}
.galaxy-core>.galaxy-country-total{color:#7dd3fc;font-size:9px;font-weight:900;letter-spacing:.16em;line-height:1.1}
.galaxy-core>span[data-i18n]{margin-top:3px}
.galaxy-country-layer{position:absolute;inset:0;z-index:6;pointer-events:none}
.galaxy-country{--peer-scale:1;position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:42px;min-height:35px;padding:4px 7px;border:1px solid rgba(103,232,249,.28);border-radius:12px;background:rgba(7,16,29,.8);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%) scale(var(--peer-scale));animation:country-orbit-pulse 3.4s ease-in-out infinite;backdrop-filter:blur(4px)}
.galaxy-country-code{display:flex;align-items:center}
.galaxy-country-code::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-count{margin-top:3px;color:#fb7185;font-size:8px;font-weight:950;letter-spacing:.09em;line-height:1;text-shadow:0 0 9px rgba(244,63,94,.45)}
.galaxy-country[data-rank="0"]{--peer-scale:1.16;border-color:rgba(34,197,94,.78);color:#d8ffe7;box-shadow:0 0 0 6px rgba(34,197,94,.07),0 0 29px rgba(34,197,94,.28)}
.galaxy-country[data-rank="0"]::after{content:"";position:absolute;inset:-10px;border:1px solid rgba(34,197,94,.36);border-radius:15px;animation:country-leader-pulse 2.5s ease-out infinite}
.galaxy-country.is-refreshing{animation:country-arrive .5s ease-out both}
.galaxy-signal-lines{position:absolute;inset:0;z-index:3;width:100%;height:100%;pointer-events:none;overflow:visible}
.galaxy-signal-lines line{fill:none;stroke:rgba(85,226,255,.72);stroke-width:2.2;stroke-linecap:round;stroke-dasharray:3 28;animation:galaxy-signal-travel 3.8s linear infinite;animation-delay:var(--signal-delay,0s);filter:drop-shadow(0 0 3px rgba(56,189,248,.8))}
@keyframes galaxy-signal-travel{to{stroke-dashoffset:-186}}
@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-leader-pulse{0%{opacity:.7;transform:scale(.86)}75%,100%{opacity:0;transform:scale(1.3)}}
@keyframes country-arrive{from{opacity:0;transform:translate(-50%,-50%) scale(calc(var(--peer-scale) * .72))}to{opacity:1;transform:translate(-50%,-50%) scale(var(--peer-scale))}}
@media (max-width:640px){.ring-a{width:35%;height:35%}.ring-b{width:58%;height:58%}.ring-c{width:80%;height:80%}.galaxy-core>.galaxy-country-total{font-size:7px}.galaxy-country{min-width:37px;min-height:31px;padding:3px 5px;font-size:8px}.galaxy-country-code::before{width:4px;height:4px;margin-right:3px}.galaxy-country-count{font-size:7px;margin-top:2px;letter-spacing:.07em}.galaxy-signal-lines line{stroke-width:1.65;stroke-dasharray:2 24}}
@media (prefers-reduced-motion:reduce){.galaxy-country,.galaxy-country::after,.galaxy-ring,.galaxy-lines line,.galaxy-signal-lines line,.galaxy-core{animation:none!important}}
/* Remove the legacy dot above each country card; retain the inline status dot only. */
.galaxy-country::before{content:none!important;display:none!important}
