.loading-animation-container{align-items:center;display:flex;height:400px;justify-content:center;position:relative;width:400px}.network-loading-svg{animation:rotate 30s linear infinite}.outer-circle-animation{fill:#fffaf9;animation:pulse 3s ease-in-out infinite;transform-origin:center}.inner-circle-animation{fill:none;animation:pulse-inverse 3s ease-in-out infinite;transform-origin:center}.decorative-path-animation{fill:none;stroke:#cb7c5d;animation:pulse-stroke 3s ease-in-out infinite;transform-origin:center}.center-node-animation{fill:#cb7c5d;animation:center-node-pulse 3s ease-in-out infinite;transform-origin:center}.network-node-animation{fill:#f9e1d8;animation:node-pulse 3s ease-in-out infinite;transform-origin:center}.node-1{animation-delay:.2s}.node-2{animation-delay:.4s}.node-3{animation-delay:.6s}.node-4{animation-delay:.8s}.node-5{animation-delay:1s}.connection-line-animation{stroke:#f9e1d8;stroke-width:2;animation:line-pulse 3s ease-in-out infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes pulse-inverse{0%,to{opacity:1;transform:scale(1.05)}50%{opacity:.8;transform:scale(.95)}}@keyframes pulse-stroke{0%,to{stroke-width:21.8856;opacity:.8}50%{stroke-width:25;opacity:1}}@keyframes center-node-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.2)}}@keyframes node-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}@keyframes line-pulse{0%,to{stroke-width:2;opacity:.6}50%{stroke-width:3;opacity:1}}.dark .outer-circle-animation{fill:#1e1e1e}.dark .inner-circle-animation{fill:#3c3c3c}.dark .decorative-path-animation{stroke:#686868}.dark .center-node-animation{fill:#686868}.dark .network-node-animation{fill:#3e3e3e}.dark .connection-line-animation{stroke:#3e3e3e}.tooltip-avatar{align-items:center;border-radius:50%;box-shadow:0 12px 20px #cb7c5d70;display:flex;height:3.5rem;justify-content:center;overflow:hidden;width:3.5rem}.dark .tooltip-avatar{box-shadow:0 12px 20px #00000050}.dark .tooltip-description{color:#7a7a7a!important}.tooltip-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3em;max-height:2.6em;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.line-transition{transition:all .8s ease-in-out}.loading-text{animation:text-fade 2s ease-in-out infinite}.tip-fade-enter-active,.tip-fade-leave-active{transition:opacity .5s ease,transform .5s ease}.tip-fade-enter-from,.tip-fade-leave-to{opacity:0;transform:translateY(10px)}.tip-fade-enter-to,.tip-fade-leave-from{opacity:1;transform:translateY(0)}@keyframes text-fade{0%,to{opacity:.7}50%{opacity:1}}
