.live-nodes-pill{display:inline-flex;align-items:center;background-color:rgba(0,0,0,.8);padding:4px 12px;border-radius:16px;border:1px solid hsla(0,0%,100%,.2);color:#fff;font-size:12px;backdrop-filter:blur(5px)}.live-nodes-pill.fixed{position:fixed;bottom:60px;right:20px;z-index:1000;padding:8px 16px;font-size:14px;border-radius:20px}@media (max-width:768px){.live-nodes-pill.fixed{right:auto;left:50%;transform:translateX(-50%);bottom:85px;width:80%;justify-content:center}}.login-card .live-nodes-pill{position:static}.live-dot{width:8px;height:8px;background-color:#4caf50;border-radius:50%;margin-right:8px;animation:pulse 1.5s infinite}.nodes-text{margin-right:8px;color:#a0aec0}.nodes-count{font-weight:700}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(76,175,80,.7)}70%{box-shadow:0 0 0 10px rgba(76,175,80,0)}to{box-shadow:0 0 0 0 rgba(76,175,80,0)}}