.crew-external-sync-status{display:flex;align-items:center;gap:9px;min-height:22px;margin:0 0 10px;color:#53657a;font-size:13px;line-height:1.4;overflow-wrap:anywhere}
.crew-external-sync-status::before{content:'';flex:0 0 9px;width:9px;height:9px;border-radius:50%;background:#7b8796}
.crew-external-sync-status[data-state="loading"]::before{background:#d59a00;animation:crew-sync-pulse 1.2s ease-in-out infinite}
.crew-external-sync-status[data-state="success"]::before{background:#1a8b4b}
.crew-external-sync-status[data-state="error"]{color:#9d2b2b}
.crew-external-sync-status[data-state="error"]::before{background:#c43c3c}
.crew-external-sync-status[data-state="warning"]::before{background:#d59a00}
.dashboard-panel .crew-external-sync-status{margin:-2px 0 10px}
@keyframes crew-sync-pulse{50%{opacity:.35}}
@media(max-width:640px){.crew-external-sync-status{align-items:flex-start;font-size:12px}.crew-external-sync-status::before{margin-top:4px}}
@media(prefers-reduced-motion:reduce){.crew-external-sync-status[data-state="loading"]::before{animation:none}}
