#sync-indicator{position:fixed;bottom:20px;inset-inline-start:20px;display:flex;align-items:center;gap:8px;padding:8px 14px;background:var(--bg-neutral-3-rest);border:1px solid var(--stroke-neutral-1-rest);border-radius:999px;font-size:12px;color:var(--fg-neutral-3-rest);pointer-events:none;z-index:100;transition:opacity .6s}#sync-indicator.fading{opacity:0}.sync-dot{width:7px;height:7px;border-radius:50%;background:var(--fg-brand-1-rest);animation:sync-pulse 1.4s ease-in-out infinite}@keyframes sync-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}
