.ibkr-local-sync-card {
  border: 1px solid rgba(128,128,128,.25);
  border-radius: 16px;
  padding: 18px;
  background: rgba(255,255,255,.03);
}
.ibkr-local-sync-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.ibkr-local-sync-head h3 { margin: 0 0 6px; }
.ibkr-local-sync-head p { margin: 0; opacity: .75; max-width: 720px; }
.ibkr-local-sync-badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 4px 8px;
  opacity: .8;
}
.ibkr-local-sync-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.ibkr-local-sync-actions button {
  border-radius: 10px;
  padding: 9px 13px;
  cursor: pointer;
}
.ibkr-local-sync-actions button:disabled {
  cursor: not-allowed;
  opacity: .45;
}
.ibkr-local-sync-actions .secondary { opacity: .8; }
.ibkr-local-sync-status {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  font-size: 13px;
}
.ibkr-local-sync-status span { opacity: .7; }
.ibkr-local-sync-error {
  margin-top: 12px;
  border: 1px solid rgba(255, 90, 90, .45);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
}
