/* Añade esto a tu main.css */
.center-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--ggr-primary) 0%, transparent 70%);
    opacity: 0.15;
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
    transition: all 1s ease;
}

.orbit-item {
    position: absolute;
    z-index: 20;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.ggr-logo-center img {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
}

.logo-paths {
    transition: fill 0.5s ease;
}

#scramble-target {
    display: inline-block;
    min-width: 200px;
    /* Evita saltos de layout */
}